Skip to content

Commit b8ed268

Browse files
author
awstools
committed
Updates SDK to v2.1459.0
1 parent 4520e69 commit b8ed268

20 files changed

+604
-647
lines changed

.changes/2.1459.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": "AppStream",
5+
"description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "New rule type (OnMetricDataUpdate) has been added"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"description": "This release introduces Skip Model Validation for Model Packages"
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.1458.0-->
2+
<!--LATEST=2.1459.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1459.0
6+
* feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
7+
* feature: Connect: New rule type (OnMetricDataUpdate) has been added
8+
* feature: SageMaker: This release introduces Skip Model Validation for Model Packages
9+
510
## 2.1458.0
611
* feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
712
* feature: EntityResolution: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.

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.1458.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1459.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/appstream-2016-12-01.min.json

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,6 @@
401401
},
402402
"SessionScriptS3Location": {
403403
"shape": "Sw"
404-
},
405-
"MaxSessionsPerInstance": {
406-
"type": "integer"
407404
}
408405
}
409406
},
@@ -1132,8 +1129,7 @@
11321129
"Limit": {
11331130
"type": "integer"
11341131
},
1135-
"AuthenticationType": {},
1136-
"InstanceId": {}
1132+
"AuthenticationType": {}
11371133
}
11381134
},
11391135
"output": {
@@ -1166,8 +1162,7 @@
11661162
"AuthenticationType": {},
11671163
"NetworkAccessConfiguration": {
11681164
"shape": "S33"
1169-
},
1170-
"InstanceId": {}
1165+
}
11711166
}
11721167
}
11731168
},
@@ -1851,9 +1846,6 @@
18511846
},
18521847
"SessionScriptS3Location": {
18531848
"shape": "Sw"
1854-
},
1855-
"MaxSessionsPerInstance": {
1856-
"type": "integer"
18571849
}
18581850
}
18591851
},
@@ -2284,12 +2276,12 @@
22842276
},
22852277
"S2l": {
22862278
"type": "structure",
2279+
"required": [
2280+
"DesiredInstances"
2281+
],
22872282
"members": {
22882283
"DesiredInstances": {
22892284
"type": "integer"
2290-
},
2291-
"DesiredSessions": {
2292-
"type": "integer"
22932285
}
22942286
}
22952287
},
@@ -2339,18 +2331,6 @@
23392331
},
23402332
"Available": {
23412333
"type": "integer"
2342-
},
2343-
"DesiredUserSessions": {
2344-
"type": "integer"
2345-
},
2346-
"AvailableUserSessions": {
2347-
"type": "integer"
2348-
},
2349-
"ActiveUserSessions": {
2350-
"type": "integer"
2351-
},
2352-
"ActualUserSessions": {
2353-
"type": "integer"
23542334
}
23552335
}
23562336
},
@@ -2397,9 +2377,6 @@
23972377
},
23982378
"SessionScriptS3Location": {
23992379
"shape": "Sw"
2400-
},
2401-
"MaxSessionsPerInstance": {
2402-
"type": "integer"
24032380
}
24042381
}
24052382
},

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

Lines changed: 8 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,14 +2670,13 @@
26702670
},
26712671
"ComputeCapacity": {
26722672
"type": "structure",
2673+
"required": [
2674+
"DesiredInstances"
2675+
],
26732676
"members": {
26742677
"DesiredInstances": {
26752678
"shape": "Integer",
26762679
"documentation": "<p>The desired number of streaming instances.</p>"
2677-
},
2678-
"DesiredSessions": {
2679-
"shape": "Integer",
2680-
"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>"
26812680
}
26822681
},
26832682
"documentation": "<p>Describes the capacity for a fleet.</p>"
@@ -2703,22 +2702,6 @@
27032702
"Available": {
27042703
"shape": "Integer",
27052704
"documentation": "<p>The number of currently available instances that can be used to stream sessions.</p>"
2706-
},
2707-
"DesiredUserSessions": {
2708-
"shape": "Integer",
2709-
"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>"
2710-
},
2711-
"AvailableUserSessions": {
2712-
"shape": "Integer",
2713-
"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>"
2714-
},
2715-
"ActiveUserSessions": {
2716-
"shape": "Integer",
2717-
"documentation": "<p>The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.</p>"
2718-
},
2719-
"ActualUserSessions": {
2720-
"shape": "Integer",
2721-
"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>"
27222705
}
27232706
},
27242707
"documentation": "<p>Describes the capacity status for a fleet.</p>"
@@ -3072,7 +3055,7 @@
30723055
},
30733056
"MaxUserDurationInSeconds": {
30743057
"shape": "Integer",
3075-
"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>"
3058+
"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>"
30763059
},
30773060
"DisconnectTimeoutInSeconds": {
30783061
"shape": "Integer",
@@ -3125,10 +3108,6 @@
31253108
"SessionScriptS3Location": {
31263109
"shape": "S3Location",
31273110
"documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
3128-
},
3129-
"MaxSessionsPerInstance": {
3130-
"shape": "Integer",
3131-
"documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
31323111
}
31333112
}
31343113
},
@@ -4030,11 +4009,11 @@
40304009
],
40314010
"members": {
40324011
"StackName": {
4033-
"shape": "Name",
4012+
"shape": "String",
40344013
"documentation": "<p>The name of the stack. This value is case-sensitive.</p>"
40354014
},
40364015
"FleetName": {
4037-
"shape": "Name",
4016+
"shape": "String",
40384017
"documentation": "<p>The name of the fleet. This value is case-sensitive.</p>"
40394018
},
40404019
"UserId": {
@@ -4052,10 +4031,6 @@
40524031
"AuthenticationType": {
40534032
"shape": "AuthenticationType",
40544033
"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>"
4055-
},
4056-
"InstanceId": {
4057-
"shape": "String",
4058-
"documentation": "<p>The identifier for the instance hosting the session.</p>"
40594034
}
40604035
}
40614036
},
@@ -4654,10 +4629,6 @@
46544629
"SessionScriptS3Location": {
46554630
"shape": "S3Location",
46564631
"documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
4657-
},
4658-
"MaxSessionsPerInstance": {
4659-
"shape": "Integer",
4660-
"documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
46614632
}
46624633
},
46634634
"documentation": "<p>Describes a fleet.</p>"
@@ -4671,8 +4642,7 @@
46714642
"DOMAIN_JOIN_INFO",
46724643
"IAM_ROLE_ARN",
46734644
"USB_DEVICE_FILTER_STRINGS",
4674-
"SESSION_SCRIPT_S3_LOCATION",
4675-
"MAX_SESSIONS_PER_INSTANCE"
4645+
"SESSION_SCRIPT_S3_LOCATION"
46764646
]
46774647
},
46784648
"FleetAttributes": {
@@ -5414,10 +5384,6 @@
54145384
"NetworkAccessConfiguration": {
54155385
"shape": "NetworkAccessConfiguration",
54165386
"documentation": "<p>The network details for the streaming session.</p>"
5417-
},
5418-
"InstanceId": {
5419-
"shape": "String",
5420-
"documentation": "<p>The identifier for the instance hosting the session.</p>"
54215387
}
54225388
},
54235389
"documentation": "<p>Describes a streaming session.</p>"
@@ -6058,7 +6024,7 @@
60586024
"documentation": "<p>The ARN of the public, private, or shared image to use.</p>"
60596025
},
60606026
"Name": {
6061-
"shape": "Name",
6027+
"shape": "String",
60626028
"documentation": "<p>A unique name for the fleet.</p>"
60636029
},
60646030
"InstanceType": {
@@ -6133,10 +6099,6 @@
61336099
"SessionScriptS3Location": {
61346100
"shape": "S3Location",
61356101
"documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets. </p>"
6136-
},
6137-
"MaxSessionsPerInstance": {
6138-
"shape": "Integer",
6139-
"documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
61406102
}
61416103
}
61426104
},

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"state": "success",
1111
"matcher": "pathAll",
1212
"argument": "Fleets[].State",
13-
"expected": "ACTIVE"
13+
"expected": "RUNNING"
1414
},
1515
{
1616
"state": "failure",
1717
"matcher": "pathAny",
1818
"argument": "Fleets[].State",
19-
"expected": "PENDING_DEACTIVATE"
19+
"expected": "STOPPING"
2020
},
2121
{
2222
"state": "failure",
2323
"matcher": "pathAny",
2424
"argument": "Fleets[].State",
25-
"expected": "INACTIVE"
25+
"expected": "STOPPED"
2626
}
2727
]
2828
},
@@ -35,19 +35,19 @@
3535
"state": "success",
3636
"matcher": "pathAll",
3737
"argument": "Fleets[].State",
38-
"expected": "INACTIVE"
38+
"expected": "STOPPED"
3939
},
4040
{
4141
"state": "failure",
4242
"matcher": "pathAny",
4343
"argument": "Fleets[].State",
44-
"expected": "PENDING_ACTIVATE"
44+
"expected": "STARTING"
4545
},
4646
{
4747
"state": "failure",
4848
"matcher": "pathAny",
4949
"argument": "Fleets[].State",
50-
"expected": "ACTIVE"
50+
"expected": "RUNNING"
5151
}
5252
]
5353
}

apis/connect-2017-08-08.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11759,7 +11759,8 @@
1175911759
"OnZendeskTicketCreate",
1176011760
"OnZendeskTicketStatusUpdate",
1176111761
"OnSalesforceCaseCreate",
11762-
"OnContactEvaluationSubmit"
11762+
"OnContactEvaluationSubmit",
11763+
"OnMetricDataUpdate"
1176311764
]
1176411765
},
1176511766
"FilterV2": {

apis/datasync-2018-11-09.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@
841841
"shape": "InternalException"
842842
}
843843
],
844-
"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>",
844+
"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>",
845845
"endpoint": {
846846
"hostPrefix": "discovery-"
847847
}
@@ -4735,7 +4735,7 @@
47354735
},
47364736
"Verified": {
47374737
"shape": "ReportOverride",
4738-
"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>"
4738+
"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>"
47394739
},
47404740
"Deleted": {
47414741
"shape": "ReportOverride",

0 commit comments

Comments
 (0)