Skip to content

Commit 9f830b3

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 80429a6 commit 9f830b3

File tree

7 files changed

+176
-85
lines changed

7 files changed

+176
-85
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
5+
6+
* Feature - Aws::STS - Updated the API, and documentation for AWS Security Token Service.
7+
48
2.11.271 (2019-05-08)
59
------------------
610

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,26 @@
18161816
"ImportedBy":{"shape":"NameString"}
18171817
}
18181818
},
1819+
"CatalogTablesList":{
1820+
"type":"list",
1821+
"member":{"shape":"NameString"},
1822+
"min":1
1823+
},
1824+
"CatalogTarget":{
1825+
"type":"structure",
1826+
"required":[
1827+
"DatabaseName",
1828+
"Tables"
1829+
],
1830+
"members":{
1831+
"DatabaseName":{"shape":"NameString"},
1832+
"Tables":{"shape":"CatalogTablesList"}
1833+
}
1834+
},
1835+
"CatalogTargetList":{
1836+
"type":"list",
1837+
"member":{"shape":"CatalogTarget"}
1838+
},
18191839
"Classification":{"type":"string"},
18201840
"Classifier":{
18211841
"type":"structure",
@@ -2134,7 +2154,8 @@
21342154
"members":{
21352155
"S3Targets":{"shape":"S3TargetList"},
21362156
"JdbcTargets":{"shape":"JdbcTargetList"},
2137-
"DynamoDBTargets":{"shape":"DynamoDBTargetList"}
2157+
"DynamoDBTargets":{"shape":"DynamoDBTargetList"},
2158+
"CatalogTargets":{"shape":"CatalogTargetList"}
21382159
}
21392160
},
21402161
"CreateClassifierRequest":{
@@ -2169,7 +2190,6 @@
21692190
"required":[
21702191
"Name",
21712192
"Role",
2172-
"DatabaseName",
21732193
"Targets"
21742194
],
21752195
"members":{

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

Lines changed: 85 additions & 65 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/sts/2011-06-15/api-2.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"members":{
142142
"RoleArn":{"shape":"arnType"},
143143
"RoleSessionName":{"shape":"roleSessionNameType"},
144+
"PolicyArns":{"shape":"policyDescriptorListType"},
144145
"Policy":{"shape":"sessionPolicyDocumentType"},
145146
"DurationSeconds":{"shape":"roleDurationSecondsType"},
146147
"ExternalId":{"shape":"externalIdType"},
@@ -167,6 +168,7 @@
167168
"RoleArn":{"shape":"arnType"},
168169
"PrincipalArn":{"shape":"arnType"},
169170
"SAMLAssertion":{"shape":"SAMLAssertionType"},
171+
"PolicyArns":{"shape":"policyDescriptorListType"},
170172
"Policy":{"shape":"sessionPolicyDocumentType"},
171173
"DurationSeconds":{"shape":"roleDurationSecondsType"}
172174
}
@@ -196,6 +198,7 @@
196198
"RoleSessionName":{"shape":"roleSessionNameType"},
197199
"WebIdentityToken":{"shape":"clientTokenType"},
198200
"ProviderId":{"shape":"urlType"},
201+
"PolicyArns":{"shape":"policyDescriptorListType"},
199202
"Policy":{"shape":"sessionPolicyDocumentType"},
200203
"DurationSeconds":{"shape":"roleDurationSecondsType"}
201204
}
@@ -293,6 +296,7 @@
293296
"members":{
294297
"Name":{"shape":"userNameType"},
295298
"Policy":{"shape":"sessionPolicyDocumentType"},
299+
"PolicyArns":{"shape":"policyDescriptorListType"},
296300
"DurationSeconds":{"shape":"durationSecondsType"}
297301
}
298302
},
@@ -392,6 +396,12 @@
392396
},
393397
"exception":true
394398
},
399+
"PolicyDescriptorType":{
400+
"type":"structure",
401+
"members":{
402+
"arn":{"shape":"arnType"}
403+
}
404+
},
395405
"RegionDisabledException":{
396406
"type":"structure",
397407
"members":{
@@ -471,6 +481,10 @@
471481
"min":0
472482
},
473483
"packedPolicyTooLargeMessage":{"type":"string"},
484+
"policyDescriptorListType":{
485+
"type":"list",
486+
"member":{"shape":"PolicyDescriptorType"}
487+
},
474488
"regionDisabledMessage":{"type":"string"},
475489
"roleDurationSecondsType":{
476490
"type":"integer",

aws-sdk-core/apis/sts/2011-06-15/docs-2.json

Lines changed: 32 additions & 16 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/sts/2011-06-15/examples-1.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"input": {
77
"DurationSeconds": 3600,
88
"ExternalId": "123ABC",
9-
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:*\",\"Resource\":\"*\"}]}",
9+
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}",
1010
"RoleArn": "arn:aws:iam::123456789012:role/demo",
1111
"RoleSessionName": "Bob"
1212
},
@@ -38,6 +38,7 @@
3838
{
3939
"input": {
4040
"DurationSeconds": 3600,
41+
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}",
4142
"ProviderId": "www.amazon.com",
4243
"RoleArn": "arn:aws:iam::123456789012:role/FederatedWebIdentityRole",
4344
"RoleSessionName": "app1",
@@ -150,7 +151,7 @@
150151
"input": {
151152
"DurationSeconds": 3600,
152153
"Name": "Bob",
153-
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:*\",\"Resource\":\"*\"}]}"
154+
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}"
154155
},
155156
"output": {
156157
"Credentials": {

aws-sdk-core/endpoints.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@
564564
}
565565
},
566566
"endpoints" : {
567+
"ap-east-1" : { },
567568
"ap-northeast-1" : { },
568569
"ap-northeast-2" : { },
569570
"ap-south-1" : { },
@@ -1452,6 +1453,7 @@
14521453
"ap-southeast-2" : { },
14531454
"ca-central-1" : { },
14541455
"eu-central-1" : { },
1456+
"eu-north-1" : { },
14551457
"eu-west-1" : { },
14561458
"eu-west-2" : { },
14571459
"eu-west-3" : { },
@@ -1572,8 +1574,13 @@
15721574
},
15731575
"kinesisanalytics" : {
15741576
"endpoints" : {
1577+
"ap-northeast-1" : { },
1578+
"ap-northeast-2" : { },
1579+
"ap-southeast-1" : { },
1580+
"ap-southeast-2" : { },
15751581
"eu-central-1" : { },
15761582
"eu-west-1" : { },
1583+
"eu-west-2" : { },
15771584
"us-east-1" : { },
15781585
"us-east-2" : { },
15791586
"us-west-2" : { }
@@ -3498,6 +3505,15 @@
34983505
"us-gov-west-1" : { }
34993506
}
35003507
},
3508+
"acm-pca" : {
3509+
"defaults" : {
3510+
"protocols" : [ "https" ]
3511+
},
3512+
"endpoints" : {
3513+
"us-gov-east-1" : { },
3514+
"us-gov-west-1" : { }
3515+
}
3516+
},
35013517
"api.ecr" : {
35023518
"endpoints" : {
35033519
"us-gov-east-1" : {

0 commit comments

Comments
 (0)