@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
@@ -15,12 +15,6 @@ export interface AbortEnvironmentUpdateMessage {
15
15
  */
16
16
  EnvironmentName?: string;
17
17
  }
18
- export declare namespace AbortEnvironmentUpdateMessage {
19
- /**
20
- * @internal
21
- */
22
- const filterSensitiveLog: (obj: AbortEnvironmentUpdateMessage) => any;
23
- }
24
18
  /**
25
19
  * <p>The specified account does not have sufficient privileges for one or more AWS
26
20
  * services.</p>
@@ -56,12 +50,6 @@ export interface MaxAgeRule {
56
50
  */
57
51
  DeleteSourceFromS3?: boolean;
58
52
  }
59
- export declare namespace MaxAgeRule {
60
- /**
61
- * @internal
62
- */
63
- const filterSensitiveLog: (obj: MaxAgeRule) => any;
64
- }
65
53
  /**
66
54
  * <p>A lifecycle rule that deletes the oldest application version when the maximum count is
67
55
  * exceeded.</p>
@@ -82,12 +70,6 @@ export interface MaxCountRule {
82
70
  */
83
71
  DeleteSourceFromS3?: boolean;
84
72
  }
85
- export declare namespace MaxCountRule {
86
- /**
87
- * @internal
88
- */
89
- const filterSensitiveLog: (obj: MaxCountRule) => any;
90
- }
91
73
  /**
92
74
  * <p>The application version lifecycle settings for an application. Defines the rules that
93
75
  * Elastic Beanstalk applies to an application's versions in order to avoid hitting the
@@ -108,12 +90,6 @@ export interface ApplicationVersionLifecycleConfig {
108
90
  */
109
91
  MaxAgeRule?: MaxAgeRule;
110
92
  }
111
- export declare namespace ApplicationVersionLifecycleConfig {
112
- /**
113
- * @internal
114
- */
115
- const filterSensitiveLog: (obj: ApplicationVersionLifecycleConfig) => any;
116
- }
117
93
  /**
118
94
  * <p>The resource lifecycle configuration for an application. Defines lifecycle settings for
119
95
  * resources that belong to the application, and the service role that AWS Elastic Beanstalk assumes
@@ -138,12 +114,6 @@ export interface ApplicationResourceLifecycleConfig {
138
114
  */
139
115
  VersionLifecycleConfig?: ApplicationVersionLifecycleConfig;
140
116
  }
141
- export declare namespace ApplicationResourceLifecycleConfig {
142
- /**
143
- * @internal
144
- */
145
- const filterSensitiveLog: (obj: ApplicationResourceLifecycleConfig) => any;
146
- }
147
117
  /**
148
118
  * <p>Describes the properties of an application.</p>
149
119
  */
@@ -181,12 +151,6 @@ export interface ApplicationDescription {
181
151
  */
182
152
  ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
183
153
  }
184
- export declare namespace ApplicationDescription {
185
- /**
186
- * @internal
187
- */
188
- const filterSensitiveLog: (obj: ApplicationDescription) => any;
189
- }
190
154
  /**
191
155
  * <p>Result message containing a single description of an application.</p>
192
156
  */
@@ -196,12 +160,6 @@ export interface ApplicationDescriptionMessage {
196
160
  */
197
161
  Application?: ApplicationDescription;
198
162
  }
199
- export declare namespace ApplicationDescriptionMessage {
200
- /**
201
- * @internal
202
- */
203
- const filterSensitiveLog: (obj: ApplicationDescriptionMessage) => any;
204
- }
205
163
  /**
206
164
  * <p>Result message containing a list of application descriptions.</p>
207
165
  */
@@ -211,12 +169,6 @@ export interface ApplicationDescriptionsMessage {
211
169
  */
212
170
  Applications?: ApplicationDescription[];
213
171
  }
214
- export declare namespace ApplicationDescriptionsMessage {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: ApplicationDescriptionsMessage) => any;
219
- }
220
172
  /**
221
173
  * <p>Represents the average latency for the slowest X percent of requests over the last 10
222
174
  * seconds.</p>
@@ -263,12 +215,6 @@ export interface Latency {
263
215
  */
264
216
  P10?: number;
265
217
  }
266
- export declare namespace Latency {
267
- /**
268
- * @internal
269
- */
270
- const filterSensitiveLog: (obj: Latency) => any;
271
- }
272
218
  /**
273
219
  * <p>Represents the percentage of requests over the last 10 seconds that resulted in each
274
220
  * type of status code response. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">Status Code
@@ -296,12 +242,6 @@ export interface StatusCodes {
296
242
  */
297
243
  Status5xx?: number;
298
244
  }
299
- export declare namespace StatusCodes {
300
- /**
301
- * @internal
302
- */
303
- const filterSensitiveLog: (obj: StatusCodes) => any;
304
- }
305
245
  /**
306
246
  * <p>Application request metrics for an AWS Elastic Beanstalk environment.</p>
307
247
  */
@@ -328,12 +268,6 @@ export interface ApplicationMetrics {
328
268
  */
329
269
  Latency?: Latency;
330
270
  }
331
- export declare namespace ApplicationMetrics {
332
- /**
333
- * @internal
334
- */
335
- const filterSensitiveLog: (obj: ApplicationMetrics) => any;
336
- }
337
271
  export interface ApplicationResourceLifecycleDescriptionMessage {
338
272
  /**
339
273
  * <p>The name of the application.</p>
@@ -344,12 +278,6 @@ export interface ApplicationResourceLifecycleDescriptionMessage {
344
278
  */
345
279
  ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
346
280
  }
347
- export declare namespace ApplicationResourceLifecycleDescriptionMessage {
348
- /**
349
- * @internal
350
- */
351
- const filterSensitiveLog: (obj: ApplicationResourceLifecycleDescriptionMessage) => any;
352
- }
353
281
  export declare type SourceRepository = "CodeCommit" | "S3";
354
282
  export declare type SourceType = "Git" | "Zip";
355
283
  /**
@@ -408,12 +336,6 @@ export interface SourceBuildInformation {
408
336
  */
409
337
  SourceLocation: string | undefined;
410
338
  }
411
- export declare namespace SourceBuildInformation {
412
- /**
413
- * @internal
414
- */
415
- const filterSensitiveLog: (obj: SourceBuildInformation) => any;
416
- }
417
339
  /**
418
340
  * <p>The bucket and key of an item stored in Amazon S3.</p>
419
341
  */
@@ -427,12 +349,6 @@ export interface S3Location {
427
349
  */
428
350
  S3Key?: string;
429
351
  }
430
- export declare namespace S3Location {
431
- /**
432
- * @internal
433
- */
434
- const filterSensitiveLog: (obj: S3Location) => any;
435
- }
436
352
  export declare type ApplicationVersionStatus = "Building" | "Failed" | "Processed" | "Processing" | "Unprocessed";
437
353
  /**
438
354
  * <p>Describes the properties of an application version.</p>
@@ -509,12 +425,6 @@ export interface ApplicationVersionDescription {
509
425
  */
510
426
  Status?: ApplicationVersionStatus | string;
511
427
  }
512
- export declare namespace ApplicationVersionDescription {
513
- /**
514
- * @internal
515
- */
516
- const filterSensitiveLog: (obj: ApplicationVersionDescription) => any;
517
- }
518
428
  /**
519
429
  * <p>Result message wrapping a single description of an application version.</p>
520
430
  */
@@ -525,12 +435,6 @@ export interface ApplicationVersionDescriptionMessage {
525
435
  */
526
436
  ApplicationVersion?: ApplicationVersionDescription;
527
437
  }
528
- export declare namespace ApplicationVersionDescriptionMessage {
529
- /**
530
- * @internal
531
- */
532
- const filterSensitiveLog: (obj: ApplicationVersionDescriptionMessage) => any;
533
- }
534
438
  /**
535
439
  * <p>Result message wrapping a list of application version descriptions.</p>
536
440
  */
@@ -546,12 +450,6 @@ export interface ApplicationVersionDescriptionsMessage {
546
450
  */
547
451
  NextToken?: string;
548
452
  }
549
- export declare namespace ApplicationVersionDescriptionsMessage {
550
- /**
551
- * @internal
552
- */
553
- const filterSensitiveLog: (obj: ApplicationVersionDescriptionsMessage) => any;
554
- }
555
453
  /**
556
454
  * <p>Request to execute a scheduled managed action immediately.</p>
557
455
  */
@@ -569,12 +467,6 @@ export interface ApplyEnvironmentManagedActionRequest {
569
467
  */
570
468
  ActionId: string | undefined;
571
469
  }
572
- export declare namespace ApplyEnvironmentManagedActionRequest {
573
- /**
574
- * @internal
575
- */
576
- const filterSensitiveLog: (obj: ApplyEnvironmentManagedActionRequest) => any;
577
- }
578
470
  /**
579
471
  * <p>The result message containing information about the managed action.</p>
580
472
  */
@@ -596,12 +488,6 @@ export interface ApplyEnvironmentManagedActionResult {
596
488
  */
597
489
  Status?: string;
598
490
  }
599
- export declare namespace ApplyEnvironmentManagedActionResult {
600
- /**
601
- * @internal
602
- */
603
- const filterSensitiveLog: (obj: ApplyEnvironmentManagedActionResult) => any;
604
- }
605
491
  /**
606
492
  * <p>A generic service exception has occurred.</p>
607
493
  */
@@ -638,12 +524,6 @@ export interface AssociateEnvironmentOperationsRoleMessage {
638
524
  */
639
525
  OperationsRole: string | undefined;
640
526
  }
641
- export declare namespace AssociateEnvironmentOperationsRoleMessage {
642
- /**
643
- * @internal
644
- */
645
- const filterSensitiveLog: (obj: AssociateEnvironmentOperationsRoleMessage) => any;
646
- }
647
527
  /**
648
528
  * <p>Describes an Auto Scaling launch configuration.</p>
649
529
  */
@@ -653,12 +533,6 @@ export interface AutoScalingGroup {
653
533
  */
654
534
  Name?: string;
655
535
  }
656
- export declare namespace AutoScalingGroup {
657
- /**
658
- * @internal
659
- */
660
- const filterSensitiveLog: (obj: AutoScalingGroup) => any;
661
- }
662
536
  /**
663
537
  * <p>Describes the solution stack.</p>
664
538
  */
@@ -672,12 +546,6 @@ export interface SolutionStackDescription {
672
546
  */
673
547
  PermittedFileTypes?: string[];
674
548
  }
675
- export declare namespace SolutionStackDescription {
676
- /**
677
- * @internal
678
- */
679
- const filterSensitiveLog: (obj: SolutionStackDescription) => any;
680
- }
681
549
  /**
682
550
  * <p>Results message indicating whether a CNAME is available.</p>
683
551
  */
@@ -687,12 +555,6 @@ export interface CheckDNSAvailabilityMessage {
687
555
  */
688
556
  CNAMEPrefix: string | undefined;
689
557
  }
690
- export declare namespace CheckDNSAvailabilityMessage {
691
- /**
692
- * @internal
693
- */
694
- const filterSensitiveLog: (obj: CheckDNSAvailabilityMessage) => any;
695
- }
696
558
  /**
697
559
  * <p>Indicates if the specified CNAME is available.</p>
698
560
  */
@@ -717,12 +579,6 @@ export interface CheckDNSAvailabilityResultMessage {
717
579
  */
718
580
  FullyQualifiedCNAME?: string;
719
581
  }
720
- export declare namespace CheckDNSAvailabilityResultMessage {
721
- /**
722
- * @internal
723
- */
724
- const filterSensitiveLog: (obj: CheckDNSAvailabilityResultMessage) => any;
725
- }
726
582
  /**
727
583
  * <p>Request to create or update a group of environments.</p>
728
584
  */
@@ -746,12 +602,6 @@ export interface ComposeEnvironmentsMessage {
746
602
  */
747
603
  VersionLabels?: string[];
748
604
  }
749
- export declare namespace ComposeEnvironmentsMessage {
750
- /**
751
- * @internal
752
- */
753
- const filterSensitiveLog: (obj: ComposeEnvironmentsMessage) => any;
754
- }
755
605
  /**
756
606
  * <p>A link to another environment, defined in the environment's manifest. Links provide
757
607
  * connection information in system properties that can be used to connect to another environment
@@ -768,12 +618,6 @@ export interface EnvironmentLink {
768
618
  */
769
619
  EnvironmentName?: string;
770
620
  }
771
- export declare namespace EnvironmentLink {
772
- /**
773
- * @internal
774
- */
775
- const filterSensitiveLog: (obj: EnvironmentLink) => any;
776
- }
777
621
  export declare type EnvironmentHealth = "Green" | "Grey" | "Red" | "Yellow";
778
622
  export declare type EnvironmentHealthStatus = "Degraded" | "Info" | "NoData" | "Ok" | "Pending" | "Severe" | "Suspended" | "Unknown" | "Warning";
779
623
  /**
@@ -789,12 +633,6 @@ export interface Listener {
789
633
  */
790
634
  Port?: number;
791
635
  }
792
- export declare namespace Listener {
793
- /**
794
- * @internal
795
- */
796
- const filterSensitiveLog: (obj: Listener) => any;
797
- }
798
636
  /**
799
637
  * <p>Describes the details of a LoadBalancer.</p>
800
638
  */
@@ -812,12 +650,6 @@ export interface LoadBalancerDescription {
812
650
  */
813
651
  Listeners?: Listener[];
814
652
  }
815
- export declare namespace LoadBalancerDescription {
816
- /**
817
- * @internal
818
- */
819
- const filterSensitiveLog: (obj: LoadBalancerDescription) => any;
820
- }
821
653
  /**
822
654
  * <p>Describes the AWS resources in use by this environment. This data is not live
823
655
  * data.</p>
@@ -828,12 +660,6 @@ export interface EnvironmentResourcesDescription {
828
660
  */
829
661
  LoadBalancer?: LoadBalancerDescription;
830
662
  }
831
- export declare namespace EnvironmentResourcesDescription {
832
- /**
833
- * @internal
834
- */
835
- const filterSensitiveLog: (obj: EnvironmentResourcesDescription) => any;
836
- }
837
663
  export declare type EnvironmentStatus = "Aborting" | "Launching" | "LinkingFrom" | "LinkingTo" | "Ready" | "Terminated" | "Terminating" | "Updating";
838
664
  /**
839
665
  * <p>Describes the properties of an environment tier</p>
@@ -879,12 +705,6 @@ export interface EnvironmentTier {
879
705
  */
880
706
  Version?: string;
881
707
  }
882
- export declare namespace EnvironmentTier {
883
- /**
884
- * @internal
885
- */
886
- const filterSensitiveLog: (obj: EnvironmentTier) => any;
887
- }
888
708
  /**
889
709
  * <p>Describes the properties of an environment.</p>
890
710
  */
@@ -1034,12 +854,6 @@ export interface EnvironmentDescription {
1034
854
  */
1035
855
  OperationsRole?: string;
1036
856
  }
1037
- export declare namespace EnvironmentDescription {
1038
- /**
1039
- * @internal
1040
- */
1041
- const filterSensitiveLog: (obj: EnvironmentDescription) => any;
1042
- }
1043
857
  /**
1044
858
  * <p>Result message containing a list of environment descriptions.</p>
1045
859
  */
@@ -1054,12 +868,6 @@ export interface EnvironmentDescriptionsMessage {
1054
868
  */
1055
869
  NextToken?: string;
1056
870
  }
1057
- export declare namespace EnvironmentDescriptionsMessage {
1058
- /**
1059
- * @internal
1060
- */
1061
- const filterSensitiveLog: (obj: EnvironmentDescriptionsMessage) => any;
1062
- }
1063
871
  /**
1064
872
  * <p>The specified account has reached its limit of environments.</p>
1065
873
  */
@@ -1084,12 +892,6 @@ export interface Tag {
1084
892
  */
1085
893
  Value?: string;
1086
894
  }
1087
- export declare namespace Tag {
1088
- /**
1089
- * @internal
1090
- */
1091
- const filterSensitiveLog: (obj: Tag) => any;
1092
- }
1093
895
  /**
1094
896
  * <p>Request to create an application.</p>
1095
897
  */
@@ -1114,12 +916,6 @@ export interface CreateApplicationMessage {
1114
916
  */
1115
917
  Tags?: Tag[];
1116
918
  }
1117
- export declare namespace CreateApplicationMessage {
1118
- /**
1119
- * @internal
1120
- */
1121
- const filterSensitiveLog: (obj: CreateApplicationMessage) => any;
1122
- }
1123
919
  /**
1124
920
  * <p>The specified account has reached its limit of applications.</p>
1125
921
  */
@@ -1194,12 +990,6 @@ export interface BuildConfiguration {
1194
990
  */
1195
991
  TimeoutInMinutes?: number;
1196
992
  }
1197
- export declare namespace BuildConfiguration {
1198
- /**
1199
- * @internal
1200
- */
1201
- const filterSensitiveLog: (obj: BuildConfiguration) => any;
1202
- }
1203
993
  /**
1204
994
  * <p></p>
1205
995
  */
@@ -1270,12 +1060,6 @@ export interface CreateApplicationVersionMessage {
1270
1060
  */
1271
1061
  Tags?: Tag[];
1272
1062
  }
1273
- export declare namespace CreateApplicationVersionMessage {
1274
- /**
1275
- * @internal
1276
- */
1277
- const filterSensitiveLog: (obj: CreateApplicationVersionMessage) => any;
1278
- }
1279
1063
  /**
1280
1064
  * <p>The specified S3 bucket does not belong to the S3 region in which the service is
1281
1065
  * running. The following regions are supported:</p>
@@ -1334,12 +1118,6 @@ export interface ConfigurationOptionSetting {
1334
1118
  */
1335
1119
  Value?: string;
1336
1120
  }
1337
- export declare namespace ConfigurationOptionSetting {
1338
- /**
1339
- * @internal
1340
- */
1341
- const filterSensitiveLog: (obj: ConfigurationOptionSetting) => any;
1342
- }
1343
1121
  /**
1344
1122
  * <p>Describes the settings for a configuration set.</p>
1345
1123
  */
@@ -1412,12 +1190,6 @@ export interface ConfigurationSettingsDescription {
1412
1190
  */
1413
1191
  OptionSettings?: ConfigurationOptionSetting[];
1414
1192
  }
1415
- export declare namespace ConfigurationSettingsDescription {
1416
- /**
1417
- * @internal
1418
- */
1419
- const filterSensitiveLog: (obj: ConfigurationSettingsDescription) => any;
1420
- }
1421
1193
  /**
1422
1194
  * <p>A specification for an environment configuration.</p>
1423
1195
  */
@@ -1431,12 +1203,6 @@ export interface SourceConfiguration {
1431
1203
  */
1432
1204
  TemplateName?: string;
1433
1205
  }
1434
- export declare namespace SourceConfiguration {
1435
- /**
1436
- * @internal
1437
- */
1438
- const filterSensitiveLog: (obj: SourceConfiguration) => any;
1439
- }
1440
1206
  /**
1441
1207
  * <p>Request to create a configuration template.</p>
1442
1208
  */
@@ -1513,12 +1279,6 @@ export interface CreateConfigurationTemplateMessage {
1513
1279
  */
1514
1280
  Tags?: Tag[];
1515
1281
  }
1516
- export declare namespace CreateConfigurationTemplateMessage {
1517
- /**
1518
- * @internal
1519
- */
1520
- const filterSensitiveLog: (obj: CreateConfigurationTemplateMessage) => any;
1521
- }
1522
1282
  /**
1523
1283
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
1524
1284
  */
@@ -1558,12 +1318,6 @@ export interface OptionSpecification {
1558
1318
  */
1559
1319
  OptionName?: string;
1560
1320
  }
1561
- export declare namespace OptionSpecification {
1562
- /**
1563
- * @internal
1564
- */
1565
- const filterSensitiveLog: (obj: OptionSpecification) => any;
1566
- }
1567
1321
  /**
1568
1322
  * <p></p>
1569
1323
  */
@@ -1665,12 +1419,6 @@ export interface CreateEnvironmentMessage {
1665
1419
  */
1666
1420
  OperationsRole?: string;
1667
1421
  }
1668
- export declare namespace CreateEnvironmentMessage {
1669
- /**
1670
- * @internal
1671
- */
1672
- const filterSensitiveLog: (obj: CreateEnvironmentMessage) => any;
1673
- }
1674
1422
  /**
1675
1423
  * <p>Request to create a new platform version.</p>
1676
1424
  */
@@ -1702,12 +1450,6 @@ export interface CreatePlatformVersionRequest {
1702
1450
  */
1703
1451
  Tags?: Tag[];
1704
1452
  }
1705
- export declare namespace CreatePlatformVersionRequest {
1706
- /**
1707
- * @internal
1708
- */
1709
- const filterSensitiveLog: (obj: CreatePlatformVersionRequest) => any;
1710
- }
1711
1453
  /**
1712
1454
  * <p>The builder used to build the custom platform.</p>
1713
1455
  */
@@ -1717,12 +1459,6 @@ export interface Builder {
1717
1459
  */
1718
1460
  ARN?: string;
1719
1461
  }
1720
- export declare namespace Builder {
1721
- /**
1722
- * @internal
1723
- */
1724
- const filterSensitiveLog: (obj: Builder) => any;
1725
- }
1726
1462
  export declare type PlatformStatus = "Creating" | "Deleted" | "Deleting" | "Failed" | "Ready";
1727
1463
  /**
1728
1464
  * <p>Summary information about a platform version.</p>
@@ -1784,12 +1520,6 @@ export interface PlatformSummary {
1784
1520
  */
1785
1521
  PlatformBranchLifecycleState?: string;
1786
1522
  }
1787
- export declare namespace PlatformSummary {
1788
- /**
1789
- * @internal
1790
- */
1791
- const filterSensitiveLog: (obj: PlatformSummary) => any;
1792
- }
1793
1523
  export interface CreatePlatformVersionResult {
1794
1524
  /**
1795
1525
  * <p>Detailed information about the new version of the custom platform.</p>
@@ -1800,12 +1530,6 @@ export interface CreatePlatformVersionResult {
1800
1530
  */
1801
1531
  Builder?: Builder;
1802
1532
  }
1803
- export declare namespace CreatePlatformVersionResult {
1804
- /**
1805
- * @internal
1806
- */
1807
- const filterSensitiveLog: (obj: CreatePlatformVersionResult) => any;
1808
- }
1809
1533
  /**
1810
1534
  * <p>You have exceeded the maximum number of allowed platforms associated with the account.</p>
1811
1535
  */
@@ -1826,12 +1550,6 @@ export interface CreateStorageLocationResultMessage {
1826
1550
  */
1827
1551
  S3Bucket?: string;
1828
1552
  }
1829
- export declare namespace CreateStorageLocationResultMessage {
1830
- /**
1831
- * @internal
1832
- */
1833
- const filterSensitiveLog: (obj: CreateStorageLocationResultMessage) => any;
1834
- }
1835
1553
  /**
1836
1554
  * <p>The specified account does not have a subscription to Amazon S3.</p>
1837
1555
  */
@@ -1857,12 +1575,6 @@ export interface DeleteApplicationMessage {
1857
1575
  */
1858
1576
  TerminateEnvByForce?: boolean;
1859
1577
  }
1860
- export declare namespace DeleteApplicationMessage {
1861
- /**
1862
- * @internal
1863
- */
1864
- const filterSensitiveLog: (obj: DeleteApplicationMessage) => any;
1865
- }
1866
1578
  /**
1867
1579
  * <p>Unable to perform the specified operation because another operation that effects an
1868
1580
  * element in this activity is already in progress.</p>
@@ -1894,12 +1606,6 @@ export interface DeleteApplicationVersionMessage {
1894
1606
  */
1895
1607
  DeleteSourceBundle?: boolean;
1896
1608
  }
1897
- export declare namespace DeleteApplicationVersionMessage {
1898
- /**
1899
- * @internal
1900
- */
1901
- const filterSensitiveLog: (obj: DeleteApplicationVersionMessage) => any;
1902
- }
1903
1609
  /**
1904
1610
  * <p>Unable to delete the Amazon S3 source bundle associated with the application version.
1905
1611
  * The application version was deleted successfully.</p>
@@ -1925,12 +1631,6 @@ export interface DeleteConfigurationTemplateMessage {
1925
1631
  */
1926
1632
  TemplateName: string | undefined;
1927
1633
  }
1928
- export declare namespace DeleteConfigurationTemplateMessage {
1929
- /**
1930
- * @internal
1931
- */
1932
- const filterSensitiveLog: (obj: DeleteConfigurationTemplateMessage) => any;
1933
- }
1934
1634
  /**
1935
1635
  * <p>Request to delete a draft environment configuration.</p>
1936
1636
  */
@@ -1944,36 +1644,18 @@ export interface DeleteEnvironmentConfigurationMessage {
1944
1644
  */
1945
1645
  EnvironmentName: string | undefined;
1946
1646
  }
1947
- export declare namespace DeleteEnvironmentConfigurationMessage {
1948
- /**
1949
- * @internal
1950
- */
1951
- const filterSensitiveLog: (obj: DeleteEnvironmentConfigurationMessage) => any;
1952
- }
1953
1647
  export interface DeletePlatformVersionRequest {
1954
1648
  /**
1955
1649
  * <p>The ARN of the version of the custom platform.</p>
1956
1650
  */
1957
1651
  PlatformArn?: string;
1958
1652
  }
1959
- export declare namespace DeletePlatformVersionRequest {
1960
- /**
1961
- * @internal
1962
- */
1963
- const filterSensitiveLog: (obj: DeletePlatformVersionRequest) => any;
1964
- }
1965
1653
  export interface DeletePlatformVersionResult {
1966
1654
  /**
1967
1655
  * <p>Detailed information about the version of the custom platform.</p>
1968
1656
  */
1969
1657
  PlatformSummary?: PlatformSummary;
1970
1658
  }
1971
- export declare namespace DeletePlatformVersionResult {
1972
- /**
1973
- * @internal
1974
- */
1975
- const filterSensitiveLog: (obj: DeletePlatformVersionResult) => any;
1976
- }
1977
1659
  /**
1978
1660
  * <p>You cannot delete the platform version because there are still environments running on it.</p>
1979
1661
  */
@@ -1996,12 +1678,6 @@ export interface ResourceQuota {
1996
1678
  */
1997
1679
  Maximum?: number;
1998
1680
  }
1999
- export declare namespace ResourceQuota {
2000
- /**
2001
- * @internal
2002
- */
2003
- const filterSensitiveLog: (obj: ResourceQuota) => any;
2004
- }
2005
1681
  /**
2006
1682
  * <p>A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect
2007
1683
  * Elastic Beanstalk resource limits for this account.</p>
@@ -2028,24 +1704,12 @@ export interface ResourceQuotas {
2028
1704
  */
2029
1705
  CustomPlatformQuota?: ResourceQuota;
2030
1706
  }
2031
- export declare namespace ResourceQuotas {
2032
- /**
2033
- * @internal
2034
- */
2035
- const filterSensitiveLog: (obj: ResourceQuotas) => any;
2036
- }
2037
1707
  export interface DescribeAccountAttributesResult {
2038
1708
  /**
2039
1709
  * <p>The Elastic Beanstalk resource quotas associated with the calling AWS account.</p>
2040
1710
  */
2041
1711
  ResourceQuotas?: ResourceQuotas;
2042
1712
  }
2043
- export declare namespace DescribeAccountAttributesResult {
2044
- /**
2045
- * @internal
2046
- */
2047
- const filterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
2048
- }
2049
1713
  /**
2050
1714
  * <p>Request to describe one or more applications.</p>
2051
1715
  */
@@ -2056,12 +1720,6 @@ export interface DescribeApplicationsMessage {
2056
1720
  */
2057
1721
  ApplicationNames?: string[];
2058
1722
  }
2059
- export declare namespace DescribeApplicationsMessage {
2060
- /**
2061
- * @internal
2062
- */
2063
- const filterSensitiveLog: (obj: DescribeApplicationsMessage) => any;
2064
- }
2065
1723
  /**
2066
1724
  * <p>Request to describe application versions.</p>
2067
1725
  */
@@ -2089,12 +1747,6 @@ export interface DescribeApplicationVersionsMessage {
2089
1747
  */
2090
1748
  NextToken?: string;
2091
1749
  }
2092
- export declare namespace DescribeApplicationVersionsMessage {
2093
- /**
2094
- * @internal
2095
- */
2096
- const filterSensitiveLog: (obj: DescribeApplicationVersionsMessage) => any;
2097
- }
2098
1750
  /**
2099
1751
  * <p>A regular expression representing a restriction on a string configuration option
2100
1752
  * value.</p>
@@ -2110,12 +1762,6 @@ export interface OptionRestrictionRegex {
2110
1762
  */
2111
1763
  Label?: string;
2112
1764
  }
2113
- export declare namespace OptionRestrictionRegex {
2114
- /**
2115
- * @internal
2116
- */
2117
- const filterSensitiveLog: (obj: OptionRestrictionRegex) => any;
2118
- }
2119
1765
  export declare type ConfigurationOptionValueType = "List" | "Scalar";
2120
1766
  /**
2121
1767
  * <p>Describes the possible values for a configuration option.</p>
@@ -2230,12 +1876,6 @@ export interface ConfigurationOptionDescription {
2230
1876
  */
2231
1877
  Regex?: OptionRestrictionRegex;
2232
1878
  }
2233
- export declare namespace ConfigurationOptionDescription {
2234
- /**
2235
- * @internal
2236
- */
2237
- const filterSensitiveLog: (obj: ConfigurationOptionDescription) => any;
2238
- }
2239
1879
  /**
2240
1880
  * <p>Describes the settings for a specified configuration set.</p>
2241
1881
  */
@@ -2253,12 +1893,6 @@ export interface ConfigurationOptionsDescription {
2253
1893
  */
2254
1894
  Options?: ConfigurationOptionDescription[];
2255
1895
  }
2256
- export declare namespace ConfigurationOptionsDescription {
2257
- /**
2258
- * @internal
2259
- */
2260
- const filterSensitiveLog: (obj: ConfigurationOptionsDescription) => any;
2261
- }
2262
1896
  /**
2263
1897
  * <p>Result message containing a list of application version descriptions.</p>
2264
1898
  */
@@ -2292,12 +1926,6 @@ export interface DescribeConfigurationOptionsMessage {
2292
1926
  */
2293
1927
  Options?: OptionSpecification[];
2294
1928
  }
2295
- export declare namespace DescribeConfigurationOptionsMessage {
2296
- /**
2297
- * @internal
2298
- */
2299
- const filterSensitiveLog: (obj: DescribeConfigurationOptionsMessage) => any;
2300
- }
2301
1929
  /**
2302
1930
  * <p>The results from a request to change the configuration settings of an
2303
1931
  * environment.</p>
@@ -2308,12 +1936,6 @@ export interface ConfigurationSettingsDescriptions {
2308
1936
  */
2309
1937
  ConfigurationSettings?: ConfigurationSettingsDescription[];
2310
1938
  }
2311
- export declare namespace ConfigurationSettingsDescriptions {
2312
- /**
2313
- * @internal
2314
- */
2315
- const filterSensitiveLog: (obj: ConfigurationSettingsDescriptions) => any;
2316
- }
2317
1939
  /**
2318
1940
  * <p>Result message containing all of the configuration settings for a specified solution
2319
1941
  * stack or configuration template.</p>
@@ -2340,12 +1962,6 @@ export interface DescribeConfigurationSettingsMessage {
2340
1962
  */
2341
1963
  EnvironmentName?: string;
2342
1964
  }
2343
- export declare namespace DescribeConfigurationSettingsMessage {
2344
- /**
2345
- * @internal
2346
- */
2347
- const filterSensitiveLog: (obj: DescribeConfigurationSettingsMessage) => any;
2348
- }
2349
1965
  export declare enum EnvironmentHealthAttribute {
2350
1966
  All = "All",
2351
1967
  ApplicationMetrics = "ApplicationMetrics",
@@ -2377,12 +1993,6 @@ export interface DescribeEnvironmentHealthRequest {
2377
1993
  */
2378
1994
  AttributeNames?: (EnvironmentHealthAttribute | string)[];
2379
1995
  }
2380
- export declare namespace DescribeEnvironmentHealthRequest {
2381
- /**
2382
- * @internal
2383
- */
2384
- const filterSensitiveLog: (obj: DescribeEnvironmentHealthRequest) => any;
2385
- }
2386
1996
  /**
2387
1997
  * <p>Represents summary information about the health of an instance. For more information,
2388
1998
  * see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>.</p>
@@ -2436,12 +2046,6 @@ export interface InstanceHealthSummary {
2436
2046
  */
2437
2047
  Severe?: number;
2438
2048
  }
2439
- export declare namespace InstanceHealthSummary {
2440
- /**
2441
- * @internal
2442
- */
2443
- const filterSensitiveLog: (obj: InstanceHealthSummary) => any;
2444
- }
2445
2049
  /**
2446
2050
  * <p>Health details for an AWS Elastic Beanstalk environment.</p>
2447
2051
  */
@@ -2483,12 +2087,6 @@ export interface DescribeEnvironmentHealthResult {
2483
2087
  */
2484
2088
  RefreshedAt?: Date;
2485
2089
  }
2486
- export declare namespace DescribeEnvironmentHealthResult {
2487
- /**
2488
- * @internal
2489
- */
2490
- const filterSensitiveLog: (obj: DescribeEnvironmentHealthResult) => any;
2491
- }
2492
2090
  /**
2493
2091
  * <p>One or more input parameters is not valid. Please correct the input parameters and try
2494
2092
  * the operation again.</p>
@@ -2522,12 +2120,6 @@ export interface DescribeEnvironmentManagedActionHistoryRequest {
2522
2120
  */
2523
2121
  MaxItems?: number;
2524
2122
  }
2525
- export declare namespace DescribeEnvironmentManagedActionHistoryRequest {
2526
- /**
2527
- * @internal
2528
- */
2529
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryRequest) => any;
2530
- }
2531
2123
  export declare type FailureType = "CancellationFailed" | "InternalFailure" | "InvalidEnvironmentState" | "PermissionsError" | "RollbackFailed" | "RollbackSuccessful" | "UpdateCancelled";
2532
2124
  /**
2533
2125
  * <p>The record of a completed or failed managed action.</p>
@@ -2566,12 +2158,6 @@ export interface ManagedActionHistoryItem {
2566
2158
  */
2567
2159
  FinishedTime?: Date;
2568
2160
  }
2569
- export declare namespace ManagedActionHistoryItem {
2570
- /**
2571
- * @internal
2572
- */
2573
- const filterSensitiveLog: (obj: ManagedActionHistoryItem) => any;
2574
- }
2575
2161
  /**
2576
2162
  * <p>A result message containing a list of completed and failed managed actions.</p>
2577
2163
  */
@@ -2586,12 +2172,6 @@ export interface DescribeEnvironmentManagedActionHistoryResult {
2586
2172
  */
2587
2173
  NextToken?: string;
2588
2174
  }
2589
- export declare namespace DescribeEnvironmentManagedActionHistoryResult {
2590
- /**
2591
- * @internal
2592
- */
2593
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryResult) => any;
2594
- }
2595
2175
  /**
2596
2176
  * <p>Request to list an environment's upcoming and in-progress managed actions.</p>
2597
2177
  */
@@ -2609,12 +2189,6 @@ export interface DescribeEnvironmentManagedActionsRequest {
2609
2189
  */
2610
2190
  Status?: ActionStatus | string;
2611
2191
  }
2612
- export declare namespace DescribeEnvironmentManagedActionsRequest {
2613
- /**
2614
- * @internal
2615
- */
2616
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionsRequest) => any;
2617
- }
2618
2192
  /**
2619
2193
  * <p>The record of an upcoming or in-progress managed action.</p>
2620
2194
  */
@@ -2642,12 +2216,6 @@ export interface ManagedAction {
2642
2216
  */
2643
2217
  WindowStartTime?: Date;
2644
2218
  }
2645
- export declare namespace ManagedAction {
2646
- /**
2647
- * @internal
2648
- */
2649
- const filterSensitiveLog: (obj: ManagedAction) => any;
2650
- }
2651
2219
  /**
2652
2220
  * <p>The result message containing a list of managed actions.</p>
2653
2221
  */
@@ -2657,12 +2225,6 @@ export interface DescribeEnvironmentManagedActionsResult {
2657
2225
  */
2658
2226
  ManagedActions?: ManagedAction[];
2659
2227
  }
2660
- export declare namespace DescribeEnvironmentManagedActionsResult {
2661
- /**
2662
- * @internal
2663
- */
2664
- const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionsResult) => any;
2665
- }
2666
2228
  /**
2667
2229
  * <p>Request to describe the resources in an environment.</p>
2668
2230
  */
@@ -2682,12 +2244,6 @@ export interface DescribeEnvironmentResourcesMessage {
2682
2244
  */
2683
2245
  EnvironmentName?: string;
2684
2246
  }
2685
- export declare namespace DescribeEnvironmentResourcesMessage {
2686
- /**
2687
- * @internal
2688
- */
2689
- const filterSensitiveLog: (obj: DescribeEnvironmentResourcesMessage) => any;
2690
- }
2691
2247
  /**
2692
2248
  * <p>The description of an Amazon EC2 instance.</p>
2693
2249
  */
@@ -2697,12 +2253,6 @@ export interface Instance {
2697
2253
  */
2698
2254
  Id?: string;
2699
2255
  }
2700
- export declare namespace Instance {
2701
- /**
2702
- * @internal
2703
- */
2704
- const filterSensitiveLog: (obj: Instance) => any;
2705
- }
2706
2256
  /**
2707
2257
  * <p>Describes an Auto Scaling launch configuration.</p>
2708
2258
  */
@@ -2712,12 +2262,6 @@ export interface LaunchConfiguration {
2712
2262
  */
2713
2263
  Name?: string;
2714
2264
  }
2715
- export declare namespace LaunchConfiguration {
2716
- /**
2717
- * @internal
2718
- */
2719
- const filterSensitiveLog: (obj: LaunchConfiguration) => any;
2720
- }
2721
2265
  /**
2722
2266
  * <p>Describes an Amazon EC2 launch template.</p>
2723
2267
  */
@@ -2727,12 +2271,6 @@ export interface LaunchTemplate {
2727
2271
  */
2728
2272
  Id?: string;
2729
2273
  }
2730
- export declare namespace LaunchTemplate {
2731
- /**
2732
- * @internal
2733
- */
2734
- const filterSensitiveLog: (obj: LaunchTemplate) => any;
2735
- }
2736
2274
  /**
2737
2275
  * <p>Describes a LoadBalancer.</p>
2738
2276
  */
@@ -2742,12 +2280,6 @@ export interface LoadBalancer {
2742
2280
  */
2743
2281
  Name?: string;
2744
2282
  }
2745
- export declare namespace LoadBalancer {
2746
- /**
2747
- * @internal
2748
- */
2749
- const filterSensitiveLog: (obj: LoadBalancer) => any;
2750
- }
2751
2283
  /**
2752
2284
  * <p>Describes a queue.</p>
2753
2285
  */
@@ -2761,12 +2293,6 @@ export interface Queue {
2761
2293
  */
2762
2294
  URL?: string;
2763
2295
  }
2764
- export declare namespace Queue {
2765
- /**
2766
- * @internal
2767
- */
2768
- const filterSensitiveLog: (obj: Queue) => any;
2769
- }
2770
2296
  /**
2771
2297
  * <p>Describes a trigger.</p>
2772
2298
  */
@@ -2776,12 +2302,6 @@ export interface Trigger {
2776
2302
  */
2777
2303
  Name?: string;
2778
2304
  }
2779
- export declare namespace Trigger {
2780
- /**
2781
- * @internal
2782
- */
2783
- const filterSensitiveLog: (obj: Trigger) => any;
2784
- }
2785
2305
  /**
2786
2306
  * <p>Describes the AWS resources in use by this environment. This data is live.</p>
2787
2307
  */
@@ -2819,12 +2339,6 @@ export interface EnvironmentResourceDescription {
2819
2339
  */
2820
2340
  Queues?: Queue[];
2821
2341
  }
2822
- export declare namespace EnvironmentResourceDescription {
2823
- /**
2824
- * @internal
2825
- */
2826
- const filterSensitiveLog: (obj: EnvironmentResourceDescription) => any;
2827
- }
2828
2342
  /**
2829
2343
  * <p>Result message containing a list of environment resource descriptions.</p>
2830
2344
  */
@@ -2834,12 +2348,6 @@ export interface EnvironmentResourceDescriptionsMessage {
2834
2348
  */
2835
2349
  EnvironmentResources?: EnvironmentResourceDescription;
2836
2350
  }
2837
- export declare namespace EnvironmentResourceDescriptionsMessage {
2838
- /**
2839
- * @internal
2840
- */
2841
- const filterSensitiveLog: (obj: EnvironmentResourceDescriptionsMessage) => any;
2842
- }
2843
2351
  /**
2844
2352
  * <p>Request to describe one or more environments.</p>
2845
2353
  */
@@ -2892,12 +2400,6 @@ export interface DescribeEnvironmentsMessage {
2892
2400
  */
2893
2401
  NextToken?: string;
2894
2402
  }
2895
- export declare namespace DescribeEnvironmentsMessage {
2896
- /**
2897
- * @internal
2898
- */
2899
- const filterSensitiveLog: (obj: DescribeEnvironmentsMessage) => any;
2900
- }
2901
2403
  export declare type EventSeverity = "DEBUG" | "ERROR" | "FATAL" | "INFO" | "TRACE" | "WARN";
2902
2404
  /**
2903
2405
  * <p>Request to retrieve a list of events for an environment.</p>
@@ -2963,12 +2465,6 @@ export interface DescribeEventsMessage {
2963
2465
  */
2964
2466
  NextToken?: string;
2965
2467
  }
2966
- export declare namespace DescribeEventsMessage {
2967
- /**
2968
- * @internal
2969
- */
2970
- const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
2971
- }
2972
2468
  /**
2973
2469
  * <p>Describes an event.</p>
2974
2470
  */
@@ -3010,12 +2506,6 @@ export interface EventDescription {
3010
2506
  */
3011
2507
  Severity?: EventSeverity | string;
3012
2508
  }
3013
- export declare namespace EventDescription {
3014
- /**
3015
- * @internal
3016
- */
3017
- const filterSensitiveLog: (obj: EventDescription) => any;
3018
- }
3019
2509
  /**
3020
2510
  * <p>Result message wrapping a list of event descriptions.</p>
3021
2511
  */
@@ -3030,12 +2520,6 @@ export interface EventDescriptionsMessage {
3030
2520
  */
3031
2521
  NextToken?: string;
3032
2522
  }
3033
- export declare namespace EventDescriptionsMessage {
3034
- /**
3035
- * @internal
3036
- */
3037
- const filterSensitiveLog: (obj: EventDescriptionsMessage) => any;
3038
- }
3039
2523
  export declare enum InstancesHealthAttribute {
3040
2524
  All = "All",
3041
2525
  ApplicationMetrics = "ApplicationMetrics",
@@ -3072,12 +2556,6 @@ export interface DescribeInstancesHealthRequest {
3072
2556
  */
3073
2557
  NextToken?: string;
3074
2558
  }
3075
- export declare namespace DescribeInstancesHealthRequest {
3076
- /**
3077
- * @internal
3078
- */
3079
- const filterSensitiveLog: (obj: DescribeInstancesHealthRequest) => any;
3080
- }
3081
2559
  /**
3082
2560
  * <p>Information about an application version deployment.</p>
3083
2561
  */
@@ -3115,12 +2593,6 @@ export interface Deployment {
3115
2593
  */
3116
2594
  DeploymentTime?: Date;
3117
2595
  }
3118
- export declare namespace Deployment {
3119
- /**
3120
- * @internal
3121
- */
3122
- const filterSensitiveLog: (obj: Deployment) => any;
3123
- }
3124
2596
  /**
3125
2597
  * <p>CPU utilization metrics for an instance.</p>
3126
2598
  */
@@ -3172,12 +2644,6 @@ export interface CPUUtilization {
3172
2644
  */
3173
2645
  Privileged?: number;
3174
2646
  }
3175
- export declare namespace CPUUtilization {
3176
- /**
3177
- * @internal
3178
- */
3179
- const filterSensitiveLog: (obj: CPUUtilization) => any;
3180
- }
3181
2647
  /**
3182
2648
  * <p>CPU utilization and load average metrics for an Amazon EC2 instance.</p>
3183
2649
  */
@@ -3193,12 +2659,6 @@ export interface SystemStatus {
3193
2659
  */
3194
2660
  LoadAverage?: number[];
3195
2661
  }
3196
- export declare namespace SystemStatus {
3197
- /**
3198
- * @internal
3199
- */
3200
- const filterSensitiveLog: (obj: SystemStatus) => any;
3201
- }
3202
2662
  /**
3203
2663
  * <p>Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk
3204
2664
  * environment.</p>
@@ -3249,12 +2709,6 @@ export interface SingleInstanceHealth {
3249
2709
  */
3250
2710
  InstanceType?: string;
3251
2711
  }
3252
- export declare namespace SingleInstanceHealth {
3253
- /**
3254
- * @internal
3255
- */
3256
- const filterSensitiveLog: (obj: SingleInstanceHealth) => any;
3257
- }
3258
2712
  /**
3259
2713
  * <p>Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk
3260
2714
  * environment.</p>
@@ -3275,24 +2729,12 @@ export interface DescribeInstancesHealthResult {
3275
2729
  */
3276
2730
  NextToken?: string;
3277
2731
  }
3278
- export declare namespace DescribeInstancesHealthResult {
3279
- /**
3280
- * @internal
3281
- */
3282
- const filterSensitiveLog: (obj: DescribeInstancesHealthResult) => any;
3283
- }
3284
2732
  export interface DescribePlatformVersionRequest {
3285
2733
  /**
3286
2734
  * <p>The ARN of the platform version.</p>
3287
2735
  */
3288
2736
  PlatformArn?: string;
3289
2737
  }
3290
- export declare namespace DescribePlatformVersionRequest {
3291
- /**
3292
- * @internal
3293
- */
3294
- const filterSensitiveLog: (obj: DescribePlatformVersionRequest) => any;
3295
- }
3296
2738
  /**
3297
2739
  * <p>A custom AMI available to platforms.</p>
3298
2740
  */
@@ -3306,12 +2748,6 @@ export interface CustomAmi {
3306
2748
  */
3307
2749
  ImageId?: string;
3308
2750
  }
3309
- export declare namespace CustomAmi {
3310
- /**
3311
- * @internal
3312
- */
3313
- const filterSensitiveLog: (obj: CustomAmi) => any;
3314
- }
3315
2751
  /**
3316
2752
  * <p>A framework supported by the platform.</p>
3317
2753
  */
@@ -3325,12 +2761,6 @@ export interface PlatformFramework {
3325
2761
  */
3326
2762
  Version?: string;
3327
2763
  }
3328
- export declare namespace PlatformFramework {
3329
- /**
3330
- * @internal
3331
- */
3332
- const filterSensitiveLog: (obj: PlatformFramework) => any;
3333
- }
3334
2764
  /**
3335
2765
  * <p>A programming language supported by the platform.</p>
3336
2766
  */
@@ -3344,12 +2774,6 @@ export interface PlatformProgrammingLanguage {
3344
2774
  */
3345
2775
  Version?: string;
3346
2776
  }
3347
- export declare namespace PlatformProgrammingLanguage {
3348
- /**
3349
- * @internal
3350
- */
3351
- const filterSensitiveLog: (obj: PlatformProgrammingLanguage) => any;
3352
- }
3353
2777
  /**
3354
2778
  * <p>Detailed information about a platform version.</p>
3355
2779
  */
@@ -3447,24 +2871,12 @@ export interface PlatformDescription {
3447
2871
  */
3448
2872
  PlatformBranchLifecycleState?: string;
3449
2873
  }
3450
- export declare namespace PlatformDescription {
3451
- /**
3452
- * @internal
3453
- */
3454
- const filterSensitiveLog: (obj: PlatformDescription) => any;
3455
- }
3456
2874
  export interface DescribePlatformVersionResult {
3457
2875
  /**
3458
2876
  * <p>Detailed information about the platform version.</p>
3459
2877
  */
3460
2878
  PlatformDescription?: PlatformDescription;
3461
2879
  }
3462
- export declare namespace DescribePlatformVersionResult {
3463
- /**
3464
- * @internal
3465
- */
3466
- const filterSensitiveLog: (obj: DescribePlatformVersionResult) => any;
3467
- }
3468
2880
  /**
3469
2881
  * <p>Request to disassociate the operations role from an environment.</p>
3470
2882
  */
@@ -3474,12 +2886,6 @@ export interface DisassociateEnvironmentOperationsRoleMessage {
3474
2886
  */
3475
2887
  EnvironmentName: string | undefined;
3476
2888
  }
3477
- export declare namespace DisassociateEnvironmentOperationsRoleMessage {
3478
- /**
3479
- * @internal
3480
- */
3481
- const filterSensitiveLog: (obj: DisassociateEnvironmentOperationsRoleMessage) => any;
3482
- }
3483
2889
  /**
3484
2890
  * <p>A list of available AWS Elastic Beanstalk solution stacks.</p>
3485
2891
  */
@@ -3493,12 +2899,6 @@ export interface ListAvailableSolutionStacksResultMessage {
3493
2899
  */
3494
2900
  SolutionStackDetails?: SolutionStackDescription[];
3495
2901
  }
3496
- export declare namespace ListAvailableSolutionStacksResultMessage {
3497
- /**
3498
- * @internal
3499
- */
3500
- const filterSensitiveLog: (obj: ListAvailableSolutionStacksResultMessage) => any;
3501
- }
3502
2902
  /**
3503
2903
  * <p>Describes criteria to restrict a list of results.</p>
3504
2904
  * <p>For operators that apply a single value to the attribute, the filter is evaluated as
@@ -3530,12 +2930,6 @@ export interface SearchFilter {
3530
2930
  */
3531
2931
  Values?: string[];
3532
2932
  }
3533
- export declare namespace SearchFilter {
3534
- /**
3535
- * @internal
3536
- */
3537
- const filterSensitiveLog: (obj: SearchFilter) => any;
3538
- }
3539
2933
  export interface ListPlatformBranchesRequest {
3540
2934
  /**
3541
2935
  * <p>Criteria for restricting the resulting list of platform branches. The filter is evaluated
@@ -3622,12 +3016,6 @@ export interface ListPlatformBranchesRequest {
3622
3016
  */
3623
3017
  NextToken?: string;
3624
3018
  }
3625
- export declare namespace ListPlatformBranchesRequest {
3626
- /**
3627
- * @internal
3628
- */
3629
- const filterSensitiveLog: (obj: ListPlatformBranchesRequest) => any;
3630
- }
3631
3019
  /**
3632
3020
  * <p>Summary information about a platform branch.</p>
3633
3021
  */
@@ -3663,12 +3051,6 @@ export interface PlatformBranchSummary {
3663
3051
  */
3664
3052
  SupportedTierList?: string[];
3665
3053
  }
3666
- export declare namespace PlatformBranchSummary {
3667
- /**
3668
- * @internal
3669
- */
3670
- const filterSensitiveLog: (obj: PlatformBranchSummary) => any;
3671
- }
3672
3054
  export interface ListPlatformBranchesResult {
3673
3055
  /**
3674
3056
  * <p>Summary information about the platform branches.</p>
@@ -3680,12 +3062,6 @@ export interface ListPlatformBranchesResult {
3680
3062
  */
3681
3063
  NextToken?: string;
3682
3064
  }
3683
- export declare namespace ListPlatformBranchesResult {
3684
- /**
3685
- * @internal
3686
- */
3687
- const filterSensitiveLog: (obj: ListPlatformBranchesResult) => any;
3688
- }
3689
3065
  /**
3690
3066
  * <p>Describes criteria to restrict the results when listing platform versions.</p>
3691
3067
  * <p>The filter is evaluated as follows: <code>Type Operator Values[1]</code>
@@ -3744,12 +3120,6 @@ export interface PlatformFilter {
3744
3120
  */
3745
3121
  Values?: string[];
3746
3122
  }
3747
- export declare namespace PlatformFilter {
3748
- /**
3749
- * @internal
3750
- */
3751
- const filterSensitiveLog: (obj: PlatformFilter) => any;
3752
- }
3753
3123
  export interface ListPlatformVersionsRequest {
3754
3124
  /**
3755
3125
  * <p>Criteria for restricting the resulting list of platform versions. The filter is
@@ -3769,12 +3139,6 @@ export interface ListPlatformVersionsRequest {
3769
3139
  */
3770
3140
  NextToken?: string;
3771
3141
  }
3772
- export declare namespace ListPlatformVersionsRequest {
3773
- /**
3774
- * @internal
3775
- */
3776
- const filterSensitiveLog: (obj: ListPlatformVersionsRequest) => any;
3777
- }
3778
3142
  export interface ListPlatformVersionsResult {
3779
3143
  /**
3780
3144
  * <p>Summary information about the platform versions.</p>
@@ -3786,12 +3150,6 @@ export interface ListPlatformVersionsResult {
3786
3150
  */
3787
3151
  NextToken?: string;
3788
3152
  }
3789
- export declare namespace ListPlatformVersionsResult {
3790
- /**
3791
- * @internal
3792
- */
3793
- const filterSensitiveLog: (obj: ListPlatformVersionsResult) => any;
3794
- }
3795
3153
  export interface ListTagsForResourceMessage {
3796
3154
  /**
3797
3155
  * <p>The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.</p>
@@ -3799,12 +3157,6 @@ export interface ListTagsForResourceMessage {
3799
3157
  */
3800
3158
  ResourceArn: string | undefined;
3801
3159
  }
3802
- export declare namespace ListTagsForResourceMessage {
3803
- /**
3804
- * @internal
3805
- */
3806
- const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
3807
- }
3808
3160
  /**
3809
3161
  * <p>A resource doesn't exist for the specified Amazon Resource Name (ARN).</p>
3810
3162
  */
@@ -3826,12 +3178,6 @@ export interface ResourceTagsDescriptionMessage {
3826
3178
  */
3827
3179
  ResourceTags?: Tag[];
3828
3180
  }
3829
- export declare namespace ResourceTagsDescriptionMessage {
3830
- /**
3831
- * @internal
3832
- */
3833
- const filterSensitiveLog: (obj: ResourceTagsDescriptionMessage) => any;
3834
- }
3835
3181
  /**
3836
3182
  * <p>The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.</p>
3837
3183
  */
@@ -3862,12 +3208,6 @@ export interface RebuildEnvironmentMessage {
3862
3208
  */
3863
3209
  EnvironmentName?: string;
3864
3210
  }
3865
- export declare namespace RebuildEnvironmentMessage {
3866
- /**
3867
- * @internal
3868
- */
3869
- const filterSensitiveLog: (obj: RebuildEnvironmentMessage) => any;
3870
- }
3871
3211
  export declare type EnvironmentInfoType = "bundle" | "tail";
3872
3212
  /**
3873
3213
  * <p>Request to retrieve logs from an environment and store them in your Elastic Beanstalk
@@ -3897,12 +3237,6 @@ export interface RequestEnvironmentInfoMessage {
3897
3237
  */
3898
3238
  InfoType: EnvironmentInfoType | string | undefined;
3899
3239
  }
3900
- export declare namespace RequestEnvironmentInfoMessage {
3901
- /**
3902
- * @internal
3903
- */
3904
- const filterSensitiveLog: (obj: RequestEnvironmentInfoMessage) => any;
3905
- }
3906
3240
  /**
3907
3241
  * <p></p>
3908
3242
  */
@@ -3922,12 +3256,6 @@ export interface RestartAppServerMessage {
3922
3256
  */
3923
3257
  EnvironmentName?: string;
3924
3258
  }
3925
- export declare namespace RestartAppServerMessage {
3926
- /**
3927
- * @internal
3928
- */
3929
- const filterSensitiveLog: (obj: RestartAppServerMessage) => any;
3930
- }
3931
3259
  /**
3932
3260
  * <p>Request to download logs retrieved with <a>RequestEnvironmentInfo</a>.</p>
3933
3261
  */
@@ -3954,12 +3282,6 @@ export interface RetrieveEnvironmentInfoMessage {
3954
3282
  */
3955
3283
  InfoType: EnvironmentInfoType | string | undefined;
3956
3284
  }
3957
- export declare namespace RetrieveEnvironmentInfoMessage {
3958
- /**
3959
- * @internal
3960
- */
3961
- const filterSensitiveLog: (obj: RetrieveEnvironmentInfoMessage) => any;
3962
- }
3963
3285
  /**
3964
3286
  * <p>The information retrieved from the Amazon EC2 instances.</p>
3965
3287
  */
@@ -3984,12 +3306,6 @@ export interface EnvironmentInfoDescription {
3984
3306
  */
3985
3307
  Message?: string;
3986
3308
  }
3987
- export declare namespace EnvironmentInfoDescription {
3988
- /**
3989
- * @internal
3990
- */
3991
- const filterSensitiveLog: (obj: EnvironmentInfoDescription) => any;
3992
- }
3993
3309
  /**
3994
3310
  * <p>Result message containing a description of the requested environment info.</p>
3995
3311
  */
@@ -3999,12 +3315,6 @@ export interface RetrieveEnvironmentInfoResultMessage {
3999
3315
  */
4000
3316
  EnvironmentInfo?: EnvironmentInfoDescription[];
4001
3317
  }
4002
- export declare namespace RetrieveEnvironmentInfoResultMessage {
4003
- /**
4004
- * @internal
4005
- */
4006
- const filterSensitiveLog: (obj: RetrieveEnvironmentInfoResultMessage) => any;
4007
- }
4008
3318
  /**
4009
3319
  * <p>Swaps the CNAMEs of two environments.</p>
4010
3320
  */
@@ -4041,12 +3351,6 @@ export interface SwapEnvironmentCNAMEsMessage {
4041
3351
  */
4042
3352
  DestinationEnvironmentName?: string;
4043
3353
  }
4044
- export declare namespace SwapEnvironmentCNAMEsMessage {
4045
- /**
4046
- * @internal
4047
- */
4048
- const filterSensitiveLog: (obj: SwapEnvironmentCNAMEsMessage) => any;
4049
- }
4050
3354
  /**
4051
3355
  * <p>Request to terminate an environment.</p>
4052
3356
  */
@@ -4094,12 +3398,6 @@ export interface TerminateEnvironmentMessage {
4094
3398
  */
4095
3399
  ForceTerminate?: boolean;
4096
3400
  }
4097
- export declare namespace TerminateEnvironmentMessage {
4098
- /**
4099
- * @internal
4100
- */
4101
- const filterSensitiveLog: (obj: TerminateEnvironmentMessage) => any;
4102
- }
4103
3401
  /**
4104
3402
  * <p>Request to update an application.</p>
4105
3403
  */
@@ -4117,12 +3415,6 @@ export interface UpdateApplicationMessage {
4117
3415
  */
4118
3416
  Description?: string;
4119
3417
  }
4120
- export declare namespace UpdateApplicationMessage {
4121
- /**
4122
- * @internal
4123
- */
4124
- const filterSensitiveLog: (obj: UpdateApplicationMessage) => any;
4125
- }
4126
3418
  export interface UpdateApplicationResourceLifecycleMessage {
4127
3419
  /**
4128
3420
  * <p>The name of the application.</p>
@@ -4133,12 +3425,6 @@ export interface UpdateApplicationResourceLifecycleMessage {
4133
3425
  */
4134
3426
  ResourceLifecycleConfig: ApplicationResourceLifecycleConfig | undefined;
4135
3427
  }
4136
- export declare namespace UpdateApplicationResourceLifecycleMessage {
4137
- /**
4138
- * @internal
4139
- */
4140
- const filterSensitiveLog: (obj: UpdateApplicationResourceLifecycleMessage) => any;
4141
- }
4142
3428
  /**
4143
3429
  * <p></p>
4144
3430
  */
@@ -4160,12 +3446,6 @@ export interface UpdateApplicationVersionMessage {
4160
3446
  */
4161
3447
  Description?: string;
4162
3448
  }
4163
- export declare namespace UpdateApplicationVersionMessage {
4164
- /**
4165
- * @internal
4166
- */
4167
- const filterSensitiveLog: (obj: UpdateApplicationVersionMessage) => any;
4168
- }
4169
3449
  /**
4170
3450
  * <p>The result message containing the options for the specified solution stack.</p>
4171
3451
  */
@@ -4200,12 +3480,6 @@ export interface UpdateConfigurationTemplateMessage {
4200
3480
  */
4201
3481
  OptionsToRemove?: OptionSpecification[];
4202
3482
  }
4203
- export declare namespace UpdateConfigurationTemplateMessage {
4204
- /**
4205
- * @internal
4206
- */
4207
- const filterSensitiveLog: (obj: UpdateConfigurationTemplateMessage) => any;
4208
- }
4209
3483
  /**
4210
3484
  * <p>Request to update an environment.</p>
4211
3485
  */
@@ -4282,12 +3556,6 @@ export interface UpdateEnvironmentMessage {
4282
3556
  */
4283
3557
  OptionsToRemove?: OptionSpecification[];
4284
3558
  }
4285
- export declare namespace UpdateEnvironmentMessage {
4286
- /**
4287
- * @internal
4288
- */
4289
- const filterSensitiveLog: (obj: UpdateEnvironmentMessage) => any;
4290
- }
4291
3559
  /**
4292
3560
  * <p>The number of tags in the resource would exceed the number of tags that each resource
4293
3561
  * can have.</p>
@@ -4322,12 +3590,6 @@ export interface UpdateTagsForResourceMessage {
4322
3590
  */
4323
3591
  TagsToRemove?: string[];
4324
3592
  }
4325
- export declare namespace UpdateTagsForResourceMessage {
4326
- /**
4327
- * @internal
4328
- */
4329
- const filterSensitiveLog: (obj: UpdateTagsForResourceMessage) => any;
4330
- }
4331
3593
  export declare type ValidationSeverity = "error" | "warning";
4332
3594
  /**
4333
3595
  * <p>An error or warning for a desired configuration option value.</p>
@@ -4362,12 +3624,6 @@ export interface ValidationMessage {
4362
3624
  */
4363
3625
  OptionName?: string;
4364
3626
  }
4365
- export declare namespace ValidationMessage {
4366
- /**
4367
- * @internal
4368
- */
4369
- const filterSensitiveLog: (obj: ValidationMessage) => any;
4370
- }
4371
3627
  /**
4372
3628
  * <p>Provides a list of validation messages.</p>
4373
3629
  */
@@ -4377,12 +3633,6 @@ export interface ConfigurationSettingsValidationMessages {
4377
3633
  */
4378
3634
  Messages?: ValidationMessage[];
4379
3635
  }
4380
- export declare namespace ConfigurationSettingsValidationMessages {
4381
- /**
4382
- * @internal
4383
- */
4384
- const filterSensitiveLog: (obj: ConfigurationSettingsValidationMessages) => any;
4385
- }
4386
3636
  /**
4387
3637
  * <p>A list of validation messages for a specified configuration template.</p>
4388
3638
  */
@@ -4407,9 +3657,507 @@ export interface ValidateConfigurationSettingsMessage {
4407
3657
  */
4408
3658
  OptionSettings: ConfigurationOptionSetting[] | undefined;
4409
3659
  }
4410
- export declare namespace ValidateConfigurationSettingsMessage {
4411
- /**
4412
- * @internal
4413
- */
4414
- const filterSensitiveLog: (obj: ValidateConfigurationSettingsMessage) => any;
4415
- }
3660
+ /**
3661
+ * @internal
3662
+ */
3663
+ export declare const AbortEnvironmentUpdateMessageFilterSensitiveLog: (obj: AbortEnvironmentUpdateMessage) => any;
3664
+ /**
3665
+ * @internal
3666
+ */
3667
+ export declare const MaxAgeRuleFilterSensitiveLog: (obj: MaxAgeRule) => any;
3668
+ /**
3669
+ * @internal
3670
+ */
3671
+ export declare const MaxCountRuleFilterSensitiveLog: (obj: MaxCountRule) => any;
3672
+ /**
3673
+ * @internal
3674
+ */
3675
+ export declare const ApplicationVersionLifecycleConfigFilterSensitiveLog: (obj: ApplicationVersionLifecycleConfig) => any;
3676
+ /**
3677
+ * @internal
3678
+ */
3679
+ export declare const ApplicationResourceLifecycleConfigFilterSensitiveLog: (obj: ApplicationResourceLifecycleConfig) => any;
3680
+ /**
3681
+ * @internal
3682
+ */
3683
+ export declare const ApplicationDescriptionFilterSensitiveLog: (obj: ApplicationDescription) => any;
3684
+ /**
3685
+ * @internal
3686
+ */
3687
+ export declare const ApplicationDescriptionMessageFilterSensitiveLog: (obj: ApplicationDescriptionMessage) => any;
3688
+ /**
3689
+ * @internal
3690
+ */
3691
+ export declare const ApplicationDescriptionsMessageFilterSensitiveLog: (obj: ApplicationDescriptionsMessage) => any;
3692
+ /**
3693
+ * @internal
3694
+ */
3695
+ export declare const LatencyFilterSensitiveLog: (obj: Latency) => any;
3696
+ /**
3697
+ * @internal
3698
+ */
3699
+ export declare const StatusCodesFilterSensitiveLog: (obj: StatusCodes) => any;
3700
+ /**
3701
+ * @internal
3702
+ */
3703
+ export declare const ApplicationMetricsFilterSensitiveLog: (obj: ApplicationMetrics) => any;
3704
+ /**
3705
+ * @internal
3706
+ */
3707
+ export declare const ApplicationResourceLifecycleDescriptionMessageFilterSensitiveLog: (obj: ApplicationResourceLifecycleDescriptionMessage) => any;
3708
+ /**
3709
+ * @internal
3710
+ */
3711
+ export declare const SourceBuildInformationFilterSensitiveLog: (obj: SourceBuildInformation) => any;
3712
+ /**
3713
+ * @internal
3714
+ */
3715
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
3716
+ /**
3717
+ * @internal
3718
+ */
3719
+ export declare const ApplicationVersionDescriptionFilterSensitiveLog: (obj: ApplicationVersionDescription) => any;
3720
+ /**
3721
+ * @internal
3722
+ */
3723
+ export declare const ApplicationVersionDescriptionMessageFilterSensitiveLog: (obj: ApplicationVersionDescriptionMessage) => any;
3724
+ /**
3725
+ * @internal
3726
+ */
3727
+ export declare const ApplicationVersionDescriptionsMessageFilterSensitiveLog: (obj: ApplicationVersionDescriptionsMessage) => any;
3728
+ /**
3729
+ * @internal
3730
+ */
3731
+ export declare const ApplyEnvironmentManagedActionRequestFilterSensitiveLog: (obj: ApplyEnvironmentManagedActionRequest) => any;
3732
+ /**
3733
+ * @internal
3734
+ */
3735
+ export declare const ApplyEnvironmentManagedActionResultFilterSensitiveLog: (obj: ApplyEnvironmentManagedActionResult) => any;
3736
+ /**
3737
+ * @internal
3738
+ */
3739
+ export declare const AssociateEnvironmentOperationsRoleMessageFilterSensitiveLog: (obj: AssociateEnvironmentOperationsRoleMessage) => any;
3740
+ /**
3741
+ * @internal
3742
+ */
3743
+ export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
3744
+ /**
3745
+ * @internal
3746
+ */
3747
+ export declare const SolutionStackDescriptionFilterSensitiveLog: (obj: SolutionStackDescription) => any;
3748
+ /**
3749
+ * @internal
3750
+ */
3751
+ export declare const CheckDNSAvailabilityMessageFilterSensitiveLog: (obj: CheckDNSAvailabilityMessage) => any;
3752
+ /**
3753
+ * @internal
3754
+ */
3755
+ export declare const CheckDNSAvailabilityResultMessageFilterSensitiveLog: (obj: CheckDNSAvailabilityResultMessage) => any;
3756
+ /**
3757
+ * @internal
3758
+ */
3759
+ export declare const ComposeEnvironmentsMessageFilterSensitiveLog: (obj: ComposeEnvironmentsMessage) => any;
3760
+ /**
3761
+ * @internal
3762
+ */
3763
+ export declare const EnvironmentLinkFilterSensitiveLog: (obj: EnvironmentLink) => any;
3764
+ /**
3765
+ * @internal
3766
+ */
3767
+ export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
3768
+ /**
3769
+ * @internal
3770
+ */
3771
+ export declare const LoadBalancerDescriptionFilterSensitiveLog: (obj: LoadBalancerDescription) => any;
3772
+ /**
3773
+ * @internal
3774
+ */
3775
+ export declare const EnvironmentResourcesDescriptionFilterSensitiveLog: (obj: EnvironmentResourcesDescription) => any;
3776
+ /**
3777
+ * @internal
3778
+ */
3779
+ export declare const EnvironmentTierFilterSensitiveLog: (obj: EnvironmentTier) => any;
3780
+ /**
3781
+ * @internal
3782
+ */
3783
+ export declare const EnvironmentDescriptionFilterSensitiveLog: (obj: EnvironmentDescription) => any;
3784
+ /**
3785
+ * @internal
3786
+ */
3787
+ export declare const EnvironmentDescriptionsMessageFilterSensitiveLog: (obj: EnvironmentDescriptionsMessage) => any;
3788
+ /**
3789
+ * @internal
3790
+ */
3791
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3792
+ /**
3793
+ * @internal
3794
+ */
3795
+ export declare const CreateApplicationMessageFilterSensitiveLog: (obj: CreateApplicationMessage) => any;
3796
+ /**
3797
+ * @internal
3798
+ */
3799
+ export declare const BuildConfigurationFilterSensitiveLog: (obj: BuildConfiguration) => any;
3800
+ /**
3801
+ * @internal
3802
+ */
3803
+ export declare const CreateApplicationVersionMessageFilterSensitiveLog: (obj: CreateApplicationVersionMessage) => any;
3804
+ /**
3805
+ * @internal
3806
+ */
3807
+ export declare const ConfigurationOptionSettingFilterSensitiveLog: (obj: ConfigurationOptionSetting) => any;
3808
+ /**
3809
+ * @internal
3810
+ */
3811
+ export declare const ConfigurationSettingsDescriptionFilterSensitiveLog: (obj: ConfigurationSettingsDescription) => any;
3812
+ /**
3813
+ * @internal
3814
+ */
3815
+ export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
3816
+ /**
3817
+ * @internal
3818
+ */
3819
+ export declare const CreateConfigurationTemplateMessageFilterSensitiveLog: (obj: CreateConfigurationTemplateMessage) => any;
3820
+ /**
3821
+ * @internal
3822
+ */
3823
+ export declare const OptionSpecificationFilterSensitiveLog: (obj: OptionSpecification) => any;
3824
+ /**
3825
+ * @internal
3826
+ */
3827
+ export declare const CreateEnvironmentMessageFilterSensitiveLog: (obj: CreateEnvironmentMessage) => any;
3828
+ /**
3829
+ * @internal
3830
+ */
3831
+ export declare const CreatePlatformVersionRequestFilterSensitiveLog: (obj: CreatePlatformVersionRequest) => any;
3832
+ /**
3833
+ * @internal
3834
+ */
3835
+ export declare const BuilderFilterSensitiveLog: (obj: Builder) => any;
3836
+ /**
3837
+ * @internal
3838
+ */
3839
+ export declare const PlatformSummaryFilterSensitiveLog: (obj: PlatformSummary) => any;
3840
+ /**
3841
+ * @internal
3842
+ */
3843
+ export declare const CreatePlatformVersionResultFilterSensitiveLog: (obj: CreatePlatformVersionResult) => any;
3844
+ /**
3845
+ * @internal
3846
+ */
3847
+ export declare const CreateStorageLocationResultMessageFilterSensitiveLog: (obj: CreateStorageLocationResultMessage) => any;
3848
+ /**
3849
+ * @internal
3850
+ */
3851
+ export declare const DeleteApplicationMessageFilterSensitiveLog: (obj: DeleteApplicationMessage) => any;
3852
+ /**
3853
+ * @internal
3854
+ */
3855
+ export declare const DeleteApplicationVersionMessageFilterSensitiveLog: (obj: DeleteApplicationVersionMessage) => any;
3856
+ /**
3857
+ * @internal
3858
+ */
3859
+ export declare const DeleteConfigurationTemplateMessageFilterSensitiveLog: (obj: DeleteConfigurationTemplateMessage) => any;
3860
+ /**
3861
+ * @internal
3862
+ */
3863
+ export declare const DeleteEnvironmentConfigurationMessageFilterSensitiveLog: (obj: DeleteEnvironmentConfigurationMessage) => any;
3864
+ /**
3865
+ * @internal
3866
+ */
3867
+ export declare const DeletePlatformVersionRequestFilterSensitiveLog: (obj: DeletePlatformVersionRequest) => any;
3868
+ /**
3869
+ * @internal
3870
+ */
3871
+ export declare const DeletePlatformVersionResultFilterSensitiveLog: (obj: DeletePlatformVersionResult) => any;
3872
+ /**
3873
+ * @internal
3874
+ */
3875
+ export declare const ResourceQuotaFilterSensitiveLog: (obj: ResourceQuota) => any;
3876
+ /**
3877
+ * @internal
3878
+ */
3879
+ export declare const ResourceQuotasFilterSensitiveLog: (obj: ResourceQuotas) => any;
3880
+ /**
3881
+ * @internal
3882
+ */
3883
+ export declare const DescribeAccountAttributesResultFilterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
3884
+ /**
3885
+ * @internal
3886
+ */
3887
+ export declare const DescribeApplicationsMessageFilterSensitiveLog: (obj: DescribeApplicationsMessage) => any;
3888
+ /**
3889
+ * @internal
3890
+ */
3891
+ export declare const DescribeApplicationVersionsMessageFilterSensitiveLog: (obj: DescribeApplicationVersionsMessage) => any;
3892
+ /**
3893
+ * @internal
3894
+ */
3895
+ export declare const OptionRestrictionRegexFilterSensitiveLog: (obj: OptionRestrictionRegex) => any;
3896
+ /**
3897
+ * @internal
3898
+ */
3899
+ export declare const ConfigurationOptionDescriptionFilterSensitiveLog: (obj: ConfigurationOptionDescription) => any;
3900
+ /**
3901
+ * @internal
3902
+ */
3903
+ export declare const ConfigurationOptionsDescriptionFilterSensitiveLog: (obj: ConfigurationOptionsDescription) => any;
3904
+ /**
3905
+ * @internal
3906
+ */
3907
+ export declare const DescribeConfigurationOptionsMessageFilterSensitiveLog: (obj: DescribeConfigurationOptionsMessage) => any;
3908
+ /**
3909
+ * @internal
3910
+ */
3911
+ export declare const ConfigurationSettingsDescriptionsFilterSensitiveLog: (obj: ConfigurationSettingsDescriptions) => any;
3912
+ /**
3913
+ * @internal
3914
+ */
3915
+ export declare const DescribeConfigurationSettingsMessageFilterSensitiveLog: (obj: DescribeConfigurationSettingsMessage) => any;
3916
+ /**
3917
+ * @internal
3918
+ */
3919
+ export declare const DescribeEnvironmentHealthRequestFilterSensitiveLog: (obj: DescribeEnvironmentHealthRequest) => any;
3920
+ /**
3921
+ * @internal
3922
+ */
3923
+ export declare const InstanceHealthSummaryFilterSensitiveLog: (obj: InstanceHealthSummary) => any;
3924
+ /**
3925
+ * @internal
3926
+ */
3927
+ export declare const DescribeEnvironmentHealthResultFilterSensitiveLog: (obj: DescribeEnvironmentHealthResult) => any;
3928
+ /**
3929
+ * @internal
3930
+ */
3931
+ export declare const DescribeEnvironmentManagedActionHistoryRequestFilterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryRequest) => any;
3932
+ /**
3933
+ * @internal
3934
+ */
3935
+ export declare const ManagedActionHistoryItemFilterSensitiveLog: (obj: ManagedActionHistoryItem) => any;
3936
+ /**
3937
+ * @internal
3938
+ */
3939
+ export declare const DescribeEnvironmentManagedActionHistoryResultFilterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryResult) => any;
3940
+ /**
3941
+ * @internal
3942
+ */
3943
+ export declare const DescribeEnvironmentManagedActionsRequestFilterSensitiveLog: (obj: DescribeEnvironmentManagedActionsRequest) => any;
3944
+ /**
3945
+ * @internal
3946
+ */
3947
+ export declare const ManagedActionFilterSensitiveLog: (obj: ManagedAction) => any;
3948
+ /**
3949
+ * @internal
3950
+ */
3951
+ export declare const DescribeEnvironmentManagedActionsResultFilterSensitiveLog: (obj: DescribeEnvironmentManagedActionsResult) => any;
3952
+ /**
3953
+ * @internal
3954
+ */
3955
+ export declare const DescribeEnvironmentResourcesMessageFilterSensitiveLog: (obj: DescribeEnvironmentResourcesMessage) => any;
3956
+ /**
3957
+ * @internal
3958
+ */
3959
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
3960
+ /**
3961
+ * @internal
3962
+ */
3963
+ export declare const LaunchConfigurationFilterSensitiveLog: (obj: LaunchConfiguration) => any;
3964
+ /**
3965
+ * @internal
3966
+ */
3967
+ export declare const LaunchTemplateFilterSensitiveLog: (obj: LaunchTemplate) => any;
3968
+ /**
3969
+ * @internal
3970
+ */
3971
+ export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
3972
+ /**
3973
+ * @internal
3974
+ */
3975
+ export declare const QueueFilterSensitiveLog: (obj: Queue) => any;
3976
+ /**
3977
+ * @internal
3978
+ */
3979
+ export declare const TriggerFilterSensitiveLog: (obj: Trigger) => any;
3980
+ /**
3981
+ * @internal
3982
+ */
3983
+ export declare const EnvironmentResourceDescriptionFilterSensitiveLog: (obj: EnvironmentResourceDescription) => any;
3984
+ /**
3985
+ * @internal
3986
+ */
3987
+ export declare const EnvironmentResourceDescriptionsMessageFilterSensitiveLog: (obj: EnvironmentResourceDescriptionsMessage) => any;
3988
+ /**
3989
+ * @internal
3990
+ */
3991
+ export declare const DescribeEnvironmentsMessageFilterSensitiveLog: (obj: DescribeEnvironmentsMessage) => any;
3992
+ /**
3993
+ * @internal
3994
+ */
3995
+ export declare const DescribeEventsMessageFilterSensitiveLog: (obj: DescribeEventsMessage) => any;
3996
+ /**
3997
+ * @internal
3998
+ */
3999
+ export declare const EventDescriptionFilterSensitiveLog: (obj: EventDescription) => any;
4000
+ /**
4001
+ * @internal
4002
+ */
4003
+ export declare const EventDescriptionsMessageFilterSensitiveLog: (obj: EventDescriptionsMessage) => any;
4004
+ /**
4005
+ * @internal
4006
+ */
4007
+ export declare const DescribeInstancesHealthRequestFilterSensitiveLog: (obj: DescribeInstancesHealthRequest) => any;
4008
+ /**
4009
+ * @internal
4010
+ */
4011
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
4012
+ /**
4013
+ * @internal
4014
+ */
4015
+ export declare const CPUUtilizationFilterSensitiveLog: (obj: CPUUtilization) => any;
4016
+ /**
4017
+ * @internal
4018
+ */
4019
+ export declare const SystemStatusFilterSensitiveLog: (obj: SystemStatus) => any;
4020
+ /**
4021
+ * @internal
4022
+ */
4023
+ export declare const SingleInstanceHealthFilterSensitiveLog: (obj: SingleInstanceHealth) => any;
4024
+ /**
4025
+ * @internal
4026
+ */
4027
+ export declare const DescribeInstancesHealthResultFilterSensitiveLog: (obj: DescribeInstancesHealthResult) => any;
4028
+ /**
4029
+ * @internal
4030
+ */
4031
+ export declare const DescribePlatformVersionRequestFilterSensitiveLog: (obj: DescribePlatformVersionRequest) => any;
4032
+ /**
4033
+ * @internal
4034
+ */
4035
+ export declare const CustomAmiFilterSensitiveLog: (obj: CustomAmi) => any;
4036
+ /**
4037
+ * @internal
4038
+ */
4039
+ export declare const PlatformFrameworkFilterSensitiveLog: (obj: PlatformFramework) => any;
4040
+ /**
4041
+ * @internal
4042
+ */
4043
+ export declare const PlatformProgrammingLanguageFilterSensitiveLog: (obj: PlatformProgrammingLanguage) => any;
4044
+ /**
4045
+ * @internal
4046
+ */
4047
+ export declare const PlatformDescriptionFilterSensitiveLog: (obj: PlatformDescription) => any;
4048
+ /**
4049
+ * @internal
4050
+ */
4051
+ export declare const DescribePlatformVersionResultFilterSensitiveLog: (obj: DescribePlatformVersionResult) => any;
4052
+ /**
4053
+ * @internal
4054
+ */
4055
+ export declare const DisassociateEnvironmentOperationsRoleMessageFilterSensitiveLog: (obj: DisassociateEnvironmentOperationsRoleMessage) => any;
4056
+ /**
4057
+ * @internal
4058
+ */
4059
+ export declare const ListAvailableSolutionStacksResultMessageFilterSensitiveLog: (obj: ListAvailableSolutionStacksResultMessage) => any;
4060
+ /**
4061
+ * @internal
4062
+ */
4063
+ export declare const SearchFilterFilterSensitiveLog: (obj: SearchFilter) => any;
4064
+ /**
4065
+ * @internal
4066
+ */
4067
+ export declare const ListPlatformBranchesRequestFilterSensitiveLog: (obj: ListPlatformBranchesRequest) => any;
4068
+ /**
4069
+ * @internal
4070
+ */
4071
+ export declare const PlatformBranchSummaryFilterSensitiveLog: (obj: PlatformBranchSummary) => any;
4072
+ /**
4073
+ * @internal
4074
+ */
4075
+ export declare const ListPlatformBranchesResultFilterSensitiveLog: (obj: ListPlatformBranchesResult) => any;
4076
+ /**
4077
+ * @internal
4078
+ */
4079
+ export declare const PlatformFilterFilterSensitiveLog: (obj: PlatformFilter) => any;
4080
+ /**
4081
+ * @internal
4082
+ */
4083
+ export declare const ListPlatformVersionsRequestFilterSensitiveLog: (obj: ListPlatformVersionsRequest) => any;
4084
+ /**
4085
+ * @internal
4086
+ */
4087
+ export declare const ListPlatformVersionsResultFilterSensitiveLog: (obj: ListPlatformVersionsResult) => any;
4088
+ /**
4089
+ * @internal
4090
+ */
4091
+ export declare const ListTagsForResourceMessageFilterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
4092
+ /**
4093
+ * @internal
4094
+ */
4095
+ export declare const ResourceTagsDescriptionMessageFilterSensitiveLog: (obj: ResourceTagsDescriptionMessage) => any;
4096
+ /**
4097
+ * @internal
4098
+ */
4099
+ export declare const RebuildEnvironmentMessageFilterSensitiveLog: (obj: RebuildEnvironmentMessage) => any;
4100
+ /**
4101
+ * @internal
4102
+ */
4103
+ export declare const RequestEnvironmentInfoMessageFilterSensitiveLog: (obj: RequestEnvironmentInfoMessage) => any;
4104
+ /**
4105
+ * @internal
4106
+ */
4107
+ export declare const RestartAppServerMessageFilterSensitiveLog: (obj: RestartAppServerMessage) => any;
4108
+ /**
4109
+ * @internal
4110
+ */
4111
+ export declare const RetrieveEnvironmentInfoMessageFilterSensitiveLog: (obj: RetrieveEnvironmentInfoMessage) => any;
4112
+ /**
4113
+ * @internal
4114
+ */
4115
+ export declare const EnvironmentInfoDescriptionFilterSensitiveLog: (obj: EnvironmentInfoDescription) => any;
4116
+ /**
4117
+ * @internal
4118
+ */
4119
+ export declare const RetrieveEnvironmentInfoResultMessageFilterSensitiveLog: (obj: RetrieveEnvironmentInfoResultMessage) => any;
4120
+ /**
4121
+ * @internal
4122
+ */
4123
+ export declare const SwapEnvironmentCNAMEsMessageFilterSensitiveLog: (obj: SwapEnvironmentCNAMEsMessage) => any;
4124
+ /**
4125
+ * @internal
4126
+ */
4127
+ export declare const TerminateEnvironmentMessageFilterSensitiveLog: (obj: TerminateEnvironmentMessage) => any;
4128
+ /**
4129
+ * @internal
4130
+ */
4131
+ export declare const UpdateApplicationMessageFilterSensitiveLog: (obj: UpdateApplicationMessage) => any;
4132
+ /**
4133
+ * @internal
4134
+ */
4135
+ export declare const UpdateApplicationResourceLifecycleMessageFilterSensitiveLog: (obj: UpdateApplicationResourceLifecycleMessage) => any;
4136
+ /**
4137
+ * @internal
4138
+ */
4139
+ export declare const UpdateApplicationVersionMessageFilterSensitiveLog: (obj: UpdateApplicationVersionMessage) => any;
4140
+ /**
4141
+ * @internal
4142
+ */
4143
+ export declare const UpdateConfigurationTemplateMessageFilterSensitiveLog: (obj: UpdateConfigurationTemplateMessage) => any;
4144
+ /**
4145
+ * @internal
4146
+ */
4147
+ export declare const UpdateEnvironmentMessageFilterSensitiveLog: (obj: UpdateEnvironmentMessage) => any;
4148
+ /**
4149
+ * @internal
4150
+ */
4151
+ export declare const UpdateTagsForResourceMessageFilterSensitiveLog: (obj: UpdateTagsForResourceMessage) => any;
4152
+ /**
4153
+ * @internal
4154
+ */
4155
+ export declare const ValidationMessageFilterSensitiveLog: (obj: ValidationMessage) => any;
4156
+ /**
4157
+ * @internal
4158
+ */
4159
+ export declare const ConfigurationSettingsValidationMessagesFilterSensitiveLog: (obj: ConfigurationSettingsValidationMessages) => any;
4160
+ /**
4161
+ * @internal
4162
+ */
4163
+ export declare const ValidateConfigurationSettingsMessageFilterSensitiveLog: (obj: ValidateConfigurationSettingsMessage) => any;