aws-sdk-core 2.11.413 → 2.11.414

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d405f875cfda92c571378b9f7e2c4f012d3af513
4
- data.tar.gz: 28e2ec451ee6c05c6ed83a7c84c7662c3d0da281
3
+ metadata.gz: e6051ed0bc804da6a5729da1505f1412982d1bcc
4
+ data.tar.gz: 0bbeec8cf4f7fd490902d5a278b3e40658167bea
5
5
  SHA512:
6
- metadata.gz: bd0773c930e2815ff5ce90e7583c27dea136cc8684cefb420bb82ea5ec9295c9ee19529f4353e052e9fc628144a4babb2d7e498648084a5a0d22828d7107ea6e
7
- data.tar.gz: 6b22a0c83549b10655bc322ef72e3cf739876406b282083402e336032d35e2d90e643a14737ddb7fc376421d16335967f6f80fa1ef345932c7558f91aadf7c8b
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
  },
@@ -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" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.413'
2
+ VERSION = '2.11.414'
3
3
  end
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.413
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-10 00:00:00.000000000 Z
11
+ date: 2019-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath