aws-sdk-marketplacemetering 1.27.0 → 1.28.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: 87542935671f8ba248929bf4ac99b360859409b985421c2c6e6a13111601bf7f
4
- data.tar.gz: 5e1c7f39d01eeabcef7fa8d3469e80f0947d353c059dfab90b28dc1f64be3302
3
+ metadata.gz: d52015b8728981ef704b5627db3393096831e2d54162d2c0cd1d956d77c00a7d
4
+ data.tar.gz: 494c507ea5e582678ea238b5504130aa1e456b31dbad47cb289bff5e242b6fe8
5
5
  SHA512:
6
- metadata.gz: d19e647a0a24eb14b2dcfac55564addf50b26d2ca9e4e0b36dfddd8b1afe18d6f915469d41545fbdb3559e33686ce154d3280e6aacfe9b27c25c269cb8e169e7
7
- data.tar.gz: bd594cee64f272a21e612af18395a9e15fa998860b4105ca166866135e31c224762fe4ffcfb593e3cf81e8df1a5e420697e7676351dadfc6753bc83ff6524ecd
6
+ metadata.gz: f5eddb401e67f32f410d887f55b681b4a8f8dc699ff0e169024ff67c5fe7ab9c56d4d8cb699439e7d7d4e9ecb5343291d496688847ac87a11ca0f592bb4b53c4
7
+ data.tar.gz: cfcbf771418206c1c70f2e4597ba59bdab50e30991017891978121121e297c9f4a333b009bb55ba999e0b5dccd19472ba1b6db973ce1b7419f012ceedaaf8f52
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-marketplacemetering/customizations'
47
47
  # @service
48
48
  module Aws::MarketplaceMetering
49
49
 
50
- GEM_VERSION = '1.27.0'
50
+ GEM_VERSION = '1.28.0'
51
51
 
52
52
  end
@@ -568,7 +568,7 @@ module Aws::MarketplaceMetering
568
568
  params: params,
569
569
  config: config)
570
570
  context[:gem_name] = 'aws-sdk-marketplacemetering'
571
- context[:gem_version] = '1.27.0'
571
+ context[:gem_version] = '1.28.0'
572
572
  Seahorse::Client::Request.new(handlers, context)
573
573
  end
574
574
 
@@ -44,6 +44,7 @@ module Aws::MarketplaceMetering
44
44
  class BatchMeterUsageRequest < Struct.new(
45
45
  :usage_records,
46
46
  :product_code)
47
+ SENSITIVE = []
47
48
  include Aws::Structure
48
49
  end
49
50
 
@@ -68,6 +69,7 @@ module Aws::MarketplaceMetering
68
69
  class BatchMeterUsageResult < Struct.new(
69
70
  :results,
70
71
  :unprocessed_records)
72
+ SENSITIVE = []
71
73
  include Aws::Structure
72
74
  end
73
75
 
@@ -81,6 +83,7 @@ module Aws::MarketplaceMetering
81
83
  #
82
84
  class CustomerNotEntitledException < Struct.new(
83
85
  :message)
86
+ SENSITIVE = []
84
87
  include Aws::Structure
85
88
  end
86
89
 
@@ -93,6 +96,7 @@ module Aws::MarketplaceMetering
93
96
  #
94
97
  class DisabledApiException < Struct.new(
95
98
  :message)
99
+ SENSITIVE = []
96
100
  include Aws::Structure
97
101
  end
98
102
 
@@ -107,6 +111,7 @@ module Aws::MarketplaceMetering
107
111
  #
108
112
  class DuplicateRequestException < Struct.new(
109
113
  :message)
114
+ SENSITIVE = []
110
115
  include Aws::Structure
111
116
  end
112
117
 
@@ -124,6 +129,7 @@ module Aws::MarketplaceMetering
124
129
  #
125
130
  class ExpiredTokenException < Struct.new(
126
131
  :message)
132
+ SENSITIVE = []
127
133
  include Aws::Structure
128
134
  end
129
135
 
@@ -137,6 +143,7 @@ module Aws::MarketplaceMetering
137
143
  #
138
144
  class InternalServiceErrorException < Struct.new(
139
145
  :message)
146
+ SENSITIVE = []
140
147
  include Aws::Structure
141
148
  end
142
149
 
@@ -149,6 +156,7 @@ module Aws::MarketplaceMetering
149
156
  #
150
157
  class InvalidCustomerIdentifierException < Struct.new(
151
158
  :message)
159
+ SENSITIVE = []
152
160
  include Aws::Structure
153
161
  end
154
162
 
@@ -163,6 +171,7 @@ module Aws::MarketplaceMetering
163
171
  #
164
172
  class InvalidEndpointRegionException < Struct.new(
165
173
  :message)
174
+ SENSITIVE = []
166
175
  include Aws::Structure
167
176
  end
168
177
 
@@ -176,6 +185,7 @@ module Aws::MarketplaceMetering
176
185
  #
177
186
  class InvalidProductCodeException < Struct.new(
178
187
  :message)
188
+ SENSITIVE = []
179
189
  include Aws::Structure
180
190
  end
181
191
 
@@ -188,6 +198,7 @@ module Aws::MarketplaceMetering
188
198
  #
189
199
  class InvalidPublicKeyVersionException < Struct.new(
190
200
  :message)
201
+ SENSITIVE = []
191
202
  include Aws::Structure
192
203
  end
193
204
 
@@ -202,6 +213,7 @@ module Aws::MarketplaceMetering
202
213
  #
203
214
  class InvalidRegionException < Struct.new(
204
215
  :message)
216
+ SENSITIVE = []
205
217
  include Aws::Structure
206
218
  end
207
219
 
@@ -214,6 +226,7 @@ module Aws::MarketplaceMetering
214
226
  #
215
227
  class InvalidTokenException < Struct.new(
216
228
  :message)
229
+ SENSITIVE = []
217
230
  include Aws::Structure
218
231
  end
219
232
 
@@ -227,6 +240,7 @@ module Aws::MarketplaceMetering
227
240
  #
228
241
  class InvalidUsageDimensionException < Struct.new(
229
242
  :message)
243
+ SENSITIVE = []
230
244
  include Aws::Structure
231
245
  end
232
246
 
@@ -278,6 +292,7 @@ module Aws::MarketplaceMetering
278
292
  :usage_dimension,
279
293
  :usage_quantity,
280
294
  :dry_run)
295
+ SENSITIVE = []
281
296
  include Aws::Structure
282
297
  end
283
298
 
@@ -289,6 +304,7 @@ module Aws::MarketplaceMetering
289
304
  #
290
305
  class MeterUsageResult < Struct.new(
291
306
  :metering_record_id)
307
+ SENSITIVE = []
292
308
  include Aws::Structure
293
309
  end
294
310
 
@@ -303,6 +319,7 @@ module Aws::MarketplaceMetering
303
319
  #
304
320
  class PlatformNotSupportedException < Struct.new(
305
321
  :message)
322
+ SENSITIVE = []
306
323
  include Aws::Structure
307
324
  end
308
325
 
@@ -336,6 +353,7 @@ module Aws::MarketplaceMetering
336
353
  :product_code,
337
354
  :public_key_version,
338
355
  :nonce)
356
+ SENSITIVE = []
339
357
  include Aws::Structure
340
358
  end
341
359
 
@@ -352,6 +370,7 @@ module Aws::MarketplaceMetering
352
370
  class RegisterUsageResult < Struct.new(
353
371
  :public_key_rotation_timestamp,
354
372
  :signature)
373
+ SENSITIVE = []
355
374
  include Aws::Structure
356
375
  end
357
376
 
@@ -375,6 +394,7 @@ module Aws::MarketplaceMetering
375
394
  #
376
395
  class ResolveCustomerRequest < Struct.new(
377
396
  :registration_token)
397
+ SENSITIVE = []
378
398
  include Aws::Structure
379
399
  end
380
400
 
@@ -398,6 +418,7 @@ module Aws::MarketplaceMetering
398
418
  class ResolveCustomerResult < Struct.new(
399
419
  :customer_identifier,
400
420
  :product_code)
421
+ SENSITIVE = []
401
422
  include Aws::Structure
402
423
  end
403
424
 
@@ -410,6 +431,7 @@ module Aws::MarketplaceMetering
410
431
  #
411
432
  class ThrottlingException < Struct.new(
412
433
  :message)
434
+ SENSITIVE = []
413
435
  include Aws::Structure
414
436
  end
415
437
 
@@ -423,6 +445,7 @@ module Aws::MarketplaceMetering
423
445
  #
424
446
  class TimestampOutOfBoundsException < Struct.new(
425
447
  :message)
448
+ SENSITIVE = []
426
449
  include Aws::Structure
427
450
  end
428
451
 
@@ -473,6 +496,7 @@ module Aws::MarketplaceMetering
473
496
  :customer_identifier,
474
497
  :dimension,
475
498
  :quantity)
499
+ SENSITIVE = []
476
500
  include Aws::Structure
477
501
  end
478
502
 
@@ -510,6 +534,7 @@ module Aws::MarketplaceMetering
510
534
  :usage_record,
511
535
  :metering_record_id,
512
536
  :status)
537
+ SENSITIVE = []
513
538
  include Aws::Structure
514
539
  end
515
540
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacemetering
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.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-18 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