@aws-sdk/client-workspaces-web 3.478.0 → 3.481.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/commands/AssociateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/CreateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreatePortalCommand.js +18 -41
- package/dist-cjs/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/DeleteIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeletePortalCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/GetIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetPortalCommand.js +18 -41
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +18 -41
- package/dist-cjs/commands/ListIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListPortalsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +18 -41
- package/dist-cjs/commands/ListTrustStoresCommand.js +18 -41
- package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/UpdateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdatePortalCommand.js +18 -41
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateTrustStoreCommand.js +18 -41
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateUserSettingsCommand.js +18 -41
- package/dist-es/commands/CreateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/CreateIdentityProviderCommand.js +18 -41
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/CreateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/CreatePortalCommand.js +18 -41
- package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/CreateUserSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteIdentityProviderCommand.js +18 -41
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/DeletePortalCommand.js +18 -41
- package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteUserSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateTrustStoreCommand.js +18 -41
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateUserSettingsCommand.js +18 -41
- package/dist-es/commands/GetBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/GetIdentityProviderCommand.js +18 -41
- package/dist-es/commands/GetIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/GetNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/GetPortalCommand.js +18 -41
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCommand.js +18 -41
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/GetUserSettingsCommand.js +18 -41
- package/dist-es/commands/ListBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/ListIdentityProvidersCommand.js +18 -41
- package/dist-es/commands/ListIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/ListNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/ListPortalsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +18 -41
- package/dist-es/commands/ListTrustStoresCommand.js +18 -41
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/ListUserSettingsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateIdentityProviderCommand.js +18 -41
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/UpdatePortalCommand.js +18 -41
- package/dist-es/commands/UpdateTrustStoreCommand.js +18 -41
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateUserSettingsCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreatePortalCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeletePortalCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetPortalCommand.d.ts +6 -21
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +6 -21
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListPortalsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/ListTrustStoresCommand.d.ts +6 -21
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePortalCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateBrowserSettingsRequest,
|
|
11
5
|
AssociateBrowserSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface AssociateBrowserSettingsCommandInput
|
|
|
21
15
|
export interface AssociateBrowserSettingsCommandOutput
|
|
22
16
|
extends AssociateBrowserSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateBrowserSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateBrowserSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateBrowserSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateBrowserSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateBrowserSettingsCommandInput,
|
|
38
|
-
AssociateBrowserSettingsCommandOutput
|
|
23
|
+
AssociateBrowserSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateIpAccessSettingsRequest,
|
|
11
5
|
AssociateIpAccessSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface AssociateIpAccessSettingsCommandInput
|
|
|
21
15
|
export interface AssociateIpAccessSettingsCommandOutput
|
|
22
16
|
extends AssociateIpAccessSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateIpAccessSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateIpAccessSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateIpAccessSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateIpAccessSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateIpAccessSettingsCommandInput,
|
|
38
|
-
AssociateIpAccessSettingsCommandOutput
|
|
23
|
+
AssociateIpAccessSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateNetworkSettingsRequest,
|
|
11
5
|
AssociateNetworkSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface AssociateNetworkSettingsCommandInput
|
|
|
21
15
|
export interface AssociateNetworkSettingsCommandOutput
|
|
22
16
|
extends AssociateNetworkSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateNetworkSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateNetworkSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateNetworkSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateNetworkSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateNetworkSettingsCommandInput,
|
|
38
|
-
AssociateNetworkSettingsCommandOutput
|
|
23
|
+
AssociateNetworkSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateTrustStoreRequest,
|
|
11
5
|
AssociateTrustStoreResponse,
|
|
@@ -21,19 +15,16 @@ export interface AssociateTrustStoreCommandInput
|
|
|
21
15
|
export interface AssociateTrustStoreCommandOutput
|
|
22
16
|
extends AssociateTrustStoreResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const AssociateTrustStoreCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateTrustStoreCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
AssociateTrustStoreCommandInput,
|
|
23
|
+
AssociateTrustStoreCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateUserAccessLoggingSettingsRequest,
|
|
11
5
|
AssociateUserAccessLoggingSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface AssociateUserAccessLoggingSettingsCommandInput
|
|
|
21
15
|
export interface AssociateUserAccessLoggingSettingsCommandOutput
|
|
22
16
|
extends AssociateUserAccessLoggingSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateUserAccessLoggingSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateUserAccessLoggingSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateUserAccessLoggingSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateUserAccessLoggingSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateUserAccessLoggingSettingsCommandInput,
|
|
38
|
-
AssociateUserAccessLoggingSettingsCommandOutput
|
|
23
|
+
AssociateUserAccessLoggingSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateUserSettingsRequest,
|
|
11
5
|
AssociateUserSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface AssociateUserSettingsCommandInput
|
|
|
21
15
|
export interface AssociateUserSettingsCommandOutput
|
|
22
16
|
extends AssociateUserSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateUserSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateUserSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateUserSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateUserSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateUserSettingsCommandInput,
|
|
38
|
-
AssociateUserSettingsCommandOutput
|
|
23
|
+
AssociateUserSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateBrowserSettingsRequest,
|
|
11
5
|
CreateBrowserSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateBrowserSettingsCommandInput
|
|
|
21
15
|
export interface CreateBrowserSettingsCommandOutput
|
|
22
16
|
extends CreateBrowserSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateBrowserSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateBrowserSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateBrowserSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateBrowserSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateBrowserSettingsCommandInput,
|
|
38
|
-
CreateBrowserSettingsCommandOutput
|
|
23
|
+
CreateBrowserSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateIdentityProviderRequest,
|
|
11
5
|
CreateIdentityProviderResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateIdentityProviderCommandInput
|
|
|
21
15
|
export interface CreateIdentityProviderCommandOutput
|
|
22
16
|
extends CreateIdentityProviderResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateIdentityProviderCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateIdentityProviderCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateIdentityProviderCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateIdentityProviderCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateIdentityProviderCommandInput,
|
|
38
|
-
CreateIdentityProviderCommandOutput
|
|
23
|
+
CreateIdentityProviderCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateIpAccessSettingsRequest,
|
|
11
5
|
CreateIpAccessSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateIpAccessSettingsCommandInput
|
|
|
21
15
|
export interface CreateIpAccessSettingsCommandOutput
|
|
22
16
|
extends CreateIpAccessSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateIpAccessSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateIpAccessSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateIpAccessSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateIpAccessSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateIpAccessSettingsCommandInput,
|
|
38
|
-
CreateIpAccessSettingsCommandOutput
|
|
23
|
+
CreateIpAccessSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateNetworkSettingsRequest,
|
|
11
5
|
CreateNetworkSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateNetworkSettingsCommandInput
|
|
|
21
15
|
export interface CreateNetworkSettingsCommandOutput
|
|
22
16
|
extends CreateNetworkSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateNetworkSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateNetworkSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateNetworkSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateNetworkSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateNetworkSettingsCommandInput,
|
|
38
|
-
CreateNetworkSettingsCommandOutput
|
|
23
|
+
CreateNetworkSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreatePortalCommandInput extends CreatePortalRequest {}
|
|
|
17
11
|
export interface CreatePortalCommandOutput
|
|
18
12
|
extends CreatePortalResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreatePortalCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreatePortalCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreatePortalCommandInput,
|
|
19
|
+
CreatePortalCommandOutput,
|
|
20
|
+
WorkSpacesWebClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreatePortalCommand extends CreatePortalCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateTrustStoreRequest,
|
|
11
5
|
CreateTrustStoreResponse,
|
|
@@ -20,19 +14,16 @@ export interface CreateTrustStoreCommandInput extends CreateTrustStoreRequest {}
|
|
|
20
14
|
export interface CreateTrustStoreCommandOutput
|
|
21
15
|
extends CreateTrustStoreResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateTrustStoreCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateTrustStoreCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateTrustStoreCommandInput,
|
|
22
|
+
CreateTrustStoreCommandOutput,
|
|
23
|
+
WorkSpacesWebClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateUserAccessLoggingSettingsRequest,
|
|
11
5
|
CreateUserAccessLoggingSettingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateUserAccessLoggingSettingsCommandInput
|
|
|
21
15
|
export interface CreateUserAccessLoggingSettingsCommandOutput
|
|
22
16
|
extends CreateUserAccessLoggingSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateUserAccessLoggingSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateUserAccessLoggingSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WorkSpacesWebClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateUserAccessLoggingSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateUserAccessLoggingSettingsCommandInput,
|
|
38
|
-
CreateUserAccessLoggingSettingsCommandOutput
|
|
23
|
+
CreateUserAccessLoggingSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateUserSettingsRequest,
|
|
11
5
|
CreateUserSettingsResponse,
|
|
@@ -21,19 +15,16 @@ export interface CreateUserSettingsCommandInput
|
|
|
21
15
|
export interface CreateUserSettingsCommandOutput
|
|
22
16
|
extends CreateUserSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateUserSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateUserSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateUserSettingsCommandInput,
|
|
23
|
+
CreateUserSettingsCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {}
|