Skip to content

Commit

Permalink
Release v1.46.2 (2023-10-23) (#5033)
Browse files Browse the repository at this point in the history
Release v1.46.2 (2023-10-23)
===

### Service Client Updates
* `service/marketplacecommerceanalytics`: Updates service API and documentation
  * The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported.
* `service/networkmanager`: Updates service API and documentation
* `service/redshift-serverless`: Updates service API and documentation
* `service/rekognition`: Updates service API, documentation, paginators, and examples
  * Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model.
  • Loading branch information
aws-sdk-go-automation committed Oct 23, 2023
1 parent 65a459a commit ec96333
Show file tree
Hide file tree
Showing 27 changed files with 3,720 additions and 1,071 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.46.2 (2023-10-23)
===

### Service Client Updates
* `service/marketplacecommerceanalytics`: Updates service API and documentation
* The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported.
* `service/networkmanager`: Updates service API and documentation
* `service/redshift-serverless`: Updates service API and documentation
* `service/rekognition`: Updates service API, documentation, paginators, and examples
* Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model.

Release v1.46.1 (2023-10-20)
===

Expand Down
76 changes: 76 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.46.1"
const SDKVersion = "1.46.2"
15 changes: 12 additions & 3 deletions models/apis/marketplacecommerceanalytics/2015-07-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"output":{"shape":"StartSupportDataExportResult"},
"errors":[
{"shape":"MarketplaceCommerceAnalyticsException"}
]
],
"deprecated":true,
"deprecatedMessage":"This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
}
},
"shapes":{
Expand Down Expand Up @@ -82,6 +84,7 @@
},
"DestinationS3BucketName":{
"type":"string",
"max":63,
"min":1
},
"DestinationS3Prefix":{"type":"string"},
Expand Down Expand Up @@ -132,10 +135,12 @@
},
"RoleNameArn":{
"type":"string",
"max":2048,
"min":1
},
"SnsTopicArn":{
"type":"string",
"max":256,
"min":1
},
"StartSupportDataExportRequest":{
Expand All @@ -155,13 +160,17 @@
"destinationS3Prefix":{"shape":"DestinationS3Prefix"},
"snsTopicArn":{"shape":"SnsTopicArn"},
"customerDefinedValues":{"shape":"CustomerDefinedValues"}
}
},
"deprecated":true,
"deprecatedMessage":"This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
},
"StartSupportDataExportResult":{
"type":"structure",
"members":{
"dataSetRequestId":{"shape":"DataSetRequestId"}
}
},
"deprecated":true,
"deprecatedMessage":"This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
},
"SupportDataSetType":{
"type":"string",
Expand Down
22 changes: 11 additions & 11 deletions models/apis/marketplacecommerceanalytics/2015-07-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"service": "Provides AWS Marketplace business intelligence data on-demand.",
"operations": {
"GenerateDataSet": "Given a data set type and data set publication date, asynchronously publishes the requested data set 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.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.",
"StartSupportDataExport": "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."
"StartSupportDataExport": "<i>This target has been deprecated.</i> 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."
},
"shapes": {
"CustomerDefinedValues": {
"base": null,
"refs": {
"GenerateDataSetRequest$customerDefinedValues": "(Optional) Key-value pairs which will be returned, unmodified, in the Amazon SNS notification message and the data set metadata file. These key-value pairs can be used to correlated responses with tracking information from other systems.",
"StartSupportDataExportRequest$customerDefinedValues": "(Optional) Key-value pairs which will be returned, unmodified, in the Amazon SNS notification message and the data set metadata file."
"StartSupportDataExportRequest$customerDefinedValues": "<i>This target has been deprecated.</i> (Optional) Key-value pairs which will be returned, unmodified, in the Amazon SNS notification message and the data set metadata file."
}
},
"DataSetPublicationDate": {
Expand All @@ -23,7 +23,7 @@
"base": null,
"refs": {
"GenerateDataSetResult$dataSetRequestId": "A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.",
"StartSupportDataExportResult$dataSetRequestId": "A unique identifier representing a specific request to the StartSupportDataExport operation. This identifier can be used to correlate a request with notifications from the SNS topic."
"StartSupportDataExportResult$dataSetRequestId": "<i>This target has been deprecated.</i> A unique identifier representing a specific request to the StartSupportDataExport operation. This identifier can be used to correlate a request with notifications from the SNS topic."
}
},
"DataSetType": {
Expand All @@ -36,14 +36,14 @@
"base": null,
"refs": {
"GenerateDataSetRequest$destinationS3BucketName": "The name (friendly name, not ARN) of the destination S3 bucket.",
"StartSupportDataExportRequest$destinationS3BucketName": "The name (friendly name, not ARN) of the destination S3 bucket."
"StartSupportDataExportRequest$destinationS3BucketName": "<i>This target has been deprecated.</i> The name (friendly name, not ARN) of the destination S3 bucket."
}
},
"DestinationS3Prefix": {
"base": null,
"refs": {
"GenerateDataSetRequest$destinationS3Prefix": "(Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file systems. For example, if given the bucket name \"mybucket\" and the prefix \"myprefix/mydatasets\", the output file \"outputfile\" would be published to \"s3://mybucket/myprefix/mydatasets/outputfile\". If the prefix directory structure does not exist, it will be created. If no prefix is provided, the data set will be published to the S3 bucket root.",
"StartSupportDataExportRequest$destinationS3Prefix": "(Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file systems. For example, if given the bucket name \"mybucket\" and the prefix \"myprefix/mydatasets\", the output file \"outputfile\" would be published to \"s3://mybucket/myprefix/mydatasets/outputfile\". If the prefix directory structure does not exist, it will be created. If no prefix is provided, the data set will be published to the S3 bucket root."
"StartSupportDataExportRequest$destinationS3Prefix": "<i>This target has been deprecated.</i> (Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file systems. For example, if given the bucket name \"mybucket\" and the prefix \"myprefix/mydatasets\", the output file \"outputfile\" would be published to \"s3://mybucket/myprefix/mydatasets/outputfile\". If the prefix directory structure does not exist, it will be created. If no prefix is provided, the data set will be published to the S3 bucket root."
}
},
"ExceptionMessage": {
Expand All @@ -55,7 +55,7 @@
"FromDate": {
"base": null,
"refs": {
"StartSupportDataExportRequest$fromDate": "The start date from which to retrieve the data set in UTC. This parameter only affects the customer_support_contacts_data data set type."
"StartSupportDataExportRequest$fromDate": "<i>This target has been deprecated.</i> The start date from which to retrieve the data set in UTC. This parameter only affects the customer_support_contacts_data data set type."
}
},
"GenerateDataSetRequest": {
Expand Down Expand Up @@ -89,30 +89,30 @@
"base": null,
"refs": {
"GenerateDataSetRequest$roleNameArn": "The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided AWS services.",
"StartSupportDataExportRequest$roleNameArn": "The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided AWS services."
"StartSupportDataExportRequest$roleNameArn": "<i>This target has been deprecated.</i> The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided AWS services."
}
},
"SnsTopicArn": {
"base": null,
"refs": {
"GenerateDataSetRequest$snsTopicArn": "Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an error has occurred.",
"StartSupportDataExportRequest$snsTopicArn": "Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an error has occurred."
"StartSupportDataExportRequest$snsTopicArn": "<i>This target has been deprecated.</i> Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an error has occurred."
}
},
"StartSupportDataExportRequest": {
"base": "Container for the parameters to the StartSupportDataExport operation.",
"base": "<i>This target has been deprecated.</i> Container for the parameters to the StartSupportDataExport operation.",
"refs": {
}
},
"StartSupportDataExportResult": {
"base": "Container for the result of the StartSupportDataExport operation.",
"base": "<i>This target has been deprecated.</i> Container for the result of the StartSupportDataExport operation.",
"refs": {
}
},
"SupportDataSetType": {
"base": null,
"refs": {
"StartSupportDataExportRequest$dataSetType": "<p> Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time. </p> <p> <ul> <li><i>customer_support_contacts_data</i> Customer support contact data. The data set will contain all changes (Creates, Updates, and Deletes) to customer support contact data from the date specified in the from_date parameter.</li> <li><i>test_customer_support_contacts_data</i> An example data set containing static test data in the same format as customer_support_contacts_data</li> </ul> </p>"
"StartSupportDataExportRequest$dataSetType": "<p> <i>This target has been deprecated.</i> Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time. </p> <p> <ul> <li><i>customer_support_contacts_data</i> Customer support contact data. The data set will contain all changes (Creates, Updates, and Deletes) to customer support contact data from the date specified in the from_date parameter.</li> <li><i>test_customer_support_contacts_data</i> An example data set containing static test data in the same format as customer_support_contacts_data</li> </ul> </p>"
}
}
}
Expand Down
Loading

0 comments on commit ec96333

Please sign in to comment.