Skip to content

Commit 0cf15c7

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 0054df2 commit 0cf15c7

File tree

12 files changed

+198
-60
lines changed

12 files changed

+198
-60
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::AppSync - Updated the API, and documentation for AWS AppSync.
5+
6+
* Feature - Aws::CodeBuild - Updated the API, and documentation for AWS CodeBuild.
7+
8+
* Feature - Aws::EBS - Updated the documentation for Amazon Elastic Block Store.
9+
10+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
11+
12+
* Feature - Aws::ECR - Updated the documentation for Amazon EC2 Container Registry.
13+
14+
* Feature - Aws::LexModelBuildingService - Updated the API, and documentation for Amazon Lex Model Building Service.
15+
416
2.11.438 (2020-02-05)
517
------------------
618

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,8 @@
961961
"userPoolConfig":{"shape":"UserPoolConfig"},
962962
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
963963
"tags":{"shape":"TagMap"},
964-
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
964+
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
965+
"xrayEnabled":{"shape":"Boolean"}
965966
}
966967
},
967968
"CreateGraphqlApiResponse":{
@@ -1517,7 +1518,8 @@
15171518
"arn":{"shape":"String"},
15181519
"uris":{"shape":"MapOfStringToString"},
15191520
"tags":{"shape":"TagMap"},
1520-
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
1521+
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
1522+
"xrayEnabled":{"shape":"Boolean"}
15211523
}
15221524
},
15231525
"GraphqlApis":{
@@ -2191,7 +2193,8 @@
21912193
"authenticationType":{"shape":"AuthenticationType"},
21922194
"userPoolConfig":{"shape":"UserPoolConfig"},
21932195
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
2194-
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
2196+
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
2197+
"xrayEnabled":{"shape":"Boolean"}
21952198
}
21962199
},
21972200
"UpdateGraphqlApiResponse":{

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
}
6666
},
6767
"ApiCache": {
68-
"base": null,
68+
"base": "<p>The <code>ApiCache</code> object.</p>",
6969
"refs": {
7070
"CreateApiCacheResponse$apiCache": "<p>The <code>ApiCache</code> object.</p>",
71-
"GetApiCacheResponse$apiCache": null,
71+
"GetApiCacheResponse$apiCache": "<p>The <code>ApiCache</code> object.</p>",
7272
"UpdateApiCacheResponse$apiCache": "<p>The <code>ApiCache</code> object.</p>"
7373
}
7474
},
@@ -169,9 +169,12 @@
169169
"ApiCache$atRestEncryptionEnabled": "<p>At rest encryption flag for cache. This setting cannot be updated after creation.</p>",
170170
"CreateApiCacheRequest$transitEncryptionEnabled": "<p>Transit encryption flag when connecting to cache. This setting cannot be updated after creation.</p>",
171171
"CreateApiCacheRequest$atRestEncryptionEnabled": "<p>At rest encryption flag for cache. This setting cannot be updated after creation.</p>",
172+
"CreateGraphqlApiRequest$xrayEnabled": "<p>A flag indicating whether to enable X-Ray tracing for the <code>GraphqlApi</code>.</p>",
172173
"DynamodbDataSourceConfig$useCallerCredentials": "<p>Set to TRUE to use Amazon Cognito credentials with this data source.</p>",
173174
"DynamodbDataSourceConfig$versioned": "<p>Set to TRUE to use Conflict Detection and Resolution with this data source.</p>",
174-
"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>"
175+
"GraphqlApi$xrayEnabled": "<p>A flag representing whether X-Ray tracing is enabled for this <code>GraphqlApi</code>.</p>",
176+
"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>",
177+
"UpdateGraphqlApiRequest$xrayEnabled": "<p>A flag indicating whether to enable X-Ray tracing for the <code>GraphqlApi</code>.</p>"
175178
}
176179
},
177180
"BooleanValue": {
@@ -567,7 +570,7 @@
567570
}
568571
},
569572
"LambdaConflictHandlerConfig": {
570-
"base": null,
573+
"base": "<p>The <code>LambdaConflictHandlerConfig</code> object when configuring LAMBDA as the Conflict Handler.</p>",
571574
"refs": {
572575
"SyncConfig$lambdaConflictHandlerConfig": "<p>The <code>LambdaConflictHandlerConfig</code> when configuring LAMBDA as the Conflict Handler.</p>"
573576
}

aws-sdk-core/apis/codebuild/2016-10-06/api-2.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,8 @@
579579
"networkInterface":{"shape":"NetworkInterface"},
580580
"encryptionKey":{"shape":"NonEmptyString"},
581581
"exportedEnvironmentVariables":{"shape":"ExportedEnvironmentVariables"},
582-
"reportArns":{"shape":"BuildReportArns"}
582+
"reportArns":{"shape":"BuildReportArns"},
583+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
583584
}
584585
},
585586
"BuildArtifacts":{
@@ -716,7 +717,8 @@
716717
"tags":{"shape":"TagList"},
717718
"vpcConfig":{"shape":"VpcConfig"},
718719
"badgeEnabled":{"shape":"WrapperBoolean"},
719-
"logsConfig":{"shape":"LogsConfig"}
720+
"logsConfig":{"shape":"LogsConfig"},
721+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
720722
}
721723
},
722724
"CreateProjectOutput":{
@@ -931,6 +933,10 @@
931933
"type":"list",
932934
"member":{"shape":"ExportedEnvironmentVariable"}
933935
},
936+
"FileSystemType":{
937+
"type":"string",
938+
"enum":["EFS"]
939+
},
934940
"FilterGroup":{
935941
"type":"list",
936942
"member":{"shape":"WebhookFilter"}
@@ -1276,7 +1282,8 @@
12761282
"webhook":{"shape":"Webhook"},
12771283
"vpcConfig":{"shape":"VpcConfig"},
12781284
"badge":{"shape":"ProjectBadge"},
1279-
"logsConfig":{"shape":"LogsConfig"}
1285+
"logsConfig":{"shape":"LogsConfig"},
1286+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
12801287
}
12811288
},
12821289
"ProjectArns":{
@@ -1349,6 +1356,20 @@
13491356
"imagePullCredentialsType":{"shape":"ImagePullCredentialsType"}
13501357
}
13511358
},
1359+
"ProjectFileSystemLocation":{
1360+
"type":"structure",
1361+
"members":{
1362+
"type":{"shape":"FileSystemType"},
1363+
"location":{"shape":"String"},
1364+
"mountPoint":{"shape":"String"},
1365+
"identifier":{"shape":"String"},
1366+
"mountOptions":{"shape":"String"}
1367+
}
1368+
},
1369+
"ProjectFileSystemLocations":{
1370+
"type":"list",
1371+
"member":{"shape":"ProjectFileSystemLocation"}
1372+
},
13521373
"ProjectName":{
13531374
"type":"string",
13541375
"max":255,
@@ -1795,7 +1816,8 @@
17951816
"tags":{"shape":"TagList"},
17961817
"vpcConfig":{"shape":"VpcConfig"},
17971818
"badgeEnabled":{"shape":"WrapperBoolean"},
1798-
"logsConfig":{"shape":"LogsConfig"}
1819+
"logsConfig":{"shape":"LogsConfig"},
1820+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
17991821
}
18001822
},
18011823
"UpdateProjectOutput":{

0 commit comments

Comments
 (0)