aws-sdk-ec2 1.126.0 → 1.127.0

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: d91d1024c5ecd2aa9bc034c0af0cfa716ebfd6d9
4
- data.tar.gz: eaa0b413bf6f09869edba39cc3d3b8fbc0726751
3
+ metadata.gz: df77ebdd5fbeb65a37322e789a9895b86e34c2f9
4
+ data.tar.gz: 8531dc8c0f93d3db9590fc07622449f182d2bcbb
5
5
  SHA512:
6
- metadata.gz: 786388cf11d88eae5508de08fc1709bef5d6acd7ac77335d1c068701822b7fd512f5d11f8fe4ce1eba56173ab1e7d486e94b88aaecf8bcb19c8592c92f855b42
7
- data.tar.gz: 2904deabe66a0a6b33f21917a6bc265cd6ef3e3ea48afb2759d01d4dd1fcef0e59a36f948f0d30c2f650ae258630e95d265a80db2a40b8c04edab5639de7213a
6
+ metadata.gz: 900ff0f0390c3d40c42ce9a069e089f3b7963816413ab1b14664ebfc051ae2d7f15d68b5921542b69f3ce8ede88998381429f118afa19d83edd3ec5f072dad4d
7
+ data.tar.gz: fce4b017467a3072b7a1eaac46dd2d786b503b9f1688412b5b09c8202caabab295d319eafc25e1ee943c4a5f06f8ea7b58af3d01f155debf3dc755508677d000
@@ -66,6 +66,6 @@ require_relative 'aws-sdk-ec2/customizations'
66
66
  # @service
67
67
  module Aws::EC2
68
68
 
69
- GEM_VERSION = '1.126.0'
69
+ GEM_VERSION = '1.127.0'
70
70
 
71
71
  end
@@ -13247,6 +13247,9 @@ module Aws::EC2
13247
13247
  # resp.elastic_gpu_set[0].elastic_gpu_health.status #=> String, one of "OK", "IMPAIRED"
13248
13248
  # resp.elastic_gpu_set[0].elastic_gpu_state #=> String, one of "ATTACHED"
13249
13249
  # resp.elastic_gpu_set[0].instance_id #=> String
13250
+ # resp.elastic_gpu_set[0].tags #=> Array
13251
+ # resp.elastic_gpu_set[0].tags[0].key #=> String
13252
+ # resp.elastic_gpu_set[0].tags[0].value #=> String
13250
13253
  # resp.max_results #=> Integer
13251
13254
  # resp.next_token #=> String
13252
13255
  #
@@ -35437,7 +35440,7 @@ module Aws::EC2
35437
35440
  params: params,
35438
35441
  config: config)
35439
35442
  context[:gem_name] = 'aws-sdk-ec2'
35440
- context[:gem_version] = '1.126.0'
35443
+ context[:gem_version] = '1.127.0'
35441
35444
  Seahorse::Client::Request.new(handlers, context)
35442
35445
  end
35443
35446
 
@@ -5109,6 +5109,7 @@ module Aws::EC2
5109
5109
  ElasticGpus.add_member(:elastic_gpu_health, Shapes::ShapeRef.new(shape: ElasticGpuHealth, location_name: "elasticGpuHealth"))
5110
5110
  ElasticGpus.add_member(:elastic_gpu_state, Shapes::ShapeRef.new(shape: ElasticGpuState, location_name: "elasticGpuState"))
5111
5111
  ElasticGpus.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
5112
+ ElasticGpus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
5112
5113
  ElasticGpus.struct_class = Types::ElasticGpus
5113
5114
 
5114
5115
  ElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
@@ -22258,6 +22258,10 @@ module Aws::EC2
22258
22258
  # attached.
22259
22259
  # @return [String]
22260
22260
  #
22261
+ # @!attribute [rw] tags
22262
+ # The tags assigned to the Elastic Graphics accelerator.
22263
+ # @return [Array<Types::Tag>]
22264
+ #
22261
22265
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpus AWS API Documentation
22262
22266
  #
22263
22267
  class ElasticGpus < Struct.new(
@@ -22266,7 +22270,8 @@ module Aws::EC2
22266
22270
  :elastic_gpu_type,
22267
22271
  :elastic_gpu_health,
22268
22272
  :elastic_gpu_state,
22269
- :instance_id)
22273
+ :instance_id,
22274
+ :tags)
22270
22275
  include Aws::Structure
22271
22276
  end
22272
22277
 
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.126.0
4
+ version: 1.127.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-17 00:00:00.000000000 Z
11
+ date: 2019-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4