Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit b22a8b6

Browse files
author
awstools
committed
Updates SDK to v2.1484.0
1 parent 7604826 commit b22a8b6

40 files changed

Lines changed: 3416 additions & 835 deletions

.changes/2.1484.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "This release adds InstanceId field for phone number APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataExchange",
10+
"description": "We added a new API action: SendDataSetNotification."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DataSync",
15+
"description": "Platform version changes to support AL1 deprecation initiative."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Finspace",
20+
"description": "Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaPackageV2",
25+
"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."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "RDS",
30+
"description": "This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "RedshiftServerless",
35+
"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."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Resiliencehub",
40+
"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)."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "S3Outposts",
45+
"description": "Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM."
46+
}
47+
]

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1483.0-->
2+
<!--LATEST=2.1484.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1484.0
6+
* feature: Connect: This release adds InstanceId field for phone number APIs.
7+
* feature: DataExchange: We added a new API action: SendDataSetNotification.
8+
* feature: DataSync: Platform version changes to support AL1 deprecation initiative.
9+
* feature: Finspace: Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.
10+
* 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.
11+
* feature: RDS: This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
12+
* 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.
13+
* 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).
14+
* feature: S3Outposts: Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.
15+
516
## 2.1483.0
617
* 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
718
* feature: Neptune: Update TdeCredentialPassword type to SensitiveString

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1483.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1484.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

apis/connect-2017-08-08.min.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,11 @@
332332
"input": {
333333
"type": "structure",
334334
"required": [
335-
"TargetArn",
336335
"PhoneNumber"
337336
],
338337
"members": {
339338
"TargetArn": {},
339+
"InstanceId": {},
340340
"PhoneNumber": {},
341341
"PhoneNumberDescription": {},
342342
"Tags": {
@@ -2363,6 +2363,7 @@
23632363
"PhoneNumberType": {},
23642364
"PhoneNumberDescription": {},
23652365
"TargetArn": {},
2366+
"InstanceId": {},
23662367
"Tags": {
23672368
"shape": "S1r"
23682369
},
@@ -4758,6 +4759,7 @@
47584759
"type": "structure",
47594760
"members": {
47604761
"TargetArn": {},
4762+
"InstanceId": {},
47614763
"MaxResults": {
47624764
"type": "integer"
47634765
},
@@ -4785,7 +4787,8 @@
47854787
"PhoneNumber": {},
47864788
"PhoneNumberCountryCode": {},
47874789
"PhoneNumberType": {},
4788-
"TargetArn": {}
4790+
"TargetArn": {},
4791+
"InstanceId": {}
47894792
}
47904793
}
47914794
}
@@ -5897,12 +5900,12 @@
58975900
"input": {
58985901
"type": "structure",
58995902
"required": [
5900-
"TargetArn",
59015903
"PhoneNumberCountryCode",
59025904
"PhoneNumberType"
59035905
],
59045906
"members": {
59055907
"TargetArn": {},
5908+
"InstanceId": {},
59065909
"PhoneNumberCountryCode": {},
59075910
"PhoneNumberType": {},
59085911
"PhoneNumberPrefix": {},
@@ -7345,15 +7348,15 @@
73457348
"input": {
73467349
"type": "structure",
73477350
"required": [
7348-
"PhoneNumberId",
7349-
"TargetArn"
7351+
"PhoneNumberId"
73507352
],
73517353
"members": {
73527354
"PhoneNumberId": {
73537355
"location": "uri",
73547356
"locationName": "PhoneNumberId"
73557357
},
73567358
"TargetArn": {},
7359+
"InstanceId": {},
73577360
"ClientToken": {
73587361
"idempotencyToken": true
73597362
}

0 commit comments

Comments
 (0)