@aws-sdk/client-workspaces-web 3.50.0 → 3.51.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 +8 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +225 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +117 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +44 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1206 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export * from "./AssociateBrowserSettingsCommand";
|
|
2
|
+
export * from "./AssociateNetworkSettingsCommand";
|
|
3
|
+
export * from "./AssociateTrustStoreCommand";
|
|
4
|
+
export * from "./AssociateUserSettingsCommand";
|
|
5
|
+
export * from "./CreateBrowserSettingsCommand";
|
|
6
|
+
export * from "./CreateIdentityProviderCommand";
|
|
7
|
+
export * from "./CreateNetworkSettingsCommand";
|
|
8
|
+
export * from "./CreatePortalCommand";
|
|
9
|
+
export * from "./CreateTrustStoreCommand";
|
|
10
|
+
export * from "./CreateUserSettingsCommand";
|
|
11
|
+
export * from "./DeleteBrowserSettingsCommand";
|
|
12
|
+
export * from "./DeleteIdentityProviderCommand";
|
|
13
|
+
export * from "./DeleteNetworkSettingsCommand";
|
|
14
|
+
export * from "./DeletePortalCommand";
|
|
15
|
+
export * from "./DeleteTrustStoreCommand";
|
|
16
|
+
export * from "./DeleteUserSettingsCommand";
|
|
17
|
+
export * from "./DisassociateBrowserSettingsCommand";
|
|
18
|
+
export * from "./DisassociateNetworkSettingsCommand";
|
|
19
|
+
export * from "./DisassociateTrustStoreCommand";
|
|
20
|
+
export * from "./DisassociateUserSettingsCommand";
|
|
21
|
+
export * from "./GetBrowserSettingsCommand";
|
|
22
|
+
export * from "./GetIdentityProviderCommand";
|
|
23
|
+
export * from "./GetNetworkSettingsCommand";
|
|
24
|
+
export * from "./GetPortalCommand";
|
|
25
|
+
export * from "./GetPortalServiceProviderMetadataCommand";
|
|
26
|
+
export * from "./GetTrustStoreCertificateCommand";
|
|
27
|
+
export * from "./GetTrustStoreCommand";
|
|
28
|
+
export * from "./GetUserSettingsCommand";
|
|
29
|
+
export * from "./ListBrowserSettingsCommand";
|
|
30
|
+
export * from "./ListIdentityProvidersCommand";
|
|
31
|
+
export * from "./ListNetworkSettingsCommand";
|
|
32
|
+
export * from "./ListPortalsCommand";
|
|
33
|
+
export * from "./ListTagsForResourceCommand";
|
|
34
|
+
export * from "./ListTrustStoreCertificatesCommand";
|
|
35
|
+
export * from "./ListTrustStoresCommand";
|
|
36
|
+
export * from "./ListUserSettingsCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateBrowserSettingsCommand";
|
|
40
|
+
export * from "./UpdateIdentityProviderCommand";
|
|
41
|
+
export * from "./UpdateNetworkSettingsCommand";
|
|
42
|
+
export * from "./UpdatePortalCommand";
|
|
43
|
+
export * from "./UpdateTrustStoreCommand";
|
|
44
|
+
export * from "./UpdateUserSettingsCommand";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|