aws-sdk-marketplaceentitlementservice 1.20.1 → 1.21.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: 257ed7883aa4b45970da2afd183f48640c7597d925dba12ddf3bc9587a787b10
4
- data.tar.gz: 79389be78cd2073bcf3a9183df3187215dc736b17c5572ed311b4c81bd101b0e
3
+ metadata.gz: 6277ccbd1cff326e4c0058f73f7e5d69534e4d34d2f00e2a97de31494475e2fa
4
+ data.tar.gz: ace90d2fc6e1de2c21370944bc60e6092a9c2bbde152a27915c03f0249c8842d
5
5
  SHA512:
6
- metadata.gz: 47b838004a69f587eb0080d525e75fcd8a406cc8322907681112139758f27dcb23c107032c04f8f10f51bf8de95ccc4a3a161640956183144a7654e16d4c80de
7
- data.tar.gz: c35f90dc75f70e1f83c0687aea5a5b8af3d1965b426ebf65e6f1a5147aaac20eb63442cc6e70fd8d82e2c8b65021c23938ad879454f35de11a1ac0dc0df886e3
6
+ metadata.gz: d0dc5b86176e8b3ded7b45195e46f95bde20f6267b050d5413db075350e4c9a9e95174d35fe7e9e98a2cb0636960d2a2fe564c28e0703ccdf36bf2afc7e166af
7
+ data.tar.gz: fa0ad35eb726992a216723bcebf45a9a8ab3a7aadd13a928440366adf871a9346f1eafec877a0045d97e7332ec65670f65b93eadbeca37d778e7a85069b442c0
@@ -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-marketplaceentitlementservice/customizations'
45
47
  # @service
46
48
  module Aws::MarketplaceEntitlementService
47
49
 
48
- GEM_VERSION = '1.20.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:
@@ -395,7 +397,7 @@ module Aws::MarketplaceEntitlementService
395
397
  params: params,
396
398
  config: config)
397
399
  context[:gem_name] = 'aws-sdk-marketplaceentitlementservice'
398
- context[:gem_version] = '1.20.1'
400
+ context[:gem_version] = '1.21.0'
399
401
  Seahorse::Client::Request.new(handlers, context)
400
402
  end
401
403
 
@@ -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:
@@ -53,6 +55,7 @@ module Aws::MarketplaceEntitlementService
53
55
  :customer_identifier,
54
56
  :value,
55
57
  :expiration_date)
58
+ SENSITIVE = []
56
59
  include Aws::Structure
57
60
  end
58
61
 
@@ -88,6 +91,7 @@ module Aws::MarketplaceEntitlementService
88
91
  :double_value,
89
92
  :boolean_value,
90
93
  :string_value)
94
+ SENSITIVE = []
91
95
  include Aws::Structure
92
96
  end
93
97
 
@@ -137,6 +141,7 @@ module Aws::MarketplaceEntitlementService
137
141
  :filter,
138
142
  :next_token,
139
143
  :max_results)
144
+ SENSITIVE = []
140
145
  include Aws::Structure
141
146
  end
142
147
 
@@ -160,6 +165,7 @@ module Aws::MarketplaceEntitlementService
160
165
  class GetEntitlementsResult < Struct.new(
161
166
  :entitlements,
162
167
  :next_token)
168
+ SENSITIVE = []
163
169
  include Aws::Structure
164
170
  end
165
171
 
@@ -173,6 +179,7 @@ module Aws::MarketplaceEntitlementService
173
179
  #
174
180
  class InternalServiceErrorException < Struct.new(
175
181
  :message)
182
+ SENSITIVE = []
176
183
  include Aws::Structure
177
184
  end
178
185
 
@@ -185,6 +192,7 @@ module Aws::MarketplaceEntitlementService
185
192
  #
186
193
  class InvalidParameterException < Struct.new(
187
194
  :message)
195
+ SENSITIVE = []
188
196
  include Aws::Structure
189
197
  end
190
198
 
@@ -197,6 +205,7 @@ module Aws::MarketplaceEntitlementService
197
205
  #
198
206
  class ThrottlingException < Struct.new(
199
207
  :message)
208
+ SENSITIVE = []
200
209
  include Aws::Structure
201
210
  end
202
211
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplaceentitlementservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.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 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