@aws-sdk/client-elastic-beanstalk 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +0 -47
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -629
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +0 -2
- package/package.json +27 -27
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
|
|
3
|
-
|
|
4
3
|
export interface AbortEnvironmentUpdateMessage {
|
|
5
4
|
EnvironmentId?: string;
|
|
6
|
-
|
|
7
5
|
EnvironmentName?: string;
|
|
8
6
|
}
|
|
9
|
-
|
|
10
7
|
export declare class InsufficientPrivilegesException extends __BaseException {
|
|
11
8
|
readonly name: "InsufficientPrivilegesException";
|
|
12
9
|
readonly $fault: "client";
|
|
13
|
-
|
|
14
10
|
constructor(
|
|
15
11
|
opts: __ExceptionOptionType<
|
|
16
12
|
InsufficientPrivilegesException,
|
|
@@ -28,117 +24,75 @@ export declare type ActionType =
|
|
|
28
24
|
| "InstanceRefresh"
|
|
29
25
|
| "PlatformUpdate"
|
|
30
26
|
| "Unknown";
|
|
31
|
-
|
|
32
27
|
export interface MaxAgeRule {
|
|
33
28
|
Enabled: boolean | undefined;
|
|
34
|
-
|
|
35
29
|
MaxAgeInDays?: number;
|
|
36
|
-
|
|
37
30
|
DeleteSourceFromS3?: boolean;
|
|
38
31
|
}
|
|
39
|
-
|
|
40
32
|
export interface MaxCountRule {
|
|
41
33
|
Enabled: boolean | undefined;
|
|
42
|
-
|
|
43
34
|
MaxCount?: number;
|
|
44
|
-
|
|
45
35
|
DeleteSourceFromS3?: boolean;
|
|
46
36
|
}
|
|
47
|
-
|
|
48
37
|
export interface ApplicationVersionLifecycleConfig {
|
|
49
38
|
MaxCountRule?: MaxCountRule;
|
|
50
|
-
|
|
51
39
|
MaxAgeRule?: MaxAgeRule;
|
|
52
40
|
}
|
|
53
|
-
|
|
54
41
|
export interface ApplicationResourceLifecycleConfig {
|
|
55
42
|
ServiceRole?: string;
|
|
56
|
-
|
|
57
43
|
VersionLifecycleConfig?: ApplicationVersionLifecycleConfig;
|
|
58
44
|
}
|
|
59
|
-
|
|
60
45
|
export interface ApplicationDescription {
|
|
61
46
|
ApplicationArn?: string;
|
|
62
|
-
|
|
63
47
|
ApplicationName?: string;
|
|
64
|
-
|
|
65
48
|
Description?: string;
|
|
66
|
-
|
|
67
49
|
DateCreated?: Date;
|
|
68
|
-
|
|
69
50
|
DateUpdated?: Date;
|
|
70
|
-
|
|
71
51
|
Versions?: string[];
|
|
72
|
-
|
|
73
52
|
ConfigurationTemplates?: string[];
|
|
74
|
-
|
|
75
53
|
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
76
54
|
}
|
|
77
|
-
|
|
78
55
|
export interface ApplicationDescriptionMessage {
|
|
79
56
|
Application?: ApplicationDescription;
|
|
80
57
|
}
|
|
81
|
-
|
|
82
58
|
export interface ApplicationDescriptionsMessage {
|
|
83
59
|
Applications?: ApplicationDescription[];
|
|
84
60
|
}
|
|
85
|
-
|
|
86
61
|
export interface Latency {
|
|
87
62
|
P999?: number;
|
|
88
|
-
|
|
89
63
|
P99?: number;
|
|
90
|
-
|
|
91
64
|
P95?: number;
|
|
92
|
-
|
|
93
65
|
P90?: number;
|
|
94
|
-
|
|
95
66
|
P85?: number;
|
|
96
|
-
|
|
97
67
|
P75?: number;
|
|
98
|
-
|
|
99
68
|
P50?: number;
|
|
100
|
-
|
|
101
69
|
P10?: number;
|
|
102
70
|
}
|
|
103
|
-
|
|
104
71
|
export interface StatusCodes {
|
|
105
72
|
Status2xx?: number;
|
|
106
|
-
|
|
107
73
|
Status3xx?: number;
|
|
108
|
-
|
|
109
74
|
Status4xx?: number;
|
|
110
|
-
|
|
111
75
|
Status5xx?: number;
|
|
112
76
|
}
|
|
113
|
-
|
|
114
77
|
export interface ApplicationMetrics {
|
|
115
78
|
Duration?: number;
|
|
116
|
-
|
|
117
79
|
RequestCount?: number;
|
|
118
|
-
|
|
119
80
|
StatusCodes?: StatusCodes;
|
|
120
|
-
|
|
121
81
|
Latency?: Latency;
|
|
122
82
|
}
|
|
123
83
|
export interface ApplicationResourceLifecycleDescriptionMessage {
|
|
124
84
|
ApplicationName?: string;
|
|
125
|
-
|
|
126
85
|
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
127
86
|
}
|
|
128
87
|
export declare type SourceRepository = "CodeCommit" | "S3";
|
|
129
88
|
export declare type SourceType = "Git" | "Zip";
|
|
130
|
-
|
|
131
89
|
export interface SourceBuildInformation {
|
|
132
90
|
SourceType: SourceType | string | undefined;
|
|
133
|
-
|
|
134
91
|
SourceRepository: SourceRepository | string | undefined;
|
|
135
|
-
|
|
136
92
|
SourceLocation: string | undefined;
|
|
137
93
|
}
|
|
138
|
-
|
|
139
94
|
export interface S3Location {
|
|
140
95
|
S3Bucket?: string;
|
|
141
|
-
|
|
142
96
|
S3Key?: string;
|
|
143
97
|
}
|
|
144
98
|
export declare type ApplicationVersionStatus =
|
|
@@ -147,61 +101,39 @@ export declare type ApplicationVersionStatus =
|
|
|
147
101
|
| "Processed"
|
|
148
102
|
| "Processing"
|
|
149
103
|
| "Unprocessed";
|
|
150
|
-
|
|
151
104
|
export interface ApplicationVersionDescription {
|
|
152
105
|
ApplicationVersionArn?: string;
|
|
153
|
-
|
|
154
106
|
ApplicationName?: string;
|
|
155
|
-
|
|
156
107
|
Description?: string;
|
|
157
|
-
|
|
158
108
|
VersionLabel?: string;
|
|
159
|
-
|
|
160
109
|
SourceBuildInformation?: SourceBuildInformation;
|
|
161
|
-
|
|
162
110
|
BuildArn?: string;
|
|
163
|
-
|
|
164
111
|
SourceBundle?: S3Location;
|
|
165
|
-
|
|
166
112
|
DateCreated?: Date;
|
|
167
|
-
|
|
168
113
|
DateUpdated?: Date;
|
|
169
|
-
|
|
170
114
|
Status?: ApplicationVersionStatus | string;
|
|
171
115
|
}
|
|
172
|
-
|
|
173
116
|
export interface ApplicationVersionDescriptionMessage {
|
|
174
117
|
ApplicationVersion?: ApplicationVersionDescription;
|
|
175
118
|
}
|
|
176
|
-
|
|
177
119
|
export interface ApplicationVersionDescriptionsMessage {
|
|
178
120
|
ApplicationVersions?: ApplicationVersionDescription[];
|
|
179
|
-
|
|
180
121
|
NextToken?: string;
|
|
181
122
|
}
|
|
182
|
-
|
|
183
123
|
export interface ApplyEnvironmentManagedActionRequest {
|
|
184
124
|
EnvironmentName?: string;
|
|
185
|
-
|
|
186
125
|
EnvironmentId?: string;
|
|
187
|
-
|
|
188
126
|
ActionId: string | undefined;
|
|
189
127
|
}
|
|
190
|
-
|
|
191
128
|
export interface ApplyEnvironmentManagedActionResult {
|
|
192
129
|
ActionId?: string;
|
|
193
|
-
|
|
194
130
|
ActionDescription?: string;
|
|
195
|
-
|
|
196
131
|
ActionType?: ActionType | string;
|
|
197
|
-
|
|
198
132
|
Status?: string;
|
|
199
133
|
}
|
|
200
|
-
|
|
201
134
|
export declare class ElasticBeanstalkServiceException extends __BaseException {
|
|
202
135
|
readonly name: "ElasticBeanstalkServiceException";
|
|
203
136
|
readonly $fault: "client";
|
|
204
|
-
|
|
205
137
|
constructor(
|
|
206
138
|
opts: __ExceptionOptionType<
|
|
207
139
|
ElasticBeanstalkServiceException,
|
|
@@ -209,11 +141,9 @@ export declare class ElasticBeanstalkServiceException extends __BaseException {
|
|
|
209
141
|
>
|
|
210
142
|
);
|
|
211
143
|
}
|
|
212
|
-
|
|
213
144
|
export declare class ManagedActionInvalidStateException extends __BaseException {
|
|
214
145
|
readonly name: "ManagedActionInvalidStateException";
|
|
215
146
|
readonly $fault: "client";
|
|
216
|
-
|
|
217
147
|
constructor(
|
|
218
148
|
opts: __ExceptionOptionType<
|
|
219
149
|
ManagedActionInvalidStateException,
|
|
@@ -221,44 +151,31 @@ export declare class ManagedActionInvalidStateException extends __BaseException
|
|
|
221
151
|
>
|
|
222
152
|
);
|
|
223
153
|
}
|
|
224
|
-
|
|
225
154
|
export interface AssociateEnvironmentOperationsRoleMessage {
|
|
226
155
|
EnvironmentName: string | undefined;
|
|
227
|
-
|
|
228
156
|
OperationsRole: string | undefined;
|
|
229
157
|
}
|
|
230
|
-
|
|
231
158
|
export interface AutoScalingGroup {
|
|
232
159
|
Name?: string;
|
|
233
160
|
}
|
|
234
|
-
|
|
235
161
|
export interface SolutionStackDescription {
|
|
236
162
|
SolutionStackName?: string;
|
|
237
|
-
|
|
238
163
|
PermittedFileTypes?: string[];
|
|
239
164
|
}
|
|
240
|
-
|
|
241
165
|
export interface CheckDNSAvailabilityMessage {
|
|
242
166
|
CNAMEPrefix: string | undefined;
|
|
243
167
|
}
|
|
244
|
-
|
|
245
168
|
export interface CheckDNSAvailabilityResultMessage {
|
|
246
169
|
Available?: boolean;
|
|
247
|
-
|
|
248
170
|
FullyQualifiedCNAME?: string;
|
|
249
171
|
}
|
|
250
|
-
|
|
251
172
|
export interface ComposeEnvironmentsMessage {
|
|
252
173
|
ApplicationName?: string;
|
|
253
|
-
|
|
254
174
|
GroupName?: string;
|
|
255
|
-
|
|
256
175
|
VersionLabels?: string[];
|
|
257
176
|
}
|
|
258
|
-
|
|
259
177
|
export interface EnvironmentLink {
|
|
260
178
|
LinkName?: string;
|
|
261
|
-
|
|
262
179
|
EnvironmentName?: string;
|
|
263
180
|
}
|
|
264
181
|
export declare type EnvironmentHealth = "Green" | "Grey" | "Red" | "Yellow";
|
|
@@ -272,21 +189,15 @@ export declare type EnvironmentHealthStatus =
|
|
|
272
189
|
| "Suspended"
|
|
273
190
|
| "Unknown"
|
|
274
191
|
| "Warning";
|
|
275
|
-
|
|
276
192
|
export interface Listener {
|
|
277
193
|
Protocol?: string;
|
|
278
|
-
|
|
279
194
|
Port?: number;
|
|
280
195
|
}
|
|
281
|
-
|
|
282
196
|
export interface LoadBalancerDescription {
|
|
283
197
|
LoadBalancerName?: string;
|
|
284
|
-
|
|
285
198
|
Domain?: string;
|
|
286
|
-
|
|
287
199
|
Listeners?: Listener[];
|
|
288
200
|
}
|
|
289
|
-
|
|
290
201
|
export interface EnvironmentResourcesDescription {
|
|
291
202
|
LoadBalancer?: LoadBalancerDescription;
|
|
292
203
|
}
|
|
@@ -299,103 +210,65 @@ export declare type EnvironmentStatus =
|
|
|
299
210
|
| "Terminated"
|
|
300
211
|
| "Terminating"
|
|
301
212
|
| "Updating";
|
|
302
|
-
|
|
303
213
|
export interface EnvironmentTier {
|
|
304
214
|
Name?: string;
|
|
305
|
-
|
|
306
215
|
Type?: string;
|
|
307
|
-
|
|
308
216
|
Version?: string;
|
|
309
217
|
}
|
|
310
|
-
|
|
311
218
|
export interface EnvironmentDescription {
|
|
312
219
|
EnvironmentName?: string;
|
|
313
|
-
|
|
314
220
|
EnvironmentId?: string;
|
|
315
|
-
|
|
316
221
|
ApplicationName?: string;
|
|
317
|
-
|
|
318
222
|
VersionLabel?: string;
|
|
319
|
-
|
|
320
223
|
SolutionStackName?: string;
|
|
321
|
-
|
|
322
224
|
PlatformArn?: string;
|
|
323
|
-
|
|
324
225
|
TemplateName?: string;
|
|
325
|
-
|
|
326
226
|
Description?: string;
|
|
327
|
-
|
|
328
227
|
EndpointURL?: string;
|
|
329
|
-
|
|
330
228
|
CNAME?: string;
|
|
331
|
-
|
|
332
229
|
DateCreated?: Date;
|
|
333
|
-
|
|
334
230
|
DateUpdated?: Date;
|
|
335
|
-
|
|
336
231
|
Status?: EnvironmentStatus | string;
|
|
337
|
-
|
|
338
232
|
AbortableOperationInProgress?: boolean;
|
|
339
|
-
|
|
340
233
|
Health?: EnvironmentHealth | string;
|
|
341
|
-
|
|
342
234
|
HealthStatus?: EnvironmentHealthStatus | string;
|
|
343
|
-
|
|
344
235
|
Resources?: EnvironmentResourcesDescription;
|
|
345
|
-
|
|
346
236
|
Tier?: EnvironmentTier;
|
|
347
|
-
|
|
348
237
|
EnvironmentLinks?: EnvironmentLink[];
|
|
349
|
-
|
|
350
238
|
EnvironmentArn?: string;
|
|
351
|
-
|
|
352
239
|
OperationsRole?: string;
|
|
353
240
|
}
|
|
354
|
-
|
|
355
241
|
export interface EnvironmentDescriptionsMessage {
|
|
356
242
|
Environments?: EnvironmentDescription[];
|
|
357
|
-
|
|
358
243
|
NextToken?: string;
|
|
359
244
|
}
|
|
360
|
-
|
|
361
245
|
export declare class TooManyEnvironmentsException extends __BaseException {
|
|
362
246
|
readonly name: "TooManyEnvironmentsException";
|
|
363
247
|
readonly $fault: "client";
|
|
364
|
-
|
|
365
248
|
constructor(
|
|
366
249
|
opts: __ExceptionOptionType<TooManyEnvironmentsException, __BaseException>
|
|
367
250
|
);
|
|
368
251
|
}
|
|
369
|
-
|
|
370
252
|
export interface Tag {
|
|
371
253
|
Key?: string;
|
|
372
|
-
|
|
373
254
|
Value?: string;
|
|
374
255
|
}
|
|
375
|
-
|
|
376
256
|
export interface CreateApplicationMessage {
|
|
377
257
|
ApplicationName: string | undefined;
|
|
378
|
-
|
|
379
258
|
Description?: string;
|
|
380
|
-
|
|
381
259
|
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
382
|
-
|
|
383
260
|
Tags?: Tag[];
|
|
384
261
|
}
|
|
385
|
-
|
|
386
262
|
export declare class TooManyApplicationsException extends __BaseException {
|
|
387
263
|
readonly name: "TooManyApplicationsException";
|
|
388
264
|
readonly $fault: "client";
|
|
389
|
-
|
|
390
265
|
constructor(
|
|
391
266
|
opts: __ExceptionOptionType<TooManyApplicationsException, __BaseException>
|
|
392
267
|
);
|
|
393
268
|
}
|
|
394
|
-
|
|
395
269
|
export declare class CodeBuildNotInServiceRegionException extends __BaseException {
|
|
396
270
|
readonly name: "CodeBuildNotInServiceRegionException";
|
|
397
271
|
readonly $fault: "client";
|
|
398
|
-
|
|
399
272
|
constructor(
|
|
400
273
|
opts: __ExceptionOptionType<
|
|
401
274
|
CodeBuildNotInServiceRegionException,
|
|
@@ -408,43 +281,27 @@ export declare enum ComputeType {
|
|
|
408
281
|
BUILD_GENERAL1_MEDIUM = "BUILD_GENERAL1_MEDIUM",
|
|
409
282
|
BUILD_GENERAL1_SMALL = "BUILD_GENERAL1_SMALL",
|
|
410
283
|
}
|
|
411
|
-
|
|
412
284
|
export interface BuildConfiguration {
|
|
413
285
|
ArtifactName?: string;
|
|
414
|
-
|
|
415
286
|
CodeBuildServiceRole: string | undefined;
|
|
416
|
-
|
|
417
287
|
ComputeType?: ComputeType | string;
|
|
418
|
-
|
|
419
288
|
Image: string | undefined;
|
|
420
|
-
|
|
421
289
|
TimeoutInMinutes?: number;
|
|
422
290
|
}
|
|
423
|
-
|
|
424
291
|
export interface CreateApplicationVersionMessage {
|
|
425
292
|
ApplicationName: string | undefined;
|
|
426
|
-
|
|
427
293
|
VersionLabel: string | undefined;
|
|
428
|
-
|
|
429
294
|
Description?: string;
|
|
430
|
-
|
|
431
295
|
SourceBuildInformation?: SourceBuildInformation;
|
|
432
|
-
|
|
433
296
|
SourceBundle?: S3Location;
|
|
434
|
-
|
|
435
297
|
BuildConfiguration?: BuildConfiguration;
|
|
436
|
-
|
|
437
298
|
AutoCreateApplication?: boolean;
|
|
438
|
-
|
|
439
299
|
Process?: boolean;
|
|
440
|
-
|
|
441
300
|
Tags?: Tag[];
|
|
442
301
|
}
|
|
443
|
-
|
|
444
302
|
export declare class S3LocationNotInServiceRegionException extends __BaseException {
|
|
445
303
|
readonly name: "S3LocationNotInServiceRegionException";
|
|
446
304
|
readonly $fault: "client";
|
|
447
|
-
|
|
448
305
|
constructor(
|
|
449
306
|
opts: __ExceptionOptionType<
|
|
450
307
|
S3LocationNotInServiceRegionException,
|
|
@@ -452,11 +309,9 @@ export declare class S3LocationNotInServiceRegionException extends __BaseExcepti
|
|
|
452
309
|
>
|
|
453
310
|
);
|
|
454
311
|
}
|
|
455
|
-
|
|
456
312
|
export declare class TooManyApplicationVersionsException extends __BaseException {
|
|
457
313
|
readonly name: "TooManyApplicationVersionsException";
|
|
458
314
|
readonly $fault: "client";
|
|
459
|
-
|
|
460
315
|
constructor(
|
|
461
316
|
opts: __ExceptionOptionType<
|
|
462
317
|
TooManyApplicationVersionsException,
|
|
@@ -468,78 +323,49 @@ export declare type ConfigurationDeploymentStatus =
|
|
|
468
323
|
| "deployed"
|
|
469
324
|
| "failed"
|
|
470
325
|
| "pending";
|
|
471
|
-
|
|
472
326
|
export interface ConfigurationOptionSetting {
|
|
473
327
|
ResourceName?: string;
|
|
474
|
-
|
|
475
328
|
Namespace?: string;
|
|
476
|
-
|
|
477
329
|
OptionName?: string;
|
|
478
|
-
|
|
479
330
|
Value?: string;
|
|
480
331
|
}
|
|
481
|
-
|
|
482
332
|
export interface ConfigurationSettingsDescription {
|
|
483
333
|
SolutionStackName?: string;
|
|
484
|
-
|
|
485
334
|
PlatformArn?: string;
|
|
486
|
-
|
|
487
335
|
ApplicationName?: string;
|
|
488
|
-
|
|
489
336
|
TemplateName?: string;
|
|
490
|
-
|
|
491
337
|
Description?: string;
|
|
492
|
-
|
|
493
338
|
EnvironmentName?: string;
|
|
494
|
-
|
|
495
339
|
DeploymentStatus?: ConfigurationDeploymentStatus | string;
|
|
496
|
-
|
|
497
340
|
DateCreated?: Date;
|
|
498
|
-
|
|
499
341
|
DateUpdated?: Date;
|
|
500
|
-
|
|
501
342
|
OptionSettings?: ConfigurationOptionSetting[];
|
|
502
343
|
}
|
|
503
|
-
|
|
504
344
|
export interface SourceConfiguration {
|
|
505
345
|
ApplicationName?: string;
|
|
506
|
-
|
|
507
346
|
TemplateName?: string;
|
|
508
347
|
}
|
|
509
|
-
|
|
510
348
|
export interface CreateConfigurationTemplateMessage {
|
|
511
349
|
ApplicationName: string | undefined;
|
|
512
|
-
|
|
513
350
|
TemplateName: string | undefined;
|
|
514
|
-
|
|
515
351
|
SolutionStackName?: string;
|
|
516
|
-
|
|
517
352
|
PlatformArn?: string;
|
|
518
|
-
|
|
519
353
|
SourceConfiguration?: SourceConfiguration;
|
|
520
|
-
|
|
521
354
|
EnvironmentId?: string;
|
|
522
|
-
|
|
523
355
|
Description?: string;
|
|
524
|
-
|
|
525
356
|
OptionSettings?: ConfigurationOptionSetting[];
|
|
526
|
-
|
|
527
357
|
Tags?: Tag[];
|
|
528
358
|
}
|
|
529
|
-
|
|
530
359
|
export declare class TooManyBucketsException extends __BaseException {
|
|
531
360
|
readonly name: "TooManyBucketsException";
|
|
532
361
|
readonly $fault: "client";
|
|
533
|
-
|
|
534
362
|
constructor(
|
|
535
363
|
opts: __ExceptionOptionType<TooManyBucketsException, __BaseException>
|
|
536
364
|
);
|
|
537
365
|
}
|
|
538
|
-
|
|
539
366
|
export declare class TooManyConfigurationTemplatesException extends __BaseException {
|
|
540
367
|
readonly name: "TooManyConfigurationTemplatesException";
|
|
541
368
|
readonly $fault: "client";
|
|
542
|
-
|
|
543
369
|
constructor(
|
|
544
370
|
opts: __ExceptionOptionType<
|
|
545
371
|
TooManyConfigurationTemplatesException,
|
|
@@ -547,59 +373,35 @@ export declare class TooManyConfigurationTemplatesException extends __BaseExcept
|
|
|
547
373
|
>
|
|
548
374
|
);
|
|
549
375
|
}
|
|
550
|
-
|
|
551
376
|
export interface OptionSpecification {
|
|
552
377
|
ResourceName?: string;
|
|
553
|
-
|
|
554
378
|
Namespace?: string;
|
|
555
|
-
|
|
556
379
|
OptionName?: string;
|
|
557
380
|
}
|
|
558
|
-
|
|
559
381
|
export interface CreateEnvironmentMessage {
|
|
560
382
|
ApplicationName: string | undefined;
|
|
561
|
-
|
|
562
383
|
EnvironmentName?: string;
|
|
563
|
-
|
|
564
384
|
GroupName?: string;
|
|
565
|
-
|
|
566
385
|
Description?: string;
|
|
567
|
-
|
|
568
386
|
CNAMEPrefix?: string;
|
|
569
|
-
|
|
570
387
|
Tier?: EnvironmentTier;
|
|
571
|
-
|
|
572
388
|
Tags?: Tag[];
|
|
573
|
-
|
|
574
389
|
VersionLabel?: string;
|
|
575
|
-
|
|
576
390
|
TemplateName?: string;
|
|
577
|
-
|
|
578
391
|
SolutionStackName?: string;
|
|
579
|
-
|
|
580
392
|
PlatformArn?: string;
|
|
581
|
-
|
|
582
393
|
OptionSettings?: ConfigurationOptionSetting[];
|
|
583
|
-
|
|
584
394
|
OptionsToRemove?: OptionSpecification[];
|
|
585
|
-
|
|
586
395
|
OperationsRole?: string;
|
|
587
396
|
}
|
|
588
|
-
|
|
589
397
|
export interface CreatePlatformVersionRequest {
|
|
590
398
|
PlatformName: string | undefined;
|
|
591
|
-
|
|
592
399
|
PlatformVersion: string | undefined;
|
|
593
|
-
|
|
594
400
|
PlatformDefinitionBundle: S3Location | undefined;
|
|
595
|
-
|
|
596
401
|
EnvironmentName?: string;
|
|
597
|
-
|
|
598
402
|
OptionSettings?: ConfigurationOptionSetting[];
|
|
599
|
-
|
|
600
403
|
Tags?: Tag[];
|
|
601
404
|
}
|
|
602
|
-
|
|
603
405
|
export interface Builder {
|
|
604
406
|
ARN?: string;
|
|
605
407
|
}
|
|
@@ -609,55 +411,37 @@ export declare type PlatformStatus =
|
|
|
609
411
|
| "Deleting"
|
|
610
412
|
| "Failed"
|
|
611
413
|
| "Ready";
|
|
612
|
-
|
|
613
414
|
export interface PlatformSummary {
|
|
614
415
|
PlatformArn?: string;
|
|
615
|
-
|
|
616
416
|
PlatformOwner?: string;
|
|
617
|
-
|
|
618
417
|
PlatformStatus?: PlatformStatus | string;
|
|
619
|
-
|
|
620
418
|
PlatformCategory?: string;
|
|
621
|
-
|
|
622
419
|
OperatingSystemName?: string;
|
|
623
|
-
|
|
624
420
|
OperatingSystemVersion?: string;
|
|
625
|
-
|
|
626
421
|
SupportedTierList?: string[];
|
|
627
|
-
|
|
628
422
|
SupportedAddonList?: string[];
|
|
629
|
-
|
|
630
423
|
PlatformLifecycleState?: string;
|
|
631
|
-
|
|
632
424
|
PlatformVersion?: string;
|
|
633
|
-
|
|
634
425
|
PlatformBranchName?: string;
|
|
635
|
-
|
|
636
426
|
PlatformBranchLifecycleState?: string;
|
|
637
427
|
}
|
|
638
428
|
export interface CreatePlatformVersionResult {
|
|
639
429
|
PlatformSummary?: PlatformSummary;
|
|
640
|
-
|
|
641
430
|
Builder?: Builder;
|
|
642
431
|
}
|
|
643
|
-
|
|
644
432
|
export declare class TooManyPlatformsException extends __BaseException {
|
|
645
433
|
readonly name: "TooManyPlatformsException";
|
|
646
434
|
readonly $fault: "client";
|
|
647
|
-
|
|
648
435
|
constructor(
|
|
649
436
|
opts: __ExceptionOptionType<TooManyPlatformsException, __BaseException>
|
|
650
437
|
);
|
|
651
438
|
}
|
|
652
|
-
|
|
653
439
|
export interface CreateStorageLocationResultMessage {
|
|
654
440
|
S3Bucket?: string;
|
|
655
441
|
}
|
|
656
|
-
|
|
657
442
|
export declare class S3SubscriptionRequiredException extends __BaseException {
|
|
658
443
|
readonly name: "S3SubscriptionRequiredException";
|
|
659
444
|
readonly $fault: "client";
|
|
660
|
-
|
|
661
445
|
constructor(
|
|
662
446
|
opts: __ExceptionOptionType<
|
|
663
447
|
S3SubscriptionRequiredException,
|
|
@@ -665,48 +449,35 @@ export declare class S3SubscriptionRequiredException extends __BaseException {
|
|
|
665
449
|
>
|
|
666
450
|
);
|
|
667
451
|
}
|
|
668
|
-
|
|
669
452
|
export interface DeleteApplicationMessage {
|
|
670
453
|
ApplicationName: string | undefined;
|
|
671
|
-
|
|
672
454
|
TerminateEnvByForce?: boolean;
|
|
673
455
|
}
|
|
674
|
-
|
|
675
456
|
export declare class OperationInProgressException extends __BaseException {
|
|
676
457
|
readonly name: "OperationInProgressException";
|
|
677
458
|
readonly $fault: "client";
|
|
678
|
-
|
|
679
459
|
constructor(
|
|
680
460
|
opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
|
|
681
461
|
);
|
|
682
462
|
}
|
|
683
|
-
|
|
684
463
|
export interface DeleteApplicationVersionMessage {
|
|
685
464
|
ApplicationName: string | undefined;
|
|
686
|
-
|
|
687
465
|
VersionLabel: string | undefined;
|
|
688
|
-
|
|
689
466
|
DeleteSourceBundle?: boolean;
|
|
690
467
|
}
|
|
691
|
-
|
|
692
468
|
export declare class SourceBundleDeletionException extends __BaseException {
|
|
693
469
|
readonly name: "SourceBundleDeletionException";
|
|
694
470
|
readonly $fault: "client";
|
|
695
|
-
|
|
696
471
|
constructor(
|
|
697
472
|
opts: __ExceptionOptionType<SourceBundleDeletionException, __BaseException>
|
|
698
473
|
);
|
|
699
474
|
}
|
|
700
|
-
|
|
701
475
|
export interface DeleteConfigurationTemplateMessage {
|
|
702
476
|
ApplicationName: string | undefined;
|
|
703
|
-
|
|
704
477
|
TemplateName: string | undefined;
|
|
705
478
|
}
|
|
706
|
-
|
|
707
479
|
export interface DeleteEnvironmentConfigurationMessage {
|
|
708
480
|
ApplicationName: string | undefined;
|
|
709
|
-
|
|
710
481
|
EnvironmentName: string | undefined;
|
|
711
482
|
}
|
|
712
483
|
export interface DeletePlatformVersionRequest {
|
|
@@ -715,11 +486,9 @@ export interface DeletePlatformVersionRequest {
|
|
|
715
486
|
export interface DeletePlatformVersionResult {
|
|
716
487
|
PlatformSummary?: PlatformSummary;
|
|
717
488
|
}
|
|
718
|
-
|
|
719
489
|
export declare class PlatformVersionStillReferencedException extends __BaseException {
|
|
720
490
|
readonly name: "PlatformVersionStillReferencedException";
|
|
721
491
|
readonly $fault: "client";
|
|
722
|
-
|
|
723
492
|
constructor(
|
|
724
493
|
opts: __ExceptionOptionType<
|
|
725
494
|
PlatformVersionStillReferencedException,
|
|
@@ -727,102 +496,65 @@ export declare class PlatformVersionStillReferencedException extends __BaseExcep
|
|
|
727
496
|
>
|
|
728
497
|
);
|
|
729
498
|
}
|
|
730
|
-
|
|
731
499
|
export interface ResourceQuota {
|
|
732
500
|
Maximum?: number;
|
|
733
501
|
}
|
|
734
|
-
|
|
735
502
|
export interface ResourceQuotas {
|
|
736
503
|
ApplicationQuota?: ResourceQuota;
|
|
737
|
-
|
|
738
504
|
ApplicationVersionQuota?: ResourceQuota;
|
|
739
|
-
|
|
740
505
|
EnvironmentQuota?: ResourceQuota;
|
|
741
|
-
|
|
742
506
|
ConfigurationTemplateQuota?: ResourceQuota;
|
|
743
|
-
|
|
744
507
|
CustomPlatformQuota?: ResourceQuota;
|
|
745
508
|
}
|
|
746
509
|
export interface DescribeAccountAttributesResult {
|
|
747
510
|
ResourceQuotas?: ResourceQuotas;
|
|
748
511
|
}
|
|
749
|
-
|
|
750
512
|
export interface DescribeApplicationsMessage {
|
|
751
513
|
ApplicationNames?: string[];
|
|
752
514
|
}
|
|
753
|
-
|
|
754
515
|
export interface DescribeApplicationVersionsMessage {
|
|
755
516
|
ApplicationName?: string;
|
|
756
|
-
|
|
757
517
|
VersionLabels?: string[];
|
|
758
|
-
|
|
759
518
|
MaxRecords?: number;
|
|
760
|
-
|
|
761
519
|
NextToken?: string;
|
|
762
520
|
}
|
|
763
|
-
|
|
764
521
|
export interface OptionRestrictionRegex {
|
|
765
522
|
Pattern?: string;
|
|
766
|
-
|
|
767
523
|
Label?: string;
|
|
768
524
|
}
|
|
769
525
|
export declare type ConfigurationOptionValueType = "List" | "Scalar";
|
|
770
|
-
|
|
771
526
|
export interface ConfigurationOptionDescription {
|
|
772
527
|
Namespace?: string;
|
|
773
|
-
|
|
774
528
|
Name?: string;
|
|
775
|
-
|
|
776
529
|
DefaultValue?: string;
|
|
777
|
-
|
|
778
530
|
ChangeSeverity?: string;
|
|
779
|
-
|
|
780
531
|
UserDefined?: boolean;
|
|
781
|
-
|
|
782
532
|
ValueType?: ConfigurationOptionValueType | string;
|
|
783
|
-
|
|
784
533
|
ValueOptions?: string[];
|
|
785
|
-
|
|
786
534
|
MinValue?: number;
|
|
787
|
-
|
|
788
535
|
MaxValue?: number;
|
|
789
|
-
|
|
790
536
|
MaxLength?: number;
|
|
791
|
-
|
|
792
537
|
Regex?: OptionRestrictionRegex;
|
|
793
538
|
}
|
|
794
|
-
|
|
795
539
|
export interface ConfigurationOptionsDescription {
|
|
796
540
|
SolutionStackName?: string;
|
|
797
|
-
|
|
798
541
|
PlatformArn?: string;
|
|
799
|
-
|
|
800
542
|
Options?: ConfigurationOptionDescription[];
|
|
801
543
|
}
|
|
802
|
-
|
|
803
544
|
export interface DescribeConfigurationOptionsMessage {
|
|
804
545
|
ApplicationName?: string;
|
|
805
|
-
|
|
806
546
|
TemplateName?: string;
|
|
807
|
-
|
|
808
547
|
EnvironmentName?: string;
|
|
809
|
-
|
|
810
548
|
SolutionStackName?: string;
|
|
811
|
-
|
|
812
549
|
PlatformArn?: string;
|
|
813
|
-
|
|
814
550
|
Options?: OptionSpecification[];
|
|
815
551
|
}
|
|
816
|
-
|
|
817
552
|
export interface ConfigurationSettingsDescriptions {
|
|
818
553
|
ConfigurationSettings?: ConfigurationSettingsDescription[];
|
|
819
554
|
}
|
|
820
|
-
|
|
821
555
|
export interface DescribeConfigurationSettingsMessage {
|
|
822
556
|
ApplicationName: string | undefined;
|
|
823
|
-
|
|
824
557
|
TemplateName?: string;
|
|
825
|
-
|
|
826
558
|
EnvironmentName?: string;
|
|
827
559
|
}
|
|
828
560
|
export declare enum EnvironmentHealthAttribute {
|
|
@@ -835,67 +567,42 @@ export declare enum EnvironmentHealthAttribute {
|
|
|
835
567
|
RefreshedAt = "RefreshedAt",
|
|
836
568
|
Status = "Status",
|
|
837
569
|
}
|
|
838
|
-
|
|
839
570
|
export interface DescribeEnvironmentHealthRequest {
|
|
840
571
|
EnvironmentName?: string;
|
|
841
|
-
|
|
842
572
|
EnvironmentId?: string;
|
|
843
|
-
|
|
844
573
|
AttributeNames?: (EnvironmentHealthAttribute | string)[];
|
|
845
574
|
}
|
|
846
|
-
|
|
847
575
|
export interface InstanceHealthSummary {
|
|
848
576
|
NoData?: number;
|
|
849
|
-
|
|
850
577
|
Unknown?: number;
|
|
851
|
-
|
|
852
578
|
Pending?: number;
|
|
853
|
-
|
|
854
579
|
Ok?: number;
|
|
855
|
-
|
|
856
580
|
Info?: number;
|
|
857
|
-
|
|
858
581
|
Warning?: number;
|
|
859
|
-
|
|
860
582
|
Degraded?: number;
|
|
861
|
-
|
|
862
583
|
Severe?: number;
|
|
863
584
|
}
|
|
864
|
-
|
|
865
585
|
export interface DescribeEnvironmentHealthResult {
|
|
866
586
|
EnvironmentName?: string;
|
|
867
|
-
|
|
868
587
|
HealthStatus?: string;
|
|
869
|
-
|
|
870
588
|
Status?: EnvironmentHealth | string;
|
|
871
|
-
|
|
872
589
|
Color?: string;
|
|
873
|
-
|
|
874
590
|
Causes?: string[];
|
|
875
|
-
|
|
876
591
|
ApplicationMetrics?: ApplicationMetrics;
|
|
877
|
-
|
|
878
592
|
InstancesHealth?: InstanceHealthSummary;
|
|
879
|
-
|
|
880
593
|
RefreshedAt?: Date;
|
|
881
594
|
}
|
|
882
|
-
|
|
883
595
|
export declare class InvalidRequestException extends __BaseException {
|
|
884
596
|
readonly name: "InvalidRequestException";
|
|
885
597
|
readonly $fault: "client";
|
|
886
|
-
|
|
887
598
|
constructor(
|
|
888
599
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
889
600
|
);
|
|
890
601
|
}
|
|
891
|
-
|
|
892
602
|
export interface DescribeEnvironmentManagedActionHistoryRequest {
|
|
893
603
|
EnvironmentId?: string;
|
|
894
|
-
|
|
895
604
|
EnvironmentName?: string;
|
|
896
|
-
|
|
897
605
|
NextToken?: string;
|
|
898
|
-
|
|
899
606
|
MaxItems?: number;
|
|
900
607
|
}
|
|
901
608
|
export declare type FailureType =
|
|
@@ -906,124 +613,79 @@ export declare type FailureType =
|
|
|
906
613
|
| "RollbackFailed"
|
|
907
614
|
| "RollbackSuccessful"
|
|
908
615
|
| "UpdateCancelled";
|
|
909
|
-
|
|
910
616
|
export interface ManagedActionHistoryItem {
|
|
911
617
|
ActionId?: string;
|
|
912
|
-
|
|
913
618
|
ActionType?: ActionType | string;
|
|
914
|
-
|
|
915
619
|
ActionDescription?: string;
|
|
916
|
-
|
|
917
620
|
FailureType?: FailureType | string;
|
|
918
|
-
|
|
919
621
|
Status?: ActionHistoryStatus | string;
|
|
920
|
-
|
|
921
622
|
FailureDescription?: string;
|
|
922
|
-
|
|
923
623
|
ExecutedTime?: Date;
|
|
924
|
-
|
|
925
624
|
FinishedTime?: Date;
|
|
926
625
|
}
|
|
927
|
-
|
|
928
626
|
export interface DescribeEnvironmentManagedActionHistoryResult {
|
|
929
627
|
ManagedActionHistoryItems?: ManagedActionHistoryItem[];
|
|
930
|
-
|
|
931
628
|
NextToken?: string;
|
|
932
629
|
}
|
|
933
|
-
|
|
934
630
|
export interface DescribeEnvironmentManagedActionsRequest {
|
|
935
631
|
EnvironmentName?: string;
|
|
936
|
-
|
|
937
632
|
EnvironmentId?: string;
|
|
938
|
-
|
|
939
633
|
Status?: ActionStatus | string;
|
|
940
634
|
}
|
|
941
|
-
|
|
942
635
|
export interface ManagedAction {
|
|
943
636
|
ActionId?: string;
|
|
944
|
-
|
|
945
637
|
ActionDescription?: string;
|
|
946
|
-
|
|
947
638
|
ActionType?: ActionType | string;
|
|
948
|
-
|
|
949
639
|
Status?: ActionStatus | string;
|
|
950
|
-
|
|
951
640
|
WindowStartTime?: Date;
|
|
952
641
|
}
|
|
953
|
-
|
|
954
642
|
export interface DescribeEnvironmentManagedActionsResult {
|
|
955
643
|
ManagedActions?: ManagedAction[];
|
|
956
644
|
}
|
|
957
|
-
|
|
958
645
|
export interface DescribeEnvironmentResourcesMessage {
|
|
959
646
|
EnvironmentId?: string;
|
|
960
|
-
|
|
961
647
|
EnvironmentName?: string;
|
|
962
648
|
}
|
|
963
|
-
|
|
964
649
|
export interface Instance {
|
|
965
650
|
Id?: string;
|
|
966
651
|
}
|
|
967
|
-
|
|
968
652
|
export interface LaunchConfiguration {
|
|
969
653
|
Name?: string;
|
|
970
654
|
}
|
|
971
|
-
|
|
972
655
|
export interface LaunchTemplate {
|
|
973
656
|
Id?: string;
|
|
974
657
|
}
|
|
975
|
-
|
|
976
658
|
export interface LoadBalancer {
|
|
977
659
|
Name?: string;
|
|
978
660
|
}
|
|
979
|
-
|
|
980
661
|
export interface Queue {
|
|
981
662
|
Name?: string;
|
|
982
|
-
|
|
983
663
|
URL?: string;
|
|
984
664
|
}
|
|
985
|
-
|
|
986
665
|
export interface Trigger {
|
|
987
666
|
Name?: string;
|
|
988
667
|
}
|
|
989
|
-
|
|
990
668
|
export interface EnvironmentResourceDescription {
|
|
991
669
|
EnvironmentName?: string;
|
|
992
|
-
|
|
993
670
|
AutoScalingGroups?: AutoScalingGroup[];
|
|
994
|
-
|
|
995
671
|
Instances?: Instance[];
|
|
996
|
-
|
|
997
672
|
LaunchConfigurations?: LaunchConfiguration[];
|
|
998
|
-
|
|
999
673
|
LaunchTemplates?: LaunchTemplate[];
|
|
1000
|
-
|
|
1001
674
|
LoadBalancers?: LoadBalancer[];
|
|
1002
|
-
|
|
1003
675
|
Triggers?: Trigger[];
|
|
1004
|
-
|
|
1005
676
|
Queues?: Queue[];
|
|
1006
677
|
}
|
|
1007
|
-
|
|
1008
678
|
export interface EnvironmentResourceDescriptionsMessage {
|
|
1009
679
|
EnvironmentResources?: EnvironmentResourceDescription;
|
|
1010
680
|
}
|
|
1011
|
-
|
|
1012
681
|
export interface DescribeEnvironmentsMessage {
|
|
1013
682
|
ApplicationName?: string;
|
|
1014
|
-
|
|
1015
683
|
VersionLabel?: string;
|
|
1016
|
-
|
|
1017
684
|
EnvironmentIds?: string[];
|
|
1018
|
-
|
|
1019
685
|
EnvironmentNames?: string[];
|
|
1020
|
-
|
|
1021
686
|
IncludeDeleted?: boolean;
|
|
1022
|
-
|
|
1023
687
|
IncludedDeletedBackTo?: Date;
|
|
1024
|
-
|
|
1025
688
|
MaxRecords?: number;
|
|
1026
|
-
|
|
1027
689
|
NextToken?: string;
|
|
1028
690
|
}
|
|
1029
691
|
export declare type EventSeverity =
|
|
@@ -1033,56 +695,33 @@ export declare type EventSeverity =
|
|
|
1033
695
|
| "INFO"
|
|
1034
696
|
| "TRACE"
|
|
1035
697
|
| "WARN";
|
|
1036
|
-
|
|
1037
698
|
export interface DescribeEventsMessage {
|
|
1038
699
|
ApplicationName?: string;
|
|
1039
|
-
|
|
1040
700
|
VersionLabel?: string;
|
|
1041
|
-
|
|
1042
701
|
TemplateName?: string;
|
|
1043
|
-
|
|
1044
702
|
EnvironmentId?: string;
|
|
1045
|
-
|
|
1046
703
|
EnvironmentName?: string;
|
|
1047
|
-
|
|
1048
704
|
PlatformArn?: string;
|
|
1049
|
-
|
|
1050
705
|
RequestId?: string;
|
|
1051
|
-
|
|
1052
706
|
Severity?: EventSeverity | string;
|
|
1053
|
-
|
|
1054
707
|
StartTime?: Date;
|
|
1055
|
-
|
|
1056
708
|
EndTime?: Date;
|
|
1057
|
-
|
|
1058
709
|
MaxRecords?: number;
|
|
1059
|
-
|
|
1060
710
|
NextToken?: string;
|
|
1061
711
|
}
|
|
1062
|
-
|
|
1063
712
|
export interface EventDescription {
|
|
1064
713
|
EventDate?: Date;
|
|
1065
|
-
|
|
1066
714
|
Message?: string;
|
|
1067
|
-
|
|
1068
715
|
ApplicationName?: string;
|
|
1069
|
-
|
|
1070
716
|
VersionLabel?: string;
|
|
1071
|
-
|
|
1072
717
|
TemplateName?: string;
|
|
1073
|
-
|
|
1074
718
|
EnvironmentName?: string;
|
|
1075
|
-
|
|
1076
719
|
PlatformArn?: string;
|
|
1077
|
-
|
|
1078
720
|
RequestId?: string;
|
|
1079
|
-
|
|
1080
721
|
Severity?: EventSeverity | string;
|
|
1081
722
|
}
|
|
1082
|
-
|
|
1083
723
|
export interface EventDescriptionsMessage {
|
|
1084
724
|
Events?: EventDescription[];
|
|
1085
|
-
|
|
1086
725
|
NextToken?: string;
|
|
1087
726
|
}
|
|
1088
727
|
export declare enum InstancesHealthAttribute {
|
|
@@ -1098,232 +737,149 @@ export declare enum InstancesHealthAttribute {
|
|
|
1098
737
|
RefreshedAt = "RefreshedAt",
|
|
1099
738
|
System = "System",
|
|
1100
739
|
}
|
|
1101
|
-
|
|
1102
740
|
export interface DescribeInstancesHealthRequest {
|
|
1103
741
|
EnvironmentName?: string;
|
|
1104
|
-
|
|
1105
742
|
EnvironmentId?: string;
|
|
1106
|
-
|
|
1107
743
|
AttributeNames?: (InstancesHealthAttribute | string)[];
|
|
1108
|
-
|
|
1109
744
|
NextToken?: string;
|
|
1110
745
|
}
|
|
1111
|
-
|
|
1112
746
|
export interface Deployment {
|
|
1113
747
|
VersionLabel?: string;
|
|
1114
|
-
|
|
1115
748
|
DeploymentId?: number;
|
|
1116
|
-
|
|
1117
749
|
Status?: string;
|
|
1118
|
-
|
|
1119
750
|
DeploymentTime?: Date;
|
|
1120
751
|
}
|
|
1121
|
-
|
|
1122
752
|
export interface CPUUtilization {
|
|
1123
753
|
User?: number;
|
|
1124
|
-
|
|
1125
754
|
Nice?: number;
|
|
1126
|
-
|
|
1127
755
|
System?: number;
|
|
1128
|
-
|
|
1129
756
|
Idle?: number;
|
|
1130
|
-
|
|
1131
757
|
IOWait?: number;
|
|
1132
|
-
|
|
1133
758
|
IRQ?: number;
|
|
1134
|
-
|
|
1135
759
|
SoftIRQ?: number;
|
|
1136
|
-
|
|
1137
760
|
Privileged?: number;
|
|
1138
761
|
}
|
|
1139
|
-
|
|
1140
762
|
export interface SystemStatus {
|
|
1141
763
|
CPUUtilization?: CPUUtilization;
|
|
1142
|
-
|
|
1143
764
|
LoadAverage?: number[];
|
|
1144
765
|
}
|
|
1145
|
-
|
|
1146
766
|
export interface SingleInstanceHealth {
|
|
1147
767
|
InstanceId?: string;
|
|
1148
|
-
|
|
1149
768
|
HealthStatus?: string;
|
|
1150
|
-
|
|
1151
769
|
Color?: string;
|
|
1152
|
-
|
|
1153
770
|
Causes?: string[];
|
|
1154
|
-
|
|
1155
771
|
LaunchedAt?: Date;
|
|
1156
|
-
|
|
1157
772
|
ApplicationMetrics?: ApplicationMetrics;
|
|
1158
|
-
|
|
1159
773
|
System?: SystemStatus;
|
|
1160
|
-
|
|
1161
774
|
Deployment?: Deployment;
|
|
1162
|
-
|
|
1163
775
|
AvailabilityZone?: string;
|
|
1164
|
-
|
|
1165
776
|
InstanceType?: string;
|
|
1166
777
|
}
|
|
1167
|
-
|
|
1168
778
|
export interface DescribeInstancesHealthResult {
|
|
1169
779
|
InstanceHealthList?: SingleInstanceHealth[];
|
|
1170
|
-
|
|
1171
780
|
RefreshedAt?: Date;
|
|
1172
|
-
|
|
1173
781
|
NextToken?: string;
|
|
1174
782
|
}
|
|
1175
783
|
export interface DescribePlatformVersionRequest {
|
|
1176
784
|
PlatformArn?: string;
|
|
1177
785
|
}
|
|
1178
|
-
|
|
1179
786
|
export interface CustomAmi {
|
|
1180
787
|
VirtualizationType?: string;
|
|
1181
|
-
|
|
1182
788
|
ImageId?: string;
|
|
1183
789
|
}
|
|
1184
|
-
|
|
1185
790
|
export interface PlatformFramework {
|
|
1186
791
|
Name?: string;
|
|
1187
|
-
|
|
1188
792
|
Version?: string;
|
|
1189
793
|
}
|
|
1190
|
-
|
|
1191
794
|
export interface PlatformProgrammingLanguage {
|
|
1192
795
|
Name?: string;
|
|
1193
|
-
|
|
1194
796
|
Version?: string;
|
|
1195
797
|
}
|
|
1196
|
-
|
|
1197
798
|
export interface PlatformDescription {
|
|
1198
799
|
PlatformArn?: string;
|
|
1199
|
-
|
|
1200
800
|
PlatformOwner?: string;
|
|
1201
|
-
|
|
1202
801
|
PlatformName?: string;
|
|
1203
|
-
|
|
1204
802
|
PlatformVersion?: string;
|
|
1205
|
-
|
|
1206
803
|
SolutionStackName?: string;
|
|
1207
|
-
|
|
1208
804
|
PlatformStatus?: PlatformStatus | string;
|
|
1209
|
-
|
|
1210
805
|
DateCreated?: Date;
|
|
1211
|
-
|
|
1212
806
|
DateUpdated?: Date;
|
|
1213
|
-
|
|
1214
807
|
PlatformCategory?: string;
|
|
1215
|
-
|
|
1216
808
|
Description?: string;
|
|
1217
|
-
|
|
1218
809
|
Maintainer?: string;
|
|
1219
|
-
|
|
1220
810
|
OperatingSystemName?: string;
|
|
1221
|
-
|
|
1222
811
|
OperatingSystemVersion?: string;
|
|
1223
|
-
|
|
1224
812
|
ProgrammingLanguages?: PlatformProgrammingLanguage[];
|
|
1225
|
-
|
|
1226
813
|
Frameworks?: PlatformFramework[];
|
|
1227
|
-
|
|
1228
814
|
CustomAmiList?: CustomAmi[];
|
|
1229
|
-
|
|
1230
815
|
SupportedTierList?: string[];
|
|
1231
|
-
|
|
1232
816
|
SupportedAddonList?: string[];
|
|
1233
|
-
|
|
1234
817
|
PlatformLifecycleState?: string;
|
|
1235
|
-
|
|
1236
818
|
PlatformBranchName?: string;
|
|
1237
|
-
|
|
1238
819
|
PlatformBranchLifecycleState?: string;
|
|
1239
820
|
}
|
|
1240
821
|
export interface DescribePlatformVersionResult {
|
|
1241
822
|
PlatformDescription?: PlatformDescription;
|
|
1242
823
|
}
|
|
1243
|
-
|
|
1244
824
|
export interface DisassociateEnvironmentOperationsRoleMessage {
|
|
1245
825
|
EnvironmentName: string | undefined;
|
|
1246
826
|
}
|
|
1247
|
-
|
|
1248
827
|
export interface ListAvailableSolutionStacksResultMessage {
|
|
1249
828
|
SolutionStacks?: string[];
|
|
1250
|
-
|
|
1251
829
|
SolutionStackDetails?: SolutionStackDescription[];
|
|
1252
830
|
}
|
|
1253
|
-
|
|
1254
831
|
export interface SearchFilter {
|
|
1255
832
|
Attribute?: string;
|
|
1256
|
-
|
|
1257
833
|
Operator?: string;
|
|
1258
|
-
|
|
1259
834
|
Values?: string[];
|
|
1260
835
|
}
|
|
1261
836
|
export interface ListPlatformBranchesRequest {
|
|
1262
837
|
Filters?: SearchFilter[];
|
|
1263
|
-
|
|
1264
838
|
MaxRecords?: number;
|
|
1265
|
-
|
|
1266
839
|
NextToken?: string;
|
|
1267
840
|
}
|
|
1268
|
-
|
|
1269
841
|
export interface PlatformBranchSummary {
|
|
1270
842
|
PlatformName?: string;
|
|
1271
|
-
|
|
1272
843
|
BranchName?: string;
|
|
1273
|
-
|
|
1274
844
|
LifecycleState?: string;
|
|
1275
|
-
|
|
1276
845
|
BranchOrder?: number;
|
|
1277
|
-
|
|
1278
846
|
SupportedTierList?: string[];
|
|
1279
847
|
}
|
|
1280
848
|
export interface ListPlatformBranchesResult {
|
|
1281
849
|
PlatformBranchSummaryList?: PlatformBranchSummary[];
|
|
1282
|
-
|
|
1283
850
|
NextToken?: string;
|
|
1284
851
|
}
|
|
1285
|
-
|
|
1286
852
|
export interface PlatformFilter {
|
|
1287
853
|
Type?: string;
|
|
1288
|
-
|
|
1289
854
|
Operator?: string;
|
|
1290
|
-
|
|
1291
855
|
Values?: string[];
|
|
1292
856
|
}
|
|
1293
857
|
export interface ListPlatformVersionsRequest {
|
|
1294
858
|
Filters?: PlatformFilter[];
|
|
1295
|
-
|
|
1296
859
|
MaxRecords?: number;
|
|
1297
|
-
|
|
1298
860
|
NextToken?: string;
|
|
1299
861
|
}
|
|
1300
862
|
export interface ListPlatformVersionsResult {
|
|
1301
863
|
PlatformSummaryList?: PlatformSummary[];
|
|
1302
|
-
|
|
1303
864
|
NextToken?: string;
|
|
1304
865
|
}
|
|
1305
866
|
export interface ListTagsForResourceMessage {
|
|
1306
867
|
ResourceArn: string | undefined;
|
|
1307
868
|
}
|
|
1308
|
-
|
|
1309
869
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
1310
870
|
readonly name: "ResourceNotFoundException";
|
|
1311
871
|
readonly $fault: "client";
|
|
1312
|
-
|
|
1313
872
|
constructor(
|
|
1314
873
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
1315
874
|
);
|
|
1316
875
|
}
|
|
1317
876
|
export interface ResourceTagsDescriptionMessage {
|
|
1318
877
|
ResourceArn?: string;
|
|
1319
|
-
|
|
1320
878
|
ResourceTags?: Tag[];
|
|
1321
879
|
}
|
|
1322
|
-
|
|
1323
880
|
export declare class ResourceTypeNotSupportedException extends __BaseException {
|
|
1324
881
|
readonly name: "ResourceTypeNotSupportedException";
|
|
1325
882
|
readonly $fault: "client";
|
|
1326
|
-
|
|
1327
883
|
constructor(
|
|
1328
884
|
opts: __ExceptionOptionType<
|
|
1329
885
|
ResourceTypeNotSupportedException,
|
|
@@ -1331,636 +887,451 @@ export declare class ResourceTypeNotSupportedException extends __BaseException {
|
|
|
1331
887
|
>
|
|
1332
888
|
);
|
|
1333
889
|
}
|
|
1334
|
-
|
|
1335
890
|
export interface RebuildEnvironmentMessage {
|
|
1336
891
|
EnvironmentId?: string;
|
|
1337
|
-
|
|
1338
892
|
EnvironmentName?: string;
|
|
1339
893
|
}
|
|
1340
894
|
export declare type EnvironmentInfoType = "bundle" | "tail";
|
|
1341
|
-
|
|
1342
895
|
export interface RequestEnvironmentInfoMessage {
|
|
1343
896
|
EnvironmentId?: string;
|
|
1344
|
-
|
|
1345
897
|
EnvironmentName?: string;
|
|
1346
|
-
|
|
1347
898
|
InfoType: EnvironmentInfoType | string | undefined;
|
|
1348
899
|
}
|
|
1349
|
-
|
|
1350
900
|
export interface RestartAppServerMessage {
|
|
1351
901
|
EnvironmentId?: string;
|
|
1352
|
-
|
|
1353
902
|
EnvironmentName?: string;
|
|
1354
903
|
}
|
|
1355
|
-
|
|
1356
904
|
export interface RetrieveEnvironmentInfoMessage {
|
|
1357
905
|
EnvironmentId?: string;
|
|
1358
|
-
|
|
1359
906
|
EnvironmentName?: string;
|
|
1360
|
-
|
|
1361
907
|
InfoType: EnvironmentInfoType | string | undefined;
|
|
1362
908
|
}
|
|
1363
|
-
|
|
1364
909
|
export interface EnvironmentInfoDescription {
|
|
1365
910
|
InfoType?: EnvironmentInfoType | string;
|
|
1366
|
-
|
|
1367
911
|
Ec2InstanceId?: string;
|
|
1368
|
-
|
|
1369
912
|
SampleTimestamp?: Date;
|
|
1370
|
-
|
|
1371
913
|
Message?: string;
|
|
1372
914
|
}
|
|
1373
|
-
|
|
1374
915
|
export interface RetrieveEnvironmentInfoResultMessage {
|
|
1375
916
|
EnvironmentInfo?: EnvironmentInfoDescription[];
|
|
1376
917
|
}
|
|
1377
|
-
|
|
1378
918
|
export interface SwapEnvironmentCNAMEsMessage {
|
|
1379
919
|
SourceEnvironmentId?: string;
|
|
1380
|
-
|
|
1381
920
|
SourceEnvironmentName?: string;
|
|
1382
|
-
|
|
1383
921
|
DestinationEnvironmentId?: string;
|
|
1384
|
-
|
|
1385
922
|
DestinationEnvironmentName?: string;
|
|
1386
923
|
}
|
|
1387
|
-
|
|
1388
924
|
export interface TerminateEnvironmentMessage {
|
|
1389
925
|
EnvironmentId?: string;
|
|
1390
|
-
|
|
1391
926
|
EnvironmentName?: string;
|
|
1392
|
-
|
|
1393
927
|
TerminateResources?: boolean;
|
|
1394
|
-
|
|
1395
928
|
ForceTerminate?: boolean;
|
|
1396
929
|
}
|
|
1397
|
-
|
|
1398
930
|
export interface UpdateApplicationMessage {
|
|
1399
931
|
ApplicationName: string | undefined;
|
|
1400
|
-
|
|
1401
932
|
Description?: string;
|
|
1402
933
|
}
|
|
1403
934
|
export interface UpdateApplicationResourceLifecycleMessage {
|
|
1404
935
|
ApplicationName: string | undefined;
|
|
1405
|
-
|
|
1406
936
|
ResourceLifecycleConfig: ApplicationResourceLifecycleConfig | undefined;
|
|
1407
937
|
}
|
|
1408
|
-
|
|
1409
938
|
export interface UpdateApplicationVersionMessage {
|
|
1410
939
|
ApplicationName: string | undefined;
|
|
1411
|
-
|
|
1412
940
|
VersionLabel: string | undefined;
|
|
1413
|
-
|
|
1414
941
|
Description?: string;
|
|
1415
942
|
}
|
|
1416
|
-
|
|
1417
943
|
export interface UpdateConfigurationTemplateMessage {
|
|
1418
944
|
ApplicationName: string | undefined;
|
|
1419
|
-
|
|
1420
945
|
TemplateName: string | undefined;
|
|
1421
|
-
|
|
1422
946
|
Description?: string;
|
|
1423
|
-
|
|
1424
947
|
OptionSettings?: ConfigurationOptionSetting[];
|
|
1425
|
-
|
|
1426
948
|
OptionsToRemove?: OptionSpecification[];
|
|
1427
949
|
}
|
|
1428
|
-
|
|
1429
950
|
export interface UpdateEnvironmentMessage {
|
|
1430
951
|
ApplicationName?: string;
|
|
1431
|
-
|
|
1432
952
|
EnvironmentId?: string;
|
|
1433
|
-
|
|
1434
953
|
EnvironmentName?: string;
|
|
1435
|
-
|
|
1436
954
|
GroupName?: string;
|
|
1437
|
-
|
|
1438
955
|
Description?: string;
|
|
1439
|
-
|
|
1440
956
|
Tier?: EnvironmentTier;
|
|
1441
|
-
|
|
1442
957
|
VersionLabel?: string;
|
|
1443
|
-
|
|
1444
958
|
TemplateName?: string;
|
|
1445
|
-
|
|
1446
959
|
SolutionStackName?: string;
|
|
1447
|
-
|
|
1448
960
|
PlatformArn?: string;
|
|
1449
|
-
|
|
1450
961
|
OptionSettings?: ConfigurationOptionSetting[];
|
|
1451
|
-
|
|
1452
962
|
OptionsToRemove?: OptionSpecification[];
|
|
1453
963
|
}
|
|
1454
|
-
|
|
1455
964
|
export declare class TooManyTagsException extends __BaseException {
|
|
1456
965
|
readonly name: "TooManyTagsException";
|
|
1457
966
|
readonly $fault: "client";
|
|
1458
|
-
|
|
1459
967
|
constructor(
|
|
1460
968
|
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
1461
969
|
);
|
|
1462
970
|
}
|
|
1463
971
|
export interface UpdateTagsForResourceMessage {
|
|
1464
972
|
ResourceArn: string | undefined;
|
|
1465
|
-
|
|
1466
973
|
TagsToAdd?: Tag[];
|
|
1467
|
-
|
|
1468
974
|
TagsToRemove?: string[];
|
|
1469
975
|
}
|
|
1470
976
|
export declare type ValidationSeverity = "error" | "warning";
|
|
1471
|
-
|
|
1472
977
|
export interface ValidationMessage {
|
|
1473
978
|
Message?: string;
|
|
1474
|
-
|
|
1475
979
|
Severity?: ValidationSeverity | string;
|
|
1476
|
-
|
|
1477
980
|
Namespace?: string;
|
|
1478
|
-
|
|
1479
981
|
OptionName?: string;
|
|
1480
982
|
}
|
|
1481
|
-
|
|
1482
983
|
export interface ConfigurationSettingsValidationMessages {
|
|
1483
984
|
Messages?: ValidationMessage[];
|
|
1484
985
|
}
|
|
1485
|
-
|
|
1486
986
|
export interface ValidateConfigurationSettingsMessage {
|
|
1487
987
|
ApplicationName: string | undefined;
|
|
1488
|
-
|
|
1489
988
|
TemplateName?: string;
|
|
1490
|
-
|
|
1491
989
|
EnvironmentName?: string;
|
|
1492
|
-
|
|
1493
990
|
OptionSettings: ConfigurationOptionSetting[] | undefined;
|
|
1494
991
|
}
|
|
1495
|
-
|
|
1496
992
|
export declare const AbortEnvironmentUpdateMessageFilterSensitiveLog: (
|
|
1497
993
|
obj: AbortEnvironmentUpdateMessage
|
|
1498
994
|
) => any;
|
|
1499
|
-
|
|
1500
995
|
export declare const MaxAgeRuleFilterSensitiveLog: (obj: MaxAgeRule) => any;
|
|
1501
|
-
|
|
1502
996
|
export declare const MaxCountRuleFilterSensitiveLog: (obj: MaxCountRule) => any;
|
|
1503
|
-
|
|
1504
997
|
export declare const ApplicationVersionLifecycleConfigFilterSensitiveLog: (
|
|
1505
998
|
obj: ApplicationVersionLifecycleConfig
|
|
1506
999
|
) => any;
|
|
1507
|
-
|
|
1508
1000
|
export declare const ApplicationResourceLifecycleConfigFilterSensitiveLog: (
|
|
1509
1001
|
obj: ApplicationResourceLifecycleConfig
|
|
1510
1002
|
) => any;
|
|
1511
|
-
|
|
1512
1003
|
export declare const ApplicationDescriptionFilterSensitiveLog: (
|
|
1513
1004
|
obj: ApplicationDescription
|
|
1514
1005
|
) => any;
|
|
1515
|
-
|
|
1516
1006
|
export declare const ApplicationDescriptionMessageFilterSensitiveLog: (
|
|
1517
1007
|
obj: ApplicationDescriptionMessage
|
|
1518
1008
|
) => any;
|
|
1519
|
-
|
|
1520
1009
|
export declare const ApplicationDescriptionsMessageFilterSensitiveLog: (
|
|
1521
1010
|
obj: ApplicationDescriptionsMessage
|
|
1522
1011
|
) => any;
|
|
1523
|
-
|
|
1524
1012
|
export declare const LatencyFilterSensitiveLog: (obj: Latency) => any;
|
|
1525
|
-
|
|
1526
1013
|
export declare const StatusCodesFilterSensitiveLog: (obj: StatusCodes) => any;
|
|
1527
|
-
|
|
1528
1014
|
export declare const ApplicationMetricsFilterSensitiveLog: (
|
|
1529
1015
|
obj: ApplicationMetrics
|
|
1530
1016
|
) => any;
|
|
1531
|
-
|
|
1532
1017
|
export declare const ApplicationResourceLifecycleDescriptionMessageFilterSensitiveLog: (
|
|
1533
1018
|
obj: ApplicationResourceLifecycleDescriptionMessage
|
|
1534
1019
|
) => any;
|
|
1535
|
-
|
|
1536
1020
|
export declare const SourceBuildInformationFilterSensitiveLog: (
|
|
1537
1021
|
obj: SourceBuildInformation
|
|
1538
1022
|
) => any;
|
|
1539
|
-
|
|
1540
1023
|
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
1541
|
-
|
|
1542
1024
|
export declare const ApplicationVersionDescriptionFilterSensitiveLog: (
|
|
1543
1025
|
obj: ApplicationVersionDescription
|
|
1544
1026
|
) => any;
|
|
1545
|
-
|
|
1546
1027
|
export declare const ApplicationVersionDescriptionMessageFilterSensitiveLog: (
|
|
1547
1028
|
obj: ApplicationVersionDescriptionMessage
|
|
1548
1029
|
) => any;
|
|
1549
|
-
|
|
1550
1030
|
export declare const ApplicationVersionDescriptionsMessageFilterSensitiveLog: (
|
|
1551
1031
|
obj: ApplicationVersionDescriptionsMessage
|
|
1552
1032
|
) => any;
|
|
1553
|
-
|
|
1554
1033
|
export declare const ApplyEnvironmentManagedActionRequestFilterSensitiveLog: (
|
|
1555
1034
|
obj: ApplyEnvironmentManagedActionRequest
|
|
1556
1035
|
) => any;
|
|
1557
|
-
|
|
1558
1036
|
export declare const ApplyEnvironmentManagedActionResultFilterSensitiveLog: (
|
|
1559
1037
|
obj: ApplyEnvironmentManagedActionResult
|
|
1560
1038
|
) => any;
|
|
1561
|
-
|
|
1562
1039
|
export declare const AssociateEnvironmentOperationsRoleMessageFilterSensitiveLog: (
|
|
1563
1040
|
obj: AssociateEnvironmentOperationsRoleMessage
|
|
1564
1041
|
) => any;
|
|
1565
|
-
|
|
1566
1042
|
export declare const AutoScalingGroupFilterSensitiveLog: (
|
|
1567
1043
|
obj: AutoScalingGroup
|
|
1568
1044
|
) => any;
|
|
1569
|
-
|
|
1570
1045
|
export declare const SolutionStackDescriptionFilterSensitiveLog: (
|
|
1571
1046
|
obj: SolutionStackDescription
|
|
1572
1047
|
) => any;
|
|
1573
|
-
|
|
1574
1048
|
export declare const CheckDNSAvailabilityMessageFilterSensitiveLog: (
|
|
1575
1049
|
obj: CheckDNSAvailabilityMessage
|
|
1576
1050
|
) => any;
|
|
1577
|
-
|
|
1578
1051
|
export declare const CheckDNSAvailabilityResultMessageFilterSensitiveLog: (
|
|
1579
1052
|
obj: CheckDNSAvailabilityResultMessage
|
|
1580
1053
|
) => any;
|
|
1581
|
-
|
|
1582
1054
|
export declare const ComposeEnvironmentsMessageFilterSensitiveLog: (
|
|
1583
1055
|
obj: ComposeEnvironmentsMessage
|
|
1584
1056
|
) => any;
|
|
1585
|
-
|
|
1586
1057
|
export declare const EnvironmentLinkFilterSensitiveLog: (
|
|
1587
1058
|
obj: EnvironmentLink
|
|
1588
1059
|
) => any;
|
|
1589
|
-
|
|
1590
1060
|
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
1591
|
-
|
|
1592
1061
|
export declare const LoadBalancerDescriptionFilterSensitiveLog: (
|
|
1593
1062
|
obj: LoadBalancerDescription
|
|
1594
1063
|
) => any;
|
|
1595
|
-
|
|
1596
1064
|
export declare const EnvironmentResourcesDescriptionFilterSensitiveLog: (
|
|
1597
1065
|
obj: EnvironmentResourcesDescription
|
|
1598
1066
|
) => any;
|
|
1599
|
-
|
|
1600
1067
|
export declare const EnvironmentTierFilterSensitiveLog: (
|
|
1601
1068
|
obj: EnvironmentTier
|
|
1602
1069
|
) => any;
|
|
1603
|
-
|
|
1604
1070
|
export declare const EnvironmentDescriptionFilterSensitiveLog: (
|
|
1605
1071
|
obj: EnvironmentDescription
|
|
1606
1072
|
) => any;
|
|
1607
|
-
|
|
1608
1073
|
export declare const EnvironmentDescriptionsMessageFilterSensitiveLog: (
|
|
1609
1074
|
obj: EnvironmentDescriptionsMessage
|
|
1610
1075
|
) => any;
|
|
1611
|
-
|
|
1612
1076
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1613
|
-
|
|
1614
1077
|
export declare const CreateApplicationMessageFilterSensitiveLog: (
|
|
1615
1078
|
obj: CreateApplicationMessage
|
|
1616
1079
|
) => any;
|
|
1617
|
-
|
|
1618
1080
|
export declare const BuildConfigurationFilterSensitiveLog: (
|
|
1619
1081
|
obj: BuildConfiguration
|
|
1620
1082
|
) => any;
|
|
1621
|
-
|
|
1622
1083
|
export declare const CreateApplicationVersionMessageFilterSensitiveLog: (
|
|
1623
1084
|
obj: CreateApplicationVersionMessage
|
|
1624
1085
|
) => any;
|
|
1625
|
-
|
|
1626
1086
|
export declare const ConfigurationOptionSettingFilterSensitiveLog: (
|
|
1627
1087
|
obj: ConfigurationOptionSetting
|
|
1628
1088
|
) => any;
|
|
1629
|
-
|
|
1630
1089
|
export declare const ConfigurationSettingsDescriptionFilterSensitiveLog: (
|
|
1631
1090
|
obj: ConfigurationSettingsDescription
|
|
1632
1091
|
) => any;
|
|
1633
|
-
|
|
1634
1092
|
export declare const SourceConfigurationFilterSensitiveLog: (
|
|
1635
1093
|
obj: SourceConfiguration
|
|
1636
1094
|
) => any;
|
|
1637
|
-
|
|
1638
1095
|
export declare const CreateConfigurationTemplateMessageFilterSensitiveLog: (
|
|
1639
1096
|
obj: CreateConfigurationTemplateMessage
|
|
1640
1097
|
) => any;
|
|
1641
|
-
|
|
1642
1098
|
export declare const OptionSpecificationFilterSensitiveLog: (
|
|
1643
1099
|
obj: OptionSpecification
|
|
1644
1100
|
) => any;
|
|
1645
|
-
|
|
1646
1101
|
export declare const CreateEnvironmentMessageFilterSensitiveLog: (
|
|
1647
1102
|
obj: CreateEnvironmentMessage
|
|
1648
1103
|
) => any;
|
|
1649
|
-
|
|
1650
1104
|
export declare const CreatePlatformVersionRequestFilterSensitiveLog: (
|
|
1651
1105
|
obj: CreatePlatformVersionRequest
|
|
1652
1106
|
) => any;
|
|
1653
|
-
|
|
1654
1107
|
export declare const BuilderFilterSensitiveLog: (obj: Builder) => any;
|
|
1655
|
-
|
|
1656
1108
|
export declare const PlatformSummaryFilterSensitiveLog: (
|
|
1657
1109
|
obj: PlatformSummary
|
|
1658
1110
|
) => any;
|
|
1659
|
-
|
|
1660
1111
|
export declare const CreatePlatformVersionResultFilterSensitiveLog: (
|
|
1661
1112
|
obj: CreatePlatformVersionResult
|
|
1662
1113
|
) => any;
|
|
1663
|
-
|
|
1664
1114
|
export declare const CreateStorageLocationResultMessageFilterSensitiveLog: (
|
|
1665
1115
|
obj: CreateStorageLocationResultMessage
|
|
1666
1116
|
) => any;
|
|
1667
|
-
|
|
1668
1117
|
export declare const DeleteApplicationMessageFilterSensitiveLog: (
|
|
1669
1118
|
obj: DeleteApplicationMessage
|
|
1670
1119
|
) => any;
|
|
1671
|
-
|
|
1672
1120
|
export declare const DeleteApplicationVersionMessageFilterSensitiveLog: (
|
|
1673
1121
|
obj: DeleteApplicationVersionMessage
|
|
1674
1122
|
) => any;
|
|
1675
|
-
|
|
1676
1123
|
export declare const DeleteConfigurationTemplateMessageFilterSensitiveLog: (
|
|
1677
1124
|
obj: DeleteConfigurationTemplateMessage
|
|
1678
1125
|
) => any;
|
|
1679
|
-
|
|
1680
1126
|
export declare const DeleteEnvironmentConfigurationMessageFilterSensitiveLog: (
|
|
1681
1127
|
obj: DeleteEnvironmentConfigurationMessage
|
|
1682
1128
|
) => any;
|
|
1683
|
-
|
|
1684
1129
|
export declare const DeletePlatformVersionRequestFilterSensitiveLog: (
|
|
1685
1130
|
obj: DeletePlatformVersionRequest
|
|
1686
1131
|
) => any;
|
|
1687
|
-
|
|
1688
1132
|
export declare const DeletePlatformVersionResultFilterSensitiveLog: (
|
|
1689
1133
|
obj: DeletePlatformVersionResult
|
|
1690
1134
|
) => any;
|
|
1691
|
-
|
|
1692
1135
|
export declare const ResourceQuotaFilterSensitiveLog: (
|
|
1693
1136
|
obj: ResourceQuota
|
|
1694
1137
|
) => any;
|
|
1695
|
-
|
|
1696
1138
|
export declare const ResourceQuotasFilterSensitiveLog: (
|
|
1697
1139
|
obj: ResourceQuotas
|
|
1698
1140
|
) => any;
|
|
1699
|
-
|
|
1700
1141
|
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (
|
|
1701
1142
|
obj: DescribeAccountAttributesResult
|
|
1702
1143
|
) => any;
|
|
1703
|
-
|
|
1704
1144
|
export declare const DescribeApplicationsMessageFilterSensitiveLog: (
|
|
1705
1145
|
obj: DescribeApplicationsMessage
|
|
1706
1146
|
) => any;
|
|
1707
|
-
|
|
1708
1147
|
export declare const DescribeApplicationVersionsMessageFilterSensitiveLog: (
|
|
1709
1148
|
obj: DescribeApplicationVersionsMessage
|
|
1710
1149
|
) => any;
|
|
1711
|
-
|
|
1712
1150
|
export declare const OptionRestrictionRegexFilterSensitiveLog: (
|
|
1713
1151
|
obj: OptionRestrictionRegex
|
|
1714
1152
|
) => any;
|
|
1715
|
-
|
|
1716
1153
|
export declare const ConfigurationOptionDescriptionFilterSensitiveLog: (
|
|
1717
1154
|
obj: ConfigurationOptionDescription
|
|
1718
1155
|
) => any;
|
|
1719
|
-
|
|
1720
1156
|
export declare const ConfigurationOptionsDescriptionFilterSensitiveLog: (
|
|
1721
1157
|
obj: ConfigurationOptionsDescription
|
|
1722
1158
|
) => any;
|
|
1723
|
-
|
|
1724
1159
|
export declare const DescribeConfigurationOptionsMessageFilterSensitiveLog: (
|
|
1725
1160
|
obj: DescribeConfigurationOptionsMessage
|
|
1726
1161
|
) => any;
|
|
1727
|
-
|
|
1728
1162
|
export declare const ConfigurationSettingsDescriptionsFilterSensitiveLog: (
|
|
1729
1163
|
obj: ConfigurationSettingsDescriptions
|
|
1730
1164
|
) => any;
|
|
1731
|
-
|
|
1732
1165
|
export declare const DescribeConfigurationSettingsMessageFilterSensitiveLog: (
|
|
1733
1166
|
obj: DescribeConfigurationSettingsMessage
|
|
1734
1167
|
) => any;
|
|
1735
|
-
|
|
1736
1168
|
export declare const DescribeEnvironmentHealthRequestFilterSensitiveLog: (
|
|
1737
1169
|
obj: DescribeEnvironmentHealthRequest
|
|
1738
1170
|
) => any;
|
|
1739
|
-
|
|
1740
1171
|
export declare const InstanceHealthSummaryFilterSensitiveLog: (
|
|
1741
1172
|
obj: InstanceHealthSummary
|
|
1742
1173
|
) => any;
|
|
1743
|
-
|
|
1744
1174
|
export declare const DescribeEnvironmentHealthResultFilterSensitiveLog: (
|
|
1745
1175
|
obj: DescribeEnvironmentHealthResult
|
|
1746
1176
|
) => any;
|
|
1747
|
-
|
|
1748
1177
|
export declare const DescribeEnvironmentManagedActionHistoryRequestFilterSensitiveLog: (
|
|
1749
1178
|
obj: DescribeEnvironmentManagedActionHistoryRequest
|
|
1750
1179
|
) => any;
|
|
1751
|
-
|
|
1752
1180
|
export declare const ManagedActionHistoryItemFilterSensitiveLog: (
|
|
1753
1181
|
obj: ManagedActionHistoryItem
|
|
1754
1182
|
) => any;
|
|
1755
|
-
|
|
1756
1183
|
export declare const DescribeEnvironmentManagedActionHistoryResultFilterSensitiveLog: (
|
|
1757
1184
|
obj: DescribeEnvironmentManagedActionHistoryResult
|
|
1758
1185
|
) => any;
|
|
1759
|
-
|
|
1760
1186
|
export declare const DescribeEnvironmentManagedActionsRequestFilterSensitiveLog: (
|
|
1761
1187
|
obj: DescribeEnvironmentManagedActionsRequest
|
|
1762
1188
|
) => any;
|
|
1763
|
-
|
|
1764
1189
|
export declare const ManagedActionFilterSensitiveLog: (
|
|
1765
1190
|
obj: ManagedAction
|
|
1766
1191
|
) => any;
|
|
1767
|
-
|
|
1768
1192
|
export declare const DescribeEnvironmentManagedActionsResultFilterSensitiveLog: (
|
|
1769
1193
|
obj: DescribeEnvironmentManagedActionsResult
|
|
1770
1194
|
) => any;
|
|
1771
|
-
|
|
1772
1195
|
export declare const DescribeEnvironmentResourcesMessageFilterSensitiveLog: (
|
|
1773
1196
|
obj: DescribeEnvironmentResourcesMessage
|
|
1774
1197
|
) => any;
|
|
1775
|
-
|
|
1776
1198
|
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
1777
|
-
|
|
1778
1199
|
export declare const LaunchConfigurationFilterSensitiveLog: (
|
|
1779
1200
|
obj: LaunchConfiguration
|
|
1780
1201
|
) => any;
|
|
1781
|
-
|
|
1782
1202
|
export declare const LaunchTemplateFilterSensitiveLog: (
|
|
1783
1203
|
obj: LaunchTemplate
|
|
1784
1204
|
) => any;
|
|
1785
|
-
|
|
1786
1205
|
export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
|
|
1787
|
-
|
|
1788
1206
|
export declare const QueueFilterSensitiveLog: (obj: Queue) => any;
|
|
1789
|
-
|
|
1790
1207
|
export declare const TriggerFilterSensitiveLog: (obj: Trigger) => any;
|
|
1791
|
-
|
|
1792
1208
|
export declare const EnvironmentResourceDescriptionFilterSensitiveLog: (
|
|
1793
1209
|
obj: EnvironmentResourceDescription
|
|
1794
1210
|
) => any;
|
|
1795
|
-
|
|
1796
1211
|
export declare const EnvironmentResourceDescriptionsMessageFilterSensitiveLog: (
|
|
1797
1212
|
obj: EnvironmentResourceDescriptionsMessage
|
|
1798
1213
|
) => any;
|
|
1799
|
-
|
|
1800
1214
|
export declare const DescribeEnvironmentsMessageFilterSensitiveLog: (
|
|
1801
1215
|
obj: DescribeEnvironmentsMessage
|
|
1802
1216
|
) => any;
|
|
1803
|
-
|
|
1804
1217
|
export declare const DescribeEventsMessageFilterSensitiveLog: (
|
|
1805
1218
|
obj: DescribeEventsMessage
|
|
1806
1219
|
) => any;
|
|
1807
|
-
|
|
1808
1220
|
export declare const EventDescriptionFilterSensitiveLog: (
|
|
1809
1221
|
obj: EventDescription
|
|
1810
1222
|
) => any;
|
|
1811
|
-
|
|
1812
1223
|
export declare const EventDescriptionsMessageFilterSensitiveLog: (
|
|
1813
1224
|
obj: EventDescriptionsMessage
|
|
1814
1225
|
) => any;
|
|
1815
|
-
|
|
1816
1226
|
export declare const DescribeInstancesHealthRequestFilterSensitiveLog: (
|
|
1817
1227
|
obj: DescribeInstancesHealthRequest
|
|
1818
1228
|
) => any;
|
|
1819
|
-
|
|
1820
1229
|
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
1821
|
-
|
|
1822
1230
|
export declare const CPUUtilizationFilterSensitiveLog: (
|
|
1823
1231
|
obj: CPUUtilization
|
|
1824
1232
|
) => any;
|
|
1825
|
-
|
|
1826
1233
|
export declare const SystemStatusFilterSensitiveLog: (obj: SystemStatus) => any;
|
|
1827
|
-
|
|
1828
1234
|
export declare const SingleInstanceHealthFilterSensitiveLog: (
|
|
1829
1235
|
obj: SingleInstanceHealth
|
|
1830
1236
|
) => any;
|
|
1831
|
-
|
|
1832
1237
|
export declare const DescribeInstancesHealthResultFilterSensitiveLog: (
|
|
1833
1238
|
obj: DescribeInstancesHealthResult
|
|
1834
1239
|
) => any;
|
|
1835
|
-
|
|
1836
1240
|
export declare const DescribePlatformVersionRequestFilterSensitiveLog: (
|
|
1837
1241
|
obj: DescribePlatformVersionRequest
|
|
1838
1242
|
) => any;
|
|
1839
|
-
|
|
1840
1243
|
export declare const CustomAmiFilterSensitiveLog: (obj: CustomAmi) => any;
|
|
1841
|
-
|
|
1842
1244
|
export declare const PlatformFrameworkFilterSensitiveLog: (
|
|
1843
1245
|
obj: PlatformFramework
|
|
1844
1246
|
) => any;
|
|
1845
|
-
|
|
1846
1247
|
export declare const PlatformProgrammingLanguageFilterSensitiveLog: (
|
|
1847
1248
|
obj: PlatformProgrammingLanguage
|
|
1848
1249
|
) => any;
|
|
1849
|
-
|
|
1850
1250
|
export declare const PlatformDescriptionFilterSensitiveLog: (
|
|
1851
1251
|
obj: PlatformDescription
|
|
1852
1252
|
) => any;
|
|
1853
|
-
|
|
1854
1253
|
export declare const DescribePlatformVersionResultFilterSensitiveLog: (
|
|
1855
1254
|
obj: DescribePlatformVersionResult
|
|
1856
1255
|
) => any;
|
|
1857
|
-
|
|
1858
1256
|
export declare const DisassociateEnvironmentOperationsRoleMessageFilterSensitiveLog: (
|
|
1859
1257
|
obj: DisassociateEnvironmentOperationsRoleMessage
|
|
1860
1258
|
) => any;
|
|
1861
|
-
|
|
1862
1259
|
export declare const ListAvailableSolutionStacksResultMessageFilterSensitiveLog: (
|
|
1863
1260
|
obj: ListAvailableSolutionStacksResultMessage
|
|
1864
1261
|
) => any;
|
|
1865
|
-
|
|
1866
1262
|
export declare const SearchFilterFilterSensitiveLog: (obj: SearchFilter) => any;
|
|
1867
|
-
|
|
1868
1263
|
export declare const ListPlatformBranchesRequestFilterSensitiveLog: (
|
|
1869
1264
|
obj: ListPlatformBranchesRequest
|
|
1870
1265
|
) => any;
|
|
1871
|
-
|
|
1872
1266
|
export declare const PlatformBranchSummaryFilterSensitiveLog: (
|
|
1873
1267
|
obj: PlatformBranchSummary
|
|
1874
1268
|
) => any;
|
|
1875
|
-
|
|
1876
1269
|
export declare const ListPlatformBranchesResultFilterSensitiveLog: (
|
|
1877
1270
|
obj: ListPlatformBranchesResult
|
|
1878
1271
|
) => any;
|
|
1879
|
-
|
|
1880
1272
|
export declare const PlatformFilterFilterSensitiveLog: (
|
|
1881
1273
|
obj: PlatformFilter
|
|
1882
1274
|
) => any;
|
|
1883
|
-
|
|
1884
1275
|
export declare const ListPlatformVersionsRequestFilterSensitiveLog: (
|
|
1885
1276
|
obj: ListPlatformVersionsRequest
|
|
1886
1277
|
) => any;
|
|
1887
|
-
|
|
1888
1278
|
export declare const ListPlatformVersionsResultFilterSensitiveLog: (
|
|
1889
1279
|
obj: ListPlatformVersionsResult
|
|
1890
1280
|
) => any;
|
|
1891
|
-
|
|
1892
1281
|
export declare const ListTagsForResourceMessageFilterSensitiveLog: (
|
|
1893
1282
|
obj: ListTagsForResourceMessage
|
|
1894
1283
|
) => any;
|
|
1895
|
-
|
|
1896
1284
|
export declare const ResourceTagsDescriptionMessageFilterSensitiveLog: (
|
|
1897
1285
|
obj: ResourceTagsDescriptionMessage
|
|
1898
1286
|
) => any;
|
|
1899
|
-
|
|
1900
1287
|
export declare const RebuildEnvironmentMessageFilterSensitiveLog: (
|
|
1901
1288
|
obj: RebuildEnvironmentMessage
|
|
1902
1289
|
) => any;
|
|
1903
|
-
|
|
1904
1290
|
export declare const RequestEnvironmentInfoMessageFilterSensitiveLog: (
|
|
1905
1291
|
obj: RequestEnvironmentInfoMessage
|
|
1906
1292
|
) => any;
|
|
1907
|
-
|
|
1908
1293
|
export declare const RestartAppServerMessageFilterSensitiveLog: (
|
|
1909
1294
|
obj: RestartAppServerMessage
|
|
1910
1295
|
) => any;
|
|
1911
|
-
|
|
1912
1296
|
export declare const RetrieveEnvironmentInfoMessageFilterSensitiveLog: (
|
|
1913
1297
|
obj: RetrieveEnvironmentInfoMessage
|
|
1914
1298
|
) => any;
|
|
1915
|
-
|
|
1916
1299
|
export declare const EnvironmentInfoDescriptionFilterSensitiveLog: (
|
|
1917
1300
|
obj: EnvironmentInfoDescription
|
|
1918
1301
|
) => any;
|
|
1919
|
-
|
|
1920
1302
|
export declare const RetrieveEnvironmentInfoResultMessageFilterSensitiveLog: (
|
|
1921
1303
|
obj: RetrieveEnvironmentInfoResultMessage
|
|
1922
1304
|
) => any;
|
|
1923
|
-
|
|
1924
1305
|
export declare const SwapEnvironmentCNAMEsMessageFilterSensitiveLog: (
|
|
1925
1306
|
obj: SwapEnvironmentCNAMEsMessage
|
|
1926
1307
|
) => any;
|
|
1927
|
-
|
|
1928
1308
|
export declare const TerminateEnvironmentMessageFilterSensitiveLog: (
|
|
1929
1309
|
obj: TerminateEnvironmentMessage
|
|
1930
1310
|
) => any;
|
|
1931
|
-
|
|
1932
1311
|
export declare const UpdateApplicationMessageFilterSensitiveLog: (
|
|
1933
1312
|
obj: UpdateApplicationMessage
|
|
1934
1313
|
) => any;
|
|
1935
|
-
|
|
1936
1314
|
export declare const UpdateApplicationResourceLifecycleMessageFilterSensitiveLog: (
|
|
1937
1315
|
obj: UpdateApplicationResourceLifecycleMessage
|
|
1938
1316
|
) => any;
|
|
1939
|
-
|
|
1940
1317
|
export declare const UpdateApplicationVersionMessageFilterSensitiveLog: (
|
|
1941
1318
|
obj: UpdateApplicationVersionMessage
|
|
1942
1319
|
) => any;
|
|
1943
|
-
|
|
1944
1320
|
export declare const UpdateConfigurationTemplateMessageFilterSensitiveLog: (
|
|
1945
1321
|
obj: UpdateConfigurationTemplateMessage
|
|
1946
1322
|
) => any;
|
|
1947
|
-
|
|
1948
1323
|
export declare const UpdateEnvironmentMessageFilterSensitiveLog: (
|
|
1949
1324
|
obj: UpdateEnvironmentMessage
|
|
1950
1325
|
) => any;
|
|
1951
|
-
|
|
1952
1326
|
export declare const UpdateTagsForResourceMessageFilterSensitiveLog: (
|
|
1953
1327
|
obj: UpdateTagsForResourceMessage
|
|
1954
1328
|
) => any;
|
|
1955
|
-
|
|
1956
1329
|
export declare const ValidationMessageFilterSensitiveLog: (
|
|
1957
1330
|
obj: ValidationMessage
|
|
1958
1331
|
) => any;
|
|
1959
|
-
|
|
1960
1332
|
export declare const ConfigurationSettingsValidationMessagesFilterSensitiveLog: (
|
|
1961
1333
|
obj: ConfigurationSettingsValidationMessages
|
|
1962
1334
|
) => any;
|
|
1963
|
-
|
|
1964
1335
|
export declare const ValidateConfigurationSettingsMessageFilterSensitiveLog: (
|
|
1965
1336
|
obj: ValidateConfigurationSettingsMessage
|
|
1966
1337
|
) => any;
|