@aws-sdk/client-workspaces-web 3.478.0 → 3.484.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 +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTrustStoreCertificatesRequest, ListTrustStoreCertificatesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTrustStoreCertificatesCommandInput extends ListTrustStoreCe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTrustStoreCertificatesCommandOutput extends ListTrustStoreCertificatesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTrustStoreCertificatesCommand_base: {
|
|
24
|
+
new (input: ListTrustStoreCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of trust store certificates.</p>
|
|
@@ -78,23 +81,5 @@ export interface ListTrustStoreCertificatesCommandOutput extends ListTrustStoreC
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class ListTrustStoreCertificatesCommand extends
|
|
82
|
-
readonly input: ListTrustStoreCertificatesCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: ListTrustStoreCertificatesCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class ListTrustStoreCertificatesCommand extends ListTrustStoreCertificatesCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTrustStoresRequest, ListTrustStoresResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTrustStoresCommandInput extends ListTrustStoresRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTrustStoresCommandOutput extends ListTrustStoresResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTrustStoresCommand_base: {
|
|
24
|
+
new (input: ListTrustStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustStoresCommandInput, ListTrustStoresCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of trust stores.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListTrustStoresCommandOutput extends ListTrustStoresResponse, _
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListTrustStoresCommand extends
|
|
73
|
-
readonly input: ListTrustStoresCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListTrustStoresCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrustStoresCommandInput, ListTrustStoresCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListTrustStoresCommand extends ListTrustStoresCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListUserAccessLoggingSettingsRequest, ListUserAccessLoggingSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListUserAccessLoggingSettingsCommandInput extends ListUserAcces
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListUserAccessLoggingSettingsCommandOutput extends ListUserAccessLoggingSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListUserAccessLoggingSettingsCommand_base: {
|
|
24
|
+
new (input: ListUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of user access logging settings.</p>
|
|
@@ -70,23 +73,5 @@ export interface ListUserAccessLoggingSettingsCommandOutput extends ListUserAcce
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListUserAccessLoggingSettingsCommand extends
|
|
74
|
-
readonly input: ListUserAccessLoggingSettingsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListUserAccessLoggingSettingsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListUserAccessLoggingSettingsCommand extends ListUserAccessLoggingSettingsCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListUserSettingsRequest, ListUserSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListUserSettingsCommandInput extends ListUserSettingsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListUserSettingsCommandOutput extends ListUserSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListUserSettingsCommand_base: {
|
|
24
|
+
new (input: ListUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserSettingsCommandInput, ListUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of user settings.</p>
|
|
@@ -92,23 +95,5 @@ export interface ListUserSettingsCommandOutput extends ListUserSettingsResponse,
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class ListUserSettingsCommand extends
|
|
96
|
-
readonly input: ListUserSettingsCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: ListUserSettingsCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUserSettingsCommandInput, ListUserSettingsCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class ListUserSettingsCommand extends ListUserSettingsCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds or overwrites one or more tags for the specified resource.</p>
|
|
@@ -74,23 +77,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class TagResourceCommand extends
|
|
78
|
-
readonly input: TagResourceCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: TagResourceCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes one or more tags from the specified resource.</p>
|
|
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class UntagResourceCommand extends
|
|
71
|
-
readonly input: UntagResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: UntagResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateBrowserSettingsRequest, UpdateBrowserSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateBrowserSettingsCommandInput extends UpdateBrowserSettings
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateBrowserSettingsCommandOutput extends UpdateBrowserSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateBrowserSettingsCommand_base: {
|
|
24
|
+
new (input: UpdateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates browser settings.</p>
|
|
@@ -74,23 +77,5 @@ export interface UpdateBrowserSettingsCommandOutput extends UpdateBrowserSetting
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class UpdateBrowserSettingsCommand extends
|
|
78
|
-
readonly input: UpdateBrowserSettingsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: UpdateBrowserSettingsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateIdentityProviderCommandInput extends UpdateIdentityProvid
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProviderResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateIdentityProviderCommand_base: {
|
|
24
|
+
new (input: UpdateIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the identity provider. </p>
|
|
@@ -79,23 +82,5 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class UpdateIdentityProviderCommand extends
|
|
83
|
-
readonly input: UpdateIdentityProviderCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: UpdateIdentityProviderCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateIpAccessSettingsRequest, UpdateIpAccessSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateIpAccessSettingsCommandInput extends UpdateIpAccessSettin
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateIpAccessSettingsCommandOutput extends UpdateIpAccessSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateIpAccessSettingsCommand_base: {
|
|
24
|
+
new (input: UpdateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates IP access settings.</p>
|
|
@@ -89,23 +92,5 @@ export interface UpdateIpAccessSettingsCommandOutput extends UpdateIpAccessSetti
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class UpdateIpAccessSettingsCommand extends
|
|
93
|
-
readonly input: UpdateIpAccessSettingsCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: UpdateIpAccessSettingsCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateNetworkSettingsRequest, UpdateNetworkSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateNetworkSettingsCommandInput extends UpdateNetworkSettings
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateNetworkSettingsCommandOutput extends UpdateNetworkSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateNetworkSettingsCommand_base: {
|
|
24
|
+
new (input: UpdateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates network settings.</p>
|
|
@@ -86,23 +89,5 @@ export interface UpdateNetworkSettingsCommandOutput extends UpdateNetworkSetting
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class UpdateNetworkSettingsCommand extends
|
|
90
|
-
readonly input: UpdateNetworkSettingsCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: UpdateNetworkSettingsCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdatePortalCommandInput extends UpdatePortalRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdatePortalCommand_base: {
|
|
24
|
+
new (input: UpdatePortalCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePortalCommandInput, UpdatePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a web portal.</p>
|
|
@@ -87,23 +90,5 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class UpdatePortalCommand extends
|
|
91
|
-
readonly input: UpdatePortalCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: UpdatePortalCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePortalCommandInput, UpdatePortalCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class UpdatePortalCommand extends UpdatePortalCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateTrustStoreRequest, UpdateTrustStoreResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateTrustStoreCommandInput extends UpdateTrustStoreRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateTrustStoreCommand_base: {
|
|
24
|
+
new (input: UpdateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the trust store.</p>
|
|
@@ -76,23 +79,5 @@ export interface UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse,
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class UpdateTrustStoreCommand extends
|
|
80
|
-
readonly input: UpdateTrustStoreCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: UpdateTrustStoreCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class UpdateTrustStoreCommand extends UpdateTrustStoreCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateUserAccessLoggingSettingsRequest, UpdateUserAccessLoggingSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateUserAccessLoggingSettingsCommandInput extends UpdateUserA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUserAccessLoggingSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateUserAccessLoggingSettingsCommand_base: {
|
|
24
|
+
new (input: UpdateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the user access logging settings.</p>
|
|
@@ -74,23 +77,5 @@ export interface UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUser
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class UpdateUserAccessLoggingSettingsCommand extends
|
|
78
|
-
readonly input: UpdateUserAccessLoggingSettingsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: UpdateUserAccessLoggingSettingsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class UpdateUserAccessLoggingSettingsCommand extends UpdateUserAccessLoggingSettingsCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateUserSettingsRequest, UpdateUserSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateUserSettingsCommandInput extends UpdateUserSettingsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateUserSettingsCommandOutput extends UpdateUserSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateUserSettingsCommand_base: {
|
|
24
|
+
new (input: UpdateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the user settings.</p>
|
|
@@ -118,23 +121,5 @@ export interface UpdateUserSettingsCommandOutput extends UpdateUserSettingsRespo
|
|
|
118
121
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class UpdateUserSettingsCommand extends
|
|
122
|
-
readonly input: UpdateUserSettingsCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: UpdateUserSettingsCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class UpdateUserSettingsCommand extends UpdateUserSettingsCommand_base {
|
|
140
125
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|