Skip to content

Commit

Permalink
Added the definition to the Smithy structure and the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuergenO authored and srchase committed Aug 14, 2020
1 parent 8e35154 commit 511c0da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/1.0/spec/aws/amazon-apigateway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@ following members:
* - cacheNamespace
- ``string``
- An API-specific tag group of related cached parameters.
* - payloadFormatVersion
- ``string``
- Specifies the format of the payload sent to an integration. Required for HTTP APIs. For HTTP APIs,
supported values for Lambda proxy integrations are 1.0 and 2.0. For all other integrations, 1.0 is the
only supported value.
* - cacheKeyParameters
- ``list<string>``
- A list of request parameter names whose values are to be cached.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@
"cacheNamespace": {
"target": "smithy.api#String"
},
"payloadFormatVersion": {
"target": "smithy.api#String"
},
"cacheKeyParameters": {
"target": "aws.apigateway#StringList"
},
Expand Down

0 comments on commit 511c0da

Please sign in to comment.