@aws-sdk/client-workspaces-web 3.190.0 → 3.193.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 +22 -0
- package/dist-cjs/WorkSpacesWeb.js +105 -0
- package/dist-cjs/WorkSpacesWebClient.js +11 -8
- package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/CreatePortalCommand.js +10 -0
- package/dist-cjs/commands/CreateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/CreateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/DeletePortalCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetPortalCommand.js +10 -0
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +10 -0
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +10 -0
- package/dist-cjs/commands/GetTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/GetUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +10 -0
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListPortalsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +10 -0
- package/dist-cjs/commands/ListTrustStoresCommand.js +10 -0
- package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/ListUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdatePortalCommand.js +10 -0
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +68 -3
- package/dist-cjs/pagination/ListUserAccessLoggingSettingsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +502 -2
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/WorkSpacesWeb.js +105 -0
- package/dist-es/WorkSpacesWebClient.js +12 -9
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/AssociateTrustStoreCommand.js +10 -0
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/AssociateUserSettingsCommand.js +10 -0
- package/dist-es/commands/CreateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/CreateIdentityProviderCommand.js +10 -0
- package/dist-es/commands/CreateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/CreatePortalCommand.js +10 -0
- package/dist-es/commands/CreateTrustStoreCommand.js +10 -0
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/CreateUserSettingsCommand.js +10 -0
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/DeleteIdentityProviderCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/DeletePortalCommand.js +10 -0
- package/dist-es/commands/DeleteTrustStoreCommand.js +10 -0
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/DeleteUserSettingsCommand.js +10 -0
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/DisassociateTrustStoreCommand.js +10 -0
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/DisassociateUserSettingsCommand.js +10 -0
- package/dist-es/commands/GetBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/GetIdentityProviderCommand.js +10 -0
- package/dist-es/commands/GetNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/GetPortalCommand.js +10 -0
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +10 -0
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +10 -0
- package/dist-es/commands/GetTrustStoreCommand.js +10 -0
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/GetUserSettingsCommand.js +10 -0
- package/dist-es/commands/ListBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/ListIdentityProvidersCommand.js +10 -0
- package/dist-es/commands/ListNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/ListPortalsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +10 -0
- package/dist-es/commands/ListTrustStoresCommand.js +10 -0
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/ListUserSettingsCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateIdentityProviderCommand.js +10 -0
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/UpdatePortalCommand.js +10 -0
- package/dist-es/commands/UpdateTrustStoreCommand.js +10 -0
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/UpdateUserSettingsCommand.js +10 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +49 -0
- package/dist-es/pagination/ListUserAccessLoggingSettingsPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +483 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/WorkSpacesWeb.d.ts +49 -0
- package/dist-types/WorkSpacesWebClient.d.ts +15 -11
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetPortalCommand.d.ts +2 -0
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -0
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +221 -1
- package/dist-types/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +21 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +131 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +57 -8
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +105 -0
- package/dist-types/ts3.4/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -2,22 +2,26 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
|
2
2
|
import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
|
|
3
3
|
import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
|
|
4
4
|
import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
|
|
5
|
+
import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "./commands/AssociateUserAccessLoggingSettingsCommand";
|
|
5
6
|
import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
|
|
6
7
|
import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
|
|
7
8
|
import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
|
|
8
9
|
import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
|
|
9
10
|
import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
|
|
10
11
|
import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
|
|
12
|
+
import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "./commands/CreateUserAccessLoggingSettingsCommand";
|
|
11
13
|
import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
|
|
12
14
|
import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
|
|
13
15
|
import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
|
|
14
16
|
import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
|
|
15
17
|
import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
|
|
16
18
|
import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
|
|
19
|
+
import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "./commands/DeleteUserAccessLoggingSettingsCommand";
|
|
17
20
|
import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
|
|
18
21
|
import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
|
|
19
22
|
import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
|
|
20
23
|
import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
|
|
24
|
+
import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
|
|
21
25
|
import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
|
|
22
26
|
import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
|
|
23
27
|
import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
|
|
@@ -26,6 +30,7 @@ import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPor
|
|
|
26
30
|
import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
|
|
27
31
|
import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
|
|
28
32
|
import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
|
|
33
|
+
import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
|
|
29
34
|
import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
|
|
30
35
|
import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
|
|
31
36
|
import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
|
|
@@ -34,6 +39,7 @@ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/Li
|
|
|
34
39
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
35
40
|
import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
|
|
36
41
|
import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
|
|
42
|
+
import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "./commands/ListUserAccessLoggingSettingsCommand";
|
|
37
43
|
import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
|
|
38
44
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
39
45
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -42,6 +48,7 @@ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput
|
|
|
42
48
|
import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
|
|
43
49
|
import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
|
|
44
50
|
import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
|
|
51
|
+
import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "./commands/UpdateUserAccessLoggingSettingsCommand";
|
|
45
52
|
import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
|
|
46
53
|
import { WorkSpacesWebClient } from "./WorkSpacesWebClient";
|
|
47
54
|
/**
|
|
@@ -71,6 +78,12 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
71
78
|
associateTrustStore(args: AssociateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTrustStoreCommandOutput>;
|
|
72
79
|
associateTrustStore(args: AssociateTrustStoreCommandInput, cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void): void;
|
|
73
80
|
associateTrustStore(args: AssociateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void): void;
|
|
81
|
+
/**
|
|
82
|
+
* <p>Associates a user access logging settings resource with a web portal.</p>
|
|
83
|
+
*/
|
|
84
|
+
associateUserAccessLoggingSettings(args: AssociateUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
|
|
85
|
+
associateUserAccessLoggingSettings(args: AssociateUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: AssociateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
86
|
+
associateUserAccessLoggingSettings(args: AssociateUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
74
87
|
/**
|
|
75
88
|
* <p>Associates a user settings resource with a web portal.</p>
|
|
76
89
|
*/
|
|
@@ -115,6 +128,12 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
115
128
|
createTrustStore(args: CreateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrustStoreCommandOutput>;
|
|
116
129
|
createTrustStore(args: CreateTrustStoreCommandInput, cb: (err: any, data?: CreateTrustStoreCommandOutput) => void): void;
|
|
117
130
|
createTrustStore(args: CreateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrustStoreCommandOutput) => void): void;
|
|
131
|
+
/**
|
|
132
|
+
* <p>Creates a user access logging settings resource that can be associated with a web portal.</p>
|
|
133
|
+
*/
|
|
134
|
+
createUserAccessLoggingSettings(args: CreateUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserAccessLoggingSettingsCommandOutput>;
|
|
135
|
+
createUserAccessLoggingSettings(args: CreateUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: CreateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
136
|
+
createUserAccessLoggingSettings(args: CreateUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
118
137
|
/**
|
|
119
138
|
* <p>Creates a user settings resource that can be associated with a web portal. Once
|
|
120
139
|
* associated with a web portal, user settings control how users can transfer data between a
|
|
@@ -153,6 +172,12 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
153
172
|
deleteTrustStore(args: DeleteTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrustStoreCommandOutput>;
|
|
154
173
|
deleteTrustStore(args: DeleteTrustStoreCommandInput, cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void): void;
|
|
155
174
|
deleteTrustStore(args: DeleteTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void): void;
|
|
175
|
+
/**
|
|
176
|
+
* <p>Deletes user access logging settings.</p>
|
|
177
|
+
*/
|
|
178
|
+
deleteUserAccessLoggingSettings(args: DeleteUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
|
|
179
|
+
deleteUserAccessLoggingSettings(args: DeleteUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: DeleteUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
180
|
+
deleteUserAccessLoggingSettings(args: DeleteUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
156
181
|
/**
|
|
157
182
|
* <p>Deletes user settings.</p>
|
|
158
183
|
*/
|
|
@@ -177,6 +202,12 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
177
202
|
disassociateTrustStore(args: DisassociateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTrustStoreCommandOutput>;
|
|
178
203
|
disassociateTrustStore(args: DisassociateTrustStoreCommandInput, cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void): void;
|
|
179
204
|
disassociateTrustStore(args: DisassociateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void): void;
|
|
205
|
+
/**
|
|
206
|
+
* <p>Disassociates user access logging settings from a web portal.</p>
|
|
207
|
+
*/
|
|
208
|
+
disassociateUserAccessLoggingSettings(args: DisassociateUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
|
|
209
|
+
disassociateUserAccessLoggingSettings(args: DisassociateUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: DisassociateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
210
|
+
disassociateUserAccessLoggingSettings(args: DisassociateUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
180
211
|
/**
|
|
181
212
|
* <p>Disassociates user settings from a web portal.</p>
|
|
182
213
|
*/
|
|
@@ -225,6 +256,12 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
225
256
|
getTrustStoreCertificate(args: GetTrustStoreCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GetTrustStoreCertificateCommandOutput>;
|
|
226
257
|
getTrustStoreCertificate(args: GetTrustStoreCertificateCommandInput, cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void): void;
|
|
227
258
|
getTrustStoreCertificate(args: GetTrustStoreCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void): void;
|
|
259
|
+
/**
|
|
260
|
+
* <p>Gets user access logging settings.</p>
|
|
261
|
+
*/
|
|
262
|
+
getUserAccessLoggingSettings(args: GetUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserAccessLoggingSettingsCommandOutput>;
|
|
263
|
+
getUserAccessLoggingSettings(args: GetUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: GetUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
264
|
+
getUserAccessLoggingSettings(args: GetUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
228
265
|
/**
|
|
229
266
|
* <p>Gets user settings.</p>
|
|
230
267
|
*/
|
|
@@ -273,6 +310,12 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
273
310
|
listTrustStores(args: ListTrustStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListTrustStoresCommandOutput>;
|
|
274
311
|
listTrustStores(args: ListTrustStoresCommandInput, cb: (err: any, data?: ListTrustStoresCommandOutput) => void): void;
|
|
275
312
|
listTrustStores(args: ListTrustStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrustStoresCommandOutput) => void): void;
|
|
313
|
+
/**
|
|
314
|
+
* <p>Retrieves a list of user access logging settings.</p>
|
|
315
|
+
*/
|
|
316
|
+
listUserAccessLoggingSettings(args: ListUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserAccessLoggingSettingsCommandOutput>;
|
|
317
|
+
listUserAccessLoggingSettings(args: ListUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: ListUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
318
|
+
listUserAccessLoggingSettings(args: ListUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
276
319
|
/**
|
|
277
320
|
* <p>Retrieves a list of user settings.</p>
|
|
278
321
|
*/
|
|
@@ -321,6 +364,12 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
321
364
|
updateTrustStore(args: UpdateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrustStoreCommandOutput>;
|
|
322
365
|
updateTrustStore(args: UpdateTrustStoreCommandInput, cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void): void;
|
|
323
366
|
updateTrustStore(args: UpdateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void): void;
|
|
367
|
+
/**
|
|
368
|
+
* <p>Updates the user access logging settings.</p>
|
|
369
|
+
*/
|
|
370
|
+
updateUserAccessLoggingSettings(args: UpdateUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
|
|
371
|
+
updateUserAccessLoggingSettings(args: UpdateUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: UpdateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
372
|
+
updateUserAccessLoggingSettings(args: UpdateUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
324
373
|
/**
|
|
325
374
|
* <p>Updates the user settings.</p>
|
|
326
375
|
*/
|
|
@@ -1,30 +1,35 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
|
|
10
11
|
import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
|
|
11
12
|
import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
|
|
13
|
+
import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "./commands/AssociateUserAccessLoggingSettingsCommand";
|
|
12
14
|
import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
|
|
13
15
|
import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
|
|
14
16
|
import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
|
|
15
17
|
import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
|
|
16
18
|
import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
|
|
17
19
|
import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
|
|
20
|
+
import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "./commands/CreateUserAccessLoggingSettingsCommand";
|
|
18
21
|
import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
|
|
19
22
|
import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
|
|
20
23
|
import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
|
|
21
24
|
import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
|
|
22
25
|
import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
|
|
23
26
|
import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
|
|
27
|
+
import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "./commands/DeleteUserAccessLoggingSettingsCommand";
|
|
24
28
|
import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
|
|
25
29
|
import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
|
|
26
30
|
import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
|
|
27
31
|
import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
|
|
32
|
+
import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
|
|
28
33
|
import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
|
|
29
34
|
import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
|
|
30
35
|
import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
|
|
@@ -33,6 +38,7 @@ import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPor
|
|
|
33
38
|
import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
|
|
34
39
|
import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
|
|
35
40
|
import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
|
|
41
|
+
import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
|
|
36
42
|
import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
|
|
37
43
|
import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
|
|
38
44
|
import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
|
|
@@ -41,6 +47,7 @@ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/Li
|
|
|
41
47
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
42
48
|
import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
|
|
43
49
|
import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
|
|
50
|
+
import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "./commands/ListUserAccessLoggingSettingsCommand";
|
|
44
51
|
import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
|
|
45
52
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
46
53
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -49,9 +56,11 @@ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput
|
|
|
49
56
|
import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
|
|
50
57
|
import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
|
|
51
58
|
import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
|
|
59
|
+
import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "./commands/UpdateUserAccessLoggingSettingsCommand";
|
|
52
60
|
import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
|
|
53
|
-
|
|
54
|
-
export declare type
|
|
61
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
62
|
+
export declare type ServiceInputTypes = AssociateBrowserSettingsCommandInput | AssociateNetworkSettingsCommandInput | AssociateTrustStoreCommandInput | AssociateUserAccessLoggingSettingsCommandInput | AssociateUserSettingsCommandInput | CreateBrowserSettingsCommandInput | CreateIdentityProviderCommandInput | CreateNetworkSettingsCommandInput | CreatePortalCommandInput | CreateTrustStoreCommandInput | CreateUserAccessLoggingSettingsCommandInput | CreateUserSettingsCommandInput | DeleteBrowserSettingsCommandInput | DeleteIdentityProviderCommandInput | DeleteNetworkSettingsCommandInput | DeletePortalCommandInput | DeleteTrustStoreCommandInput | DeleteUserAccessLoggingSettingsCommandInput | DeleteUserSettingsCommandInput | DisassociateBrowserSettingsCommandInput | DisassociateNetworkSettingsCommandInput | DisassociateTrustStoreCommandInput | DisassociateUserAccessLoggingSettingsCommandInput | DisassociateUserSettingsCommandInput | GetBrowserSettingsCommandInput | GetIdentityProviderCommandInput | GetNetworkSettingsCommandInput | GetPortalCommandInput | GetPortalServiceProviderMetadataCommandInput | GetTrustStoreCertificateCommandInput | GetTrustStoreCommandInput | GetUserAccessLoggingSettingsCommandInput | GetUserSettingsCommandInput | ListBrowserSettingsCommandInput | ListIdentityProvidersCommandInput | ListNetworkSettingsCommandInput | ListPortalsCommandInput | ListTagsForResourceCommandInput | ListTrustStoreCertificatesCommandInput | ListTrustStoresCommandInput | ListUserAccessLoggingSettingsCommandInput | ListUserSettingsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrowserSettingsCommandInput | UpdateIdentityProviderCommandInput | UpdateNetworkSettingsCommandInput | UpdatePortalCommandInput | UpdateTrustStoreCommandInput | UpdateUserAccessLoggingSettingsCommandInput | UpdateUserSettingsCommandInput;
|
|
63
|
+
export declare type ServiceOutputTypes = AssociateBrowserSettingsCommandOutput | AssociateNetworkSettingsCommandOutput | AssociateTrustStoreCommandOutput | AssociateUserAccessLoggingSettingsCommandOutput | AssociateUserSettingsCommandOutput | CreateBrowserSettingsCommandOutput | CreateIdentityProviderCommandOutput | CreateNetworkSettingsCommandOutput | CreatePortalCommandOutput | CreateTrustStoreCommandOutput | CreateUserAccessLoggingSettingsCommandOutput | CreateUserSettingsCommandOutput | DeleteBrowserSettingsCommandOutput | DeleteIdentityProviderCommandOutput | DeleteNetworkSettingsCommandOutput | DeletePortalCommandOutput | DeleteTrustStoreCommandOutput | DeleteUserAccessLoggingSettingsCommandOutput | DeleteUserSettingsCommandOutput | DisassociateBrowserSettingsCommandOutput | DisassociateNetworkSettingsCommandOutput | DisassociateTrustStoreCommandOutput | DisassociateUserAccessLoggingSettingsCommandOutput | DisassociateUserSettingsCommandOutput | GetBrowserSettingsCommandOutput | GetIdentityProviderCommandOutput | GetNetworkSettingsCommandOutput | GetPortalCommandOutput | GetPortalServiceProviderMetadataCommandOutput | GetTrustStoreCertificateCommandOutput | GetTrustStoreCommandOutput | GetUserAccessLoggingSettingsCommandOutput | GetUserSettingsCommandOutput | ListBrowserSettingsCommandOutput | ListIdentityProvidersCommandOutput | ListNetworkSettingsCommandOutput | ListPortalsCommandOutput | ListTagsForResourceCommandOutput | ListTrustStoreCertificatesCommandOutput | ListTrustStoresCommandOutput | ListUserAccessLoggingSettingsCommandOutput | ListUserSettingsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrowserSettingsCommandOutput | UpdateIdentityProviderCommandOutput | UpdateNetworkSettingsCommandOutput | UpdatePortalCommandOutput | UpdateTrustStoreCommandOutput | UpdateUserAccessLoggingSettingsCommandOutput | UpdateUserSettingsCommandOutput;
|
|
55
64
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
56
65
|
/**
|
|
57
66
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -142,11 +151,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
142
151
|
* @internal
|
|
143
152
|
*/
|
|
144
153
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
145
|
-
/**
|
|
146
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
150
154
|
/**
|
|
151
155
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
152
156
|
* @internal
|
|
@@ -157,13 +161,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
157
161
|
*/
|
|
158
162
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
159
163
|
}
|
|
160
|
-
declare type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
164
|
+
declare type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
161
165
|
/**
|
|
162
166
|
* The configuration interface of WorkSpacesWebClient class constructor that set the region, credentials and other options.
|
|
163
167
|
*/
|
|
164
168
|
export interface WorkSpacesWebClientConfig extends WorkSpacesWebClientConfigType {
|
|
165
169
|
}
|
|
166
|
-
declare type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
170
|
+
declare type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
171
|
/**
|
|
168
172
|
* The resolved configuration interface of WorkSpacesWebClient class. This is resolved and normalized from the {@link WorkSpacesWebClientConfig | constructor configuration interface}.
|
|
169
173
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateBrowserSettingsRequest, AssociateBrowserSettingsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserS
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateBrowserSettingsCommand extends $Command<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateBrowserSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateBrowserSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateNetworkSettingsRequest, AssociateNetworkSettingsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkS
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateNetworkSettingsCommand extends $Command<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateNetworkSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateNetworkSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateTrustStoreRequest, AssociateTrustStoreResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface AssociateTrustStoreCommandOutput extends AssociateTrustStoreRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateTrustStoreCommand extends $Command<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateTrustStoreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateTrustStoreCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { AssociateUserAccessLoggingSettingsRequest, AssociateUserAccessLoggingSettingsResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
|
+
export interface AssociateUserAccessLoggingSettingsCommandInput extends AssociateUserAccessLoggingSettingsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface AssociateUserAccessLoggingSettingsCommandOutput extends AssociateUserAccessLoggingSettingsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Associates a user access logging settings resource with a web portal.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { WorkSpacesWebClient, AssociateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
16
|
+
* // const { WorkSpacesWebClient, AssociateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
17
|
+
* const client = new WorkSpacesWebClient(config);
|
|
18
|
+
* const command = new AssociateUserAccessLoggingSettingsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link AssociateUserAccessLoggingSettingsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link AssociateUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class AssociateUserAccessLoggingSettingsCommand extends $Command<AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
28
|
+
readonly input: AssociateUserAccessLoggingSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: AssociateUserAccessLoggingSettingsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateUserSettingsRequest, AssociateUserSettingsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface AssociateUserSettingsCommandOutput extends AssociateUserSetting
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateUserSettingsCommand extends $Command<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateUserSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateUserSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateBrowserSettingsRequest, CreateBrowserSettingsResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface CreateBrowserSettingsCommandOutput extends CreateBrowserSetting
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class CreateBrowserSettingsCommand extends $Command<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
29
30
|
readonly input: CreateBrowserSettingsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: CreateBrowserSettingsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateIdentityProviderRequest, CreateIdentityProviderResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateIdentityProviderCommand extends $Command<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateIdentityProviderCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateIdentityProviderCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateNetworkSettingsRequest, CreateNetworkSettingsResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface CreateNetworkSettingsCommandOutput extends CreateNetworkSetting
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class CreateNetworkSettingsCommand extends $Command<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
29
30
|
readonly input: CreateNetworkSettingsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: CreateNetworkSettingsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreatePortalCommand extends $Command<CreatePortalCommandInput, CreatePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: CreatePortalCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreatePortalCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateTrustStoreRequest, CreateTrustStoreResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreResponse,
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class CreateTrustStoreCommand extends $Command<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
31
32
|
readonly input: CreateTrustStoreCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: CreateTrustStoreCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { CreateUserAccessLoggingSettingsRequest, CreateUserAccessLoggingSettingsResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
|
+
export interface CreateUserAccessLoggingSettingsCommandInput extends CreateUserAccessLoggingSettingsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreateUserAccessLoggingSettingsCommandOutput extends CreateUserAccessLoggingSettingsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Creates a user access logging settings resource that can be associated with a web portal.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { WorkSpacesWebClient, CreateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
16
|
+
* // const { WorkSpacesWebClient, CreateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
17
|
+
* const client = new WorkSpacesWebClient(config);
|
|
18
|
+
* const command = new CreateUserAccessLoggingSettingsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateUserAccessLoggingSettingsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateUserAccessLoggingSettingsCommand extends $Command<CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateUserAccessLoggingSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateUserAccessLoggingSettingsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateUserSettingsRequest, CreateUserSettingsResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface CreateUserSettingsCommandOutput extends CreateUserSettingsRespo
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class CreateUserSettingsCommand extends $Command<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
29
30
|
readonly input: CreateUserSettingsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: CreateUserSettingsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteBrowserSettingsRequest, DeleteBrowserSettingsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteBrowserSettingsCommandOutput extends DeleteBrowserSetting
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteBrowserSettingsCommand extends $Command<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteBrowserSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteBrowserSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteIdentityProviderRequest, DeleteIdentityProviderResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteIdentityProviderCommandOutput extends DeleteIdentityProvi
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteIdentityProviderCommand extends $Command<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteIdentityProviderCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteIdentityProviderCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteNetworkSettingsRequest, DeleteNetworkSettingsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteNetworkSettingsCommandOutput extends DeleteNetworkSetting
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteNetworkSettingsCommand extends $Command<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteNetworkSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteNetworkSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: DeletePortalCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeletePortalCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteTrustStoreRequest, DeleteTrustStoreResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteTrustStoreCommand extends $Command<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteTrustStoreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteTrustStoreCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DeleteUserAccessLoggingSettingsRequest, DeleteUserAccessLoggingSettingsResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
|
+
export interface DeleteUserAccessLoggingSettingsCommandInput extends DeleteUserAccessLoggingSettingsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUserAccessLoggingSettingsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Deletes user access logging settings.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { WorkSpacesWebClient, DeleteUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
16
|
+
* // const { WorkSpacesWebClient, DeleteUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
17
|
+
* const client = new WorkSpacesWebClient(config);
|
|
18
|
+
* const command = new DeleteUserAccessLoggingSettingsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteUserAccessLoggingSettingsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DeleteUserAccessLoggingSettingsCommand extends $Command<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
28
|
+
readonly input: DeleteUserAccessLoggingSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteUserAccessLoggingSettingsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteUserSettingsRequest, DeleteUserSettingsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteUserSettingsCommand extends $Command<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteUserSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteUserSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|