Skip to content

Commit c2106be

Browse files
author
awstools
committed
Updates SDK to v2.1476.0
1 parent 8895de9 commit c2106be

21 files changed

+953
-602
lines changed

.changes/2.1476.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Kendra",
5+
"description": "Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "RDS",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Wisdom",
15+
"description": "This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1476.0
6+
* feature: Kendra: Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
7+
* 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.
8+
* feature: Wisdom: This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API.
9+
510
## 2.1475.0
611
* feature: CodePipeline: Add retryMode ALL_ACTIONS to RetryStageExecution API that retries a failed stage starting from first action in the stage
712
* feature: Discovery: This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.

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.1475.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1476.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/cloud9-2017-09-23.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
},
526526
"imageId": {
527527
"shape": "ImageId",
528-
"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>"
528+
"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>"
529529
},
530530
"automaticStopTimeMinutes": {
531531
"shape": "AutomaticStopTimeMinutes",

apis/dynamodb-2012-08-10.normal.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3404,7 +3404,7 @@
34043404
},
34053405
"ExportType": {
34063406
"shape": "ExportType",
3407-
"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>"
3407+
"documentation": "<p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>"
34083408
},
34093409
"IncrementalExportSpecification": {
34103410
"shape": "IncrementalExportSpecification",
@@ -3462,7 +3462,7 @@
34623462
},
34633463
"ExportType": {
34643464
"shape": "ExportType",
3465-
"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>"
3465+
"documentation": "<p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>"
34663466
}
34673467
},
34683468
"documentation": "<p>Summary information about an export task.</p>"
@@ -3513,7 +3513,7 @@
35133513
},
35143514
"ExportType": {
35153515
"shape": "ExportType",
3516-
"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>"
3516+
"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>"
35173517
},
35183518
"IncrementalExportSpecification": {
35193519
"shape": "IncrementalExportSpecification",
@@ -4137,7 +4137,7 @@
41374137
},
41384138
"ExportViewType": {
41394139
"shape": "ExportViewType",
4140-
"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>"
4140+
"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>"
41414141
}
41424142
},
41434143
"documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>"
@@ -5994,7 +5994,7 @@
59945994
},
59955995
"FilterExpression": {
59965996
"shape": "ConditionExpression",
5997-
"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>"
5997+
"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>"
59985998
},
59995999
"ExpressionAttributeNames": {
60006000
"shape": "ExpressionAttributeNameMap",

apis/kendra-2019-02-03.min.json

Lines changed: 94 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,15 +1906,10 @@
19061906
"type": "integer"
19071907
},
19081908
"SortingConfiguration": {
1909-
"type": "structure",
1910-
"required": [
1911-
"DocumentAttributeKey",
1912-
"SortOrder"
1913-
],
1914-
"members": {
1915-
"DocumentAttributeKey": {},
1916-
"SortOrder": {}
1917-
}
1909+
"shape": "Sdw"
1910+
},
1911+
"SortingConfigurations": {
1912+
"shape": "Sdy"
19181913
},
19191914
"UserContext": {
19201915
"shape": "Say"
@@ -1930,6 +1925,33 @@
19301925
"type": "boolean"
19311926
}
19321927
}
1928+
},
1929+
"CollapseConfiguration": {
1930+
"type": "structure",
1931+
"required": [
1932+
"DocumentAttributeKey"
1933+
],
1934+
"members": {
1935+
"DocumentAttributeKey": {},
1936+
"SortingConfigurations": {
1937+
"shape": "Sdy"
1938+
},
1939+
"MissingAttributeKeyStrategy": {},
1940+
"Expand": {
1941+
"type": "boolean"
1942+
},
1943+
"ExpandConfiguration": {
1944+
"type": "structure",
1945+
"members": {
1946+
"MaxResultItemsToExpand": {
1947+
"type": "integer"
1948+
},
1949+
"MaxExpandedResultsPerItem": {
1950+
"type": "integer"
1951+
}
1952+
}
1953+
}
1954+
}
19331955
}
19341956
}
19351957
},
@@ -1946,21 +1968,21 @@
19461968
"Type": {},
19471969
"Format": {},
19481970
"AdditionalAttributes": {
1949-
"shape": "Se5"
1971+
"shape": "Se9"
19501972
},
19511973
"DocumentId": {},
19521974
"DocumentTitle": {
1953-
"shape": "Se9"
1975+
"shape": "Sed"
19541976
},
19551977
"DocumentExcerpt": {
1956-
"shape": "Se9"
1978+
"shape": "Sed"
19571979
},
19581980
"DocumentURI": {},
19591981
"DocumentAttributes": {
19601982
"shape": "S11"
19611983
},
19621984
"ScoreAttributes": {
1963-
"shape": "Sed"
1985+
"shape": "Seh"
19641986
},
19651987
"FeedbackToken": {},
19661988
"TableExcerpt": {
@@ -1996,12 +2018,43 @@
19962018
"type": "integer"
19972019
}
19982020
}
2021+
},
2022+
"CollapsedResultDetail": {
2023+
"type": "structure",
2024+
"required": [
2025+
"DocumentAttribute"
2026+
],
2027+
"members": {
2028+
"DocumentAttribute": {
2029+
"shape": "S12"
2030+
},
2031+
"ExpandedResults": {
2032+
"type": "list",
2033+
"member": {
2034+
"type": "structure",
2035+
"members": {
2036+
"Id": {},
2037+
"DocumentId": {},
2038+
"DocumentTitle": {
2039+
"shape": "Sed"
2040+
},
2041+
"DocumentExcerpt": {
2042+
"shape": "Sed"
2043+
},
2044+
"DocumentURI": {},
2045+
"DocumentAttributes": {
2046+
"shape": "S11"
2047+
}
2048+
}
2049+
}
2050+
}
2051+
}
19992052
}
20002053
}
20012054
}
20022055
},
20032056
"FacetResults": {
2004-
"shape": "Sel"
2057+
"shape": "Ses"
20052058
},
20062059
"TotalNumberOfResults": {
20072060
"type": "integer"
@@ -2049,14 +2102,14 @@
20492102
"Id": {},
20502103
"Type": {},
20512104
"AdditionalAttributes": {
2052-
"shape": "Se5"
2105+
"shape": "Se9"
20532106
},
20542107
"DocumentId": {},
20552108
"DocumentTitle": {
2056-
"shape": "Se9"
2109+
"shape": "Sed"
20572110
},
20582111
"DocumentExcerpt": {
2059-
"shape": "Se9"
2112+
"shape": "Sed"
20602113
},
20612114
"DocumentURI": {},
20622115
"DocumentAttributes": {
@@ -2117,7 +2170,7 @@
21172170
"shape": "S11"
21182171
},
21192172
"ScoreAttributes": {
2120-
"shape": "Sed"
2173+
"shape": "Seh"
21212174
}
21222175
}
21232176
}
@@ -3976,7 +4029,24 @@
39764029
}
39774030
}
39784031
},
3979-
"Se5": {
4032+
"Sdw": {
4033+
"type": "structure",
4034+
"required": [
4035+
"DocumentAttributeKey",
4036+
"SortOrder"
4037+
],
4038+
"members": {
4039+
"DocumentAttributeKey": {},
4040+
"SortOrder": {}
4041+
}
4042+
},
4043+
"Sdy": {
4044+
"type": "list",
4045+
"member": {
4046+
"shape": "Sdw"
4047+
}
4048+
},
4049+
"Se9": {
39804050
"type": "list",
39814051
"member": {
39824052
"type": "structure",
@@ -3992,14 +4062,14 @@
39924062
"type": "structure",
39934063
"members": {
39944064
"TextWithHighlightsValue": {
3995-
"shape": "Se9"
4065+
"shape": "Sed"
39964066
}
39974067
}
39984068
}
39994069
}
40004070
}
40014071
},
4002-
"Se9": {
4072+
"Sed": {
40034073
"type": "structure",
40044074
"members": {
40054075
"Text": {},
@@ -4027,13 +4097,13 @@
40274097
}
40284098
}
40294099
},
4030-
"Sed": {
4100+
"Seh": {
40314101
"type": "structure",
40324102
"members": {
40334103
"ScoreConfidence": {}
40344104
}
40354105
},
4036-
"Sel": {
4106+
"Ses": {
40374107
"type": "list",
40384108
"member": {
40394109
"type": "structure",
@@ -4052,7 +4122,7 @@
40524122
"type": "integer"
40534123
},
40544124
"FacetResults": {
4055-
"shape": "Sel"
4125+
"shape": "Ses"
40564126
}
40574127
}
40584128
}

0 commit comments

Comments
 (0)