aws-sdk-marketplacecommerceanalytics 1.24.1 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-marketplacecommerceanalytics.rb +3 -1
- data/lib/aws-sdk-marketplacecommerceanalytics/client.rb +3 -1
- data/lib/aws-sdk-marketplacecommerceanalytics/client_api.rb +2 -0
- data/lib/aws-sdk-marketplacecommerceanalytics/customizations.rb +1 -0
- data/lib/aws-sdk-marketplacecommerceanalytics/errors.rb +2 -0
- data/lib/aws-sdk-marketplacecommerceanalytics/resource.rb +2 -0
- data/lib/aws-sdk-marketplacecommerceanalytics/types.rb +7 -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: 23dc0c00c917e5037967cdb23576f30c3ce16c04e71f543dc4366a0821a4641e
|
4
|
+
data.tar.gz: '08f372ac257e6bb155a3ac75d4043b48803e4d23264438943edfc4b0e8944feb'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d33fa2dd2f99068f69b9abfa109aadd83a0daac471f3b6a2aa7ce579b695601fc23c5323f3a280cd7e1b16008f002987a41a6bd92e15f8345da02cc5d1fa70e9
|
7
|
+
data.tar.gz: 5a4b8382655e3eeaf5725c7053be4732846620b33aebcf64eb0c8544c82221682eddaadbec0171862b9daff2f7ff2a98bfdf36a7da6cb9b5d8e08154cfb77900
|
@@ -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-marketplacecommerceanalytics/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::MarketplaceCommerceAnalytics
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.25.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:
|
@@ -580,7 +582,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
580
582
|
params: params,
|
581
583
|
config: config)
|
582
584
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
583
|
-
context[:gem_version] = '1.
|
585
|
+
context[:gem_version] = '1.25.0'
|
584
586
|
Seahorse::Client::Request.new(handlers, context)
|
585
587
|
end
|
586
588
|
|
@@ -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:
|
@@ -154,6 +156,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
154
156
|
:destination_s3_prefix,
|
155
157
|
:sns_topic_arn,
|
156
158
|
:customer_defined_values)
|
159
|
+
SENSITIVE = []
|
157
160
|
include Aws::Structure
|
158
161
|
end
|
159
162
|
|
@@ -169,6 +172,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
169
172
|
#
|
170
173
|
class GenerateDataSetResult < Struct.new(
|
171
174
|
:data_set_request_id)
|
175
|
+
SENSITIVE = []
|
172
176
|
include Aws::Structure
|
173
177
|
end
|
174
178
|
|
@@ -182,6 +186,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
182
186
|
#
|
183
187
|
class MarketplaceCommerceAnalyticsException < Struct.new(
|
184
188
|
:message)
|
189
|
+
SENSITIVE = []
|
185
190
|
include Aws::Structure
|
186
191
|
end
|
187
192
|
|
@@ -265,6 +270,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
265
270
|
:destination_s3_prefix,
|
266
271
|
:sns_topic_arn,
|
267
272
|
:customer_defined_values)
|
273
|
+
SENSITIVE = []
|
268
274
|
include Aws::Structure
|
269
275
|
end
|
270
276
|
|
@@ -280,6 +286,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
280
286
|
#
|
281
287
|
class StartSupportDataExportResult < Struct.new(
|
282
288
|
:data_set_request_id)
|
289
|
+
SENSITIVE = []
|
283
290
|
include Aws::Structure
|
284
291
|
end
|
285
292
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacecommerceanalytics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.25.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
|