Skip to content

Commit

Permalink
Updates SDK to v2.1479.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 23, 2023
1 parent 47f6a3f commit 1f30247
Show file tree
Hide file tree
Showing 23 changed files with 1,518 additions and 154 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1479.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "MarketplaceCommerceAnalytics",
"description": "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."
},
{
"type": "feature",
"category": "NetworkManager",
"description": "This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN"
},
{
"type": "feature",
"category": "RedshiftServerless",
"description": "This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless."
},
{
"type": "feature",
"category": "Rekognition",
"description": "Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1478.0-->
<!--LATEST=2.1479.0-->
<!--ENTRYINSERT-->

## 2.1479.0
* feature: MarketplaceCommerceAnalytics: 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.
* feature: NetworkManager: This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN
* feature: RedshiftServerless: This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless.
* feature: Rekognition: Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model.

## 2.1478.0
* feature: AppConfig: Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.
* feature: AppIntegrations: Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1478.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1479.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
12 changes: 9 additions & 3 deletions apis/marketplacecommerceanalytics-2015-07-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,20 @@
"customerDefinedValues": {
"shape": "S8"
}
}
},
"deprecated": true,
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
},
"output": {
"type": "structure",
"members": {
"dataSetRequestId": {}
}
}
},
"deprecated": true,
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
},
"deprecated": true,
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
}
},
"shapes": {
Expand Down
31 changes: 20 additions & 11 deletions apis/marketplacecommerceanalytics-2015-07-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"shape": "MarketplaceCommerceAnalyticsException"
}
],
"documentation": "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."
"documentation": "<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.",
"deprecated": true,
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
}
},
"shapes": {
Expand Down Expand Up @@ -104,6 +106,7 @@
},
"DestinationS3BucketName": {
"type": "string",
"max": 63,
"min": 1
},
"DestinationS3Prefix": {
Expand Down Expand Up @@ -175,10 +178,12 @@
},
"RoleNameArn": {
"type": "string",
"max": 2048,
"min": 1
},
"SnsTopicArn": {
"type": "string",
"max": 256,
"min": 1
},
"StartSupportDataExportRequest": {
Expand All @@ -193,44 +198,48 @@
"members": {
"dataSetType": {
"shape": "SupportDataSetType",
"documentation": "<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>"
"documentation": "<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>"
},
"fromDate": {
"shape": "FromDate",
"documentation": "The start date from which to retrieve the data set in UTC. This parameter only affects the customer_support_contacts_data data set type."
"documentation": "<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."
},
"roleNameArn": {
"shape": "RoleNameArn",
"documentation": "The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided AWS services."
"documentation": "<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."
},
"destinationS3BucketName": {
"shape": "DestinationS3BucketName",
"documentation": "The name (friendly name, not ARN) of the destination S3 bucket."
"documentation": "<i>This target has been deprecated.</i> The name (friendly name, not ARN) of the destination S3 bucket."
},
"destinationS3Prefix": {
"shape": "DestinationS3Prefix",
"documentation": "(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."
"documentation": "<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."
},
"snsTopicArn": {
"shape": "SnsTopicArn",
"documentation": "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."
"documentation": "<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."
},
"customerDefinedValues": {
"shape": "CustomerDefinedValues",
"documentation": "(Optional) Key-value pairs which will be returned, unmodified, in the Amazon SNS notification message and the data set metadata file."
"documentation": "<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."
}
},
"documentation": "Container for the parameters to the StartSupportDataExport operation."
"documentation": "<i>This target has been deprecated.</i> Container for the parameters to the StartSupportDataExport operation.",
"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",
"documentation": "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."
"documentation": "<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."
}
},
"documentation": "Container for the result of the StartSupportDataExport operation."
"documentation": "<i>This target has been deprecated.</i> Container for the result of the StartSupportDataExport operation.",
"deprecated": true,
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
},
"SupportDataSetType": {
"type": "string",
Expand Down
54 changes: 28 additions & 26 deletions apis/networkmanager-2019-07-05.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@
"type": "structure",
"required": [
"ConnectAttachmentId",
"PeerAddress",
"InsideCidrBlocks"
"PeerAddress"
],
"members": {
"ConnectAttachmentId": {},
Expand All @@ -224,14 +223,15 @@
},
"ClientToken": {
"idempotencyToken": true
}
},
"SubnetArn": {}
}
},
"output": {
"type": "structure",
"members": {
"ConnectPeer": {
"shape": "S1i"
"shape": "S1j"
}
}
}
Expand Down Expand Up @@ -266,7 +266,7 @@
"type": "structure",
"members": {
"Connection": {
"shape": "S1p"
"shape": "S1q"
}
}
}
Expand Down Expand Up @@ -296,7 +296,7 @@
"type": "structure",
"members": {
"CoreNetwork": {
"shape": "S1w"
"shape": "S1x"
}
}
}
Expand All @@ -316,7 +316,7 @@
"locationName": "globalNetworkId"
},
"AWSLocation": {
"shape": "S24"
"shape": "S25"
},
"Description": {},
"Type": {},
Expand Down Expand Up @@ -606,7 +606,7 @@
"type": "structure",
"members": {
"ConnectPeer": {
"shape": "S1i"
"shape": "S1j"
}
}
}
Expand Down Expand Up @@ -637,7 +637,7 @@
"type": "structure",
"members": {
"Connection": {
"shape": "S1p"
"shape": "S1q"
}
}
}
Expand All @@ -663,7 +663,7 @@
"type": "structure",
"members": {
"CoreNetwork": {
"shape": "S1w"
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -1139,7 +1139,7 @@
"type": "structure",
"members": {
"ConnectPeer": {
"shape": "S1i"
"shape": "S1j"
}
}
}
Expand Down Expand Up @@ -1231,7 +1231,7 @@
"Connections": {
"type": "list",
"member": {
"shape": "S1p"
"shape": "S1q"
}
},
"NextToken": {}
Expand Down Expand Up @@ -1259,7 +1259,7 @@
"type": "structure",
"members": {
"CoreNetwork": {
"shape": "S1w"
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -2384,7 +2384,8 @@
},
"Tags": {
"shape": "Se"
}
},
"SubnetArn": {}
}
}
},
Expand Down Expand Up @@ -2877,7 +2878,7 @@
"type": "structure",
"members": {
"Connection": {
"shape": "S1p"
"shape": "S1q"
}
}
}
Expand All @@ -2904,7 +2905,7 @@
"type": "structure",
"members": {
"CoreNetwork": {
"shape": "S1w"
"shape": "S1x"
}
}
}
Expand All @@ -2930,7 +2931,7 @@
"locationName": "deviceId"
},
"AWSLocation": {
"shape": "S24"
"shape": "S25"
},
"Description": {},
"Type": {},
Expand Down Expand Up @@ -3233,7 +3234,7 @@
"type": "list",
"member": {}
},
"S1i": {
"S1j": {
"type": "structure",
"members": {
"CoreNetworkId": {},
Expand Down Expand Up @@ -3273,10 +3274,11 @@
},
"Tags": {
"shape": "Se"
}
},
"SubnetArn": {}
}
},
"S1p": {
"S1q": {
"type": "structure",
"members": {
"ConnectionId": {},
Expand All @@ -3296,7 +3298,7 @@
}
}
},
"S1w": {
"S1x": {
"type": "structure",
"members": {
"GlobalNetworkId": {},
Expand All @@ -3314,7 +3316,7 @@
"members": {
"Name": {},
"EdgeLocations": {
"shape": "S20"
"shape": "S21"
},
"SharedSegments": {
"shape": "S1g"
Expand Down Expand Up @@ -3342,11 +3344,11 @@
}
}
},
"S20": {
"S21": {
"type": "list",
"member": {}
},
"S24": {
"S25": {
"type": "structure",
"members": {
"Zone": {},
Expand All @@ -3369,7 +3371,7 @@
"DeviceArn": {},
"GlobalNetworkId": {},
"AWSLocation": {
"shape": "S24"
"shape": "S25"
},
"Description": {},
"Type": {},
Expand Down Expand Up @@ -3585,7 +3587,7 @@
"members": {
"SegmentName": {},
"EdgeLocations": {
"shape": "S20"
"shape": "S21"
},
"Asn": {
"type": "long"
Expand Down
Loading

0 comments on commit 1f30247

Please sign in to comment.