Skip to content

Commit

Permalink
Updates SDK to v2.1476.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 18, 2023
1 parent 8895de9 commit c2106be
Show file tree
Hide file tree
Showing 21 changed files with 953 additions and 602 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1476.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Kendra",
"description": "Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results"
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica."
},
{
"type": "feature",
"category": "Wisdom",
"description": "This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1475.0-->
<!--LATEST=2.1476.0-->
<!--ENTRYINSERT-->

## 2.1476.0
* feature: Kendra: Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
* feature: RDS: This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
* feature: Wisdom: This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API.

## 2.1475.0
* feature: CodePipeline: Add retryMode ALL_ACTIONS to RetryStageExecution API that retries a failed stage starting from first action in the stage
* feature: Discovery: This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
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.1475.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1476.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 @@ -525,7 +525,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>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term support through 2023.</p> <p>From December 31, 2023, the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined.</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> <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-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> <b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-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 November 20, 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 2 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> <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-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> <b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-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
10 changes: 5 additions & 5 deletions apis/dynamodb-2012-08-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3404,7 +3404,7 @@
},
"ExportType": {
"shape": "ExportType",
"documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>"
"documentation": "<p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>"
},
"IncrementalExportSpecification": {
"shape": "IncrementalExportSpecification",
Expand Down Expand Up @@ -3462,7 +3462,7 @@
},
"ExportType": {
"shape": "ExportType",
"documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>"
"documentation": "<p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>"
}
},
"documentation": "<p>Summary information about an export task.</p>"
Expand Down Expand Up @@ -3513,7 +3513,7 @@
},
"ExportType": {
"shape": "ExportType",
"documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>"
"documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. The default value is FULL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.</p>"
},
"IncrementalExportSpecification": {
"shape": "IncrementalExportSpecification",
Expand Down Expand Up @@ -4137,7 +4137,7 @@
},
"ExportViewType": {
"shape": "ExportViewType",
"documentation": "<p>Choice of whether to output the previous item image prior to the start time of the incremental export. Valid values are <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>.</p>"
"documentation": "<p>The view type that was chosen for the export. Valid values are <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>. The default value is <code>NEW_AND_OLD_IMAGES</code>.</p>"
}
},
"documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>"
Expand Down Expand Up @@ -5994,7 +5994,7 @@
},
"FilterExpression": {
"shape": "ConditionExpression",
"documentation": "<p>A string that contains conditions that DynamoDB applies after the <code>Scan</code> operation, but before the data is returned to you. Items that do not satisfy the <code>FilterExpression</code> criteria are not returned.</p> <note> <p>A <code>FilterExpression</code> is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Query.FilterExpression\">Filter Expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
"documentation": "<p>A string that contains conditions that DynamoDB applies after the <code>Scan</code> operation, but before the data is returned to you. Items that do not satisfy the <code>FilterExpression</code> criteria are not returned.</p> <note> <p>A <code>FilterExpression</code> is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.FilterExpression\">Filter Expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
},
"ExpressionAttributeNames": {
"shape": "ExpressionAttributeNameMap",
Expand Down
118 changes: 94 additions & 24 deletions apis/kendra-2019-02-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1906,15 +1906,10 @@
"type": "integer"
},
"SortingConfiguration": {
"type": "structure",
"required": [
"DocumentAttributeKey",
"SortOrder"
],
"members": {
"DocumentAttributeKey": {},
"SortOrder": {}
}
"shape": "Sdw"
},
"SortingConfigurations": {
"shape": "Sdy"
},
"UserContext": {
"shape": "Say"
Expand All @@ -1930,6 +1925,33 @@
"type": "boolean"
}
}
},
"CollapseConfiguration": {
"type": "structure",
"required": [
"DocumentAttributeKey"
],
"members": {
"DocumentAttributeKey": {},
"SortingConfigurations": {
"shape": "Sdy"
},
"MissingAttributeKeyStrategy": {},
"Expand": {
"type": "boolean"
},
"ExpandConfiguration": {
"type": "structure",
"members": {
"MaxResultItemsToExpand": {
"type": "integer"
},
"MaxExpandedResultsPerItem": {
"type": "integer"
}
}
}
}
}
}
},
Expand All @@ -1946,21 +1968,21 @@
"Type": {},
"Format": {},
"AdditionalAttributes": {
"shape": "Se5"
"shape": "Se9"
},
"DocumentId": {},
"DocumentTitle": {
"shape": "Se9"
"shape": "Sed"
},
"DocumentExcerpt": {
"shape": "Se9"
"shape": "Sed"
},
"DocumentURI": {},
"DocumentAttributes": {
"shape": "S11"
},
"ScoreAttributes": {
"shape": "Sed"
"shape": "Seh"
},
"FeedbackToken": {},
"TableExcerpt": {
Expand Down Expand Up @@ -1996,12 +2018,43 @@
"type": "integer"
}
}
},
"CollapsedResultDetail": {
"type": "structure",
"required": [
"DocumentAttribute"
],
"members": {
"DocumentAttribute": {
"shape": "S12"
},
"ExpandedResults": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"DocumentId": {},
"DocumentTitle": {
"shape": "Sed"
},
"DocumentExcerpt": {
"shape": "Sed"
},
"DocumentURI": {},
"DocumentAttributes": {
"shape": "S11"
}
}
}
}
}
}
}
}
},
"FacetResults": {
"shape": "Sel"
"shape": "Ses"
},
"TotalNumberOfResults": {
"type": "integer"
Expand Down Expand Up @@ -2049,14 +2102,14 @@
"Id": {},
"Type": {},
"AdditionalAttributes": {
"shape": "Se5"
"shape": "Se9"
},
"DocumentId": {},
"DocumentTitle": {
"shape": "Se9"
"shape": "Sed"
},
"DocumentExcerpt": {
"shape": "Se9"
"shape": "Sed"
},
"DocumentURI": {},
"DocumentAttributes": {
Expand Down Expand Up @@ -2117,7 +2170,7 @@
"shape": "S11"
},
"ScoreAttributes": {
"shape": "Sed"
"shape": "Seh"
}
}
}
Expand Down Expand Up @@ -3976,7 +4029,24 @@
}
}
},
"Se5": {
"Sdw": {
"type": "structure",
"required": [
"DocumentAttributeKey",
"SortOrder"
],
"members": {
"DocumentAttributeKey": {},
"SortOrder": {}
}
},
"Sdy": {
"type": "list",
"member": {
"shape": "Sdw"
}
},
"Se9": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -3992,14 +4062,14 @@
"type": "structure",
"members": {
"TextWithHighlightsValue": {
"shape": "Se9"
"shape": "Sed"
}
}
}
}
}
},
"Se9": {
"Sed": {
"type": "structure",
"members": {
"Text": {},
Expand Down Expand Up @@ -4027,13 +4097,13 @@
}
}
},
"Sed": {
"Seh": {
"type": "structure",
"members": {
"ScoreConfidence": {}
}
},
"Sel": {
"Ses": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -4052,7 +4122,7 @@
"type": "integer"
},
"FacetResults": {
"shape": "Sel"
"shape": "Ses"
}
}
}
Expand Down
Loading

0 comments on commit c2106be

Please sign in to comment.