Skip to content

Commit 92025c1

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 13bb0ed commit 92025c1

File tree

19 files changed

+1201
-115
lines changed

19 files changed

+1201
-115
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AppSync - Updated the documentation for AWS AppSync.
5+
6+
* Feature - Aws::CognitoIdentityProvider - Updated the API, and documentation for Amazon Cognito Identity Provider.
7+
8+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
9+
10+
* Feature - Aws::EKS - Updated the API, and documentation for Amazon Elastic Kubernetes Service.
11+
12+
* Feature - Aws::Macie2 - Updated the documentation for Amazon Macie 2.
13+
14+
* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
15+
16+
* Feature - Aws::Braket - Added support for a new service, Braket.
17+
418
2.11.565 (2020-08-12)
519
------------------
620

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ to be backwards compatible.
318318
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
319319
| AWS Key Management Service | KMS | 2014-11-01 |
320320
| AWS Lake Formation | LakeFormation | 2017-03-31 |
321-
| AWS Lambda | LambdaPreview | 2014-11-11 |
322321
| AWS Lambda | Lambda | 2015-03-31 |
322+
| AWS Lambda | LambdaPreview | 2014-11-11 |
323323
| AWS License Manager | LicenseManager | 2018-08-01 |
324324
| AWS Marketplace Catalog Service | MarketplaceCatalog | 2018-09-17 |
325325
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
@@ -418,8 +418,8 @@ to be backwards compatible.
418418
| Amazon Inspector | Inspector | 2016-02-16 |
419419
| Amazon Interactive Video Service | IVS | 2020-07-14 |
420420
| Amazon Kinesis | Kinesis | 2013-12-02 |
421-
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
422421
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
422+
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
423423
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
424424
| Amazon Kinesis Video Signaling Channels | KinesisVideoSignalingChannels | 2019-12-04 |
425425
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
@@ -452,8 +452,8 @@ to be backwards compatible.
452452
| Amazon Route 53 Resolver | Route53Resolver | 2018-04-01 |
453453
| Amazon SageMaker Runtime | SageMakerRuntime | 2017-05-13 |
454454
| Amazon SageMaker Service | SageMaker | 2017-07-24 |
455-
| Amazon Simple Email Service | SES | 2010-12-01 |
456455
| Amazon Simple Email Service | SESV2 | 2019-09-27 |
456+
| Amazon Simple Email Service | SES | 2010-12-01 |
457457
| Amazon Simple Notification Service | SNS | 2010-03-31 |
458458
| Amazon Simple Queue Service | SQS | 2012-11-05 |
459459
| Amazon Simple Storage Service | S3 | 2006-03-01 |
@@ -473,6 +473,7 @@ to be backwards compatible.
473473
| AmazonMQ | MQ | 2017-11-27 |
474474
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
475475
| Auto Scaling | AutoScaling | 2011-01-01 |
476+
| Braket | Braket | 2019-09-01 |
476477
| CodeArtifact | CodeArtifact | 2018-09-22 |
477478
| EC2 Image Builder | Imagebuilder | 2019-12-02 |
478479
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |

aws-sdk-core/apis/appsync/2017-07-25/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"CachingKeys": {
195195
"base": null,
196196
"refs": {
197-
"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>"
197+
"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>"
198198
}
199199
},
200200
"CognitoUserPoolConfig": {
@@ -703,15 +703,15 @@
703703
"refs": {
704704
"CreateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
705705
"CreateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> response mapping template. </p>",
706-
"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>",
706+
"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>",
707707
"CreateResolverRequest$responseMappingTemplate": "<p>The mapping template to be used for responses from the data source.</p>",
708708
"FunctionConfiguration$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
709709
"FunctionConfiguration$responseMappingTemplate": "<p>The <code>Function</code> response mapping template.</p>",
710710
"Resolver$requestMappingTemplate": "<p>The request mapping template.</p>",
711711
"Resolver$responseMappingTemplate": "<p>The response mapping template.</p>",
712712
"UpdateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
713713
"UpdateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> request mapping template. </p>",
714-
"UpdateResolverRequest$requestMappingTemplate": "<p>The new request mapping template.</p>",
714+
"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>",
715715
"UpdateResolverRequest$responseMappingTemplate": "<p>The new response mapping template.</p>"
716716
}
717717
},

0 commit comments

Comments
 (0)