aws-sdk-marketplacecommerceanalytics 1.26.0 → 1.31.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
2
  SHA256:
3
- metadata.gz: 78293556ce7f438fdce27015d925a0cea533548df9f6c86323b488b7f5f5be82
4
- data.tar.gz: 891059aaa89892834f3ebce843333ca0fc132e4a77599ede05f4af3529a62587
3
+ metadata.gz: 28ab0662da07e49645d33bedea3ff60bded43d1669f8ab53ebebf4e0e6805844
4
+ data.tar.gz: 33032a7c910f7e3551bcaddb642206530e3e39cca82137cf2f9b47efe09089d0
5
5
  SHA512:
6
- metadata.gz: 101c5d1edb7cf3999dd0340713b6b6a21b108a5b3bb1b9f43a04a1f760f058b887c489c7da75fd1598e517b1459f0f2c714034acd7d1b5cfe394a20f05c20fc7
7
- data.tar.gz: d8a6b4f7dd02c7f4f6733fca395f6d9241524fd45b6408c6fda747fe5795d14fd9e8901174dd11fb8989cb816f7d32b3e963f72ce03439e97b24eb3c8e317804
6
+ metadata.gz: bc43b2432ec20318bb8daaeed13fb2e3392a510e840190590621a13624a4871b23239dc808a8558d3736fba7785674aeff102671641cdb836df2eeed4049eea1
7
+ data.tar.gz: 4610bf1e73e8df87f60f1b681a149f79a20a63ea4bada3b997a7dab6036cf3bbd3bd7f1db595a3208ef79c44d9a81cc5f5eedc68ec1fd538ee14c798c6773b3b
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-marketplacecommerceanalytics/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::MarketplaceCommerceAnalytics
49
50
 
50
- GEM_VERSION = '1.26.0'
51
+ GEM_VERSION = '1.31.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::MarketplaceCommerceAnalytics
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::MarketplaceCommerceAnalytics
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -411,6 +426,22 @@ module Aws::MarketplaceCommerceAnalytics
411
426
  # From 2017-09-15 to present: Available monthly on the 15th day of the
412
427
  # month by 24:00 UTC.
413
428
  #
429
+ # * **disbursed\_amount\_by\_product\_with\_uncollected\_funds**
430
+ # This data set is deprecated. Download related reports from AMMP
431
+ # instead!
432
+ #
433
+ # * **customer\_profile\_by\_industry**
434
+ # This data set is deprecated. Download related reports from AMMP
435
+ # instead!
436
+ #
437
+ # * **customer\_profile\_by\_revenue**
438
+ # This data set is deprecated. Download related reports from AMMP
439
+ # instead!
440
+ #
441
+ # * **customer\_profile\_by\_geography**
442
+ # This data set is deprecated. Download related reports from AMMP
443
+ # instead!
444
+ #
414
445
  # @option params [required, Time,DateTime,Date,Integer,String] :data_set_publication_date
415
446
  # The date a data set was published. For daily data sets, provide a date
416
447
  # with day-level granularity for the desired day. For monthly data sets
@@ -582,7 +613,7 @@ module Aws::MarketplaceCommerceAnalytics
582
613
  params: params,
583
614
  config: config)
584
615
  context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
585
- context[:gem_version] = '1.26.0'
616
+ context[:gem_version] = '1.31.0'
586
617
  Seahorse::Client::Request.new(handlers, context)
587
618
  end
588
619
 
@@ -102,6 +102,22 @@ module Aws::MarketplaceCommerceAnalytics
102
102
  # * **us\_sales\_and\_use\_tax\_records**
103
103
  # From 2017-09-15 to present: Available monthly on the 15th day of
104
104
  # the month by 24:00 UTC.
105
+ #
106
+ # * **disbursed\_amount\_by\_product\_with\_uncollected\_funds**
107
+ # This data set is deprecated. Download related reports from AMMP
108
+ # instead!
109
+ #
110
+ # * **customer\_profile\_by\_industry**
111
+ # This data set is deprecated. Download related reports from AMMP
112
+ # instead!
113
+ #
114
+ # * **customer\_profile\_by\_revenue**
115
+ # This data set is deprecated. Download related reports from AMMP
116
+ # instead!
117
+ #
118
+ # * **customer\_profile\_by\_geography**
119
+ # This data set is deprecated. Download related reports from AMMP
120
+ # instead!
105
121
  # @return [String]
106
122
  #
107
123
  # @!attribute [rw] data_set_publication_date
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.26.0
4
+ version: 1.31.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-07-02 00:00:00.000000000 Z
11
+ date: 2021-02-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.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement