aws-sdk-marketplacecommerceanalytics 1.20.0 → 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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 40a2f8ca3213ba4550c822de1f8e97fb62b89df46a1036fb9f6f9ca46dfb11eb
|
4
|
+
data.tar.gz: 7e54d0e18592d74b55f08d2ade89f5f05b99b0b919e4f6d3c15f4dcb6bb577e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 528046e67d5c0ae2c231a97a2ccefdb1d637d32a9e86e72697c531e8ca04ab766f959414682d35692ce7778cc9c8a6983bd74f2d48d647a2725f64add235908c
|
7
|
+
data.tar.gz: 4d1f54ecbb84a9b01a5dff4c26714d142d5cafc8f390a688532dfadf740ef0a4bad416a051571e2f19106379184dd9ec8f94ec81962f051625038f97e411f015
|
@@ -32,11 +32,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:marketplacecommerceanalytics)
|
|
32
32
|
module Aws::MarketplaceCommerceAnalytics
|
33
33
|
# An API client for MarketplaceCommerceAnalytics. To construct a client, you need to configure a `:region` and `:credentials`.
|
34
34
|
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
39
|
-
#
|
35
|
+
# client = Aws::MarketplaceCommerceAnalytics::Client.new(
|
36
|
+
# region: region_name,
|
37
|
+
# credentials: credentials,
|
38
|
+
# # ...
|
39
|
+
# )
|
40
40
|
#
|
41
41
|
# For details on configuring region and credentials see
|
42
42
|
# the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
|
@@ -229,15 +229,19 @@ module Aws::MarketplaceCommerceAnalytics
|
|
229
229
|
#
|
230
230
|
# @option options [String] :retry_mode ("legacy")
|
231
231
|
# Specifies which retry algorithm to use. Values are:
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
235
|
-
#
|
236
|
-
#
|
237
|
-
#
|
238
|
-
#
|
239
|
-
#
|
240
|
-
#
|
232
|
+
#
|
233
|
+
# * `legacy` - The pre-existing retry behavior. This is default value if
|
234
|
+
# no retry mode is provided.
|
235
|
+
#
|
236
|
+
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
237
|
+
# This includes support for retry quotas, which limit the number of
|
238
|
+
# unsuccessful retries a client can make.
|
239
|
+
#
|
240
|
+
# * `adaptive` - An experimental retry mode that includes all the
|
241
|
+
# functionality of `standard` mode along with automatic client side
|
242
|
+
# throttling. This is a provisional mode that may change behavior
|
243
|
+
# in the future.
|
244
|
+
#
|
241
245
|
#
|
242
246
|
# @option options [String] :secret_access_key
|
243
247
|
#
|
@@ -406,11 +410,13 @@ module Aws::MarketplaceCommerceAnalytics
|
|
406
410
|
#
|
407
411
|
# @option params [required, Time,DateTime,Date,Integer,String] :data_set_publication_date
|
408
412
|
# The date a data set was published. For daily data sets, provide a date
|
409
|
-
# with day-level granularity for the desired day. For
|
410
|
-
#
|
411
|
-
# day value will be ignored). For monthly data sets, provide a date with
|
413
|
+
# with day-level granularity for the desired day. For monthly data sets
|
414
|
+
# except those with prefix disbursed\_amount, provide a date with
|
412
415
|
# month-level granularity for the desired month (the day value will be
|
413
|
-
# ignored).
|
416
|
+
# ignored). For data sets with prefix disbursed\_amount, provide a date
|
417
|
+
# with day-level granularity for the desired day. For these data sets we
|
418
|
+
# will look backwards in time over the range of 31 days until the first
|
419
|
+
# data set is found (the latest one).
|
414
420
|
#
|
415
421
|
# @option params [required, String] :role_name_arn
|
416
422
|
# The Amazon Resource Name (ARN) of the Role with an attached
|
@@ -573,7 +579,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
573
579
|
params: params,
|
574
580
|
config: config)
|
575
581
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
576
|
-
context[:gem_version] = '1.
|
582
|
+
context[:gem_version] = '1.21.0'
|
577
583
|
Seahorse::Client::Request.new(handlers, context)
|
578
584
|
end
|
579
585
|
|
@@ -104,11 +104,13 @@ module Aws::MarketplaceCommerceAnalytics
|
|
104
104
|
#
|
105
105
|
# @!attribute [rw] data_set_publication_date
|
106
106
|
# The date a data set was published. For daily data sets, provide a
|
107
|
-
# date with day-level granularity for the desired day. For
|
108
|
-
# sets
|
109
|
-
#
|
110
|
-
#
|
111
|
-
#
|
107
|
+
# date with day-level granularity for the desired day. For monthly
|
108
|
+
# data sets except those with prefix disbursed\_amount, provide a date
|
109
|
+
# with month-level granularity for the desired month (the day value
|
110
|
+
# will be ignored). For data sets with prefix disbursed\_amount,
|
111
|
+
# provide a date with day-level granularity for the desired day. For
|
112
|
+
# these data sets we will look backwards in time over the range of 31
|
113
|
+
# days until the first data set is found (the latest one).
|
112
114
|
# @return [Time]
|
113
115
|
#
|
114
116
|
# @!attribute [rw] role_name_arn
|
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.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-03-
|
11
|
+
date: 2020-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -80,8 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
|
84
|
-
rubygems_version: 2.5.2.3
|
83
|
+
rubygems_version: 3.0.3
|
85
84
|
signing_key:
|
86
85
|
specification_version: 4
|
87
86
|
summary: AWS SDK for Ruby - AWS Marketplace Commerce Analytics
|