aws-sdk-core 2.11.319 → 2.11.320
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +13 -2
- data/apis/glue/2017-03-31/api-2.json +21 -5
- data/apis/pinpoint/2016-12-01/api-2.json +7307 -5869
- data/apis/sts/2011-06-15/api-2.json +25 -0
- data/endpoints.json +42 -7
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
|
@@ -86,6 +86,18 @@
|
|
|
86
86
|
{"shape":"InvalidAuthorizationMessageException"}
|
|
87
87
|
]
|
|
88
88
|
},
|
|
89
|
+
"GetAccessKeyInfo":{
|
|
90
|
+
"name":"GetAccessKeyInfo",
|
|
91
|
+
"http":{
|
|
92
|
+
"method":"POST",
|
|
93
|
+
"requestUri":"/"
|
|
94
|
+
},
|
|
95
|
+
"input":{"shape":"GetAccessKeyInfoRequest"},
|
|
96
|
+
"output":{
|
|
97
|
+
"shape":"GetAccessKeyInfoResponse",
|
|
98
|
+
"resultWrapper":"GetAccessKeyInfoResult"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
89
101
|
"GetCallerIdentity":{
|
|
90
102
|
"name":"GetCallerIdentity",
|
|
91
103
|
"http":{
|
|
@@ -277,6 +289,19 @@
|
|
|
277
289
|
"Arn":{"shape":"arnType"}
|
|
278
290
|
}
|
|
279
291
|
},
|
|
292
|
+
"GetAccessKeyInfoRequest":{
|
|
293
|
+
"type":"structure",
|
|
294
|
+
"required":["AccessKeyId"],
|
|
295
|
+
"members":{
|
|
296
|
+
"AccessKeyId":{"shape":"accessKeyIdType"}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"GetAccessKeyInfoResponse":{
|
|
300
|
+
"type":"structure",
|
|
301
|
+
"members":{
|
|
302
|
+
"Account":{"shape":"accountType"}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
280
305
|
"GetCallerIdentityRequest":{
|
|
281
306
|
"type":"structure",
|
|
282
307
|
"members":{
|
data/endpoints.json
CHANGED
|
@@ -1669,13 +1669,48 @@
|
|
|
1669
1669
|
},
|
|
1670
1670
|
"ioteventsdata" : {
|
|
1671
1671
|
"endpoints" : {
|
|
1672
|
-
"ap-northeast-1" : {
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
"
|
|
1672
|
+
"ap-northeast-1" : {
|
|
1673
|
+
"credentialScope" : {
|
|
1674
|
+
"region" : "ap-northeast-1"
|
|
1675
|
+
},
|
|
1676
|
+
"hostname" : "data.iotevents.ap-northeast-1.amazonaws.com"
|
|
1677
|
+
},
|
|
1678
|
+
"ap-southeast-2" : {
|
|
1679
|
+
"credentialScope" : {
|
|
1680
|
+
"region" : "ap-southeast-2"
|
|
1681
|
+
},
|
|
1682
|
+
"hostname" : "data.iotevents.ap-southeast-2.amazonaws.com"
|
|
1683
|
+
},
|
|
1684
|
+
"eu-central-1" : {
|
|
1685
|
+
"credentialScope" : {
|
|
1686
|
+
"region" : "eu-central-1"
|
|
1687
|
+
},
|
|
1688
|
+
"hostname" : "data.iotevents.eu-central-1.amazonaws.com"
|
|
1689
|
+
},
|
|
1690
|
+
"eu-west-1" : {
|
|
1691
|
+
"credentialScope" : {
|
|
1692
|
+
"region" : "eu-west-1"
|
|
1693
|
+
},
|
|
1694
|
+
"hostname" : "data.iotevents.eu-west-1.amazonaws.com"
|
|
1695
|
+
},
|
|
1696
|
+
"us-east-1" : {
|
|
1697
|
+
"credentialScope" : {
|
|
1698
|
+
"region" : "us-east-1"
|
|
1699
|
+
},
|
|
1700
|
+
"hostname" : "data.iotevents.us-east-1.amazonaws.com"
|
|
1701
|
+
},
|
|
1702
|
+
"us-east-2" : {
|
|
1703
|
+
"credentialScope" : {
|
|
1704
|
+
"region" : "us-east-2"
|
|
1705
|
+
},
|
|
1706
|
+
"hostname" : "data.iotevents.us-east-2.amazonaws.com"
|
|
1707
|
+
},
|
|
1708
|
+
"us-west-2" : {
|
|
1709
|
+
"credentialScope" : {
|
|
1710
|
+
"region" : "us-west-2"
|
|
1711
|
+
},
|
|
1712
|
+
"hostname" : "data.iotevents.us-west-2.amazonaws.com"
|
|
1713
|
+
}
|
|
1679
1714
|
}
|
|
1680
1715
|
},
|
|
1681
1716
|
"iotthingsgraph" : {
|
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.320
|
|
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-07-
|
|
11
|
+
date: 2019-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|