aws-sdk-elasticinference 1.6.1 → 1.7.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
  SHA256:
3
- metadata.gz: fa46bee5b9be9a28fffff28b9e9af57abe50671564f79f61d24b46f321c964d2
4
- data.tar.gz: fc12e1a8549eb2cd7b994a50a07dae6c8eba398d7669cc23e10c667845e5bb25
3
+ metadata.gz: 4ac0d400daa7d9cd4f075a46e952f0fa4ca21c6b4902d739976e0ef287d9581b
4
+ data.tar.gz: 3f4f3b325a9749b2b4ff9c4264ff11368bc076220075834b19b2004717ca0a86
5
5
  SHA512:
6
- metadata.gz: 3e8ba3823540f7635a850ff5c901f261f08215d0c5d3e7d0293f8861a05f63899da1a76e785b7ce05d5e0bb5e10fe1ba67b62b7e5e1150f523d394c226e6b73b
7
- data.tar.gz: e3bf81e6386626b18ea5eadf0b62b2bf32353fa3b8c2ec010734049c1e6bd670826afe7aae80ac845d13fe0caafbd895b84fb5c777501529803292e74b0fb585
6
+ metadata.gz: bf086d6d6defa760b197697db90db28e48fa23b7afbf27fcbd6d58daca54ef72d3bd89e6c2bf04cd2ed86806a7553ea415d0be2da696c80fa8f80c2f2af110f2
7
+ data.tar.gz: f7b7df0d8d9fe3721fd6fcb81433ded769c1999f22fb9a9c556ffb0b1ecaf7e2f58acda33cb3f1327506c84852de925569d4d708ac69eab57d8780c2209be6e0
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-elasticinference/customizations'
45
47
  # @service
46
48
  module Aws::ElasticInference
47
49
 
48
- GEM_VERSION = '1.6.1'
50
+ GEM_VERSION = '1.7.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -536,7 +538,7 @@ module Aws::ElasticInference
536
538
  params: params,
537
539
  config: config)
538
540
  context[:gem_name] = 'aws-sdk-elasticinference'
539
- context[:gem_version] = '1.6.1'
541
+ context[:gem_version] = '1.7.0'
540
542
  Seahorse::Client::Request.new(handlers, context)
541
543
  end
542
544
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -29,6 +31,7 @@ module Aws::ElasticInference
29
31
  :accelerator_type_name,
30
32
  :memory_info,
31
33
  :throughput_info)
34
+ SENSITIVE = []
32
35
  include Aws::Structure
33
36
  end
34
37
 
@@ -58,6 +61,7 @@ module Aws::ElasticInference
58
61
  :accelerator_type,
59
62
  :location_type,
60
63
  :location)
64
+ SENSITIVE = []
61
65
  include Aws::Structure
62
66
  end
63
67
 
@@ -70,6 +74,7 @@ module Aws::ElasticInference
70
74
  #
71
75
  class BadRequestException < Struct.new(
72
76
  :message)
77
+ SENSITIVE = []
73
78
  include Aws::Structure
74
79
  end
75
80
 
@@ -100,6 +105,7 @@ module Aws::ElasticInference
100
105
  class DescribeAcceleratorOfferingsRequest < Struct.new(
101
106
  :location_type,
102
107
  :accelerator_types)
108
+ SENSITIVE = []
103
109
  include Aws::Structure
104
110
  end
105
111
 
@@ -111,6 +117,7 @@ module Aws::ElasticInference
111
117
  #
112
118
  class DescribeAcceleratorOfferingsResponse < Struct.new(
113
119
  :accelerator_type_offerings)
120
+ SENSITIVE = []
114
121
  include Aws::Structure
115
122
  end
116
123
 
@@ -128,6 +135,7 @@ module Aws::ElasticInference
128
135
  #
129
136
  class DescribeAcceleratorTypesResponse < Struct.new(
130
137
  :accelerator_types)
138
+ SENSITIVE = []
131
139
  include Aws::Structure
132
140
  end
133
141
 
@@ -178,6 +186,7 @@ module Aws::ElasticInference
178
186
  :filters,
179
187
  :max_results,
180
188
  :next_token)
189
+ SENSITIVE = []
181
190
  include Aws::Structure
182
191
  end
183
192
 
@@ -195,6 +204,7 @@ module Aws::ElasticInference
195
204
  class DescribeAcceleratorsResponse < Struct.new(
196
205
  :accelerator_set,
197
206
  :next_token)
207
+ SENSITIVE = []
198
208
  include Aws::Structure
199
209
  end
200
210
 
@@ -230,6 +240,7 @@ module Aws::ElasticInference
230
240
  :accelerator_id,
231
241
  :availability_zone,
232
242
  :attached_resource)
243
+ SENSITIVE = []
233
244
  include Aws::Structure
234
245
  end
235
246
 
@@ -243,6 +254,7 @@ module Aws::ElasticInference
243
254
  #
244
255
  class ElasticInferenceAcceleratorHealth < Struct.new(
245
256
  :status)
257
+ SENSITIVE = []
246
258
  include Aws::Structure
247
259
  end
248
260
 
@@ -272,6 +284,7 @@ module Aws::ElasticInference
272
284
  class Filter < Struct.new(
273
285
  :name,
274
286
  :values)
287
+ SENSITIVE = []
275
288
  include Aws::Structure
276
289
  end
277
290
 
@@ -284,6 +297,7 @@ module Aws::ElasticInference
284
297
  #
285
298
  class InternalServerException < Struct.new(
286
299
  :message)
300
+ SENSITIVE = []
287
301
  include Aws::Structure
288
302
  end
289
303
 
@@ -305,6 +319,7 @@ module Aws::ElasticInference
305
319
  class KeyValuePair < Struct.new(
306
320
  :key,
307
321
  :value)
322
+ SENSITIVE = []
308
323
  include Aws::Structure
309
324
  end
310
325
 
@@ -323,6 +338,7 @@ module Aws::ElasticInference
323
338
  #
324
339
  class ListTagsForResourceRequest < Struct.new(
325
340
  :resource_arn)
341
+ SENSITIVE = []
326
342
  include Aws::Structure
327
343
  end
328
344
 
@@ -334,6 +350,7 @@ module Aws::ElasticInference
334
350
  #
335
351
  class ListTagsForResourceResult < Struct.new(
336
352
  :tags)
353
+ SENSITIVE = []
337
354
  include Aws::Structure
338
355
  end
339
356
 
@@ -347,6 +364,7 @@ module Aws::ElasticInference
347
364
  #
348
365
  class MemoryInfo < Struct.new(
349
366
  :size_in_mi_b)
367
+ SENSITIVE = []
350
368
  include Aws::Structure
351
369
  end
352
370
 
@@ -359,6 +377,7 @@ module Aws::ElasticInference
359
377
  #
360
378
  class ResourceNotFoundException < Struct.new(
361
379
  :message)
380
+ SENSITIVE = []
362
381
  include Aws::Structure
363
382
  end
364
383
 
@@ -385,6 +404,7 @@ module Aws::ElasticInference
385
404
  class TagResourceRequest < Struct.new(
386
405
  :resource_arn,
387
406
  :tags)
407
+ SENSITIVE = []
388
408
  include Aws::Structure
389
409
  end
390
410
 
@@ -413,6 +433,7 @@ module Aws::ElasticInference
413
433
  class UntagResourceRequest < Struct.new(
414
434
  :resource_arn,
415
435
  :tag_keys)
436
+ SENSITIVE = []
416
437
  include Aws::Structure
417
438
  end
418
439
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticinference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core