Skip to content

Commit

Permalink
Updates SDK to v2.1482.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 26, 2023
1 parent 2e3595a commit 6323d84
Show file tree
Hide file tree
Showing 39 changed files with 3,591 additions and 1,982 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1482.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"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": "EC2",
"description": "Launching GetSecurityGroupsForVpc API. This API gets security groups that can be associated by the AWS account making the request with network interfaces in the specified VPC."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "Network Firewall now supports inspection of outbound SSL/TLS traffic."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "You can specify ipv4 or dualstack IPAddressType for cluster endpoints. If you specify IPAddressType as dualstack, the new endpoint will be visible under the 'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas, the 'Endpoint' will continue to serve IPv4 requests."
},
{
"type": "feature",
"category": "Redshift",
"description": "Add Redshift APIs GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL integration feature, which can be used to control data ingress into Redshift namespace, and view inbound integrations."
},
{
"type": "feature",
"category": "SNS",
"description": "Message Archiving and Replay is now supported in Amazon SNS for FIFO topics."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon Sagemaker Autopilot now supports Text Generation jobs."
},
{
"type": "feature",
"category": "SsmSap",
"description": "AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications"
},
{
"type": "feature",
"category": "Transfer",
"description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1481.0-->
<!--LATEST=2.1482.0-->
<!--ENTRYINSERT-->

## 2.1482.0
* feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
* feature: EC2: Launching GetSecurityGroupsForVpc API. This API gets security groups that can be associated by the AWS account making the request with network interfaces in the specified VPC.
* feature: NetworkFirewall: Network Firewall now supports inspection of outbound SSL/TLS traffic.
* feature: OpenSearch: You can specify ipv4 or dualstack IPAddressType for cluster endpoints. If you specify IPAddressType as dualstack, the new endpoint will be visible under the 'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas, the 'Endpoint' will continue to serve IPv4 requests.
* feature: Redshift: Add Redshift APIs GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL integration feature, which can be used to control data ingress into Redshift namespace, and view inbound integrations.
* feature: SNS: Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.
* feature: SageMaker: Amazon Sagemaker Autopilot now supports Text Generation jobs.
* feature: SsmSap: AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications
* feature: Transfer: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.

## 2.1481.0
* feature: ConnectCases: Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500
* feature: GroundStation: This release will allow KMS alias names to be used when creating Mission Profiles
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.1481.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1482.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
Loading

0 comments on commit 6323d84

Please sign in to comment.