@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,558 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { WorkspacesInstancesServiceException as __BaseException } from "./WorkspacesInstancesServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare const AmdSevSnpEnum: {
|
|
12
|
+
readonly DISABLED: "disabled";
|
|
13
|
+
readonly ENABLED: "enabled";
|
|
14
|
+
};
|
|
15
|
+
export type AmdSevSnpEnum = (typeof AmdSevSnpEnum)[keyof typeof AmdSevSnpEnum];
|
|
16
|
+
export interface AssociateVolumeRequest {
|
|
17
|
+
WorkspaceInstanceId: string | undefined;
|
|
18
|
+
VolumeId: string | undefined;
|
|
19
|
+
Device: string | undefined;
|
|
20
|
+
}
|
|
21
|
+
export interface AssociateVolumeResponse {}
|
|
22
|
+
export declare class ConflictException extends __BaseException {
|
|
23
|
+
readonly name: "ConflictException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
Message: string | undefined;
|
|
26
|
+
ResourceId: string | undefined;
|
|
27
|
+
ResourceType: string | undefined;
|
|
28
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
29
|
+
}
|
|
30
|
+
export declare class InternalServerException extends __BaseException {
|
|
31
|
+
readonly name: "InternalServerException";
|
|
32
|
+
readonly $fault: "server";
|
|
33
|
+
$retryable: {};
|
|
34
|
+
Message: string | undefined;
|
|
35
|
+
RetryAfterSeconds?: number | undefined;
|
|
36
|
+
constructor(
|
|
37
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
41
|
+
readonly name: "ResourceNotFoundException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
Message: string | undefined;
|
|
44
|
+
ResourceId: string | undefined;
|
|
45
|
+
ResourceType: string | undefined;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class ThrottlingException extends __BaseException {
|
|
51
|
+
readonly name: "ThrottlingException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
$retryable: {
|
|
54
|
+
throttling: boolean;
|
|
55
|
+
};
|
|
56
|
+
Message: string | undefined;
|
|
57
|
+
ServiceCode?: string | undefined;
|
|
58
|
+
QuotaCode?: string | undefined;
|
|
59
|
+
RetryAfterSeconds?: number | undefined;
|
|
60
|
+
constructor(
|
|
61
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
export interface ValidationExceptionField {
|
|
65
|
+
Name: string | undefined;
|
|
66
|
+
Reason: string | undefined;
|
|
67
|
+
Message: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
export declare const ValidationExceptionReason: {
|
|
70
|
+
readonly CANNOT_PARSE: "CANNOT_PARSE";
|
|
71
|
+
readonly DEPENDENCY_FAILURE: "DEPENDENCY_FAILURE";
|
|
72
|
+
readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
|
|
73
|
+
readonly OTHER: "OTHER";
|
|
74
|
+
readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
|
|
75
|
+
readonly UNSUPPORTED_OPERATION: "UNSUPPORTED_OPERATION";
|
|
76
|
+
};
|
|
77
|
+
export type ValidationExceptionReason =
|
|
78
|
+
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
79
|
+
export declare class ValidationException extends __BaseException {
|
|
80
|
+
readonly name: "ValidationException";
|
|
81
|
+
readonly $fault: "client";
|
|
82
|
+
Message: string | undefined;
|
|
83
|
+
Reason: ValidationExceptionReason | undefined;
|
|
84
|
+
FieldList?: ValidationExceptionField[] | undefined;
|
|
85
|
+
constructor(
|
|
86
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
export declare const AutoRecoveryEnum: {
|
|
90
|
+
readonly DEFAULT: "default";
|
|
91
|
+
readonly DISABLED: "disabled";
|
|
92
|
+
};
|
|
93
|
+
export type AutoRecoveryEnum =
|
|
94
|
+
(typeof AutoRecoveryEnum)[keyof typeof AutoRecoveryEnum];
|
|
95
|
+
export declare const BandwidthWeightingEnum: {
|
|
96
|
+
readonly DEFAULT: "default";
|
|
97
|
+
readonly EBS_1: "ebs-1";
|
|
98
|
+
readonly VPC_1: "vpc-1";
|
|
99
|
+
};
|
|
100
|
+
export type BandwidthWeightingEnum =
|
|
101
|
+
(typeof BandwidthWeightingEnum)[keyof typeof BandwidthWeightingEnum];
|
|
102
|
+
export declare const VolumeTypeEnum: {
|
|
103
|
+
readonly GP2: "gp2";
|
|
104
|
+
readonly GP3: "gp3";
|
|
105
|
+
readonly IO1: "io1";
|
|
106
|
+
readonly IO2: "io2";
|
|
107
|
+
readonly SC1: "sc1";
|
|
108
|
+
readonly ST1: "st1";
|
|
109
|
+
readonly STANDARD: "standard";
|
|
110
|
+
};
|
|
111
|
+
export type VolumeTypeEnum =
|
|
112
|
+
(typeof VolumeTypeEnum)[keyof typeof VolumeTypeEnum];
|
|
113
|
+
export interface EbsBlockDevice {
|
|
114
|
+
VolumeType?: VolumeTypeEnum | undefined;
|
|
115
|
+
Encrypted?: boolean | undefined;
|
|
116
|
+
KmsKeyId?: string | undefined;
|
|
117
|
+
Iops?: number | undefined;
|
|
118
|
+
Throughput?: number | undefined;
|
|
119
|
+
VolumeSize?: number | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface BlockDeviceMappingRequest {
|
|
122
|
+
DeviceName?: string | undefined;
|
|
123
|
+
Ebs?: EbsBlockDevice | undefined;
|
|
124
|
+
NoDevice?: string | undefined;
|
|
125
|
+
VirtualName?: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export declare const CapacityReservationPreferenceEnum: {
|
|
128
|
+
readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
|
|
129
|
+
readonly NONE: "none";
|
|
130
|
+
readonly OPEN: "open";
|
|
131
|
+
};
|
|
132
|
+
export type CapacityReservationPreferenceEnum =
|
|
133
|
+
(typeof CapacityReservationPreferenceEnum)[keyof typeof CapacityReservationPreferenceEnum];
|
|
134
|
+
export interface CapacityReservationTarget {
|
|
135
|
+
CapacityReservationId?: string | undefined;
|
|
136
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface CapacityReservationSpecification {
|
|
139
|
+
CapacityReservationPreference?: CapacityReservationPreferenceEnum | undefined;
|
|
140
|
+
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface ConnectionTrackingSpecificationRequest {
|
|
143
|
+
TcpEstablishedTimeout?: number | undefined;
|
|
144
|
+
UdpStreamTimeout?: number | undefined;
|
|
145
|
+
UdpTimeout?: number | undefined;
|
|
146
|
+
}
|
|
147
|
+
export declare const CpuCreditsEnum: {
|
|
148
|
+
readonly STANDARD: "standard";
|
|
149
|
+
readonly UNLIMITED: "unlimited";
|
|
150
|
+
};
|
|
151
|
+
export type CpuCreditsEnum =
|
|
152
|
+
(typeof CpuCreditsEnum)[keyof typeof CpuCreditsEnum];
|
|
153
|
+
export interface CpuOptionsRequest {
|
|
154
|
+
AmdSevSnp?: AmdSevSnpEnum | undefined;
|
|
155
|
+
CoreCount?: number | undefined;
|
|
156
|
+
ThreadsPerCore?: number | undefined;
|
|
157
|
+
}
|
|
158
|
+
export declare const ResourceTypeEnum: {
|
|
159
|
+
readonly INSTANCE: "instance";
|
|
160
|
+
readonly NETWORK_INTERFACE: "network-interface";
|
|
161
|
+
readonly SPOT_INSTANCES_REQUEST: "spot-instances-request";
|
|
162
|
+
readonly VOLUME: "volume";
|
|
163
|
+
};
|
|
164
|
+
export type ResourceTypeEnum =
|
|
165
|
+
(typeof ResourceTypeEnum)[keyof typeof ResourceTypeEnum];
|
|
166
|
+
export interface Tag {
|
|
167
|
+
Key?: string | undefined;
|
|
168
|
+
Value?: string | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface TagSpecification {
|
|
171
|
+
ResourceType?: ResourceTypeEnum | undefined;
|
|
172
|
+
Tags?: Tag[] | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface CreateVolumeRequest {
|
|
175
|
+
AvailabilityZone: string | undefined;
|
|
176
|
+
ClientToken?: string | undefined;
|
|
177
|
+
Encrypted?: boolean | undefined;
|
|
178
|
+
Iops?: number | undefined;
|
|
179
|
+
KmsKeyId?: string | undefined;
|
|
180
|
+
SizeInGB?: number | undefined;
|
|
181
|
+
SnapshotId?: string | undefined;
|
|
182
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
183
|
+
Throughput?: number | undefined;
|
|
184
|
+
VolumeType?: VolumeTypeEnum | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface CreateVolumeResponse {
|
|
187
|
+
VolumeId?: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
190
|
+
readonly name: "ServiceQuotaExceededException";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
Message: string | undefined;
|
|
193
|
+
ResourceId: string | undefined;
|
|
194
|
+
ResourceType: string | undefined;
|
|
195
|
+
ServiceCode: string | undefined;
|
|
196
|
+
QuotaCode: string | undefined;
|
|
197
|
+
constructor(
|
|
198
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
export interface CreditSpecificationRequest {
|
|
202
|
+
CpuCredits?: CpuCreditsEnum | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface EnclaveOptionsRequest {
|
|
205
|
+
Enabled?: boolean | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface HibernationOptionsRequest {
|
|
208
|
+
Configured?: boolean | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface IamInstanceProfileSpecification {
|
|
211
|
+
Arn?: string | undefined;
|
|
212
|
+
Name?: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export declare const MarketTypeEnum: {
|
|
215
|
+
readonly CAPACITY_BLOCK: "capacity-block";
|
|
216
|
+
readonly SPOT: "spot";
|
|
217
|
+
};
|
|
218
|
+
export type MarketTypeEnum =
|
|
219
|
+
(typeof MarketTypeEnum)[keyof typeof MarketTypeEnum];
|
|
220
|
+
export declare const InstanceInterruptionBehaviorEnum: {
|
|
221
|
+
readonly HIBERNATE: "hibernate";
|
|
222
|
+
readonly STOP: "stop";
|
|
223
|
+
};
|
|
224
|
+
export type InstanceInterruptionBehaviorEnum =
|
|
225
|
+
(typeof InstanceInterruptionBehaviorEnum)[keyof typeof InstanceInterruptionBehaviorEnum];
|
|
226
|
+
export declare const SpotInstanceTypeEnum: {
|
|
227
|
+
readonly ONE_TIME: "one-time";
|
|
228
|
+
readonly PERSISTENT: "persistent";
|
|
229
|
+
};
|
|
230
|
+
export type SpotInstanceTypeEnum =
|
|
231
|
+
(typeof SpotInstanceTypeEnum)[keyof typeof SpotInstanceTypeEnum];
|
|
232
|
+
export interface SpotMarketOptions {
|
|
233
|
+
BlockDurationMinutes?: number | undefined;
|
|
234
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehaviorEnum | undefined;
|
|
235
|
+
MaxPrice?: string | undefined;
|
|
236
|
+
SpotInstanceType?: SpotInstanceTypeEnum | undefined;
|
|
237
|
+
ValidUntilUtc?: Date | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface InstanceMarketOptionsRequest {
|
|
240
|
+
MarketType?: MarketTypeEnum | undefined;
|
|
241
|
+
SpotOptions?: SpotMarketOptions | undefined;
|
|
242
|
+
}
|
|
243
|
+
export interface InstanceIpv6Address {
|
|
244
|
+
Ipv6Address?: string | undefined;
|
|
245
|
+
IsPrimaryIpv6?: boolean | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface LicenseConfigurationRequest {
|
|
248
|
+
LicenseConfigurationArn?: string | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface InstanceMaintenanceOptionsRequest {
|
|
251
|
+
AutoRecovery?: AutoRecoveryEnum | undefined;
|
|
252
|
+
}
|
|
253
|
+
export declare const HttpEndpointEnum: {
|
|
254
|
+
readonly DISABLED: "disabled";
|
|
255
|
+
readonly ENABLED: "enabled";
|
|
256
|
+
};
|
|
257
|
+
export type HttpEndpointEnum =
|
|
258
|
+
(typeof HttpEndpointEnum)[keyof typeof HttpEndpointEnum];
|
|
259
|
+
export declare const HttpProtocolIpv6Enum: {
|
|
260
|
+
readonly DISABLED: "disabled";
|
|
261
|
+
readonly ENABLED: "enabled";
|
|
262
|
+
};
|
|
263
|
+
export type HttpProtocolIpv6Enum =
|
|
264
|
+
(typeof HttpProtocolIpv6Enum)[keyof typeof HttpProtocolIpv6Enum];
|
|
265
|
+
export declare const HttpTokensEnum: {
|
|
266
|
+
readonly OPTIONAL: "optional";
|
|
267
|
+
readonly REQUIRED: "required";
|
|
268
|
+
};
|
|
269
|
+
export type HttpTokensEnum =
|
|
270
|
+
(typeof HttpTokensEnum)[keyof typeof HttpTokensEnum];
|
|
271
|
+
export declare const InstanceMetadataTagsEnum: {
|
|
272
|
+
readonly DISABLED: "disabled";
|
|
273
|
+
readonly ENABLED: "enabled";
|
|
274
|
+
};
|
|
275
|
+
export type InstanceMetadataTagsEnum =
|
|
276
|
+
(typeof InstanceMetadataTagsEnum)[keyof typeof InstanceMetadataTagsEnum];
|
|
277
|
+
export interface InstanceMetadataOptionsRequest {
|
|
278
|
+
HttpEndpoint?: HttpEndpointEnum | undefined;
|
|
279
|
+
HttpProtocolIpv6?: HttpProtocolIpv6Enum | undefined;
|
|
280
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
281
|
+
HttpTokens?: HttpTokensEnum | undefined;
|
|
282
|
+
InstanceMetadataTags?: InstanceMetadataTagsEnum | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface RunInstancesMonitoringEnabled {
|
|
285
|
+
Enabled?: boolean | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface EnaSrdUdpSpecificationRequest {
|
|
288
|
+
EnaSrdUdpEnabled?: boolean | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface EnaSrdSpecificationRequest {
|
|
291
|
+
EnaSrdEnabled?: boolean | undefined;
|
|
292
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest | undefined;
|
|
293
|
+
}
|
|
294
|
+
export declare const InterfaceTypeEnum: {
|
|
295
|
+
readonly EFA: "efa";
|
|
296
|
+
readonly EFA_ONLY: "efa-only";
|
|
297
|
+
readonly INTERFACE: "interface";
|
|
298
|
+
};
|
|
299
|
+
export type InterfaceTypeEnum =
|
|
300
|
+
(typeof InterfaceTypeEnum)[keyof typeof InterfaceTypeEnum];
|
|
301
|
+
export interface Ipv4PrefixSpecificationRequest {
|
|
302
|
+
Ipv4Prefix?: string | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface Ipv6PrefixSpecificationRequest {
|
|
305
|
+
Ipv6Prefix?: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface PrivateIpAddressSpecification {
|
|
308
|
+
Primary?: boolean | undefined;
|
|
309
|
+
PrivateIpAddress?: string | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface InstanceNetworkInterfaceSpecification {
|
|
312
|
+
AssociateCarrierIpAddress?: boolean | undefined;
|
|
313
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
314
|
+
ConnectionTrackingSpecification?:
|
|
315
|
+
| ConnectionTrackingSpecificationRequest
|
|
316
|
+
| undefined;
|
|
317
|
+
Description?: string | undefined;
|
|
318
|
+
DeviceIndex?: number | undefined;
|
|
319
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
320
|
+
InterfaceType?: InterfaceTypeEnum | undefined;
|
|
321
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
322
|
+
Ipv4PrefixCount?: number | undefined;
|
|
323
|
+
Ipv6AddressCount?: number | undefined;
|
|
324
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
325
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
326
|
+
Ipv6PrefixCount?: number | undefined;
|
|
327
|
+
NetworkCardIndex?: number | undefined;
|
|
328
|
+
NetworkInterfaceId?: string | undefined;
|
|
329
|
+
PrimaryIpv6?: boolean | undefined;
|
|
330
|
+
PrivateIpAddress?: string | undefined;
|
|
331
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
332
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
333
|
+
Groups?: string[] | undefined;
|
|
334
|
+
SubnetId?: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface InstanceNetworkPerformanceOptionsRequest {
|
|
337
|
+
BandwidthWeighting?: BandwidthWeightingEnum | undefined;
|
|
338
|
+
}
|
|
339
|
+
export declare const TenancyEnum: {
|
|
340
|
+
readonly DEDICATED: "dedicated";
|
|
341
|
+
readonly DEFAULT: "default";
|
|
342
|
+
readonly HOST: "host";
|
|
343
|
+
};
|
|
344
|
+
export type TenancyEnum = (typeof TenancyEnum)[keyof typeof TenancyEnum];
|
|
345
|
+
export interface Placement {
|
|
346
|
+
Affinity?: string | undefined;
|
|
347
|
+
AvailabilityZone?: string | undefined;
|
|
348
|
+
GroupId?: string | undefined;
|
|
349
|
+
GroupName?: string | undefined;
|
|
350
|
+
HostId?: string | undefined;
|
|
351
|
+
HostResourceGroupArn?: string | undefined;
|
|
352
|
+
PartitionNumber?: number | undefined;
|
|
353
|
+
Tenancy?: TenancyEnum | undefined;
|
|
354
|
+
}
|
|
355
|
+
export declare const HostnameTypeEnum: {
|
|
356
|
+
readonly IP_NAME: "ip-name";
|
|
357
|
+
readonly RESOURCE_NAME: "resource-name";
|
|
358
|
+
};
|
|
359
|
+
export type HostnameTypeEnum =
|
|
360
|
+
(typeof HostnameTypeEnum)[keyof typeof HostnameTypeEnum];
|
|
361
|
+
export interface PrivateDnsNameOptionsRequest {
|
|
362
|
+
HostnameType?: HostnameTypeEnum | undefined;
|
|
363
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
364
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface ManagedInstanceRequest {
|
|
367
|
+
BlockDeviceMappings?: BlockDeviceMappingRequest[] | undefined;
|
|
368
|
+
CapacityReservationSpecification?:
|
|
369
|
+
| CapacityReservationSpecification
|
|
370
|
+
| undefined;
|
|
371
|
+
CpuOptions?: CpuOptionsRequest | undefined;
|
|
372
|
+
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
373
|
+
DisableApiStop?: boolean | undefined;
|
|
374
|
+
EbsOptimized?: boolean | undefined;
|
|
375
|
+
EnablePrimaryIpv6?: boolean | undefined;
|
|
376
|
+
EnclaveOptions?: EnclaveOptionsRequest | undefined;
|
|
377
|
+
HibernationOptions?: HibernationOptionsRequest | undefined;
|
|
378
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
379
|
+
ImageId?: string | undefined;
|
|
380
|
+
InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
|
|
381
|
+
InstanceType?: string | undefined;
|
|
382
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
383
|
+
Ipv6AddressCount?: number | undefined;
|
|
384
|
+
KernelId?: string | undefined;
|
|
385
|
+
KeyName?: string | undefined;
|
|
386
|
+
LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
|
|
387
|
+
MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
|
|
388
|
+
MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
|
|
389
|
+
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
390
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
391
|
+
NetworkPerformanceOptions?:
|
|
392
|
+
| InstanceNetworkPerformanceOptionsRequest
|
|
393
|
+
| undefined;
|
|
394
|
+
Placement?: Placement | undefined;
|
|
395
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
|
|
396
|
+
PrivateIpAddress?: string | undefined;
|
|
397
|
+
RamdiskId?: string | undefined;
|
|
398
|
+
SecurityGroupIds?: string[] | undefined;
|
|
399
|
+
SecurityGroups?: string[] | undefined;
|
|
400
|
+
SubnetId?: string | undefined;
|
|
401
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
402
|
+
UserData?: string | undefined;
|
|
403
|
+
}
|
|
404
|
+
export interface CreateWorkspaceInstanceRequest {
|
|
405
|
+
ClientToken?: string | undefined;
|
|
406
|
+
Tags?: Tag[] | undefined;
|
|
407
|
+
ManagedInstance: ManagedInstanceRequest | undefined;
|
|
408
|
+
}
|
|
409
|
+
export interface CreateWorkspaceInstanceResponse {
|
|
410
|
+
WorkspaceInstanceId?: string | undefined;
|
|
411
|
+
}
|
|
412
|
+
export interface DeleteVolumeRequest {
|
|
413
|
+
VolumeId: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface DeleteVolumeResponse {}
|
|
416
|
+
export interface DeleteWorkspaceInstanceRequest {
|
|
417
|
+
WorkspaceInstanceId: string | undefined;
|
|
418
|
+
}
|
|
419
|
+
export interface DeleteWorkspaceInstanceResponse {}
|
|
420
|
+
export declare const DisassociateModeEnum: {
|
|
421
|
+
readonly FORCE: "FORCE";
|
|
422
|
+
readonly NO_FORCE: "NO_FORCE";
|
|
423
|
+
};
|
|
424
|
+
export type DisassociateModeEnum =
|
|
425
|
+
(typeof DisassociateModeEnum)[keyof typeof DisassociateModeEnum];
|
|
426
|
+
export interface DisassociateVolumeRequest {
|
|
427
|
+
WorkspaceInstanceId: string | undefined;
|
|
428
|
+
VolumeId: string | undefined;
|
|
429
|
+
Device?: string | undefined;
|
|
430
|
+
DisassociateMode?: DisassociateModeEnum | undefined;
|
|
431
|
+
}
|
|
432
|
+
export interface DisassociateVolumeResponse {}
|
|
433
|
+
export interface EC2InstanceError {
|
|
434
|
+
EC2ErrorCode?: string | undefined;
|
|
435
|
+
EC2ExceptionType?: string | undefined;
|
|
436
|
+
EC2ErrorMessage?: string | undefined;
|
|
437
|
+
}
|
|
438
|
+
export interface EC2ManagedInstance {
|
|
439
|
+
InstanceId?: string | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface GetWorkspaceInstanceRequest {
|
|
442
|
+
WorkspaceInstanceId: string | undefined;
|
|
443
|
+
}
|
|
444
|
+
export declare const ProvisionStateEnum: {
|
|
445
|
+
readonly ALLOCATED: "ALLOCATED";
|
|
446
|
+
readonly ALLOCATING: "ALLOCATING";
|
|
447
|
+
readonly DEALLOCATED: "DEALLOCATED";
|
|
448
|
+
readonly DEALLOCATING: "DEALLOCATING";
|
|
449
|
+
readonly ERROR_ALLOCATING: "ERROR_ALLOCATING";
|
|
450
|
+
readonly ERROR_DEALLOCATING: "ERROR_DEALLOCATING";
|
|
451
|
+
};
|
|
452
|
+
export type ProvisionStateEnum =
|
|
453
|
+
(typeof ProvisionStateEnum)[keyof typeof ProvisionStateEnum];
|
|
454
|
+
export interface WorkspaceInstanceError {
|
|
455
|
+
ErrorCode?: string | undefined;
|
|
456
|
+
ErrorMessage?: string | undefined;
|
|
457
|
+
}
|
|
458
|
+
export interface GetWorkspaceInstanceResponse {
|
|
459
|
+
WorkspaceInstanceErrors?: WorkspaceInstanceError[] | undefined;
|
|
460
|
+
EC2InstanceErrors?: EC2InstanceError[] | undefined;
|
|
461
|
+
ProvisionState?: ProvisionStateEnum | undefined;
|
|
462
|
+
WorkspaceInstanceId?: string | undefined;
|
|
463
|
+
EC2ManagedInstance?: EC2ManagedInstance | undefined;
|
|
464
|
+
}
|
|
465
|
+
export interface ListInstanceTypesRequest {
|
|
466
|
+
MaxResults?: number | undefined;
|
|
467
|
+
NextToken?: string | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface InstanceTypeInfo {
|
|
470
|
+
InstanceType?: string | undefined;
|
|
471
|
+
}
|
|
472
|
+
export interface ListInstanceTypesResponse {
|
|
473
|
+
InstanceTypes: InstanceTypeInfo[] | undefined;
|
|
474
|
+
NextToken?: string | undefined;
|
|
475
|
+
}
|
|
476
|
+
export interface ListRegionsRequest {
|
|
477
|
+
MaxResults?: number | undefined;
|
|
478
|
+
NextToken?: string | undefined;
|
|
479
|
+
}
|
|
480
|
+
export interface Region {
|
|
481
|
+
RegionName?: string | undefined;
|
|
482
|
+
}
|
|
483
|
+
export interface ListRegionsResponse {
|
|
484
|
+
Regions: Region[] | undefined;
|
|
485
|
+
NextToken?: string | undefined;
|
|
486
|
+
}
|
|
487
|
+
export interface ListTagsForResourceRequest {
|
|
488
|
+
WorkspaceInstanceId: string | undefined;
|
|
489
|
+
}
|
|
490
|
+
export interface ListTagsForResourceResponse {
|
|
491
|
+
Tags?: Tag[] | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface ListWorkspaceInstancesRequest {
|
|
494
|
+
ProvisionStates?: ProvisionStateEnum[] | undefined;
|
|
495
|
+
MaxResults?: number | undefined;
|
|
496
|
+
NextToken?: string | undefined;
|
|
497
|
+
}
|
|
498
|
+
export interface WorkspaceInstance {
|
|
499
|
+
ProvisionState?: ProvisionStateEnum | undefined;
|
|
500
|
+
WorkspaceInstanceId?: string | undefined;
|
|
501
|
+
EC2ManagedInstance?: EC2ManagedInstance | undefined;
|
|
502
|
+
}
|
|
503
|
+
export interface ListWorkspaceInstancesResponse {
|
|
504
|
+
WorkspaceInstances: WorkspaceInstance[] | undefined;
|
|
505
|
+
NextToken?: string | undefined;
|
|
506
|
+
}
|
|
507
|
+
export interface TagResourceRequest {
|
|
508
|
+
WorkspaceInstanceId: string | undefined;
|
|
509
|
+
Tags: Tag[] | undefined;
|
|
510
|
+
}
|
|
511
|
+
export interface TagResourceResponse {}
|
|
512
|
+
export interface UntagResourceRequest {
|
|
513
|
+
WorkspaceInstanceId: string | undefined;
|
|
514
|
+
TagKeys: string[] | undefined;
|
|
515
|
+
}
|
|
516
|
+
export interface UntagResourceResponse {}
|
|
517
|
+
export declare const EbsBlockDeviceFilterSensitiveLog: (
|
|
518
|
+
obj: EbsBlockDevice
|
|
519
|
+
) => any;
|
|
520
|
+
export declare const BlockDeviceMappingRequestFilterSensitiveLog: (
|
|
521
|
+
obj: BlockDeviceMappingRequest
|
|
522
|
+
) => any;
|
|
523
|
+
export declare const CreateVolumeRequestFilterSensitiveLog: (
|
|
524
|
+
obj: CreateVolumeRequest
|
|
525
|
+
) => any;
|
|
526
|
+
export declare const InstanceIpv6AddressFilterSensitiveLog: (
|
|
527
|
+
obj: InstanceIpv6Address
|
|
528
|
+
) => any;
|
|
529
|
+
export declare const PrivateIpAddressSpecificationFilterSensitiveLog: (
|
|
530
|
+
obj: PrivateIpAddressSpecification
|
|
531
|
+
) => any;
|
|
532
|
+
export declare const InstanceNetworkInterfaceSpecificationFilterSensitiveLog: (
|
|
533
|
+
obj: InstanceNetworkInterfaceSpecification
|
|
534
|
+
) => any;
|
|
535
|
+
export declare const ManagedInstanceRequestFilterSensitiveLog: (
|
|
536
|
+
obj: ManagedInstanceRequest
|
|
537
|
+
) => any;
|
|
538
|
+
export declare const CreateWorkspaceInstanceRequestFilterSensitiveLog: (
|
|
539
|
+
obj: CreateWorkspaceInstanceRequest
|
|
540
|
+
) => any;
|
|
541
|
+
export declare const ListInstanceTypesRequestFilterSensitiveLog: (
|
|
542
|
+
obj: ListInstanceTypesRequest
|
|
543
|
+
) => any;
|
|
544
|
+
export declare const ListInstanceTypesResponseFilterSensitiveLog: (
|
|
545
|
+
obj: ListInstanceTypesResponse
|
|
546
|
+
) => any;
|
|
547
|
+
export declare const ListRegionsRequestFilterSensitiveLog: (
|
|
548
|
+
obj: ListRegionsRequest
|
|
549
|
+
) => any;
|
|
550
|
+
export declare const ListRegionsResponseFilterSensitiveLog: (
|
|
551
|
+
obj: ListRegionsResponse
|
|
552
|
+
) => any;
|
|
553
|
+
export declare const ListWorkspaceInstancesRequestFilterSensitiveLog: (
|
|
554
|
+
obj: ListWorkspaceInstancesRequest
|
|
555
|
+
) => any;
|
|
556
|
+
export declare const ListWorkspaceInstancesResponseFilterSensitiveLog: (
|
|
557
|
+
obj: ListWorkspaceInstancesResponse
|
|
558
|
+
) => any;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@smithy/types";
|
|
2
|
+
import { WorkspacesInstancesClient } from "../WorkspacesInstancesClient";
|
|
3
|
+
export interface WorkspacesInstancesPaginationConfiguration
|
|
4
|
+
extends PaginationConfiguration {
|
|
5
|
+
client: WorkspacesInstancesClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstanceTypesCommandInput,
|
|
4
|
+
ListInstanceTypesCommandOutput,
|
|
5
|
+
} from "../commands/ListInstanceTypesCommand";
|
|
6
|
+
import { WorkspacesInstancesPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListInstanceTypes: (
|
|
8
|
+
config: WorkspacesInstancesPaginationConfiguration,
|
|
9
|
+
input: ListInstanceTypesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInstanceTypesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRegionsCommandInput,
|
|
4
|
+
ListRegionsCommandOutput,
|
|
5
|
+
} from "../commands/ListRegionsCommand";
|
|
6
|
+
import { WorkspacesInstancesPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListRegions: (
|
|
8
|
+
config: WorkspacesInstancesPaginationConfiguration,
|
|
9
|
+
input: ListRegionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListRegionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListWorkspaceInstancesCommandInput,
|
|
4
|
+
ListWorkspaceInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListWorkspaceInstancesCommand";
|
|
6
|
+
import { WorkspacesInstancesPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListWorkspaceInstances: (
|
|
8
|
+
config: WorkspacesInstancesPaginationConfiguration,
|
|
9
|
+
input: ListWorkspaceInstancesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListWorkspaceInstancesCommandOutput>;
|