aws-sdk-core 2.11.271 → 2.11.272
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/glue/2017-03-31/api-2.json +22 -2
- data/apis/sts/2011-06-15/api-2.json +14 -0
- data/apis/sts/2011-06-15/examples-1.json +3 -2
- data/endpoints.json +16 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21022c476cb792307336cfa050dc30740571db99
|
4
|
+
data.tar.gz: 76edc572cafd973982170297d413155c53f20cd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57378e2660b665ba3537c883d094ac77b1b24bafd52352b361a5f9e9f52d413a6f05b502db5c809a66d5d96aae50fd6bf10f0fb45cf57a026f3597e5e49d4a1f
|
7
|
+
data.tar.gz: 3a605a933d35044a1eea67458e854992a769106499275ef5adffbd7b8a4181bdc602be4e949022722d06211cc6d89d1431fe5e262c5e4d40ee3e0ecdcc423648
|
@@ -1816,6 +1816,26 @@
|
|
1816
1816
|
"ImportedBy":{"shape":"NameString"}
|
1817
1817
|
}
|
1818
1818
|
},
|
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
|
+
},
|
1819
1839
|
"Classification":{"type":"string"},
|
1820
1840
|
"Classifier":{
|
1821
1841
|
"type":"structure",
|
@@ -2134,7 +2154,8 @@
|
|
2134
2154
|
"members":{
|
2135
2155
|
"S3Targets":{"shape":"S3TargetList"},
|
2136
2156
|
"JdbcTargets":{"shape":"JdbcTargetList"},
|
2137
|
-
"DynamoDBTargets":{"shape":"DynamoDBTargetList"}
|
2157
|
+
"DynamoDBTargets":{"shape":"DynamoDBTargetList"},
|
2158
|
+
"CatalogTargets":{"shape":"CatalogTargetList"}
|
2138
2159
|
}
|
2139
2160
|
},
|
2140
2161
|
"CreateClassifierRequest":{
|
@@ -2169,7 +2190,6 @@
|
|
2169
2190
|
"required":[
|
2170
2191
|
"Name",
|
2171
2192
|
"Role",
|
2172
|
-
"DatabaseName",
|
2173
2193
|
"Targets"
|
2174
2194
|
],
|
2175
2195
|
"members":{
|
@@ -141,6 +141,7 @@
|
|
141
141
|
"members":{
|
142
142
|
"RoleArn":{"shape":"arnType"},
|
143
143
|
"RoleSessionName":{"shape":"roleSessionNameType"},
|
144
|
+
"PolicyArns":{"shape":"policyDescriptorListType"},
|
144
145
|
"Policy":{"shape":"sessionPolicyDocumentType"},
|
145
146
|
"DurationSeconds":{"shape":"roleDurationSecondsType"},
|
146
147
|
"ExternalId":{"shape":"externalIdType"},
|
@@ -167,6 +168,7 @@
|
|
167
168
|
"RoleArn":{"shape":"arnType"},
|
168
169
|
"PrincipalArn":{"shape":"arnType"},
|
169
170
|
"SAMLAssertion":{"shape":"SAMLAssertionType"},
|
171
|
+
"PolicyArns":{"shape":"policyDescriptorListType"},
|
170
172
|
"Policy":{"shape":"sessionPolicyDocumentType"},
|
171
173
|
"DurationSeconds":{"shape":"roleDurationSecondsType"}
|
172
174
|
}
|
@@ -196,6 +198,7 @@
|
|
196
198
|
"RoleSessionName":{"shape":"roleSessionNameType"},
|
197
199
|
"WebIdentityToken":{"shape":"clientTokenType"},
|
198
200
|
"ProviderId":{"shape":"urlType"},
|
201
|
+
"PolicyArns":{"shape":"policyDescriptorListType"},
|
199
202
|
"Policy":{"shape":"sessionPolicyDocumentType"},
|
200
203
|
"DurationSeconds":{"shape":"roleDurationSecondsType"}
|
201
204
|
}
|
@@ -293,6 +296,7 @@
|
|
293
296
|
"members":{
|
294
297
|
"Name":{"shape":"userNameType"},
|
295
298
|
"Policy":{"shape":"sessionPolicyDocumentType"},
|
299
|
+
"PolicyArns":{"shape":"policyDescriptorListType"},
|
296
300
|
"DurationSeconds":{"shape":"durationSecondsType"}
|
297
301
|
}
|
298
302
|
},
|
@@ -392,6 +396,12 @@
|
|
392
396
|
},
|
393
397
|
"exception":true
|
394
398
|
},
|
399
|
+
"PolicyDescriptorType":{
|
400
|
+
"type":"structure",
|
401
|
+
"members":{
|
402
|
+
"arn":{"shape":"arnType"}
|
403
|
+
}
|
404
|
+
},
|
395
405
|
"RegionDisabledException":{
|
396
406
|
"type":"structure",
|
397
407
|
"members":{
|
@@ -471,6 +481,10 @@
|
|
471
481
|
"min":0
|
472
482
|
},
|
473
483
|
"packedPolicyTooLargeMessage":{"type":"string"},
|
484
|
+
"policyDescriptorListType":{
|
485
|
+
"type":"list",
|
486
|
+
"member":{"shape":"PolicyDescriptorType"}
|
487
|
+
},
|
474
488
|
"regionDisabledMessage":{"type":"string"},
|
475
489
|
"roleDurationSecondsType":{
|
476
490
|
"type":"integer",
|
@@ -6,7 +6,7 @@
|
|
6
6
|
"input": {
|
7
7
|
"DurationSeconds": 3600,
|
8
8
|
"ExternalId": "123ABC",
|
9
|
-
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3
|
9
|
+
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}",
|
10
10
|
"RoleArn": "arn:aws:iam::123456789012:role/demo",
|
11
11
|
"RoleSessionName": "Bob"
|
12
12
|
},
|
@@ -38,6 +38,7 @@
|
|
38
38
|
{
|
39
39
|
"input": {
|
40
40
|
"DurationSeconds": 3600,
|
41
|
+
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}",
|
41
42
|
"ProviderId": "www.amazon.com",
|
42
43
|
"RoleArn": "arn:aws:iam::123456789012:role/FederatedWebIdentityRole",
|
43
44
|
"RoleSessionName": "app1",
|
@@ -150,7 +151,7 @@
|
|
150
151
|
"input": {
|
151
152
|
"DurationSeconds": 3600,
|
152
153
|
"Name": "Bob",
|
153
|
-
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3
|
154
|
+
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}"
|
154
155
|
},
|
155
156
|
"output": {
|
156
157
|
"Credentials": {
|
data/endpoints.json
CHANGED
@@ -564,6 +564,7 @@
|
|
564
564
|
}
|
565
565
|
},
|
566
566
|
"endpoints" : {
|
567
|
+
"ap-east-1" : { },
|
567
568
|
"ap-northeast-1" : { },
|
568
569
|
"ap-northeast-2" : { },
|
569
570
|
"ap-south-1" : { },
|
@@ -1452,6 +1453,7 @@
|
|
1452
1453
|
"ap-southeast-2" : { },
|
1453
1454
|
"ca-central-1" : { },
|
1454
1455
|
"eu-central-1" : { },
|
1456
|
+
"eu-north-1" : { },
|
1455
1457
|
"eu-west-1" : { },
|
1456
1458
|
"eu-west-2" : { },
|
1457
1459
|
"eu-west-3" : { },
|
@@ -1572,8 +1574,13 @@
|
|
1572
1574
|
},
|
1573
1575
|
"kinesisanalytics" : {
|
1574
1576
|
"endpoints" : {
|
1577
|
+
"ap-northeast-1" : { },
|
1578
|
+
"ap-northeast-2" : { },
|
1579
|
+
"ap-southeast-1" : { },
|
1580
|
+
"ap-southeast-2" : { },
|
1575
1581
|
"eu-central-1" : { },
|
1576
1582
|
"eu-west-1" : { },
|
1583
|
+
"eu-west-2" : { },
|
1577
1584
|
"us-east-1" : { },
|
1578
1585
|
"us-east-2" : { },
|
1579
1586
|
"us-west-2" : { }
|
@@ -3498,6 +3505,15 @@
|
|
3498
3505
|
"us-gov-west-1" : { }
|
3499
3506
|
}
|
3500
3507
|
},
|
3508
|
+
"acm-pca" : {
|
3509
|
+
"defaults" : {
|
3510
|
+
"protocols" : [ "https" ]
|
3511
|
+
},
|
3512
|
+
"endpoints" : {
|
3513
|
+
"us-gov-east-1" : { },
|
3514
|
+
"us-gov-west-1" : { }
|
3515
|
+
}
|
3516
|
+
},
|
3501
3517
|
"api.ecr" : {
|
3502
3518
|
"endpoints" : {
|
3503
3519
|
"us-gov-east-1" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.272
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|