aws-sdk-outposts 1.6.1 → 1.7.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
  SHA256:
3
- metadata.gz: 680222ae5e5903b736ab14deffd86b66846e4a8396f848349d311fd0685da24d
4
- data.tar.gz: ff7c9f66792646e41786deb1982da5bfd220779d519faa7b548f6a8618e80763
3
+ metadata.gz: b241cafe77340a19ae081fae7f896cb45f1adff35bb02abfbae527137fc6848d
4
+ data.tar.gz: 3b21550953924cfb6c3cdfbe2428b86cbeabdf5e7c04284803101f6f008cf737
5
5
  SHA512:
6
- metadata.gz: 51af27ec01107f83430b3de6a3567babc9c07588a8c27c9def82276b273e7216f8799700a92806acb168527a0811d887705b079330a5189fa2be8bca8d4c9fa6
7
- data.tar.gz: 1a6f78950ea1b365df85babc97b0b20c378fd61f180a44ce2548dc9fa58b7ad818b98a4143419e1a60e07af47beee4726fb7e59a8e7c30333272c162751a2315
6
+ metadata.gz: 073a3c0c567bb1608c622ae57773bfb32894b92cb0a4856d862763d8f0fa9aeca87ee178a92be14905e6c83447da8f6e18ed8a2613f45e51b80a67a84901b046
7
+ data.tar.gz: f3cb9f602edc80ca77ec54dec34e3902d3eaf44e9d102297369c61ce5f62af2a7b6f5b50fb1fdd10611d1da5d5fa01ff614530170e382a543c90618ed24c8a7d
@@ -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-outposts/customizations'
45
47
  # @service
46
48
  module Aws::Outposts
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:
@@ -587,7 +589,7 @@ module Aws::Outposts
587
589
  params: params,
588
590
  config: config)
589
591
  context[:gem_name] = 'aws-sdk-outposts'
590
- context[:gem_version] = '1.6.1'
592
+ context[:gem_version] = '1.7.0'
591
593
  Seahorse::Client::Request.new(handlers, context)
592
594
  end
593
595
 
@@ -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:
@@ -17,6 +19,7 @@ module Aws::Outposts
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -63,6 +66,7 @@ module Aws::Outposts
63
66
  :site_id,
64
67
  :availability_zone,
65
68
  :availability_zone_id)
69
+ SENSITIVE = []
66
70
  include Aws::Structure
67
71
  end
68
72
 
@@ -74,6 +78,7 @@ module Aws::Outposts
74
78
  #
75
79
  class CreateOutpostOutput < Struct.new(
76
80
  :outpost)
81
+ SENSITIVE = []
77
82
  include Aws::Structure
78
83
  end
79
84
 
@@ -92,6 +97,7 @@ module Aws::Outposts
92
97
  #
93
98
  class DeleteOutpostInput < Struct.new(
94
99
  :outpost_id)
100
+ SENSITIVE = []
95
101
  include Aws::Structure
96
102
  end
97
103
 
@@ -114,6 +120,7 @@ module Aws::Outposts
114
120
  #
115
121
  class DeleteSiteInput < Struct.new(
116
122
  :site_id)
123
+ SENSITIVE = []
117
124
  include Aws::Structure
118
125
  end
119
126
 
@@ -136,6 +143,7 @@ module Aws::Outposts
136
143
  #
137
144
  class GetOutpostInput < Struct.new(
138
145
  :outpost_id)
146
+ SENSITIVE = []
139
147
  include Aws::Structure
140
148
  end
141
149
 
@@ -166,6 +174,7 @@ module Aws::Outposts
166
174
  :outpost_id,
167
175
  :next_token,
168
176
  :max_results)
177
+ SENSITIVE = []
169
178
  include Aws::Structure
170
179
  end
171
180
 
@@ -192,6 +201,7 @@ module Aws::Outposts
192
201
  :next_token,
193
202
  :outpost_id,
194
203
  :outpost_arn)
204
+ SENSITIVE = []
195
205
  include Aws::Structure
196
206
  end
197
207
 
@@ -203,6 +213,7 @@ module Aws::Outposts
203
213
  #
204
214
  class GetOutpostOutput < Struct.new(
205
215
  :outpost)
216
+ SENSITIVE = []
206
217
  include Aws::Structure
207
218
  end
208
219
 
@@ -216,6 +227,7 @@ module Aws::Outposts
216
227
  #
217
228
  class InstanceTypeItem < Struct.new(
218
229
  :instance_type)
230
+ SENSITIVE = []
219
231
  include Aws::Structure
220
232
  end
221
233
 
@@ -228,6 +240,7 @@ module Aws::Outposts
228
240
  #
229
241
  class InternalServerException < Struct.new(
230
242
  :message)
243
+ SENSITIVE = []
231
244
  include Aws::Structure
232
245
  end
233
246
 
@@ -252,6 +265,7 @@ module Aws::Outposts
252
265
  class ListOutpostsInput < Struct.new(
253
266
  :next_token,
254
267
  :max_results)
268
+ SENSITIVE = []
255
269
  include Aws::Structure
256
270
  end
257
271
 
@@ -268,6 +282,7 @@ module Aws::Outposts
268
282
  class ListOutpostsOutput < Struct.new(
269
283
  :outposts,
270
284
  :next_token)
285
+ SENSITIVE = []
271
286
  include Aws::Structure
272
287
  end
273
288
 
@@ -292,6 +307,7 @@ module Aws::Outposts
292
307
  class ListSitesInput < Struct.new(
293
308
  :next_token,
294
309
  :max_results)
310
+ SENSITIVE = []
295
311
  include Aws::Structure
296
312
  end
297
313
 
@@ -308,6 +324,7 @@ module Aws::Outposts
308
324
  class ListSitesOutput < Struct.new(
309
325
  :sites,
310
326
  :next_token)
327
+ SENSITIVE = []
311
328
  include Aws::Structure
312
329
  end
313
330
 
@@ -320,6 +337,7 @@ module Aws::Outposts
320
337
  #
321
338
  class NotFoundException < Struct.new(
322
339
  :message)
340
+ SENSITIVE = []
323
341
  include Aws::Structure
324
342
  end
325
343
 
@@ -377,6 +395,7 @@ module Aws::Outposts
377
395
  :life_cycle_status,
378
396
  :availability_zone,
379
397
  :availability_zone_id)
398
+ SENSITIVE = []
380
399
  include Aws::Structure
381
400
  end
382
401
 
@@ -389,6 +408,7 @@ module Aws::Outposts
389
408
  #
390
409
  class ServiceQuotaExceededException < Struct.new(
391
410
  :message)
411
+ SENSITIVE = []
392
412
  include Aws::Structure
393
413
  end
394
414
 
@@ -417,6 +437,7 @@ module Aws::Outposts
417
437
  :account_id,
418
438
  :name,
419
439
  :description)
440
+ SENSITIVE = []
420
441
  include Aws::Structure
421
442
  end
422
443
 
@@ -429,6 +450,7 @@ module Aws::Outposts
429
450
  #
430
451
  class ValidationException < Struct.new(
431
452
  :message)
453
+ SENSITIVE = []
432
454
  include Aws::Structure
433
455
  end
434
456
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
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