Skip to content

Commit

Permalink
Updates SDK to v2.1541.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 22, 2024
1 parent 9efcff4 commit a82a521
Show file tree
Hide file tree
Showing 24 changed files with 1,119 additions and 458 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1541.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AppConfigData",
"description": "Fix FIPS Endpoints in aws-us-gov."
},
{
"type": "feature",
"category": "ConnectCases",
"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."
},
{
"type": "feature",
"category": "ECS",
"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."
},
{
"type": "feature",
"category": "Finspace",
"description": "Allow customer to set zip default through command line arguments."
},
{
"type": "feature",
"category": "RDS",
"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."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1540.0-->
<!--LATEST=2.1541.0-->
<!--ENTRYINSERT-->

## 2.1541.0
* feature: AppConfigData: Fix FIPS Endpoints in aws-us-gov.
* 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.
* 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.
* feature: Finspace: Allow customer to set zip default through command line arguments.
* 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.

## 2.1540.0
* 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.
* feature: CodeBuild: Release CodeBuild Reserved Capacity feature
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1540.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1541.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
2 changes: 1 addition & 1 deletion apis/cloud9-2017-09-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
},
"imageId": {
"shape": "ImageId",
"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>"
"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>"
},
"automaticStopTimeMinutes": {
"shape": "AutomaticStopTimeMinutes",
Expand Down
175 changes: 145 additions & 30 deletions apis/connectcases-2022-10-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@
"shape": "Su"
}
},
"performedBy": {
"shape": "Sz"
},
"templateId": {}
}
},
Expand Down Expand Up @@ -259,7 +262,7 @@
],
"members": {
"content": {
"shape": "S1b"
"shape": "S1d"
},
"domainId": {
"location": "uri",
Expand Down Expand Up @@ -302,7 +305,7 @@
"type": "structure",
"members": {
"comment": {
"shape": "S1q"
"shape": "S1s"
},
"contact": {
"type": "structure",
Expand All @@ -321,7 +324,7 @@
"locationName": "domainId"
},
"performedBy": {
"shape": "S1v"
"shape": "Sz"
},
"type": {}
}
Expand Down Expand Up @@ -454,6 +457,94 @@
}
}
},
"GetCaseAuditEvents": {
"http": {
"requestUri": "/domains/{domainId}/cases/{caseId}/audit-history",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"caseId",
"domainId"
],
"members": {
"caseId": {
"location": "uri",
"locationName": "caseId"
},
"domainId": {
"location": "uri",
"locationName": "domainId"
},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"required": [
"auditEvents"
],
"members": {
"auditEvents": {
"type": "list",
"member": {
"type": "structure",
"required": [
"eventId",
"fields",
"performedTime",
"type"
],
"members": {
"eventId": {},
"fields": {
"type": "list",
"member": {
"type": "structure",
"required": [
"eventFieldId",
"newValue"
],
"members": {
"eventFieldId": {},
"newValue": {
"shape": "S2q"
},
"oldValue": {
"shape": "S2q"
}
}
}
},
"performedBy": {
"type": "structure",
"required": [
"iamPrincipalArn"
],
"members": {
"iamPrincipalArn": {},
"user": {
"shape": "Sz"
}
}
},
"performedTime": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"relatedItemType": {},
"type": {}
}
}
},
"nextToken": {}
}
}
},
"GetCaseEventConfiguration": {
"http": {
"requestUri": "/domains/{domainId}/case-event-configuration",
Expand All @@ -478,7 +569,7 @@
],
"members": {
"eventBridge": {
"shape": "S2j"
"shape": "S2y"
}
}
}
Expand Down Expand Up @@ -556,7 +647,7 @@
],
"members": {
"content": {
"shape": "S1b"
"shape": "S1d"
},
"layoutArn": {},
"layoutId": {},
Expand Down Expand Up @@ -974,7 +1065,7 @@
"locationName": "domainId"
},
"eventBridge": {
"shape": "S2j"
"shape": "S2y"
}
}
},
Expand Down Expand Up @@ -1005,7 +1096,7 @@
}
},
"filter": {
"shape": "S3v"
"shape": "S4a"
},
"maxResults": {
"type": "integer"
Expand Down Expand Up @@ -1137,7 +1228,7 @@
"type": "structure",
"members": {
"comment": {
"shape": "S1q"
"shape": "S1s"
},
"contact": {
"type": "structure",
Expand All @@ -1159,7 +1250,7 @@
"union": true
},
"performedBy": {
"shape": "S1v"
"shape": "Sz"
},
"relatedItemId": {},
"tags": {
Expand Down Expand Up @@ -1249,6 +1340,9 @@
"member": {
"shape": "Su"
}
},
"performedBy": {
"shape": "Sz"
}
}
},
Expand Down Expand Up @@ -1302,7 +1396,7 @@
],
"members": {
"content": {
"shape": "S1b"
"shape": "S1d"
},
"domainId": {
"location": "uri",
Expand Down Expand Up @@ -1408,33 +1502,44 @@
"type": "double"
},
"emptyValue": {
"type": "structure",
"members": {}
"shape": "Sx"
},
"stringValue": {}
"stringValue": {},
"userArnValue": {}
},
"union": true
}
}
},
"S1b": {
"Sx": {
"type": "structure",
"members": {}
},
"Sz": {
"type": "structure",
"members": {
"userArn": {}
},
"union": true
},
"S1d": {
"type": "structure",
"members": {
"basic": {
"type": "structure",
"members": {
"moreInfo": {
"shape": "S1d"
"shape": "S1f"
},
"topPanel": {
"shape": "S1d"
"shape": "S1f"
}
}
}
},
"union": true
},
"S1d": {
"S1f": {
"type": "structure",
"members": {
"sections": {
Expand Down Expand Up @@ -1469,7 +1574,7 @@
}
}
},
"S1q": {
"S1s": {
"type": "structure",
"required": [
"body",
Expand All @@ -1480,13 +1585,6 @@
"contentType": {}
}
},
"S1v": {
"type": "structure",
"members": {
"userArn": {}
},
"union": true
},
"S23": {
"type": "structure",
"members": {
Expand All @@ -1505,7 +1603,24 @@
}
}
},
"S2j": {
"S2q": {
"type": "structure",
"members": {
"booleanValue": {
"type": "boolean"
},
"doubleValue": {
"type": "double"
},
"emptyValue": {
"shape": "Sx"
},
"stringValue": {},
"userArnValue": {}
},
"union": true
},
"S2y": {
"type": "structure",
"required": [
"enabled"
Expand Down Expand Up @@ -1546,13 +1661,13 @@
}
}
},
"S3v": {
"S4a": {
"type": "structure",
"members": {
"andAll": {
"type": "list",
"member": {
"shape": "S3v"
"shape": "S4a"
}
},
"field": {
Expand Down Expand Up @@ -1580,12 +1695,12 @@
"union": true
},
"not": {
"shape": "S3v"
"shape": "S4a"
},
"orAll": {
"type": "list",
"member": {
"shape": "S3v"
"shape": "S4a"
}
}
},
Expand Down
Loading

0 comments on commit a82a521

Please sign in to comment.