Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 13, 2020
1 parent 13bb0ed commit 92025c1
Show file tree
Hide file tree
Showing 19 changed files with 1,201 additions and 115 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Unreleased Changes
------------------

* Feature - Aws::AppSync - Updated the documentation for AWS AppSync.

* Feature - Aws::CognitoIdentityProvider - Updated the API, and documentation for Amazon Cognito Identity Provider.

* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.

* Feature - Aws::EKS - Updated the API, and documentation for Amazon Elastic Kubernetes Service.

* Feature - Aws::Macie2 - Updated the documentation for Amazon Macie 2.

* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.

* Feature - Aws::Braket - Added support for a new service, Braket.

2.11.565 (2020-08-12)
------------------

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ to be backwards compatible.
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
| AWS Key Management Service | KMS | 2014-11-01 |
| AWS Lake Formation | LakeFormation | 2017-03-31 |
| AWS Lambda | LambdaPreview | 2014-11-11 |
| AWS Lambda | Lambda | 2015-03-31 |
| AWS Lambda | LambdaPreview | 2014-11-11 |
| AWS License Manager | LicenseManager | 2018-08-01 |
| AWS Marketplace Catalog Service | MarketplaceCatalog | 2018-09-17 |
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
Expand Down Expand Up @@ -418,8 +418,8 @@ to be backwards compatible.
| Amazon Inspector | Inspector | 2016-02-16 |
| Amazon Interactive Video Service | IVS | 2020-07-14 |
| Amazon Kinesis | Kinesis | 2013-12-02 |
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
| Amazon Kinesis Video Signaling Channels | KinesisVideoSignalingChannels | 2019-12-04 |
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
Expand Down Expand Up @@ -452,8 +452,8 @@ to be backwards compatible.
| Amazon Route 53 Resolver | Route53Resolver | 2018-04-01 |
| Amazon SageMaker Runtime | SageMakerRuntime | 2017-05-13 |
| Amazon SageMaker Service | SageMaker | 2017-07-24 |
| Amazon Simple Email Service | SES | 2010-12-01 |
| Amazon Simple Email Service | SESV2 | 2019-09-27 |
| Amazon Simple Email Service | SES | 2010-12-01 |
| Amazon Simple Notification Service | SNS | 2010-03-31 |
| Amazon Simple Queue Service | SQS | 2012-11-05 |
| Amazon Simple Storage Service | S3 | 2006-03-01 |
Expand All @@ -473,6 +473,7 @@ to be backwards compatible.
| AmazonMQ | MQ | 2017-11-27 |
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
| Auto Scaling | AutoScaling | 2011-01-01 |
| Braket | Braket | 2019-09-01 |
| CodeArtifact | CodeArtifact | 2018-09-22 |
| EC2 Image Builder | Imagebuilder | 2019-12-02 |
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
Expand Down
6 changes: 3 additions & 3 deletions aws-sdk-core/apis/appsync/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 92025c1

Please sign in to comment.