@aws-sdk/client-workspaces-web 3.169.0 → 3.171.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.
Files changed (68) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +752 -225
  3. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +369 -117
  4. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +830 -1013
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  68. package/package.json +34 -34
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface DeletePortalCommandInput extends DeletePortalRequest {
6
- }
7
- export interface DeletePortalCommandOutput extends DeletePortalResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: DeletePortalCommandInput;
12
- constructor(input: DeletePortalCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePortalCommandInput, DeletePortalCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkSpacesWebClientResolvedConfig,
13
+ } from "../WorkSpacesWebClient";
14
+ export interface DeletePortalCommandInput extends DeletePortalRequest {}
15
+ export interface DeletePortalCommandOutput
16
+ extends DeletePortalResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeletePortalCommand extends $Command<
19
+ DeletePortalCommandInput,
20
+ DeletePortalCommandOutput,
21
+ WorkSpacesWebClientResolvedConfig
22
+ > {
23
+ readonly input: DeletePortalCommandInput;
24
+ constructor(input: DeletePortalCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkSpacesWebClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeletePortalCommandInput, DeletePortalCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteTrustStoreRequest, DeleteTrustStoreResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreRequest {
6
- }
7
- export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTrustStoreCommand extends $Command<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: DeleteTrustStoreCommandInput;
12
- constructor(input: DeleteTrustStoreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DeleteTrustStoreRequest,
10
+ DeleteTrustStoreResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreRequest {}
18
+ export interface DeleteTrustStoreCommandOutput
19
+ extends DeleteTrustStoreResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteTrustStoreCommand extends $Command<
22
+ DeleteTrustStoreCommandInput,
23
+ DeleteTrustStoreCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteTrustStoreCommandInput;
27
+ constructor(input: DeleteTrustStoreCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WorkSpacesWebClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteUserSettingsRequest, DeleteUserSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface DeleteUserSettingsCommandInput extends DeleteUserSettingsRequest {
6
- }
7
- export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteUserSettingsCommand extends $Command<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: DeleteUserSettingsCommandInput;
12
- constructor(input: DeleteUserSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DeleteUserSettingsRequest,
10
+ DeleteUserSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface DeleteUserSettingsCommandInput
18
+ extends DeleteUserSettingsRequest {}
19
+ export interface DeleteUserSettingsCommandOutput
20
+ extends DeleteUserSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteUserSettingsCommand extends $Command<
23
+ DeleteUserSettingsCommandInput,
24
+ DeleteUserSettingsCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteUserSettingsCommandInput;
28
+ constructor(input: DeleteUserSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateBrowserSettingsRequest, DisassociateBrowserSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface DisassociateBrowserSettingsCommandInput extends DisassociateBrowserSettingsRequest {
6
- }
7
- export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBrowserSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateBrowserSettingsCommand extends $Command<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: DisassociateBrowserSettingsCommandInput;
12
- constructor(input: DisassociateBrowserSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DisassociateBrowserSettingsRequest,
10
+ DisassociateBrowserSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface DisassociateBrowserSettingsCommandInput
18
+ extends DisassociateBrowserSettingsRequest {}
19
+ export interface DisassociateBrowserSettingsCommandOutput
20
+ extends DisassociateBrowserSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateBrowserSettingsCommand extends $Command<
23
+ DisassociateBrowserSettingsCommandInput,
24
+ DisassociateBrowserSettingsCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateBrowserSettingsCommandInput;
28
+ constructor(input: DisassociateBrowserSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateBrowserSettingsCommandInput,
35
+ DisassociateBrowserSettingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateNetworkSettingsRequest, DisassociateNetworkSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface DisassociateNetworkSettingsCommandInput extends DisassociateNetworkSettingsRequest {
6
- }
7
- export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNetworkSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateNetworkSettingsCommand extends $Command<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: DisassociateNetworkSettingsCommandInput;
12
- constructor(input: DisassociateNetworkSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DisassociateNetworkSettingsRequest,
10
+ DisassociateNetworkSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface DisassociateNetworkSettingsCommandInput
18
+ extends DisassociateNetworkSettingsRequest {}
19
+ export interface DisassociateNetworkSettingsCommandOutput
20
+ extends DisassociateNetworkSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateNetworkSettingsCommand extends $Command<
23
+ DisassociateNetworkSettingsCommandInput,
24
+ DisassociateNetworkSettingsCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateNetworkSettingsCommandInput;
28
+ constructor(input: DisassociateNetworkSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateNetworkSettingsCommandInput,
35
+ DisassociateNetworkSettingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateTrustStoreRequest, DisassociateTrustStoreResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface DisassociateTrustStoreCommandInput extends DisassociateTrustStoreRequest {
6
- }
7
- export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustStoreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateTrustStoreCommand extends $Command<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: DisassociateTrustStoreCommandInput;
12
- constructor(input: DisassociateTrustStoreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DisassociateTrustStoreRequest,
10
+ DisassociateTrustStoreResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface DisassociateTrustStoreCommandInput
18
+ extends DisassociateTrustStoreRequest {}
19
+ export interface DisassociateTrustStoreCommandOutput
20
+ extends DisassociateTrustStoreResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateTrustStoreCommand extends $Command<
23
+ DisassociateTrustStoreCommandInput,
24
+ DisassociateTrustStoreCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateTrustStoreCommandInput;
28
+ constructor(input: DisassociateTrustStoreCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateTrustStoreCommandInput,
35
+ DisassociateTrustStoreCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateUserSettingsRequest, DisassociateUserSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface DisassociateUserSettingsCommandInput extends DisassociateUserSettingsRequest {
6
- }
7
- export interface DisassociateUserSettingsCommandOutput extends DisassociateUserSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateUserSettingsCommand extends $Command<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: DisassociateUserSettingsCommandInput;
12
- constructor(input: DisassociateUserSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DisassociateUserSettingsRequest,
10
+ DisassociateUserSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface DisassociateUserSettingsCommandInput
18
+ extends DisassociateUserSettingsRequest {}
19
+ export interface DisassociateUserSettingsCommandOutput
20
+ extends DisassociateUserSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateUserSettingsCommand extends $Command<
23
+ DisassociateUserSettingsCommandInput,
24
+ DisassociateUserSettingsCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateUserSettingsCommandInput;
28
+ constructor(input: DisassociateUserSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateUserSettingsCommandInput,
35
+ DisassociateUserSettingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetBrowserSettingsRequest, GetBrowserSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface GetBrowserSettingsCommandInput extends GetBrowserSettingsRequest {
6
- }
7
- export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetBrowserSettingsCommand extends $Command<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: GetBrowserSettingsCommandInput;
12
- constructor(input: GetBrowserSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ GetBrowserSettingsRequest,
10
+ GetBrowserSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface GetBrowserSettingsCommandInput
18
+ extends GetBrowserSettingsRequest {}
19
+ export interface GetBrowserSettingsCommandOutput
20
+ extends GetBrowserSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetBrowserSettingsCommand extends $Command<
23
+ GetBrowserSettingsCommandInput,
24
+ GetBrowserSettingsCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: GetBrowserSettingsCommandInput;
28
+ constructor(input: GetBrowserSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetIdentityProviderRequest, GetIdentityProviderResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface GetIdentityProviderCommandInput extends GetIdentityProviderRequest {
6
- }
7
- export interface GetIdentityProviderCommandOutput extends GetIdentityProviderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIdentityProviderCommand extends $Command<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: GetIdentityProviderCommandInput;
12
- constructor(input: GetIdentityProviderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ GetIdentityProviderRequest,
10
+ GetIdentityProviderResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface GetIdentityProviderCommandInput
18
+ extends GetIdentityProviderRequest {}
19
+ export interface GetIdentityProviderCommandOutput
20
+ extends GetIdentityProviderResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetIdentityProviderCommand extends $Command<
23
+ GetIdentityProviderCommandInput,
24
+ GetIdentityProviderCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: GetIdentityProviderCommandInput;
28
+ constructor(input: GetIdentityProviderCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetNetworkSettingsRequest, GetNetworkSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface GetNetworkSettingsCommandInput extends GetNetworkSettingsRequest {
6
- }
7
- export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetNetworkSettingsCommand extends $Command<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: GetNetworkSettingsCommandInput;
12
- constructor(input: GetNetworkSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ GetNetworkSettingsRequest,
10
+ GetNetworkSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface GetNetworkSettingsCommandInput
18
+ extends GetNetworkSettingsRequest {}
19
+ export interface GetNetworkSettingsCommandOutput
20
+ extends GetNetworkSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetNetworkSettingsCommand extends $Command<
23
+ GetNetworkSettingsCommandInput,
24
+ GetNetworkSettingsCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig
26
+ > {
27
+ readonly input: GetNetworkSettingsCommandInput;
28
+ constructor(input: GetNetworkSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesWebClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetPortalRequest, GetPortalResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface GetPortalCommandInput extends GetPortalRequest {
6
- }
7
- export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPortalCommand extends $Command<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: GetPortalCommandInput;
12
- constructor(input: GetPortalCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPortalCommandInput, GetPortalCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { GetPortalRequest, GetPortalResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkSpacesWebClientResolvedConfig,
13
+ } from "../WorkSpacesWebClient";
14
+ export interface GetPortalCommandInput extends GetPortalRequest {}
15
+ export interface GetPortalCommandOutput
16
+ extends GetPortalResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetPortalCommand extends $Command<
19
+ GetPortalCommandInput,
20
+ GetPortalCommandOutput,
21
+ WorkSpacesWebClientResolvedConfig
22
+ > {
23
+ readonly input: GetPortalCommandInput;
24
+ constructor(input: GetPortalCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkSpacesWebClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetPortalCommandInput, GetPortalCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }