@aws-sdk/client-workspaces-web 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +0 -44
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -291
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface DeleteNetworkSettingsCommandInput
|
|
|
19
19
|
export interface DeleteNetworkSettingsCommandOutput
|
|
20
20
|
extends DeleteNetworkSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteNetworkSettingsCommand extends $Command<
|
|
24
23
|
DeleteNetworkSettingsCommandInput,
|
|
25
24
|
DeleteNetworkSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteNetworkSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteNetworkSettingsCommandInput;
|
|
29
28
|
constructor(input: DeleteNetworkSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeletePortalCommandInput extends DeletePortalRequest {}
|
|
|
15
15
|
export interface DeletePortalCommandOutput
|
|
16
16
|
extends DeletePortalResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeletePortalCommand extends $Command<
|
|
20
19
|
DeletePortalCommandInput,
|
|
21
20
|
DeletePortalCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeletePortalCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeletePortalCommandInput;
|
|
25
24
|
constructor(input: DeletePortalCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreRequest {}
|
|
|
18
18
|
export interface DeleteTrustStoreCommandOutput
|
|
19
19
|
extends DeleteTrustStoreResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteTrustStoreCommand extends $Command<
|
|
23
22
|
DeleteTrustStoreCommandInput,
|
|
24
23
|
DeleteTrustStoreCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteTrustStoreCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteTrustStoreCommandInput;
|
|
28
27
|
constructor(input: DeleteTrustStoreCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteUserSettingsCommandInput
|
|
|
19
19
|
export interface DeleteUserSettingsCommandOutput
|
|
20
20
|
extends DeleteUserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteUserSettingsCommand extends $Command<
|
|
24
23
|
DeleteUserSettingsCommandInput,
|
|
25
24
|
DeleteUserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteUserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteUserSettingsCommandInput;
|
|
29
28
|
constructor(input: DeleteUserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateBrowserSettingsCommandInput
|
|
|
19
19
|
export interface DisassociateBrowserSettingsCommandOutput
|
|
20
20
|
extends DisassociateBrowserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateBrowserSettingsCommand extends $Command<
|
|
24
23
|
DisassociateBrowserSettingsCommandInput,
|
|
25
24
|
DisassociateBrowserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateBrowserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateBrowserSettingsCommandInput;
|
|
29
28
|
constructor(input: DisassociateBrowserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateNetworkSettingsCommandInput
|
|
|
19
19
|
export interface DisassociateNetworkSettingsCommandOutput
|
|
20
20
|
extends DisassociateNetworkSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateNetworkSettingsCommand extends $Command<
|
|
24
23
|
DisassociateNetworkSettingsCommandInput,
|
|
25
24
|
DisassociateNetworkSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateNetworkSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateNetworkSettingsCommandInput;
|
|
29
28
|
constructor(input: DisassociateNetworkSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateTrustStoreCommandInput
|
|
|
19
19
|
export interface DisassociateTrustStoreCommandOutput
|
|
20
20
|
extends DisassociateTrustStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateTrustStoreCommand extends $Command<
|
|
24
23
|
DisassociateTrustStoreCommandInput,
|
|
25
24
|
DisassociateTrustStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateTrustStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateTrustStoreCommandInput;
|
|
29
28
|
constructor(input: DisassociateTrustStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateUserSettingsCommandInput
|
|
|
19
19
|
export interface DisassociateUserSettingsCommandOutput
|
|
20
20
|
extends DisassociateUserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateUserSettingsCommand extends $Command<
|
|
24
23
|
DisassociateUserSettingsCommandInput,
|
|
25
24
|
DisassociateUserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateUserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateUserSettingsCommandInput;
|
|
29
28
|
constructor(input: DisassociateUserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBrowserSettingsCommandInput
|
|
|
19
19
|
export interface GetBrowserSettingsCommandOutput
|
|
20
20
|
extends GetBrowserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBrowserSettingsCommand extends $Command<
|
|
24
23
|
GetBrowserSettingsCommandInput,
|
|
25
24
|
GetBrowserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBrowserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBrowserSettingsCommandInput;
|
|
29
28
|
constructor(input: GetBrowserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetIdentityProviderCommandInput
|
|
|
19
19
|
export interface GetIdentityProviderCommandOutput
|
|
20
20
|
extends GetIdentityProviderResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetIdentityProviderCommand extends $Command<
|
|
24
23
|
GetIdentityProviderCommandInput,
|
|
25
24
|
GetIdentityProviderCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetIdentityProviderCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetIdentityProviderCommandInput;
|
|
29
28
|
constructor(input: GetIdentityProviderCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetNetworkSettingsCommandInput
|
|
|
19
19
|
export interface GetNetworkSettingsCommandOutput
|
|
20
20
|
extends GetNetworkSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetNetworkSettingsCommand extends $Command<
|
|
24
23
|
GetNetworkSettingsCommandInput,
|
|
25
24
|
GetNetworkSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetNetworkSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetNetworkSettingsCommandInput;
|
|
29
28
|
constructor(input: GetNetworkSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPortalCommandInput extends GetPortalRequest {}
|
|
|
15
15
|
export interface GetPortalCommandOutput
|
|
16
16
|
extends GetPortalResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPortalCommand extends $Command<
|
|
20
19
|
GetPortalCommandInput,
|
|
21
20
|
GetPortalCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPortalCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPortalCommandInput;
|
|
25
24
|
constructor(input: GetPortalCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPortalServiceProviderMetadataCommandInput
|
|
|
19
19
|
export interface GetPortalServiceProviderMetadataCommandOutput
|
|
20
20
|
extends GetPortalServiceProviderMetadataResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPortalServiceProviderMetadataCommand extends $Command<
|
|
24
23
|
GetPortalServiceProviderMetadataCommandInput,
|
|
25
24
|
GetPortalServiceProviderMetadataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPortalServiceProviderMetadataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPortalServiceProviderMetadataCommandInput;
|
|
29
28
|
constructor(input: GetPortalServiceProviderMetadataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetTrustStoreCertificateCommandInput
|
|
|
19
19
|
export interface GetTrustStoreCertificateCommandOutput
|
|
20
20
|
extends GetTrustStoreCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetTrustStoreCertificateCommand extends $Command<
|
|
24
23
|
GetTrustStoreCertificateCommandInput,
|
|
25
24
|
GetTrustStoreCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetTrustStoreCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetTrustStoreCertificateCommandInput;
|
|
29
28
|
constructor(input: GetTrustStoreCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetTrustStoreCommandInput extends GetTrustStoreRequest {}
|
|
|
18
18
|
export interface GetTrustStoreCommandOutput
|
|
19
19
|
extends GetTrustStoreResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetTrustStoreCommand extends $Command<
|
|
23
22
|
GetTrustStoreCommandInput,
|
|
24
23
|
GetTrustStoreCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetTrustStoreCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetTrustStoreCommandInput;
|
|
28
27
|
constructor(input: GetTrustStoreCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetUserSettingsCommandInput extends GetUserSettingsRequest {}
|
|
|
18
18
|
export interface GetUserSettingsCommandOutput
|
|
19
19
|
extends GetUserSettingsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetUserSettingsCommand extends $Command<
|
|
23
22
|
GetUserSettingsCommandInput,
|
|
24
23
|
GetUserSettingsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetUserSettingsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetUserSettingsCommandInput;
|
|
28
27
|
constructor(input: GetUserSettingsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListBrowserSettingsCommandInput
|
|
|
19
19
|
export interface ListBrowserSettingsCommandOutput
|
|
20
20
|
extends ListBrowserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListBrowserSettingsCommand extends $Command<
|
|
24
23
|
ListBrowserSettingsCommandInput,
|
|
25
24
|
ListBrowserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListBrowserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListBrowserSettingsCommandInput;
|
|
29
28
|
constructor(input: ListBrowserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListIdentityProvidersCommandInput
|
|
|
19
19
|
export interface ListIdentityProvidersCommandOutput
|
|
20
20
|
extends ListIdentityProvidersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListIdentityProvidersCommand extends $Command<
|
|
24
23
|
ListIdentityProvidersCommandInput,
|
|
25
24
|
ListIdentityProvidersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListIdentityProvidersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListIdentityProvidersCommandInput;
|
|
29
28
|
constructor(input: ListIdentityProvidersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListNetworkSettingsCommandInput
|
|
|
19
19
|
export interface ListNetworkSettingsCommandOutput
|
|
20
20
|
extends ListNetworkSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListNetworkSettingsCommand extends $Command<
|
|
24
23
|
ListNetworkSettingsCommandInput,
|
|
25
24
|
ListNetworkSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListNetworkSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListNetworkSettingsCommandInput;
|
|
29
28
|
constructor(input: ListNetworkSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListPortalsCommandInput extends ListPortalsRequest {}
|
|
|
15
15
|
export interface ListPortalsCommandOutput
|
|
16
16
|
extends ListPortalsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPortalsCommand extends $Command<
|
|
20
19
|
ListPortalsCommandInput,
|
|
21
20
|
ListPortalsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPortalsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPortalsCommandInput;
|
|
25
24
|
constructor(input: ListPortalsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTrustStoreCertificatesCommandInput
|
|
|
19
19
|
export interface ListTrustStoreCertificatesCommandOutput
|
|
20
20
|
extends ListTrustStoreCertificatesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTrustStoreCertificatesCommand extends $Command<
|
|
24
23
|
ListTrustStoreCertificatesCommandInput,
|
|
25
24
|
ListTrustStoreCertificatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTrustStoreCertificatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTrustStoreCertificatesCommandInput;
|
|
29
28
|
constructor(input: ListTrustStoreCertificatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListTrustStoresCommandInput extends ListTrustStoresRequest {}
|
|
|
18
18
|
export interface ListTrustStoresCommandOutput
|
|
19
19
|
extends ListTrustStoresResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListTrustStoresCommand extends $Command<
|
|
23
22
|
ListTrustStoresCommandInput,
|
|
24
23
|
ListTrustStoresCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListTrustStoresCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListTrustStoresCommandInput;
|
|
28
27
|
constructor(input: ListTrustStoresCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListUserSettingsCommandInput extends ListUserSettingsRequest {}
|
|
|
18
18
|
export interface ListUserSettingsCommandOutput
|
|
19
19
|
extends ListUserSettingsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListUserSettingsCommand extends $Command<
|
|
23
22
|
ListUserSettingsCommandInput,
|
|
24
23
|
ListUserSettingsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListUserSettingsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListUserSettingsCommandInput;
|
|
28
27
|
constructor(input: ListUserSettingsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateBrowserSettingsCommandInput
|
|
|
19
19
|
export interface UpdateBrowserSettingsCommandOutput
|
|
20
20
|
extends UpdateBrowserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateBrowserSettingsCommand extends $Command<
|
|
24
23
|
UpdateBrowserSettingsCommandInput,
|
|
25
24
|
UpdateBrowserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateBrowserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateBrowserSettingsCommandInput;
|
|
29
28
|
constructor(input: UpdateBrowserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateIdentityProviderCommandInput
|
|
|
19
19
|
export interface UpdateIdentityProviderCommandOutput
|
|
20
20
|
extends UpdateIdentityProviderResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateIdentityProviderCommand extends $Command<
|
|
24
23
|
UpdateIdentityProviderCommandInput,
|
|
25
24
|
UpdateIdentityProviderCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateIdentityProviderCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateIdentityProviderCommandInput;
|
|
29
28
|
constructor(input: UpdateIdentityProviderCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateNetworkSettingsCommandInput
|
|
|
19
19
|
export interface UpdateNetworkSettingsCommandOutput
|
|
20
20
|
extends UpdateNetworkSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateNetworkSettingsCommand extends $Command<
|
|
24
23
|
UpdateNetworkSettingsCommandInput,
|
|
25
24
|
UpdateNetworkSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateNetworkSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateNetworkSettingsCommandInput;
|
|
29
28
|
constructor(input: UpdateNetworkSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdatePortalCommandInput extends UpdatePortalRequest {}
|
|
|
15
15
|
export interface UpdatePortalCommandOutput
|
|
16
16
|
extends UpdatePortalResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdatePortalCommand extends $Command<
|
|
20
19
|
UpdatePortalCommandInput,
|
|
21
20
|
UpdatePortalCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdatePortalCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdatePortalCommandInput;
|
|
25
24
|
constructor(input: UpdatePortalCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateTrustStoreCommandInput extends UpdateTrustStoreRequest {}
|
|
|
18
18
|
export interface UpdateTrustStoreCommandOutput
|
|
19
19
|
extends UpdateTrustStoreResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateTrustStoreCommand extends $Command<
|
|
23
22
|
UpdateTrustStoreCommandInput,
|
|
24
23
|
UpdateTrustStoreCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateTrustStoreCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateTrustStoreCommandInput;
|
|
28
27
|
constructor(input: UpdateTrustStoreCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateUserSettingsCommandInput
|
|
|
19
19
|
export interface UpdateUserSettingsCommandOutput
|
|
20
20
|
extends UpdateUserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateUserSettingsCommand extends $Command<
|
|
24
23
|
UpdateUserSettingsCommandInput,
|
|
25
24
|
UpdateUserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateUserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateUserSettingsCommandInput;
|
|
29
28
|
constructor(input: UpdateUserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class WorkSpacesWebServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|