Skip to content

Commit

Permalink
Updates SDK to v2.1186.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 1, 2022
1 parent fbc4bd5 commit 160ec9e
Show file tree
Hide file tree
Showing 14 changed files with 266 additions and 76 deletions.
7 changes: 7 additions & 0 deletions .changes/2.1186.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "WorkSpaces",
"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."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1185.0-->
<!--LATEST=2.1186.0-->
<!--ENTRYINSERT-->

## 2.1186.0
* 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.

## 2.1185.0
* feature: EC2: Documentation updates for Amazon EC2.
* feature: Shield: AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1185.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1186.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
50 changes: 25 additions & 25 deletions apis/config-2014-11-12.normal.json

Large diffs are not rendered by default.

69 changes: 51 additions & 18 deletions apis/workspaces-2015-04-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
"Tenancy": {},
"SelfservicePermissions": {
"shape": "S52"
},
"SamlProperties": {
"shape": "S53"
}
}
}
Expand Down Expand Up @@ -905,10 +908,10 @@
"type": "structure",
"members": {
"RebuildSnapshots": {
"shape": "S5i"
"shape": "S5l"
},
"RestoreSnapshots": {
"shape": "S5i"
"shape": "S5l"
}
}
}
Expand All @@ -918,7 +921,7 @@
"type": "structure",
"members": {
"WorkspaceIds": {
"shape": "S5l"
"shape": "S5o"
},
"DirectoryId": {},
"UserName": {},
Expand All @@ -944,7 +947,7 @@
"type": "structure",
"members": {
"WorkspaceIds": {
"shape": "S5l"
"shape": "S5o"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1015,13 +1018,13 @@
"members": {
"ResourceId": {},
"DeviceTypeWindows": {
"shape": "S5x"
"shape": "S60"
},
"DeviceTypeOsx": {
"shape": "S5x"
"shape": "S60"
},
"DeviceTypeAndroid": {
"shape": "S5x"
"shape": "S60"
},
"DeviceTypeIos": {
"type": "structure",
Expand All @@ -1044,10 +1047,10 @@
}
},
"DeviceTypeLinux": {
"shape": "S5x"
"shape": "S60"
},
"DeviceTypeWeb": {
"shape": "S5x"
"shape": "S60"
}
}
},
Expand Down Expand Up @@ -1182,6 +1185,28 @@
"members": {}
}
},
"ModifySamlProperties": {
"input": {
"type": "structure",
"required": [
"ResourceId"
],
"members": {
"ResourceId": {},
"SamlProperties": {
"shape": "S53"
},
"PropertiesToDelete": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"ModifySelfservicePermissions": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1318,7 +1343,7 @@
"FailedRequests": {
"type": "list",
"member": {
"shape": "S73"
"shape": "S7a"
}
}
}
Expand Down Expand Up @@ -1351,7 +1376,7 @@
"FailedRequests": {
"type": "list",
"member": {
"shape": "S73"
"shape": "S7a"
}
}
}
Expand Down Expand Up @@ -1445,7 +1470,7 @@
"FailedRequests": {
"type": "list",
"member": {
"shape": "S73"
"shape": "S7a"
}
}
}
Expand Down Expand Up @@ -1475,7 +1500,7 @@
"FailedRequests": {
"type": "list",
"member": {
"shape": "S73"
"shape": "S7a"
}
}
}
Expand Down Expand Up @@ -1508,7 +1533,7 @@
"FailedRequests": {
"type": "list",
"member": {
"shape": "S73"
"shape": "S7a"
}
}
}
Expand Down Expand Up @@ -1840,7 +1865,15 @@
"RebuildWorkspace": {}
}
},
"S5i": {
"S53": {
"type": "structure",
"members": {
"Status": {},
"UserAccessUrl": {},
"RelayStateParameterName": {}
}
},
"S5l": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1851,11 +1884,11 @@
}
}
},
"S5l": {
"S5o": {
"type": "list",
"member": {}
},
"S5x": {
"S60": {
"type": "structure",
"members": {
"Logo": {
Expand All @@ -1869,7 +1902,7 @@
}
}
},
"S73": {
"S7a": {
"type": "structure",
"members": {
"WorkspaceId": {},
Expand Down
101 changes: 101 additions & 0 deletions apis/workspaces-2015-04-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,34 @@
],
"documentation": "<p>Modifies the properties of the specified Amazon WorkSpaces clients.</p>"
},
"ModifySamlProperties": {
"name": "ModifySamlProperties",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "ModifySamlPropertiesRequest"
},
"output": {
"shape": "ModifySamlPropertiesResult"
},
"errors": [
{
"shape": "AccessDeniedException"
},
{
"shape": "InvalidParameterValuesException"
},
{
"shape": "OperationNotSupportedException"
},
{
"shape": "ResourceNotFoundException"
}
],
"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>"
},
"ModifySelfservicePermissions": {
"name": "ModifySelfservicePermissions",
"http": {
Expand Down Expand Up @@ -2546,6 +2574,19 @@
},
"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>"
},
"DeletableSamlPropertiesList": {
"type": "list",
"member": {
"shape": "DeletableSamlProperty"
}
},
"DeletableSamlProperty": {
"type": "string",
"enum": [
"SAML_PROPERTIES_USER_ACCESS_URL",
"SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME"
]
},
"DeleteClientBrandingRequest": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -3739,6 +3780,30 @@
"type": "structure",
"members": {}
},
"ModifySamlPropertiesRequest": {
"type": "structure",
"required": [
"ResourceId"
],
"members": {
"ResourceId": {
"shape": "DirectoryId",
"documentation": "<p>The directory identifier for which you want to configure SAML properties.</p>"
},
"SamlProperties": {
"shape": "SamlProperties",
"documentation": "<p>The properties for configuring SAML 2.0 authentication.</p>"
},
"PropertiesToDelete": {
"shape": "DeletableSamlPropertiesList",
"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>"
}
}
},
"ModifySamlPropertiesResult": {
"type": "structure",
"members": {}
},
"ModifySelfservicePermissionsRequest": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -4077,6 +4142,38 @@
"RunningModeAutoStopTimeoutInMinutes": {
"type": "integer"
},
"SamlProperties": {
"type": "structure",
"members": {
"Status": {
"shape": "SamlStatusEnum",
"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>"
},
"UserAccessUrl": {
"shape": "SamlUserAccessUrl",
"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>"
},
"RelayStateParameterName": {
"shape": "NonEmptyString",
"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>"
}
},
"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>"
},
"SamlStatusEnum": {
"type": "string",
"enum": [
"DISABLED",
"ENABLED",
"ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK"
]
},
"SamlUserAccessUrl": {
"type": "string",
"max": 200,
"min": 8,
"pattern": "^(http|https)\\://\\S+$"
},
"SecurityGroupId": {
"type": "string",
"max": 20,
Expand Down Expand Up @@ -4754,6 +4851,10 @@
"SelfservicePermissions": {
"shape": "SelfservicePermissions",
"documentation": "<p>The default self-service permissions for WorkSpaces in the directory.</p>"
},
"SamlProperties": {
"shape": "SamlProperties",
"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>"
}
},
"documentation": "<p>Describes a directory that is used with Amazon WorkSpaces.</p>"
Expand Down
Loading

0 comments on commit 160ec9e

Please sign in to comment.