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 +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +4 -1
- data/lib/aws-sdk-ec2/client_api.rb +1 -0
- data/lib/aws-sdk-ec2/types.rb +6 -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: df77ebdd5fbeb65a37322e789a9895b86e34c2f9
|
|
4
|
+
data.tar.gz: 8531dc8c0f93d3db9590fc07622449f182d2bcbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 900ff0f0390c3d40c42ce9a069e089f3b7963816413ab1b14664ebfc051ae2d7f15d68b5921542b69f3ce8ede88998381429f118afa19d83edd3ec5f072dad4d
|
|
7
|
+
data.tar.gz: fce4b017467a3072b7a1eaac46dd2d786b503b9f1688412b5b09c8202caabab295d319eafc25e1ee943c4a5f06f8ea7b58af3d01f155debf3dc755508677d000
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -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.
|
|
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"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2019-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|