aws-sdk-ebs 1.5.1 → 1.6.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-ebs.rb +3 -1
- data/lib/aws-sdk-ebs/client.rb +3 -1
- data/lib/aws-sdk-ebs/client_api.rb +2 -0
- data/lib/aws-sdk-ebs/errors.rb +2 -0
- data/lib/aws-sdk-ebs/resource.rb +2 -0
- data/lib/aws-sdk-ebs/types.rb +12 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c21ce0cd3f92239328f36ff544e93b7878f7ca7e091b5c75cee69cef056bf16d
|
|
4
|
+
data.tar.gz: f619293cffc92d8ca04734f1010e6478b31f6c49e69e7f6a56375053ebc42a08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4e786c80fca3ec0adbc6a500415114ca1f30564d35edf22fe6d987db0b0ceb30d77e5c2f05ae5512fc790c8edd30e7401eb0bdf1bea853c3c0b86246a9d121d
|
|
7
|
+
data.tar.gz: 9e085d7d050610b6cfd3dd1c1266d9e5d23a698b64db3ef24c2085de88efba7b4fd6798dcfb59bd14b45e4145afec7cb4536e472235afcbc35366f45daed388e
|
data/lib/aws-sdk-ebs.rb
CHANGED
|
@@ -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-ebs/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::EBS
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.6.0'
|
|
49
51
|
|
|
50
52
|
end
|
data/lib/aws-sdk-ebs/client.rb
CHANGED
|
@@ -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:
|
|
@@ -495,7 +497,7 @@ module Aws::EBS
|
|
|
495
497
|
params: params,
|
|
496
498
|
config: config)
|
|
497
499
|
context[:gem_name] = 'aws-sdk-ebs'
|
|
498
|
-
context[:gem_version] = '1.
|
|
500
|
+
context[:gem_version] = '1.6.0'
|
|
499
501
|
Seahorse::Client::Request.new(handlers, context)
|
|
500
502
|
end
|
|
501
503
|
|
data/lib/aws-sdk-ebs/errors.rb
CHANGED
data/lib/aws-sdk-ebs/resource.rb
CHANGED
data/lib/aws-sdk-ebs/types.rb
CHANGED
|
@@ -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:
|
|
@@ -23,6 +25,7 @@ module Aws::EBS
|
|
|
23
25
|
class Block < Struct.new(
|
|
24
26
|
:block_index,
|
|
25
27
|
:block_token)
|
|
28
|
+
SENSITIVE = []
|
|
26
29
|
include Aws::Structure
|
|
27
30
|
end
|
|
28
31
|
|
|
@@ -51,6 +54,7 @@ module Aws::EBS
|
|
|
51
54
|
:block_index,
|
|
52
55
|
:first_block_token,
|
|
53
56
|
:second_block_token)
|
|
57
|
+
SENSITIVE = []
|
|
54
58
|
include Aws::Structure
|
|
55
59
|
end
|
|
56
60
|
|
|
@@ -87,6 +91,7 @@ module Aws::EBS
|
|
|
87
91
|
:snapshot_id,
|
|
88
92
|
:block_index,
|
|
89
93
|
:block_token)
|
|
94
|
+
SENSITIVE = []
|
|
90
95
|
include Aws::Structure
|
|
91
96
|
end
|
|
92
97
|
|
|
@@ -114,6 +119,7 @@ module Aws::EBS
|
|
|
114
119
|
:block_data,
|
|
115
120
|
:checksum,
|
|
116
121
|
:checksum_algorithm)
|
|
122
|
+
SENSITIVE = [:block_data]
|
|
117
123
|
include Aws::Structure
|
|
118
124
|
end
|
|
119
125
|
|
|
@@ -165,6 +171,7 @@ module Aws::EBS
|
|
|
165
171
|
:next_token,
|
|
166
172
|
:max_results,
|
|
167
173
|
:starting_block_index)
|
|
174
|
+
SENSITIVE = []
|
|
168
175
|
include Aws::Structure
|
|
169
176
|
end
|
|
170
177
|
|
|
@@ -197,6 +204,7 @@ module Aws::EBS
|
|
|
197
204
|
:volume_size,
|
|
198
205
|
:block_size,
|
|
199
206
|
:next_token)
|
|
207
|
+
SENSITIVE = []
|
|
200
208
|
include Aws::Structure
|
|
201
209
|
end
|
|
202
210
|
|
|
@@ -236,6 +244,7 @@ module Aws::EBS
|
|
|
236
244
|
:next_token,
|
|
237
245
|
:max_results,
|
|
238
246
|
:starting_block_index)
|
|
247
|
+
SENSITIVE = []
|
|
239
248
|
include Aws::Structure
|
|
240
249
|
end
|
|
241
250
|
|
|
@@ -268,6 +277,7 @@ module Aws::EBS
|
|
|
268
277
|
:volume_size,
|
|
269
278
|
:block_size,
|
|
270
279
|
:next_token)
|
|
280
|
+
SENSITIVE = [:blocks]
|
|
271
281
|
include Aws::Structure
|
|
272
282
|
end
|
|
273
283
|
|
|
@@ -280,6 +290,7 @@ module Aws::EBS
|
|
|
280
290
|
#
|
|
281
291
|
class ResourceNotFoundException < Struct.new(
|
|
282
292
|
:message)
|
|
293
|
+
SENSITIVE = []
|
|
283
294
|
include Aws::Structure
|
|
284
295
|
end
|
|
285
296
|
|
|
@@ -297,6 +308,7 @@ module Aws::EBS
|
|
|
297
308
|
class ValidationException < Struct.new(
|
|
298
309
|
:message,
|
|
299
310
|
:reason)
|
|
311
|
+
SENSITIVE = []
|
|
300
312
|
include Aws::Structure
|
|
301
313
|
end
|
|
302
314
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ebs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.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
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|