aws-sdk-ec2 1.123.0 → 1.124.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 371c26746dfbaa934fd7f46a920a5ae5fe21abe6
4
- data.tar.gz: 35c4afde5911d9334260a37e33cc475dec89cbb8
3
+ metadata.gz: fc71ff23df209755f52fce9a6995c27059eb1624
4
+ data.tar.gz: fd76c333096e1549ff40f5d9e6648155a3b3fd4e
5
5
  SHA512:
6
- metadata.gz: 323e43ffd6848582d2f0340d07fd542e20ae3ca99d3659af97239555fa5c4ba81b6e5bffbd45d045e42166a667399aa7a1da5d7ed03e5a4bcb98a8bd05820d57
7
- data.tar.gz: c46ff76d3adcad7daa868e2ff923025e82287435f08afddf48bd06af9fe1ce84777870a1722ba8e058d99b8bd376614f575034003df584a40550199078265e0b
6
+ metadata.gz: 88afb8a02c5bf8dd70b8f23f26a41ae4a839cbab94df9cde6fde6480681bcc31593b502be3e8fa9fd18aefd189d679f7dee4ebfb1ce8519ef3c53473bcf5e9fd
7
+ data.tar.gz: 12fdfcdfb74d10a0e20a63349bd1980c94d536f095d7b7dc80937a6b7abb58d8cab87ab412524147d48c55dd099ae74302a28e888cc666c801217c0f25dfe68b
@@ -66,6 +66,6 @@ require_relative 'aws-sdk-ec2/customizations'
66
66
  # @service
67
67
  module Aws::EC2
68
68
 
69
- GEM_VERSION = '1.123.0'
69
+ GEM_VERSION = '1.124.0'
70
70
 
71
71
  end
@@ -5214,6 +5214,7 @@ module Aws::EC2
5214
5214
  # elastic_inference_accelerators: [
5215
5215
  # {
5216
5216
  # type: "String", # required
5217
+ # count: 1,
5217
5218
  # },
5218
5219
  # ],
5219
5220
  # security_group_ids: ["String"],
@@ -5475,6 +5476,7 @@ module Aws::EC2
5475
5476
  # elastic_inference_accelerators: [
5476
5477
  # {
5477
5478
  # type: "String", # required
5479
+ # count: 1,
5478
5480
  # },
5479
5481
  # ],
5480
5482
  # security_group_ids: ["String"],
@@ -5579,6 +5581,7 @@ module Aws::EC2
5579
5581
  # resp.launch_template_version.launch_template_data.elastic_gpu_specifications[0].type #=> String
5580
5582
  # resp.launch_template_version.launch_template_data.elastic_inference_accelerators #=> Array
5581
5583
  # resp.launch_template_version.launch_template_data.elastic_inference_accelerators[0].type #=> String
5584
+ # resp.launch_template_version.launch_template_data.elastic_inference_accelerators[0].count #=> Integer
5582
5585
  # resp.launch_template_version.launch_template_data.security_group_ids #=> Array
5583
5586
  # resp.launch_template_version.launch_template_data.security_group_ids[0] #=> String
5584
5587
  # resp.launch_template_version.launch_template_data.security_groups #=> Array
@@ -16612,6 +16615,7 @@ module Aws::EC2
16612
16615
  # resp.launch_template_versions[0].launch_template_data.elastic_gpu_specifications[0].type #=> String
16613
16616
  # resp.launch_template_versions[0].launch_template_data.elastic_inference_accelerators #=> Array
16614
16617
  # resp.launch_template_versions[0].launch_template_data.elastic_inference_accelerators[0].type #=> String
16618
+ # resp.launch_template_versions[0].launch_template_data.elastic_inference_accelerators[0].count #=> Integer
16615
16619
  # resp.launch_template_versions[0].launch_template_data.security_group_ids #=> Array
16616
16620
  # resp.launch_template_versions[0].launch_template_data.security_group_ids[0] #=> String
16617
16621
  # resp.launch_template_versions[0].launch_template_data.security_groups #=> Array
@@ -26075,6 +26079,7 @@ module Aws::EC2
26075
26079
  # resp.launch_template_data.elastic_gpu_specifications[0].type #=> String
26076
26080
  # resp.launch_template_data.elastic_inference_accelerators #=> Array
26077
26081
  # resp.launch_template_data.elastic_inference_accelerators[0].type #=> String
26082
+ # resp.launch_template_data.elastic_inference_accelerators[0].count #=> Integer
26078
26083
  # resp.launch_template_data.security_group_ids #=> Array
26079
26084
  # resp.launch_template_data.security_group_ids[0] #=> String
26080
26085
  # resp.launch_template_data.security_groups #=> Array
@@ -33932,6 +33937,7 @@ module Aws::EC2
33932
33937
  # elastic_inference_accelerators: [
33933
33938
  # {
33934
33939
  # type: "String", # required
33940
+ # count: 1,
33935
33941
  # },
33936
33942
  # ],
33937
33943
  # tag_specifications: [
@@ -35420,7 +35426,7 @@ module Aws::EC2
35420
35426
  params: params,
35421
35427
  config: config)
35422
35428
  context[:gem_name] = 'aws-sdk-ec2'
35423
- context[:gem_version] = '1.123.0'
35429
+ context[:gem_version] = '1.124.0'
35424
35430
  Seahorse::Client::Request.new(handlers, context)
35425
35431
  end
35426
35432
 
@@ -803,6 +803,7 @@ module Aws::EC2
803
803
  ElasticInferenceAccelerator = Shapes::StructureShape.new(name: 'ElasticInferenceAccelerator')
804
804
  ElasticInferenceAcceleratorAssociation = Shapes::StructureShape.new(name: 'ElasticInferenceAcceleratorAssociation')
805
805
  ElasticInferenceAcceleratorAssociationList = Shapes::ListShape.new(name: 'ElasticInferenceAcceleratorAssociationList')
806
+ ElasticInferenceAcceleratorCount = Shapes::IntegerShape.new(name: 'ElasticInferenceAcceleratorCount')
806
807
  ElasticInferenceAccelerators = Shapes::ListShape.new(name: 'ElasticInferenceAccelerators')
807
808
  EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
808
809
  EnableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultRequest')
@@ -1136,6 +1137,7 @@ module Aws::EC2
1136
1137
  LaunchTemplateEbsBlockDevice = Shapes::StructureShape.new(name: 'LaunchTemplateEbsBlockDevice')
1137
1138
  LaunchTemplateEbsBlockDeviceRequest = Shapes::StructureShape.new(name: 'LaunchTemplateEbsBlockDeviceRequest')
1138
1139
  LaunchTemplateElasticInferenceAccelerator = Shapes::StructureShape.new(name: 'LaunchTemplateElasticInferenceAccelerator')
1140
+ LaunchTemplateElasticInferenceAcceleratorCount = Shapes::IntegerShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorCount')
1139
1141
  LaunchTemplateElasticInferenceAcceleratorList = Shapes::ListShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorList')
1140
1142
  LaunchTemplateElasticInferenceAcceleratorResponse = Shapes::StructureShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorResponse')
1141
1143
  LaunchTemplateElasticInferenceAcceleratorResponseList = Shapes::ListShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorResponseList')
@@ -5101,6 +5103,7 @@ module Aws::EC2
5101
5103
  ElasticGpus.struct_class = Types::ElasticGpus
5102
5104
 
5103
5105
  ElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
5106
+ ElasticInferenceAccelerator.add_member(:count, Shapes::ShapeRef.new(shape: ElasticInferenceAcceleratorCount, location_name: "Count"))
5104
5107
  ElasticInferenceAccelerator.struct_class = Types::ElasticInferenceAccelerator
5105
5108
 
5106
5109
  ElasticInferenceAcceleratorAssociation.add_member(:elastic_inference_accelerator_arn, Shapes::ShapeRef.new(shape: String, location_name: "elasticInferenceAcceleratorArn"))
@@ -6409,11 +6412,13 @@ module Aws::EC2
6409
6412
  LaunchTemplateEbsBlockDeviceRequest.struct_class = Types::LaunchTemplateEbsBlockDeviceRequest
6410
6413
 
6411
6414
  LaunchTemplateElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
6415
+ LaunchTemplateElasticInferenceAccelerator.add_member(:count, Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorCount, location_name: "Count"))
6412
6416
  LaunchTemplateElasticInferenceAccelerator.struct_class = Types::LaunchTemplateElasticInferenceAccelerator
6413
6417
 
6414
6418
  LaunchTemplateElasticInferenceAcceleratorList.member = Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAccelerator, location_name: "item")
6415
6419
 
6416
6420
  LaunchTemplateElasticInferenceAcceleratorResponse.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
6421
+ LaunchTemplateElasticInferenceAcceleratorResponse.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
6417
6422
  LaunchTemplateElasticInferenceAcceleratorResponse.struct_class = Types::LaunchTemplateElasticInferenceAcceleratorResponse
6418
6423
 
6419
6424
  LaunchTemplateElasticInferenceAcceleratorResponseList.member = Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorResponse, location_name: "item")
@@ -144,6 +144,7 @@ module Aws::EC2
144
144
  # elastic_inference_accelerators: [
145
145
  # {
146
146
  # type: "String", # required
147
+ # count: 1,
147
148
  # },
148
149
  # ],
149
150
  # tag_specifications: [
@@ -346,6 +346,7 @@ module Aws::EC2
346
346
  # elastic_inference_accelerators: [
347
347
  # {
348
348
  # type: "String", # required
349
+ # count: 1,
349
350
  # },
350
351
  # ],
351
352
  # tag_specifications: [
@@ -5804,6 +5804,7 @@ module Aws::EC2
5804
5804
  # elastic_inference_accelerators: [
5805
5805
  # {
5806
5806
  # type: "String", # required
5807
+ # count: 1,
5807
5808
  # },
5808
5809
  # ],
5809
5810
  # security_group_ids: ["String"],
@@ -6008,6 +6009,7 @@ module Aws::EC2
6008
6009
  # elastic_inference_accelerators: [
6009
6010
  # {
6010
6011
  # type: "String", # required
6012
+ # count: 1,
6011
6013
  # },
6012
6014
  # ],
6013
6015
  # security_group_ids: ["String"],
@@ -22175,17 +22177,25 @@ module Aws::EC2
22175
22177
  #
22176
22178
  # {
22177
22179
  # type: "String", # required
22180
+ # count: 1,
22178
22181
  # }
22179
22182
  #
22180
22183
  # @!attribute [rw] type
22181
22184
  # The type of elastic inference accelerator. The possible values are
22182
- # `eia1.small`, `eia1.medium`, and `eia1.large`.
22185
+ # `eia1.medium`, `eia1.large`, and `eia1.xlarge`.
22183
22186
  # @return [String]
22184
22187
  #
22188
+ # @!attribute [rw] count
22189
+ # The number of elastic inference accelerators of given type to be
22190
+ # attached to the instance. Only positive values allowed. If not
22191
+ # specified defaults to 1.
22192
+ # @return [Integer]
22193
+ #
22185
22194
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticInferenceAccelerator AWS API Documentation
22186
22195
  #
22187
22196
  class ElasticInferenceAccelerator < Struct.new(
22188
- :type)
22197
+ :type,
22198
+ :count)
22189
22199
  include Aws::Structure
22190
22200
  end
22191
22201
 
@@ -29205,6 +29215,7 @@ module Aws::EC2
29205
29215
  #
29206
29216
  # {
29207
29217
  # type: "String", # required
29218
+ # count: 1,
29208
29219
  # }
29209
29220
  #
29210
29221
  # @!attribute [rw] type
@@ -29212,10 +29223,17 @@ module Aws::EC2
29212
29223
  # eia1.medium, eia1.large, and eia1.xlarge.
29213
29224
  # @return [String]
29214
29225
  #
29226
+ # @!attribute [rw] count
29227
+ # The number of elastic inference accelerators of given type to be
29228
+ # attached to the instance. Only positive values allowed. If not
29229
+ # specified defaults to 1.
29230
+ # @return [Integer]
29231
+ #
29215
29232
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAccelerator AWS API Documentation
29216
29233
  #
29217
29234
  class LaunchTemplateElasticInferenceAccelerator < Struct.new(
29218
- :type)
29235
+ :type,
29236
+ :count)
29219
29237
  include Aws::Structure
29220
29238
  end
29221
29239
 
@@ -29226,10 +29244,17 @@ module Aws::EC2
29226
29244
  # eia1.medium, eia1.large, and eia1.xlarge.
29227
29245
  # @return [String]
29228
29246
  #
29247
+ # @!attribute [rw] count
29248
+ # The number of elastic inference accelerators of given type to be
29249
+ # attached to the instance. Only positive values allowed. If not
29250
+ # specified defaults to 1.
29251
+ # @return [Integer]
29252
+ #
29229
29253
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAcceleratorResponse AWS API Documentation
29230
29254
  #
29231
29255
  class LaunchTemplateElasticInferenceAcceleratorResponse < Struct.new(
29232
- :type)
29256
+ :type,
29257
+ :count)
29233
29258
  include Aws::Structure
29234
29259
  end
29235
29260
 
@@ -36482,6 +36507,7 @@ module Aws::EC2
36482
36507
  # elastic_inference_accelerators: [
36483
36508
  # {
36484
36509
  # type: "String", # required
36510
+ # count: 1,
36485
36511
  # },
36486
36512
  # ],
36487
36513
  # security_group_ids: ["String"],
@@ -38891,6 +38917,7 @@ module Aws::EC2
38891
38917
  # elastic_inference_accelerators: [
38892
38918
  # {
38893
38919
  # type: "String", # required
38920
+ # count: 1,
38894
38921
  # },
38895
38922
  # ],
38896
38923
  # tag_specifications: [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.123.0
4
+ version: 1.124.0
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-03 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: aws-sigv4