@aws-sdk/client-workspaces-web 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +231 -901
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/AssociateTrustStoreCommand.js +2 -14
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateUserSettingsCommand.js +2 -14
- package/dist-es/commands/CreateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/CreateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/CreateIdentityProviderCommand.js +2 -14
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/CreateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/CreatePortalCommand.js +2 -14
- package/dist-es/commands/CreateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -14
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/CreateUserSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/DeletePortalCommand.js +2 -14
- package/dist-es/commands/DeleteSessionLoggerCommand.js +2 -14
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -14
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteUserSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/DisassociateTrustStoreCommand.js +2 -14
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateUserSettingsCommand.js +2 -14
- package/dist-es/commands/ExpireSessionCommand.js +2 -14
- package/dist-es/commands/GetBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/GetDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/GetIdentityProviderCommand.js +2 -14
- package/dist-es/commands/GetIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/GetNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/GetPortalCommand.js +2 -14
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +2 -14
- package/dist-es/commands/GetSessionCommand.js +2 -14
- package/dist-es/commands/GetSessionLoggerCommand.js +2 -14
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +2 -14
- package/dist-es/commands/GetTrustStoreCommand.js +2 -14
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/GetUserSettingsCommand.js +2 -14
- package/dist-es/commands/ListBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/ListDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/ListIdentityProvidersCommand.js +2 -14
- package/dist-es/commands/ListIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/ListNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/ListPortalsCommand.js +2 -14
- package/dist-es/commands/ListSessionLoggersCommand.js +2 -14
- package/dist-es/commands/ListSessionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +2 -14
- package/dist-es/commands/ListTrustStoresCommand.js +2 -14
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/ListUserSettingsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateIdentityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/UpdatePortalCommand.js +2 -14
- package/dist-es/commands/UpdateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/UpdateTrustStoreCommand.js +2 -14
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateUserSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreatePortalCommand.d.ts +3 -8
- package/dist-types/commands/CreateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeletePortalCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ExpireSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetPortalCommand.d.ts +3 -8
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListPortalsCommand.d.ts +3 -8
- package/dist-types/commands/ListSessionLoggersCommand.d.ts +3 -8
- package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrustStoresCommand.d.ts +3 -8
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePortalCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSessionLoggersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListNetworkSettingsRequest,
|
|
5
4
|
ListNetworkSettingsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListNetworkSettingsCommandInput
|
|
15
8
|
extends ListNetworkSettingsRequest {}
|
|
16
9
|
export interface ListNetworkSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListNetworkSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListNetworkSettingsCommandInput,
|
|
24
17
|
ListNetworkSettingsCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListNetworkSettingsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListNetworkSettingsCommandInput,
|
|
33
26
|
ListNetworkSettingsCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListNetworkSettingsCommand extends ListNetworkSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WorkSpacesWebClientResolvedConfig,
|
|
8
|
-
} from "../WorkSpacesWebClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListPortalsCommandInput extends ListPortalsRequest {}
|
|
12
5
|
export interface ListPortalsCommandOutput
|
|
13
6
|
extends ListPortalsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListPortalsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListPortalsCommandInput,
|
|
20
13
|
ListPortalsCommandOutput,
|
|
21
|
-
WorkSpacesWebClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListPortalsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListPortalsCommandInput,
|
|
29
22
|
ListPortalsCommandOutput,
|
|
30
|
-
WorkSpacesWebClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListPortalsCommand extends ListPortalsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListSessionLoggersRequest,
|
|
5
4
|
ListSessionLoggersResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListSessionLoggersCommandInput
|
|
15
8
|
extends ListSessionLoggersRequest {}
|
|
16
9
|
export interface ListSessionLoggersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListSessionLoggersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListSessionLoggersCommandInput,
|
|
24
17
|
ListSessionLoggersCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListSessionLoggersCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListSessionLoggersCommandInput,
|
|
33
26
|
ListSessionLoggersCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListSessionLoggersCommand extends ListSessionLoggersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WorkSpacesWebClientResolvedConfig,
|
|
8
|
-
} from "../WorkSpacesWebClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListSessionsCommandInput extends ListSessionsRequest {}
|
|
12
5
|
export interface ListSessionsCommandOutput
|
|
13
6
|
extends ListSessionsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListSessionsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListSessionsCommandInput,
|
|
20
13
|
ListSessionsCommandOutput,
|
|
21
|
-
WorkSpacesWebClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListSessionsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListSessionsCommandInput,
|
|
29
22
|
ListSessionsCommandOutput,
|
|
30
|
-
WorkSpacesWebClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListSessionsCommand extends ListSessionsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTagsForResourceRequest,
|
|
5
4
|
ListTagsForResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTrustStoreCertificatesRequest,
|
|
5
4
|
ListTrustStoreCertificatesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTrustStoreCertificatesCommandInput
|
|
15
8
|
extends ListTrustStoreCertificatesRequest {}
|
|
16
9
|
export interface ListTrustStoreCertificatesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTrustStoreCertificatesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTrustStoreCertificatesCommandInput,
|
|
24
17
|
ListTrustStoreCertificatesCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTrustStoreCertificatesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTrustStoreCertificatesCommandInput,
|
|
33
26
|
ListTrustStoreCertificatesCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTrustStoreCertificatesCommand extends ListTrustStoreCertificatesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTrustStoresRequest,
|
|
5
4
|
ListTrustStoresResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTrustStoresCommandInput extends ListTrustStoresRequest {}
|
|
15
8
|
export interface ListTrustStoresCommandOutput
|
|
16
9
|
extends ListTrustStoresResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListTrustStoresCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListTrustStoresCommandInput,
|
|
23
16
|
ListTrustStoresCommandOutput,
|
|
24
|
-
WorkSpacesWebClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListTrustStoresCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListTrustStoresCommandInput,
|
|
32
25
|
ListTrustStoresCommandOutput,
|
|
33
|
-
WorkSpacesWebClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListTrustStoresCommand extends ListTrustStoresCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListUserAccessLoggingSettingsRequest,
|
|
5
4
|
ListUserAccessLoggingSettingsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListUserAccessLoggingSettingsCommandInput
|
|
15
8
|
extends ListUserAccessLoggingSettingsRequest {}
|
|
16
9
|
export interface ListUserAccessLoggingSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListUserAccessLoggingSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListUserAccessLoggingSettingsCommandInput,
|
|
24
17
|
ListUserAccessLoggingSettingsCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListUserAccessLoggingSettingsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListUserAccessLoggingSettingsCommandInput,
|
|
33
26
|
ListUserAccessLoggingSettingsCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListUserAccessLoggingSettingsCommand extends ListUserAccessLoggingSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListUserSettingsRequest,
|
|
5
4
|
ListUserSettingsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListUserSettingsCommandInput extends ListUserSettingsRequest {}
|
|
15
8
|
export interface ListUserSettingsCommandOutput
|
|
16
9
|
extends ListUserSettingsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListUserSettingsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListUserSettingsCommandInput,
|
|
23
16
|
ListUserSettingsCommandOutput,
|
|
24
|
-
WorkSpacesWebClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListUserSettingsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListUserSettingsCommandInput,
|
|
32
25
|
ListUserSettingsCommandOutput,
|
|
33
|
-
WorkSpacesWebClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListUserSettingsCommand extends ListUserSettingsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
WorkSpacesWebClientResolvedConfig,
|
|
8
|
-
} from "../WorkSpacesWebClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
WorkSpacesWebClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
WorkSpacesWebClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UntagResourceRequest,
|
|
5
4
|
UntagResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
WorkSpacesWebClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
WorkSpacesWebClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateBrowserSettingsRequest,
|
|
5
4
|
UpdateBrowserSettingsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateBrowserSettingsCommandInput
|
|
15
8
|
extends UpdateBrowserSettingsRequest {}
|
|
16
9
|
export interface UpdateBrowserSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateBrowserSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateBrowserSettingsCommandInput,
|
|
24
17
|
UpdateBrowserSettingsCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateBrowserSettingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateBrowserSettingsCommandInput,
|
|
33
26
|
UpdateBrowserSettingsCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateDataProtectionSettingsRequest,
|
|
5
4
|
UpdateDataProtectionSettingsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateDataProtectionSettingsCommandInput
|
|
15
8
|
extends UpdateDataProtectionSettingsRequest {}
|
|
16
9
|
export interface UpdateDataProtectionSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateDataProtectionSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateDataProtectionSettingsCommandInput,
|
|
24
17
|
UpdateDataProtectionSettingsCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateDataProtectionSettingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateDataProtectionSettingsCommandInput,
|
|
33
26
|
UpdateDataProtectionSettingsCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateDataProtectionSettingsCommand extends UpdateDataProtectionSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateIdentityProviderRequest,
|
|
5
4
|
UpdateIdentityProviderResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
WorkSpacesWebClientResolvedConfig,
|
|
11
|
-
} from "../WorkSpacesWebClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateIdentityProviderCommandInput
|
|
15
8
|
extends UpdateIdentityProviderRequest {}
|
|
16
9
|
export interface UpdateIdentityProviderCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateIdentityProviderCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateIdentityProviderCommandInput,
|
|
24
17
|
UpdateIdentityProviderCommandOutput,
|
|
25
|
-
WorkSpacesWebClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateIdentityProviderCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateIdentityProviderCommandInput,
|
|
33
26
|
UpdateIdentityProviderCommandOutput,
|
|
34
|
-
WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").WorkSpacesWebClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
|
|
43
34
|
protected static __types: {
|