Skip to content

Commit 1e5a8ff

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 17a56b3 commit 1e5a8ff

File tree

14 files changed

+457
-64
lines changed

14 files changed

+457
-64
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::EventBridge - Updated the API, and documentation for Amazon EventBridge.
5+
6+
* Feature - Aws::CloudWatchEvents - Updated the API, and documentation for Amazon CloudWatch Events.
7+
8+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
9+
10+
* Feature - Aws::IoTSiteWise - Updated the API, and documentation for AWS IoT SiteWise.
11+
12+
* Feature - Aws::RDS - Updated the documentation for Amazon Relational Database Service.
13+
14+
* Feature - Aws::ResourceGroups - Updated the documentation, and API for AWS Resource Groups.
15+
16+
* Feature - Aws::ResourceGroupsTaggingAPI - Updated the documentation for AWS Resource Groups Tagging API.
17+
418
2.11.589 (2020-09-18)
519
------------------
620

aws-sdk-core/apis/eventbridge/2015-10-07/api-2.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,18 @@
563563
"EventSourceArn":{"shape":"String"}
564564
}
565565
},
566+
"Database":{
567+
"type":"string",
568+
"max":64,
569+
"min":1,
570+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
571+
},
572+
"DbUser":{
573+
"type":"string",
574+
"max":128,
575+
"min":1,
576+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
577+
},
566578
"DeactivateEventSourceRequest":{
567579
"type":"structure",
568580
"required":["Name"],
@@ -1218,6 +1230,27 @@
12181230
"max":512,
12191231
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
12201232
},
1233+
"RedshiftDataParameters":{
1234+
"type":"structure",
1235+
"required":[
1236+
"Database",
1237+
"Sql"
1238+
],
1239+
"members":{
1240+
"SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
1241+
"Database":{"shape":"Database"},
1242+
"DbUser":{"shape":"DbUser"},
1243+
"Sql":{"shape":"Sql"},
1244+
"StatementName":{"shape":"StatementName"},
1245+
"WithEvent":{"shape":"Boolean"}
1246+
}
1247+
},
1248+
"RedshiftSecretManagerArn":{
1249+
"type":"string",
1250+
"max":1600,
1251+
"min":1,
1252+
"pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
1253+
},
12211254
"RemovePermissionRequest":{
12221255
"type":"structure",
12231256
"required":["StatementId"],
@@ -1364,6 +1397,11 @@
13641397
"type":"string",
13651398
"max":256
13661399
},
1400+
"Sql":{
1401+
"type":"string",
1402+
"max":100000,
1403+
"min":1
1404+
},
13671405
"SqsParameters":{
13681406
"type":"structure",
13691407
"members":{
@@ -1376,6 +1414,11 @@
13761414
"min":1,
13771415
"pattern":"[a-zA-Z0-9-_]+"
13781416
},
1417+
"StatementName":{
1418+
"type":"string",
1419+
"max":500,
1420+
"min":1
1421+
},
13791422
"String":{"type":"string"},
13801423
"StringList":{
13811424
"type":"list",
@@ -1444,7 +1487,8 @@
14441487
"EcsParameters":{"shape":"EcsParameters"},
14451488
"BatchParameters":{"shape":"BatchParameters"},
14461489
"SqsParameters":{"shape":"SqsParameters"},
1447-
"HttpParameters":{"shape":"HttpParameters"}
1490+
"HttpParameters":{"shape":"HttpParameters"},
1491+
"RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
14481492
}
14491493
},
14501494
"TargetArn":{

aws-sdk-core/apis/eventbridge/2015-10-07/docs-2.json

Lines changed: 38 additions & 1 deletion
Large diffs are not rendered by default.

aws-sdk-core/apis/events/2015-10-07/api-2.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,18 @@
563563
"EventSourceArn":{"shape":"String"}
564564
}
565565
},
566+
"Database":{
567+
"type":"string",
568+
"max":64,
569+
"min":1,
570+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
571+
},
572+
"DbUser":{
573+
"type":"string",
574+
"max":128,
575+
"min":1,
576+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
577+
},
566578
"DeactivateEventSourceRequest":{
567579
"type":"structure",
568580
"required":["Name"],
@@ -1218,6 +1230,27 @@
12181230
"max":512,
12191231
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
12201232
},
1233+
"RedshiftDataParameters":{
1234+
"type":"structure",
1235+
"required":[
1236+
"Database",
1237+
"Sql"
1238+
],
1239+
"members":{
1240+
"SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
1241+
"Database":{"shape":"Database"},
1242+
"DbUser":{"shape":"DbUser"},
1243+
"Sql":{"shape":"Sql"},
1244+
"StatementName":{"shape":"StatementName"},
1245+
"WithEvent":{"shape":"Boolean"}
1246+
}
1247+
},
1248+
"RedshiftSecretManagerArn":{
1249+
"type":"string",
1250+
"max":1600,
1251+
"min":1,
1252+
"pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
1253+
},
12211254
"RemovePermissionRequest":{
12221255
"type":"structure",
12231256
"required":["StatementId"],
@@ -1364,6 +1397,11 @@
13641397
"type":"string",
13651398
"max":256
13661399
},
1400+
"Sql":{
1401+
"type":"string",
1402+
"max":100000,
1403+
"min":1
1404+
},
13671405
"SqsParameters":{
13681406
"type":"structure",
13691407
"members":{
@@ -1376,6 +1414,11 @@
13761414
"min":1,
13771415
"pattern":"[a-zA-Z0-9-_]+"
13781416
},
1417+
"StatementName":{
1418+
"type":"string",
1419+
"max":500,
1420+
"min":1
1421+
},
13791422
"String":{"type":"string"},
13801423
"StringList":{
13811424
"type":"list",
@@ -1444,7 +1487,8 @@
14441487
"EcsParameters":{"shape":"EcsParameters"},
14451488
"BatchParameters":{"shape":"BatchParameters"},
14461489
"SqsParameters":{"shape":"SqsParameters"},
1447-
"HttpParameters":{"shape":"HttpParameters"}
1490+
"HttpParameters":{"shape":"HttpParameters"},
1491+
"RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
14481492
}
14491493
},
14501494
"TargetArn":{

aws-sdk-core/apis/events/2015-10-07/docs-2.json

Lines changed: 38 additions & 1 deletion
Large diffs are not rendered by default.

aws-sdk-core/apis/glue/2017-03-31/api-2.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,22 @@
188188
{"shape":"OperationTimeoutException"}
189189
]
190190
},
191+
"BatchUpdatePartition":{
192+
"name":"BatchUpdatePartition",
193+
"http":{
194+
"method":"POST",
195+
"requestUri":"/"
196+
},
197+
"input":{"shape":"BatchUpdatePartitionRequest"},
198+
"output":{"shape":"BatchUpdatePartitionResponse"},
199+
"errors":[
200+
{"shape":"InvalidInputException"},
201+
{"shape":"EntityNotFoundException"},
202+
{"shape":"OperationTimeoutException"},
203+
{"shape":"InternalServiceException"},
204+
{"shape":"GlueEncryptionException"}
205+
]
206+
},
191207
"CancelMLTaskRun":{
192208
"name":"CancelMLTaskRun",
193209
"http":{
@@ -2352,6 +2368,54 @@
23522368
"type":"list",
23532369
"member":{"shape":"BatchStopJobRunSuccessfulSubmission"}
23542370
},
2371+
"BatchUpdatePartitionFailureEntry":{
2372+
"type":"structure",
2373+
"members":{
2374+
"PartitionValueList":{"shape":"BoundedPartitionValueList"},
2375+
"ErrorDetail":{"shape":"ErrorDetail"}
2376+
}
2377+
},
2378+
"BatchUpdatePartitionFailureList":{
2379+
"type":"list",
2380+
"member":{"shape":"BatchUpdatePartitionFailureEntry"}
2381+
},
2382+
"BatchUpdatePartitionRequest":{
2383+
"type":"structure",
2384+
"required":[
2385+
"DatabaseName",
2386+
"TableName",
2387+
"Entries"
2388+
],
2389+
"members":{
2390+
"CatalogId":{"shape":"CatalogIdString"},
2391+
"DatabaseName":{"shape":"NameString"},
2392+
"TableName":{"shape":"NameString"},
2393+
"Entries":{"shape":"BatchUpdatePartitionRequestEntryList"}
2394+
}
2395+
},
2396+
"BatchUpdatePartitionRequestEntry":{
2397+
"type":"structure",
2398+
"required":[
2399+
"PartitionValueList",
2400+
"PartitionInput"
2401+
],
2402+
"members":{
2403+
"PartitionValueList":{"shape":"BoundedPartitionValueList"},
2404+
"PartitionInput":{"shape":"PartitionInput"}
2405+
}
2406+
},
2407+
"BatchUpdatePartitionRequestEntryList":{
2408+
"type":"list",
2409+
"member":{"shape":"BatchUpdatePartitionRequestEntry"},
2410+
"max":100,
2411+
"min":1
2412+
},
2413+
"BatchUpdatePartitionResponse":{
2414+
"type":"structure",
2415+
"members":{
2416+
"Errors":{"shape":"BatchUpdatePartitionFailureList"}
2417+
}
2418+
},
23552419
"BinaryColumnStatisticsData":{
23562420
"type":"structure",
23572421
"required":[

0 commit comments

Comments
 (0)