Skip to content

Commit

Permalink
Updates SDK to v2.1484.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 30, 2023
1 parent 7604826 commit b22a8b6
Show file tree
Hide file tree
Showing 40 changed files with 3,416 additions and 835 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1484.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds InstanceId field for phone number APIs."
},
{
"type": "feature",
"category": "DataExchange",
"description": "We added a new API action: SendDataSetNotification."
},
{
"type": "feature",
"category": "DataSync",
"description": "Platform version changes to support AL1 deprecation initiative."
},
{
"type": "feature",
"category": "Finspace",
"description": "Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters."
},
{
"type": "feature",
"category": "MediaPackageV2",
"description": "This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default."
},
{
"type": "feature",
"category": "RDS",
"description": "This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations."
},
{
"type": "feature",
"category": "RedshiftServerless",
"description": "Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it."
},
{
"type": "feature",
"category": "Resiliencehub",
"description": "Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO)."
},
{
"type": "feature",
"category": "S3Outposts",
"description": "Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1483.0-->
<!--LATEST=2.1484.0-->
<!--ENTRYINSERT-->

## 2.1484.0
* feature: Connect: This release adds InstanceId field for phone number APIs.
* feature: DataExchange: We added a new API action: SendDataSetNotification.
* feature: DataSync: Platform version changes to support AL1 deprecation initiative.
* feature: Finspace: Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.
* feature: MediaPackageV2: This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default.
* feature: RDS: This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
* feature: RedshiftServerless: Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
* feature: Resiliencehub: Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO).
* feature: S3Outposts: Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.

## 2.1483.0
* feature: EMR: Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0
* feature: Neptune: Update TdeCredentialPassword type to SensitiveString
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.1483.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1484.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
13 changes: 8 additions & 5 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,11 @@
"input": {
"type": "structure",
"required": [
"TargetArn",
"PhoneNumber"
],
"members": {
"TargetArn": {},
"InstanceId": {},
"PhoneNumber": {},
"PhoneNumberDescription": {},
"Tags": {
Expand Down Expand Up @@ -2363,6 +2363,7 @@
"PhoneNumberType": {},
"PhoneNumberDescription": {},
"TargetArn": {},
"InstanceId": {},
"Tags": {
"shape": "S1r"
},
Expand Down Expand Up @@ -4758,6 +4759,7 @@
"type": "structure",
"members": {
"TargetArn": {},
"InstanceId": {},
"MaxResults": {
"type": "integer"
},
Expand Down Expand Up @@ -4785,7 +4787,8 @@
"PhoneNumber": {},
"PhoneNumberCountryCode": {},
"PhoneNumberType": {},
"TargetArn": {}
"TargetArn": {},
"InstanceId": {}
}
}
}
Expand Down Expand Up @@ -5897,12 +5900,12 @@
"input": {
"type": "structure",
"required": [
"TargetArn",
"PhoneNumberCountryCode",
"PhoneNumberType"
],
"members": {
"TargetArn": {},
"InstanceId": {},
"PhoneNumberCountryCode": {},
"PhoneNumberType": {},
"PhoneNumberPrefix": {},
Expand Down Expand Up @@ -7345,15 +7348,15 @@
"input": {
"type": "structure",
"required": [
"PhoneNumberId",
"TargetArn"
"PhoneNumberId"
],
"members": {
"PhoneNumberId": {
"location": "uri",
"locationName": "PhoneNumberId"
},
"TargetArn": {},
"InstanceId": {},
"ClientToken": {
"idempotencyToken": true
}
Expand Down
Loading

0 comments on commit b22a8b6

Please sign in to comment.