Skip to content

Commit 0215334

Browse files
author
awstools
committed
Updates SDK to v2.1665.0
1 parent a0684e3 commit 0215334

40 files changed

+3655
-1063
lines changed

.changes/2.1665.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppStream",
5+
"description": "Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AutoScaling",
10+
"description": "Increase the length limit for VPCZoneIdentifier from 2047 to 5000"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudWatchLogs",
15+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CodePipeline",
20+
"description": "AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ELB",
25+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EventBridge",
30+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "LexModelsV2",
35+
"description": "This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "RolesAnywhere",
40+
"description": "IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Tnb",
45+
"description": "This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation."
46+
}
47+
]

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1664.0-->
2+
<!--LATEST=2.1665.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1665.0
6+
* feature: AppStream: Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
7+
* feature: AutoScaling: Increase the length limit for VPCZoneIdentifier from 2047 to 5000
8+
* feature: CloudWatchLogs: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* feature: CodePipeline: AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
10+
* feature: ELB: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* feature: EventBridge: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* feature: LexModelsV2: This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base.
13+
* feature: RolesAnywhere: IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile.
14+
* feature: Tnb: This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.
15+
516
## 2.1664.0
617
* feature: ApplicationAutoScaling: Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.
718
* feature: ApplicationSignals: CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1664.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1665.0.min.js"></script>
6868

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

apis/appstream-2016-12-01.min.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "appstream2",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon AppStream",
912
"serviceId": "AppStream",
1013
"signatureVersion": "v4",
1114
"signingName": "appstream",
1215
"targetPrefix": "PhotonAdminProxyService",
13-
"uid": "appstream-2016-12-01"
16+
"uid": "appstream-2016-12-01",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"AssociateAppBlockBuilderAppBlock": {

apis/appstream-2016-12-01.normal.json

+16-9
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "appstream2",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon AppStream",
912
"serviceId": "AppStream",
1013
"signatureVersion": "v4",
1114
"signingName": "appstream",
1215
"targetPrefix": "PhotonAdminProxyService",
13-
"uid": "appstream-2016-12-01"
16+
"uid": "appstream-2016-12-01",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"AssociateAppBlockBuilderAppBlock": {
@@ -3079,7 +3085,7 @@
30793085
},
30803086
"DisconnectTimeoutInSeconds": {
30813087
"shape": "Integer",
3082-
"documentation": "<p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p> <p>Specify a value between 60 and 360000.</p>"
3088+
"documentation": "<p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p> <p>Specify a value between 60 and 36000.</p>"
30833089
},
30843090
"Description": {
30853091
"shape": "Description",
@@ -3103,7 +3109,7 @@
31033109
},
31043110
"IdleDisconnectTimeoutInSeconds": {
31053111
"shape": "Integer",
3106-
"documentation": "<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are disconnected.</p> <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p> <note> <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p> </note>"
3112+
"documentation": "<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are disconnected.</p> <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.</p> <note> <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p> </note>"
31073113
},
31083114
"IamRoleArn": {
31093115
"shape": "Arn",
@@ -4604,7 +4610,7 @@
46044610
},
46054611
"DisconnectTimeoutInSeconds": {
46064612
"shape": "Integer",
4607-
"documentation": "<p>The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.</p> <p>Specify a value between 60 and 360000.</p>"
4613+
"documentation": "<p>The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.</p> <p>Specify a value between 60 and 36000.</p>"
46084614
},
46094615
"State": {
46104616
"shape": "FleetState",
@@ -4632,7 +4638,7 @@
46324638
},
46334639
"IdleDisconnectTimeoutInSeconds": {
46344640
"shape": "Integer",
4635-
"documentation": "<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are disconnected.</p> <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p> <note> <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p> </note>"
4641+
"documentation": "<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are disconnected.</p> <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.</p> <note> <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p> </note>"
46364642
},
46374643
"IamRoleArn": {
46384644
"shape": "Arn",
@@ -5232,7 +5238,8 @@
52325238
"WINDOWS_SERVER_2016",
52335239
"WINDOWS_SERVER_2019",
52345240
"WINDOWS_SERVER_2022",
5235-
"AMAZON_LINUX2"
5241+
"AMAZON_LINUX2",
5242+
"RHEL8"
52365243
]
52375244
},
52385245
"Platforms": {
@@ -6083,7 +6090,7 @@
60836090
},
60846091
"DisconnectTimeoutInSeconds": {
60856092
"shape": "Integer",
6086-
"documentation": "<p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p> <p>Specify a value between 60 and 360000.</p>"
6093+
"documentation": "<p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p> <p>Specify a value between 60 and 36000.</p>"
60876094
},
60886095
"DeleteVpcConfig": {
60896096
"shape": "Boolean",
@@ -6108,7 +6115,7 @@
61086115
},
61096116
"IdleDisconnectTimeoutInSeconds": {
61106117
"shape": "Integer",
6111-
"documentation": "<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are disconnected. </p> <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p> <note> <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p> </note>"
6118+
"documentation": "<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are disconnected. </p> <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.</p> <note> <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p> </note>"
61126119
},
61136120
"AttributesToDelete": {
61146121
"shape": "FleetAttributes",
@@ -6378,7 +6385,7 @@
63786385
},
63796386
"MaximumLength": {
63806387
"shape": "Integer",
6381-
"documentation": "<p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p> <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p> <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p> <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p> <p>The value can be between 1 and 20,971,520 (20 MB).</p>"
6388+
"documentation": "<p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p> <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p> <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p> <p>The value can be between 1 and 20,971,520 (20 MB).</p>"
63826389
}
63836390
},
63846391
"documentation": "<p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>"

0 commit comments

Comments
 (0)