aws-sdk-core 2.11.413 → 2.11.414
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +16 -2
- data/endpoints.json +2 -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: e6051ed0bc804da6a5729da1505f1412982d1bcc
|
4
|
+
data.tar.gz: 0bbeec8cf4f7fd490902d5a278b3e40658167bea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f83c643375dd110e04be0daafd4312dedff7f5b2df2dd1bd3eea1ff952194e472568a290cc82ab05601eab47db5bfefa8109c1082f8a81b925e24eabad724d2
|
7
|
+
data.tar.gz: 55e5b6b4e7df18dba9b177ca3a50d4a3a3087c7cda6011717a01c63c887e2dff6047de1bed1cd95b5aa736ef11a07712fbf4009d8af02db241aa782853784d5e
|
@@ -13440,7 +13440,8 @@
|
|
13440
13440
|
"type":"structure",
|
13441
13441
|
"required":["Type"],
|
13442
13442
|
"members":{
|
13443
|
-
"Type":{"shape":"String"}
|
13443
|
+
"Type":{"shape":"String"},
|
13444
|
+
"Count":{"shape":"ElasticInferenceAcceleratorCount"}
|
13444
13445
|
}
|
13445
13446
|
},
|
13446
13447
|
"ElasticInferenceAcceleratorAssociation":{
|
@@ -13471,6 +13472,10 @@
|
|
13471
13472
|
"locationName":"item"
|
13472
13473
|
}
|
13473
13474
|
},
|
13475
|
+
"ElasticInferenceAcceleratorCount":{
|
13476
|
+
"type":"integer",
|
13477
|
+
"min":1
|
13478
|
+
},
|
13474
13479
|
"ElasticInferenceAccelerators":{
|
13475
13480
|
"type":"list",
|
13476
13481
|
"member":{
|
@@ -18323,9 +18328,14 @@
|
|
18323
18328
|
"type":"structure",
|
18324
18329
|
"required":["Type"],
|
18325
18330
|
"members":{
|
18326
|
-
"Type":{"shape":"String"}
|
18331
|
+
"Type":{"shape":"String"},
|
18332
|
+
"Count":{"shape":"LaunchTemplateElasticInferenceAcceleratorCount"}
|
18327
18333
|
}
|
18328
18334
|
},
|
18335
|
+
"LaunchTemplateElasticInferenceAcceleratorCount":{
|
18336
|
+
"type":"integer",
|
18337
|
+
"min":1
|
18338
|
+
},
|
18329
18339
|
"LaunchTemplateElasticInferenceAcceleratorList":{
|
18330
18340
|
"type":"list",
|
18331
18341
|
"member":{
|
@@ -18339,6 +18349,10 @@
|
|
18339
18349
|
"Type":{
|
18340
18350
|
"shape":"String",
|
18341
18351
|
"locationName":"type"
|
18352
|
+
},
|
18353
|
+
"Count":{
|
18354
|
+
"shape":"Integer",
|
18355
|
+
"locationName":"count"
|
18342
18356
|
}
|
18343
18357
|
}
|
18344
18358
|
},
|
data/endpoints.json
CHANGED
@@ -2330,6 +2330,7 @@
|
|
2330
2330
|
}
|
2331
2331
|
},
|
2332
2332
|
"endpoints" : {
|
2333
|
+
"ap-southeast-2" : { },
|
2333
2334
|
"eu-west-1" : { },
|
2334
2335
|
"us-east-1" : { },
|
2335
2336
|
"us-west-2" : { }
|
@@ -2924,6 +2925,7 @@
|
|
2924
2925
|
}
|
2925
2926
|
},
|
2926
2927
|
"endpoints" : {
|
2928
|
+
"ap-southeast-2" : { },
|
2927
2929
|
"eu-west-1" : { },
|
2928
2930
|
"us-east-1" : { },
|
2929
2931
|
"us-west-2" : { }
|
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.414
|
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-12-
|
11
|
+
date: 2019-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|