Skip to content

Commit 160ec9e

Browse files
author
awstools
committed
Updates SDK to v2.1186.0
1 parent fbc4bd5 commit 160ec9e

14 files changed

+266
-76
lines changed

.changes/2.1186.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "WorkSpaces",
5+
"description": "This release introduces ModifySamlProperties, a new API that allows control of SAML properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return SAML properties in its responses."
6+
}
7+
]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1185.0-->
2+
<!--LATEST=2.1186.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1186.0
6+
* feature: WorkSpaces: This release introduces ModifySamlProperties, a new API that allows control of SAML properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return SAML properties in its responses.
7+
58
## 2.1185.0
69
* feature: EC2: Documentation updates for Amazon EC2.
710
* feature: Shield: AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1185.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1186.0.min.js"></script>
3333

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

apis/config-2014-11-12.normal.json

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

apis/workspaces-2015-04-08.min.json

Lines changed: 51 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,9 @@
799799
"Tenancy": {},
800800
"SelfservicePermissions": {
801801
"shape": "S52"
802+
},
803+
"SamlProperties": {
804+
"shape": "S53"
802805
}
803806
}
804807
}
@@ -905,10 +908,10 @@
905908
"type": "structure",
906909
"members": {
907910
"RebuildSnapshots": {
908-
"shape": "S5i"
911+
"shape": "S5l"
909912
},
910913
"RestoreSnapshots": {
911-
"shape": "S5i"
914+
"shape": "S5l"
912915
}
913916
}
914917
}
@@ -918,7 +921,7 @@
918921
"type": "structure",
919922
"members": {
920923
"WorkspaceIds": {
921-
"shape": "S5l"
924+
"shape": "S5o"
922925
},
923926
"DirectoryId": {},
924927
"UserName": {},
@@ -944,7 +947,7 @@
944947
"type": "structure",
945948
"members": {
946949
"WorkspaceIds": {
947-
"shape": "S5l"
950+
"shape": "S5o"
948951
},
949952
"NextToken": {}
950953
}
@@ -1015,13 +1018,13 @@
10151018
"members": {
10161019
"ResourceId": {},
10171020
"DeviceTypeWindows": {
1018-
"shape": "S5x"
1021+
"shape": "S60"
10191022
},
10201023
"DeviceTypeOsx": {
1021-
"shape": "S5x"
1024+
"shape": "S60"
10221025
},
10231026
"DeviceTypeAndroid": {
1024-
"shape": "S5x"
1027+
"shape": "S60"
10251028
},
10261029
"DeviceTypeIos": {
10271030
"type": "structure",
@@ -1044,10 +1047,10 @@
10441047
}
10451048
},
10461049
"DeviceTypeLinux": {
1047-
"shape": "S5x"
1050+
"shape": "S60"
10481051
},
10491052
"DeviceTypeWeb": {
1050-
"shape": "S5x"
1053+
"shape": "S60"
10511054
}
10521055
}
10531056
},
@@ -1182,6 +1185,28 @@
11821185
"members": {}
11831186
}
11841187
},
1188+
"ModifySamlProperties": {
1189+
"input": {
1190+
"type": "structure",
1191+
"required": [
1192+
"ResourceId"
1193+
],
1194+
"members": {
1195+
"ResourceId": {},
1196+
"SamlProperties": {
1197+
"shape": "S53"
1198+
},
1199+
"PropertiesToDelete": {
1200+
"type": "list",
1201+
"member": {}
1202+
}
1203+
}
1204+
},
1205+
"output": {
1206+
"type": "structure",
1207+
"members": {}
1208+
}
1209+
},
11851210
"ModifySelfservicePermissions": {
11861211
"input": {
11871212
"type": "structure",
@@ -1318,7 +1343,7 @@
13181343
"FailedRequests": {
13191344
"type": "list",
13201345
"member": {
1321-
"shape": "S73"
1346+
"shape": "S7a"
13221347
}
13231348
}
13241349
}
@@ -1351,7 +1376,7 @@
13511376
"FailedRequests": {
13521377
"type": "list",
13531378
"member": {
1354-
"shape": "S73"
1379+
"shape": "S7a"
13551380
}
13561381
}
13571382
}
@@ -1445,7 +1470,7 @@
14451470
"FailedRequests": {
14461471
"type": "list",
14471472
"member": {
1448-
"shape": "S73"
1473+
"shape": "S7a"
14491474
}
14501475
}
14511476
}
@@ -1475,7 +1500,7 @@
14751500
"FailedRequests": {
14761501
"type": "list",
14771502
"member": {
1478-
"shape": "S73"
1503+
"shape": "S7a"
14791504
}
14801505
}
14811506
}
@@ -1508,7 +1533,7 @@
15081533
"FailedRequests": {
15091534
"type": "list",
15101535
"member": {
1511-
"shape": "S73"
1536+
"shape": "S7a"
15121537
}
15131538
}
15141539
}
@@ -1840,7 +1865,15 @@
18401865
"RebuildWorkspace": {}
18411866
}
18421867
},
1843-
"S5i": {
1868+
"S53": {
1869+
"type": "structure",
1870+
"members": {
1871+
"Status": {},
1872+
"UserAccessUrl": {},
1873+
"RelayStateParameterName": {}
1874+
}
1875+
},
1876+
"S5l": {
18441877
"type": "list",
18451878
"member": {
18461879
"type": "structure",
@@ -1851,11 +1884,11 @@
18511884
}
18521885
}
18531886
},
1854-
"S5l": {
1887+
"S5o": {
18551888
"type": "list",
18561889
"member": {}
18571890
},
1858-
"S5x": {
1891+
"S60": {
18591892
"type": "structure",
18601893
"members": {
18611894
"Logo": {
@@ -1869,7 +1902,7 @@
18691902
}
18701903
}
18711904
},
1872-
"S73": {
1905+
"S7a": {
18731906
"type": "structure",
18741907
"members": {
18751908
"WorkspaceId": {},

apis/workspaces-2015-04-08.normal.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,34 @@
12051205
],
12061206
"documentation": "<p>Modifies the properties of the specified Amazon WorkSpaces clients.</p>"
12071207
},
1208+
"ModifySamlProperties": {
1209+
"name": "ModifySamlProperties",
1210+
"http": {
1211+
"method": "POST",
1212+
"requestUri": "/"
1213+
},
1214+
"input": {
1215+
"shape": "ModifySamlPropertiesRequest"
1216+
},
1217+
"output": {
1218+
"shape": "ModifySamlPropertiesResult"
1219+
},
1220+
"errors": [
1221+
{
1222+
"shape": "AccessDeniedException"
1223+
},
1224+
{
1225+
"shape": "InvalidParameterValuesException"
1226+
},
1227+
{
1228+
"shape": "OperationNotSupportedException"
1229+
},
1230+
{
1231+
"shape": "ResourceNotFoundException"
1232+
}
1233+
],
1234+
"documentation": "<p>Modifies multiple properties related to SAML 2.0 authentication, including the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.</p>"
1235+
},
12081236
"ModifySelfservicePermissions": {
12091237
"name": "ModifySelfservicePermissions",
12101238
"http": {
@@ -2546,6 +2574,19 @@
25462574
},
25472575
"documentation": "<p>Describes the default values that are used to create WorkSpaces. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html\">Update Directory Details for Your WorkSpaces</a>.</p>"
25482576
},
2577+
"DeletableSamlPropertiesList": {
2578+
"type": "list",
2579+
"member": {
2580+
"shape": "DeletableSamlProperty"
2581+
}
2582+
},
2583+
"DeletableSamlProperty": {
2584+
"type": "string",
2585+
"enum": [
2586+
"SAML_PROPERTIES_USER_ACCESS_URL",
2587+
"SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME"
2588+
]
2589+
},
25492590
"DeleteClientBrandingRequest": {
25502591
"type": "structure",
25512592
"required": [
@@ -3739,6 +3780,30 @@
37393780
"type": "structure",
37403781
"members": {}
37413782
},
3783+
"ModifySamlPropertiesRequest": {
3784+
"type": "structure",
3785+
"required": [
3786+
"ResourceId"
3787+
],
3788+
"members": {
3789+
"ResourceId": {
3790+
"shape": "DirectoryId",
3791+
"documentation": "<p>The directory identifier for which you want to configure SAML properties.</p>"
3792+
},
3793+
"SamlProperties": {
3794+
"shape": "SamlProperties",
3795+
"documentation": "<p>The properties for configuring SAML 2.0 authentication.</p>"
3796+
},
3797+
"PropertiesToDelete": {
3798+
"shape": "DeletableSamlPropertiesList",
3799+
"documentation": "<p>The SAML properties to delete as part of your request.</p> <p>Specify one of the following options:</p> <ul> <li> <p> <code>SAML_PROPERTIES_USER_ACCESS_URL</code> to delete the user access URL.</p> </li> <li> <p> <code>SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME</code> to delete the relay state parameter name.</p> </li> </ul>"
3800+
}
3801+
}
3802+
},
3803+
"ModifySamlPropertiesResult": {
3804+
"type": "structure",
3805+
"members": {}
3806+
},
37423807
"ModifySelfservicePermissionsRequest": {
37433808
"type": "structure",
37443809
"required": [
@@ -4077,6 +4142,38 @@
40774142
"RunningModeAutoStopTimeoutInMinutes": {
40784143
"type": "integer"
40794144
},
4145+
"SamlProperties": {
4146+
"type": "structure",
4147+
"members": {
4148+
"Status": {
4149+
"shape": "SamlStatusEnum",
4150+
"documentation": "<p>Indicates the status of SAML 2.0 authentication. These statuses include the following.</p> <ul> <li> <p>If the setting is <code>DISABLED</code>, end users will be directed to login with their directory credentials.</p> </li> <li> <p>If the setting is <code>ENABLED</code>, end users will be directed to login via the user access URL. Users attempting to connect to WorkSpaces from a client application that does not support SAML 2.0 authentication will not be able to connect.</p> </li> <li> <p>If the setting is <code>ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK</code>, end users will be directed to login via the user access URL on supported client applications, but will not prevent clients that do not support SAML 2.0 authentication from connecting as if SAML 2.0 authentication was disabled.</p> </li> </ul>"
4151+
},
4152+
"UserAccessUrl": {
4153+
"shape": "SamlUserAccessUrl",
4154+
"documentation": "<p>The SAML 2.0 identity provider (IdP) user access URL is the URL a user would navigate to in their web browser in order to federate from the IdP and directly access the application, without any SAML 2.0 service provider (SP) bindings.</p>"
4155+
},
4156+
"RelayStateParameterName": {
4157+
"shape": "NonEmptyString",
4158+
"documentation": "<p>The relay state parameter name supported by the SAML 2.0 identity provider (IdP). When the end user is redirected to the user access URL from the WorkSpaces client application, this relay state parameter name is appended as a query parameter to the URL along with the relay state endpoint to return the user to the client application session.</p> <p>To use SAML 2.0 authentication with WorkSpaces, the IdP must support IdP-initiated deep linking for the relay state URL. Consult your IdP documentation for more information.</p>"
4159+
}
4160+
},
4161+
"documentation": "<p>Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.</p>"
4162+
},
4163+
"SamlStatusEnum": {
4164+
"type": "string",
4165+
"enum": [
4166+
"DISABLED",
4167+
"ENABLED",
4168+
"ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK"
4169+
]
4170+
},
4171+
"SamlUserAccessUrl": {
4172+
"type": "string",
4173+
"max": 200,
4174+
"min": 8,
4175+
"pattern": "^(http|https)\\://\\S+$"
4176+
},
40804177
"SecurityGroupId": {
40814178
"type": "string",
40824179
"max": 20,
@@ -4754,6 +4851,10 @@
47544851
"SelfservicePermissions": {
47554852
"shape": "SelfservicePermissions",
47564853
"documentation": "<p>The default self-service permissions for WorkSpaces in the directory.</p>"
4854+
},
4855+
"SamlProperties": {
4856+
"shape": "SamlProperties",
4857+
"documentation": "<p>Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.</p>"
47574858
}
47584859
},
47594860
"documentation": "<p>Describes a directory that is used with Amazon WorkSpaces.</p>"

0 commit comments

Comments
 (0)