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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd6bd8e437d8add10f5bc4e282c38f01601960587c8ceb4dd9501f5375afafc6
4
- data.tar.gz: f1f5d312330859f9b3551a27a2ebfe42a51428f8370667ca0741059f646fc219
3
+ metadata.gz: 8dd16c86cdbd6b2108c13565b1f172981c6524c64b6966effbf679fc4d97e4c9
4
+ data.tar.gz: dd8334ed7398f711a4fe1fc182b6a85a7466f93b4d1d56475f426741f4c3f192
5
5
  SHA512:
6
- metadata.gz: 94e0b5d4e21f0caa7d8368d590b3d3933170c3a8e636308bbda43f963be3b9ce0a2e86fb08a20a3d80e904f8e1878c320ab120e50937fd57b24ecf2ddf381c2a
7
- data.tar.gz: 54d48ec1ac8cf2dd82f862028f574c99dd0d8c7cdf394c03c52691cc9cae135dd8fd71f401efb3e3ec7a135c2339384f4c204b320bf4af22f177e4d2f7509a76
6
+ metadata.gz: 94b473fad5476be73dbaa418330d13e0c66186bf5f8f47d99856e85ab5da7efd20dbd9e1b4800885d96e21b21e523d4cd368964bc2523d9b4f1dedc178e62ba4
7
+ data.tar.gz: 00d4a2fcfbde0647bb29177243b15a8a27499d51b73d19666b8bcd40b99811feb6a398c85acf560cbc9df53f3c324326f2f7f109b3031065b30d3ef20763d627
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.68.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
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
- # \\\{data\_set\_type\\}\_YYYY-MM-DD.csv. If a file with the same name
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 \\\{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.
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.68.0'
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.68.0'
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.68.0
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-10-18 00:00:00.000000000 Z
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