@aws-sdk/client-cloud9 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Cloud9.d.ts +238 -70
- package/dist-types/ts3.4/Cloud9Client.d.ts +207 -86
- package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/Cloud9ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +420 -384
- package/dist-types/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +161 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,384 +1,420 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Cloud9ServiceException as __BaseException } from "./Cloud9ServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class BadRequestException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
export interface CreateEnvironmentEC2Result {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
export interface DeleteEnvironmentMembershipRequest {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}
|
|
151
|
-
export interface
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
export
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
252
|
-
export interface
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
}
|
|
295
|
-
export interface
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
export declare const
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
export declare const
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export declare const
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export declare const
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
export declare const
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export declare const DescribeEnvironmentMembershipsResultFilterSensitiveLog: (
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
export declare const
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
export declare const
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
export declare const
|
|
361
|
-
|
|
362
|
-
export declare const
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
export declare const
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
export declare const
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
export declare const
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
export declare const
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
export declare const
|
|
383
|
-
|
|
384
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Cloud9ServiceException as __BaseException } from "./Cloud9ServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class BadRequestException extends __BaseException {
|
|
5
|
+
readonly name: "BadRequestException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
className?: string;
|
|
8
|
+
code?: number;
|
|
9
|
+
|
|
10
|
+
constructor(
|
|
11
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export declare class ConflictException extends __BaseException {
|
|
16
|
+
readonly name: "ConflictException";
|
|
17
|
+
readonly $fault: "client";
|
|
18
|
+
className?: string;
|
|
19
|
+
code?: number;
|
|
20
|
+
|
|
21
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
22
|
+
}
|
|
23
|
+
export declare enum ConnectionType {
|
|
24
|
+
CONNECT_SSH = "CONNECT_SSH",
|
|
25
|
+
CONNECT_SSM = "CONNECT_SSM",
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface Tag {
|
|
29
|
+
Key: string | undefined;
|
|
30
|
+
|
|
31
|
+
Value: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
export interface CreateEnvironmentEC2Request {
|
|
34
|
+
name: string | undefined;
|
|
35
|
+
|
|
36
|
+
description?: string;
|
|
37
|
+
|
|
38
|
+
clientRequestToken?: string;
|
|
39
|
+
|
|
40
|
+
instanceType: string | undefined;
|
|
41
|
+
|
|
42
|
+
subnetId?: string;
|
|
43
|
+
|
|
44
|
+
imageId?: string;
|
|
45
|
+
|
|
46
|
+
automaticStopTimeMinutes?: number;
|
|
47
|
+
|
|
48
|
+
ownerArn?: string;
|
|
49
|
+
|
|
50
|
+
tags?: Tag[];
|
|
51
|
+
|
|
52
|
+
connectionType?: ConnectionType | string;
|
|
53
|
+
|
|
54
|
+
dryRun?: boolean;
|
|
55
|
+
}
|
|
56
|
+
export interface CreateEnvironmentEC2Result {
|
|
57
|
+
environmentId?: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export declare class ForbiddenException extends __BaseException {
|
|
61
|
+
readonly name: "ForbiddenException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
className?: string;
|
|
64
|
+
code?: number;
|
|
65
|
+
|
|
66
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
70
|
+
readonly name: "InternalServerErrorException";
|
|
71
|
+
readonly $fault: "server";
|
|
72
|
+
className?: string;
|
|
73
|
+
code?: number;
|
|
74
|
+
|
|
75
|
+
constructor(
|
|
76
|
+
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
77
|
+
);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export declare class LimitExceededException extends __BaseException {
|
|
81
|
+
readonly name: "LimitExceededException";
|
|
82
|
+
readonly $fault: "client";
|
|
83
|
+
className?: string;
|
|
84
|
+
code?: number;
|
|
85
|
+
|
|
86
|
+
constructor(
|
|
87
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export declare class NotFoundException extends __BaseException {
|
|
92
|
+
readonly name: "NotFoundException";
|
|
93
|
+
readonly $fault: "client";
|
|
94
|
+
className?: string;
|
|
95
|
+
code?: number;
|
|
96
|
+
|
|
97
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
101
|
+
readonly name: "TooManyRequestsException";
|
|
102
|
+
readonly $fault: "client";
|
|
103
|
+
className?: string;
|
|
104
|
+
code?: number;
|
|
105
|
+
|
|
106
|
+
constructor(
|
|
107
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
export declare enum MemberPermissions {
|
|
111
|
+
READ_ONLY = "read-only",
|
|
112
|
+
READ_WRITE = "read-write",
|
|
113
|
+
}
|
|
114
|
+
export interface CreateEnvironmentMembershipRequest {
|
|
115
|
+
environmentId: string | undefined;
|
|
116
|
+
|
|
117
|
+
userArn: string | undefined;
|
|
118
|
+
|
|
119
|
+
permissions: MemberPermissions | string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export declare enum Permissions {
|
|
122
|
+
OWNER = "owner",
|
|
123
|
+
READ_ONLY = "read-only",
|
|
124
|
+
READ_WRITE = "read-write",
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface EnvironmentMember {
|
|
128
|
+
permissions: Permissions | string | undefined;
|
|
129
|
+
|
|
130
|
+
userId: string | undefined;
|
|
131
|
+
|
|
132
|
+
userArn: string | undefined;
|
|
133
|
+
|
|
134
|
+
environmentId: string | undefined;
|
|
135
|
+
|
|
136
|
+
lastAccess?: Date;
|
|
137
|
+
}
|
|
138
|
+
export interface CreateEnvironmentMembershipResult {
|
|
139
|
+
membership: EnvironmentMember | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface DeleteEnvironmentRequest {
|
|
142
|
+
environmentId: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface DeleteEnvironmentResult {}
|
|
145
|
+
export interface DeleteEnvironmentMembershipRequest {
|
|
146
|
+
environmentId: string | undefined;
|
|
147
|
+
|
|
148
|
+
userArn: string | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface DeleteEnvironmentMembershipResult {}
|
|
151
|
+
export interface DescribeEnvironmentMembershipsRequest {
|
|
152
|
+
userArn?: string;
|
|
153
|
+
|
|
154
|
+
environmentId?: string;
|
|
155
|
+
|
|
156
|
+
permissions?: (Permissions | string)[];
|
|
157
|
+
|
|
158
|
+
nextToken?: string;
|
|
159
|
+
|
|
160
|
+
maxResults?: number;
|
|
161
|
+
}
|
|
162
|
+
export interface DescribeEnvironmentMembershipsResult {
|
|
163
|
+
memberships?: EnvironmentMember[];
|
|
164
|
+
|
|
165
|
+
nextToken?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface DescribeEnvironmentsRequest {
|
|
168
|
+
environmentIds: string[] | undefined;
|
|
169
|
+
}
|
|
170
|
+
export declare enum EnvironmentLifecycleStatus {
|
|
171
|
+
CREATED = "CREATED",
|
|
172
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
173
|
+
CREATING = "CREATING",
|
|
174
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
175
|
+
DELETING = "DELETING",
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export interface EnvironmentLifecycle {
|
|
179
|
+
status?: EnvironmentLifecycleStatus | string;
|
|
180
|
+
|
|
181
|
+
reason?: string;
|
|
182
|
+
|
|
183
|
+
failureResource?: string;
|
|
184
|
+
}
|
|
185
|
+
export declare enum ManagedCredentialsStatus {
|
|
186
|
+
DISABLED_BY_COLLABORATOR = "DISABLED_BY_COLLABORATOR",
|
|
187
|
+
DISABLED_BY_DEFAULT = "DISABLED_BY_DEFAULT",
|
|
188
|
+
DISABLED_BY_OWNER = "DISABLED_BY_OWNER",
|
|
189
|
+
ENABLED_BY_OWNER = "ENABLED_BY_OWNER",
|
|
190
|
+
ENABLED_ON_CREATE = "ENABLED_ON_CREATE",
|
|
191
|
+
FAILED_REMOVAL_BY_COLLABORATOR = "FAILED_REMOVAL_BY_COLLABORATOR",
|
|
192
|
+
FAILED_REMOVAL_BY_OWNER = "FAILED_REMOVAL_BY_OWNER",
|
|
193
|
+
PENDING_REMOVAL_BY_COLLABORATOR = "PENDING_REMOVAL_BY_COLLABORATOR",
|
|
194
|
+
PENDING_REMOVAL_BY_OWNER = "PENDING_REMOVAL_BY_OWNER",
|
|
195
|
+
PENDING_START_REMOVAL_BY_COLLABORATOR = "PENDING_START_REMOVAL_BY_COLLABORATOR",
|
|
196
|
+
PENDING_START_REMOVAL_BY_OWNER = "PENDING_START_REMOVAL_BY_OWNER",
|
|
197
|
+
}
|
|
198
|
+
export declare enum EnvironmentType {
|
|
199
|
+
EC2 = "ec2",
|
|
200
|
+
SSH = "ssh",
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export interface Environment {
|
|
204
|
+
id?: string;
|
|
205
|
+
|
|
206
|
+
name?: string;
|
|
207
|
+
|
|
208
|
+
description?: string;
|
|
209
|
+
|
|
210
|
+
type: EnvironmentType | string | undefined;
|
|
211
|
+
|
|
212
|
+
connectionType?: ConnectionType | string;
|
|
213
|
+
|
|
214
|
+
arn: string | undefined;
|
|
215
|
+
|
|
216
|
+
ownerArn: string | undefined;
|
|
217
|
+
|
|
218
|
+
lifecycle?: EnvironmentLifecycle;
|
|
219
|
+
|
|
220
|
+
managedCredentialsStatus?: ManagedCredentialsStatus | string;
|
|
221
|
+
}
|
|
222
|
+
export interface DescribeEnvironmentsResult {
|
|
223
|
+
environments?: Environment[];
|
|
224
|
+
}
|
|
225
|
+
export interface DescribeEnvironmentStatusRequest {
|
|
226
|
+
environmentId: string | undefined;
|
|
227
|
+
}
|
|
228
|
+
export declare enum EnvironmentStatus {
|
|
229
|
+
CONNECTING = "connecting",
|
|
230
|
+
CREATING = "creating",
|
|
231
|
+
DELETING = "deleting",
|
|
232
|
+
ERROR = "error",
|
|
233
|
+
READY = "ready",
|
|
234
|
+
STOPPED = "stopped",
|
|
235
|
+
STOPPING = "stopping",
|
|
236
|
+
}
|
|
237
|
+
export interface DescribeEnvironmentStatusResult {
|
|
238
|
+
status: EnvironmentStatus | string | undefined;
|
|
239
|
+
|
|
240
|
+
message: string | undefined;
|
|
241
|
+
}
|
|
242
|
+
export interface ListEnvironmentsRequest {
|
|
243
|
+
nextToken?: string;
|
|
244
|
+
|
|
245
|
+
maxResults?: number;
|
|
246
|
+
}
|
|
247
|
+
export interface ListEnvironmentsResult {
|
|
248
|
+
nextToken?: string;
|
|
249
|
+
|
|
250
|
+
environmentIds?: string[];
|
|
251
|
+
}
|
|
252
|
+
export interface ListTagsForResourceRequest {
|
|
253
|
+
ResourceARN: string | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface ListTagsForResourceResponse {
|
|
256
|
+
Tags?: Tag[];
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export declare class ConcurrentAccessException extends __BaseException {
|
|
260
|
+
readonly name: "ConcurrentAccessException";
|
|
261
|
+
readonly $fault: "client";
|
|
262
|
+
className?: string;
|
|
263
|
+
code?: number;
|
|
264
|
+
|
|
265
|
+
constructor(
|
|
266
|
+
opts: __ExceptionOptionType<ConcurrentAccessException, __BaseException>
|
|
267
|
+
);
|
|
268
|
+
}
|
|
269
|
+
export interface TagResourceRequest {
|
|
270
|
+
ResourceARN: string | undefined;
|
|
271
|
+
|
|
272
|
+
Tags: Tag[] | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface TagResourceResponse {}
|
|
275
|
+
export interface UntagResourceRequest {
|
|
276
|
+
ResourceARN: string | undefined;
|
|
277
|
+
|
|
278
|
+
TagKeys: string[] | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface UntagResourceResponse {}
|
|
281
|
+
export declare enum ManagedCredentialsAction {
|
|
282
|
+
DISABLE = "DISABLE",
|
|
283
|
+
ENABLE = "ENABLE",
|
|
284
|
+
}
|
|
285
|
+
export interface UpdateEnvironmentRequest {
|
|
286
|
+
environmentId: string | undefined;
|
|
287
|
+
|
|
288
|
+
name?: string;
|
|
289
|
+
|
|
290
|
+
description?: string;
|
|
291
|
+
|
|
292
|
+
managedCredentialsAction?: ManagedCredentialsAction | string;
|
|
293
|
+
}
|
|
294
|
+
export interface UpdateEnvironmentResult {}
|
|
295
|
+
export interface UpdateEnvironmentMembershipRequest {
|
|
296
|
+
environmentId: string | undefined;
|
|
297
|
+
|
|
298
|
+
userArn: string | undefined;
|
|
299
|
+
|
|
300
|
+
permissions: MemberPermissions | string | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface UpdateEnvironmentMembershipResult {
|
|
303
|
+
membership?: EnvironmentMember;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
307
|
+
|
|
308
|
+
export declare const CreateEnvironmentEC2RequestFilterSensitiveLog: (
|
|
309
|
+
obj: CreateEnvironmentEC2Request
|
|
310
|
+
) => any;
|
|
311
|
+
|
|
312
|
+
export declare const CreateEnvironmentEC2ResultFilterSensitiveLog: (
|
|
313
|
+
obj: CreateEnvironmentEC2Result
|
|
314
|
+
) => any;
|
|
315
|
+
|
|
316
|
+
export declare const CreateEnvironmentMembershipRequestFilterSensitiveLog: (
|
|
317
|
+
obj: CreateEnvironmentMembershipRequest
|
|
318
|
+
) => any;
|
|
319
|
+
|
|
320
|
+
export declare const EnvironmentMemberFilterSensitiveLog: (
|
|
321
|
+
obj: EnvironmentMember
|
|
322
|
+
) => any;
|
|
323
|
+
|
|
324
|
+
export declare const CreateEnvironmentMembershipResultFilterSensitiveLog: (
|
|
325
|
+
obj: CreateEnvironmentMembershipResult
|
|
326
|
+
) => any;
|
|
327
|
+
|
|
328
|
+
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
329
|
+
obj: DeleteEnvironmentRequest
|
|
330
|
+
) => any;
|
|
331
|
+
|
|
332
|
+
export declare const DeleteEnvironmentResultFilterSensitiveLog: (
|
|
333
|
+
obj: DeleteEnvironmentResult
|
|
334
|
+
) => any;
|
|
335
|
+
|
|
336
|
+
export declare const DeleteEnvironmentMembershipRequestFilterSensitiveLog: (
|
|
337
|
+
obj: DeleteEnvironmentMembershipRequest
|
|
338
|
+
) => any;
|
|
339
|
+
|
|
340
|
+
export declare const DeleteEnvironmentMembershipResultFilterSensitiveLog: (
|
|
341
|
+
obj: DeleteEnvironmentMembershipResult
|
|
342
|
+
) => any;
|
|
343
|
+
|
|
344
|
+
export declare const DescribeEnvironmentMembershipsRequestFilterSensitiveLog: (
|
|
345
|
+
obj: DescribeEnvironmentMembershipsRequest
|
|
346
|
+
) => any;
|
|
347
|
+
|
|
348
|
+
export declare const DescribeEnvironmentMembershipsResultFilterSensitiveLog: (
|
|
349
|
+
obj: DescribeEnvironmentMembershipsResult
|
|
350
|
+
) => any;
|
|
351
|
+
|
|
352
|
+
export declare const DescribeEnvironmentsRequestFilterSensitiveLog: (
|
|
353
|
+
obj: DescribeEnvironmentsRequest
|
|
354
|
+
) => any;
|
|
355
|
+
|
|
356
|
+
export declare const EnvironmentLifecycleFilterSensitiveLog: (
|
|
357
|
+
obj: EnvironmentLifecycle
|
|
358
|
+
) => any;
|
|
359
|
+
|
|
360
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
361
|
+
|
|
362
|
+
export declare const DescribeEnvironmentsResultFilterSensitiveLog: (
|
|
363
|
+
obj: DescribeEnvironmentsResult
|
|
364
|
+
) => any;
|
|
365
|
+
|
|
366
|
+
export declare const DescribeEnvironmentStatusRequestFilterSensitiveLog: (
|
|
367
|
+
obj: DescribeEnvironmentStatusRequest
|
|
368
|
+
) => any;
|
|
369
|
+
|
|
370
|
+
export declare const DescribeEnvironmentStatusResultFilterSensitiveLog: (
|
|
371
|
+
obj: DescribeEnvironmentStatusResult
|
|
372
|
+
) => any;
|
|
373
|
+
|
|
374
|
+
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
375
|
+
obj: ListEnvironmentsRequest
|
|
376
|
+
) => any;
|
|
377
|
+
|
|
378
|
+
export declare const ListEnvironmentsResultFilterSensitiveLog: (
|
|
379
|
+
obj: ListEnvironmentsResult
|
|
380
|
+
) => any;
|
|
381
|
+
|
|
382
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
383
|
+
obj: ListTagsForResourceRequest
|
|
384
|
+
) => any;
|
|
385
|
+
|
|
386
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
387
|
+
obj: ListTagsForResourceResponse
|
|
388
|
+
) => any;
|
|
389
|
+
|
|
390
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
391
|
+
obj: TagResourceRequest
|
|
392
|
+
) => any;
|
|
393
|
+
|
|
394
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
395
|
+
obj: TagResourceResponse
|
|
396
|
+
) => any;
|
|
397
|
+
|
|
398
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
399
|
+
obj: UntagResourceRequest
|
|
400
|
+
) => any;
|
|
401
|
+
|
|
402
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
403
|
+
obj: UntagResourceResponse
|
|
404
|
+
) => any;
|
|
405
|
+
|
|
406
|
+
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
|
|
407
|
+
obj: UpdateEnvironmentRequest
|
|
408
|
+
) => any;
|
|
409
|
+
|
|
410
|
+
export declare const UpdateEnvironmentResultFilterSensitiveLog: (
|
|
411
|
+
obj: UpdateEnvironmentResult
|
|
412
|
+
) => any;
|
|
413
|
+
|
|
414
|
+
export declare const UpdateEnvironmentMembershipRequestFilterSensitiveLog: (
|
|
415
|
+
obj: UpdateEnvironmentMembershipRequest
|
|
416
|
+
) => any;
|
|
417
|
+
|
|
418
|
+
export declare const UpdateEnvironmentMembershipResultFilterSensitiveLog: (
|
|
419
|
+
obj: UpdateEnvironmentMembershipResult
|
|
420
|
+
) => any;
|