Skip to content

Commit 2de750b

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 4ff5443 commit 2de750b

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::AppSync - Updated the API, and documentation for AWS AppSync.
5+
46
2.11.331 (2019-08-12)
57
------------------
68

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,8 @@
15591559
],
15601560
"members":{
15611561
"fieldLogLevel":{"shape":"FieldLogLevel"},
1562-
"cloudWatchLogsRoleArn":{"shape":"String"}
1562+
"cloudWatchLogsRoleArn":{"shape":"String"},
1563+
"excludeVerboseContent":{"shape":"Boolean"}
15631564
}
15641565
},
15651566
"Long":{"type":"long"},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"Boolean": {
131131
"base": null,
132132
"refs": {
133-
"DynamodbDataSourceConfig$useCallerCredentials": "<p>Set to TRUE to use Amazon Cognito credentials with this data source.</p>"
133+
"DynamodbDataSourceConfig$useCallerCredentials": "<p>Set to TRUE to use Amazon Cognito credentials with this data source.</p>",
134+
"LogConfig$excludeVerboseContent": "<p>Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.</p>"
134135
}
135136
},
136137
"BooleanValue": {

aws-sdk-core/endpoints.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@
487487
"eu-west-1" : { },
488488
"eu-west-2" : { },
489489
"eu-west-3" : { },
490+
"me-south-1" : { },
490491
"sa-east-1" : { },
491492
"us-east-1" : { },
492493
"us-east-2" : { },
@@ -3107,6 +3108,7 @@
31073108
},
31083109
"storagegateway" : {
31093110
"endpoints" : {
3111+
"ap-east-1" : { },
31103112
"ap-northeast-1" : { },
31113113
"ap-northeast-2" : { },
31123114
"ap-south-1" : { },

0 commit comments

Comments
 (0)