@aws-sdk/client-workspaces-web 3.168.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 +16 -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,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
|
+
GetPortalServiceProviderMetadataRequest,
|
|
10
|
+
GetPortalServiceProviderMetadataResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface GetPortalServiceProviderMetadataCommandInput
|
|
18
|
+
extends GetPortalServiceProviderMetadataRequest {}
|
|
19
|
+
export interface GetPortalServiceProviderMetadataCommandOutput
|
|
20
|
+
extends GetPortalServiceProviderMetadataResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPortalServiceProviderMetadataCommand extends $Command<
|
|
24
|
+
GetPortalServiceProviderMetadataCommandInput,
|
|
25
|
+
GetPortalServiceProviderMetadataCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPortalServiceProviderMetadataCommandInput;
|
|
29
|
+
constructor(input: GetPortalServiceProviderMetadataCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetPortalServiceProviderMetadataCommandInput,
|
|
37
|
+
GetPortalServiceProviderMetadataCommandOutput
|
|
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
|
+
GetTrustStoreCertificateRequest,
|
|
10
|
+
GetTrustStoreCertificateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface GetTrustStoreCertificateCommandInput
|
|
18
|
+
extends GetTrustStoreCertificateRequest {}
|
|
19
|
+
export interface GetTrustStoreCertificateCommandOutput
|
|
20
|
+
extends GetTrustStoreCertificateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTrustStoreCertificateCommand extends $Command<
|
|
24
|
+
GetTrustStoreCertificateCommandInput,
|
|
25
|
+
GetTrustStoreCertificateCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTrustStoreCertificateCommandInput;
|
|
29
|
+
constructor(input: GetTrustStoreCertificateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetTrustStoreCertificateCommandInput,
|
|
37
|
+
GetTrustStoreCertificateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetTrustStoreRequest,
|
|
10
|
+
GetTrustStoreResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface GetTrustStoreCommandInput extends GetTrustStoreRequest {}
|
|
18
|
+
export interface GetTrustStoreCommandOutput
|
|
19
|
+
extends GetTrustStoreResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetTrustStoreCommand extends $Command<
|
|
23
|
+
GetTrustStoreCommandInput,
|
|
24
|
+
GetTrustStoreCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetTrustStoreCommandInput;
|
|
28
|
+
constructor(input: GetTrustStoreCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetTrustStoreCommandInput, GetTrustStoreCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
GetUserSettingsRequest,
|
|
10
|
+
GetUserSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface GetUserSettingsCommandInput extends GetUserSettingsRequest {}
|
|
18
|
+
export interface GetUserSettingsCommandOutput
|
|
19
|
+
extends GetUserSettingsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetUserSettingsCommand extends $Command<
|
|
23
|
+
GetUserSettingsCommandInput,
|
|
24
|
+
GetUserSettingsCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetUserSettingsCommandInput;
|
|
28
|
+
constructor(input: GetUserSettingsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetUserSettingsCommandInput, GetUserSettingsCommandOutput>;
|
|
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
|
+
ListBrowserSettingsRequest,
|
|
10
|
+
ListBrowserSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface ListBrowserSettingsCommandInput
|
|
18
|
+
extends ListBrowserSettingsRequest {}
|
|
19
|
+
export interface ListBrowserSettingsCommandOutput
|
|
20
|
+
extends ListBrowserSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListBrowserSettingsCommand extends $Command<
|
|
24
|
+
ListBrowserSettingsCommandInput,
|
|
25
|
+
ListBrowserSettingsCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListBrowserSettingsCommandInput;
|
|
29
|
+
constructor(input: ListBrowserSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListIdentityProvidersRequest,
|
|
10
|
+
ListIdentityProvidersResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface ListIdentityProvidersCommandInput
|
|
18
|
+
extends ListIdentityProvidersRequest {}
|
|
19
|
+
export interface ListIdentityProvidersCommandOutput
|
|
20
|
+
extends ListIdentityProvidersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListIdentityProvidersCommand extends $Command<
|
|
24
|
+
ListIdentityProvidersCommandInput,
|
|
25
|
+
ListIdentityProvidersCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListIdentityProvidersCommandInput;
|
|
29
|
+
constructor(input: ListIdentityProvidersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListIdentityProvidersCommandInput,
|
|
37
|
+
ListIdentityProvidersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListNetworkSettingsRequest,
|
|
10
|
+
ListNetworkSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface ListNetworkSettingsCommandInput
|
|
18
|
+
extends ListNetworkSettingsRequest {}
|
|
19
|
+
export interface ListNetworkSettingsCommandOutput
|
|
20
|
+
extends ListNetworkSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListNetworkSettingsCommand extends $Command<
|
|
24
|
+
ListNetworkSettingsCommandInput,
|
|
25
|
+
ListNetworkSettingsCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListNetworkSettingsCommandInput;
|
|
29
|
+
constructor(input: ListNetworkSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkSpacesWebClientResolvedConfig,
|
|
13
|
+
} from "../WorkSpacesWebClient";
|
|
14
|
+
export interface ListPortalsCommandInput extends ListPortalsRequest {}
|
|
15
|
+
export interface ListPortalsCommandOutput
|
|
16
|
+
extends ListPortalsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListPortalsCommand extends $Command<
|
|
20
|
+
ListPortalsCommandInput,
|
|
21
|
+
ListPortalsCommandOutput,
|
|
22
|
+
WorkSpacesWebClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListPortalsCommandInput;
|
|
25
|
+
constructor(input: ListPortalsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListPortalsCommandInput, ListPortalsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListTrustStoreCertificatesRequest,
|
|
10
|
+
ListTrustStoreCertificatesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface ListTrustStoreCertificatesCommandInput
|
|
18
|
+
extends ListTrustStoreCertificatesRequest {}
|
|
19
|
+
export interface ListTrustStoreCertificatesCommandOutput
|
|
20
|
+
extends ListTrustStoreCertificatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTrustStoreCertificatesCommand extends $Command<
|
|
24
|
+
ListTrustStoreCertificatesCommandInput,
|
|
25
|
+
ListTrustStoreCertificatesCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTrustStoreCertificatesCommandInput;
|
|
29
|
+
constructor(input: ListTrustStoreCertificatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTrustStoreCertificatesCommandInput,
|
|
37
|
+
ListTrustStoreCertificatesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListTrustStoresRequest,
|
|
10
|
+
ListTrustStoresResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface ListTrustStoresCommandInput extends ListTrustStoresRequest {}
|
|
18
|
+
export interface ListTrustStoresCommandOutput
|
|
19
|
+
extends ListTrustStoresResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListTrustStoresCommand extends $Command<
|
|
23
|
+
ListTrustStoresCommandInput,
|
|
24
|
+
ListTrustStoresCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTrustStoresCommandInput;
|
|
28
|
+
constructor(input: ListTrustStoresCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListTrustStoresCommandInput, ListTrustStoresCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|