Skip to content

Commit a82a521

Browse files
author
awstools
committed
Updates SDK to v2.1541.0
1 parent 9efcff4 commit a82a521

24 files changed

+1119
-458
lines changed

.changes/2.1541.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppConfigData",
5+
"description": "Fix FIPS Endpoints in aws-us-gov."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConnectCases",
10+
"description": "This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ECS",
15+
"description": "This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Finspace",
20+
"description": "Allow customer to set zip default through command line arguments."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity."
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1541.0
6+
* feature: AppConfigData: Fix FIPS Endpoints in aws-us-gov.
7+
* feature: ConnectCases: This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.
8+
* feature: ECS: This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
9+
* feature: Finspace: Allow customer to set zip default through command line arguments.
10+
* feature: RDS: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
11+
512
## 2.1540.0
613
* feature: Athena: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
714
* feature: CodeBuild: Release CodeBuild Reserved Capacity feature

README.md

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

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1540.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1541.0.min.js"></script>
7373

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

apis/cloud9-2017-09-23.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
},
527527
"imageId": {
528528
"shape": "ImageId",
529-
"documentation": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users.</p> <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users.</p> <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p>Amazon Linux: <code>amazonlinux-1-x86_64</code> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Amazon Linux 2023 (recommended): <code>amazonlinux-2023-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p>Amazon Linux: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Amazon Linux 2023 (recommended): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code> </p> </li> </ul>"
529+
"documentation": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users.</p> <p>We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully supported. </p> <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Amazon Linux 2023 (recommended): <code>amazonlinux-2023-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Amazon Linux 2023 (recommended): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code> </p> </li> </ul>"
530530
},
531531
"automaticStopTimeMinutes": {
532532
"shape": "AutomaticStopTimeMinutes",

apis/connectcases-2022-10-03.min.json

Lines changed: 145 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@
165165
"shape": "Su"
166166
}
167167
},
168+
"performedBy": {
169+
"shape": "Sz"
170+
},
168171
"templateId": {}
169172
}
170173
},
@@ -259,7 +262,7 @@
259262
],
260263
"members": {
261264
"content": {
262-
"shape": "S1b"
265+
"shape": "S1d"
263266
},
264267
"domainId": {
265268
"location": "uri",
@@ -302,7 +305,7 @@
302305
"type": "structure",
303306
"members": {
304307
"comment": {
305-
"shape": "S1q"
308+
"shape": "S1s"
306309
},
307310
"contact": {
308311
"type": "structure",
@@ -321,7 +324,7 @@
321324
"locationName": "domainId"
322325
},
323326
"performedBy": {
324-
"shape": "S1v"
327+
"shape": "Sz"
325328
},
326329
"type": {}
327330
}
@@ -454,6 +457,94 @@
454457
}
455458
}
456459
},
460+
"GetCaseAuditEvents": {
461+
"http": {
462+
"requestUri": "/domains/{domainId}/cases/{caseId}/audit-history",
463+
"responseCode": 200
464+
},
465+
"input": {
466+
"type": "structure",
467+
"required": [
468+
"caseId",
469+
"domainId"
470+
],
471+
"members": {
472+
"caseId": {
473+
"location": "uri",
474+
"locationName": "caseId"
475+
},
476+
"domainId": {
477+
"location": "uri",
478+
"locationName": "domainId"
479+
},
480+
"maxResults": {
481+
"type": "integer"
482+
},
483+
"nextToken": {}
484+
}
485+
},
486+
"output": {
487+
"type": "structure",
488+
"required": [
489+
"auditEvents"
490+
],
491+
"members": {
492+
"auditEvents": {
493+
"type": "list",
494+
"member": {
495+
"type": "structure",
496+
"required": [
497+
"eventId",
498+
"fields",
499+
"performedTime",
500+
"type"
501+
],
502+
"members": {
503+
"eventId": {},
504+
"fields": {
505+
"type": "list",
506+
"member": {
507+
"type": "structure",
508+
"required": [
509+
"eventFieldId",
510+
"newValue"
511+
],
512+
"members": {
513+
"eventFieldId": {},
514+
"newValue": {
515+
"shape": "S2q"
516+
},
517+
"oldValue": {
518+
"shape": "S2q"
519+
}
520+
}
521+
}
522+
},
523+
"performedBy": {
524+
"type": "structure",
525+
"required": [
526+
"iamPrincipalArn"
527+
],
528+
"members": {
529+
"iamPrincipalArn": {},
530+
"user": {
531+
"shape": "Sz"
532+
}
533+
}
534+
},
535+
"performedTime": {
536+
"type": "timestamp",
537+
"timestampFormat": "iso8601"
538+
},
539+
"relatedItemType": {},
540+
"type": {}
541+
}
542+
}
543+
},
544+
"nextToken": {}
545+
}
546+
}
547+
},
457548
"GetCaseEventConfiguration": {
458549
"http": {
459550
"requestUri": "/domains/{domainId}/case-event-configuration",
@@ -478,7 +569,7 @@
478569
],
479570
"members": {
480571
"eventBridge": {
481-
"shape": "S2j"
572+
"shape": "S2y"
482573
}
483574
}
484575
}
@@ -556,7 +647,7 @@
556647
],
557648
"members": {
558649
"content": {
559-
"shape": "S1b"
650+
"shape": "S1d"
560651
},
561652
"layoutArn": {},
562653
"layoutId": {},
@@ -974,7 +1065,7 @@
9741065
"locationName": "domainId"
9751066
},
9761067
"eventBridge": {
977-
"shape": "S2j"
1068+
"shape": "S2y"
9781069
}
9791070
}
9801071
},
@@ -1005,7 +1096,7 @@
10051096
}
10061097
},
10071098
"filter": {
1008-
"shape": "S3v"
1099+
"shape": "S4a"
10091100
},
10101101
"maxResults": {
10111102
"type": "integer"
@@ -1137,7 +1228,7 @@
11371228
"type": "structure",
11381229
"members": {
11391230
"comment": {
1140-
"shape": "S1q"
1231+
"shape": "S1s"
11411232
},
11421233
"contact": {
11431234
"type": "structure",
@@ -1159,7 +1250,7 @@
11591250
"union": true
11601251
},
11611252
"performedBy": {
1162-
"shape": "S1v"
1253+
"shape": "Sz"
11631254
},
11641255
"relatedItemId": {},
11651256
"tags": {
@@ -1249,6 +1340,9 @@
12491340
"member": {
12501341
"shape": "Su"
12511342
}
1343+
},
1344+
"performedBy": {
1345+
"shape": "Sz"
12521346
}
12531347
}
12541348
},
@@ -1302,7 +1396,7 @@
13021396
],
13031397
"members": {
13041398
"content": {
1305-
"shape": "S1b"
1399+
"shape": "S1d"
13061400
},
13071401
"domainId": {
13081402
"location": "uri",
@@ -1408,33 +1502,44 @@
14081502
"type": "double"
14091503
},
14101504
"emptyValue": {
1411-
"type": "structure",
1412-
"members": {}
1505+
"shape": "Sx"
14131506
},
1414-
"stringValue": {}
1507+
"stringValue": {},
1508+
"userArnValue": {}
14151509
},
14161510
"union": true
14171511
}
14181512
}
14191513
},
1420-
"S1b": {
1514+
"Sx": {
1515+
"type": "structure",
1516+
"members": {}
1517+
},
1518+
"Sz": {
1519+
"type": "structure",
1520+
"members": {
1521+
"userArn": {}
1522+
},
1523+
"union": true
1524+
},
1525+
"S1d": {
14211526
"type": "structure",
14221527
"members": {
14231528
"basic": {
14241529
"type": "structure",
14251530
"members": {
14261531
"moreInfo": {
1427-
"shape": "S1d"
1532+
"shape": "S1f"
14281533
},
14291534
"topPanel": {
1430-
"shape": "S1d"
1535+
"shape": "S1f"
14311536
}
14321537
}
14331538
}
14341539
},
14351540
"union": true
14361541
},
1437-
"S1d": {
1542+
"S1f": {
14381543
"type": "structure",
14391544
"members": {
14401545
"sections": {
@@ -1469,7 +1574,7 @@
14691574
}
14701575
}
14711576
},
1472-
"S1q": {
1577+
"S1s": {
14731578
"type": "structure",
14741579
"required": [
14751580
"body",
@@ -1480,13 +1585,6 @@
14801585
"contentType": {}
14811586
}
14821587
},
1483-
"S1v": {
1484-
"type": "structure",
1485-
"members": {
1486-
"userArn": {}
1487-
},
1488-
"union": true
1489-
},
14901588
"S23": {
14911589
"type": "structure",
14921590
"members": {
@@ -1505,7 +1603,24 @@
15051603
}
15061604
}
15071605
},
1508-
"S2j": {
1606+
"S2q": {
1607+
"type": "structure",
1608+
"members": {
1609+
"booleanValue": {
1610+
"type": "boolean"
1611+
},
1612+
"doubleValue": {
1613+
"type": "double"
1614+
},
1615+
"emptyValue": {
1616+
"shape": "Sx"
1617+
},
1618+
"stringValue": {},
1619+
"userArnValue": {}
1620+
},
1621+
"union": true
1622+
},
1623+
"S2y": {
15091624
"type": "structure",
15101625
"required": [
15111626
"enabled"
@@ -1546,13 +1661,13 @@
15461661
}
15471662
}
15481663
},
1549-
"S3v": {
1664+
"S4a": {
15501665
"type": "structure",
15511666
"members": {
15521667
"andAll": {
15531668
"type": "list",
15541669
"member": {
1555-
"shape": "S3v"
1670+
"shape": "S4a"
15561671
}
15571672
},
15581673
"field": {
@@ -1580,12 +1695,12 @@
15801695
"union": true
15811696
},
15821697
"not": {
1583-
"shape": "S3v"
1698+
"shape": "S4a"
15841699
},
15851700
"orAll": {
15861701
"type": "list",
15871702
"member": {
1588-
"shape": "S3v"
1703+
"shape": "S4a"
15891704
}
15901705
}
15911706
},

0 commit comments

Comments
 (0)