@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,1787 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { WorkspacesInstancesServiceException as __BaseException } from "./WorkspacesInstancesServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Indicates insufficient permissions to perform the requested action.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
+
readonly name: "AccessDeniedException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
/**
|
|
11
|
+
* <p>Detailed explanation of the access denial.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
Message: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* @enum
|
|
23
|
+
*/
|
|
24
|
+
export declare const AmdSevSnpEnum: {
|
|
25
|
+
readonly DISABLED: "disabled";
|
|
26
|
+
readonly ENABLED: "enabled";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export type AmdSevSnpEnum = (typeof AmdSevSnpEnum)[keyof typeof AmdSevSnpEnum];
|
|
32
|
+
/**
|
|
33
|
+
* <p>Specifies volume attachment parameters.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface AssociateVolumeRequest {
|
|
37
|
+
/**
|
|
38
|
+
* <p>WorkSpace Instance to attach volume to.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
WorkspaceInstanceId: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>Volume to be attached.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
VolumeId: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>Device path for volume attachment.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
Device: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* <p>Confirms volume attachment.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface AssociateVolumeResponse {
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* <p>Signals a conflict with the current state of the resource.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export declare class ConflictException extends __BaseException {
|
|
64
|
+
readonly name: "ConflictException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
/**
|
|
67
|
+
* <p>Description of the conflict encountered.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
Message: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>Identifier of the conflicting resource.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
ResourceId: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>Type of the conflicting resource.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
ResourceType: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* <p>Indicates an unexpected server-side error occurred.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class InternalServerException extends __BaseException {
|
|
91
|
+
readonly name: "InternalServerException";
|
|
92
|
+
readonly $fault: "server";
|
|
93
|
+
$retryable: {};
|
|
94
|
+
/**
|
|
95
|
+
* <p>Description of the internal server error.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
Message: string | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>Recommended wait time before retrying the request.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
RetryAfterSeconds?: number | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
107
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* <p>Indicates the requested resource could not be found.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
114
|
+
readonly name: "ResourceNotFoundException";
|
|
115
|
+
readonly $fault: "client";
|
|
116
|
+
/**
|
|
117
|
+
* <p>Details about the missing resource.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
Message: string | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>Identifier of the resource that was not found.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
ResourceId: string | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>Type of the resource that was not found.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
ResourceType: string | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* @internal
|
|
133
|
+
*/
|
|
134
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* <p>Indicates the request rate has exceeded limits.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
export declare class ThrottlingException extends __BaseException {
|
|
141
|
+
readonly name: "ThrottlingException";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
$retryable: {
|
|
144
|
+
throttling: boolean;
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* <p>Description of the throttling event.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
Message: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>Code identifying the service experiencing throttling.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
ServiceCode?: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* <p>Specific code for the throttling quota.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
QuotaCode?: string | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>Recommended wait time before retrying the request.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
RetryAfterSeconds?: number | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* @internal
|
|
168
|
+
*/
|
|
169
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* <p>Represents a validation error field in an API request.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export interface ValidationExceptionField {
|
|
176
|
+
/**
|
|
177
|
+
* <p>Name of the field that failed validation.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
Name: string | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>Reason for the validation failure.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
Reason: string | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>Detailed error message describing the validation issue.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
Message: string | undefined;
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
* @enum
|
|
195
|
+
*/
|
|
196
|
+
export declare const ValidationExceptionReason: {
|
|
197
|
+
readonly CANNOT_PARSE: "CANNOT_PARSE";
|
|
198
|
+
readonly DEPENDENCY_FAILURE: "DEPENDENCY_FAILURE";
|
|
199
|
+
readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
|
|
200
|
+
readonly OTHER: "OTHER";
|
|
201
|
+
readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
|
|
202
|
+
readonly UNSUPPORTED_OPERATION: "UNSUPPORTED_OPERATION";
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
208
|
+
/**
|
|
209
|
+
* <p>Indicates invalid input parameters in the request.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export declare class ValidationException extends __BaseException {
|
|
213
|
+
readonly name: "ValidationException";
|
|
214
|
+
readonly $fault: "client";
|
|
215
|
+
/**
|
|
216
|
+
* <p>Overall description of validation failures.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
Message: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* <p>Specific reason for the validation failure.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
Reason: ValidationExceptionReason | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>List of fields that failed validation.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
FieldList?: ValidationExceptionField[] | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* @internal
|
|
232
|
+
*/
|
|
233
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
* @enum
|
|
238
|
+
*/
|
|
239
|
+
export declare const AutoRecoveryEnum: {
|
|
240
|
+
readonly DEFAULT: "default";
|
|
241
|
+
readonly DISABLED: "disabled";
|
|
242
|
+
};
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export type AutoRecoveryEnum = (typeof AutoRecoveryEnum)[keyof typeof AutoRecoveryEnum];
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* @enum
|
|
250
|
+
*/
|
|
251
|
+
export declare const BandwidthWeightingEnum: {
|
|
252
|
+
readonly DEFAULT: "default";
|
|
253
|
+
readonly EBS_1: "ebs-1";
|
|
254
|
+
readonly VPC_1: "vpc-1";
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
export type BandwidthWeightingEnum = (typeof BandwidthWeightingEnum)[keyof typeof BandwidthWeightingEnum];
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
* @enum
|
|
263
|
+
*/
|
|
264
|
+
export declare const VolumeTypeEnum: {
|
|
265
|
+
readonly GP2: "gp2";
|
|
266
|
+
readonly GP3: "gp3";
|
|
267
|
+
readonly IO1: "io1";
|
|
268
|
+
readonly IO2: "io2";
|
|
269
|
+
readonly SC1: "sc1";
|
|
270
|
+
readonly ST1: "st1";
|
|
271
|
+
readonly STANDARD: "standard";
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export type VolumeTypeEnum = (typeof VolumeTypeEnum)[keyof typeof VolumeTypeEnum];
|
|
277
|
+
/**
|
|
278
|
+
* <p>Defines configuration for an Elastic Block Store volume.</p>
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
export interface EbsBlockDevice {
|
|
282
|
+
/**
|
|
283
|
+
* <p>Type of EBS volume (e.g., gp2, io1).</p>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
VolumeType?: VolumeTypeEnum | undefined;
|
|
287
|
+
/**
|
|
288
|
+
* <p>Indicates if the volume is encrypted.</p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
Encrypted?: boolean | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* <p>KMS key used for volume encryption.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
KmsKeyId?: string | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* <p>Input/output operations per second for the volume.</p>
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
Iops?: number | undefined;
|
|
302
|
+
/**
|
|
303
|
+
* <p>Volume data transfer rate.</p>
|
|
304
|
+
* @public
|
|
305
|
+
*/
|
|
306
|
+
Throughput?: number | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* <p>Size of the EBS volume in gigabytes.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
VolumeSize?: number | undefined;
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* <p>Defines device mapping for WorkSpace Instance storage.</p>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
export interface BlockDeviceMappingRequest {
|
|
318
|
+
/**
|
|
319
|
+
* <p>Name of the device for storage mapping.</p>
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
DeviceName?: string | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* <p>EBS volume configuration for the device.</p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
Ebs?: EbsBlockDevice | undefined;
|
|
328
|
+
/**
|
|
329
|
+
* <p>Indicates device should not be mapped.</p>
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
332
|
+
NoDevice?: string | undefined;
|
|
333
|
+
/**
|
|
334
|
+
* <p>Virtual device name for ephemeral storage.</p>
|
|
335
|
+
* @public
|
|
336
|
+
*/
|
|
337
|
+
VirtualName?: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* @public
|
|
341
|
+
* @enum
|
|
342
|
+
*/
|
|
343
|
+
export declare const CapacityReservationPreferenceEnum: {
|
|
344
|
+
readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
|
|
345
|
+
readonly NONE: "none";
|
|
346
|
+
readonly OPEN: "open";
|
|
347
|
+
};
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
export type CapacityReservationPreferenceEnum = (typeof CapacityReservationPreferenceEnum)[keyof typeof CapacityReservationPreferenceEnum];
|
|
352
|
+
/**
|
|
353
|
+
* <p>Identifies a specific capacity reservation.</p>
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
export interface CapacityReservationTarget {
|
|
357
|
+
/**
|
|
358
|
+
* <p>Unique identifier for the capacity reservation.</p>
|
|
359
|
+
* @public
|
|
360
|
+
*/
|
|
361
|
+
CapacityReservationId?: string | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* <p>ARN of the capacity reservation resource group.</p>
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* <p>Specifies capacity reservation preferences.</p>
|
|
370
|
+
* @public
|
|
371
|
+
*/
|
|
372
|
+
export interface CapacityReservationSpecification {
|
|
373
|
+
/**
|
|
374
|
+
* <p>Preference for using capacity reservation.</p>
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
CapacityReservationPreference?: CapacityReservationPreferenceEnum | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* <p>Specific capacity reservation target.</p>
|
|
380
|
+
* @public
|
|
381
|
+
*/
|
|
382
|
+
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* <p>Defines connection tracking parameters for network interfaces.</p>
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
388
|
+
export interface ConnectionTrackingSpecificationRequest {
|
|
389
|
+
/**
|
|
390
|
+
* <p>Timeout for established TCP connections.</p>
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
393
|
+
TcpEstablishedTimeout?: number | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* <p>Timeout for UDP stream connections.</p>
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
398
|
+
UdpStreamTimeout?: number | undefined;
|
|
399
|
+
/**
|
|
400
|
+
* <p>General timeout for UDP connections.</p>
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
UdpTimeout?: number | undefined;
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* @public
|
|
407
|
+
* @enum
|
|
408
|
+
*/
|
|
409
|
+
export declare const CpuCreditsEnum: {
|
|
410
|
+
readonly STANDARD: "standard";
|
|
411
|
+
readonly UNLIMITED: "unlimited";
|
|
412
|
+
};
|
|
413
|
+
/**
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
export type CpuCreditsEnum = (typeof CpuCreditsEnum)[keyof typeof CpuCreditsEnum];
|
|
417
|
+
/**
|
|
418
|
+
* <p>Configures CPU-specific settings for WorkSpace Instance.</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
export interface CpuOptionsRequest {
|
|
422
|
+
/**
|
|
423
|
+
* <p>AMD Secure Encrypted Virtualization configuration.</p>
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
AmdSevSnp?: AmdSevSnpEnum | undefined;
|
|
427
|
+
/**
|
|
428
|
+
* <p>Number of CPU cores to allocate.</p>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
CoreCount?: number | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* <p>Number of threads per CPU core.</p>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
ThreadsPerCore?: number | undefined;
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* @public
|
|
440
|
+
* @enum
|
|
441
|
+
*/
|
|
442
|
+
export declare const ResourceTypeEnum: {
|
|
443
|
+
readonly INSTANCE: "instance";
|
|
444
|
+
readonly NETWORK_INTERFACE: "network-interface";
|
|
445
|
+
readonly SPOT_INSTANCES_REQUEST: "spot-instances-request";
|
|
446
|
+
readonly VOLUME: "volume";
|
|
447
|
+
};
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
export type ResourceTypeEnum = (typeof ResourceTypeEnum)[keyof typeof ResourceTypeEnum];
|
|
452
|
+
/**
|
|
453
|
+
* <p>Represents a key-value metadata tag.</p>
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
export interface Tag {
|
|
457
|
+
/**
|
|
458
|
+
* <p>Unique identifier for the tag.</p>
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
Key?: string | undefined;
|
|
462
|
+
/**
|
|
463
|
+
* <p>Value associated with the tag key.</p>
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
Value?: string | undefined;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* <p>Defines tagging configuration for a resource.</p>
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
export interface TagSpecification {
|
|
473
|
+
/**
|
|
474
|
+
* <p>Type of resource being tagged.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
ResourceType?: ResourceTypeEnum | undefined;
|
|
478
|
+
/**
|
|
479
|
+
* <p>Collection of tags for the specified resource.</p>
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
Tags?: Tag[] | undefined;
|
|
483
|
+
}
|
|
484
|
+
/**
|
|
485
|
+
* <p>Specifies volume creation parameters.</p>
|
|
486
|
+
* @public
|
|
487
|
+
*/
|
|
488
|
+
export interface CreateVolumeRequest {
|
|
489
|
+
/**
|
|
490
|
+
* <p>Availability zone for the volume.</p>
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
493
|
+
AvailabilityZone: string | undefined;
|
|
494
|
+
/**
|
|
495
|
+
* <p>Unique token to prevent duplicate volume creation.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
ClientToken?: string | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* <p>Indicates if the volume should be encrypted.</p>
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
Encrypted?: boolean | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* <p>Input/output operations per second for the volume.</p>
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
Iops?: number | undefined;
|
|
509
|
+
/**
|
|
510
|
+
* <p>KMS key for volume encryption.</p>
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
KmsKeyId?: string | undefined;
|
|
514
|
+
/**
|
|
515
|
+
* <p>Volume size in gigabytes.</p>
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
518
|
+
SizeInGB?: number | undefined;
|
|
519
|
+
/**
|
|
520
|
+
* <p>Source snapshot for volume creation.</p>
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
SnapshotId?: string | undefined;
|
|
524
|
+
/**
|
|
525
|
+
* <p>Metadata tags for the volume.</p>
|
|
526
|
+
* @public
|
|
527
|
+
*/
|
|
528
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
529
|
+
/**
|
|
530
|
+
* <p>Volume throughput performance.</p>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
Throughput?: number | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* <p>Type of EBS volume.</p>
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
VolumeType?: VolumeTypeEnum | undefined;
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* <p>Returns the created volume identifier.</p>
|
|
542
|
+
* @public
|
|
543
|
+
*/
|
|
544
|
+
export interface CreateVolumeResponse {
|
|
545
|
+
/**
|
|
546
|
+
* <p>Unique identifier for the new volume.</p>
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
VolumeId?: string | undefined;
|
|
550
|
+
}
|
|
551
|
+
/**
|
|
552
|
+
* <p>Indicates that a service quota has been exceeded.</p>
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
556
|
+
readonly name: "ServiceQuotaExceededException";
|
|
557
|
+
readonly $fault: "client";
|
|
558
|
+
/**
|
|
559
|
+
* <p>Description of the quota limitation.</p>
|
|
560
|
+
* @public
|
|
561
|
+
*/
|
|
562
|
+
Message: string | undefined;
|
|
563
|
+
/**
|
|
564
|
+
* <p>Identifier of the resource related to the quota.</p>
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
ResourceId: string | undefined;
|
|
568
|
+
/**
|
|
569
|
+
* <p>Type of resource related to the quota.</p>
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
572
|
+
ResourceType: string | undefined;
|
|
573
|
+
/**
|
|
574
|
+
* <p>Code identifying the service with the quota limitation.</p>
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
ServiceCode: string | undefined;
|
|
578
|
+
/**
|
|
579
|
+
* <p>Specific code for the exceeded quota.</p>
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
582
|
+
QuotaCode: string | undefined;
|
|
583
|
+
/**
|
|
584
|
+
* @internal
|
|
585
|
+
*/
|
|
586
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* <p>Defines CPU credit configuration for burstable instances.</p>
|
|
590
|
+
* @public
|
|
591
|
+
*/
|
|
592
|
+
export interface CreditSpecificationRequest {
|
|
593
|
+
/**
|
|
594
|
+
* <p>CPU credit specification mode.</p>
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
CpuCredits?: CpuCreditsEnum | undefined;
|
|
598
|
+
}
|
|
599
|
+
/**
|
|
600
|
+
* <p>Configures AWS Nitro Enclave options for the WorkSpace Instance.</p>
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
export interface EnclaveOptionsRequest {
|
|
604
|
+
/**
|
|
605
|
+
* <p>Enables or disables AWS Nitro Enclaves for enhanced security.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
Enabled?: boolean | undefined;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* <p>Defines hibernation configuration for the WorkSpace Instance.</p>
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
export interface HibernationOptionsRequest {
|
|
615
|
+
/**
|
|
616
|
+
* <p>Enables or disables instance hibernation capability.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
Configured?: boolean | undefined;
|
|
620
|
+
}
|
|
621
|
+
/**
|
|
622
|
+
* <p>Defines IAM instance profile configuration for WorkSpace Instance.</p>
|
|
623
|
+
* @public
|
|
624
|
+
*/
|
|
625
|
+
export interface IamInstanceProfileSpecification {
|
|
626
|
+
/**
|
|
627
|
+
* <p>Amazon Resource Name (ARN) of the IAM instance profile.</p>
|
|
628
|
+
* @public
|
|
629
|
+
*/
|
|
630
|
+
Arn?: string | undefined;
|
|
631
|
+
/**
|
|
632
|
+
* <p>Name of the IAM instance profile.</p>
|
|
633
|
+
* @public
|
|
634
|
+
*/
|
|
635
|
+
Name?: string | undefined;
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
* @enum
|
|
640
|
+
*/
|
|
641
|
+
export declare const MarketTypeEnum: {
|
|
642
|
+
readonly CAPACITY_BLOCK: "capacity-block";
|
|
643
|
+
readonly SPOT: "spot";
|
|
644
|
+
};
|
|
645
|
+
/**
|
|
646
|
+
* @public
|
|
647
|
+
*/
|
|
648
|
+
export type MarketTypeEnum = (typeof MarketTypeEnum)[keyof typeof MarketTypeEnum];
|
|
649
|
+
/**
|
|
650
|
+
* @public
|
|
651
|
+
* @enum
|
|
652
|
+
*/
|
|
653
|
+
export declare const InstanceInterruptionBehaviorEnum: {
|
|
654
|
+
readonly HIBERNATE: "hibernate";
|
|
655
|
+
readonly STOP: "stop";
|
|
656
|
+
};
|
|
657
|
+
/**
|
|
658
|
+
* @public
|
|
659
|
+
*/
|
|
660
|
+
export type InstanceInterruptionBehaviorEnum = (typeof InstanceInterruptionBehaviorEnum)[keyof typeof InstanceInterruptionBehaviorEnum];
|
|
661
|
+
/**
|
|
662
|
+
* @public
|
|
663
|
+
* @enum
|
|
664
|
+
*/
|
|
665
|
+
export declare const SpotInstanceTypeEnum: {
|
|
666
|
+
readonly ONE_TIME: "one-time";
|
|
667
|
+
readonly PERSISTENT: "persistent";
|
|
668
|
+
};
|
|
669
|
+
/**
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
export type SpotInstanceTypeEnum = (typeof SpotInstanceTypeEnum)[keyof typeof SpotInstanceTypeEnum];
|
|
673
|
+
/**
|
|
674
|
+
* <p>Defines configuration for spot instance deployment.</p>
|
|
675
|
+
* @public
|
|
676
|
+
*/
|
|
677
|
+
export interface SpotMarketOptions {
|
|
678
|
+
/**
|
|
679
|
+
* <p>Duration of spot instance block reservation.</p>
|
|
680
|
+
* @public
|
|
681
|
+
*/
|
|
682
|
+
BlockDurationMinutes?: number | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* <p>Specifies behavior when spot instance is interrupted.</p>
|
|
685
|
+
* @public
|
|
686
|
+
*/
|
|
687
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehaviorEnum | undefined;
|
|
688
|
+
/**
|
|
689
|
+
* <p>Maximum hourly price for spot instance.</p>
|
|
690
|
+
* @public
|
|
691
|
+
*/
|
|
692
|
+
MaxPrice?: string | undefined;
|
|
693
|
+
/**
|
|
694
|
+
* <p>Defines the type of spot instance request.</p>
|
|
695
|
+
* @public
|
|
696
|
+
*/
|
|
697
|
+
SpotInstanceType?: SpotInstanceTypeEnum | undefined;
|
|
698
|
+
/**
|
|
699
|
+
* <p>Timestamp until which spot instance request is valid.</p>
|
|
700
|
+
* @public
|
|
701
|
+
*/
|
|
702
|
+
ValidUntilUtc?: Date | undefined;
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* <p>Configures marketplace-specific instance deployment options.</p>
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
export interface InstanceMarketOptionsRequest {
|
|
709
|
+
/**
|
|
710
|
+
* <p>Specifies the type of marketplace for instance deployment.</p>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
MarketType?: MarketTypeEnum | undefined;
|
|
714
|
+
/**
|
|
715
|
+
* <p>Configuration options for spot instance deployment.</p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
SpotOptions?: SpotMarketOptions | undefined;
|
|
719
|
+
}
|
|
720
|
+
/**
|
|
721
|
+
* <p>Represents an IPv6 address configuration for a WorkSpace Instance.</p>
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
724
|
+
export interface InstanceIpv6Address {
|
|
725
|
+
/**
|
|
726
|
+
* <p>Specific IPv6 address assigned to the instance.</p>
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
Ipv6Address?: string | undefined;
|
|
730
|
+
/**
|
|
731
|
+
* <p>Indicates if this is the primary IPv6 address for the instance.</p>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
IsPrimaryIpv6?: boolean | undefined;
|
|
735
|
+
}
|
|
736
|
+
/**
|
|
737
|
+
* <p>Specifies license configuration for WorkSpace Instance.</p>
|
|
738
|
+
* @public
|
|
739
|
+
*/
|
|
740
|
+
export interface LicenseConfigurationRequest {
|
|
741
|
+
/**
|
|
742
|
+
* <p>ARN of the license configuration for the WorkSpace Instance.</p>
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
745
|
+
LicenseConfigurationArn?: string | undefined;
|
|
746
|
+
}
|
|
747
|
+
/**
|
|
748
|
+
* <p>Configures automatic maintenance settings for WorkSpace Instance.</p>
|
|
749
|
+
* @public
|
|
750
|
+
*/
|
|
751
|
+
export interface InstanceMaintenanceOptionsRequest {
|
|
752
|
+
/**
|
|
753
|
+
* <p>Enables or disables automatic instance recovery.</p>
|
|
754
|
+
* @public
|
|
755
|
+
*/
|
|
756
|
+
AutoRecovery?: AutoRecoveryEnum | undefined;
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* @public
|
|
760
|
+
* @enum
|
|
761
|
+
*/
|
|
762
|
+
export declare const HttpEndpointEnum: {
|
|
763
|
+
readonly DISABLED: "disabled";
|
|
764
|
+
readonly ENABLED: "enabled";
|
|
765
|
+
};
|
|
766
|
+
/**
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
export type HttpEndpointEnum = (typeof HttpEndpointEnum)[keyof typeof HttpEndpointEnum];
|
|
770
|
+
/**
|
|
771
|
+
* @public
|
|
772
|
+
* @enum
|
|
773
|
+
*/
|
|
774
|
+
export declare const HttpProtocolIpv6Enum: {
|
|
775
|
+
readonly DISABLED: "disabled";
|
|
776
|
+
readonly ENABLED: "enabled";
|
|
777
|
+
};
|
|
778
|
+
/**
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
export type HttpProtocolIpv6Enum = (typeof HttpProtocolIpv6Enum)[keyof typeof HttpProtocolIpv6Enum];
|
|
782
|
+
/**
|
|
783
|
+
* @public
|
|
784
|
+
* @enum
|
|
785
|
+
*/
|
|
786
|
+
export declare const HttpTokensEnum: {
|
|
787
|
+
readonly OPTIONAL: "optional";
|
|
788
|
+
readonly REQUIRED: "required";
|
|
789
|
+
};
|
|
790
|
+
/**
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
793
|
+
export type HttpTokensEnum = (typeof HttpTokensEnum)[keyof typeof HttpTokensEnum];
|
|
794
|
+
/**
|
|
795
|
+
* @public
|
|
796
|
+
* @enum
|
|
797
|
+
*/
|
|
798
|
+
export declare const InstanceMetadataTagsEnum: {
|
|
799
|
+
readonly DISABLED: "disabled";
|
|
800
|
+
readonly ENABLED: "enabled";
|
|
801
|
+
};
|
|
802
|
+
/**
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
export type InstanceMetadataTagsEnum = (typeof InstanceMetadataTagsEnum)[keyof typeof InstanceMetadataTagsEnum];
|
|
806
|
+
/**
|
|
807
|
+
* <p>Defines instance metadata service configuration.</p>
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
export interface InstanceMetadataOptionsRequest {
|
|
811
|
+
/**
|
|
812
|
+
* <p>Enables or disables HTTP endpoint for instance metadata.</p>
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
HttpEndpoint?: HttpEndpointEnum | undefined;
|
|
816
|
+
/**
|
|
817
|
+
* <p>Configures IPv6 support for instance metadata HTTP protocol.</p>
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
HttpProtocolIpv6?: HttpProtocolIpv6Enum | undefined;
|
|
821
|
+
/**
|
|
822
|
+
* <p>Sets maximum number of network hops for metadata PUT responses.</p>
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
825
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
826
|
+
/**
|
|
827
|
+
* <p>Configures token requirement for instance metadata retrieval.</p>
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
830
|
+
HttpTokens?: HttpTokensEnum | undefined;
|
|
831
|
+
/**
|
|
832
|
+
* <p>Enables or disables instance metadata tags retrieval.</p>
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
InstanceMetadataTags?: InstanceMetadataTagsEnum | undefined;
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* <p>Configures detailed monitoring for WorkSpace Instance.</p>
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
841
|
+
export interface RunInstancesMonitoringEnabled {
|
|
842
|
+
/**
|
|
843
|
+
* <p>Enables or disables detailed instance monitoring.</p>
|
|
844
|
+
* @public
|
|
845
|
+
*/
|
|
846
|
+
Enabled?: boolean | undefined;
|
|
847
|
+
}
|
|
848
|
+
/**
|
|
849
|
+
* <p>Specifies UDP configuration for ENA SRD.</p>
|
|
850
|
+
* @public
|
|
851
|
+
*/
|
|
852
|
+
export interface EnaSrdUdpSpecificationRequest {
|
|
853
|
+
/**
|
|
854
|
+
* <p>Enables or disables ENA SRD for UDP traffic.</p>
|
|
855
|
+
* @public
|
|
856
|
+
*/
|
|
857
|
+
EnaSrdUdpEnabled?: boolean | undefined;
|
|
858
|
+
}
|
|
859
|
+
/**
|
|
860
|
+
* <p>Defines Elastic Network Adapter (ENA) Scalable Reliable Datagram (SRD) configuration.</p>
|
|
861
|
+
* @public
|
|
862
|
+
*/
|
|
863
|
+
export interface EnaSrdSpecificationRequest {
|
|
864
|
+
/**
|
|
865
|
+
* <p>Enables or disables ENA SRD for network performance.</p>
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
868
|
+
EnaSrdEnabled?: boolean | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* <p>Configures UDP-specific ENA SRD settings.</p>
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest | undefined;
|
|
874
|
+
}
|
|
875
|
+
/**
|
|
876
|
+
* @public
|
|
877
|
+
* @enum
|
|
878
|
+
*/
|
|
879
|
+
export declare const InterfaceTypeEnum: {
|
|
880
|
+
readonly EFA: "efa";
|
|
881
|
+
readonly EFA_ONLY: "efa-only";
|
|
882
|
+
readonly INTERFACE: "interface";
|
|
883
|
+
};
|
|
884
|
+
/**
|
|
885
|
+
* @public
|
|
886
|
+
*/
|
|
887
|
+
export type InterfaceTypeEnum = (typeof InterfaceTypeEnum)[keyof typeof InterfaceTypeEnum];
|
|
888
|
+
/**
|
|
889
|
+
* <p>Specifies IPv4 prefix configuration for network interfaces.</p>
|
|
890
|
+
* @public
|
|
891
|
+
*/
|
|
892
|
+
export interface Ipv4PrefixSpecificationRequest {
|
|
893
|
+
/**
|
|
894
|
+
* <p>Specific IPv4 prefix for network interface configuration.</p>
|
|
895
|
+
* @public
|
|
896
|
+
*/
|
|
897
|
+
Ipv4Prefix?: string | undefined;
|
|
898
|
+
}
|
|
899
|
+
/**
|
|
900
|
+
* <p>Specifies IPv6 prefix configuration for network interfaces.</p>
|
|
901
|
+
* @public
|
|
902
|
+
*/
|
|
903
|
+
export interface Ipv6PrefixSpecificationRequest {
|
|
904
|
+
/**
|
|
905
|
+
* <p>Specific IPv6 prefix for network interface configuration.</p>
|
|
906
|
+
* @public
|
|
907
|
+
*/
|
|
908
|
+
Ipv6Prefix?: string | undefined;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* <p>Defines private IP address configuration for network interface.</p>
|
|
912
|
+
* @public
|
|
913
|
+
*/
|
|
914
|
+
export interface PrivateIpAddressSpecification {
|
|
915
|
+
/**
|
|
916
|
+
* <p>Indicates if this is the primary private IP address.</p>
|
|
917
|
+
* @public
|
|
918
|
+
*/
|
|
919
|
+
Primary?: boolean | undefined;
|
|
920
|
+
/**
|
|
921
|
+
* <p>Specific private IP address for the network interface.</p>
|
|
922
|
+
* @public
|
|
923
|
+
*/
|
|
924
|
+
PrivateIpAddress?: string | undefined;
|
|
925
|
+
}
|
|
926
|
+
/**
|
|
927
|
+
* <p>Defines network interface configuration for WorkSpace Instance.</p>
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
930
|
+
export interface InstanceNetworkInterfaceSpecification {
|
|
931
|
+
/**
|
|
932
|
+
* <p>Enables carrier IP address association.</p>
|
|
933
|
+
* @public
|
|
934
|
+
*/
|
|
935
|
+
AssociateCarrierIpAddress?: boolean | undefined;
|
|
936
|
+
/**
|
|
937
|
+
* <p>Enables public IP address assignment.</p>
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* <p>Configures network connection tracking parameters.</p>
|
|
943
|
+
* @public
|
|
944
|
+
*/
|
|
945
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
|
|
946
|
+
/**
|
|
947
|
+
* <p>Descriptive text for the network interface.</p>
|
|
948
|
+
* @public
|
|
949
|
+
*/
|
|
950
|
+
Description?: string | undefined;
|
|
951
|
+
/**
|
|
952
|
+
* <p>Unique index for the network interface.</p>
|
|
953
|
+
* @public
|
|
954
|
+
*/
|
|
955
|
+
DeviceIndex?: number | undefined;
|
|
956
|
+
/**
|
|
957
|
+
* <p>Configures Elastic Network Adapter Scalable Reliable Datagram settings.</p>
|
|
958
|
+
* @public
|
|
959
|
+
*/
|
|
960
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* <p>Specifies the type of network interface.</p>
|
|
963
|
+
* @public
|
|
964
|
+
*/
|
|
965
|
+
InterfaceType?: InterfaceTypeEnum | undefined;
|
|
966
|
+
/**
|
|
967
|
+
* <p>IPv4 prefix configurations for the interface.</p>
|
|
968
|
+
* @public
|
|
969
|
+
*/
|
|
970
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
971
|
+
/**
|
|
972
|
+
* <p>Number of IPv4 prefixes to assign.</p>
|
|
973
|
+
* @public
|
|
974
|
+
*/
|
|
975
|
+
Ipv4PrefixCount?: number | undefined;
|
|
976
|
+
/**
|
|
977
|
+
* <p>Number of IPv6 addresses to assign.</p>
|
|
978
|
+
* @public
|
|
979
|
+
*/
|
|
980
|
+
Ipv6AddressCount?: number | undefined;
|
|
981
|
+
/**
|
|
982
|
+
* <p>Specific IPv6 addresses for the interface.</p>
|
|
983
|
+
* @public
|
|
984
|
+
*/
|
|
985
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
986
|
+
/**
|
|
987
|
+
* <p>IPv6 prefix configurations for the interface.</p>
|
|
988
|
+
* @public
|
|
989
|
+
*/
|
|
990
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
991
|
+
/**
|
|
992
|
+
* <p>Number of IPv6 prefixes to assign.</p>
|
|
993
|
+
* @public
|
|
994
|
+
*/
|
|
995
|
+
Ipv6PrefixCount?: number | undefined;
|
|
996
|
+
/**
|
|
997
|
+
* <p>Index of the network card for multiple network interfaces.</p>
|
|
998
|
+
* @public
|
|
999
|
+
*/
|
|
1000
|
+
NetworkCardIndex?: number | undefined;
|
|
1001
|
+
/**
|
|
1002
|
+
* <p>Unique identifier for the network interface.</p>
|
|
1003
|
+
* @public
|
|
1004
|
+
*/
|
|
1005
|
+
NetworkInterfaceId?: string | undefined;
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>Indicates the primary IPv6 configuration.</p>
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
1010
|
+
PrimaryIpv6?: boolean | undefined;
|
|
1011
|
+
/**
|
|
1012
|
+
* <p>Primary private IP address for the interface.</p>
|
|
1013
|
+
* @public
|
|
1014
|
+
*/
|
|
1015
|
+
PrivateIpAddress?: string | undefined;
|
|
1016
|
+
/**
|
|
1017
|
+
* <p>List of private IP addresses for the interface.</p>
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
1020
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
1021
|
+
/**
|
|
1022
|
+
* <p>Number of additional private IP addresses to assign.</p>
|
|
1023
|
+
* @public
|
|
1024
|
+
*/
|
|
1025
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>Security groups associated with the network interface.</p>
|
|
1028
|
+
* @public
|
|
1029
|
+
*/
|
|
1030
|
+
Groups?: string[] | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>Subnet identifier for the network interface.</p>
|
|
1033
|
+
* @public
|
|
1034
|
+
*/
|
|
1035
|
+
SubnetId?: string | undefined;
|
|
1036
|
+
}
|
|
1037
|
+
/**
|
|
1038
|
+
* <p>Configures network performance settings for WorkSpace Instance.</p>
|
|
1039
|
+
* @public
|
|
1040
|
+
*/
|
|
1041
|
+
export interface InstanceNetworkPerformanceOptionsRequest {
|
|
1042
|
+
/**
|
|
1043
|
+
* <p>Defines bandwidth allocation strategy for network interfaces.</p>
|
|
1044
|
+
* @public
|
|
1045
|
+
*/
|
|
1046
|
+
BandwidthWeighting?: BandwidthWeightingEnum | undefined;
|
|
1047
|
+
}
|
|
1048
|
+
/**
|
|
1049
|
+
* @public
|
|
1050
|
+
* @enum
|
|
1051
|
+
*/
|
|
1052
|
+
export declare const TenancyEnum: {
|
|
1053
|
+
readonly DEDICATED: "dedicated";
|
|
1054
|
+
readonly DEFAULT: "default";
|
|
1055
|
+
readonly HOST: "host";
|
|
1056
|
+
};
|
|
1057
|
+
/**
|
|
1058
|
+
* @public
|
|
1059
|
+
*/
|
|
1060
|
+
export type TenancyEnum = (typeof TenancyEnum)[keyof typeof TenancyEnum];
|
|
1061
|
+
/**
|
|
1062
|
+
* <p>Defines instance placement configuration for WorkSpace Instance.</p>
|
|
1063
|
+
* @public
|
|
1064
|
+
*/
|
|
1065
|
+
export interface Placement {
|
|
1066
|
+
/**
|
|
1067
|
+
* <p>Specifies host affinity for dedicated instances.</p>
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
Affinity?: string | undefined;
|
|
1071
|
+
/**
|
|
1072
|
+
* <p>Identifies the specific AWS availability zone.</p>
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
AvailabilityZone?: string | undefined;
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>Unique identifier for placement group.</p>
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
GroupId?: string | undefined;
|
|
1081
|
+
/**
|
|
1082
|
+
* <p>Name of the placement group.</p>
|
|
1083
|
+
* @public
|
|
1084
|
+
*/
|
|
1085
|
+
GroupName?: string | undefined;
|
|
1086
|
+
/**
|
|
1087
|
+
* <p>Identifies the specific dedicated host.</p>
|
|
1088
|
+
* @public
|
|
1089
|
+
*/
|
|
1090
|
+
HostId?: string | undefined;
|
|
1091
|
+
/**
|
|
1092
|
+
* <p>ARN of the host resource group.</p>
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
1095
|
+
HostResourceGroupArn?: string | undefined;
|
|
1096
|
+
/**
|
|
1097
|
+
* <p>Specifies partition number for partition placement groups.</p>
|
|
1098
|
+
* @public
|
|
1099
|
+
*/
|
|
1100
|
+
PartitionNumber?: number | undefined;
|
|
1101
|
+
/**
|
|
1102
|
+
* <p>Defines instance tenancy configuration.</p>
|
|
1103
|
+
* @public
|
|
1104
|
+
*/
|
|
1105
|
+
Tenancy?: TenancyEnum | undefined;
|
|
1106
|
+
}
|
|
1107
|
+
/**
|
|
1108
|
+
* @public
|
|
1109
|
+
* @enum
|
|
1110
|
+
*/
|
|
1111
|
+
export declare const HostnameTypeEnum: {
|
|
1112
|
+
readonly IP_NAME: "ip-name";
|
|
1113
|
+
readonly RESOURCE_NAME: "resource-name";
|
|
1114
|
+
};
|
|
1115
|
+
/**
|
|
1116
|
+
* @public
|
|
1117
|
+
*/
|
|
1118
|
+
export type HostnameTypeEnum = (typeof HostnameTypeEnum)[keyof typeof HostnameTypeEnum];
|
|
1119
|
+
/**
|
|
1120
|
+
* <p>Configures private DNS name settings for WorkSpace Instance.</p>
|
|
1121
|
+
* @public
|
|
1122
|
+
*/
|
|
1123
|
+
export interface PrivateDnsNameOptionsRequest {
|
|
1124
|
+
/**
|
|
1125
|
+
* <p>Specifies the type of hostname configuration.</p>
|
|
1126
|
+
* @public
|
|
1127
|
+
*/
|
|
1128
|
+
HostnameType?: HostnameTypeEnum | undefined;
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>Enables DNS A record for resource name resolution.</p>
|
|
1131
|
+
* @public
|
|
1132
|
+
*/
|
|
1133
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1134
|
+
/**
|
|
1135
|
+
* <p>Enables DNS AAAA record for resource name resolution.</p>
|
|
1136
|
+
* @public
|
|
1137
|
+
*/
|
|
1138
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1139
|
+
}
|
|
1140
|
+
/**
|
|
1141
|
+
* <p>Defines comprehensive configuration for a managed WorkSpace Instance.</p>
|
|
1142
|
+
* @public
|
|
1143
|
+
*/
|
|
1144
|
+
export interface ManagedInstanceRequest {
|
|
1145
|
+
/**
|
|
1146
|
+
* <p>Configures block device mappings for storage.</p>
|
|
1147
|
+
* @public
|
|
1148
|
+
*/
|
|
1149
|
+
BlockDeviceMappings?: BlockDeviceMappingRequest[] | undefined;
|
|
1150
|
+
/**
|
|
1151
|
+
* <p>Specifies capacity reservation preferences.</p>
|
|
1152
|
+
* @public
|
|
1153
|
+
*/
|
|
1154
|
+
CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
|
|
1155
|
+
/**
|
|
1156
|
+
* <p>Configures CPU-specific settings.</p>
|
|
1157
|
+
* @public
|
|
1158
|
+
*/
|
|
1159
|
+
CpuOptions?: CpuOptionsRequest | undefined;
|
|
1160
|
+
/**
|
|
1161
|
+
* <p>Defines CPU credit configuration for burstable instances.</p>
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
1164
|
+
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
1165
|
+
/**
|
|
1166
|
+
* <p>Prevents API-initiated instance stop.</p>
|
|
1167
|
+
* @public
|
|
1168
|
+
*/
|
|
1169
|
+
DisableApiStop?: boolean | undefined;
|
|
1170
|
+
/**
|
|
1171
|
+
* <p>Enables optimized EBS performance.</p>
|
|
1172
|
+
* @public
|
|
1173
|
+
*/
|
|
1174
|
+
EbsOptimized?: boolean | undefined;
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>Enables primary IPv6 address configuration.</p>
|
|
1177
|
+
* @public
|
|
1178
|
+
*/
|
|
1179
|
+
EnablePrimaryIpv6?: boolean | undefined;
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>Configures AWS Nitro Enclave settings.</p>
|
|
1182
|
+
* @public
|
|
1183
|
+
*/
|
|
1184
|
+
EnclaveOptions?: EnclaveOptionsRequest | undefined;
|
|
1185
|
+
/**
|
|
1186
|
+
* <p>Configures instance hibernation capabilities.</p>
|
|
1187
|
+
* @public
|
|
1188
|
+
*/
|
|
1189
|
+
HibernationOptions?: HibernationOptionsRequest | undefined;
|
|
1190
|
+
/**
|
|
1191
|
+
* <p>Specifies IAM instance profile configuration.</p>
|
|
1192
|
+
* @public
|
|
1193
|
+
*/
|
|
1194
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
1195
|
+
/**
|
|
1196
|
+
* <p>Identifies the Amazon Machine Image (AMI) for the instance.</p>
|
|
1197
|
+
* @public
|
|
1198
|
+
*/
|
|
1199
|
+
ImageId?: string | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* <p>Configures marketplace-specific deployment options.</p>
|
|
1202
|
+
* @public
|
|
1203
|
+
*/
|
|
1204
|
+
InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
|
|
1205
|
+
/**
|
|
1206
|
+
* <p>Specifies the WorkSpace Instance type.</p>
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1209
|
+
InstanceType?: string | undefined;
|
|
1210
|
+
/**
|
|
1211
|
+
* <p>Configures specific IPv6 addresses.</p>
|
|
1212
|
+
* @public
|
|
1213
|
+
*/
|
|
1214
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
1215
|
+
/**
|
|
1216
|
+
* <p>Specifies number of IPv6 addresses to assign.</p>
|
|
1217
|
+
* @public
|
|
1218
|
+
*/
|
|
1219
|
+
Ipv6AddressCount?: number | undefined;
|
|
1220
|
+
/**
|
|
1221
|
+
* <p>Identifies the kernel for the instance.</p>
|
|
1222
|
+
* @public
|
|
1223
|
+
*/
|
|
1224
|
+
KernelId?: string | undefined;
|
|
1225
|
+
/**
|
|
1226
|
+
* <p>Specifies the key pair for instance access.</p>
|
|
1227
|
+
* @public
|
|
1228
|
+
*/
|
|
1229
|
+
KeyName?: string | undefined;
|
|
1230
|
+
/**
|
|
1231
|
+
* <p>Configures license-related settings.</p>
|
|
1232
|
+
* @public
|
|
1233
|
+
*/
|
|
1234
|
+
LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
|
|
1235
|
+
/**
|
|
1236
|
+
* <p>Defines automatic maintenance settings.</p>
|
|
1237
|
+
* @public
|
|
1238
|
+
*/
|
|
1239
|
+
MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
|
|
1240
|
+
/**
|
|
1241
|
+
* <p>Configures instance metadata service settings.</p>
|
|
1242
|
+
* @public
|
|
1243
|
+
*/
|
|
1244
|
+
MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
|
|
1245
|
+
/**
|
|
1246
|
+
* <p>Enables or disables detailed instance monitoring.</p>
|
|
1247
|
+
* @public
|
|
1248
|
+
*/
|
|
1249
|
+
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
1250
|
+
/**
|
|
1251
|
+
* <p>Configures network interface settings.</p>
|
|
1252
|
+
* @public
|
|
1253
|
+
*/
|
|
1254
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
1255
|
+
/**
|
|
1256
|
+
* <p>Defines network performance configuration.</p>
|
|
1257
|
+
* @public
|
|
1258
|
+
*/
|
|
1259
|
+
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptionsRequest | undefined;
|
|
1260
|
+
/**
|
|
1261
|
+
* <p>Specifies instance placement preferences.</p>
|
|
1262
|
+
* @public
|
|
1263
|
+
*/
|
|
1264
|
+
Placement?: Placement | undefined;
|
|
1265
|
+
/**
|
|
1266
|
+
* <p>Configures private DNS name settings.</p>
|
|
1267
|
+
* @public
|
|
1268
|
+
*/
|
|
1269
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
|
|
1270
|
+
/**
|
|
1271
|
+
* <p>Specifies the primary private IP address.</p>
|
|
1272
|
+
* @public
|
|
1273
|
+
*/
|
|
1274
|
+
PrivateIpAddress?: string | undefined;
|
|
1275
|
+
/**
|
|
1276
|
+
* <p>Identifies the ramdisk for the instance.</p>
|
|
1277
|
+
* @public
|
|
1278
|
+
*/
|
|
1279
|
+
RamdiskId?: string | undefined;
|
|
1280
|
+
/**
|
|
1281
|
+
* <p>Specifies security group identifiers.</p>
|
|
1282
|
+
* @public
|
|
1283
|
+
*/
|
|
1284
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1285
|
+
/**
|
|
1286
|
+
* <p>Configures security group settings.</p>
|
|
1287
|
+
* @public
|
|
1288
|
+
*/
|
|
1289
|
+
SecurityGroups?: string[] | undefined;
|
|
1290
|
+
/**
|
|
1291
|
+
* <p>Identifies the subnet for the instance.</p>
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1294
|
+
SubnetId?: string | undefined;
|
|
1295
|
+
/**
|
|
1296
|
+
* <p>Configures resource tagging specifications.</p>
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1299
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1300
|
+
/**
|
|
1301
|
+
* <p>Provides custom initialization data for the instance.</p>
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1304
|
+
UserData?: string | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
/**
|
|
1307
|
+
* <p>Defines the configuration parameters for creating a new WorkSpaces Instance.</p>
|
|
1308
|
+
* @public
|
|
1309
|
+
*/
|
|
1310
|
+
export interface CreateWorkspaceInstanceRequest {
|
|
1311
|
+
/**
|
|
1312
|
+
* <p>Unique token to ensure idempotent instance creation, preventing duplicate workspace launches.</p>
|
|
1313
|
+
* @public
|
|
1314
|
+
*/
|
|
1315
|
+
ClientToken?: string | undefined;
|
|
1316
|
+
/**
|
|
1317
|
+
* <p>Optional metadata tags for categorizing and managing WorkSpaces Instances.</p>
|
|
1318
|
+
* @public
|
|
1319
|
+
*/
|
|
1320
|
+
Tags?: Tag[] | undefined;
|
|
1321
|
+
/**
|
|
1322
|
+
* <p>Comprehensive configuration settings for the WorkSpaces Instance, including network, compute, and storage parameters.</p>
|
|
1323
|
+
* @public
|
|
1324
|
+
*/
|
|
1325
|
+
ManagedInstance: ManagedInstanceRequest | undefined;
|
|
1326
|
+
}
|
|
1327
|
+
/**
|
|
1328
|
+
* <p>Returns the unique identifier for the newly created WorkSpaces Instance.</p>
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
1331
|
+
export interface CreateWorkspaceInstanceResponse {
|
|
1332
|
+
/**
|
|
1333
|
+
* <p>Unique identifier assigned to the newly created WorkSpaces Instance.</p>
|
|
1334
|
+
* @public
|
|
1335
|
+
*/
|
|
1336
|
+
WorkspaceInstanceId?: string | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
/**
|
|
1339
|
+
* <p>Specifies the volume to delete.</p>
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
export interface DeleteVolumeRequest {
|
|
1343
|
+
/**
|
|
1344
|
+
* <p>Identifier of the volume to delete.</p>
|
|
1345
|
+
* @public
|
|
1346
|
+
*/
|
|
1347
|
+
VolumeId: string | undefined;
|
|
1348
|
+
}
|
|
1349
|
+
/**
|
|
1350
|
+
* <p>Confirms volume deletion.</p>
|
|
1351
|
+
* @public
|
|
1352
|
+
*/
|
|
1353
|
+
export interface DeleteVolumeResponse {
|
|
1354
|
+
}
|
|
1355
|
+
/**
|
|
1356
|
+
* <p>The WorkSpace to delete</p>
|
|
1357
|
+
* @public
|
|
1358
|
+
*/
|
|
1359
|
+
export interface DeleteWorkspaceInstanceRequest {
|
|
1360
|
+
/**
|
|
1361
|
+
* <p>Unique identifier of the WorkSpaces Instance targeted for deletion.</p>
|
|
1362
|
+
* @public
|
|
1363
|
+
*/
|
|
1364
|
+
WorkspaceInstanceId: string | undefined;
|
|
1365
|
+
}
|
|
1366
|
+
/**
|
|
1367
|
+
* <p>Confirms the successful deletion of the specified WorkSpace Instance.</p>
|
|
1368
|
+
* @public
|
|
1369
|
+
*/
|
|
1370
|
+
export interface DeleteWorkspaceInstanceResponse {
|
|
1371
|
+
}
|
|
1372
|
+
/**
|
|
1373
|
+
* @public
|
|
1374
|
+
* @enum
|
|
1375
|
+
*/
|
|
1376
|
+
export declare const DisassociateModeEnum: {
|
|
1377
|
+
readonly FORCE: "FORCE";
|
|
1378
|
+
readonly NO_FORCE: "NO_FORCE";
|
|
1379
|
+
};
|
|
1380
|
+
/**
|
|
1381
|
+
* @public
|
|
1382
|
+
*/
|
|
1383
|
+
export type DisassociateModeEnum = (typeof DisassociateModeEnum)[keyof typeof DisassociateModeEnum];
|
|
1384
|
+
/**
|
|
1385
|
+
* <p>Specifies volume detachment parameters.</p>
|
|
1386
|
+
* @public
|
|
1387
|
+
*/
|
|
1388
|
+
export interface DisassociateVolumeRequest {
|
|
1389
|
+
/**
|
|
1390
|
+
* <p>WorkSpace Instance to detach volume from.</p>
|
|
1391
|
+
* @public
|
|
1392
|
+
*/
|
|
1393
|
+
WorkspaceInstanceId: string | undefined;
|
|
1394
|
+
/**
|
|
1395
|
+
* <p>Volume to be detached.</p>
|
|
1396
|
+
* @public
|
|
1397
|
+
*/
|
|
1398
|
+
VolumeId: string | undefined;
|
|
1399
|
+
/**
|
|
1400
|
+
* <p>Device path of volume to detach.</p>
|
|
1401
|
+
* @public
|
|
1402
|
+
*/
|
|
1403
|
+
Device?: string | undefined;
|
|
1404
|
+
/**
|
|
1405
|
+
* <p>Mode for volume detachment.</p>
|
|
1406
|
+
* @public
|
|
1407
|
+
*/
|
|
1408
|
+
DisassociateMode?: DisassociateModeEnum | undefined;
|
|
1409
|
+
}
|
|
1410
|
+
/**
|
|
1411
|
+
* <p>Confirms volume detachment.</p>
|
|
1412
|
+
* @public
|
|
1413
|
+
*/
|
|
1414
|
+
export interface DisassociateVolumeResponse {
|
|
1415
|
+
}
|
|
1416
|
+
/**
|
|
1417
|
+
* <p>Captures detailed error information for EC2 instance operations.</p>
|
|
1418
|
+
* @public
|
|
1419
|
+
*/
|
|
1420
|
+
export interface EC2InstanceError {
|
|
1421
|
+
/**
|
|
1422
|
+
* <p>Unique error code identifying the specific EC2 instance error.</p>
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
1425
|
+
EC2ErrorCode?: string | undefined;
|
|
1426
|
+
/**
|
|
1427
|
+
* <p>Type of exception encountered during EC2 instance operation.</p>
|
|
1428
|
+
* @public
|
|
1429
|
+
*/
|
|
1430
|
+
EC2ExceptionType?: string | undefined;
|
|
1431
|
+
/**
|
|
1432
|
+
* <p>Detailed description of the EC2 instance error.</p>
|
|
1433
|
+
* @public
|
|
1434
|
+
*/
|
|
1435
|
+
EC2ErrorMessage?: string | undefined;
|
|
1436
|
+
}
|
|
1437
|
+
/**
|
|
1438
|
+
* <p>Represents an EC2 instance managed by WorkSpaces.</p>
|
|
1439
|
+
* @public
|
|
1440
|
+
*/
|
|
1441
|
+
export interface EC2ManagedInstance {
|
|
1442
|
+
/**
|
|
1443
|
+
* <p>Unique identifier of the managed EC2 instance.</p>
|
|
1444
|
+
* @public
|
|
1445
|
+
*/
|
|
1446
|
+
InstanceId?: string | undefined;
|
|
1447
|
+
}
|
|
1448
|
+
/**
|
|
1449
|
+
* <p>Identifies the WorkSpaces Instance to retrieve detailed information for.</p>
|
|
1450
|
+
* @public
|
|
1451
|
+
*/
|
|
1452
|
+
export interface GetWorkspaceInstanceRequest {
|
|
1453
|
+
/**
|
|
1454
|
+
* <p>Unique identifier of the WorkSpace Instance to retrieve.</p>
|
|
1455
|
+
* @public
|
|
1456
|
+
*/
|
|
1457
|
+
WorkspaceInstanceId: string | undefined;
|
|
1458
|
+
}
|
|
1459
|
+
/**
|
|
1460
|
+
* @public
|
|
1461
|
+
* @enum
|
|
1462
|
+
*/
|
|
1463
|
+
export declare const ProvisionStateEnum: {
|
|
1464
|
+
readonly ALLOCATED: "ALLOCATED";
|
|
1465
|
+
readonly ALLOCATING: "ALLOCATING";
|
|
1466
|
+
readonly DEALLOCATED: "DEALLOCATED";
|
|
1467
|
+
readonly DEALLOCATING: "DEALLOCATING";
|
|
1468
|
+
readonly ERROR_ALLOCATING: "ERROR_ALLOCATING";
|
|
1469
|
+
readonly ERROR_DEALLOCATING: "ERROR_DEALLOCATING";
|
|
1470
|
+
};
|
|
1471
|
+
/**
|
|
1472
|
+
* @public
|
|
1473
|
+
*/
|
|
1474
|
+
export type ProvisionStateEnum = (typeof ProvisionStateEnum)[keyof typeof ProvisionStateEnum];
|
|
1475
|
+
/**
|
|
1476
|
+
* <p>Captures errors specific to WorkSpace Instance operations.</p>
|
|
1477
|
+
* @public
|
|
1478
|
+
*/
|
|
1479
|
+
export interface WorkspaceInstanceError {
|
|
1480
|
+
/**
|
|
1481
|
+
* <p>Unique error code for the WorkSpace Instance error.</p>
|
|
1482
|
+
* @public
|
|
1483
|
+
*/
|
|
1484
|
+
ErrorCode?: string | undefined;
|
|
1485
|
+
/**
|
|
1486
|
+
* <p>Detailed description of the WorkSpace Instance error.</p>
|
|
1487
|
+
* @public
|
|
1488
|
+
*/
|
|
1489
|
+
ErrorMessage?: string | undefined;
|
|
1490
|
+
}
|
|
1491
|
+
/**
|
|
1492
|
+
* <p>Provides comprehensive details about the requested WorkSpaces Instance.</p>
|
|
1493
|
+
* @public
|
|
1494
|
+
*/
|
|
1495
|
+
export interface GetWorkspaceInstanceResponse {
|
|
1496
|
+
/**
|
|
1497
|
+
* <p>Captures any errors specific to the WorkSpace Instance lifecycle.</p>
|
|
1498
|
+
* @public
|
|
1499
|
+
*/
|
|
1500
|
+
WorkspaceInstanceErrors?: WorkspaceInstanceError[] | undefined;
|
|
1501
|
+
/**
|
|
1502
|
+
* <p>Includes any underlying EC2 instance errors encountered.</p>
|
|
1503
|
+
* @public
|
|
1504
|
+
*/
|
|
1505
|
+
EC2InstanceErrors?: EC2InstanceError[] | undefined;
|
|
1506
|
+
/**
|
|
1507
|
+
* <p>Current provisioning state of the WorkSpaces Instance.</p>
|
|
1508
|
+
* @public
|
|
1509
|
+
*/
|
|
1510
|
+
ProvisionState?: ProvisionStateEnum | undefined;
|
|
1511
|
+
/**
|
|
1512
|
+
* <p>Unique identifier of the retrieved WorkSpaces Instance.</p>
|
|
1513
|
+
* @public
|
|
1514
|
+
*/
|
|
1515
|
+
WorkspaceInstanceId?: string | undefined;
|
|
1516
|
+
/**
|
|
1517
|
+
* <p>Details of the associated EC2 managed instance.</p>
|
|
1518
|
+
* @public
|
|
1519
|
+
*/
|
|
1520
|
+
EC2ManagedInstance?: EC2ManagedInstance | undefined;
|
|
1521
|
+
}
|
|
1522
|
+
/**
|
|
1523
|
+
* <p>Defines input parameters for retrieving supported WorkSpaces Instances instance types.</p>
|
|
1524
|
+
* @public
|
|
1525
|
+
*/
|
|
1526
|
+
export interface ListInstanceTypesRequest {
|
|
1527
|
+
/**
|
|
1528
|
+
* <p>Maximum number of instance types to return in a single API call. Enables pagination of instance type results.</p>
|
|
1529
|
+
* @public
|
|
1530
|
+
*/
|
|
1531
|
+
MaxResults?: number | undefined;
|
|
1532
|
+
/**
|
|
1533
|
+
* <p>Pagination token for retrieving subsequent pages of instance type results.</p>
|
|
1534
|
+
* @public
|
|
1535
|
+
*/
|
|
1536
|
+
NextToken?: string | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
/**
|
|
1539
|
+
* <p>Provides details about a specific WorkSpace Instance type.</p>
|
|
1540
|
+
* @public
|
|
1541
|
+
*/
|
|
1542
|
+
export interface InstanceTypeInfo {
|
|
1543
|
+
/**
|
|
1544
|
+
* <p>Unique identifier for the WorkSpace Instance type.</p>
|
|
1545
|
+
* @public
|
|
1546
|
+
*/
|
|
1547
|
+
InstanceType?: string | undefined;
|
|
1548
|
+
}
|
|
1549
|
+
/**
|
|
1550
|
+
* <p>Contains the list of instance types supported by WorkSpaces Instances.</p>
|
|
1551
|
+
* @public
|
|
1552
|
+
*/
|
|
1553
|
+
export interface ListInstanceTypesResponse {
|
|
1554
|
+
/**
|
|
1555
|
+
* <p>Collection of supported instance types for WorkSpaces Instances.</p>
|
|
1556
|
+
* @public
|
|
1557
|
+
*/
|
|
1558
|
+
InstanceTypes: InstanceTypeInfo[] | undefined;
|
|
1559
|
+
/**
|
|
1560
|
+
* <p>Token for retrieving additional instance types if the result set is paginated.</p>
|
|
1561
|
+
* @public
|
|
1562
|
+
*/
|
|
1563
|
+
NextToken?: string | undefined;
|
|
1564
|
+
}
|
|
1565
|
+
/**
|
|
1566
|
+
* <p>Defines input parameters for retrieving supported WorkSpaces Instances regions.</p>
|
|
1567
|
+
* @public
|
|
1568
|
+
*/
|
|
1569
|
+
export interface ListRegionsRequest {
|
|
1570
|
+
/**
|
|
1571
|
+
* <p>Maximum number of regions to return in a single API call. Enables pagination of region results.</p>
|
|
1572
|
+
* @public
|
|
1573
|
+
*/
|
|
1574
|
+
MaxResults?: number | undefined;
|
|
1575
|
+
/**
|
|
1576
|
+
* <p>Pagination token for retrieving subsequent pages of region results.</p>
|
|
1577
|
+
* @public
|
|
1578
|
+
*/
|
|
1579
|
+
NextToken?: string | undefined;
|
|
1580
|
+
}
|
|
1581
|
+
/**
|
|
1582
|
+
* <p>Represents an AWS region supported by WorkSpaces Instances.</p>
|
|
1583
|
+
* @public
|
|
1584
|
+
*/
|
|
1585
|
+
export interface Region {
|
|
1586
|
+
/**
|
|
1587
|
+
* <p>Name of the AWS region.</p>
|
|
1588
|
+
* @public
|
|
1589
|
+
*/
|
|
1590
|
+
RegionName?: string | undefined;
|
|
1591
|
+
}
|
|
1592
|
+
/**
|
|
1593
|
+
* <p>Contains the list of supported AWS regions for WorkSpaces Instances.</p>
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1596
|
+
export interface ListRegionsResponse {
|
|
1597
|
+
/**
|
|
1598
|
+
* <p>Collection of AWS regions supported by WorkSpaces Instances.</p>
|
|
1599
|
+
* @public
|
|
1600
|
+
*/
|
|
1601
|
+
Regions: Region[] | undefined;
|
|
1602
|
+
/**
|
|
1603
|
+
* <p>Token for retrieving additional regions if the result set is paginated.</p>
|
|
1604
|
+
* @public
|
|
1605
|
+
*/
|
|
1606
|
+
NextToken?: string | undefined;
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* <p>Specifies the WorkSpace Instance to retrieve tags for.</p>
|
|
1610
|
+
* @public
|
|
1611
|
+
*/
|
|
1612
|
+
export interface ListTagsForResourceRequest {
|
|
1613
|
+
/**
|
|
1614
|
+
* <p>Unique identifier of the WorkSpace Instance.</p>
|
|
1615
|
+
* @public
|
|
1616
|
+
*/
|
|
1617
|
+
WorkspaceInstanceId: string | undefined;
|
|
1618
|
+
}
|
|
1619
|
+
/**
|
|
1620
|
+
* <p>Returns the list of tags for the specified WorkSpace Instance.</p>
|
|
1621
|
+
* @public
|
|
1622
|
+
*/
|
|
1623
|
+
export interface ListTagsForResourceResponse {
|
|
1624
|
+
/**
|
|
1625
|
+
* <p>Collection of tags associated with the WorkSpace Instance.</p>
|
|
1626
|
+
* @public
|
|
1627
|
+
*/
|
|
1628
|
+
Tags?: Tag[] | undefined;
|
|
1629
|
+
}
|
|
1630
|
+
/**
|
|
1631
|
+
* <p>Defines filters and pagination parameters for retrieving WorkSpaces Instances.</p>
|
|
1632
|
+
* @public
|
|
1633
|
+
*/
|
|
1634
|
+
export interface ListWorkspaceInstancesRequest {
|
|
1635
|
+
/**
|
|
1636
|
+
* <p>Filter WorkSpaces Instances by their current provisioning states.</p>
|
|
1637
|
+
* @public
|
|
1638
|
+
*/
|
|
1639
|
+
ProvisionStates?: ProvisionStateEnum[] | undefined;
|
|
1640
|
+
/**
|
|
1641
|
+
* <p>Maximum number of WorkSpaces Instances to return in a single response.</p>
|
|
1642
|
+
* @public
|
|
1643
|
+
*/
|
|
1644
|
+
MaxResults?: number | undefined;
|
|
1645
|
+
/**
|
|
1646
|
+
* <p>Pagination token for retrieving subsequent pages of WorkSpaces Instances.</p>
|
|
1647
|
+
* @public
|
|
1648
|
+
*/
|
|
1649
|
+
NextToken?: string | undefined;
|
|
1650
|
+
}
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>Represents a single WorkSpace Instance.</p>
|
|
1653
|
+
* @public
|
|
1654
|
+
*/
|
|
1655
|
+
export interface WorkspaceInstance {
|
|
1656
|
+
/**
|
|
1657
|
+
* <p>Current provisioning state of the WorkSpace Instance.</p>
|
|
1658
|
+
* @public
|
|
1659
|
+
*/
|
|
1660
|
+
ProvisionState?: ProvisionStateEnum | undefined;
|
|
1661
|
+
/**
|
|
1662
|
+
* <p>Unique identifier for the WorkSpace Instance.</p>
|
|
1663
|
+
* @public
|
|
1664
|
+
*/
|
|
1665
|
+
WorkspaceInstanceId?: string | undefined;
|
|
1666
|
+
/**
|
|
1667
|
+
* <p>Details of the associated EC2 managed instance.</p>
|
|
1668
|
+
* @public
|
|
1669
|
+
*/
|
|
1670
|
+
EC2ManagedInstance?: EC2ManagedInstance | undefined;
|
|
1671
|
+
}
|
|
1672
|
+
/**
|
|
1673
|
+
* <p>Contains the list of WorkSpaces Instances matching the specified criteria.</p>
|
|
1674
|
+
* @public
|
|
1675
|
+
*/
|
|
1676
|
+
export interface ListWorkspaceInstancesResponse {
|
|
1677
|
+
/**
|
|
1678
|
+
* <p>Collection of WorkSpaces Instances returned by the query.</p>
|
|
1679
|
+
* @public
|
|
1680
|
+
*/
|
|
1681
|
+
WorkspaceInstances: WorkspaceInstance[] | undefined;
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>Token for retrieving additional WorkSpaces Instances if the result set is paginated.</p>
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1686
|
+
NextToken?: string | undefined;
|
|
1687
|
+
}
|
|
1688
|
+
/**
|
|
1689
|
+
* <p>Specifies tags to add to a WorkSpace Instance.</p>
|
|
1690
|
+
* @public
|
|
1691
|
+
*/
|
|
1692
|
+
export interface TagResourceRequest {
|
|
1693
|
+
/**
|
|
1694
|
+
* <p>Unique identifier of the WorkSpace Instance to tag.</p>
|
|
1695
|
+
* @public
|
|
1696
|
+
*/
|
|
1697
|
+
WorkspaceInstanceId: string | undefined;
|
|
1698
|
+
/**
|
|
1699
|
+
* <p>Tags to be added to the WorkSpace Instance.</p>
|
|
1700
|
+
* @public
|
|
1701
|
+
*/
|
|
1702
|
+
Tags: Tag[] | undefined;
|
|
1703
|
+
}
|
|
1704
|
+
/**
|
|
1705
|
+
* <p>Confirms successful tag addition.</p>
|
|
1706
|
+
* @public
|
|
1707
|
+
*/
|
|
1708
|
+
export interface TagResourceResponse {
|
|
1709
|
+
}
|
|
1710
|
+
/**
|
|
1711
|
+
* <p>Specifies tags to remove from a WorkSpace Instance.</p>
|
|
1712
|
+
* @public
|
|
1713
|
+
*/
|
|
1714
|
+
export interface UntagResourceRequest {
|
|
1715
|
+
/**
|
|
1716
|
+
* <p>Unique identifier of the WorkSpace Instance to untag.</p>
|
|
1717
|
+
* @public
|
|
1718
|
+
*/
|
|
1719
|
+
WorkspaceInstanceId: string | undefined;
|
|
1720
|
+
/**
|
|
1721
|
+
* <p>Keys of tags to be removed.</p>
|
|
1722
|
+
* @public
|
|
1723
|
+
*/
|
|
1724
|
+
TagKeys: string[] | undefined;
|
|
1725
|
+
}
|
|
1726
|
+
/**
|
|
1727
|
+
* <p>Confirms successful tag removal.</p>
|
|
1728
|
+
* @public
|
|
1729
|
+
*/
|
|
1730
|
+
export interface UntagResourceResponse {
|
|
1731
|
+
}
|
|
1732
|
+
/**
|
|
1733
|
+
* @internal
|
|
1734
|
+
*/
|
|
1735
|
+
export declare const EbsBlockDeviceFilterSensitiveLog: (obj: EbsBlockDevice) => any;
|
|
1736
|
+
/**
|
|
1737
|
+
* @internal
|
|
1738
|
+
*/
|
|
1739
|
+
export declare const BlockDeviceMappingRequestFilterSensitiveLog: (obj: BlockDeviceMappingRequest) => any;
|
|
1740
|
+
/**
|
|
1741
|
+
* @internal
|
|
1742
|
+
*/
|
|
1743
|
+
export declare const CreateVolumeRequestFilterSensitiveLog: (obj: CreateVolumeRequest) => any;
|
|
1744
|
+
/**
|
|
1745
|
+
* @internal
|
|
1746
|
+
*/
|
|
1747
|
+
export declare const InstanceIpv6AddressFilterSensitiveLog: (obj: InstanceIpv6Address) => any;
|
|
1748
|
+
/**
|
|
1749
|
+
* @internal
|
|
1750
|
+
*/
|
|
1751
|
+
export declare const PrivateIpAddressSpecificationFilterSensitiveLog: (obj: PrivateIpAddressSpecification) => any;
|
|
1752
|
+
/**
|
|
1753
|
+
* @internal
|
|
1754
|
+
*/
|
|
1755
|
+
export declare const InstanceNetworkInterfaceSpecificationFilterSensitiveLog: (obj: InstanceNetworkInterfaceSpecification) => any;
|
|
1756
|
+
/**
|
|
1757
|
+
* @internal
|
|
1758
|
+
*/
|
|
1759
|
+
export declare const ManagedInstanceRequestFilterSensitiveLog: (obj: ManagedInstanceRequest) => any;
|
|
1760
|
+
/**
|
|
1761
|
+
* @internal
|
|
1762
|
+
*/
|
|
1763
|
+
export declare const CreateWorkspaceInstanceRequestFilterSensitiveLog: (obj: CreateWorkspaceInstanceRequest) => any;
|
|
1764
|
+
/**
|
|
1765
|
+
* @internal
|
|
1766
|
+
*/
|
|
1767
|
+
export declare const ListInstanceTypesRequestFilterSensitiveLog: (obj: ListInstanceTypesRequest) => any;
|
|
1768
|
+
/**
|
|
1769
|
+
* @internal
|
|
1770
|
+
*/
|
|
1771
|
+
export declare const ListInstanceTypesResponseFilterSensitiveLog: (obj: ListInstanceTypesResponse) => any;
|
|
1772
|
+
/**
|
|
1773
|
+
* @internal
|
|
1774
|
+
*/
|
|
1775
|
+
export declare const ListRegionsRequestFilterSensitiveLog: (obj: ListRegionsRequest) => any;
|
|
1776
|
+
/**
|
|
1777
|
+
* @internal
|
|
1778
|
+
*/
|
|
1779
|
+
export declare const ListRegionsResponseFilterSensitiveLog: (obj: ListRegionsResponse) => any;
|
|
1780
|
+
/**
|
|
1781
|
+
* @internal
|
|
1782
|
+
*/
|
|
1783
|
+
export declare const ListWorkspaceInstancesRequestFilterSensitiveLog: (obj: ListWorkspaceInstancesRequest) => any;
|
|
1784
|
+
/**
|
|
1785
|
+
* @internal
|
|
1786
|
+
*/
|
|
1787
|
+
export declare const ListWorkspaceInstancesResponseFilterSensitiveLog: (obj: ListWorkspaceInstancesResponse) => any;
|