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