@aws-sdk/client-elastic-beanstalk 3.131.0 → 3.137.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 (100) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +1 -1
  3. package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -1
  5. package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +2 -2
  6. package/dist-cjs/commands/ComposeEnvironmentsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -2
  9. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  11. package/dist-cjs/commands/CreatePlatformVersionCommand.js +2 -2
  12. package/dist-cjs/commands/CreateStorageLocationCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteApplicationVersionCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +1 -1
  17. package/dist-cjs/commands/DeletePlatformVersionCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -1
  19. package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeInstancesHealthCommand.js +2 -2
  30. package/dist-cjs/commands/DescribePlatformVersionCommand.js +2 -2
  31. package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -1
  32. package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +1 -1
  33. package/dist-cjs/commands/ListPlatformBranchesCommand.js +2 -2
  34. package/dist-cjs/commands/ListPlatformVersionsCommand.js +2 -2
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  36. package/dist-cjs/commands/RebuildEnvironmentCommand.js +1 -1
  37. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +1 -1
  38. package/dist-cjs/commands/RestartAppServerCommand.js +1 -1
  39. package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +2 -2
  40. package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +1 -1
  41. package/dist-cjs/commands/TerminateEnvironmentCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateApplicationVersionCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +1 -1
  48. package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +2 -2
  49. package/dist-cjs/models/models_0.js +507 -759
  50. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -2
  51. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +3 -3
  52. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -2
  53. package/dist-es/commands/CheckDNSAvailabilityCommand.js +3 -3
  54. package/dist-es/commands/ComposeEnvironmentsCommand.js +3 -3
  55. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  56. package/dist-es/commands/CreateApplicationVersionCommand.js +3 -3
  57. package/dist-es/commands/CreateConfigurationTemplateCommand.js +3 -3
  58. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  59. package/dist-es/commands/CreatePlatformVersionCommand.js +3 -3
  60. package/dist-es/commands/CreateStorageLocationCommand.js +2 -2
  61. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  62. package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -2
  63. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -2
  64. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -2
  65. package/dist-es/commands/DeletePlatformVersionCommand.js +3 -3
  66. package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
  67. package/dist-es/commands/DescribeApplicationVersionsCommand.js +3 -3
  68. package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
  69. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +3 -3
  70. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +3 -3
  71. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +3 -3
  72. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +3 -3
  73. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +3 -3
  74. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +3 -3
  75. package/dist-es/commands/DescribeEnvironmentsCommand.js +3 -3
  76. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  77. package/dist-es/commands/DescribeInstancesHealthCommand.js +3 -3
  78. package/dist-es/commands/DescribePlatformVersionCommand.js +3 -3
  79. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -2
  80. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -2
  81. package/dist-es/commands/ListPlatformBranchesCommand.js +3 -3
  82. package/dist-es/commands/ListPlatformVersionsCommand.js +3 -3
  83. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  84. package/dist-es/commands/RebuildEnvironmentCommand.js +2 -2
  85. package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -2
  86. package/dist-es/commands/RestartAppServerCommand.js +2 -2
  87. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +3 -3
  88. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -2
  89. package/dist-es/commands/TerminateEnvironmentCommand.js +3 -3
  90. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  91. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +3 -3
  92. package/dist-es/commands/UpdateApplicationVersionCommand.js +3 -3
  93. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +3 -3
  94. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  95. package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -2
  96. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +3 -3
  97. package/dist-es/models/models_0.js +126 -504
  98. package/dist-types/models/models_0.d.ts +504 -756
  99. package/dist-types/ts3.4/models/models_0.d.ts +252 -504
  100. package/package.json +6 -6
@@ -7,10 +7,6 @@ export interface AbortEnvironmentUpdateMessage {
7
7
 
8
8
  EnvironmentName?: string;
9
9
  }
10
- export declare namespace AbortEnvironmentUpdateMessage {
11
-
12
- const filterSensitiveLog: (obj: AbortEnvironmentUpdateMessage) => any;
13
- }
14
10
 
15
11
  export declare class InsufficientPrivilegesException extends __BaseException {
16
12
  readonly name: "InsufficientPrivilegesException";
@@ -30,10 +26,6 @@ export interface MaxAgeRule {
30
26
 
31
27
  DeleteSourceFromS3?: boolean;
32
28
  }
33
- export declare namespace MaxAgeRule {
34
-
35
- const filterSensitiveLog: (obj: MaxAgeRule) => any;
36
- }
37
29
 
38
30
  export interface MaxCountRule {
39
31
 
@@ -43,10 +35,6 @@ export interface MaxCountRule {
43
35
 
44
36
  DeleteSourceFromS3?: boolean;
45
37
  }
46
- export declare namespace MaxCountRule {
47
-
48
- const filterSensitiveLog: (obj: MaxCountRule) => any;
49
- }
50
38
 
51
39
  export interface ApplicationVersionLifecycleConfig {
52
40
 
@@ -54,10 +42,6 @@ export interface ApplicationVersionLifecycleConfig {
54
42
 
55
43
  MaxAgeRule?: MaxAgeRule;
56
44
  }
57
- export declare namespace ApplicationVersionLifecycleConfig {
58
-
59
- const filterSensitiveLog: (obj: ApplicationVersionLifecycleConfig) => any;
60
- }
61
45
 
62
46
  export interface ApplicationResourceLifecycleConfig {
63
47
 
@@ -65,10 +49,6 @@ export interface ApplicationResourceLifecycleConfig {
65
49
 
66
50
  VersionLifecycleConfig?: ApplicationVersionLifecycleConfig;
67
51
  }
68
- export declare namespace ApplicationResourceLifecycleConfig {
69
-
70
- const filterSensitiveLog: (obj: ApplicationResourceLifecycleConfig) => any;
71
- }
72
52
 
73
53
  export interface ApplicationDescription {
74
54
 
@@ -88,28 +68,16 @@ export interface ApplicationDescription {
88
68
 
89
69
  ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
90
70
  }
91
- export declare namespace ApplicationDescription {
92
-
93
- const filterSensitiveLog: (obj: ApplicationDescription) => any;
94
- }
95
71
 
96
72
  export interface ApplicationDescriptionMessage {
97
73
 
98
74
  Application?: ApplicationDescription;
99
75
  }
100
- export declare namespace ApplicationDescriptionMessage {
101
-
102
- const filterSensitiveLog: (obj: ApplicationDescriptionMessage) => any;
103
- }
104
76
 
105
77
  export interface ApplicationDescriptionsMessage {
106
78
 
107
79
  Applications?: ApplicationDescription[];
108
80
  }
109
- export declare namespace ApplicationDescriptionsMessage {
110
-
111
- const filterSensitiveLog: (obj: ApplicationDescriptionsMessage) => any;
112
- }
113
81
 
114
82
  export interface Latency {
115
83
 
@@ -129,10 +97,6 @@ export interface Latency {
129
97
 
130
98
  P10?: number;
131
99
  }
132
- export declare namespace Latency {
133
-
134
- const filterSensitiveLog: (obj: Latency) => any;
135
- }
136
100
 
137
101
  export interface StatusCodes {
138
102
 
@@ -144,10 +108,6 @@ export interface StatusCodes {
144
108
 
145
109
  Status5xx?: number;
146
110
  }
147
- export declare namespace StatusCodes {
148
-
149
- const filterSensitiveLog: (obj: StatusCodes) => any;
150
- }
151
111
 
152
112
  export interface ApplicationMetrics {
153
113
 
@@ -159,20 +119,12 @@ export interface ApplicationMetrics {
159
119
 
160
120
  Latency?: Latency;
161
121
  }
162
- export declare namespace ApplicationMetrics {
163
-
164
- const filterSensitiveLog: (obj: ApplicationMetrics) => any;
165
- }
166
122
  export interface ApplicationResourceLifecycleDescriptionMessage {
167
123
 
168
124
  ApplicationName?: string;
169
125
 
170
126
  ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
171
127
  }
172
- export declare namespace ApplicationResourceLifecycleDescriptionMessage {
173
-
174
- const filterSensitiveLog: (obj: ApplicationResourceLifecycleDescriptionMessage) => any;
175
- }
176
128
  export declare type SourceRepository = "CodeCommit" | "S3";
177
129
  export declare type SourceType = "Git" | "Zip";
178
130
 
@@ -184,10 +136,6 @@ export interface SourceBuildInformation {
184
136
 
185
137
  SourceLocation: string | undefined;
186
138
  }
187
- export declare namespace SourceBuildInformation {
188
-
189
- const filterSensitiveLog: (obj: SourceBuildInformation) => any;
190
- }
191
139
 
192
140
  export interface S3Location {
193
141
 
@@ -195,10 +143,6 @@ export interface S3Location {
195
143
 
196
144
  S3Key?: string;
197
145
  }
198
- export declare namespace S3Location {
199
-
200
- const filterSensitiveLog: (obj: S3Location) => any;
201
- }
202
146
  export declare type ApplicationVersionStatus = "Building" | "Failed" | "Processed" | "Processing" | "Unprocessed";
203
147
 
204
148
  export interface ApplicationVersionDescription {
@@ -223,19 +167,11 @@ export interface ApplicationVersionDescription {
223
167
 
224
168
  Status?: ApplicationVersionStatus | string;
225
169
  }
226
- export declare namespace ApplicationVersionDescription {
227
-
228
- const filterSensitiveLog: (obj: ApplicationVersionDescription) => any;
229
- }
230
170
 
231
171
  export interface ApplicationVersionDescriptionMessage {
232
172
 
233
173
  ApplicationVersion?: ApplicationVersionDescription;
234
174
  }
235
- export declare namespace ApplicationVersionDescriptionMessage {
236
-
237
- const filterSensitiveLog: (obj: ApplicationVersionDescriptionMessage) => any;
238
- }
239
175
 
240
176
  export interface ApplicationVersionDescriptionsMessage {
241
177
 
@@ -243,10 +179,6 @@ export interface ApplicationVersionDescriptionsMessage {
243
179
 
244
180
  NextToken?: string;
245
181
  }
246
- export declare namespace ApplicationVersionDescriptionsMessage {
247
-
248
- const filterSensitiveLog: (obj: ApplicationVersionDescriptionsMessage) => any;
249
- }
250
182
 
251
183
  export interface ApplyEnvironmentManagedActionRequest {
252
184
 
@@ -256,10 +188,6 @@ export interface ApplyEnvironmentManagedActionRequest {
256
188
 
257
189
  ActionId: string | undefined;
258
190
  }
259
- export declare namespace ApplyEnvironmentManagedActionRequest {
260
-
261
- const filterSensitiveLog: (obj: ApplyEnvironmentManagedActionRequest) => any;
262
- }
263
191
 
264
192
  export interface ApplyEnvironmentManagedActionResult {
265
193
 
@@ -271,10 +199,6 @@ export interface ApplyEnvironmentManagedActionResult {
271
199
 
272
200
  Status?: string;
273
201
  }
274
- export declare namespace ApplyEnvironmentManagedActionResult {
275
-
276
- const filterSensitiveLog: (obj: ApplyEnvironmentManagedActionResult) => any;
277
- }
278
202
 
279
203
  export declare class ElasticBeanstalkServiceException extends __BaseException {
280
204
  readonly name: "ElasticBeanstalkServiceException";
@@ -296,19 +220,11 @@ export interface AssociateEnvironmentOperationsRoleMessage {
296
220
 
297
221
  OperationsRole: string | undefined;
298
222
  }
299
- export declare namespace AssociateEnvironmentOperationsRoleMessage {
300
-
301
- const filterSensitiveLog: (obj: AssociateEnvironmentOperationsRoleMessage) => any;
302
- }
303
223
 
304
224
  export interface AutoScalingGroup {
305
225
 
306
226
  Name?: string;
307
227
  }
308
- export declare namespace AutoScalingGroup {
309
-
310
- const filterSensitiveLog: (obj: AutoScalingGroup) => any;
311
- }
312
228
 
313
229
  export interface SolutionStackDescription {
314
230
 
@@ -316,19 +232,11 @@ export interface SolutionStackDescription {
316
232
 
317
233
  PermittedFileTypes?: string[];
318
234
  }
319
- export declare namespace SolutionStackDescription {
320
-
321
- const filterSensitiveLog: (obj: SolutionStackDescription) => any;
322
- }
323
235
 
324
236
  export interface CheckDNSAvailabilityMessage {
325
237
 
326
238
  CNAMEPrefix: string | undefined;
327
239
  }
328
- export declare namespace CheckDNSAvailabilityMessage {
329
-
330
- const filterSensitiveLog: (obj: CheckDNSAvailabilityMessage) => any;
331
- }
332
240
 
333
241
  export interface CheckDNSAvailabilityResultMessage {
334
242
 
@@ -336,10 +244,6 @@ export interface CheckDNSAvailabilityResultMessage {
336
244
 
337
245
  FullyQualifiedCNAME?: string;
338
246
  }
339
- export declare namespace CheckDNSAvailabilityResultMessage {
340
-
341
- const filterSensitiveLog: (obj: CheckDNSAvailabilityResultMessage) => any;
342
- }
343
247
 
344
248
  export interface ComposeEnvironmentsMessage {
345
249
 
@@ -349,10 +253,6 @@ export interface ComposeEnvironmentsMessage {
349
253
 
350
254
  VersionLabels?: string[];
351
255
  }
352
- export declare namespace ComposeEnvironmentsMessage {
353
-
354
- const filterSensitiveLog: (obj: ComposeEnvironmentsMessage) => any;
355
- }
356
256
 
357
257
  export interface EnvironmentLink {
358
258
 
@@ -360,10 +260,6 @@ export interface EnvironmentLink {
360
260
 
361
261
  EnvironmentName?: string;
362
262
  }
363
- export declare namespace EnvironmentLink {
364
-
365
- const filterSensitiveLog: (obj: EnvironmentLink) => any;
366
- }
367
263
  export declare type EnvironmentHealth = "Green" | "Grey" | "Red" | "Yellow";
368
264
  export declare type EnvironmentHealthStatus = "Degraded" | "Info" | "NoData" | "Ok" | "Pending" | "Severe" | "Suspended" | "Unknown" | "Warning";
369
265
 
@@ -373,10 +269,6 @@ export interface Listener {
373
269
 
374
270
  Port?: number;
375
271
  }
376
- export declare namespace Listener {
377
-
378
- const filterSensitiveLog: (obj: Listener) => any;
379
- }
380
272
 
381
273
  export interface LoadBalancerDescription {
382
274
 
@@ -386,19 +278,11 @@ export interface LoadBalancerDescription {
386
278
 
387
279
  Listeners?: Listener[];
388
280
  }
389
- export declare namespace LoadBalancerDescription {
390
-
391
- const filterSensitiveLog: (obj: LoadBalancerDescription) => any;
392
- }
393
281
 
394
282
  export interface EnvironmentResourcesDescription {
395
283
 
396
284
  LoadBalancer?: LoadBalancerDescription;
397
285
  }
398
- export declare namespace EnvironmentResourcesDescription {
399
-
400
- const filterSensitiveLog: (obj: EnvironmentResourcesDescription) => any;
401
- }
402
286
  export declare type EnvironmentStatus = "Aborting" | "Launching" | "LinkingFrom" | "LinkingTo" | "Ready" | "Terminated" | "Terminating" | "Updating";
403
287
 
404
288
  export interface EnvironmentTier {
@@ -409,10 +293,6 @@ export interface EnvironmentTier {
409
293
 
410
294
  Version?: string;
411
295
  }
412
- export declare namespace EnvironmentTier {
413
-
414
- const filterSensitiveLog: (obj: EnvironmentTier) => any;
415
- }
416
296
 
417
297
  export interface EnvironmentDescription {
418
298
 
@@ -458,10 +338,6 @@ export interface EnvironmentDescription {
458
338
 
459
339
  OperationsRole?: string;
460
340
  }
461
- export declare namespace EnvironmentDescription {
462
-
463
- const filterSensitiveLog: (obj: EnvironmentDescription) => any;
464
- }
465
341
 
466
342
  export interface EnvironmentDescriptionsMessage {
467
343
 
@@ -469,10 +345,6 @@ export interface EnvironmentDescriptionsMessage {
469
345
 
470
346
  NextToken?: string;
471
347
  }
472
- export declare namespace EnvironmentDescriptionsMessage {
473
-
474
- const filterSensitiveLog: (obj: EnvironmentDescriptionsMessage) => any;
475
- }
476
348
 
477
349
  export declare class TooManyEnvironmentsException extends __BaseException {
478
350
  readonly name: "TooManyEnvironmentsException";
@@ -487,10 +359,6 @@ export interface Tag {
487
359
 
488
360
  Value?: string;
489
361
  }
490
- export declare namespace Tag {
491
-
492
- const filterSensitiveLog: (obj: Tag) => any;
493
- }
494
362
 
495
363
  export interface CreateApplicationMessage {
496
364
 
@@ -502,10 +370,6 @@ export interface CreateApplicationMessage {
502
370
 
503
371
  Tags?: Tag[];
504
372
  }
505
- export declare namespace CreateApplicationMessage {
506
-
507
- const filterSensitiveLog: (obj: CreateApplicationMessage) => any;
508
- }
509
373
 
510
374
  export declare class TooManyApplicationsException extends __BaseException {
511
375
  readonly name: "TooManyApplicationsException";
@@ -538,10 +402,6 @@ export interface BuildConfiguration {
538
402
 
539
403
  TimeoutInMinutes?: number;
540
404
  }
541
- export declare namespace BuildConfiguration {
542
-
543
- const filterSensitiveLog: (obj: BuildConfiguration) => any;
544
- }
545
405
 
546
406
  export interface CreateApplicationVersionMessage {
547
407
 
@@ -563,10 +423,6 @@ export interface CreateApplicationVersionMessage {
563
423
 
564
424
  Tags?: Tag[];
565
425
  }
566
- export declare namespace CreateApplicationVersionMessage {
567
-
568
- const filterSensitiveLog: (obj: CreateApplicationVersionMessage) => any;
569
- }
570
426
 
571
427
  export declare class S3LocationNotInServiceRegionException extends __BaseException {
572
428
  readonly name: "S3LocationNotInServiceRegionException";
@@ -593,10 +449,6 @@ export interface ConfigurationOptionSetting {
593
449
 
594
450
  Value?: string;
595
451
  }
596
- export declare namespace ConfigurationOptionSetting {
597
-
598
- const filterSensitiveLog: (obj: ConfigurationOptionSetting) => any;
599
- }
600
452
 
601
453
  export interface ConfigurationSettingsDescription {
602
454
 
@@ -620,10 +472,6 @@ export interface ConfigurationSettingsDescription {
620
472
 
621
473
  OptionSettings?: ConfigurationOptionSetting[];
622
474
  }
623
- export declare namespace ConfigurationSettingsDescription {
624
-
625
- const filterSensitiveLog: (obj: ConfigurationSettingsDescription) => any;
626
- }
627
475
 
628
476
  export interface SourceConfiguration {
629
477
 
@@ -631,10 +479,6 @@ export interface SourceConfiguration {
631
479
 
632
480
  TemplateName?: string;
633
481
  }
634
- export declare namespace SourceConfiguration {
635
-
636
- const filterSensitiveLog: (obj: SourceConfiguration) => any;
637
- }
638
482
 
639
483
  export interface CreateConfigurationTemplateMessage {
640
484
 
@@ -656,10 +500,6 @@ export interface CreateConfigurationTemplateMessage {
656
500
 
657
501
  Tags?: Tag[];
658
502
  }
659
- export declare namespace CreateConfigurationTemplateMessage {
660
-
661
- const filterSensitiveLog: (obj: CreateConfigurationTemplateMessage) => any;
662
- }
663
503
 
664
504
  export declare class TooManyBucketsException extends __BaseException {
665
505
  readonly name: "TooManyBucketsException";
@@ -683,10 +523,6 @@ export interface OptionSpecification {
683
523
 
684
524
  OptionName?: string;
685
525
  }
686
- export declare namespace OptionSpecification {
687
-
688
- const filterSensitiveLog: (obj: OptionSpecification) => any;
689
- }
690
526
 
691
527
  export interface CreateEnvironmentMessage {
692
528
 
@@ -718,10 +554,6 @@ export interface CreateEnvironmentMessage {
718
554
 
719
555
  OperationsRole?: string;
720
556
  }
721
- export declare namespace CreateEnvironmentMessage {
722
-
723
- const filterSensitiveLog: (obj: CreateEnvironmentMessage) => any;
724
- }
725
557
 
726
558
  export interface CreatePlatformVersionRequest {
727
559
 
@@ -737,19 +569,11 @@ export interface CreatePlatformVersionRequest {
737
569
 
738
570
  Tags?: Tag[];
739
571
  }
740
- export declare namespace CreatePlatformVersionRequest {
741
-
742
- const filterSensitiveLog: (obj: CreatePlatformVersionRequest) => any;
743
- }
744
572
 
745
573
  export interface Builder {
746
574
 
747
575
  ARN?: string;
748
576
  }
749
- export declare namespace Builder {
750
-
751
- const filterSensitiveLog: (obj: Builder) => any;
752
- }
753
577
  export declare type PlatformStatus = "Creating" | "Deleted" | "Deleting" | "Failed" | "Ready";
754
578
 
755
579
  export interface PlatformSummary {
@@ -778,20 +602,12 @@ export interface PlatformSummary {
778
602
 
779
603
  PlatformBranchLifecycleState?: string;
780
604
  }
781
- export declare namespace PlatformSummary {
782
-
783
- const filterSensitiveLog: (obj: PlatformSummary) => any;
784
- }
785
605
  export interface CreatePlatformVersionResult {
786
606
 
787
607
  PlatformSummary?: PlatformSummary;
788
608
 
789
609
  Builder?: Builder;
790
610
  }
791
- export declare namespace CreatePlatformVersionResult {
792
-
793
- const filterSensitiveLog: (obj: CreatePlatformVersionResult) => any;
794
- }
795
611
 
796
612
  export declare class TooManyPlatformsException extends __BaseException {
797
613
  readonly name: "TooManyPlatformsException";
@@ -804,10 +620,6 @@ export interface CreateStorageLocationResultMessage {
804
620
 
805
621
  S3Bucket?: string;
806
622
  }
807
- export declare namespace CreateStorageLocationResultMessage {
808
-
809
- const filterSensitiveLog: (obj: CreateStorageLocationResultMessage) => any;
810
- }
811
623
 
812
624
  export declare class S3SubscriptionRequiredException extends __BaseException {
813
625
  readonly name: "S3SubscriptionRequiredException";
@@ -822,10 +634,6 @@ export interface DeleteApplicationMessage {
822
634
 
823
635
  TerminateEnvByForce?: boolean;
824
636
  }
825
- export declare namespace DeleteApplicationMessage {
826
-
827
- const filterSensitiveLog: (obj: DeleteApplicationMessage) => any;
828
- }
829
637
 
830
638
  export declare class OperationInProgressException extends __BaseException {
831
639
  readonly name: "OperationInProgressException";
@@ -842,10 +650,6 @@ export interface DeleteApplicationVersionMessage {
842
650
 
843
651
  DeleteSourceBundle?: boolean;
844
652
  }
845
- export declare namespace DeleteApplicationVersionMessage {
846
-
847
- const filterSensitiveLog: (obj: DeleteApplicationVersionMessage) => any;
848
- }
849
653
 
850
654
  export declare class SourceBundleDeletionException extends __BaseException {
851
655
  readonly name: "SourceBundleDeletionException";
@@ -860,10 +664,6 @@ export interface DeleteConfigurationTemplateMessage {
860
664
 
861
665
  TemplateName: string | undefined;
862
666
  }
863
- export declare namespace DeleteConfigurationTemplateMessage {
864
-
865
- const filterSensitiveLog: (obj: DeleteConfigurationTemplateMessage) => any;
866
- }
867
667
 
868
668
  export interface DeleteEnvironmentConfigurationMessage {
869
669
 
@@ -871,26 +671,14 @@ export interface DeleteEnvironmentConfigurationMessage {
871
671
 
872
672
  EnvironmentName: string | undefined;
873
673
  }
874
- export declare namespace DeleteEnvironmentConfigurationMessage {
875
-
876
- const filterSensitiveLog: (obj: DeleteEnvironmentConfigurationMessage) => any;
877
- }
878
674
  export interface DeletePlatformVersionRequest {
879
675
 
880
676
  PlatformArn?: string;
881
677
  }
882
- export declare namespace DeletePlatformVersionRequest {
883
-
884
- const filterSensitiveLog: (obj: DeletePlatformVersionRequest) => any;
885
- }
886
678
  export interface DeletePlatformVersionResult {
887
679
 
888
680
  PlatformSummary?: PlatformSummary;
889
681
  }
890
- export declare namespace DeletePlatformVersionResult {
891
-
892
- const filterSensitiveLog: (obj: DeletePlatformVersionResult) => any;
893
- }
894
682
 
895
683
  export declare class PlatformVersionStillReferencedException extends __BaseException {
896
684
  readonly name: "PlatformVersionStillReferencedException";
@@ -903,10 +691,6 @@ export interface ResourceQuota {
903
691
 
904
692
  Maximum?: number;
905
693
  }
906
- export declare namespace ResourceQuota {
907
-
908
- const filterSensitiveLog: (obj: ResourceQuota) => any;
909
- }
910
694
 
911
695
  export interface ResourceQuotas {
912
696
 
@@ -920,27 +704,15 @@ export interface ResourceQuotas {
920
704
 
921
705
  CustomPlatformQuota?: ResourceQuota;
922
706
  }
923
- export declare namespace ResourceQuotas {
924
-
925
- const filterSensitiveLog: (obj: ResourceQuotas) => any;
926
- }
927
707
  export interface DescribeAccountAttributesResult {
928
708
 
929
709
  ResourceQuotas?: ResourceQuotas;
930
710
  }
931
- export declare namespace DescribeAccountAttributesResult {
932
-
933
- const filterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
934
- }
935
711
 
936
712
  export interface DescribeApplicationsMessage {
937
713
 
938
714
  ApplicationNames?: string[];
939
715
  }
940
- export declare namespace DescribeApplicationsMessage {
941
-
942
- const filterSensitiveLog: (obj: DescribeApplicationsMessage) => any;
943
- }
944
716
 
945
717
  export interface DescribeApplicationVersionsMessage {
946
718
 
@@ -952,10 +724,6 @@ export interface DescribeApplicationVersionsMessage {
952
724
 
953
725
  NextToken?: string;
954
726
  }
955
- export declare namespace DescribeApplicationVersionsMessage {
956
-
957
- const filterSensitiveLog: (obj: DescribeApplicationVersionsMessage) => any;
958
- }
959
727
 
960
728
  export interface OptionRestrictionRegex {
961
729
 
@@ -963,10 +731,6 @@ export interface OptionRestrictionRegex {
963
731
 
964
732
  Label?: string;
965
733
  }
966
- export declare namespace OptionRestrictionRegex {
967
-
968
- const filterSensitiveLog: (obj: OptionRestrictionRegex) => any;
969
- }
970
734
  export declare type ConfigurationOptionValueType = "List" | "Scalar";
971
735
 
972
736
  export interface ConfigurationOptionDescription {
@@ -993,10 +757,6 @@ export interface ConfigurationOptionDescription {
993
757
 
994
758
  Regex?: OptionRestrictionRegex;
995
759
  }
996
- export declare namespace ConfigurationOptionDescription {
997
-
998
- const filterSensitiveLog: (obj: ConfigurationOptionDescription) => any;
999
- }
1000
760
 
1001
761
  export interface ConfigurationOptionsDescription {
1002
762
 
@@ -1006,10 +766,6 @@ export interface ConfigurationOptionsDescription {
1006
766
 
1007
767
  Options?: ConfigurationOptionDescription[];
1008
768
  }
1009
- export declare namespace ConfigurationOptionsDescription {
1010
-
1011
- const filterSensitiveLog: (obj: ConfigurationOptionsDescription) => any;
1012
- }
1013
769
 
1014
770
  export interface DescribeConfigurationOptionsMessage {
1015
771
 
@@ -1025,19 +781,11 @@ export interface DescribeConfigurationOptionsMessage {
1025
781
 
1026
782
  Options?: OptionSpecification[];
1027
783
  }
1028
- export declare namespace DescribeConfigurationOptionsMessage {
1029
-
1030
- const filterSensitiveLog: (obj: DescribeConfigurationOptionsMessage) => any;
1031
- }
1032
784
 
1033
785
  export interface ConfigurationSettingsDescriptions {
1034
786
 
1035
787
  ConfigurationSettings?: ConfigurationSettingsDescription[];
1036
788
  }
1037
- export declare namespace ConfigurationSettingsDescriptions {
1038
-
1039
- const filterSensitiveLog: (obj: ConfigurationSettingsDescriptions) => any;
1040
- }
1041
789
 
1042
790
  export interface DescribeConfigurationSettingsMessage {
1043
791
 
@@ -1047,10 +795,6 @@ export interface DescribeConfigurationSettingsMessage {
1047
795
 
1048
796
  EnvironmentName?: string;
1049
797
  }
1050
- export declare namespace DescribeConfigurationSettingsMessage {
1051
-
1052
- const filterSensitiveLog: (obj: DescribeConfigurationSettingsMessage) => any;
1053
- }
1054
798
  export declare enum EnvironmentHealthAttribute {
1055
799
  All = "All",
1056
800
  ApplicationMetrics = "ApplicationMetrics",
@@ -1070,10 +814,6 @@ export interface DescribeEnvironmentHealthRequest {
1070
814
 
1071
815
  AttributeNames?: (EnvironmentHealthAttribute | string)[];
1072
816
  }
1073
- export declare namespace DescribeEnvironmentHealthRequest {
1074
-
1075
- const filterSensitiveLog: (obj: DescribeEnvironmentHealthRequest) => any;
1076
- }
1077
817
 
1078
818
  export interface InstanceHealthSummary {
1079
819
 
@@ -1093,10 +833,6 @@ export interface InstanceHealthSummary {
1093
833
 
1094
834
  Severe?: number;
1095
835
  }
1096
- export declare namespace InstanceHealthSummary {
1097
-
1098
- const filterSensitiveLog: (obj: InstanceHealthSummary) => any;
1099
- }
1100
836
 
1101
837
  export interface DescribeEnvironmentHealthResult {
1102
838
 
@@ -1116,10 +852,6 @@ export interface DescribeEnvironmentHealthResult {
1116
852
 
1117
853
  RefreshedAt?: Date;
1118
854
  }
1119
- export declare namespace DescribeEnvironmentHealthResult {
1120
-
1121
- const filterSensitiveLog: (obj: DescribeEnvironmentHealthResult) => any;
1122
- }
1123
855
 
1124
856
  export declare class InvalidRequestException extends __BaseException {
1125
857
  readonly name: "InvalidRequestException";
@@ -1138,10 +870,6 @@ export interface DescribeEnvironmentManagedActionHistoryRequest {
1138
870
 
1139
871
  MaxItems?: number;
1140
872
  }
1141
- export declare namespace DescribeEnvironmentManagedActionHistoryRequest {
1142
-
1143
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryRequest) => any;
1144
- }
1145
873
  export declare type FailureType = "CancellationFailed" | "InternalFailure" | "InvalidEnvironmentState" | "PermissionsError" | "RollbackFailed" | "RollbackSuccessful" | "UpdateCancelled";
1146
874
 
1147
875
  export interface ManagedActionHistoryItem {
@@ -1162,10 +890,6 @@ export interface ManagedActionHistoryItem {
1162
890
 
1163
891
  FinishedTime?: Date;
1164
892
  }
1165
- export declare namespace ManagedActionHistoryItem {
1166
-
1167
- const filterSensitiveLog: (obj: ManagedActionHistoryItem) => any;
1168
- }
1169
893
 
1170
894
  export interface DescribeEnvironmentManagedActionHistoryResult {
1171
895
 
@@ -1173,10 +897,6 @@ export interface DescribeEnvironmentManagedActionHistoryResult {
1173
897
 
1174
898
  NextToken?: string;
1175
899
  }
1176
- export declare namespace DescribeEnvironmentManagedActionHistoryResult {
1177
-
1178
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryResult) => any;
1179
- }
1180
900
 
1181
901
  export interface DescribeEnvironmentManagedActionsRequest {
1182
902
 
@@ -1186,10 +906,6 @@ export interface DescribeEnvironmentManagedActionsRequest {
1186
906
 
1187
907
  Status?: ActionStatus | string;
1188
908
  }
1189
- export declare namespace DescribeEnvironmentManagedActionsRequest {
1190
-
1191
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionsRequest) => any;
1192
- }
1193
909
 
1194
910
  export interface ManagedAction {
1195
911
 
@@ -1203,19 +919,11 @@ export interface ManagedAction {
1203
919
 
1204
920
  WindowStartTime?: Date;
1205
921
  }
1206
- export declare namespace ManagedAction {
1207
-
1208
- const filterSensitiveLog: (obj: ManagedAction) => any;
1209
- }
1210
922
 
1211
923
  export interface DescribeEnvironmentManagedActionsResult {
1212
924
 
1213
925
  ManagedActions?: ManagedAction[];
1214
926
  }
1215
- export declare namespace DescribeEnvironmentManagedActionsResult {
1216
-
1217
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionsResult) => any;
1218
- }
1219
927
 
1220
928
  export interface DescribeEnvironmentResourcesMessage {
1221
929
 
@@ -1223,46 +931,26 @@ export interface DescribeEnvironmentResourcesMessage {
1223
931
 
1224
932
  EnvironmentName?: string;
1225
933
  }
1226
- export declare namespace DescribeEnvironmentResourcesMessage {
1227
-
1228
- const filterSensitiveLog: (obj: DescribeEnvironmentResourcesMessage) => any;
1229
- }
1230
934
 
1231
935
  export interface Instance {
1232
936
 
1233
937
  Id?: string;
1234
938
  }
1235
- export declare namespace Instance {
1236
-
1237
- const filterSensitiveLog: (obj: Instance) => any;
1238
- }
1239
939
 
1240
940
  export interface LaunchConfiguration {
1241
941
 
1242
942
  Name?: string;
1243
943
  }
1244
- export declare namespace LaunchConfiguration {
1245
-
1246
- const filterSensitiveLog: (obj: LaunchConfiguration) => any;
1247
- }
1248
944
 
1249
945
  export interface LaunchTemplate {
1250
946
 
1251
947
  Id?: string;
1252
948
  }
1253
- export declare namespace LaunchTemplate {
1254
-
1255
- const filterSensitiveLog: (obj: LaunchTemplate) => any;
1256
- }
1257
949
 
1258
950
  export interface LoadBalancer {
1259
951
 
1260
952
  Name?: string;
1261
953
  }
1262
- export declare namespace LoadBalancer {
1263
-
1264
- const filterSensitiveLog: (obj: LoadBalancer) => any;
1265
- }
1266
954
 
1267
955
  export interface Queue {
1268
956
 
@@ -1270,19 +958,11 @@ export interface Queue {
1270
958
 
1271
959
  URL?: string;
1272
960
  }
1273
- export declare namespace Queue {
1274
-
1275
- const filterSensitiveLog: (obj: Queue) => any;
1276
- }
1277
961
 
1278
962
  export interface Trigger {
1279
963
 
1280
964
  Name?: string;
1281
965
  }
1282
- export declare namespace Trigger {
1283
-
1284
- const filterSensitiveLog: (obj: Trigger) => any;
1285
- }
1286
966
 
1287
967
  export interface EnvironmentResourceDescription {
1288
968
 
@@ -1302,19 +982,11 @@ export interface EnvironmentResourceDescription {
1302
982
 
1303
983
  Queues?: Queue[];
1304
984
  }
1305
- export declare namespace EnvironmentResourceDescription {
1306
-
1307
- const filterSensitiveLog: (obj: EnvironmentResourceDescription) => any;
1308
- }
1309
985
 
1310
986
  export interface EnvironmentResourceDescriptionsMessage {
1311
987
 
1312
988
  EnvironmentResources?: EnvironmentResourceDescription;
1313
989
  }
1314
- export declare namespace EnvironmentResourceDescriptionsMessage {
1315
-
1316
- const filterSensitiveLog: (obj: EnvironmentResourceDescriptionsMessage) => any;
1317
- }
1318
990
 
1319
991
  export interface DescribeEnvironmentsMessage {
1320
992
 
@@ -1334,10 +1006,6 @@ export interface DescribeEnvironmentsMessage {
1334
1006
 
1335
1007
  NextToken?: string;
1336
1008
  }
1337
- export declare namespace DescribeEnvironmentsMessage {
1338
-
1339
- const filterSensitiveLog: (obj: DescribeEnvironmentsMessage) => any;
1340
- }
1341
1009
  export declare type EventSeverity = "DEBUG" | "ERROR" | "FATAL" | "INFO" | "TRACE" | "WARN";
1342
1010
 
1343
1011
  export interface DescribeEventsMessage {
@@ -1366,10 +1034,6 @@ export interface DescribeEventsMessage {
1366
1034
 
1367
1035
  NextToken?: string;
1368
1036
  }
1369
- export declare namespace DescribeEventsMessage {
1370
-
1371
- const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
1372
- }
1373
1037
 
1374
1038
  export interface EventDescription {
1375
1039
 
@@ -1391,10 +1055,6 @@ export interface EventDescription {
1391
1055
 
1392
1056
  Severity?: EventSeverity | string;
1393
1057
  }
1394
- export declare namespace EventDescription {
1395
-
1396
- const filterSensitiveLog: (obj: EventDescription) => any;
1397
- }
1398
1058
 
1399
1059
  export interface EventDescriptionsMessage {
1400
1060
 
@@ -1402,10 +1062,6 @@ export interface EventDescriptionsMessage {
1402
1062
 
1403
1063
  NextToken?: string;
1404
1064
  }
1405
- export declare namespace EventDescriptionsMessage {
1406
-
1407
- const filterSensitiveLog: (obj: EventDescriptionsMessage) => any;
1408
- }
1409
1065
  export declare enum InstancesHealthAttribute {
1410
1066
  All = "All",
1411
1067
  ApplicationMetrics = "ApplicationMetrics",
@@ -1430,10 +1086,6 @@ export interface DescribeInstancesHealthRequest {
1430
1086
 
1431
1087
  NextToken?: string;
1432
1088
  }
1433
- export declare namespace DescribeInstancesHealthRequest {
1434
-
1435
- const filterSensitiveLog: (obj: DescribeInstancesHealthRequest) => any;
1436
- }
1437
1089
 
1438
1090
  export interface Deployment {
1439
1091
 
@@ -1445,10 +1097,6 @@ export interface Deployment {
1445
1097
 
1446
1098
  DeploymentTime?: Date;
1447
1099
  }
1448
- export declare namespace Deployment {
1449
-
1450
- const filterSensitiveLog: (obj: Deployment) => any;
1451
- }
1452
1100
 
1453
1101
  export interface CPUUtilization {
1454
1102
 
@@ -1468,10 +1116,6 @@ export interface CPUUtilization {
1468
1116
 
1469
1117
  Privileged?: number;
1470
1118
  }
1471
- export declare namespace CPUUtilization {
1472
-
1473
- const filterSensitiveLog: (obj: CPUUtilization) => any;
1474
- }
1475
1119
 
1476
1120
  export interface SystemStatus {
1477
1121
 
@@ -1479,10 +1123,6 @@ export interface SystemStatus {
1479
1123
 
1480
1124
  LoadAverage?: number[];
1481
1125
  }
1482
- export declare namespace SystemStatus {
1483
-
1484
- const filterSensitiveLog: (obj: SystemStatus) => any;
1485
- }
1486
1126
 
1487
1127
  export interface SingleInstanceHealth {
1488
1128
 
@@ -1506,10 +1146,6 @@ export interface SingleInstanceHealth {
1506
1146
 
1507
1147
  InstanceType?: string;
1508
1148
  }
1509
- export declare namespace SingleInstanceHealth {
1510
-
1511
- const filterSensitiveLog: (obj: SingleInstanceHealth) => any;
1512
- }
1513
1149
 
1514
1150
  export interface DescribeInstancesHealthResult {
1515
1151
 
@@ -1519,18 +1155,10 @@ export interface DescribeInstancesHealthResult {
1519
1155
 
1520
1156
  NextToken?: string;
1521
1157
  }
1522
- export declare namespace DescribeInstancesHealthResult {
1523
-
1524
- const filterSensitiveLog: (obj: DescribeInstancesHealthResult) => any;
1525
- }
1526
1158
  export interface DescribePlatformVersionRequest {
1527
1159
 
1528
1160
  PlatformArn?: string;
1529
1161
  }
1530
- export declare namespace DescribePlatformVersionRequest {
1531
-
1532
- const filterSensitiveLog: (obj: DescribePlatformVersionRequest) => any;
1533
- }
1534
1162
 
1535
1163
  export interface CustomAmi {
1536
1164
 
@@ -1538,10 +1166,6 @@ export interface CustomAmi {
1538
1166
 
1539
1167
  ImageId?: string;
1540
1168
  }
1541
- export declare namespace CustomAmi {
1542
-
1543
- const filterSensitiveLog: (obj: CustomAmi) => any;
1544
- }
1545
1169
 
1546
1170
  export interface PlatformFramework {
1547
1171
 
@@ -1549,10 +1173,6 @@ export interface PlatformFramework {
1549
1173
 
1550
1174
  Version?: string;
1551
1175
  }
1552
- export declare namespace PlatformFramework {
1553
-
1554
- const filterSensitiveLog: (obj: PlatformFramework) => any;
1555
- }
1556
1176
 
1557
1177
  export interface PlatformProgrammingLanguage {
1558
1178
 
@@ -1560,10 +1180,6 @@ export interface PlatformProgrammingLanguage {
1560
1180
 
1561
1181
  Version?: string;
1562
1182
  }
1563
- export declare namespace PlatformProgrammingLanguage {
1564
-
1565
- const filterSensitiveLog: (obj: PlatformProgrammingLanguage) => any;
1566
- }
1567
1183
 
1568
1184
  export interface PlatformDescription {
1569
1185
 
@@ -1609,27 +1225,15 @@ export interface PlatformDescription {
1609
1225
 
1610
1226
  PlatformBranchLifecycleState?: string;
1611
1227
  }
1612
- export declare namespace PlatformDescription {
1613
-
1614
- const filterSensitiveLog: (obj: PlatformDescription) => any;
1615
- }
1616
1228
  export interface DescribePlatformVersionResult {
1617
1229
 
1618
1230
  PlatformDescription?: PlatformDescription;
1619
1231
  }
1620
- export declare namespace DescribePlatformVersionResult {
1621
-
1622
- const filterSensitiveLog: (obj: DescribePlatformVersionResult) => any;
1623
- }
1624
1232
 
1625
1233
  export interface DisassociateEnvironmentOperationsRoleMessage {
1626
1234
 
1627
1235
  EnvironmentName: string | undefined;
1628
1236
  }
1629
- export declare namespace DisassociateEnvironmentOperationsRoleMessage {
1630
-
1631
- const filterSensitiveLog: (obj: DisassociateEnvironmentOperationsRoleMessage) => any;
1632
- }
1633
1237
 
1634
1238
  export interface ListAvailableSolutionStacksResultMessage {
1635
1239
 
@@ -1637,10 +1241,6 @@ export interface ListAvailableSolutionStacksResultMessage {
1637
1241
 
1638
1242
  SolutionStackDetails?: SolutionStackDescription[];
1639
1243
  }
1640
- export declare namespace ListAvailableSolutionStacksResultMessage {
1641
-
1642
- const filterSensitiveLog: (obj: ListAvailableSolutionStacksResultMessage) => any;
1643
- }
1644
1244
 
1645
1245
  export interface SearchFilter {
1646
1246
 
@@ -1650,10 +1250,6 @@ export interface SearchFilter {
1650
1250
 
1651
1251
  Values?: string[];
1652
1252
  }
1653
- export declare namespace SearchFilter {
1654
-
1655
- const filterSensitiveLog: (obj: SearchFilter) => any;
1656
- }
1657
1253
  export interface ListPlatformBranchesRequest {
1658
1254
 
1659
1255
  Filters?: SearchFilter[];
@@ -1662,10 +1258,6 @@ export interface ListPlatformBranchesRequest {
1662
1258
 
1663
1259
  NextToken?: string;
1664
1260
  }
1665
- export declare namespace ListPlatformBranchesRequest {
1666
-
1667
- const filterSensitiveLog: (obj: ListPlatformBranchesRequest) => any;
1668
- }
1669
1261
 
1670
1262
  export interface PlatformBranchSummary {
1671
1263
 
@@ -1679,20 +1271,12 @@ export interface PlatformBranchSummary {
1679
1271
 
1680
1272
  SupportedTierList?: string[];
1681
1273
  }
1682
- export declare namespace PlatformBranchSummary {
1683
-
1684
- const filterSensitiveLog: (obj: PlatformBranchSummary) => any;
1685
- }
1686
1274
  export interface ListPlatformBranchesResult {
1687
1275
 
1688
1276
  PlatformBranchSummaryList?: PlatformBranchSummary[];
1689
1277
 
1690
1278
  NextToken?: string;
1691
1279
  }
1692
- export declare namespace ListPlatformBranchesResult {
1693
-
1694
- const filterSensitiveLog: (obj: ListPlatformBranchesResult) => any;
1695
- }
1696
1280
 
1697
1281
  export interface PlatformFilter {
1698
1282
 
@@ -1702,10 +1286,6 @@ export interface PlatformFilter {
1702
1286
 
1703
1287
  Values?: string[];
1704
1288
  }
1705
- export declare namespace PlatformFilter {
1706
-
1707
- const filterSensitiveLog: (obj: PlatformFilter) => any;
1708
- }
1709
1289
  export interface ListPlatformVersionsRequest {
1710
1290
 
1711
1291
  Filters?: PlatformFilter[];
@@ -1714,28 +1294,16 @@ export interface ListPlatformVersionsRequest {
1714
1294
 
1715
1295
  NextToken?: string;
1716
1296
  }
1717
- export declare namespace ListPlatformVersionsRequest {
1718
-
1719
- const filterSensitiveLog: (obj: ListPlatformVersionsRequest) => any;
1720
- }
1721
1297
  export interface ListPlatformVersionsResult {
1722
1298
 
1723
1299
  PlatformSummaryList?: PlatformSummary[];
1724
1300
 
1725
1301
  NextToken?: string;
1726
1302
  }
1727
- export declare namespace ListPlatformVersionsResult {
1728
-
1729
- const filterSensitiveLog: (obj: ListPlatformVersionsResult) => any;
1730
- }
1731
1303
  export interface ListTagsForResourceMessage {
1732
1304
 
1733
1305
  ResourceArn: string | undefined;
1734
1306
  }
1735
- export declare namespace ListTagsForResourceMessage {
1736
-
1737
- const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
1738
- }
1739
1307
 
1740
1308
  export declare class ResourceNotFoundException extends __BaseException {
1741
1309
  readonly name: "ResourceNotFoundException";
@@ -1749,10 +1317,6 @@ export interface ResourceTagsDescriptionMessage {
1749
1317
 
1750
1318
  ResourceTags?: Tag[];
1751
1319
  }
1752
- export declare namespace ResourceTagsDescriptionMessage {
1753
-
1754
- const filterSensitiveLog: (obj: ResourceTagsDescriptionMessage) => any;
1755
- }
1756
1320
 
1757
1321
  export declare class ResourceTypeNotSupportedException extends __BaseException {
1758
1322
  readonly name: "ResourceTypeNotSupportedException";
@@ -1767,10 +1331,6 @@ export interface RebuildEnvironmentMessage {
1767
1331
 
1768
1332
  EnvironmentName?: string;
1769
1333
  }
1770
- export declare namespace RebuildEnvironmentMessage {
1771
-
1772
- const filterSensitiveLog: (obj: RebuildEnvironmentMessage) => any;
1773
- }
1774
1334
  export declare type EnvironmentInfoType = "bundle" | "tail";
1775
1335
 
1776
1336
  export interface RequestEnvironmentInfoMessage {
@@ -1781,10 +1341,6 @@ export interface RequestEnvironmentInfoMessage {
1781
1341
 
1782
1342
  InfoType: EnvironmentInfoType | string | undefined;
1783
1343
  }
1784
- export declare namespace RequestEnvironmentInfoMessage {
1785
-
1786
- const filterSensitiveLog: (obj: RequestEnvironmentInfoMessage) => any;
1787
- }
1788
1344
 
1789
1345
  export interface RestartAppServerMessage {
1790
1346
 
@@ -1792,10 +1348,6 @@ export interface RestartAppServerMessage {
1792
1348
 
1793
1349
  EnvironmentName?: string;
1794
1350
  }
1795
- export declare namespace RestartAppServerMessage {
1796
-
1797
- const filterSensitiveLog: (obj: RestartAppServerMessage) => any;
1798
- }
1799
1351
 
1800
1352
  export interface RetrieveEnvironmentInfoMessage {
1801
1353
 
@@ -1805,10 +1357,6 @@ export interface RetrieveEnvironmentInfoMessage {
1805
1357
 
1806
1358
  InfoType: EnvironmentInfoType | string | undefined;
1807
1359
  }
1808
- export declare namespace RetrieveEnvironmentInfoMessage {
1809
-
1810
- const filterSensitiveLog: (obj: RetrieveEnvironmentInfoMessage) => any;
1811
- }
1812
1360
 
1813
1361
  export interface EnvironmentInfoDescription {
1814
1362
 
@@ -1820,19 +1368,11 @@ export interface EnvironmentInfoDescription {
1820
1368
 
1821
1369
  Message?: string;
1822
1370
  }
1823
- export declare namespace EnvironmentInfoDescription {
1824
-
1825
- const filterSensitiveLog: (obj: EnvironmentInfoDescription) => any;
1826
- }
1827
1371
 
1828
1372
  export interface RetrieveEnvironmentInfoResultMessage {
1829
1373
 
1830
1374
  EnvironmentInfo?: EnvironmentInfoDescription[];
1831
1375
  }
1832
- export declare namespace RetrieveEnvironmentInfoResultMessage {
1833
-
1834
- const filterSensitiveLog: (obj: RetrieveEnvironmentInfoResultMessage) => any;
1835
- }
1836
1376
 
1837
1377
  export interface SwapEnvironmentCNAMEsMessage {
1838
1378
 
@@ -1844,10 +1384,6 @@ export interface SwapEnvironmentCNAMEsMessage {
1844
1384
 
1845
1385
  DestinationEnvironmentName?: string;
1846
1386
  }
1847
- export declare namespace SwapEnvironmentCNAMEsMessage {
1848
-
1849
- const filterSensitiveLog: (obj: SwapEnvironmentCNAMEsMessage) => any;
1850
- }
1851
1387
 
1852
1388
  export interface TerminateEnvironmentMessage {
1853
1389
 
@@ -1859,10 +1395,6 @@ export interface TerminateEnvironmentMessage {
1859
1395
 
1860
1396
  ForceTerminate?: boolean;
1861
1397
  }
1862
- export declare namespace TerminateEnvironmentMessage {
1863
-
1864
- const filterSensitiveLog: (obj: TerminateEnvironmentMessage) => any;
1865
- }
1866
1398
 
1867
1399
  export interface UpdateApplicationMessage {
1868
1400
 
@@ -1870,20 +1402,12 @@ export interface UpdateApplicationMessage {
1870
1402
 
1871
1403
  Description?: string;
1872
1404
  }
1873
- export declare namespace UpdateApplicationMessage {
1874
-
1875
- const filterSensitiveLog: (obj: UpdateApplicationMessage) => any;
1876
- }
1877
1405
  export interface UpdateApplicationResourceLifecycleMessage {
1878
1406
 
1879
1407
  ApplicationName: string | undefined;
1880
1408
 
1881
1409
  ResourceLifecycleConfig: ApplicationResourceLifecycleConfig | undefined;
1882
1410
  }
1883
- export declare namespace UpdateApplicationResourceLifecycleMessage {
1884
-
1885
- const filterSensitiveLog: (obj: UpdateApplicationResourceLifecycleMessage) => any;
1886
- }
1887
1411
 
1888
1412
  export interface UpdateApplicationVersionMessage {
1889
1413
 
@@ -1893,10 +1417,6 @@ export interface UpdateApplicationVersionMessage {
1893
1417
 
1894
1418
  Description?: string;
1895
1419
  }
1896
- export declare namespace UpdateApplicationVersionMessage {
1897
-
1898
- const filterSensitiveLog: (obj: UpdateApplicationVersionMessage) => any;
1899
- }
1900
1420
 
1901
1421
  export interface UpdateConfigurationTemplateMessage {
1902
1422
 
@@ -1910,10 +1430,6 @@ export interface UpdateConfigurationTemplateMessage {
1910
1430
 
1911
1431
  OptionsToRemove?: OptionSpecification[];
1912
1432
  }
1913
- export declare namespace UpdateConfigurationTemplateMessage {
1914
-
1915
- const filterSensitiveLog: (obj: UpdateConfigurationTemplateMessage) => any;
1916
- }
1917
1433
 
1918
1434
  export interface UpdateEnvironmentMessage {
1919
1435
 
@@ -1941,10 +1457,6 @@ export interface UpdateEnvironmentMessage {
1941
1457
 
1942
1458
  OptionsToRemove?: OptionSpecification[];
1943
1459
  }
1944
- export declare namespace UpdateEnvironmentMessage {
1945
-
1946
- const filterSensitiveLog: (obj: UpdateEnvironmentMessage) => any;
1947
- }
1948
1460
 
1949
1461
  export declare class TooManyTagsException extends __BaseException {
1950
1462
  readonly name: "TooManyTagsException";
@@ -1960,10 +1472,6 @@ export interface UpdateTagsForResourceMessage {
1960
1472
 
1961
1473
  TagsToRemove?: string[];
1962
1474
  }
1963
- export declare namespace UpdateTagsForResourceMessage {
1964
-
1965
- const filterSensitiveLog: (obj: UpdateTagsForResourceMessage) => any;
1966
- }
1967
1475
  export declare type ValidationSeverity = "error" | "warning";
1968
1476
 
1969
1477
  export interface ValidationMessage {
@@ -1976,19 +1484,11 @@ export interface ValidationMessage {
1976
1484
 
1977
1485
  OptionName?: string;
1978
1486
  }
1979
- export declare namespace ValidationMessage {
1980
-
1981
- const filterSensitiveLog: (obj: ValidationMessage) => any;
1982
- }
1983
1487
 
1984
1488
  export interface ConfigurationSettingsValidationMessages {
1985
1489
 
1986
1490
  Messages?: ValidationMessage[];
1987
1491
  }
1988
- export declare namespace ConfigurationSettingsValidationMessages {
1989
-
1990
- const filterSensitiveLog: (obj: ConfigurationSettingsValidationMessages) => any;
1991
- }
1992
1492
 
1993
1493
  export interface ValidateConfigurationSettingsMessage {
1994
1494
 
@@ -2000,7 +1500,255 @@ export interface ValidateConfigurationSettingsMessage {
2000
1500
 
2001
1501
  OptionSettings: ConfigurationOptionSetting[] | undefined;
2002
1502
  }
2003
- export declare namespace ValidateConfigurationSettingsMessage {
2004
-
2005
- const filterSensitiveLog: (obj: ValidateConfigurationSettingsMessage) => any;
2006
- }
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;