@aws-sdk/client-workspaces-web 3.185.0 → 3.188.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-es/WorkSpacesWeb.js +178 -185
- package/dist-es/WorkSpacesWebClient.js +22 -28
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +21 -28
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +21 -28
- package/dist-es/commands/AssociateTrustStoreCommand.js +21 -28
- package/dist-es/commands/AssociateUserSettingsCommand.js +21 -28
- package/dist-es/commands/CreateBrowserSettingsCommand.js +21 -28
- package/dist-es/commands/CreateIdentityProviderCommand.js +21 -28
- package/dist-es/commands/CreateNetworkSettingsCommand.js +21 -28
- package/dist-es/commands/CreatePortalCommand.js +21 -28
- package/dist-es/commands/CreateTrustStoreCommand.js +21 -28
- package/dist-es/commands/CreateUserSettingsCommand.js +21 -28
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +21 -28
- package/dist-es/commands/DeleteIdentityProviderCommand.js +21 -28
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +21 -28
- package/dist-es/commands/DeletePortalCommand.js +21 -28
- package/dist-es/commands/DeleteTrustStoreCommand.js +21 -28
- package/dist-es/commands/DeleteUserSettingsCommand.js +21 -28
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +21 -28
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +21 -28
- package/dist-es/commands/DisassociateTrustStoreCommand.js +21 -28
- package/dist-es/commands/DisassociateUserSettingsCommand.js +21 -28
- package/dist-es/commands/GetBrowserSettingsCommand.js +21 -28
- package/dist-es/commands/GetIdentityProviderCommand.js +21 -28
- package/dist-es/commands/GetNetworkSettingsCommand.js +21 -28
- package/dist-es/commands/GetPortalCommand.js +21 -28
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +21 -28
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +21 -28
- package/dist-es/commands/GetTrustStoreCommand.js +21 -28
- package/dist-es/commands/GetUserSettingsCommand.js +21 -28
- package/dist-es/commands/ListBrowserSettingsCommand.js +21 -28
- package/dist-es/commands/ListIdentityProvidersCommand.js +21 -28
- package/dist-es/commands/ListNetworkSettingsCommand.js +21 -28
- package/dist-es/commands/ListPortalsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +21 -28
- package/dist-es/commands/ListTrustStoresCommand.js +21 -28
- package/dist-es/commands/ListUserSettingsCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateIdentityProviderCommand.js +21 -28
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +21 -28
- package/dist-es/commands/UpdatePortalCommand.js +21 -28
- package/dist-es/commands/UpdateTrustStoreCommand.js +21 -28
- package/dist-es/commands/UpdateUserSettingsCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/WorkSpacesWebServiceException.js +5 -10
- package/dist-es/models/models_0.js +449 -210
- package/dist-es/pagination/ListBrowserSettingsPaginator.js +25 -68
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +25 -68
- package/dist-es/pagination/ListNetworkSettingsPaginator.js +25 -68
- package/dist-es/pagination/ListPortalsPaginator.js +25 -68
- package/dist-es/pagination/ListTrustStoreCertificatesPaginator.js +25 -68
- package/dist-es/pagination/ListTrustStoresPaginator.js +25 -68
- package/dist-es/pagination/ListUserSettingsPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +3076 -4468
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-workspaces-web
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-workspaces-web
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
23
|
|
|
8
24
|
|