Skip to content

Commit

Permalink
Updates SDK to v2.1458.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 14, 2023
1 parent 80a3c32 commit 4520e69
Show file tree
Hide file tree
Showing 23 changed files with 1,893 additions and 257 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1458.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance."
},
{
"type": "feature",
"category": "EntityResolution",
"description": "Changed \"ResolutionTechniques\" and \"MappedInputFields\" in workflow and schema mapping operations to be required fields."
},
{
"type": "feature",
"category": "LookoutEquipment",
"description": "This release adds APIs for the new scheduled retraining feature."
}
]
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.1457.0-->
<!--LATEST=2.1458.0-->
<!--ENTRYINSERT-->

## 2.1458.0
* feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
* feature: EntityResolution: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
* feature: LookoutEquipment: This release adds APIs for the new scheduled retraining feature.

## 2.1457.0
* feature: Drs: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.
* feature: Firehose: DocumentIdOptions has been added for the Amazon OpenSearch destination.
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.1457.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1458.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
33 changes: 28 additions & 5 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@
},
"SessionScriptS3Location": {
"shape": "Sw"
},
"MaxSessionsPerInstance": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -1129,7 +1132,8 @@
"Limit": {
"type": "integer"
},
"AuthenticationType": {}
"AuthenticationType": {},
"InstanceId": {}
}
},
"output": {
Expand Down Expand Up @@ -1162,7 +1166,8 @@
"AuthenticationType": {},
"NetworkAccessConfiguration": {
"shape": "S33"
}
},
"InstanceId": {}
}
}
},
Expand Down Expand Up @@ -1846,6 +1851,9 @@
},
"SessionScriptS3Location": {
"shape": "Sw"
},
"MaxSessionsPerInstance": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -2276,12 +2284,12 @@
},
"S2l": {
"type": "structure",
"required": [
"DesiredInstances"
],
"members": {
"DesiredInstances": {
"type": "integer"
},
"DesiredSessions": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -2331,6 +2339,18 @@
},
"Available": {
"type": "integer"
},
"DesiredUserSessions": {
"type": "integer"
},
"AvailableUserSessions": {
"type": "integer"
},
"ActiveUserSessions": {
"type": "integer"
},
"ActualUserSessions": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -2377,6 +2397,9 @@
},
"SessionScriptS3Location": {
"shape": "Sw"
},
"MaxSessionsPerInstance": {
"type": "integer"
}
}
},
Expand Down
54 changes: 46 additions & 8 deletions apis/appstream-2016-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2670,13 +2670,14 @@
},
"ComputeCapacity": {
"type": "structure",
"required": [
"DesiredInstances"
],
"members": {
"DesiredInstances": {
"shape": "Integer",
"documentation": "<p>The desired number of streaming instances.</p>"
},
"DesiredSessions": {
"shape": "Integer",
"documentation": "<p>The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.</p> <p>When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.</p>"
}
},
"documentation": "<p>Describes the capacity for a fleet.</p>"
Expand All @@ -2702,6 +2703,22 @@
"Available": {
"shape": "Integer",
"documentation": "<p>The number of currently available instances that can be used to stream sessions.</p>"
},
"DesiredUserSessions": {
"shape": "Integer",
"documentation": "<p>The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.</p> <p>DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity</p> <p>This only applies to multi-session fleets.</p>"
},
"AvailableUserSessions": {
"shape": "Integer",
"documentation": "<p>The number of idle session slots currently available for user sessions.</p> <p>AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions</p> <p>This only applies to multi-session fleets.</p>"
},
"ActiveUserSessions": {
"shape": "Integer",
"documentation": "<p>The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.</p>"
},
"ActualUserSessions": {
"shape": "Integer",
"documentation": "<p>The total number of session slots that are available for streaming or are currently streaming.</p> <p>ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions</p> <p>This only applies to multi-session fleets.</p>"
}
},
"documentation": "<p>Describes the capacity status for a fleet.</p>"
Expand Down Expand Up @@ -3055,7 +3072,7 @@
},
"MaxUserDurationInSeconds": {
"shape": "Integer",
"documentation": "<p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p> <p>Specify a value between 600 and 360000.</p>"
"documentation": "<p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p> <p>Specify a value between 600 and 432000.</p>"
},
"DisconnectTimeoutInSeconds": {
"shape": "Integer",
Expand Down Expand Up @@ -3108,6 +3125,10 @@
"SessionScriptS3Location": {
"shape": "S3Location",
"documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
},
"MaxSessionsPerInstance": {
"shape": "Integer",
"documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
}
}
},
Expand Down Expand Up @@ -4009,11 +4030,11 @@
],
"members": {
"StackName": {
"shape": "String",
"shape": "Name",
"documentation": "<p>The name of the stack. This value is case-sensitive.</p>"
},
"FleetName": {
"shape": "String",
"shape": "Name",
"documentation": "<p>The name of the fleet. This value is case-sensitive.</p>"
},
"UserId": {
Expand All @@ -4031,6 +4052,10 @@
"AuthenticationType": {
"shape": "AuthenticationType",
"documentation": "<p>The authentication method. Specify <code>API</code> for a user authenticated using a streaming URL or <code>SAML</code> for a SAML federated user. The default is to authenticate users using a streaming URL.</p>"
},
"InstanceId": {
"shape": "String",
"documentation": "<p>The identifier for the instance hosting the session.</p>"
}
}
},
Expand Down Expand Up @@ -4629,6 +4654,10 @@
"SessionScriptS3Location": {
"shape": "S3Location",
"documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
},
"MaxSessionsPerInstance": {
"shape": "Integer",
"documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
}
},
"documentation": "<p>Describes a fleet.</p>"
Expand All @@ -4642,7 +4671,8 @@
"DOMAIN_JOIN_INFO",
"IAM_ROLE_ARN",
"USB_DEVICE_FILTER_STRINGS",
"SESSION_SCRIPT_S3_LOCATION"
"SESSION_SCRIPT_S3_LOCATION",
"MAX_SESSIONS_PER_INSTANCE"
]
},
"FleetAttributes": {
Expand Down Expand Up @@ -5384,6 +5414,10 @@
"NetworkAccessConfiguration": {
"shape": "NetworkAccessConfiguration",
"documentation": "<p>The network details for the streaming session.</p>"
},
"InstanceId": {
"shape": "String",
"documentation": "<p>The identifier for the instance hosting the session.</p>"
}
},
"documentation": "<p>Describes a streaming session.</p>"
Expand Down Expand Up @@ -6024,7 +6058,7 @@
"documentation": "<p>The ARN of the public, private, or shared image to use.</p>"
},
"Name": {
"shape": "String",
"shape": "Name",
"documentation": "<p>A unique name for the fleet.</p>"
},
"InstanceType": {
Expand Down Expand Up @@ -6099,6 +6133,10 @@
"SessionScriptS3Location": {
"shape": "S3Location",
"documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets. </p>"
},
"MaxSessionsPerInstance": {
"shape": "Integer",
"documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
}
}
},
Expand Down
12 changes: 6 additions & 6 deletions apis/appstream-2016-12-01.waiters2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"state": "success",
"matcher": "pathAll",
"argument": "Fleets[].State",
"expected": "RUNNING"
"expected": "ACTIVE"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "STOPPING"
"expected": "PENDING_DEACTIVATE"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "STOPPED"
"expected": "INACTIVE"
}
]
},
Expand All @@ -35,19 +35,19 @@
"state": "success",
"matcher": "pathAll",
"argument": "Fleets[].State",
"expected": "STOPPED"
"expected": "INACTIVE"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "STARTING"
"expected": "PENDING_ACTIVATE"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "RUNNING"
"expected": "ACTIVE"
}
]
}
Expand Down
Loading

0 comments on commit 4520e69

Please sign in to comment.