@aws-sdk/client-workspaces-instances 3.835.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/LICENSE +201 -0
- package/README.md +309 -0
- package/dist-cjs/WorkspacesInstances.js +37 -0
- package/dist-cjs/WorkspacesInstancesClient.js +52 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AssociateVolumeCommand.js +26 -0
- package/dist-cjs/commands/CreateVolumeCommand.js +27 -0
- package/dist-cjs/commands/CreateWorkspaceInstanceCommand.js +27 -0
- package/dist-cjs/commands/DeleteVolumeCommand.js +26 -0
- package/dist-cjs/commands/DeleteWorkspaceInstanceCommand.js +26 -0
- package/dist-cjs/commands/DisassociateVolumeCommand.js +26 -0
- package/dist-cjs/commands/GetWorkspaceInstanceCommand.js +26 -0
- package/dist-cjs/commands/ListInstanceTypesCommand.js +27 -0
- package/dist-cjs/commands/ListRegionsCommand.js +27 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/ListWorkspaceInstancesCommand.js +27 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/index.js +16 -0
- package/dist-cjs/endpoint/EndpointParameters.js +15 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/WorkspacesInstancesServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +329 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListInstanceTypesPaginator.js +7 -0
- package/dist-cjs/pagination/ListRegionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListWorkspaceInstancesPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_json1_0.js +486 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +56 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +13 -0
- package/dist-es/WorkspacesInstances.js +33 -0
- package/dist-es/WorkspacesInstancesClient.js +48 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/AssociateVolumeCommand.js +22 -0
- package/dist-es/commands/CreateVolumeCommand.js +23 -0
- package/dist-es/commands/CreateWorkspaceInstanceCommand.js +23 -0
- package/dist-es/commands/DeleteVolumeCommand.js +22 -0
- package/dist-es/commands/DeleteWorkspaceInstanceCommand.js +22 -0
- package/dist-es/commands/DisassociateVolumeCommand.js +22 -0
- package/dist-es/commands/GetWorkspaceInstanceCommand.js +22 -0
- package/dist-es/commands/ListInstanceTypesCommand.js +23 -0
- package/dist-es/commands/ListRegionsCommand.js +23 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/ListWorkspaceInstancesCommand.js +23 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/endpoint/EndpointParameters.js +11 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/WorkspacesInstancesServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +305 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListInstanceTypesPaginator.js +4 -0
- package/dist-es/pagination/ListRegionsPaginator.js +4 -0
- package/dist-es/pagination/ListWorkspaceInstancesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_0.js +457 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +51 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-types/WorkspacesInstances.d.ts +104 -0
- package/dist-types/WorkspacesInstancesClient.d.ts +200 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/AssociateVolumeCommand.d.ts +90 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +109 -0
- package/dist-types/commands/CreateWorkspaceInstanceCommand.d.ts +273 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +88 -0
- package/dist-types/commands/DeleteWorkspaceInstanceCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateVolumeCommand.d.ts +91 -0
- package/dist-types/commands/GetWorkspaceInstanceCommand.d.ts +104 -0
- package/dist-types/commands/ListInstanceTypesCommand.d.ts +90 -0
- package/dist-types/commands/ListRegionsCommand.d.ts +90 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +92 -0
- package/dist-types/commands/ListWorkspaceInstancesCommand.d.ts +97 -0
- package/dist-types/commands/TagResourceCommand.d.ts +91 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/WorkspacesInstancesServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1787 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListInstanceTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRegionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkspaceInstancesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +119 -0
- package/dist-types/runtimeConfig.browser.d.ts +50 -0
- package/dist-types/runtimeConfig.d.ts +50 -0
- package/dist-types/runtimeConfig.native.d.ts +49 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/WorkspacesInstances.d.ts +231 -0
- package/dist-types/ts3.4/WorkspacesInstancesClient.d.ts +200 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssociateVolumeCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceInstanceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceInstanceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateVolumeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetWorkspaceInstanceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInstanceTypesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRegionsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspaceInstancesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/WorkspacesInstancesServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +558 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListInstanceTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRegionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkspaceInstancesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +161 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +101 -0
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
Client as __Client,
|
|
24
|
+
DefaultsMode as __DefaultsMode,
|
|
25
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
26
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
30
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
StreamCollector as __StreamCollector,
|
|
41
|
+
UrlParser as __UrlParser,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
AssociateVolumeCommandInput,
|
|
50
|
+
AssociateVolumeCommandOutput,
|
|
51
|
+
} from "./commands/AssociateVolumeCommand";
|
|
52
|
+
import {
|
|
53
|
+
CreateVolumeCommandInput,
|
|
54
|
+
CreateVolumeCommandOutput,
|
|
55
|
+
} from "./commands/CreateVolumeCommand";
|
|
56
|
+
import {
|
|
57
|
+
CreateWorkspaceInstanceCommandInput,
|
|
58
|
+
CreateWorkspaceInstanceCommandOutput,
|
|
59
|
+
} from "./commands/CreateWorkspaceInstanceCommand";
|
|
60
|
+
import {
|
|
61
|
+
DeleteVolumeCommandInput,
|
|
62
|
+
DeleteVolumeCommandOutput,
|
|
63
|
+
} from "./commands/DeleteVolumeCommand";
|
|
64
|
+
import {
|
|
65
|
+
DeleteWorkspaceInstanceCommandInput,
|
|
66
|
+
DeleteWorkspaceInstanceCommandOutput,
|
|
67
|
+
} from "./commands/DeleteWorkspaceInstanceCommand";
|
|
68
|
+
import {
|
|
69
|
+
DisassociateVolumeCommandInput,
|
|
70
|
+
DisassociateVolumeCommandOutput,
|
|
71
|
+
} from "./commands/DisassociateVolumeCommand";
|
|
72
|
+
import {
|
|
73
|
+
GetWorkspaceInstanceCommandInput,
|
|
74
|
+
GetWorkspaceInstanceCommandOutput,
|
|
75
|
+
} from "./commands/GetWorkspaceInstanceCommand";
|
|
76
|
+
import {
|
|
77
|
+
ListInstanceTypesCommandInput,
|
|
78
|
+
ListInstanceTypesCommandOutput,
|
|
79
|
+
} from "./commands/ListInstanceTypesCommand";
|
|
80
|
+
import {
|
|
81
|
+
ListRegionsCommandInput,
|
|
82
|
+
ListRegionsCommandOutput,
|
|
83
|
+
} from "./commands/ListRegionsCommand";
|
|
84
|
+
import {
|
|
85
|
+
ListTagsForResourceCommandInput,
|
|
86
|
+
ListTagsForResourceCommandOutput,
|
|
87
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
88
|
+
import {
|
|
89
|
+
ListWorkspaceInstancesCommandInput,
|
|
90
|
+
ListWorkspaceInstancesCommandOutput,
|
|
91
|
+
} from "./commands/ListWorkspaceInstancesCommand";
|
|
92
|
+
import {
|
|
93
|
+
TagResourceCommandInput,
|
|
94
|
+
TagResourceCommandOutput,
|
|
95
|
+
} from "./commands/TagResourceCommand";
|
|
96
|
+
import {
|
|
97
|
+
UntagResourceCommandInput,
|
|
98
|
+
UntagResourceCommandOutput,
|
|
99
|
+
} from "./commands/UntagResourceCommand";
|
|
100
|
+
import {
|
|
101
|
+
ClientInputEndpointParameters,
|
|
102
|
+
ClientResolvedEndpointParameters,
|
|
103
|
+
EndpointParameters,
|
|
104
|
+
} from "./endpoint/EndpointParameters";
|
|
105
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
106
|
+
export { __Client };
|
|
107
|
+
export type ServiceInputTypes =
|
|
108
|
+
| AssociateVolumeCommandInput
|
|
109
|
+
| CreateVolumeCommandInput
|
|
110
|
+
| CreateWorkspaceInstanceCommandInput
|
|
111
|
+
| DeleteVolumeCommandInput
|
|
112
|
+
| DeleteWorkspaceInstanceCommandInput
|
|
113
|
+
| DisassociateVolumeCommandInput
|
|
114
|
+
| GetWorkspaceInstanceCommandInput
|
|
115
|
+
| ListInstanceTypesCommandInput
|
|
116
|
+
| ListRegionsCommandInput
|
|
117
|
+
| ListTagsForResourceCommandInput
|
|
118
|
+
| ListWorkspaceInstancesCommandInput
|
|
119
|
+
| TagResourceCommandInput
|
|
120
|
+
| UntagResourceCommandInput;
|
|
121
|
+
export type ServiceOutputTypes =
|
|
122
|
+
| AssociateVolumeCommandOutput
|
|
123
|
+
| CreateVolumeCommandOutput
|
|
124
|
+
| CreateWorkspaceInstanceCommandOutput
|
|
125
|
+
| DeleteVolumeCommandOutput
|
|
126
|
+
| DeleteWorkspaceInstanceCommandOutput
|
|
127
|
+
| DisassociateVolumeCommandOutput
|
|
128
|
+
| GetWorkspaceInstanceCommandOutput
|
|
129
|
+
| ListInstanceTypesCommandOutput
|
|
130
|
+
| ListRegionsCommandOutput
|
|
131
|
+
| ListTagsForResourceCommandOutput
|
|
132
|
+
| ListWorkspaceInstancesCommandOutput
|
|
133
|
+
| TagResourceCommandOutput
|
|
134
|
+
| UntagResourceCommandOutput;
|
|
135
|
+
export interface ClientDefaults
|
|
136
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
137
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
138
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
139
|
+
urlParser?: __UrlParser;
|
|
140
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
141
|
+
streamCollector?: __StreamCollector;
|
|
142
|
+
base64Decoder?: __Decoder;
|
|
143
|
+
base64Encoder?: __Encoder;
|
|
144
|
+
utf8Decoder?: __Decoder;
|
|
145
|
+
utf8Encoder?: __Encoder;
|
|
146
|
+
runtime?: string;
|
|
147
|
+
disableHostPrefix?: boolean;
|
|
148
|
+
serviceId?: string;
|
|
149
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
150
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
151
|
+
region?: string | __Provider<string>;
|
|
152
|
+
profile?: string;
|
|
153
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
154
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
155
|
+
maxAttempts?: number | __Provider<number>;
|
|
156
|
+
retryMode?: string | __Provider<string>;
|
|
157
|
+
logger?: __Logger;
|
|
158
|
+
extensions?: RuntimeExtension[];
|
|
159
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
160
|
+
}
|
|
161
|
+
export type WorkspacesInstancesClientConfigType = Partial<
|
|
162
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
163
|
+
> &
|
|
164
|
+
ClientDefaults &
|
|
165
|
+
UserAgentInputConfig &
|
|
166
|
+
RetryInputConfig &
|
|
167
|
+
RegionInputConfig &
|
|
168
|
+
HostHeaderInputConfig &
|
|
169
|
+
EndpointInputConfig<EndpointParameters> &
|
|
170
|
+
HttpAuthSchemeInputConfig &
|
|
171
|
+
ClientInputEndpointParameters;
|
|
172
|
+
export interface WorkspacesInstancesClientConfig
|
|
173
|
+
extends WorkspacesInstancesClientConfigType {}
|
|
174
|
+
export type WorkspacesInstancesClientResolvedConfigType =
|
|
175
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
176
|
+
Required<ClientDefaults> &
|
|
177
|
+
RuntimeExtensionsConfig &
|
|
178
|
+
UserAgentResolvedConfig &
|
|
179
|
+
RetryResolvedConfig &
|
|
180
|
+
RegionResolvedConfig &
|
|
181
|
+
HostHeaderResolvedConfig &
|
|
182
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
183
|
+
HttpAuthSchemeResolvedConfig &
|
|
184
|
+
ClientResolvedEndpointParameters;
|
|
185
|
+
export interface WorkspacesInstancesClientResolvedConfig
|
|
186
|
+
extends WorkspacesInstancesClientResolvedConfigType {}
|
|
187
|
+
export declare class WorkspacesInstancesClient extends __Client<
|
|
188
|
+
__HttpHandlerOptions,
|
|
189
|
+
ServiceInputTypes,
|
|
190
|
+
ServiceOutputTypes,
|
|
191
|
+
WorkspacesInstancesClientResolvedConfig
|
|
192
|
+
> {
|
|
193
|
+
readonly config: WorkspacesInstancesClientResolvedConfig;
|
|
194
|
+
constructor(
|
|
195
|
+
...[
|
|
196
|
+
configuration,
|
|
197
|
+
]: __CheckOptionalClientConfig<WorkspacesInstancesClientConfig>
|
|
198
|
+
);
|
|
199
|
+
destroy(): void;
|
|
200
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsCredentialIdentity,
|
|
3
|
+
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { WorkspacesInstancesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: WorkspacesInstancesHttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): WorkspacesInstancesHttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: WorkspacesInstancesHttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
Provider,
|
|
13
|
+
} from "@smithy/types";
|
|
14
|
+
import { WorkspacesInstancesClientResolvedConfig } from "../WorkspacesInstancesClient";
|
|
15
|
+
export interface WorkspacesInstancesHttpAuthSchemeParameters
|
|
16
|
+
extends HttpAuthSchemeParameters {
|
|
17
|
+
region?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface WorkspacesInstancesHttpAuthSchemeParametersProvider
|
|
20
|
+
extends HttpAuthSchemeParametersProvider<
|
|
21
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
22
|
+
HandlerExecutionContext,
|
|
23
|
+
WorkspacesInstancesHttpAuthSchemeParameters,
|
|
24
|
+
object
|
|
25
|
+
> {}
|
|
26
|
+
export declare const defaultWorkspacesInstancesHttpAuthSchemeParametersProvider: (
|
|
27
|
+
config: WorkspacesInstancesClientResolvedConfig,
|
|
28
|
+
context: HandlerExecutionContext,
|
|
29
|
+
input: object
|
|
30
|
+
) => Promise<WorkspacesInstancesHttpAuthSchemeParameters>;
|
|
31
|
+
export interface WorkspacesInstancesHttpAuthSchemeProvider
|
|
32
|
+
extends HttpAuthSchemeProvider<WorkspacesInstancesHttpAuthSchemeParameters> {}
|
|
33
|
+
export declare const defaultWorkspacesInstancesHttpAuthSchemeProvider: WorkspacesInstancesHttpAuthSchemeProvider;
|
|
34
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
|
+
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
|
+
httpAuthSchemeProvider?: WorkspacesInstancesHttpAuthSchemeProvider;
|
|
38
|
+
}
|
|
39
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
|
+
readonly authSchemePreference: Provider<string[]>;
|
|
42
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
|
+
readonly httpAuthSchemeProvider: WorkspacesInstancesHttpAuthSchemeProvider;
|
|
44
|
+
}
|
|
45
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
47
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AssociateVolumeRequest,
|
|
5
|
+
AssociateVolumeResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
11
|
+
} from "../WorkspacesInstancesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateVolumeCommandInput extends AssociateVolumeRequest {}
|
|
15
|
+
export interface AssociateVolumeCommandOutput
|
|
16
|
+
extends AssociateVolumeResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const AssociateVolumeCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateVolumeCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
AssociateVolumeCommandInput,
|
|
23
|
+
AssociateVolumeCommandOutput,
|
|
24
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: AssociateVolumeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateVolumeCommandInput,
|
|
32
|
+
AssociateVolumeCommandOutput,
|
|
33
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class AssociateVolumeCommand extends AssociateVolumeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AssociateVolumeRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AssociateVolumeCommandInput;
|
|
47
|
+
output: AssociateVolumeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
8
|
+
} from "../WorkspacesInstancesClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
12
|
+
export interface CreateVolumeCommandOutput
|
|
13
|
+
extends CreateVolumeResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const CreateVolumeCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateVolumeCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CreateVolumeCommandInput,
|
|
20
|
+
CreateVolumeCommandOutput,
|
|
21
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: CreateVolumeCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CreateVolumeCommandInput,
|
|
29
|
+
CreateVolumeCommandOutput,
|
|
30
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CreateVolumeCommand extends CreateVolumeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateVolumeRequest;
|
|
40
|
+
output: CreateVolumeResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateVolumeCommandInput;
|
|
44
|
+
output: CreateVolumeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateWorkspaceInstanceRequest,
|
|
5
|
+
CreateWorkspaceInstanceResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
11
|
+
} from "../WorkspacesInstancesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateWorkspaceInstanceCommandInput
|
|
15
|
+
extends CreateWorkspaceInstanceRequest {}
|
|
16
|
+
export interface CreateWorkspaceInstanceCommandOutput
|
|
17
|
+
extends CreateWorkspaceInstanceResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateWorkspaceInstanceCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateWorkspaceInstanceCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateWorkspaceInstanceCommandInput,
|
|
24
|
+
CreateWorkspaceInstanceCommandOutput,
|
|
25
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateWorkspaceInstanceCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateWorkspaceInstanceCommandInput,
|
|
33
|
+
CreateWorkspaceInstanceCommandOutput,
|
|
34
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateWorkspaceInstanceCommand extends CreateWorkspaceInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateWorkspaceInstanceRequest;
|
|
44
|
+
output: CreateWorkspaceInstanceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateWorkspaceInstanceCommandInput;
|
|
48
|
+
output: CreateWorkspaceInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteVolumeRequest, DeleteVolumeResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
8
|
+
} from "../WorkspacesInstancesClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteVolumeCommandInput extends DeleteVolumeRequest {}
|
|
12
|
+
export interface DeleteVolumeCommandOutput
|
|
13
|
+
extends DeleteVolumeResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const DeleteVolumeCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteVolumeCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteVolumeCommandInput,
|
|
20
|
+
DeleteVolumeCommandOutput,
|
|
21
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: DeleteVolumeCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteVolumeCommandInput,
|
|
29
|
+
DeleteVolumeCommandOutput,
|
|
30
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteVolumeCommand extends DeleteVolumeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteVolumeRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteVolumeCommandInput;
|
|
44
|
+
output: DeleteVolumeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteWorkspaceInstanceRequest,
|
|
5
|
+
DeleteWorkspaceInstanceResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
11
|
+
} from "../WorkspacesInstancesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteWorkspaceInstanceCommandInput
|
|
15
|
+
extends DeleteWorkspaceInstanceRequest {}
|
|
16
|
+
export interface DeleteWorkspaceInstanceCommandOutput
|
|
17
|
+
extends DeleteWorkspaceInstanceResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteWorkspaceInstanceCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteWorkspaceInstanceCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteWorkspaceInstanceCommandInput,
|
|
24
|
+
DeleteWorkspaceInstanceCommandOutput,
|
|
25
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteWorkspaceInstanceCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteWorkspaceInstanceCommandInput,
|
|
33
|
+
DeleteWorkspaceInstanceCommandOutput,
|
|
34
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteWorkspaceInstanceCommand extends DeleteWorkspaceInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteWorkspaceInstanceRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteWorkspaceInstanceCommandInput;
|
|
48
|
+
output: DeleteWorkspaceInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DisassociateVolumeRequest,
|
|
5
|
+
DisassociateVolumeResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
11
|
+
} from "../WorkspacesInstancesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateVolumeCommandInput
|
|
15
|
+
extends DisassociateVolumeRequest {}
|
|
16
|
+
export interface DisassociateVolumeCommandOutput
|
|
17
|
+
extends DisassociateVolumeResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateVolumeCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateVolumeCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateVolumeCommandInput,
|
|
24
|
+
DisassociateVolumeCommandOutput,
|
|
25
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DisassociateVolumeCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateVolumeCommandInput,
|
|
33
|
+
DisassociateVolumeCommandOutput,
|
|
34
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateVolumeCommand extends DisassociateVolumeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateVolumeRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateVolumeCommandInput;
|
|
48
|
+
output: DisassociateVolumeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetWorkspaceInstanceRequest,
|
|
5
|
+
GetWorkspaceInstanceResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
11
|
+
} from "../WorkspacesInstancesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetWorkspaceInstanceCommandInput
|
|
15
|
+
extends GetWorkspaceInstanceRequest {}
|
|
16
|
+
export interface GetWorkspaceInstanceCommandOutput
|
|
17
|
+
extends GetWorkspaceInstanceResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetWorkspaceInstanceCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetWorkspaceInstanceCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetWorkspaceInstanceCommandInput,
|
|
24
|
+
GetWorkspaceInstanceCommandOutput,
|
|
25
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetWorkspaceInstanceCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetWorkspaceInstanceCommandInput,
|
|
33
|
+
GetWorkspaceInstanceCommandOutput,
|
|
34
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetWorkspaceInstanceCommand extends GetWorkspaceInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetWorkspaceInstanceRequest;
|
|
44
|
+
output: GetWorkspaceInstanceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetWorkspaceInstanceCommandInput;
|
|
48
|
+
output: GetWorkspaceInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListInstanceTypesRequest,
|
|
5
|
+
ListInstanceTypesResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
11
|
+
} from "../WorkspacesInstancesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListInstanceTypesCommandInput
|
|
15
|
+
extends ListInstanceTypesRequest {}
|
|
16
|
+
export interface ListInstanceTypesCommandOutput
|
|
17
|
+
extends ListInstanceTypesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListInstanceTypesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListInstanceTypesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListInstanceTypesCommandInput,
|
|
24
|
+
ListInstanceTypesCommandOutput,
|
|
25
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListInstanceTypesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListInstanceTypesCommandInput,
|
|
33
|
+
ListInstanceTypesCommandOutput,
|
|
34
|
+
WorkspacesInstancesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListInstanceTypesCommand extends ListInstanceTypesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListInstanceTypesRequest;
|
|
44
|
+
output: ListInstanceTypesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListInstanceTypesCommandInput;
|
|
48
|
+
output: ListInstanceTypesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|