@aws-sdk/client-workspaces-web 3.477.0 → 3.481.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/dist-cjs/commands/AssociateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/CreateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreatePortalCommand.js +18 -41
- package/dist-cjs/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/DeleteIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeletePortalCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/GetIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetPortalCommand.js +18 -41
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +18 -41
- package/dist-cjs/commands/ListIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListPortalsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +18 -41
- package/dist-cjs/commands/ListTrustStoresCommand.js +18 -41
- package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/UpdateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdatePortalCommand.js +18 -41
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListBrowserSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +2 -24
- package/dist-cjs/pagination/ListIpAccessSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListNetworkSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPortalsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTrustStoreCertificatesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTrustStoresPaginator.js +2 -24
- package/dist-cjs/pagination/ListUserAccessLoggingSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUserSettingsPaginator.js +2 -24
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateTrustStoreCommand.js +18 -41
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateUserSettingsCommand.js +18 -41
- package/dist-es/commands/CreateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/CreateIdentityProviderCommand.js +18 -41
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/CreateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/CreatePortalCommand.js +18 -41
- package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/CreateUserSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteIdentityProviderCommand.js +18 -41
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/DeletePortalCommand.js +18 -41
- package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteUserSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateTrustStoreCommand.js +18 -41
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateUserSettingsCommand.js +18 -41
- package/dist-es/commands/GetBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/GetIdentityProviderCommand.js +18 -41
- package/dist-es/commands/GetIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/GetNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/GetPortalCommand.js +18 -41
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCommand.js +18 -41
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/GetUserSettingsCommand.js +18 -41
- package/dist-es/commands/ListBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/ListIdentityProvidersCommand.js +18 -41
- package/dist-es/commands/ListIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/ListNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/ListPortalsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +18 -41
- package/dist-es/commands/ListTrustStoresCommand.js +18 -41
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/ListUserSettingsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateIdentityProviderCommand.js +18 -41
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/UpdatePortalCommand.js +18 -41
- package/dist-es/commands/UpdateTrustStoreCommand.js +18 -41
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateUserSettingsCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListBrowserSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +2 -23
- package/dist-es/pagination/ListIpAccessSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListNetworkSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListPortalsPaginator.js +2 -23
- package/dist-es/pagination/ListTrustStoreCertificatesPaginator.js +2 -23
- package/dist-es/pagination/ListTrustStoresPaginator.js +2 -23
- package/dist-es/pagination/ListUserAccessLoggingSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListUserSettingsPaginator.js +2 -23
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreatePortalCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeletePortalCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetPortalCommand.d.ts +6 -21
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +6 -21
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListPortalsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/ListTrustStoresCommand.d.ts +6 -21
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePortalCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListBrowserSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIpAccessSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNetworkSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPortalsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrustStoreCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrustStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserSettingsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIpAccessSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetIpAccessSettingsRequest, GetIpAccessSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetIpAccessSettingsCommandInput extends GetIpAccessSettingsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetIpAccessSettingsCommandOutput extends GetIpAccessSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetIpAccessSettingsCommand_base: {
|
|
24
|
+
new (input: GetIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the IP access settings.</p>
|
|
@@ -80,23 +83,5 @@ export interface GetIpAccessSettingsCommandOutput extends GetIpAccessSettingsRes
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class GetIpAccessSettingsCommand extends
|
|
84
|
-
readonly input: GetIpAccessSettingsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: GetIpAccessSettingsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class GetIpAccessSettingsCommand extends GetIpAccessSettingsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetNetworkSettingsRequest, GetNetworkSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetNetworkSettingsCommandInput extends GetNetworkSettingsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetNetworkSettingsCommand_base: {
|
|
24
|
+
new (input: GetNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the network settings.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsRespo
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetNetworkSettingsCommand extends
|
|
82
|
-
readonly input: GetNetworkSettingsCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetNetworkSettingsCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetNetworkSettingsCommand extends GetNetworkSettingsCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetPortalRequest, GetPortalResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPortalCommandInput extends GetPortalRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPortalCommand_base: {
|
|
24
|
+
new (input: GetPortalCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the web portal.</p>
|
|
@@ -82,23 +85,5 @@ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBea
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetPortalCommand extends
|
|
86
|
-
readonly input: GetPortalCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetPortalCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPortalCommandInput, GetPortalCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetPortalCommand extends GetPortalCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetPortalServiceProviderMetadataRequest, GetPortalServiceProviderMetadataResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPortalServiceProviderMetadataCommandInput extends GetPortalS
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPortalServiceProviderMetadataCommandOutput extends GetPortalServiceProviderMetadataResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPortalServiceProviderMetadataCommand_base: {
|
|
24
|
+
new (input: GetPortalServiceProviderMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the service provider metadata.</p>
|
|
@@ -67,23 +70,5 @@ export interface GetPortalServiceProviderMetadataCommandOutput extends GetPortal
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetPortalServiceProviderMetadataCommand extends
|
|
71
|
-
readonly input: GetPortalServiceProviderMetadataCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetPortalServiceProviderMetadataCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetPortalServiceProviderMetadataCommand extends GetPortalServiceProviderMetadataCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetTrustStoreCertificateRequest, GetTrustStoreCertificateResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTrustStoreCertificateCommandInput extends GetTrustStoreCerti
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTrustStoreCertificateCommandOutput extends GetTrustStoreCertificateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTrustStoreCertificateCommand_base: {
|
|
24
|
+
new (input: GetTrustStoreCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the trust store certificate.</p>
|
|
@@ -75,23 +78,5 @@ export interface GetTrustStoreCertificateCommandOutput extends GetTrustStoreCert
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class GetTrustStoreCertificateCommand extends
|
|
79
|
-
readonly input: GetTrustStoreCertificateCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: GetTrustStoreCertificateCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class GetTrustStoreCertificateCommand extends GetTrustStoreCertificateCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetTrustStoreRequest, GetTrustStoreResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTrustStoreCommandInput extends GetTrustStoreRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTrustStoreCommandOutput extends GetTrustStoreResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTrustStoreCommand_base: {
|
|
24
|
+
new (input: GetTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCommandInput, GetTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the trust store.</p>
|
|
@@ -71,23 +74,5 @@ export interface GetTrustStoreCommandOutput extends GetTrustStoreResponse, __Met
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetTrustStoreCommand extends
|
|
75
|
-
readonly input: GetTrustStoreCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetTrustStoreCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreCommandInput, GetTrustStoreCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetTrustStoreCommand extends GetTrustStoreCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetUserAccessLoggingSettingsRequest, GetUserAccessLoggingSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetUserAccessLoggingSettingsCommandInput extends GetUserAccessL
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetUserAccessLoggingSettingsCommandOutput extends GetUserAccessLoggingSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetUserAccessLoggingSettingsCommand_base: {
|
|
24
|
+
new (input: GetUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets user access logging settings.</p>
|
|
@@ -72,23 +75,5 @@ export interface GetUserAccessLoggingSettingsCommandOutput extends GetUserAccess
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class GetUserAccessLoggingSettingsCommand extends
|
|
76
|
-
readonly input: GetUserAccessLoggingSettingsCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: GetUserAccessLoggingSettingsCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class GetUserAccessLoggingSettingsCommand extends GetUserAccessLoggingSettingsCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetUserSettingsCommandInput extends GetUserSettingsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetUserSettingsCommand_base: {
|
|
24
|
+
new (input: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets user settings.</p>
|
|
@@ -94,23 +97,5 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class GetUserSettingsCommand extends
|
|
98
|
-
readonly input: GetUserSettingsCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: GetUserSettingsCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserSettingsCommandInput, GetUserSettingsCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class GetUserSettingsCommand extends GetUserSettingsCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListBrowserSettingsRequest, ListBrowserSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListBrowserSettingsCommandInput extends ListBrowserSettingsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListBrowserSettingsCommandOutput extends ListBrowserSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListBrowserSettingsCommand_base: {
|
|
24
|
+
new (input: ListBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of browser settings.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListBrowserSettingsCommandOutput extends ListBrowserSettingsRes
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListBrowserSettingsCommand extends
|
|
73
|
-
readonly input: ListBrowserSettingsCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListBrowserSettingsCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListBrowserSettingsCommand extends ListBrowserSettingsCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIdentityProvidersCommandInput extends ListIdentityProviders
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIdentityProvidersCommandOutput extends ListIdentityProvidersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIdentityProvidersCommand_base: {
|
|
24
|
+
new (input: ListIdentityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of identity providers for a specific web portal.</p>
|
|
@@ -72,23 +75,5 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListIdentityProvidersCommand extends
|
|
76
|
-
readonly input: ListIdentityProvidersCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListIdentityProvidersCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListIdentityProvidersCommand extends ListIdentityProvidersCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListIpAccessSettingsRequest, ListIpAccessSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIpAccessSettingsCommandInput extends ListIpAccessSettingsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIpAccessSettingsCommandOutput extends ListIpAccessSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIpAccessSettingsCommand_base: {
|
|
24
|
+
new (input: ListIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of IP access settings.</p>
|
|
@@ -72,23 +75,5 @@ export interface ListIpAccessSettingsCommandOutput extends ListIpAccessSettingsR
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListIpAccessSettingsCommand extends
|
|
76
|
-
readonly input: ListIpAccessSettingsCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListIpAccessSettingsCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListIpAccessSettingsCommand extends ListIpAccessSettingsCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListNetworkSettingsRequest, ListNetworkSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListNetworkSettingsCommandInput extends ListNetworkSettingsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListNetworkSettingsCommandOutput extends ListNetworkSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListNetworkSettingsCommand_base: {
|
|
24
|
+
new (input: ListNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of network settings.</p>
|
|
@@ -70,23 +73,5 @@ export interface ListNetworkSettingsCommandOutput extends ListNetworkSettingsRes
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListNetworkSettingsCommand extends
|
|
74
|
-
readonly input: ListNetworkSettingsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListNetworkSettingsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListNetworkSettingsCommand extends ListNetworkSettingsCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPortalsCommandInput extends ListPortalsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPortalsCommandOutput extends ListPortalsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPortalsCommand_base: {
|
|
24
|
+
new (input: ListPortalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPortalsCommandInput, ListPortalsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list or web portals.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListPortalsCommand extends
|
|
86
|
-
readonly input: ListPortalsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListPortalsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPortalsCommandInput, ListPortalsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListPortalsCommand extends ListPortalsCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of tags for a resource.</p>
|
|
@@ -71,23 +74,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListTagsForResourceCommand extends
|
|
75
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
93
78
|
}
|