aws-sdk-marketplacecommerceanalytics 1.21.0 → 1.26.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-marketplacecommerceanalytics.rb +3 -1
- data/lib/aws-sdk-marketplacecommerceanalytics/client.rb +10 -7
- 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 +3 -7
- data/lib/aws-sdk-marketplacecommerceanalytics/types.rb +7 -0
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78293556ce7f438fdce27015d925a0cea533548df9f6c86323b488b7f5f5be82
|
4
|
+
data.tar.gz: 891059aaa89892834f3ebce843333ca0fc132e4a77599ede05f4af3529a62587
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 101c5d1edb7cf3999dd0340713b6b6a21b108a5b3bb1b9f43a04a1f760f058b887c489c7da75fd1598e517b1459f0f2c714034acd7d1b5cfe394a20f05c20fc7
|
7
|
+
data.tar.gz: d8a6b4f7dd02c7f4f6733fca395f6d9241524fd45b6408c6fda747fe5795d14fd9e8901174dd11fb8989cb816f7d32b3e963f72ce03439e97b24eb3c8e317804
|
@@ -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.26.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:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -279,8 +283,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
279
283
|
#
|
280
284
|
# @option options [Integer] :http_read_timeout (60) The default
|
281
285
|
# number of seconds to wait for response data. This value can
|
282
|
-
# safely be set
|
283
|
-
# per-request on the session yielded by {#session_for}.
|
286
|
+
# safely be set per-request on the session.
|
284
287
|
#
|
285
288
|
# @option options [Float] :http_idle_timeout (5) The number of
|
286
289
|
# seconds a connection is allowed to sit idle before it is
|
@@ -292,7 +295,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
292
295
|
# request body. This option has no effect unless the request has
|
293
296
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
294
297
|
# disables this behaviour. This value can safely be set per
|
295
|
-
# request on the session
|
298
|
+
# request on the session.
|
296
299
|
#
|
297
300
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
298
301
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -579,7 +582,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
579
582
|
params: params,
|
580
583
|
config: config)
|
581
584
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
582
|
-
context[:gem_version] = '1.
|
585
|
+
context[:gem_version] = '1.26.0'
|
583
586
|
Seahorse::Client::Request.new(handlers, context)
|
584
587
|
end
|
585
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:
|
@@ -6,13 +8,7 @@
|
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
8
10
|
module Aws::MarketplaceCommerceAnalytics
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::MarketplaceCommerceAnalytics::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::MarketplaceCommerceAnalytics::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::MarketplaceCommerceAnalytics::Resource.new(client: client)
|
11
|
+
|
16
12
|
class Resource
|
17
13
|
|
18
14
|
# @param options ({})
|
@@ -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.26.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-
|
11
|
+
date: 2020-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
|
83
|
+
rubyforge_project:
|
84
|
+
rubygems_version: 2.7.6.2
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: AWS SDK for Ruby - AWS Marketplace Commerce Analytics
|