aws-sdk-pricing 1.20.1 → 1.21.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-pricing.rb +3 -1
- data/lib/aws-sdk-pricing/client.rb +3 -1
- data/lib/aws-sdk-pricing/client_api.rb +2 -0
- data/lib/aws-sdk-pricing/errors.rb +2 -0
- data/lib/aws-sdk-pricing/resource.rb +2 -0
- data/lib/aws-sdk-pricing/types.rb +16 -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: 295a5857803923ff437c4f5dee5f9add5f0454b0999f1861bdd6338c02ef817f
|
|
4
|
+
data.tar.gz: '08f703fe3c8971dbed59dc437cb578c52516eb987f7a1a83ecdcd5ff4303dd3a'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8af1c20d5e42bf7fd931cc4fa133be08790addbd84b49e36af33be165845e4c2409b41b508726c677ecd92704d6bfb776f5a9b856a65486a81313aa5f72d487
|
|
7
|
+
data.tar.gz: 61f79e4bb30dd248b260f1a84638cd397851c4f0940422d27de26201f5f90073fb7e1e221248f4711bab15215c6b77f86628e98846d23140169084c15d4082bf
|
data/lib/aws-sdk-pricing.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-pricing/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::Pricing
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.21.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:
|
|
@@ -594,7 +596,7 @@ module Aws::Pricing
|
|
|
594
596
|
params: params,
|
|
595
597
|
config: config)
|
|
596
598
|
context[:gem_name] = 'aws-sdk-pricing'
|
|
597
|
-
context[:gem_version] = '1.
|
|
599
|
+
context[:gem_version] = '1.21.0'
|
|
598
600
|
Seahorse::Client::Request.new(handlers, context)
|
|
599
601
|
end
|
|
600
602
|
|
|
@@ -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:
|
|
@@ -19,6 +21,7 @@ module Aws::Pricing
|
|
|
19
21
|
#
|
|
20
22
|
class AttributeValue < Struct.new(
|
|
21
23
|
:value)
|
|
24
|
+
SENSITIVE = []
|
|
22
25
|
include Aws::Structure
|
|
23
26
|
end
|
|
24
27
|
|
|
@@ -62,6 +65,7 @@ module Aws::Pricing
|
|
|
62
65
|
:format_version,
|
|
63
66
|
:next_token,
|
|
64
67
|
:max_results)
|
|
68
|
+
SENSITIVE = []
|
|
65
69
|
include Aws::Structure
|
|
66
70
|
end
|
|
67
71
|
|
|
@@ -83,6 +87,7 @@ module Aws::Pricing
|
|
|
83
87
|
:services,
|
|
84
88
|
:format_version,
|
|
85
89
|
:next_token)
|
|
90
|
+
SENSITIVE = []
|
|
86
91
|
include Aws::Structure
|
|
87
92
|
end
|
|
88
93
|
|
|
@@ -95,6 +100,7 @@ module Aws::Pricing
|
|
|
95
100
|
#
|
|
96
101
|
class ExpiredNextTokenException < Struct.new(
|
|
97
102
|
:message)
|
|
103
|
+
SENSITIVE = []
|
|
98
104
|
include Aws::Structure
|
|
99
105
|
end
|
|
100
106
|
|
|
@@ -144,6 +150,7 @@ module Aws::Pricing
|
|
|
144
150
|
:type,
|
|
145
151
|
:field,
|
|
146
152
|
:value)
|
|
153
|
+
SENSITIVE = []
|
|
147
154
|
include Aws::Structure
|
|
148
155
|
end
|
|
149
156
|
|
|
@@ -184,6 +191,7 @@ module Aws::Pricing
|
|
|
184
191
|
:attribute_name,
|
|
185
192
|
:next_token,
|
|
186
193
|
:max_results)
|
|
194
|
+
SENSITIVE = []
|
|
187
195
|
include Aws::Structure
|
|
188
196
|
end
|
|
189
197
|
|
|
@@ -203,6 +211,7 @@ module Aws::Pricing
|
|
|
203
211
|
class GetAttributeValuesResponse < Struct.new(
|
|
204
212
|
:attribute_values,
|
|
205
213
|
:next_token)
|
|
214
|
+
SENSITIVE = []
|
|
206
215
|
include Aws::Structure
|
|
207
216
|
end
|
|
208
217
|
|
|
@@ -255,6 +264,7 @@ module Aws::Pricing
|
|
|
255
264
|
:format_version,
|
|
256
265
|
:next_token,
|
|
257
266
|
:max_results)
|
|
267
|
+
SENSITIVE = []
|
|
258
268
|
include Aws::Structure
|
|
259
269
|
end
|
|
260
270
|
|
|
@@ -278,6 +288,7 @@ module Aws::Pricing
|
|
|
278
288
|
:format_version,
|
|
279
289
|
:price_list,
|
|
280
290
|
:next_token)
|
|
291
|
+
SENSITIVE = []
|
|
281
292
|
include Aws::Structure
|
|
282
293
|
end
|
|
283
294
|
|
|
@@ -291,6 +302,7 @@ module Aws::Pricing
|
|
|
291
302
|
#
|
|
292
303
|
class InternalErrorException < Struct.new(
|
|
293
304
|
:message)
|
|
305
|
+
SENSITIVE = []
|
|
294
306
|
include Aws::Structure
|
|
295
307
|
end
|
|
296
308
|
|
|
@@ -303,6 +315,7 @@ module Aws::Pricing
|
|
|
303
315
|
#
|
|
304
316
|
class InvalidNextTokenException < Struct.new(
|
|
305
317
|
:message)
|
|
318
|
+
SENSITIVE = []
|
|
306
319
|
include Aws::Structure
|
|
307
320
|
end
|
|
308
321
|
|
|
@@ -315,6 +328,7 @@ module Aws::Pricing
|
|
|
315
328
|
#
|
|
316
329
|
class InvalidParameterException < Struct.new(
|
|
317
330
|
:message)
|
|
331
|
+
SENSITIVE = []
|
|
318
332
|
include Aws::Structure
|
|
319
333
|
end
|
|
320
334
|
|
|
@@ -327,6 +341,7 @@ module Aws::Pricing
|
|
|
327
341
|
#
|
|
328
342
|
class NotFoundException < Struct.new(
|
|
329
343
|
:message)
|
|
344
|
+
SENSITIVE = []
|
|
330
345
|
include Aws::Structure
|
|
331
346
|
end
|
|
332
347
|
|
|
@@ -346,6 +361,7 @@ module Aws::Pricing
|
|
|
346
361
|
class Service < Struct.new(
|
|
347
362
|
:service_code,
|
|
348
363
|
:attribute_names)
|
|
364
|
+
SENSITIVE = []
|
|
349
365
|
include Aws::Structure
|
|
350
366
|
end
|
|
351
367
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-pricing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.21.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
|