aws-sdk-marketplacecommerceanalytics 1.20.0 → 1.25.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6d2d037b91212be9306c5e527776069d925816ad
4
- data.tar.gz: 3e66da2715138839b436fe1ee1b4c9279c897bb7
2
+ SHA256:
3
+ metadata.gz: 23dc0c00c917e5037967cdb23576f30c3ce16c04e71f543dc4366a0821a4641e
4
+ data.tar.gz: '08f372ac257e6bb155a3ac75d4043b48803e4d23264438943edfc4b0e8944feb'
5
5
  SHA512:
6
- metadata.gz: a94ba238cf8a3bfb8f0074e0419f49802e94b306d3caea40555455ff2cf9febf413affc2be45e4afd3b0c8dd9d6b8ff17a6dfbc1dc0269fd4ea6ab7719e3b72b
7
- data.tar.gz: d359d611739906cfd9436c8c9ed44fae409c7fc4ff72d64493cb8710ad0ed348bdd20726a60b6219838f03439fb27cdc713e48906a5ce20abd7ee8c9a0bc4cc5
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.20.0'
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:
@@ -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
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:marketplacecommerceanalytics)
32
35
  module Aws::MarketplaceCommerceAnalytics
33
36
  # An API client for MarketplaceCommerceAnalytics. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::MarketplaceCommerceAnalytics::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::MarketplaceCommerceAnalytics::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -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 search for in the following locations:
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 avalid HTTP(S) URI.
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. Defaults to `false`.
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.
@@ -229,15 +233,19 @@ module Aws::MarketplaceCommerceAnalytics
229
233
  #
230
234
  # @option options [String] :retry_mode ("legacy")
231
235
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
241
249
  #
242
250
  # @option options [String] :secret_access_key
243
251
  #
@@ -275,8 +283,7 @@ module Aws::MarketplaceCommerceAnalytics
275
283
  #
276
284
  # @option options [Integer] :http_read_timeout (60) The default
277
285
  # number of seconds to wait for response data. This value can
278
- # safely be set
279
- # per-request on the session yielded by {#session_for}.
286
+ # safely be set per-request on the session.
280
287
  #
281
288
  # @option options [Float] :http_idle_timeout (5) The number of
282
289
  # seconds a connection is allowed to sit idle before it is
@@ -288,7 +295,7 @@ module Aws::MarketplaceCommerceAnalytics
288
295
  # request body. This option has no effect unless the request has
289
296
  # "Expect" header set to "100-continue". Defaults to `nil` which
290
297
  # disables this behaviour. This value can safely be set per
291
- # request on the session yielded by {#session_for}.
298
+ # request on the session.
292
299
  #
293
300
  # @option options [Boolean] :http_wire_trace (false) When `true`,
294
301
  # HTTP debug output will be sent to the `:logger`.
@@ -406,11 +413,13 @@ module Aws::MarketplaceCommerceAnalytics
406
413
  #
407
414
  # @option params [required, Time,DateTime,Date,Integer,String] :data_set_publication_date
408
415
  # The date a data set was published. For daily data sets, provide a date
409
- # with day-level granularity for the desired day. For weekly data sets,
410
- # provide a date with day-level granularity within the desired week (the
411
- # day value will be ignored). For monthly data sets, provide a date with
416
+ # with day-level granularity for the desired day. For monthly data sets
417
+ # except those with prefix disbursed\_amount, provide a date with
412
418
  # month-level granularity for the desired month (the day value will be
413
- # ignored).
419
+ # ignored). For data sets with prefix disbursed\_amount, provide a date
420
+ # with day-level granularity for the desired day. For these data sets we
421
+ # will look backwards in time over the range of 31 days until the first
422
+ # data set is found (the latest one).
414
423
  #
415
424
  # @option params [required, String] :role_name_arn
416
425
  # The Amazon Resource Name (ARN) of the Role with an attached
@@ -573,7 +582,7 @@ module Aws::MarketplaceCommerceAnalytics
573
582
  params: params,
574
583
  config: config)
575
584
  context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
576
- context[:gem_version] = '1.20.0'
585
+ context[:gem_version] = '1.25.0'
577
586
  Seahorse::Client::Request.new(handlers, context)
578
587
  end
579
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:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::MarketplaceCommerceAnalytics
9
- # This class provides a resource oriented interface for MarketplaceCommerceAnalytics.
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:
@@ -104,11 +106,13 @@ module Aws::MarketplaceCommerceAnalytics
104
106
  #
105
107
  # @!attribute [rw] data_set_publication_date
106
108
  # The date a data set was published. For daily data sets, provide a
107
- # date with day-level granularity for the desired day. For weekly data
108
- # sets, provide a date with day-level granularity within the desired
109
- # week (the day value will be ignored). For monthly data sets, provide
110
- # a date with month-level granularity for the desired month (the day
111
- # value will be ignored).
109
+ # date with day-level granularity for the desired day. For monthly
110
+ # data sets except those with prefix disbursed\_amount, provide a date
111
+ # with month-level granularity for the desired month (the day value
112
+ # will be ignored). For data sets with prefix disbursed\_amount,
113
+ # provide a date with day-level granularity for the desired day. For
114
+ # these data sets we will look backwards in time over the range of 31
115
+ # days until the first data set is found (the latest one).
112
116
  # @return [Time]
113
117
  #
114
118
  # @!attribute [rw] role_name_arn
@@ -152,6 +156,7 @@ module Aws::MarketplaceCommerceAnalytics
152
156
  :destination_s3_prefix,
153
157
  :sns_topic_arn,
154
158
  :customer_defined_values)
159
+ SENSITIVE = []
155
160
  include Aws::Structure
156
161
  end
157
162
 
@@ -167,6 +172,7 @@ module Aws::MarketplaceCommerceAnalytics
167
172
  #
168
173
  class GenerateDataSetResult < Struct.new(
169
174
  :data_set_request_id)
175
+ SENSITIVE = []
170
176
  include Aws::Structure
171
177
  end
172
178
 
@@ -180,6 +186,7 @@ module Aws::MarketplaceCommerceAnalytics
180
186
  #
181
187
  class MarketplaceCommerceAnalyticsException < Struct.new(
182
188
  :message)
189
+ SENSITIVE = []
183
190
  include Aws::Structure
184
191
  end
185
192
 
@@ -263,6 +270,7 @@ module Aws::MarketplaceCommerceAnalytics
263
270
  :destination_s3_prefix,
264
271
  :sns_topic_arn,
265
272
  :customer_defined_values)
273
+ SENSITIVE = []
266
274
  include Aws::Structure
267
275
  end
268
276
 
@@ -278,6 +286,7 @@ module Aws::MarketplaceCommerceAnalytics
278
286
  #
279
287
  class StartSupportDataExportResult < Struct.new(
280
288
  :data_set_request_id)
289
+ SENSITIVE = []
281
290
  include Aws::Structure
282
291
  end
283
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.20.0
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-03-09 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - AWS Marketplace Commerce Analytics