aws-sdk-core 2.10.71 → 2.10.72
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudfront/2017-03-25/api-2.json +38 -1
- data/apis/ec2/2016-11-15/api-2.json +3 -0
- data/endpoints.json +15 -8
- 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: 688018fd49cdf83d47dc9891719d25840e1ba7e1
|
4
|
+
data.tar.gz: 47a2831a924f6e4cb5b1c316400659f310f1e5ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 770572ec771df49f5621fdba2949c59d8a2c1792722b0195f3f0fa4cd4f3e955d298c1dd4792657ed60a8d8014acc83afc682c4edfd80c89f06229f02801afe3
|
7
|
+
data.tar.gz: 31096d2eb42c32329449067b7e2d2909251e49ae5f3ca855838c97d932cf39575f12d478f9463f9db257192cb808086121ee1312e249449ccbc55d350ae653b1
|
@@ -233,6 +233,21 @@
|
|
233
233
|
{"shape":"PreconditionFailed"}
|
234
234
|
]
|
235
235
|
},
|
236
|
+
"DeleteServiceLinkedRole":{
|
237
|
+
"name":"DeleteServiceLinkedRole2017_03_25",
|
238
|
+
"http":{
|
239
|
+
"method":"DELETE",
|
240
|
+
"requestUri":"/2017-03-25/service-linked-role/{RoleName}",
|
241
|
+
"responseCode":204
|
242
|
+
},
|
243
|
+
"input":{"shape":"DeleteServiceLinkedRoleRequest"},
|
244
|
+
"errors":[
|
245
|
+
{"shape":"InvalidArgument"},
|
246
|
+
{"shape":"AccessDenied"},
|
247
|
+
{"shape":"ResourceInUse"},
|
248
|
+
{"shape":"NoSuchResource"}
|
249
|
+
]
|
250
|
+
},
|
236
251
|
"DeleteStreamingDistribution":{
|
237
252
|
"name":"DeleteStreamingDistribution2017_03_25",
|
238
253
|
"http":{
|
@@ -1054,6 +1069,17 @@
|
|
1054
1069
|
}
|
1055
1070
|
}
|
1056
1071
|
},
|
1072
|
+
"DeleteServiceLinkedRoleRequest":{
|
1073
|
+
"type":"structure",
|
1074
|
+
"required":["RoleName"],
|
1075
|
+
"members":{
|
1076
|
+
"RoleName":{
|
1077
|
+
"shape":"string",
|
1078
|
+
"location":"uri",
|
1079
|
+
"locationName":"RoleName"
|
1080
|
+
}
|
1081
|
+
}
|
1082
|
+
},
|
1057
1083
|
"DeleteStreamingDistributionRequest":{
|
1058
1084
|
"type":"structure",
|
1059
1085
|
"required":["Id"],
|
@@ -1937,7 +1963,10 @@
|
|
1937
1963
|
"type":"string",
|
1938
1964
|
"enum":[
|
1939
1965
|
"SSLv3",
|
1940
|
-
"TLSv1"
|
1966
|
+
"TLSv1",
|
1967
|
+
"TLSv1_2016",
|
1968
|
+
"TLSv1.1_2016",
|
1969
|
+
"TLSv1.2_2018"
|
1941
1970
|
]
|
1942
1971
|
},
|
1943
1972
|
"MissingBody":{
|
@@ -2114,6 +2143,14 @@
|
|
2114
2143
|
"type":"string",
|
2115
2144
|
"pattern":"arn:aws:cloudfront::[0-9]+:.*"
|
2116
2145
|
},
|
2146
|
+
"ResourceInUse":{
|
2147
|
+
"type":"structure",
|
2148
|
+
"members":{
|
2149
|
+
"Message":{"shape":"string"}
|
2150
|
+
},
|
2151
|
+
"error":{"httpStatusCode":409},
|
2152
|
+
"exception":true
|
2153
|
+
},
|
2117
2154
|
"Restrictions":{
|
2118
2155
|
"type":"structure",
|
2119
2156
|
"required":["GeoRestriction"],
|
@@ -10105,6 +10105,9 @@
|
|
10105
10105
|
"p2.xlarge",
|
10106
10106
|
"p2.8xlarge",
|
10107
10107
|
"p2.16xlarge",
|
10108
|
+
"p3.2xlarge",
|
10109
|
+
"p3.8xlarge",
|
10110
|
+
"p3.16xlarge",
|
10108
10111
|
"d2.xlarge",
|
10109
10112
|
"d2.2xlarge",
|
10110
10113
|
"d2.4xlarge",
|
data/endpoints.json
CHANGED
@@ -245,10 +245,16 @@
|
|
245
245
|
},
|
246
246
|
"cloudhsmv2" : {
|
247
247
|
"endpoints" : {
|
248
|
+
"ap-northeast-1" : { },
|
249
|
+
"ap-south-1" : { },
|
248
250
|
"ap-southeast-1" : { },
|
251
|
+
"ap-southeast-2" : { },
|
252
|
+
"ca-central-1" : { },
|
253
|
+
"eu-central-1" : { },
|
249
254
|
"eu-west-1" : { },
|
250
255
|
"us-east-1" : { },
|
251
256
|
"us-east-2" : { },
|
257
|
+
"us-west-1" : { },
|
252
258
|
"us-west-2" : { }
|
253
259
|
}
|
254
260
|
},
|
@@ -592,6 +598,7 @@
|
|
592
598
|
"ecs" : {
|
593
599
|
"endpoints" : {
|
594
600
|
"ap-northeast-1" : { },
|
601
|
+
"ap-northeast-2" : { },
|
595
602
|
"ap-southeast-1" : { },
|
596
603
|
"ap-southeast-2" : { },
|
597
604
|
"ca-central-1" : { },
|
@@ -1202,23 +1209,23 @@
|
|
1202
1209
|
},
|
1203
1210
|
"endpoints" : {
|
1204
1211
|
"ap-northeast-1" : {
|
1205
|
-
"hostname" : "s3
|
1212
|
+
"hostname" : "s3.ap-northeast-1.amazonaws.com",
|
1206
1213
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1207
1214
|
},
|
1208
1215
|
"ap-northeast-2" : { },
|
1209
1216
|
"ap-south-1" : { },
|
1210
1217
|
"ap-southeast-1" : {
|
1211
|
-
"hostname" : "s3
|
1218
|
+
"hostname" : "s3.ap-southeast-1.amazonaws.com",
|
1212
1219
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1213
1220
|
},
|
1214
1221
|
"ap-southeast-2" : {
|
1215
|
-
"hostname" : "s3
|
1222
|
+
"hostname" : "s3.ap-southeast-2.amazonaws.com",
|
1216
1223
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1217
1224
|
},
|
1218
1225
|
"ca-central-1" : { },
|
1219
1226
|
"eu-central-1" : { },
|
1220
1227
|
"eu-west-1" : {
|
1221
|
-
"hostname" : "s3
|
1228
|
+
"hostname" : "s3.eu-west-1.amazonaws.com",
|
1222
1229
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1223
1230
|
},
|
1224
1231
|
"eu-west-2" : { },
|
@@ -1230,7 +1237,7 @@
|
|
1230
1237
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1231
1238
|
},
|
1232
1239
|
"sa-east-1" : {
|
1233
|
-
"hostname" : "s3
|
1240
|
+
"hostname" : "s3.sa-east-1.amazonaws.com",
|
1234
1241
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1235
1242
|
},
|
1236
1243
|
"us-east-1" : {
|
@@ -1239,11 +1246,11 @@
|
|
1239
1246
|
},
|
1240
1247
|
"us-east-2" : { },
|
1241
1248
|
"us-west-1" : {
|
1242
|
-
"hostname" : "s3
|
1249
|
+
"hostname" : "s3.us-west-1.amazonaws.com",
|
1243
1250
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1244
1251
|
},
|
1245
1252
|
"us-west-2" : {
|
1246
|
-
"hostname" : "s3
|
1253
|
+
"hostname" : "s3.us-west-2.amazonaws.com",
|
1247
1254
|
"signatureVersions" : [ "s3", "s3v4" ]
|
1248
1255
|
}
|
1249
1256
|
},
|
@@ -2016,7 +2023,7 @@
|
|
2016
2023
|
"hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
|
2017
2024
|
},
|
2018
2025
|
"us-gov-west-1" : {
|
2019
|
-
"hostname" : "s3
|
2026
|
+
"hostname" : "s3.us-gov-west-1.amazonaws.com",
|
2020
2027
|
"protocols" : [ "http", "https" ]
|
2021
2028
|
}
|
2022
2029
|
}
|
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.10.
|
4
|
+
version: 2.10.72
|
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: 2017-10-
|
11
|
+
date: 2017-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|