@aws-sdk/client-workspaces-web 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +796 -225
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +394 -117
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +44 -44
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1121 -1013
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListUserSettingsRequest,
|
|
10
|
+
ListUserSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface ListUserSettingsCommandInput extends ListUserSettingsRequest {}
|
|
18
|
+
export interface ListUserSettingsCommandOutput
|
|
19
|
+
extends ListUserSettingsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListUserSettingsCommand extends $Command<
|
|
23
|
+
ListUserSettingsCommandInput,
|
|
24
|
+
ListUserSettingsCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListUserSettingsCommandInput;
|
|
28
|
+
constructor(input: ListUserSettingsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListUserSettingsCommandInput, ListUserSettingsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkSpacesWebClientResolvedConfig,
|
|
13
|
+
} from "../WorkSpacesWebClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
WorkSpacesWebClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateBrowserSettingsRequest,
|
|
10
|
+
UpdateBrowserSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface UpdateBrowserSettingsCommandInput
|
|
18
|
+
extends UpdateBrowserSettingsRequest {}
|
|
19
|
+
export interface UpdateBrowserSettingsCommandOutput
|
|
20
|
+
extends UpdateBrowserSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateBrowserSettingsCommand extends $Command<
|
|
24
|
+
UpdateBrowserSettingsCommandInput,
|
|
25
|
+
UpdateBrowserSettingsCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateBrowserSettingsCommandInput;
|
|
29
|
+
constructor(input: UpdateBrowserSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateBrowserSettingsCommandInput,
|
|
37
|
+
UpdateBrowserSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateIdentityProviderRequest,
|
|
10
|
+
UpdateIdentityProviderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface UpdateIdentityProviderCommandInput
|
|
18
|
+
extends UpdateIdentityProviderRequest {}
|
|
19
|
+
export interface UpdateIdentityProviderCommandOutput
|
|
20
|
+
extends UpdateIdentityProviderResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateIdentityProviderCommand extends $Command<
|
|
24
|
+
UpdateIdentityProviderCommandInput,
|
|
25
|
+
UpdateIdentityProviderCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateIdentityProviderCommandInput;
|
|
29
|
+
constructor(input: UpdateIdentityProviderCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateIdentityProviderCommandInput,
|
|
37
|
+
UpdateIdentityProviderCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateNetworkSettingsRequest,
|
|
10
|
+
UpdateNetworkSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface UpdateNetworkSettingsCommandInput
|
|
18
|
+
extends UpdateNetworkSettingsRequest {}
|
|
19
|
+
export interface UpdateNetworkSettingsCommandOutput
|
|
20
|
+
extends UpdateNetworkSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateNetworkSettingsCommand extends $Command<
|
|
24
|
+
UpdateNetworkSettingsCommandInput,
|
|
25
|
+
UpdateNetworkSettingsCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateNetworkSettingsCommandInput;
|
|
29
|
+
constructor(input: UpdateNetworkSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateNetworkSettingsCommandInput,
|
|
37
|
+
UpdateNetworkSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkSpacesWebClientResolvedConfig,
|
|
13
|
+
} from "../WorkSpacesWebClient";
|
|
14
|
+
export interface UpdatePortalCommandInput extends UpdatePortalRequest {}
|
|
15
|
+
export interface UpdatePortalCommandOutput
|
|
16
|
+
extends UpdatePortalResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdatePortalCommand extends $Command<
|
|
20
|
+
UpdatePortalCommandInput,
|
|
21
|
+
UpdatePortalCommandOutput,
|
|
22
|
+
WorkSpacesWebClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdatePortalCommandInput;
|
|
25
|
+
constructor(input: UpdatePortalCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdatePortalCommandInput, UpdatePortalCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateTrustStoreRequest,
|
|
10
|
+
UpdateTrustStoreResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface UpdateTrustStoreCommandInput extends UpdateTrustStoreRequest {}
|
|
18
|
+
export interface UpdateTrustStoreCommandOutput
|
|
19
|
+
extends UpdateTrustStoreResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateTrustStoreCommand extends $Command<
|
|
23
|
+
UpdateTrustStoreCommandInput,
|
|
24
|
+
UpdateTrustStoreCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateTrustStoreCommandInput;
|
|
28
|
+
constructor(input: UpdateTrustStoreCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateUserSettingsRequest,
|
|
10
|
+
UpdateUserSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface UpdateUserSettingsCommandInput
|
|
18
|
+
extends UpdateUserSettingsRequest {}
|
|
19
|
+
export interface UpdateUserSettingsCommandOutput
|
|
20
|
+
extends UpdateUserSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateUserSettingsCommand extends $Command<
|
|
24
|
+
UpdateUserSettingsCommandInput,
|
|
25
|
+
UpdateUserSettingsCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateUserSettingsCommandInput;
|
|
29
|
+
constructor(input: UpdateUserSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
export * from "./AssociateBrowserSettingsCommand";
|
|
2
|
-
export * from "./AssociateNetworkSettingsCommand";
|
|
3
|
-
export * from "./AssociateTrustStoreCommand";
|
|
4
|
-
export * from "./AssociateUserSettingsCommand";
|
|
5
|
-
export * from "./CreateBrowserSettingsCommand";
|
|
6
|
-
export * from "./CreateIdentityProviderCommand";
|
|
7
|
-
export * from "./CreateNetworkSettingsCommand";
|
|
8
|
-
export * from "./CreatePortalCommand";
|
|
9
|
-
export * from "./CreateTrustStoreCommand";
|
|
10
|
-
export * from "./CreateUserSettingsCommand";
|
|
11
|
-
export * from "./DeleteBrowserSettingsCommand";
|
|
12
|
-
export * from "./DeleteIdentityProviderCommand";
|
|
13
|
-
export * from "./DeleteNetworkSettingsCommand";
|
|
14
|
-
export * from "./DeletePortalCommand";
|
|
15
|
-
export * from "./DeleteTrustStoreCommand";
|
|
16
|
-
export * from "./DeleteUserSettingsCommand";
|
|
17
|
-
export * from "./DisassociateBrowserSettingsCommand";
|
|
18
|
-
export * from "./DisassociateNetworkSettingsCommand";
|
|
19
|
-
export * from "./DisassociateTrustStoreCommand";
|
|
20
|
-
export * from "./DisassociateUserSettingsCommand";
|
|
21
|
-
export * from "./GetBrowserSettingsCommand";
|
|
22
|
-
export * from "./GetIdentityProviderCommand";
|
|
23
|
-
export * from "./GetNetworkSettingsCommand";
|
|
24
|
-
export * from "./GetPortalCommand";
|
|
25
|
-
export * from "./GetPortalServiceProviderMetadataCommand";
|
|
26
|
-
export * from "./GetTrustStoreCertificateCommand";
|
|
27
|
-
export * from "./GetTrustStoreCommand";
|
|
28
|
-
export * from "./GetUserSettingsCommand";
|
|
29
|
-
export * from "./ListBrowserSettingsCommand";
|
|
30
|
-
export * from "./ListIdentityProvidersCommand";
|
|
31
|
-
export * from "./ListNetworkSettingsCommand";
|
|
32
|
-
export * from "./ListPortalsCommand";
|
|
33
|
-
export * from "./ListTagsForResourceCommand";
|
|
34
|
-
export * from "./ListTrustStoreCertificatesCommand";
|
|
35
|
-
export * from "./ListTrustStoresCommand";
|
|
36
|
-
export * from "./ListUserSettingsCommand";
|
|
37
|
-
export * from "./TagResourceCommand";
|
|
38
|
-
export * from "./UntagResourceCommand";
|
|
39
|
-
export * from "./UpdateBrowserSettingsCommand";
|
|
40
|
-
export * from "./UpdateIdentityProviderCommand";
|
|
41
|
-
export * from "./UpdateNetworkSettingsCommand";
|
|
42
|
-
export * from "./UpdatePortalCommand";
|
|
43
|
-
export * from "./UpdateTrustStoreCommand";
|
|
44
|
-
export * from "./UpdateUserSettingsCommand";
|
|
1
|
+
export * from "./AssociateBrowserSettingsCommand";
|
|
2
|
+
export * from "./AssociateNetworkSettingsCommand";
|
|
3
|
+
export * from "./AssociateTrustStoreCommand";
|
|
4
|
+
export * from "./AssociateUserSettingsCommand";
|
|
5
|
+
export * from "./CreateBrowserSettingsCommand";
|
|
6
|
+
export * from "./CreateIdentityProviderCommand";
|
|
7
|
+
export * from "./CreateNetworkSettingsCommand";
|
|
8
|
+
export * from "./CreatePortalCommand";
|
|
9
|
+
export * from "./CreateTrustStoreCommand";
|
|
10
|
+
export * from "./CreateUserSettingsCommand";
|
|
11
|
+
export * from "./DeleteBrowserSettingsCommand";
|
|
12
|
+
export * from "./DeleteIdentityProviderCommand";
|
|
13
|
+
export * from "./DeleteNetworkSettingsCommand";
|
|
14
|
+
export * from "./DeletePortalCommand";
|
|
15
|
+
export * from "./DeleteTrustStoreCommand";
|
|
16
|
+
export * from "./DeleteUserSettingsCommand";
|
|
17
|
+
export * from "./DisassociateBrowserSettingsCommand";
|
|
18
|
+
export * from "./DisassociateNetworkSettingsCommand";
|
|
19
|
+
export * from "./DisassociateTrustStoreCommand";
|
|
20
|
+
export * from "./DisassociateUserSettingsCommand";
|
|
21
|
+
export * from "./GetBrowserSettingsCommand";
|
|
22
|
+
export * from "./GetIdentityProviderCommand";
|
|
23
|
+
export * from "./GetNetworkSettingsCommand";
|
|
24
|
+
export * from "./GetPortalCommand";
|
|
25
|
+
export * from "./GetPortalServiceProviderMetadataCommand";
|
|
26
|
+
export * from "./GetTrustStoreCertificateCommand";
|
|
27
|
+
export * from "./GetTrustStoreCommand";
|
|
28
|
+
export * from "./GetUserSettingsCommand";
|
|
29
|
+
export * from "./ListBrowserSettingsCommand";
|
|
30
|
+
export * from "./ListIdentityProvidersCommand";
|
|
31
|
+
export * from "./ListNetworkSettingsCommand";
|
|
32
|
+
export * from "./ListPortalsCommand";
|
|
33
|
+
export * from "./ListTagsForResourceCommand";
|
|
34
|
+
export * from "./ListTrustStoreCertificatesCommand";
|
|
35
|
+
export * from "./ListTrustStoresCommand";
|
|
36
|
+
export * from "./ListUserSettingsCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateBrowserSettingsCommand";
|
|
40
|
+
export * from "./UpdateIdentityProviderCommand";
|
|
41
|
+
export * from "./UpdateNetworkSettingsCommand";
|
|
42
|
+
export * from "./UpdatePortalCommand";
|
|
43
|
+
export * from "./UpdateTrustStoreCommand";
|
|
44
|
+
export * from "./UpdateUserSettingsCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./WorkSpacesWeb";
|
|
2
|
-
export * from "./WorkSpacesWebClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
|
|
1
|
+
export * from "./WorkSpacesWeb";
|
|
2
|
+
export * from "./WorkSpacesWebClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class WorkSpacesWebServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|