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