Skip to content

Commit

Permalink
Updates SDK to v2.1459.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 15, 2023
1 parent 4520e69 commit b8ed268
Show file tree
Hide file tree
Showing 20 changed files with 604 additions and 647 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1459.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block"
},
{
"type": "feature",
"category": "Connect",
"description": "New rule type (OnMetricDataUpdate) has been added"
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release introduces Skip Model Validation for Model Packages"
}
]
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.1458.0-->
<!--LATEST=2.1459.0-->
<!--ENTRYINSERT-->

## 2.1459.0
* feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
* feature: Connect: New rule type (OnMetricDataUpdate) has been added
* feature: SageMaker: This release introduces Skip Model Validation for Model Packages

## 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.
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.1458.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1459.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: 5 additions & 28 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,6 @@
},
"SessionScriptS3Location": {
"shape": "Sw"
},
"MaxSessionsPerInstance": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -1132,8 +1129,7 @@
"Limit": {
"type": "integer"
},
"AuthenticationType": {},
"InstanceId": {}
"AuthenticationType": {}
}
},
"output": {
Expand Down Expand Up @@ -1166,8 +1162,7 @@
"AuthenticationType": {},
"NetworkAccessConfiguration": {
"shape": "S33"
},
"InstanceId": {}
}
}
}
},
Expand Down Expand Up @@ -1851,9 +1846,6 @@
},
"SessionScriptS3Location": {
"shape": "Sw"
},
"MaxSessionsPerInstance": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -2284,12 +2276,12 @@
},
"S2l": {
"type": "structure",
"required": [
"DesiredInstances"
],
"members": {
"DesiredInstances": {
"type": "integer"
},
"DesiredSessions": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -2339,18 +2331,6 @@
},
"Available": {
"type": "integer"
},
"DesiredUserSessions": {
"type": "integer"
},
"AvailableUserSessions": {
"type": "integer"
},
"ActiveUserSessions": {
"type": "integer"
},
"ActualUserSessions": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -2397,9 +2377,6 @@
},
"SessionScriptS3Location": {
"shape": "Sw"
},
"MaxSessionsPerInstance": {
"type": "integer"
}
}
},
Expand Down
54 changes: 8 additions & 46 deletions apis/appstream-2016-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2670,14 +2670,13 @@
},
"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 @@ -2703,22 +2702,6 @@
"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 @@ -3072,7 +3055,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 432000.</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 360000.</p>"
},
"DisconnectTimeoutInSeconds": {
"shape": "Integer",
Expand Down Expand Up @@ -3125,10 +3108,6 @@
"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 @@ -4030,11 +4009,11 @@
],
"members": {
"StackName": {
"shape": "Name",
"shape": "String",
"documentation": "<p>The name of the stack. This value is case-sensitive.</p>"
},
"FleetName": {
"shape": "Name",
"shape": "String",
"documentation": "<p>The name of the fleet. This value is case-sensitive.</p>"
},
"UserId": {
Expand All @@ -4052,10 +4031,6 @@
"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 @@ -4654,10 +4629,6 @@
"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 @@ -4671,8 +4642,7 @@
"DOMAIN_JOIN_INFO",
"IAM_ROLE_ARN",
"USB_DEVICE_FILTER_STRINGS",
"SESSION_SCRIPT_S3_LOCATION",
"MAX_SESSIONS_PER_INSTANCE"
"SESSION_SCRIPT_S3_LOCATION"
]
},
"FleetAttributes": {
Expand Down Expand Up @@ -5414,10 +5384,6 @@
"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 @@ -6058,7 +6024,7 @@
"documentation": "<p>The ARN of the public, private, or shared image to use.</p>"
},
"Name": {
"shape": "Name",
"shape": "String",
"documentation": "<p>A unique name for the fleet.</p>"
},
"InstanceType": {
Expand Down Expand Up @@ -6133,10 +6099,6 @@
"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": "ACTIVE"
"expected": "RUNNING"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "PENDING_DEACTIVATE"
"expected": "STOPPING"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "INACTIVE"
"expected": "STOPPED"
}
]
},
Expand All @@ -35,19 +35,19 @@
"state": "success",
"matcher": "pathAll",
"argument": "Fleets[].State",
"expected": "INACTIVE"
"expected": "STOPPED"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "PENDING_ACTIVATE"
"expected": "STARTING"
},
{
"state": "failure",
"matcher": "pathAny",
"argument": "Fleets[].State",
"expected": "ACTIVE"
"expected": "RUNNING"
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -11759,7 +11759,8 @@
"OnZendeskTicketCreate",
"OnZendeskTicketStatusUpdate",
"OnSalesforceCaseCreate",
"OnContactEvaluationSubmit"
"OnContactEvaluationSubmit",
"OnMetricDataUpdate"
]
},
"FilterV2": {
Expand Down
4 changes: 2 additions & 2 deletions apis/datasync-2018-11-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@
"shape": "InternalException"
}
],
"documentation": "<p>Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html\">Recommendations provided by DataSync Discovery</a>.</p> <p>Once generated, you can view your recommendations by using the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeStorageSystemResources.html\">DescribeStorageSystemResources</a> operation.</p> <note> <p>If your <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#discovery-job-statuses-table\">discovery job completes successfully</a>, you don't need to use this operation. DataSync Discovery generates the recommendations for you automatically.</p> </note>",
"documentation": "<p>Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html\">Recommendations provided by DataSync Discovery</a>.</p> <p>Once generated, you can view your recommendations by using the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeStorageSystemResources.html\">DescribeStorageSystemResources</a> operation.</p>",
"endpoint": {
"hostPrefix": "discovery-"
}
Expand Down Expand Up @@ -4735,7 +4735,7 @@
},
"Verified": {
"shape": "ReportOverride",
"documentation": "<p>Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. This only applies if you <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/configure-data-verification-options.html\">configure your task</a> to verify data during and after the transfer (which DataSync does by default).</p>"
"documentation": "<p>Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.</p>"
},
"Deleted": {
"shape": "ReportOverride",
Expand Down
Loading

0 comments on commit b8ed268

Please sign in to comment.