aws-sdk-marketplacecommerceanalytics 1.68.0 → 1.69.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-marketplacecommerceanalytics/client.rb +3 -3
- data/lib/aws-sdk-marketplacecommerceanalytics.rb +1 -1
- 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: 8dd16c86cdbd6b2108c13565b1f172981c6524c64b6966effbf679fc4d97e4c9
|
4
|
+
data.tar.gz: dd8334ed7398f711a4fe1fc182b6a85a7466f93b4d1d56475f426741f4c3f192
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94b473fad5476be73dbaa418330d13e0c66186bf5f8f47d99856e85ab5da7efd20dbd9e1b4800885d96e21b21e523d4cd368964bc2523d9b4f1dedc178e62ba4
|
7
|
+
data.tar.gz: 00d4a2fcfbde0647bb29177243b15a8a27499d51b73d19666b8bcd40b99811feb6a398c85acf560cbc9df53f3c324326f2f7f109b3031065b30d3ef20763d627
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
@@ -460,7 +460,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
460
460
|
# unique request identifier that can be used to correlate requests with
|
461
461
|
# notifications from the SNS topic. Data sets will be published in
|
462
462
|
# comma-separated values (CSV) format with the file name
|
463
|
-
#
|
463
|
+
# \{data\_set\_type}\_YYYY-MM-DD.csv. If a file with the same name
|
464
464
|
# already exists (e.g. if the same data set is requested twice), the
|
465
465
|
# original file will be overwritten by the new file. Requires a Role
|
466
466
|
# with an attached permissions policy providing Allow permissions for
|
@@ -626,7 +626,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
626
626
|
req.send_request(options)
|
627
627
|
end
|
628
628
|
|
629
|
-
# *This target has been deprecated.* Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name
|
629
|
+
# *This target has been deprecated.* Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name \{data\_set\_type}\_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
|
630
630
|
#
|
631
631
|
# @option params [required, String] :data_set_type
|
632
632
|
# *This target has been deprecated.* Specifies the data set type to be
|
@@ -713,7 +713,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
713
713
|
tracer: tracer
|
714
714
|
)
|
715
715
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
716
|
-
context[:gem_version] = '1.
|
716
|
+
context[:gem_version] = '1.69.0'
|
717
717
|
Seahorse::Client::Request.new(handlers, context)
|
718
718
|
end
|
719
719
|
|
@@ -54,7 +54,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-marketplacecommerceanalytics/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-marketplacecommerceanalytics/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.69.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
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.69.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|