Skip to content

Commit

Permalink
Release v1.34.4 (2020-08-13) (#3480)
Browse files Browse the repository at this point in the history
Release v1.34.4 (2020-08-13)
===

### Service Client Updates
* `service/appsync`: Updates service documentation
* `service/braket`: Adds new service
* `service/cognito-idp`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Added MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool to ModifySubnetAttribute to allow CoIP auto assign. Fields are returned in DescribeSubnets and DescribeNetworkInterfaces responses.
* `service/eks`: Updates service API and documentation
* `service/macie2`: Updates service documentation
* `service/rds`: Updates service API and documentation
  * This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature.
  • Loading branch information
aws-sdk-go-automation committed Aug 13, 2020
1 parent 20cd465 commit 9a554c8
Show file tree
Hide file tree
Showing 26 changed files with 4,481 additions and 410 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.34.4 (2020-08-13)
===

### Service Client Updates
* `service/appsync`: Updates service documentation
* `service/braket`: Adds new service
* `service/cognito-idp`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Added MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool to ModifySubnetAttribute to allow CoIP auto assign. Fields are returned in DescribeSubnets and DescribeNetworkInterfaces responses.
* `service/eks`: Updates service API and documentation
* `service/macie2`: Updates service documentation
* `service/rds`: Updates service API and documentation
* This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature.

Release v1.34.3 (2020-08-12)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.34.3"
const SDKVersion = "1.34.4"
6 changes: 3 additions & 3 deletions models/apis/appsync/2017-07-25/docs-2.json
Expand Up @@ -194,7 +194,7 @@
"CachingKeys": {
"base": null,
"refs": {
"CachingConfig$cachingKeys": "<p>The caching keys for a resolver that has caching enabled.</p> <p>Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.</p>"
"CachingConfig$cachingKeys": "<p>The caching keys for a resolver that has caching enabled.</p> <p>Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and <code>$context.identity</code> maps.</p>"
}
},
"CognitoUserPoolConfig": {
Expand Down Expand Up @@ -703,15 +703,15 @@
"refs": {
"CreateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
"CreateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> response mapping template. </p>",
"CreateResolverRequest$requestMappingTemplate": "<p>The mapping template to be used for requests.</p> <p>A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).</p>",
"CreateResolverRequest$requestMappingTemplate": "<p>The mapping template to be used for requests.</p> <p>A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).</p> <p>VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL request and response mapping templates are required.</p>",
"CreateResolverRequest$responseMappingTemplate": "<p>The mapping template to be used for responses from the data source.</p>",
"FunctionConfiguration$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
"FunctionConfiguration$responseMappingTemplate": "<p>The <code>Function</code> response mapping template.</p>",
"Resolver$requestMappingTemplate": "<p>The request mapping template.</p>",
"Resolver$responseMappingTemplate": "<p>The response mapping template.</p>",
"UpdateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
"UpdateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> request mapping template. </p>",
"UpdateResolverRequest$requestMappingTemplate": "<p>The new request mapping template.</p>",
"UpdateResolverRequest$requestMappingTemplate": "<p>The new request mapping template.</p> <p>A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).</p> <p>VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL request and response mapping templates are required.</p>",
"UpdateResolverRequest$responseMappingTemplate": "<p>The new response mapping template.</p>"
}
},
Expand Down

0 comments on commit 9a554c8

Please sign in to comment.