@aws-sdk/client-codedeploy 3.128.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 (102) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +1 -1
  3. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetApplicationsCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +2 -2
  7. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +2 -2
  8. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +2 -2
  9. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +2 -2
  10. package/dist-cjs/commands/ContinueDeploymentCommand.js +1 -1
  11. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  12. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  13. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +2 -2
  14. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +2 -2
  20. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +1 -1
  21. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  22. package/dist-cjs/commands/GetApplicationRevisionCommand.js +2 -2
  23. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  24. package/dist-cjs/commands/GetDeploymentConfigCommand.js +2 -2
  25. package/dist-cjs/commands/GetDeploymentGroupCommand.js +2 -2
  26. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +2 -2
  27. package/dist-cjs/commands/GetDeploymentTargetCommand.js +2 -2
  28. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +2 -2
  29. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +2 -2
  30. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  31. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +2 -2
  32. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +2 -2
  33. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +2 -2
  34. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +2 -2
  35. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  36. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +2 -2
  37. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -2
  40. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +1 -1
  41. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +1 -1
  42. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +1 -1
  43. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +1 -1
  44. package/dist-cjs/commands/StopDeploymentCommand.js +2 -2
  45. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  46. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -1
  48. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +2 -2
  49. package/dist-cjs/models/models_0.js +558 -834
  50. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  51. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -2
  52. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +3 -3
  53. package/dist-es/commands/BatchGetApplicationsCommand.js +3 -3
  54. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +3 -3
  55. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +3 -3
  56. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +3 -3
  57. package/dist-es/commands/BatchGetDeploymentsCommand.js +3 -3
  58. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +3 -3
  59. package/dist-es/commands/ContinueDeploymentCommand.js +2 -2
  60. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  61. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  62. package/dist-es/commands/CreateDeploymentConfigCommand.js +3 -3
  63. package/dist-es/commands/CreateDeploymentGroupCommand.js +3 -3
  64. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  65. package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -2
  66. package/dist-es/commands/DeleteDeploymentGroupCommand.js +3 -3
  67. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +3 -3
  68. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +3 -3
  69. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -2
  70. package/dist-es/commands/GetApplicationCommand.js +3 -3
  71. package/dist-es/commands/GetApplicationRevisionCommand.js +3 -3
  72. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  73. package/dist-es/commands/GetDeploymentConfigCommand.js +3 -3
  74. package/dist-es/commands/GetDeploymentGroupCommand.js +3 -3
  75. package/dist-es/commands/GetDeploymentInstanceCommand.js +3 -3
  76. package/dist-es/commands/GetDeploymentTargetCommand.js +3 -3
  77. package/dist-es/commands/GetOnPremisesInstanceCommand.js +3 -3
  78. package/dist-es/commands/ListApplicationRevisionsCommand.js +3 -3
  79. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  80. package/dist-es/commands/ListDeploymentConfigsCommand.js +3 -3
  81. package/dist-es/commands/ListDeploymentGroupsCommand.js +3 -3
  82. package/dist-es/commands/ListDeploymentInstancesCommand.js +3 -3
  83. package/dist-es/commands/ListDeploymentTargetsCommand.js +3 -3
  84. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  85. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +3 -3
  86. package/dist-es/commands/ListOnPremisesInstancesCommand.js +3 -3
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  88. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +3 -3
  89. package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -2
  90. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -2
  91. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -2
  92. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -2
  93. package/dist-es/commands/StopDeploymentCommand.js +3 -3
  94. package/dist-es/commands/TagResourceCommand.js +3 -3
  95. package/dist-es/commands/UntagResourceCommand.js +3 -3
  96. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  97. package/dist-es/commands/UpdateDeploymentGroupCommand.js +3 -3
  98. package/dist-es/models/models_0.js +138 -552
  99. package/dist-es/protocols/Aws_json1_1.js +3 -0
  100. package/dist-types/models/models_0.d.ts +552 -828
  101. package/dist-types/ts3.4/models/models_0.d.ts +276 -552
  102. package/package.json +9 -9
@@ -13,12 +13,6 @@ export interface Tag {
13
13
  */
14
14
  Value?: string;
15
15
  }
16
- export declare namespace Tag {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: Tag) => any;
21
- }
22
16
  /**
23
17
  * <p>Represents the input of, and adds tags to, an on-premises instance operation.</p>
24
18
  */
@@ -34,12 +28,6 @@ export interface AddTagsToOnPremisesInstancesInput {
34
28
  */
35
29
  instanceNames: string[] | undefined;
36
30
  }
37
- export declare namespace AddTagsToOnPremisesInstancesInput {
38
- /**
39
- * @internal
40
- */
41
- const filterSensitiveLog: (obj: AddTagsToOnPremisesInstancesInput) => any;
42
- }
43
31
  /**
44
32
  * <p>The maximum number of allowed on-premises instances in a single call was
45
33
  * exceeded.</p>
@@ -128,12 +116,6 @@ export interface Alarm {
128
116
  */
129
117
  name?: string;
130
118
  }
131
- export declare namespace Alarm {
132
- /**
133
- * @internal
134
- */
135
- const filterSensitiveLog: (obj: Alarm) => any;
136
- }
137
119
  /**
138
120
  * <p>Information about alarms associated with the deployment group.</p>
139
121
  */
@@ -165,12 +147,6 @@ export interface AlarmConfiguration {
165
147
  */
166
148
  alarms?: Alarm[];
167
149
  }
168
- export declare namespace AlarmConfiguration {
169
- /**
170
- * @internal
171
- */
172
- const filterSensitiveLog: (obj: AlarmConfiguration) => any;
173
- }
174
150
  /**
175
151
  * <p>The maximum number of alarms for a deployment group (10) was exceeded.</p>
176
152
  */
@@ -241,12 +217,6 @@ export interface ApplicationInfo {
241
217
  */
242
218
  computePlatform?: ComputePlatform | string;
243
219
  }
244
- export declare namespace ApplicationInfo {
245
- /**
246
- * @internal
247
- */
248
- const filterSensitiveLog: (obj: ApplicationInfo) => any;
249
- }
250
220
  /**
251
221
  * <p>More applications were attempted to be created than are allowed.</p>
252
222
  */
@@ -298,12 +268,6 @@ export interface AppSpecContent {
298
268
  */
299
269
  sha256?: string;
300
270
  }
301
- export declare namespace AppSpecContent {
302
- /**
303
- * @internal
304
- */
305
- const filterSensitiveLog: (obj: AppSpecContent) => any;
306
- }
307
271
  /**
308
272
  * <p> The specified ARN is not supported. For example, it might be an ARN for a resource
309
273
  * that is not expected. </p>
@@ -336,12 +300,6 @@ export interface AutoRollbackConfiguration {
336
300
  */
337
301
  events?: (AutoRollbackEvent | string)[];
338
302
  }
339
- export declare namespace AutoRollbackConfiguration {
340
- /**
341
- * @internal
342
- */
343
- const filterSensitiveLog: (obj: AutoRollbackConfiguration) => any;
344
- }
345
303
  /**
346
304
  * <p>Information about an Auto Scaling group.</p>
347
305
  */
@@ -355,12 +313,6 @@ export interface AutoScalingGroup {
355
313
  */
356
314
  hook?: string;
357
315
  }
358
- export declare namespace AutoScalingGroup {
359
- /**
360
- * @internal
361
- */
362
- const filterSensitiveLog: (obj: AutoScalingGroup) => any;
363
- }
364
316
  /**
365
317
  * <p>Information about the location of application artifacts stored in GitHub.</p>
366
318
  */
@@ -377,12 +329,6 @@ export interface GitHubLocation {
377
329
  */
378
330
  commitId?: string;
379
331
  }
380
- export declare namespace GitHubLocation {
381
- /**
382
- * @internal
383
- */
384
- const filterSensitiveLog: (obj: GitHubLocation) => any;
385
- }
386
332
  export declare enum RevisionLocationType {
387
333
  AppSpecContent = "AppSpecContent",
388
334
  GitHub = "GitHub",
@@ -442,12 +388,6 @@ export interface S3Location {
442
388
  */
443
389
  eTag?: string;
444
390
  }
445
- export declare namespace S3Location {
446
- /**
447
- * @internal
448
- */
449
- const filterSensitiveLog: (obj: S3Location) => any;
450
- }
451
391
  /**
452
392
  * @deprecated
453
393
  *
@@ -466,12 +406,6 @@ export interface RawString {
466
406
  */
467
407
  sha256?: string;
468
408
  }
469
- export declare namespace RawString {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: RawString) => any;
474
- }
475
409
  /**
476
410
  * <p>Information about the location of an application revision.</p>
477
411
  */
@@ -519,12 +453,6 @@ export interface RevisionLocation {
519
453
  */
520
454
  appSpecContent?: AppSpecContent;
521
455
  }
522
- export declare namespace RevisionLocation {
523
- /**
524
- * @internal
525
- */
526
- const filterSensitiveLog: (obj: RevisionLocation) => any;
527
- }
528
456
  /**
529
457
  * <p>Represents the input of a <code>BatchGetApplicationRevisions</code> operation.</p>
530
458
  */
@@ -541,12 +469,6 @@ export interface BatchGetApplicationRevisionsInput {
541
469
  */
542
470
  revisions: RevisionLocation[] | undefined;
543
471
  }
544
- export declare namespace BatchGetApplicationRevisionsInput {
545
- /**
546
- * @internal
547
- */
548
- const filterSensitiveLog: (obj: BatchGetApplicationRevisionsInput) => any;
549
- }
550
472
  /**
551
473
  * <p>Information about an application revision.</p>
552
474
  */
@@ -572,12 +494,6 @@ export interface GenericRevisionInfo {
572
494
  */
573
495
  registerTime?: Date;
574
496
  }
575
- export declare namespace GenericRevisionInfo {
576
- /**
577
- * @internal
578
- */
579
- const filterSensitiveLog: (obj: GenericRevisionInfo) => any;
580
- }
581
497
  /**
582
498
  * <p>Information about an application revision.</p>
583
499
  */
@@ -592,12 +508,6 @@ export interface RevisionInfo {
592
508
  */
593
509
  genericRevisionInfo?: GenericRevisionInfo;
594
510
  }
595
- export declare namespace RevisionInfo {
596
- /**
597
- * @internal
598
- */
599
- const filterSensitiveLog: (obj: RevisionInfo) => any;
600
- }
601
511
  /**
602
512
  * <p>Represents the output of a <code>BatchGetApplicationRevisions</code> operation.</p>
603
513
  */
@@ -615,12 +525,6 @@ export interface BatchGetApplicationRevisionsOutput {
615
525
  */
616
526
  revisions?: RevisionInfo[];
617
527
  }
618
- export declare namespace BatchGetApplicationRevisionsOutput {
619
- /**
620
- * @internal
621
- */
622
- const filterSensitiveLog: (obj: BatchGetApplicationRevisionsOutput) => any;
623
- }
624
528
  /**
625
529
  * <p>The maximum number of names or IDs allowed for this request (100) was exceeded.</p>
626
530
  */
@@ -675,12 +579,6 @@ export interface BatchGetApplicationsInput {
675
579
  */
676
580
  applicationNames: string[] | undefined;
677
581
  }
678
- export declare namespace BatchGetApplicationsInput {
679
- /**
680
- * @internal
681
- */
682
- const filterSensitiveLog: (obj: BatchGetApplicationsInput) => any;
683
- }
684
582
  /**
685
583
  * <p>Represents the output of a <code>BatchGetApplications</code> operation.</p>
686
584
  */
@@ -690,12 +588,6 @@ export interface BatchGetApplicationsOutput {
690
588
  */
691
589
  applicationsInfo?: ApplicationInfo[];
692
590
  }
693
- export declare namespace BatchGetApplicationsOutput {
694
- /**
695
- * @internal
696
- */
697
- const filterSensitiveLog: (obj: BatchGetApplicationsOutput) => any;
698
- }
699
591
  /**
700
592
  * <p>Represents the input of a <code>BatchGetDeploymentGroups</code> operation.</p>
701
593
  */
@@ -710,12 +602,6 @@ export interface BatchGetDeploymentGroupsInput {
710
602
  */
711
603
  deploymentGroupNames: string[] | undefined;
712
604
  }
713
- export declare namespace BatchGetDeploymentGroupsInput {
714
- /**
715
- * @internal
716
- */
717
- const filterSensitiveLog: (obj: BatchGetDeploymentGroupsInput) => any;
718
- }
719
605
  export declare enum DeploymentReadyAction {
720
606
  CONTINUE_DEPLOYMENT = "CONTINUE_DEPLOYMENT",
721
607
  STOP_DEPLOYMENT = "STOP_DEPLOYMENT"
@@ -750,12 +636,6 @@ export interface DeploymentReadyOption {
750
636
  */
751
637
  waitTimeInMinutes?: number;
752
638
  }
753
- export declare namespace DeploymentReadyOption {
754
- /**
755
- * @internal
756
- */
757
- const filterSensitiveLog: (obj: DeploymentReadyOption) => any;
758
- }
759
639
  export declare enum GreenFleetProvisioningAction {
760
640
  COPY_AUTO_SCALING_GROUP = "COPY_AUTO_SCALING_GROUP",
761
641
  DISCOVER_EXISTING = "DISCOVER_EXISTING"
@@ -782,12 +662,6 @@ export interface GreenFleetProvisioningOption {
782
662
  */
783
663
  action?: GreenFleetProvisioningAction | string;
784
664
  }
785
- export declare namespace GreenFleetProvisioningOption {
786
- /**
787
- * @internal
788
- */
789
- const filterSensitiveLog: (obj: GreenFleetProvisioningOption) => any;
790
- }
791
665
  export declare enum InstanceAction {
792
666
  KEEP_ALIVE = "KEEP_ALIVE",
793
667
  TERMINATE = "TERMINATE"
@@ -828,12 +702,6 @@ export interface BlueInstanceTerminationOption {
828
702
  */
829
703
  terminationWaitTimeInMinutes?: number;
830
704
  }
831
- export declare namespace BlueInstanceTerminationOption {
832
- /**
833
- * @internal
834
- */
835
- const filterSensitiveLog: (obj: BlueInstanceTerminationOption) => any;
836
- }
837
705
  /**
838
706
  * <p>Information about blue/green deployment options for a deployment group.</p>
839
707
  */
@@ -854,12 +722,6 @@ export interface BlueGreenDeploymentConfiguration {
854
722
  */
855
723
  greenFleetProvisioningOption?: GreenFleetProvisioningOption;
856
724
  }
857
- export declare namespace BlueGreenDeploymentConfiguration {
858
- /**
859
- * @internal
860
- */
861
- const filterSensitiveLog: (obj: BlueGreenDeploymentConfiguration) => any;
862
- }
863
725
  export declare enum DeploymentOption {
864
726
  WITHOUT_TRAFFIC_CONTROL = "WITHOUT_TRAFFIC_CONTROL",
865
727
  WITH_TRAFFIC_CONTROL = "WITH_TRAFFIC_CONTROL"
@@ -882,12 +744,6 @@ export interface DeploymentStyle {
882
744
  */
883
745
  deploymentOption?: DeploymentOption | string;
884
746
  }
885
- export declare namespace DeploymentStyle {
886
- /**
887
- * @internal
888
- */
889
- const filterSensitiveLog: (obj: DeploymentStyle) => any;
890
- }
891
747
  export declare enum EC2TagFilterType {
892
748
  KEY_AND_VALUE = "KEY_AND_VALUE",
893
749
  KEY_ONLY = "KEY_ONLY",
@@ -924,12 +780,6 @@ export interface EC2TagFilter {
924
780
  */
925
781
  Type?: EC2TagFilterType | string;
926
782
  }
927
- export declare namespace EC2TagFilter {
928
- /**
929
- * @internal
930
- */
931
- const filterSensitiveLog: (obj: EC2TagFilter) => any;
932
- }
933
783
  /**
934
784
  * <p>Information about groups of EC2 instance tags.</p>
935
785
  */
@@ -941,12 +791,6 @@ export interface EC2TagSet {
941
791
  */
942
792
  ec2TagSetList?: EC2TagFilter[][];
943
793
  }
944
- export declare namespace EC2TagSet {
945
- /**
946
- * @internal
947
- */
948
- const filterSensitiveLog: (obj: EC2TagSet) => any;
949
- }
950
794
  /**
951
795
  * <p> Contains the service and cluster names used to identify an Amazon ECS deployment's
952
796
  * target. </p>
@@ -961,12 +805,6 @@ export interface ECSService {
961
805
  */
962
806
  clusterName?: string;
963
807
  }
964
- export declare namespace ECSService {
965
- /**
966
- * @internal
967
- */
968
- const filterSensitiveLog: (obj: ECSService) => any;
969
- }
970
808
  export declare enum DeploymentStatus {
971
809
  BAKING = "Baking",
972
810
  CREATED = "Created",
@@ -1001,12 +839,6 @@ export interface LastDeploymentInfo {
1001
839
  */
1002
840
  createTime?: Date;
1003
841
  }
1004
- export declare namespace LastDeploymentInfo {
1005
- /**
1006
- * @internal
1007
- */
1008
- const filterSensitiveLog: (obj: LastDeploymentInfo) => any;
1009
- }
1010
842
  /**
1011
843
  * <p>Information about a load balancer in Elastic Load Balancing to use in a deployment.
1012
844
  * Instances are registered directly with a load balancer, and traffic is routed to the
@@ -1022,12 +854,6 @@ export interface ELBInfo {
1022
854
  */
1023
855
  name?: string;
1024
856
  }
1025
- export declare namespace ELBInfo {
1026
- /**
1027
- * @internal
1028
- */
1029
- const filterSensitiveLog: (obj: ELBInfo) => any;
1030
- }
1031
857
  /**
1032
858
  * <p>Information about a target group in Elastic Load Balancing to use in a deployment.
1033
859
  * Instances are registered as targets in a target group, and traffic is routed to the
@@ -1043,12 +869,6 @@ export interface TargetGroupInfo {
1043
869
  */
1044
870
  name?: string;
1045
871
  }
1046
- export declare namespace TargetGroupInfo {
1047
- /**
1048
- * @internal
1049
- */
1050
- const filterSensitiveLog: (obj: TargetGroupInfo) => any;
1051
- }
1052
872
  /**
1053
873
  * <p> Information about a listener. The listener contains the path used to route traffic
1054
874
  * that is received from the load balancer to a target group. </p>
@@ -1061,12 +881,6 @@ export interface TrafficRoute {
1061
881
  */
1062
882
  listenerArns?: string[];
1063
883
  }
1064
- export declare namespace TrafficRoute {
1065
- /**
1066
- * @internal
1067
- */
1068
- const filterSensitiveLog: (obj: TrafficRoute) => any;
1069
- }
1070
884
  /**
1071
885
  * <p> Information about two target groups and how traffic is routed during an Amazon ECS
1072
886
  * deployment. An optional test traffic route can be specified. </p>
@@ -1090,12 +904,6 @@ export interface TargetGroupPairInfo {
1090
904
  */
1091
905
  testTrafficRoute?: TrafficRoute;
1092
906
  }
1093
- export declare namespace TargetGroupPairInfo {
1094
- /**
1095
- * @internal
1096
- */
1097
- const filterSensitiveLog: (obj: TargetGroupPairInfo) => any;
1098
- }
1099
907
  /**
1100
908
  * <p>Information about the Elastic Load Balancing load balancer or target group used in a
1101
909
  * deployment.</p>
@@ -1125,12 +933,6 @@ export interface LoadBalancerInfo {
1125
933
  */
1126
934
  targetGroupPairInfoList?: TargetGroupPairInfo[];
1127
935
  }
1128
- export declare namespace LoadBalancerInfo {
1129
- /**
1130
- * @internal
1131
- */
1132
- const filterSensitiveLog: (obj: LoadBalancerInfo) => any;
1133
- }
1134
936
  export declare enum TagFilterType {
1135
937
  KEY_AND_VALUE = "KEY_AND_VALUE",
1136
938
  KEY_ONLY = "KEY_ONLY",
@@ -1164,12 +966,6 @@ export interface TagFilter {
1164
966
  */
1165
967
  Type?: TagFilterType | string;
1166
968
  }
1167
- export declare namespace TagFilter {
1168
- /**
1169
- * @internal
1170
- */
1171
- const filterSensitiveLog: (obj: TagFilter) => any;
1172
- }
1173
969
  /**
1174
970
  * <p>Information about groups of on-premises instance tags.</p>
1175
971
  */
@@ -1181,12 +977,6 @@ export interface OnPremisesTagSet {
1181
977
  */
1182
978
  onPremisesTagSetList?: TagFilter[][];
1183
979
  }
1184
- export declare namespace OnPremisesTagSet {
1185
- /**
1186
- * @internal
1187
- */
1188
- const filterSensitiveLog: (obj: OnPremisesTagSet) => any;
1189
- }
1190
980
  export declare enum OutdatedInstancesStrategy {
1191
981
  Ignore = "IGNORE",
1192
982
  Update = "UPDATE"
@@ -1221,12 +1011,6 @@ export interface TriggerConfig {
1221
1011
  */
1222
1012
  triggerEvents?: (TriggerEventType | string)[];
1223
1013
  }
1224
- export declare namespace TriggerConfig {
1225
- /**
1226
- * @internal
1227
- */
1228
- const filterSensitiveLog: (obj: TriggerConfig) => any;
1229
- }
1230
1014
  /**
1231
1015
  * <p>Information about a deployment group.</p>
1232
1016
  */
@@ -1344,12 +1128,6 @@ export interface DeploymentGroupInfo {
1344
1128
  */
1345
1129
  ecsServices?: ECSService[];
1346
1130
  }
1347
- export declare namespace DeploymentGroupInfo {
1348
- /**
1349
- * @internal
1350
- */
1351
- const filterSensitiveLog: (obj: DeploymentGroupInfo) => any;
1352
- }
1353
1131
  /**
1354
1132
  * <p>Represents the output of a <code>BatchGetDeploymentGroups</code> operation.</p>
1355
1133
  */
@@ -1363,12 +1141,6 @@ export interface BatchGetDeploymentGroupsOutput {
1363
1141
  */
1364
1142
  errorMessage?: string;
1365
1143
  }
1366
- export declare namespace BatchGetDeploymentGroupsOutput {
1367
- /**
1368
- * @internal
1369
- */
1370
- const filterSensitiveLog: (obj: BatchGetDeploymentGroupsOutput) => any;
1371
- }
1372
1144
  /**
1373
1145
  * <p>The deployment configuration does not exist with the IAM user or AWS account.</p>
1374
1146
  */
@@ -1416,12 +1188,6 @@ export interface BatchGetDeploymentInstancesInput {
1416
1188
  */
1417
1189
  instanceIds: string[] | undefined;
1418
1190
  }
1419
- export declare namespace BatchGetDeploymentInstancesInput {
1420
- /**
1421
- * @internal
1422
- */
1423
- const filterSensitiveLog: (obj: BatchGetDeploymentInstancesInput) => any;
1424
- }
1425
1191
  export declare enum _InstanceType {
1426
1192
  BLUE = "Blue",
1427
1193
  GREEN = "Green"
@@ -1479,12 +1245,6 @@ export interface Diagnostics {
1479
1245
  */
1480
1246
  logTail?: string;
1481
1247
  }
1482
- export declare namespace Diagnostics {
1483
- /**
1484
- * @internal
1485
- */
1486
- const filterSensitiveLog: (obj: Diagnostics) => any;
1487
- }
1488
1248
  export declare enum LifecycleEventStatus {
1489
1249
  FAILED = "Failed",
1490
1250
  IN_PROGRESS = "InProgress",
@@ -1540,12 +1300,6 @@ export interface LifecycleEvent {
1540
1300
  */
1541
1301
  status?: LifecycleEventStatus | string;
1542
1302
  }
1543
- export declare namespace LifecycleEvent {
1544
- /**
1545
- * @internal
1546
- */
1547
- const filterSensitiveLog: (obj: LifecycleEvent) => any;
1548
- }
1549
1303
  export declare enum InstanceStatus {
1550
1304
  FAILED = "Failed",
1551
1305
  IN_PROGRESS = "InProgress",
@@ -1626,12 +1380,6 @@ export interface InstanceSummary {
1626
1380
  */
1627
1381
  instanceType?: _InstanceType | string;
1628
1382
  }
1629
- export declare namespace InstanceSummary {
1630
- /**
1631
- * @internal
1632
- */
1633
- const filterSensitiveLog: (obj: InstanceSummary) => any;
1634
- }
1635
1383
  /**
1636
1384
  * <p>Represents the output of a <code>BatchGetDeploymentInstances</code> operation.</p>
1637
1385
  */
@@ -1645,12 +1393,6 @@ export interface BatchGetDeploymentInstancesOutput {
1645
1393
  */
1646
1394
  errorMessage?: string;
1647
1395
  }
1648
- export declare namespace BatchGetDeploymentInstancesOutput {
1649
- /**
1650
- * @internal
1651
- */
1652
- const filterSensitiveLog: (obj: BatchGetDeploymentInstancesOutput) => any;
1653
- }
1654
1396
  /**
1655
1397
  * <p>The deployment with the IAM user or AWS account does not exist.</p>
1656
1398
  */
@@ -1719,12 +1461,6 @@ export interface BatchGetDeploymentsInput {
1719
1461
  */
1720
1462
  deploymentIds: string[] | undefined;
1721
1463
  }
1722
- export declare namespace BatchGetDeploymentsInput {
1723
- /**
1724
- * @internal
1725
- */
1726
- const filterSensitiveLog: (obj: BatchGetDeploymentsInput) => any;
1727
- }
1728
1464
  export declare enum DeploymentCreator {
1729
1465
  Autoscaling = "autoscaling",
1730
1466
  CloudFormation = "CloudFormation",
@@ -1765,12 +1501,6 @@ export interface DeploymentOverview {
1765
1501
  */
1766
1502
  Ready?: number;
1767
1503
  }
1768
- export declare namespace DeploymentOverview {
1769
- /**
1770
- * @internal
1771
- */
1772
- const filterSensitiveLog: (obj: DeploymentOverview) => any;
1773
- }
1774
1504
  export declare enum ErrorCode {
1775
1505
  AGENT_ISSUE = "AGENT_ISSUE",
1776
1506
  ALARM_ACTIVE = "ALARM_ACTIVE",
@@ -1875,12 +1605,6 @@ export interface ErrorInformation {
1875
1605
  */
1876
1606
  message?: string;
1877
1607
  }
1878
- export declare namespace ErrorInformation {
1879
- /**
1880
- * @internal
1881
- */
1882
- const filterSensitiveLog: (obj: ErrorInformation) => any;
1883
- }
1884
1608
  export declare enum FileExistsBehavior {
1885
1609
  DISALLOW = "DISALLOW",
1886
1610
  OVERWRITE = "OVERWRITE",
@@ -1900,12 +1624,6 @@ export interface RelatedDeployments {
1900
1624
  */
1901
1625
  autoUpdateOutdatedInstancesDeploymentIds?: string[];
1902
1626
  }
1903
- export declare namespace RelatedDeployments {
1904
- /**
1905
- * @internal
1906
- */
1907
- const filterSensitiveLog: (obj: RelatedDeployments) => any;
1908
- }
1909
1627
  /**
1910
1628
  * <p>Information about a deployment rollback.</p>
1911
1629
  */
@@ -1925,12 +1643,6 @@ export interface RollbackInfo {
1925
1643
  */
1926
1644
  rollbackMessage?: string;
1927
1645
  }
1928
- export declare namespace RollbackInfo {
1929
- /**
1930
- * @internal
1931
- */
1932
- const filterSensitiveLog: (obj: RollbackInfo) => any;
1933
- }
1934
1646
  /**
1935
1647
  * <p>Information about the instances to be used in the replacement environment in a
1936
1648
  * blue/green deployment.</p>
@@ -1954,12 +1666,6 @@ export interface TargetInstances {
1954
1666
  */
1955
1667
  ec2TagSet?: EC2TagSet;
1956
1668
  }
1957
- export declare namespace TargetInstances {
1958
- /**
1959
- * @internal
1960
- */
1961
- const filterSensitiveLog: (obj: TargetInstances) => any;
1962
- }
1963
1669
  /**
1964
1670
  * <p>Information about a deployment.</p>
1965
1671
  */
@@ -2161,12 +1867,6 @@ export interface DeploymentInfo {
2161
1867
  */
2162
1868
  relatedDeployments?: RelatedDeployments;
2163
1869
  }
2164
- export declare namespace DeploymentInfo {
2165
- /**
2166
- * @internal
2167
- */
2168
- const filterSensitiveLog: (obj: DeploymentInfo) => any;
2169
- }
2170
1870
  /**
2171
1871
  * <p> Represents the output of a <code>BatchGetDeployments</code> operation. </p>
2172
1872
  */
@@ -2176,12 +1876,6 @@ export interface BatchGetDeploymentsOutput {
2176
1876
  */
2177
1877
  deploymentsInfo?: DeploymentInfo[];
2178
1878
  }
2179
- export declare namespace BatchGetDeploymentsOutput {
2180
- /**
2181
- * @internal
2182
- */
2183
- const filterSensitiveLog: (obj: BatchGetDeploymentsOutput) => any;
2184
- }
2185
1879
  export interface BatchGetDeploymentTargetsInput {
2186
1880
  /**
2187
1881
  * <p> The unique ID of a deployment. </p>
@@ -2217,12 +1911,6 @@ export interface BatchGetDeploymentTargetsInput {
2217
1911
  */
2218
1912
  targetIds?: string[];
2219
1913
  }
2220
- export declare namespace BatchGetDeploymentTargetsInput {
2221
- /**
2222
- * @internal
2223
- */
2224
- const filterSensitiveLog: (obj: BatchGetDeploymentTargetsInput) => any;
2225
- }
2226
1914
  export declare enum TargetStatus {
2227
1915
  FAILED = "Failed",
2228
1916
  IN_PROGRESS = "InProgress",
@@ -2272,12 +1960,6 @@ export interface CloudFormationTarget {
2272
1960
  */
2273
1961
  targetVersionWeight?: number;
2274
1962
  }
2275
- export declare namespace CloudFormationTarget {
2276
- /**
2277
- * @internal
2278
- */
2279
- const filterSensitiveLog: (obj: CloudFormationTarget) => any;
2280
- }
2281
1963
  export declare enum DeploymentTargetType {
2282
1964
  CLOUDFORMATION_TARGET = "CloudFormationTarget",
2283
1965
  ECS_TARGET = "ECSTarget",
@@ -2358,12 +2040,6 @@ export interface ECSTaskSet {
2358
2040
  */
2359
2041
  taskSetLabel?: TargetLabel | string;
2360
2042
  }
2361
- export declare namespace ECSTaskSet {
2362
- /**
2363
- * @internal
2364
- */
2365
- const filterSensitiveLog: (obj: ECSTaskSet) => any;
2366
- }
2367
2043
  /**
2368
2044
  * <p> Information about the target of an Amazon ECS deployment. </p>
2369
2045
  */
@@ -2399,12 +2075,6 @@ export interface ECSTarget {
2399
2075
  */
2400
2076
  taskSetsInfo?: ECSTaskSet[];
2401
2077
  }
2402
- export declare namespace ECSTarget {
2403
- /**
2404
- * @internal
2405
- */
2406
- const filterSensitiveLog: (obj: ECSTarget) => any;
2407
- }
2408
2078
  /**
2409
2079
  * <p> A target Amazon EC2 or on-premises instance during a deployment that uses the
2410
2080
  * EC2/On-premises compute platform. </p>
@@ -2441,12 +2111,6 @@ export interface InstanceTarget {
2441
2111
  */
2442
2112
  instanceLabel?: TargetLabel | string;
2443
2113
  }
2444
- export declare namespace InstanceTarget {
2445
- /**
2446
- * @internal
2447
- */
2448
- const filterSensitiveLog: (obj: InstanceTarget) => any;
2449
- }
2450
2114
  /**
2451
2115
  * <p> Information about a Lambda function specified in a deployment. </p>
2452
2116
  */
@@ -2475,12 +2139,6 @@ export interface LambdaFunctionInfo {
2475
2139
  */
2476
2140
  targetVersionWeight?: number;
2477
2141
  }
2478
- export declare namespace LambdaFunctionInfo {
2479
- /**
2480
- * @internal
2481
- */
2482
- const filterSensitiveLog: (obj: LambdaFunctionInfo) => any;
2483
- }
2484
2142
  /**
2485
2143
  * <p> Information about the target AWS Lambda function during an AWS Lambda deployment.
2486
2144
  * </p>
@@ -2518,12 +2176,6 @@ export interface LambdaTarget {
2518
2176
  */
2519
2177
  lambdaFunctionInfo?: LambdaFunctionInfo;
2520
2178
  }
2521
- export declare namespace LambdaTarget {
2522
- /**
2523
- * @internal
2524
- */
2525
- const filterSensitiveLog: (obj: LambdaTarget) => any;
2526
- }
2527
2179
  /**
2528
2180
  * <p> Information about the deployment target. </p>
2529
2181
  */
@@ -2555,12 +2207,6 @@ export interface DeploymentTarget {
2555
2207
  */
2556
2208
  cloudFormationTarget?: CloudFormationTarget;
2557
2209
  }
2558
- export declare namespace DeploymentTarget {
2559
- /**
2560
- * @internal
2561
- */
2562
- const filterSensitiveLog: (obj: DeploymentTarget) => any;
2563
- }
2564
2210
  export interface BatchGetDeploymentTargetsOutput {
2565
2211
  /**
2566
2212
  * <p> A list of target objects for a deployment. Each target object contains details about
@@ -2591,12 +2237,6 @@ export interface BatchGetDeploymentTargetsOutput {
2591
2237
  */
2592
2238
  deploymentTargets?: DeploymentTarget[];
2593
2239
  }
2594
- export declare namespace BatchGetDeploymentTargetsOutput {
2595
- /**
2596
- * @internal
2597
- */
2598
- const filterSensitiveLog: (obj: BatchGetDeploymentTargetsOutput) => any;
2599
- }
2600
2240
  /**
2601
2241
  * <p>The specified deployment has not started.</p>
2602
2242
  */
@@ -2677,12 +2317,6 @@ export interface BatchGetOnPremisesInstancesInput {
2677
2317
  */
2678
2318
  instanceNames: string[] | undefined;
2679
2319
  }
2680
- export declare namespace BatchGetOnPremisesInstancesInput {
2681
- /**
2682
- * @internal
2683
- */
2684
- const filterSensitiveLog: (obj: BatchGetOnPremisesInstancesInput) => any;
2685
- }
2686
2320
  /**
2687
2321
  * <p>Information about an on-premises instance.</p>
2688
2322
  */
@@ -2717,12 +2351,6 @@ export interface InstanceInfo {
2717
2351
  */
2718
2352
  tags?: Tag[];
2719
2353
  }
2720
- export declare namespace InstanceInfo {
2721
- /**
2722
- * @internal
2723
- */
2724
- const filterSensitiveLog: (obj: InstanceInfo) => any;
2725
- }
2726
2354
  /**
2727
2355
  * <p>Represents the output of a <code>BatchGetOnPremisesInstances</code> operation.</p>
2728
2356
  */
@@ -2732,12 +2360,6 @@ export interface BatchGetOnPremisesInstancesOutput {
2732
2360
  */
2733
2361
  instanceInfos?: InstanceInfo[];
2734
2362
  }
2735
- export declare namespace BatchGetOnPremisesInstancesOutput {
2736
- /**
2737
- * @internal
2738
- */
2739
- const filterSensitiveLog: (obj: BatchGetOnPremisesInstancesOutput) => any;
2740
- }
2741
2363
  /**
2742
2364
  * <p>A bucket name is required, but was not provided.</p>
2743
2365
  */
@@ -2767,12 +2389,6 @@ export interface ContinueDeploymentInput {
2767
2389
  */
2768
2390
  deploymentWaitType?: DeploymentWaitType | string;
2769
2391
  }
2770
- export declare namespace ContinueDeploymentInput {
2771
- /**
2772
- * @internal
2773
- */
2774
- const filterSensitiveLog: (obj: ContinueDeploymentInput) => any;
2775
- }
2776
2392
  /**
2777
2393
  * <p>The deployment is already complete.</p>
2778
2394
  */
@@ -2849,12 +2465,6 @@ export interface CreateApplicationInput {
2849
2465
  */
2850
2466
  tags?: Tag[];
2851
2467
  }
2852
- export declare namespace CreateApplicationInput {
2853
- /**
2854
- * @internal
2855
- */
2856
- const filterSensitiveLog: (obj: CreateApplicationInput) => any;
2857
- }
2858
2468
  /**
2859
2469
  * <p>Represents the output of a <code>CreateApplication</code> operation.</p>
2860
2470
  */
@@ -2864,12 +2474,6 @@ export interface CreateApplicationOutput {
2864
2474
  */
2865
2475
  applicationId?: string;
2866
2476
  }
2867
- export declare namespace CreateApplicationOutput {
2868
- /**
2869
- * @internal
2870
- */
2871
- const filterSensitiveLog: (obj: CreateApplicationOutput) => any;
2872
- }
2873
2477
  /**
2874
2478
  * <p> The specified tags are not valid. </p>
2875
2479
  */
@@ -2975,12 +2579,6 @@ export interface CreateDeploymentInput {
2975
2579
  */
2976
2580
  fileExistsBehavior?: FileExistsBehavior | string;
2977
2581
  }
2978
- export declare namespace CreateDeploymentInput {
2979
- /**
2980
- * @internal
2981
- */
2982
- const filterSensitiveLog: (obj: CreateDeploymentInput) => any;
2983
- }
2984
2582
  /**
2985
2583
  * <p> Represents the output of a <code>CreateDeployment</code> operation. </p>
2986
2584
  */
@@ -2990,12 +2588,6 @@ export interface CreateDeploymentOutput {
2990
2588
  */
2991
2589
  deploymentId?: string;
2992
2590
  }
2993
- export declare namespace CreateDeploymentOutput {
2994
- /**
2995
- * @internal
2996
- */
2997
- const filterSensitiveLog: (obj: CreateDeploymentOutput) => any;
2998
- }
2999
2591
  /**
3000
2592
  * <p>The named deployment group with the IAM user or AWS account does not exist.</p>
3001
2593
  */
@@ -3244,12 +2836,6 @@ export interface MinimumHealthyHosts {
3244
2836
  */
3245
2837
  value?: number;
3246
2838
  }
3247
- export declare namespace MinimumHealthyHosts {
3248
- /**
3249
- * @internal
3250
- */
3251
- const filterSensitiveLog: (obj: MinimumHealthyHosts) => any;
3252
- }
3253
2839
  /**
3254
2840
  * <p>A configuration that shifts traffic from one version of a Lambda function or ECS task
3255
2841
  * set to another in two increments. The original and target Lambda function versions or
@@ -3267,12 +2853,6 @@ export interface TimeBasedCanary {
3267
2853
  */
3268
2854
  canaryInterval?: number;
3269
2855
  }
3270
- export declare namespace TimeBasedCanary {
3271
- /**
3272
- * @internal
3273
- */
3274
- const filterSensitiveLog: (obj: TimeBasedCanary) => any;
3275
- }
3276
2856
  /**
3277
2857
  * <p>A configuration that shifts traffic from one version of a Lambda function or ECS task
3278
2858
  * set to another in equal increments, with an equal number of minutes between each
@@ -3291,12 +2871,6 @@ export interface TimeBasedLinear {
3291
2871
  */
3292
2872
  linearInterval?: number;
3293
2873
  }
3294
- export declare namespace TimeBasedLinear {
3295
- /**
3296
- * @internal
3297
- */
3298
- const filterSensitiveLog: (obj: TimeBasedLinear) => any;
3299
- }
3300
2874
  export declare enum TrafficRoutingType {
3301
2875
  AllAtOnce = "AllAtOnce",
3302
2876
  TimeBasedCanary = "TimeBasedCanary",
@@ -3327,12 +2901,6 @@ export interface TrafficRoutingConfig {
3327
2901
  */
3328
2902
  timeBasedLinear?: TimeBasedLinear;
3329
2903
  }
3330
- export declare namespace TrafficRoutingConfig {
3331
- /**
3332
- * @internal
3333
- */
3334
- const filterSensitiveLog: (obj: TrafficRoutingConfig) => any;
3335
- }
3336
2904
  /**
3337
2905
  * <p>Represents the input of a <code>CreateDeploymentConfig</code> operation.</p>
3338
2906
  */
@@ -3373,12 +2941,6 @@ export interface CreateDeploymentConfigInput {
3373
2941
  */
3374
2942
  computePlatform?: ComputePlatform | string;
3375
2943
  }
3376
- export declare namespace CreateDeploymentConfigInput {
3377
- /**
3378
- * @internal
3379
- */
3380
- const filterSensitiveLog: (obj: CreateDeploymentConfigInput) => any;
3381
- }
3382
2944
  /**
3383
2945
  * <p>Represents the output of a <code>CreateDeploymentConfig</code> operation.</p>
3384
2946
  */
@@ -3388,12 +2950,6 @@ export interface CreateDeploymentConfigOutput {
3388
2950
  */
3389
2951
  deploymentConfigId?: string;
3390
2952
  }
3391
- export declare namespace CreateDeploymentConfigOutput {
3392
- /**
3393
- * @internal
3394
- */
3395
- const filterSensitiveLog: (obj: CreateDeploymentConfigOutput) => any;
3396
- }
3397
2953
  /**
3398
2954
  * <p>A deployment configuration with the specified name with the IAM user or AWS account
3399
2955
  * already exists.</p>
@@ -3553,12 +3109,6 @@ export interface CreateDeploymentGroupInput {
3553
3109
  */
3554
3110
  tags?: Tag[];
3555
3111
  }
3556
- export declare namespace CreateDeploymentGroupInput {
3557
- /**
3558
- * @internal
3559
- */
3560
- const filterSensitiveLog: (obj: CreateDeploymentGroupInput) => any;
3561
- }
3562
3112
  /**
3563
3113
  * <p>Represents the output of a <code>CreateDeploymentGroup</code> operation.</p>
3564
3114
  */
@@ -3568,12 +3118,6 @@ export interface CreateDeploymentGroupOutput {
3568
3118
  */
3569
3119
  deploymentGroupId?: string;
3570
3120
  }
3571
- export declare namespace CreateDeploymentGroupOutput {
3572
- /**
3573
- * @internal
3574
- */
3575
- const filterSensitiveLog: (obj: CreateDeploymentGroupOutput) => any;
3576
- }
3577
3121
  /**
3578
3122
  * <p>A deployment group with the specified name with the IAM user or AWS account already
3579
3123
  * exists.</p>
@@ -3796,12 +3340,6 @@ export interface DeleteApplicationInput {
3796
3340
  */
3797
3341
  applicationName: string | undefined;
3798
3342
  }
3799
- export declare namespace DeleteApplicationInput {
3800
- /**
3801
- * @internal
3802
- */
3803
- const filterSensitiveLog: (obj: DeleteApplicationInput) => any;
3804
- }
3805
3343
  /**
3806
3344
  * <p>Represents the input of a <code>DeleteDeploymentConfig</code> operation.</p>
3807
3345
  */
@@ -3812,12 +3350,6 @@ export interface DeleteDeploymentConfigInput {
3812
3350
  */
3813
3351
  deploymentConfigName: string | undefined;
3814
3352
  }
3815
- export declare namespace DeleteDeploymentConfigInput {
3816
- /**
3817
- * @internal
3818
- */
3819
- const filterSensitiveLog: (obj: DeleteDeploymentConfigInput) => any;
3820
- }
3821
3353
  /**
3822
3354
  * <p>The deployment configuration is still in use.</p>
3823
3355
  */
@@ -3854,12 +3386,6 @@ export interface DeleteDeploymentGroupInput {
3854
3386
  */
3855
3387
  deploymentGroupName: string | undefined;
3856
3388
  }
3857
- export declare namespace DeleteDeploymentGroupInput {
3858
- /**
3859
- * @internal
3860
- */
3861
- const filterSensitiveLog: (obj: DeleteDeploymentGroupInput) => any;
3862
- }
3863
3389
  /**
3864
3390
  * <p>Represents the output of a <code>DeleteDeploymentGroup</code> operation.</p>
3865
3391
  */
@@ -3873,12 +3399,6 @@ export interface DeleteDeploymentGroupOutput {
3873
3399
  */
3874
3400
  hooksNotCleanedUp?: AutoScalingGroup[];
3875
3401
  }
3876
- export declare namespace DeleteDeploymentGroupOutput {
3877
- /**
3878
- * @internal
3879
- */
3880
- const filterSensitiveLog: (obj: DeleteDeploymentGroupOutput) => any;
3881
- }
3882
3402
  /**
3883
3403
  * <p>Represents the input of a <code>DeleteGitHubAccount</code> operation.</p>
3884
3404
  */
@@ -3888,12 +3408,6 @@ export interface DeleteGitHubAccountTokenInput {
3888
3408
  */
3889
3409
  tokenName?: string;
3890
3410
  }
3891
- export declare namespace DeleteGitHubAccountTokenInput {
3892
- /**
3893
- * @internal
3894
- */
3895
- const filterSensitiveLog: (obj: DeleteGitHubAccountTokenInput) => any;
3896
- }
3897
3411
  /**
3898
3412
  * <p>Represents the output of a <code>DeleteGitHubAccountToken</code> operation.</p>
3899
3413
  */
@@ -3903,12 +3417,6 @@ export interface DeleteGitHubAccountTokenOutput {
3903
3417
  */
3904
3418
  tokenName?: string;
3905
3419
  }
3906
- export declare namespace DeleteGitHubAccountTokenOutput {
3907
- /**
3908
- * @internal
3909
- */
3910
- const filterSensitiveLog: (obj: DeleteGitHubAccountTokenOutput) => any;
3911
- }
3912
3420
  /**
3913
3421
  * <p>No GitHub account connection exists with the named specified in the call.</p>
3914
3422
  */
@@ -3971,20 +3479,8 @@ export interface DeleteResourcesByExternalIdInput {
3971
3479
  */
3972
3480
  externalId?: string;
3973
3481
  }
3974
- export declare namespace DeleteResourcesByExternalIdInput {
3975
- /**
3976
- * @internal
3977
- */
3978
- const filterSensitiveLog: (obj: DeleteResourcesByExternalIdInput) => any;
3979
- }
3980
3482
  export interface DeleteResourcesByExternalIdOutput {
3981
3483
  }
3982
- export declare namespace DeleteResourcesByExternalIdOutput {
3983
- /**
3984
- * @internal
3985
- */
3986
- const filterSensitiveLog: (obj: DeleteResourcesByExternalIdOutput) => any;
3987
- }
3988
3484
  /**
3989
3485
  * <p>Represents the input of a <code>DeregisterOnPremisesInstance</code> operation.</p>
3990
3486
  */
@@ -3994,12 +3490,6 @@ export interface DeregisterOnPremisesInstanceInput {
3994
3490
  */
3995
3491
  instanceName: string | undefined;
3996
3492
  }
3997
- export declare namespace DeregisterOnPremisesInstanceInput {
3998
- /**
3999
- * @internal
4000
- */
4001
- const filterSensitiveLog: (obj: DeregisterOnPremisesInstanceInput) => any;
4002
- }
4003
3493
  /**
4004
3494
  * <p>Represents the input of a <code>GetApplication</code> operation.</p>
4005
3495
  */
@@ -4010,12 +3500,6 @@ export interface GetApplicationInput {
4010
3500
  */
4011
3501
  applicationName: string | undefined;
4012
3502
  }
4013
- export declare namespace GetApplicationInput {
4014
- /**
4015
- * @internal
4016
- */
4017
- const filterSensitiveLog: (obj: GetApplicationInput) => any;
4018
- }
4019
3503
  /**
4020
3504
  * <p>Represents the output of a <code>GetApplication</code> operation.</p>
4021
3505
  */
@@ -4025,12 +3509,6 @@ export interface GetApplicationOutput {
4025
3509
  */
4026
3510
  application?: ApplicationInfo;
4027
3511
  }
4028
- export declare namespace GetApplicationOutput {
4029
- /**
4030
- * @internal
4031
- */
4032
- const filterSensitiveLog: (obj: GetApplicationOutput) => any;
4033
- }
4034
3512
  /**
4035
3513
  * <p>Represents the input of a <code>GetApplicationRevision</code> operation.</p>
4036
3514
  */
@@ -4044,12 +3522,6 @@ export interface GetApplicationRevisionInput {
4044
3522
  */
4045
3523
  revision: RevisionLocation | undefined;
4046
3524
  }
4047
- export declare namespace GetApplicationRevisionInput {
4048
- /**
4049
- * @internal
4050
- */
4051
- const filterSensitiveLog: (obj: GetApplicationRevisionInput) => any;
4052
- }
4053
3525
  /**
4054
3526
  * <p>Represents the output of a <code>GetApplicationRevision</code> operation.</p>
4055
3527
  */
@@ -4067,12 +3539,6 @@ export interface GetApplicationRevisionOutput {
4067
3539
  */
4068
3540
  revisionInfo?: GenericRevisionInfo;
4069
3541
  }
4070
- export declare namespace GetApplicationRevisionOutput {
4071
- /**
4072
- * @internal
4073
- */
4074
- const filterSensitiveLog: (obj: GetApplicationRevisionOutput) => any;
4075
- }
4076
3542
  /**
4077
3543
  * <p>Represents the input of a <code>GetDeployment</code> operation.</p>
4078
3544
  */
@@ -4082,12 +3548,6 @@ export interface GetDeploymentInput {
4082
3548
  */
4083
3549
  deploymentId: string | undefined;
4084
3550
  }
4085
- export declare namespace GetDeploymentInput {
4086
- /**
4087
- * @internal
4088
- */
4089
- const filterSensitiveLog: (obj: GetDeploymentInput) => any;
4090
- }
4091
3551
  /**
4092
3552
  * <p>Represents the output of a <code>GetDeployment</code> operation.</p>
4093
3553
  */
@@ -4097,12 +3557,6 @@ export interface GetDeploymentOutput {
4097
3557
  */
4098
3558
  deploymentInfo?: DeploymentInfo;
4099
3559
  }
4100
- export declare namespace GetDeploymentOutput {
4101
- /**
4102
- * @internal
4103
- */
4104
- const filterSensitiveLog: (obj: GetDeploymentOutput) => any;
4105
- }
4106
3560
  /**
4107
3561
  * <p>Represents the input of a <code>GetDeploymentConfig</code> operation.</p>
4108
3562
  */
@@ -4113,12 +3567,6 @@ export interface GetDeploymentConfigInput {
4113
3567
  */
4114
3568
  deploymentConfigName: string | undefined;
4115
3569
  }
4116
- export declare namespace GetDeploymentConfigInput {
4117
- /**
4118
- * @internal
4119
- */
4120
- const filterSensitiveLog: (obj: GetDeploymentConfigInput) => any;
4121
- }
4122
3570
  /**
4123
3571
  * <p>Information about a deployment configuration.</p>
4124
3572
  */
@@ -4150,12 +3598,6 @@ export interface DeploymentConfigInfo {
4150
3598
  */
4151
3599
  trafficRoutingConfig?: TrafficRoutingConfig;
4152
3600
  }
4153
- export declare namespace DeploymentConfigInfo {
4154
- /**
4155
- * @internal
4156
- */
4157
- const filterSensitiveLog: (obj: DeploymentConfigInfo) => any;
4158
- }
4159
3601
  /**
4160
3602
  * <p>Represents the output of a <code>GetDeploymentConfig</code> operation.</p>
4161
3603
  */
@@ -4165,12 +3607,6 @@ export interface GetDeploymentConfigOutput {
4165
3607
  */
4166
3608
  deploymentConfigInfo?: DeploymentConfigInfo;
4167
3609
  }
4168
- export declare namespace GetDeploymentConfigOutput {
4169
- /**
4170
- * @internal
4171
- */
4172
- const filterSensitiveLog: (obj: GetDeploymentConfigOutput) => any;
4173
- }
4174
3610
  /**
4175
3611
  * <p>Represents the input of a <code>GetDeploymentGroup</code> operation.</p>
4176
3612
  */
@@ -4185,12 +3621,6 @@ export interface GetDeploymentGroupInput {
4185
3621
  */
4186
3622
  deploymentGroupName: string | undefined;
4187
3623
  }
4188
- export declare namespace GetDeploymentGroupInput {
4189
- /**
4190
- * @internal
4191
- */
4192
- const filterSensitiveLog: (obj: GetDeploymentGroupInput) => any;
4193
- }
4194
3624
  /**
4195
3625
  * <p>Represents the output of a <code>GetDeploymentGroup</code> operation.</p>
4196
3626
  */
@@ -4200,12 +3630,6 @@ export interface GetDeploymentGroupOutput {
4200
3630
  */
4201
3631
  deploymentGroupInfo?: DeploymentGroupInfo;
4202
3632
  }
4203
- export declare namespace GetDeploymentGroupOutput {
4204
- /**
4205
- * @internal
4206
- */
4207
- const filterSensitiveLog: (obj: GetDeploymentGroupOutput) => any;
4208
- }
4209
3633
  /**
4210
3634
  * <p> Represents the input of a <code>GetDeploymentInstance</code> operation. </p>
4211
3635
  */
@@ -4219,12 +3643,6 @@ export interface GetDeploymentInstanceInput {
4219
3643
  */
4220
3644
  instanceId: string | undefined;
4221
3645
  }
4222
- export declare namespace GetDeploymentInstanceInput {
4223
- /**
4224
- * @internal
4225
- */
4226
- const filterSensitiveLog: (obj: GetDeploymentInstanceInput) => any;
4227
- }
4228
3646
  /**
4229
3647
  * <p> Represents the output of a <code>GetDeploymentInstance</code> operation. </p>
4230
3648
  */
@@ -4236,12 +3654,6 @@ export interface GetDeploymentInstanceOutput {
4236
3654
  */
4237
3655
  instanceSummary?: InstanceSummary;
4238
3656
  }
4239
- export declare namespace GetDeploymentInstanceOutput {
4240
- /**
4241
- * @internal
4242
- */
4243
- const filterSensitiveLog: (obj: GetDeploymentInstanceOutput) => any;
4244
- }
4245
3657
  export interface GetDeploymentTargetInput {
4246
3658
  /**
4247
3659
  * <p> The unique ID of a deployment. </p>
@@ -4252,12 +3664,6 @@ export interface GetDeploymentTargetInput {
4252
3664
  */
4253
3665
  targetId?: string;
4254
3666
  }
4255
- export declare namespace GetDeploymentTargetInput {
4256
- /**
4257
- * @internal
4258
- */
4259
- const filterSensitiveLog: (obj: GetDeploymentTargetInput) => any;
4260
- }
4261
3667
  export interface GetDeploymentTargetOutput {
4262
3668
  /**
4263
3669
  * <p> A deployment target that contains information about a deployment such as its status,
@@ -4268,12 +3674,6 @@ export interface GetDeploymentTargetOutput {
4268
3674
  */
4269
3675
  deploymentTarget?: DeploymentTarget;
4270
3676
  }
4271
- export declare namespace GetDeploymentTargetOutput {
4272
- /**
4273
- * @internal
4274
- */
4275
- const filterSensitiveLog: (obj: GetDeploymentTargetOutput) => any;
4276
- }
4277
3677
  /**
4278
3678
  * <p> Represents the input of a <code>GetOnPremisesInstance</code> operation. </p>
4279
3679
  */
@@ -4283,12 +3683,6 @@ export interface GetOnPremisesInstanceInput {
4283
3683
  */
4284
3684
  instanceName: string | undefined;
4285
3685
  }
4286
- export declare namespace GetOnPremisesInstanceInput {
4287
- /**
4288
- * @internal
4289
- */
4290
- const filterSensitiveLog: (obj: GetOnPremisesInstanceInput) => any;
4291
- }
4292
3686
  /**
4293
3687
  * <p> Represents the output of a <code>GetOnPremisesInstance</code> operation. </p>
4294
3688
  */
@@ -4298,12 +3692,6 @@ export interface GetOnPremisesInstanceOutput {
4298
3692
  */
4299
3693
  instanceInfo?: InstanceInfo;
4300
3694
  }
4301
- export declare namespace GetOnPremisesInstanceOutput {
4302
- /**
4303
- * @internal
4304
- */
4305
- const filterSensitiveLog: (obj: GetOnPremisesInstanceOutput) => any;
4306
- }
4307
3695
  /**
4308
3696
  * <p>The bucket name either doesn't exist or was specified in an invalid format.</p>
4309
3697
  */
@@ -4465,12 +3853,6 @@ export interface ListApplicationRevisionsInput {
4465
3853
  */
4466
3854
  nextToken?: string;
4467
3855
  }
4468
- export declare namespace ListApplicationRevisionsInput {
4469
- /**
4470
- * @internal
4471
- */
4472
- const filterSensitiveLog: (obj: ListApplicationRevisionsInput) => any;
4473
- }
4474
3856
  /**
4475
3857
  * <p>Represents the output of a <code>ListApplicationRevisions</code> operation.</p>
4476
3858
  */
@@ -4486,12 +3868,6 @@ export interface ListApplicationRevisionsOutput {
4486
3868
  */
4487
3869
  nextToken?: string;
4488
3870
  }
4489
- export declare namespace ListApplicationRevisionsOutput {
4490
- /**
4491
- * @internal
4492
- */
4493
- const filterSensitiveLog: (obj: ListApplicationRevisionsOutput) => any;
4494
- }
4495
3871
  /**
4496
3872
  * <p>Represents the input of a <code>ListApplications</code> operation.</p>
4497
3873
  */
@@ -4502,12 +3878,6 @@ export interface ListApplicationsInput {
4502
3878
  */
4503
3879
  nextToken?: string;
4504
3880
  }
4505
- export declare namespace ListApplicationsInput {
4506
- /**
4507
- * @internal
4508
- */
4509
- const filterSensitiveLog: (obj: ListApplicationsInput) => any;
4510
- }
4511
3881
  /**
4512
3882
  * <p>Represents the output of a ListApplications operation.</p>
4513
3883
  */
@@ -4523,12 +3893,6 @@ export interface ListApplicationsOutput {
4523
3893
  */
4524
3894
  nextToken?: string;
4525
3895
  }
4526
- export declare namespace ListApplicationsOutput {
4527
- /**
4528
- * @internal
4529
- */
4530
- const filterSensitiveLog: (obj: ListApplicationsOutput) => any;
4531
- }
4532
3896
  /**
4533
3897
  * <p>Represents the input of a <code>ListDeploymentConfigs</code> operation.</p>
4534
3898
  */
@@ -4539,12 +3903,6 @@ export interface ListDeploymentConfigsInput {
4539
3903
  */
4540
3904
  nextToken?: string;
4541
3905
  }
4542
- export declare namespace ListDeploymentConfigsInput {
4543
- /**
4544
- * @internal
4545
- */
4546
- const filterSensitiveLog: (obj: ListDeploymentConfigsInput) => any;
4547
- }
4548
3906
  /**
4549
3907
  * <p>Represents the output of a <code>ListDeploymentConfigs</code> operation.</p>
4550
3908
  */
@@ -4561,12 +3919,6 @@ export interface ListDeploymentConfigsOutput {
4561
3919
  */
4562
3920
  nextToken?: string;
4563
3921
  }
4564
- export declare namespace ListDeploymentConfigsOutput {
4565
- /**
4566
- * @internal
4567
- */
4568
- const filterSensitiveLog: (obj: ListDeploymentConfigsOutput) => any;
4569
- }
4570
3922
  /**
4571
3923
  * <p>Represents the input of a <code>ListDeploymentGroups</code> operation.</p>
4572
3924
  */
@@ -4582,12 +3934,6 @@ export interface ListDeploymentGroupsInput {
4582
3934
  */
4583
3935
  nextToken?: string;
4584
3936
  }
4585
- export declare namespace ListDeploymentGroupsInput {
4586
- /**
4587
- * @internal
4588
- */
4589
- const filterSensitiveLog: (obj: ListDeploymentGroupsInput) => any;
4590
- }
4591
3937
  /**
4592
3938
  * <p>Represents the output of a <code>ListDeploymentGroups</code> operation.</p>
4593
3939
  */
@@ -4607,12 +3953,6 @@ export interface ListDeploymentGroupsOutput {
4607
3953
  */
4608
3954
  nextToken?: string;
4609
3955
  }
4610
- export declare namespace ListDeploymentGroupsOutput {
4611
- /**
4612
- * @internal
4613
- */
4614
- const filterSensitiveLog: (obj: ListDeploymentGroupsOutput) => any;
4615
- }
4616
3956
  /**
4617
3957
  * <p>An instance type was specified for an in-place deployment. Instance types are
4618
3958
  * supported for blue/green deployments only.</p>
@@ -4713,12 +4053,6 @@ export interface ListDeploymentInstancesInput {
4713
4053
  */
4714
4054
  instanceTypeFilter?: (_InstanceType | string)[];
4715
4055
  }
4716
- export declare namespace ListDeploymentInstancesInput {
4717
- /**
4718
- * @internal
4719
- */
4720
- const filterSensitiveLog: (obj: ListDeploymentInstancesInput) => any;
4721
- }
4722
4056
  /**
4723
4057
  * <p>Represents the output of a <code>ListDeploymentInstances</code> operation.</p>
4724
4058
  */
@@ -4734,12 +4068,6 @@ export interface ListDeploymentInstancesOutput {
4734
4068
  */
4735
4069
  nextToken?: string;
4736
4070
  }
4737
- export declare namespace ListDeploymentInstancesOutput {
4738
- /**
4739
- * @internal
4740
- */
4741
- const filterSensitiveLog: (obj: ListDeploymentInstancesOutput) => any;
4742
- }
4743
4071
  /**
4744
4072
  * <p>The external ID was specified in an invalid format.</p>
4745
4073
  */
@@ -4781,12 +4109,6 @@ export interface TimeRange {
4781
4109
  */
4782
4110
  end?: Date;
4783
4111
  }
4784
- export declare namespace TimeRange {
4785
- /**
4786
- * @internal
4787
- */
4788
- const filterSensitiveLog: (obj: TimeRange) => any;
4789
- }
4790
4112
  /**
4791
4113
  * <p>Represents the input of a <code>ListDeployments</code> operation.</p>
4792
4114
  */
@@ -4859,12 +4181,6 @@ export interface ListDeploymentsInput {
4859
4181
  */
4860
4182
  nextToken?: string;
4861
4183
  }
4862
- export declare namespace ListDeploymentsInput {
4863
- /**
4864
- * @internal
4865
- */
4866
- const filterSensitiveLog: (obj: ListDeploymentsInput) => any;
4867
- }
4868
4184
  /**
4869
4185
  * <p>Represents the output of a <code>ListDeployments</code> operation.</p>
4870
4186
  */
@@ -4880,12 +4196,6 @@ export interface ListDeploymentsOutput {
4880
4196
  */
4881
4197
  nextToken?: string;
4882
4198
  }
4883
- export declare namespace ListDeploymentsOutput {
4884
- /**
4885
- * @internal
4886
- */
4887
- const filterSensitiveLog: (obj: ListDeploymentsOutput) => any;
4888
- }
4889
4199
  export declare enum TargetFilterName {
4890
4200
  SERVER_INSTANCE_LABEL = "ServerInstanceLabel",
4891
4201
  TARGET_STATUS = "TargetStatus"
@@ -4919,12 +4229,6 @@ export interface ListDeploymentTargetsInput {
4919
4229
  */
4920
4230
  targetFilters?: Record<string, string[]>;
4921
4231
  }
4922
- export declare namespace ListDeploymentTargetsInput {
4923
- /**
4924
- * @internal
4925
- */
4926
- const filterSensitiveLog: (obj: ListDeploymentTargetsInput) => any;
4927
- }
4928
4232
  export interface ListDeploymentTargetsOutput {
4929
4233
  /**
4930
4234
  * <p> The unique IDs of deployment targets. </p>
@@ -4937,12 +4241,6 @@ export interface ListDeploymentTargetsOutput {
4937
4241
  */
4938
4242
  nextToken?: string;
4939
4243
  }
4940
- export declare namespace ListDeploymentTargetsOutput {
4941
- /**
4942
- * @internal
4943
- */
4944
- const filterSensitiveLog: (obj: ListDeploymentTargetsOutput) => any;
4945
- }
4946
4244
  /**
4947
4245
  * <p>Represents the input of a <code>ListGitHubAccountTokenNames</code> operation.</p>
4948
4246
  */
@@ -4953,12 +4251,6 @@ export interface ListGitHubAccountTokenNamesInput {
4953
4251
  */
4954
4252
  nextToken?: string;
4955
4253
  }
4956
- export declare namespace ListGitHubAccountTokenNamesInput {
4957
- /**
4958
- * @internal
4959
- */
4960
- const filterSensitiveLog: (obj: ListGitHubAccountTokenNamesInput) => any;
4961
- }
4962
4254
  /**
4963
4255
  * <p>Represents the output of a <code>ListGitHubAccountTokenNames</code> operation.</p>
4964
4256
  */
@@ -4974,12 +4266,6 @@ export interface ListGitHubAccountTokenNamesOutput {
4974
4266
  */
4975
4267
  nextToken?: string;
4976
4268
  }
4977
- export declare namespace ListGitHubAccountTokenNamesOutput {
4978
- /**
4979
- * @internal
4980
- */
4981
- const filterSensitiveLog: (obj: ListGitHubAccountTokenNamesOutput) => any;
4982
- }
4983
4269
  /**
4984
4270
  * <p>The registration status was specified in an invalid format.</p>
4985
4271
  */
@@ -5037,12 +4323,6 @@ export interface ListOnPremisesInstancesInput {
5037
4323
  */
5038
4324
  nextToken?: string;
5039
4325
  }
5040
- export declare namespace ListOnPremisesInstancesInput {
5041
- /**
5042
- * @internal
5043
- */
5044
- const filterSensitiveLog: (obj: ListOnPremisesInstancesInput) => any;
5045
- }
5046
4326
  /**
5047
4327
  * <p>Represents the output of the list on-premises instances operation.</p>
5048
4328
  */
@@ -5058,12 +4338,6 @@ export interface ListOnPremisesInstancesOutput {
5058
4338
  */
5059
4339
  nextToken?: string;
5060
4340
  }
5061
- export declare namespace ListOnPremisesInstancesOutput {
5062
- /**
5063
- * @internal
5064
- */
5065
- const filterSensitiveLog: (obj: ListOnPremisesInstancesOutput) => any;
5066
- }
5067
4341
  /**
5068
4342
  * <p> The specified ARN is not in a valid format. </p>
5069
4343
  */
@@ -5088,12 +4362,6 @@ export interface ListTagsForResourceInput {
5088
4362
  */
5089
4363
  NextToken?: string;
5090
4364
  }
5091
- export declare namespace ListTagsForResourceInput {
5092
- /**
5093
- * @internal
5094
- */
5095
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
5096
- }
5097
4365
  export interface ListTagsForResourceOutput {
5098
4366
  /**
5099
4367
  * <p> A list of tags returned by <code>ListTagsForResource</code>. The tags are associated
@@ -5107,12 +4375,6 @@ export interface ListTagsForResourceOutput {
5107
4375
  */
5108
4376
  NextToken?: string;
5109
4377
  }
5110
- export declare namespace ListTagsForResourceOutput {
5111
- /**
5112
- * @internal
5113
- */
5114
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
5115
- }
5116
4378
  /**
5117
4379
  * <p> The ARN of a resource is required, but was not found. </p>
5118
4380
  */
@@ -5179,12 +4441,6 @@ export interface PutLifecycleEventHookExecutionStatusInput {
5179
4441
  */
5180
4442
  status?: LifecycleEventStatus | string;
5181
4443
  }
5182
- export declare namespace PutLifecycleEventHookExecutionStatusInput {
5183
- /**
5184
- * @internal
5185
- */
5186
- const filterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusInput) => any;
5187
- }
5188
4444
  export interface PutLifecycleEventHookExecutionStatusOutput {
5189
4445
  /**
5190
4446
  * <p>The execution ID of the lifecycle event hook. A hook is specified in the
@@ -5192,12 +4448,6 @@ export interface PutLifecycleEventHookExecutionStatusOutput {
5192
4448
  */
5193
4449
  lifecycleEventHookExecutionId?: string;
5194
4450
  }
5195
- export declare namespace PutLifecycleEventHookExecutionStatusOutput {
5196
- /**
5197
- * @internal
5198
- */
5199
- const filterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusOutput) => any;
5200
- }
5201
4451
  /**
5202
4452
  * <p>Represents the input of a RegisterApplicationRevision operation.</p>
5203
4453
  */
@@ -5217,12 +4467,6 @@ export interface RegisterApplicationRevisionInput {
5217
4467
  */
5218
4468
  revision: RevisionLocation | undefined;
5219
4469
  }
5220
- export declare namespace RegisterApplicationRevisionInput {
5221
- /**
5222
- * @internal
5223
- */
5224
- const filterSensitiveLog: (obj: RegisterApplicationRevisionInput) => any;
5225
- }
5226
4470
  /**
5227
4471
  * <p>No IAM ARN was included in the request. You must use an IAM session ARN or IAM user
5228
4472
  * ARN in the request.</p>
@@ -5331,12 +4575,6 @@ export interface RegisterOnPremisesInstanceInput {
5331
4575
  */
5332
4576
  iamUserArn?: string;
5333
4577
  }
5334
- export declare namespace RegisterOnPremisesInstanceInput {
5335
- /**
5336
- * @internal
5337
- */
5338
- const filterSensitiveLog: (obj: RegisterOnPremisesInstanceInput) => any;
5339
- }
5340
4578
  /**
5341
4579
  * <p>Represents the input of a <code>RemoveTagsFromOnPremisesInstances</code>
5342
4580
  * operation.</p>
@@ -5351,12 +4589,6 @@ export interface RemoveTagsFromOnPremisesInstancesInput {
5351
4589
  */
5352
4590
  instanceNames: string[] | undefined;
5353
4591
  }
5354
- export declare namespace RemoveTagsFromOnPremisesInstancesInput {
5355
- /**
5356
- * @internal
5357
- */
5358
- const filterSensitiveLog: (obj: RemoveTagsFromOnPremisesInstancesInput) => any;
5359
- }
5360
4592
  export interface SkipWaitTimeForInstanceTerminationInput {
5361
4593
  /**
5362
4594
  * <p> The unique ID of a blue/green deployment for which you want to skip the instance
@@ -5364,12 +4596,6 @@ export interface SkipWaitTimeForInstanceTerminationInput {
5364
4596
  */
5365
4597
  deploymentId?: string;
5366
4598
  }
5367
- export declare namespace SkipWaitTimeForInstanceTerminationInput {
5368
- /**
5369
- * @internal
5370
- */
5371
- const filterSensitiveLog: (obj: SkipWaitTimeForInstanceTerminationInput) => any;
5372
- }
5373
4599
  /**
5374
4600
  * <p> Represents the input of a <code>StopDeployment</code> operation. </p>
5375
4601
  */
@@ -5384,12 +4610,6 @@ export interface StopDeploymentInput {
5384
4610
  */
5385
4611
  autoRollbackEnabled?: boolean;
5386
4612
  }
5387
- export declare namespace StopDeploymentInput {
5388
- /**
5389
- * @internal
5390
- */
5391
- const filterSensitiveLog: (obj: StopDeploymentInput) => any;
5392
- }
5393
4613
  export declare enum StopStatus {
5394
4614
  PENDING = "Pending",
5395
4615
  SUCCEEDED = "Succeeded"
@@ -5415,12 +4635,6 @@ export interface StopDeploymentOutput {
5415
4635
  */
5416
4636
  statusMessage?: string;
5417
4637
  }
5418
- export declare namespace StopDeploymentOutput {
5419
- /**
5420
- * @internal
5421
- */
5422
- const filterSensitiveLog: (obj: StopDeploymentOutput) => any;
5423
- }
5424
4638
  export interface TagResourceInput {
5425
4639
  /**
5426
4640
  * <p> The ARN of a resource, such as a CodeDeploy application or deployment group. </p>
@@ -5432,20 +4646,8 @@ export interface TagResourceInput {
5432
4646
  */
5433
4647
  Tags: Tag[] | undefined;
5434
4648
  }
5435
- export declare namespace TagResourceInput {
5436
- /**
5437
- * @internal
5438
- */
5439
- const filterSensitiveLog: (obj: TagResourceInput) => any;
5440
- }
5441
4649
  export interface TagResourceOutput {
5442
4650
  }
5443
- export declare namespace TagResourceOutput {
5444
- /**
5445
- * @internal
5446
- */
5447
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
5448
- }
5449
4651
  export interface UntagResourceInput {
5450
4652
  /**
5451
4653
  * <p> The Amazon Resource Name (ARN) that specifies from which resource to disassociate the
@@ -5459,20 +4661,8 @@ export interface UntagResourceInput {
5459
4661
  */
5460
4662
  TagKeys: string[] | undefined;
5461
4663
  }
5462
- export declare namespace UntagResourceInput {
5463
- /**
5464
- * @internal
5465
- */
5466
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
5467
- }
5468
4664
  export interface UntagResourceOutput {
5469
4665
  }
5470
- export declare namespace UntagResourceOutput {
5471
- /**
5472
- * @internal
5473
- */
5474
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
5475
- }
5476
4666
  /**
5477
4667
  * <p>Represents the input of an <code>UpdateApplication</code> operation.</p>
5478
4668
  */
@@ -5486,12 +4676,6 @@ export interface UpdateApplicationInput {
5486
4676
  */
5487
4677
  newApplicationName?: string;
5488
4678
  }
5489
- export declare namespace UpdateApplicationInput {
5490
- /**
5491
- * @internal
5492
- */
5493
- const filterSensitiveLog: (obj: UpdateApplicationInput) => any;
5494
- }
5495
4679
  /**
5496
4680
  * <p>Represents the input of an <code>UpdateDeploymentGroup</code> operation.</p>
5497
4681
  */
@@ -5593,12 +4777,6 @@ export interface UpdateDeploymentGroupInput {
5593
4777
  */
5594
4778
  onPremisesTagSet?: OnPremisesTagSet;
5595
4779
  }
5596
- export declare namespace UpdateDeploymentGroupInput {
5597
- /**
5598
- * @internal
5599
- */
5600
- const filterSensitiveLog: (obj: UpdateDeploymentGroupInput) => any;
5601
- }
5602
4780
  /**
5603
4781
  * <p>Represents the output of an <code>UpdateDeploymentGroup</code> operation.</p>
5604
4782
  */
@@ -5612,9 +4790,555 @@ export interface UpdateDeploymentGroupOutput {
5612
4790
  */
5613
4791
  hooksNotCleanedUp?: AutoScalingGroup[];
5614
4792
  }
5615
- export declare namespace UpdateDeploymentGroupOutput {
5616
- /**
5617
- * @internal
5618
- */
5619
- const filterSensitiveLog: (obj: UpdateDeploymentGroupOutput) => any;
5620
- }
4793
+ /**
4794
+ * @internal
4795
+ */
4796
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
4797
+ /**
4798
+ * @internal
4799
+ */
4800
+ export declare const AddTagsToOnPremisesInstancesInputFilterSensitiveLog: (obj: AddTagsToOnPremisesInstancesInput) => any;
4801
+ /**
4802
+ * @internal
4803
+ */
4804
+ export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
4805
+ /**
4806
+ * @internal
4807
+ */
4808
+ export declare const AlarmConfigurationFilterSensitiveLog: (obj: AlarmConfiguration) => any;
4809
+ /**
4810
+ * @internal
4811
+ */
4812
+ export declare const ApplicationInfoFilterSensitiveLog: (obj: ApplicationInfo) => any;
4813
+ /**
4814
+ * @internal
4815
+ */
4816
+ export declare const AppSpecContentFilterSensitiveLog: (obj: AppSpecContent) => any;
4817
+ /**
4818
+ * @internal
4819
+ */
4820
+ export declare const AutoRollbackConfigurationFilterSensitiveLog: (obj: AutoRollbackConfiguration) => any;
4821
+ /**
4822
+ * @internal
4823
+ */
4824
+ export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
4825
+ /**
4826
+ * @internal
4827
+ */
4828
+ export declare const GitHubLocationFilterSensitiveLog: (obj: GitHubLocation) => any;
4829
+ /**
4830
+ * @internal
4831
+ */
4832
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
4833
+ /**
4834
+ * @internal
4835
+ */
4836
+ export declare const RawStringFilterSensitiveLog: (obj: RawString) => any;
4837
+ /**
4838
+ * @internal
4839
+ */
4840
+ export declare const RevisionLocationFilterSensitiveLog: (obj: RevisionLocation) => any;
4841
+ /**
4842
+ * @internal
4843
+ */
4844
+ export declare const BatchGetApplicationRevisionsInputFilterSensitiveLog: (obj: BatchGetApplicationRevisionsInput) => any;
4845
+ /**
4846
+ * @internal
4847
+ */
4848
+ export declare const GenericRevisionInfoFilterSensitiveLog: (obj: GenericRevisionInfo) => any;
4849
+ /**
4850
+ * @internal
4851
+ */
4852
+ export declare const RevisionInfoFilterSensitiveLog: (obj: RevisionInfo) => any;
4853
+ /**
4854
+ * @internal
4855
+ */
4856
+ export declare const BatchGetApplicationRevisionsOutputFilterSensitiveLog: (obj: BatchGetApplicationRevisionsOutput) => any;
4857
+ /**
4858
+ * @internal
4859
+ */
4860
+ export declare const BatchGetApplicationsInputFilterSensitiveLog: (obj: BatchGetApplicationsInput) => any;
4861
+ /**
4862
+ * @internal
4863
+ */
4864
+ export declare const BatchGetApplicationsOutputFilterSensitiveLog: (obj: BatchGetApplicationsOutput) => any;
4865
+ /**
4866
+ * @internal
4867
+ */
4868
+ export declare const BatchGetDeploymentGroupsInputFilterSensitiveLog: (obj: BatchGetDeploymentGroupsInput) => any;
4869
+ /**
4870
+ * @internal
4871
+ */
4872
+ export declare const DeploymentReadyOptionFilterSensitiveLog: (obj: DeploymentReadyOption) => any;
4873
+ /**
4874
+ * @internal
4875
+ */
4876
+ export declare const GreenFleetProvisioningOptionFilterSensitiveLog: (obj: GreenFleetProvisioningOption) => any;
4877
+ /**
4878
+ * @internal
4879
+ */
4880
+ export declare const BlueInstanceTerminationOptionFilterSensitiveLog: (obj: BlueInstanceTerminationOption) => any;
4881
+ /**
4882
+ * @internal
4883
+ */
4884
+ export declare const BlueGreenDeploymentConfigurationFilterSensitiveLog: (obj: BlueGreenDeploymentConfiguration) => any;
4885
+ /**
4886
+ * @internal
4887
+ */
4888
+ export declare const DeploymentStyleFilterSensitiveLog: (obj: DeploymentStyle) => any;
4889
+ /**
4890
+ * @internal
4891
+ */
4892
+ export declare const EC2TagFilterFilterSensitiveLog: (obj: EC2TagFilter) => any;
4893
+ /**
4894
+ * @internal
4895
+ */
4896
+ export declare const EC2TagSetFilterSensitiveLog: (obj: EC2TagSet) => any;
4897
+ /**
4898
+ * @internal
4899
+ */
4900
+ export declare const ECSServiceFilterSensitiveLog: (obj: ECSService) => any;
4901
+ /**
4902
+ * @internal
4903
+ */
4904
+ export declare const LastDeploymentInfoFilterSensitiveLog: (obj: LastDeploymentInfo) => any;
4905
+ /**
4906
+ * @internal
4907
+ */
4908
+ export declare const ELBInfoFilterSensitiveLog: (obj: ELBInfo) => any;
4909
+ /**
4910
+ * @internal
4911
+ */
4912
+ export declare const TargetGroupInfoFilterSensitiveLog: (obj: TargetGroupInfo) => any;
4913
+ /**
4914
+ * @internal
4915
+ */
4916
+ export declare const TrafficRouteFilterSensitiveLog: (obj: TrafficRoute) => any;
4917
+ /**
4918
+ * @internal
4919
+ */
4920
+ export declare const TargetGroupPairInfoFilterSensitiveLog: (obj: TargetGroupPairInfo) => any;
4921
+ /**
4922
+ * @internal
4923
+ */
4924
+ export declare const LoadBalancerInfoFilterSensitiveLog: (obj: LoadBalancerInfo) => any;
4925
+ /**
4926
+ * @internal
4927
+ */
4928
+ export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
4929
+ /**
4930
+ * @internal
4931
+ */
4932
+ export declare const OnPremisesTagSetFilterSensitiveLog: (obj: OnPremisesTagSet) => any;
4933
+ /**
4934
+ * @internal
4935
+ */
4936
+ export declare const TriggerConfigFilterSensitiveLog: (obj: TriggerConfig) => any;
4937
+ /**
4938
+ * @internal
4939
+ */
4940
+ export declare const DeploymentGroupInfoFilterSensitiveLog: (obj: DeploymentGroupInfo) => any;
4941
+ /**
4942
+ * @internal
4943
+ */
4944
+ export declare const BatchGetDeploymentGroupsOutputFilterSensitiveLog: (obj: BatchGetDeploymentGroupsOutput) => any;
4945
+ /**
4946
+ * @internal
4947
+ */
4948
+ export declare const BatchGetDeploymentInstancesInputFilterSensitiveLog: (obj: BatchGetDeploymentInstancesInput) => any;
4949
+ /**
4950
+ * @internal
4951
+ */
4952
+ export declare const DiagnosticsFilterSensitiveLog: (obj: Diagnostics) => any;
4953
+ /**
4954
+ * @internal
4955
+ */
4956
+ export declare const LifecycleEventFilterSensitiveLog: (obj: LifecycleEvent) => any;
4957
+ /**
4958
+ * @internal
4959
+ */
4960
+ export declare const InstanceSummaryFilterSensitiveLog: (obj: InstanceSummary) => any;
4961
+ /**
4962
+ * @internal
4963
+ */
4964
+ export declare const BatchGetDeploymentInstancesOutputFilterSensitiveLog: (obj: BatchGetDeploymentInstancesOutput) => any;
4965
+ /**
4966
+ * @internal
4967
+ */
4968
+ export declare const BatchGetDeploymentsInputFilterSensitiveLog: (obj: BatchGetDeploymentsInput) => any;
4969
+ /**
4970
+ * @internal
4971
+ */
4972
+ export declare const DeploymentOverviewFilterSensitiveLog: (obj: DeploymentOverview) => any;
4973
+ /**
4974
+ * @internal
4975
+ */
4976
+ export declare const ErrorInformationFilterSensitiveLog: (obj: ErrorInformation) => any;
4977
+ /**
4978
+ * @internal
4979
+ */
4980
+ export declare const RelatedDeploymentsFilterSensitiveLog: (obj: RelatedDeployments) => any;
4981
+ /**
4982
+ * @internal
4983
+ */
4984
+ export declare const RollbackInfoFilterSensitiveLog: (obj: RollbackInfo) => any;
4985
+ /**
4986
+ * @internal
4987
+ */
4988
+ export declare const TargetInstancesFilterSensitiveLog: (obj: TargetInstances) => any;
4989
+ /**
4990
+ * @internal
4991
+ */
4992
+ export declare const DeploymentInfoFilterSensitiveLog: (obj: DeploymentInfo) => any;
4993
+ /**
4994
+ * @internal
4995
+ */
4996
+ export declare const BatchGetDeploymentsOutputFilterSensitiveLog: (obj: BatchGetDeploymentsOutput) => any;
4997
+ /**
4998
+ * @internal
4999
+ */
5000
+ export declare const BatchGetDeploymentTargetsInputFilterSensitiveLog: (obj: BatchGetDeploymentTargetsInput) => any;
5001
+ /**
5002
+ * @internal
5003
+ */
5004
+ export declare const CloudFormationTargetFilterSensitiveLog: (obj: CloudFormationTarget) => any;
5005
+ /**
5006
+ * @internal
5007
+ */
5008
+ export declare const ECSTaskSetFilterSensitiveLog: (obj: ECSTaskSet) => any;
5009
+ /**
5010
+ * @internal
5011
+ */
5012
+ export declare const ECSTargetFilterSensitiveLog: (obj: ECSTarget) => any;
5013
+ /**
5014
+ * @internal
5015
+ */
5016
+ export declare const InstanceTargetFilterSensitiveLog: (obj: InstanceTarget) => any;
5017
+ /**
5018
+ * @internal
5019
+ */
5020
+ export declare const LambdaFunctionInfoFilterSensitiveLog: (obj: LambdaFunctionInfo) => any;
5021
+ /**
5022
+ * @internal
5023
+ */
5024
+ export declare const LambdaTargetFilterSensitiveLog: (obj: LambdaTarget) => any;
5025
+ /**
5026
+ * @internal
5027
+ */
5028
+ export declare const DeploymentTargetFilterSensitiveLog: (obj: DeploymentTarget) => any;
5029
+ /**
5030
+ * @internal
5031
+ */
5032
+ export declare const BatchGetDeploymentTargetsOutputFilterSensitiveLog: (obj: BatchGetDeploymentTargetsOutput) => any;
5033
+ /**
5034
+ * @internal
5035
+ */
5036
+ export declare const BatchGetOnPremisesInstancesInputFilterSensitiveLog: (obj: BatchGetOnPremisesInstancesInput) => any;
5037
+ /**
5038
+ * @internal
5039
+ */
5040
+ export declare const InstanceInfoFilterSensitiveLog: (obj: InstanceInfo) => any;
5041
+ /**
5042
+ * @internal
5043
+ */
5044
+ export declare const BatchGetOnPremisesInstancesOutputFilterSensitiveLog: (obj: BatchGetOnPremisesInstancesOutput) => any;
5045
+ /**
5046
+ * @internal
5047
+ */
5048
+ export declare const ContinueDeploymentInputFilterSensitiveLog: (obj: ContinueDeploymentInput) => any;
5049
+ /**
5050
+ * @internal
5051
+ */
5052
+ export declare const CreateApplicationInputFilterSensitiveLog: (obj: CreateApplicationInput) => any;
5053
+ /**
5054
+ * @internal
5055
+ */
5056
+ export declare const CreateApplicationOutputFilterSensitiveLog: (obj: CreateApplicationOutput) => any;
5057
+ /**
5058
+ * @internal
5059
+ */
5060
+ export declare const CreateDeploymentInputFilterSensitiveLog: (obj: CreateDeploymentInput) => any;
5061
+ /**
5062
+ * @internal
5063
+ */
5064
+ export declare const CreateDeploymentOutputFilterSensitiveLog: (obj: CreateDeploymentOutput) => any;
5065
+ /**
5066
+ * @internal
5067
+ */
5068
+ export declare const MinimumHealthyHostsFilterSensitiveLog: (obj: MinimumHealthyHosts) => any;
5069
+ /**
5070
+ * @internal
5071
+ */
5072
+ export declare const TimeBasedCanaryFilterSensitiveLog: (obj: TimeBasedCanary) => any;
5073
+ /**
5074
+ * @internal
5075
+ */
5076
+ export declare const TimeBasedLinearFilterSensitiveLog: (obj: TimeBasedLinear) => any;
5077
+ /**
5078
+ * @internal
5079
+ */
5080
+ export declare const TrafficRoutingConfigFilterSensitiveLog: (obj: TrafficRoutingConfig) => any;
5081
+ /**
5082
+ * @internal
5083
+ */
5084
+ export declare const CreateDeploymentConfigInputFilterSensitiveLog: (obj: CreateDeploymentConfigInput) => any;
5085
+ /**
5086
+ * @internal
5087
+ */
5088
+ export declare const CreateDeploymentConfigOutputFilterSensitiveLog: (obj: CreateDeploymentConfigOutput) => any;
5089
+ /**
5090
+ * @internal
5091
+ */
5092
+ export declare const CreateDeploymentGroupInputFilterSensitiveLog: (obj: CreateDeploymentGroupInput) => any;
5093
+ /**
5094
+ * @internal
5095
+ */
5096
+ export declare const CreateDeploymentGroupOutputFilterSensitiveLog: (obj: CreateDeploymentGroupOutput) => any;
5097
+ /**
5098
+ * @internal
5099
+ */
5100
+ export declare const DeleteApplicationInputFilterSensitiveLog: (obj: DeleteApplicationInput) => any;
5101
+ /**
5102
+ * @internal
5103
+ */
5104
+ export declare const DeleteDeploymentConfigInputFilterSensitiveLog: (obj: DeleteDeploymentConfigInput) => any;
5105
+ /**
5106
+ * @internal
5107
+ */
5108
+ export declare const DeleteDeploymentGroupInputFilterSensitiveLog: (obj: DeleteDeploymentGroupInput) => any;
5109
+ /**
5110
+ * @internal
5111
+ */
5112
+ export declare const DeleteDeploymentGroupOutputFilterSensitiveLog: (obj: DeleteDeploymentGroupOutput) => any;
5113
+ /**
5114
+ * @internal
5115
+ */
5116
+ export declare const DeleteGitHubAccountTokenInputFilterSensitiveLog: (obj: DeleteGitHubAccountTokenInput) => any;
5117
+ /**
5118
+ * @internal
5119
+ */
5120
+ export declare const DeleteGitHubAccountTokenOutputFilterSensitiveLog: (obj: DeleteGitHubAccountTokenOutput) => any;
5121
+ /**
5122
+ * @internal
5123
+ */
5124
+ export declare const DeleteResourcesByExternalIdInputFilterSensitiveLog: (obj: DeleteResourcesByExternalIdInput) => any;
5125
+ /**
5126
+ * @internal
5127
+ */
5128
+ export declare const DeleteResourcesByExternalIdOutputFilterSensitiveLog: (obj: DeleteResourcesByExternalIdOutput) => any;
5129
+ /**
5130
+ * @internal
5131
+ */
5132
+ export declare const DeregisterOnPremisesInstanceInputFilterSensitiveLog: (obj: DeregisterOnPremisesInstanceInput) => any;
5133
+ /**
5134
+ * @internal
5135
+ */
5136
+ export declare const GetApplicationInputFilterSensitiveLog: (obj: GetApplicationInput) => any;
5137
+ /**
5138
+ * @internal
5139
+ */
5140
+ export declare const GetApplicationOutputFilterSensitiveLog: (obj: GetApplicationOutput) => any;
5141
+ /**
5142
+ * @internal
5143
+ */
5144
+ export declare const GetApplicationRevisionInputFilterSensitiveLog: (obj: GetApplicationRevisionInput) => any;
5145
+ /**
5146
+ * @internal
5147
+ */
5148
+ export declare const GetApplicationRevisionOutputFilterSensitiveLog: (obj: GetApplicationRevisionOutput) => any;
5149
+ /**
5150
+ * @internal
5151
+ */
5152
+ export declare const GetDeploymentInputFilterSensitiveLog: (obj: GetDeploymentInput) => any;
5153
+ /**
5154
+ * @internal
5155
+ */
5156
+ export declare const GetDeploymentOutputFilterSensitiveLog: (obj: GetDeploymentOutput) => any;
5157
+ /**
5158
+ * @internal
5159
+ */
5160
+ export declare const GetDeploymentConfigInputFilterSensitiveLog: (obj: GetDeploymentConfigInput) => any;
5161
+ /**
5162
+ * @internal
5163
+ */
5164
+ export declare const DeploymentConfigInfoFilterSensitiveLog: (obj: DeploymentConfigInfo) => any;
5165
+ /**
5166
+ * @internal
5167
+ */
5168
+ export declare const GetDeploymentConfigOutputFilterSensitiveLog: (obj: GetDeploymentConfigOutput) => any;
5169
+ /**
5170
+ * @internal
5171
+ */
5172
+ export declare const GetDeploymentGroupInputFilterSensitiveLog: (obj: GetDeploymentGroupInput) => any;
5173
+ /**
5174
+ * @internal
5175
+ */
5176
+ export declare const GetDeploymentGroupOutputFilterSensitiveLog: (obj: GetDeploymentGroupOutput) => any;
5177
+ /**
5178
+ * @internal
5179
+ */
5180
+ export declare const GetDeploymentInstanceInputFilterSensitiveLog: (obj: GetDeploymentInstanceInput) => any;
5181
+ /**
5182
+ * @internal
5183
+ */
5184
+ export declare const GetDeploymentInstanceOutputFilterSensitiveLog: (obj: GetDeploymentInstanceOutput) => any;
5185
+ /**
5186
+ * @internal
5187
+ */
5188
+ export declare const GetDeploymentTargetInputFilterSensitiveLog: (obj: GetDeploymentTargetInput) => any;
5189
+ /**
5190
+ * @internal
5191
+ */
5192
+ export declare const GetDeploymentTargetOutputFilterSensitiveLog: (obj: GetDeploymentTargetOutput) => any;
5193
+ /**
5194
+ * @internal
5195
+ */
5196
+ export declare const GetOnPremisesInstanceInputFilterSensitiveLog: (obj: GetOnPremisesInstanceInput) => any;
5197
+ /**
5198
+ * @internal
5199
+ */
5200
+ export declare const GetOnPremisesInstanceOutputFilterSensitiveLog: (obj: GetOnPremisesInstanceOutput) => any;
5201
+ /**
5202
+ * @internal
5203
+ */
5204
+ export declare const ListApplicationRevisionsInputFilterSensitiveLog: (obj: ListApplicationRevisionsInput) => any;
5205
+ /**
5206
+ * @internal
5207
+ */
5208
+ export declare const ListApplicationRevisionsOutputFilterSensitiveLog: (obj: ListApplicationRevisionsOutput) => any;
5209
+ /**
5210
+ * @internal
5211
+ */
5212
+ export declare const ListApplicationsInputFilterSensitiveLog: (obj: ListApplicationsInput) => any;
5213
+ /**
5214
+ * @internal
5215
+ */
5216
+ export declare const ListApplicationsOutputFilterSensitiveLog: (obj: ListApplicationsOutput) => any;
5217
+ /**
5218
+ * @internal
5219
+ */
5220
+ export declare const ListDeploymentConfigsInputFilterSensitiveLog: (obj: ListDeploymentConfigsInput) => any;
5221
+ /**
5222
+ * @internal
5223
+ */
5224
+ export declare const ListDeploymentConfigsOutputFilterSensitiveLog: (obj: ListDeploymentConfigsOutput) => any;
5225
+ /**
5226
+ * @internal
5227
+ */
5228
+ export declare const ListDeploymentGroupsInputFilterSensitiveLog: (obj: ListDeploymentGroupsInput) => any;
5229
+ /**
5230
+ * @internal
5231
+ */
5232
+ export declare const ListDeploymentGroupsOutputFilterSensitiveLog: (obj: ListDeploymentGroupsOutput) => any;
5233
+ /**
5234
+ * @internal
5235
+ */
5236
+ export declare const ListDeploymentInstancesInputFilterSensitiveLog: (obj: ListDeploymentInstancesInput) => any;
5237
+ /**
5238
+ * @internal
5239
+ */
5240
+ export declare const ListDeploymentInstancesOutputFilterSensitiveLog: (obj: ListDeploymentInstancesOutput) => any;
5241
+ /**
5242
+ * @internal
5243
+ */
5244
+ export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
5245
+ /**
5246
+ * @internal
5247
+ */
5248
+ export declare const ListDeploymentsInputFilterSensitiveLog: (obj: ListDeploymentsInput) => any;
5249
+ /**
5250
+ * @internal
5251
+ */
5252
+ export declare const ListDeploymentsOutputFilterSensitiveLog: (obj: ListDeploymentsOutput) => any;
5253
+ /**
5254
+ * @internal
5255
+ */
5256
+ export declare const ListDeploymentTargetsInputFilterSensitiveLog: (obj: ListDeploymentTargetsInput) => any;
5257
+ /**
5258
+ * @internal
5259
+ */
5260
+ export declare const ListDeploymentTargetsOutputFilterSensitiveLog: (obj: ListDeploymentTargetsOutput) => any;
5261
+ /**
5262
+ * @internal
5263
+ */
5264
+ export declare const ListGitHubAccountTokenNamesInputFilterSensitiveLog: (obj: ListGitHubAccountTokenNamesInput) => any;
5265
+ /**
5266
+ * @internal
5267
+ */
5268
+ export declare const ListGitHubAccountTokenNamesOutputFilterSensitiveLog: (obj: ListGitHubAccountTokenNamesOutput) => any;
5269
+ /**
5270
+ * @internal
5271
+ */
5272
+ export declare const ListOnPremisesInstancesInputFilterSensitiveLog: (obj: ListOnPremisesInstancesInput) => any;
5273
+ /**
5274
+ * @internal
5275
+ */
5276
+ export declare const ListOnPremisesInstancesOutputFilterSensitiveLog: (obj: ListOnPremisesInstancesOutput) => any;
5277
+ /**
5278
+ * @internal
5279
+ */
5280
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
5281
+ /**
5282
+ * @internal
5283
+ */
5284
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
5285
+ /**
5286
+ * @internal
5287
+ */
5288
+ export declare const PutLifecycleEventHookExecutionStatusInputFilterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusInput) => any;
5289
+ /**
5290
+ * @internal
5291
+ */
5292
+ export declare const PutLifecycleEventHookExecutionStatusOutputFilterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusOutput) => any;
5293
+ /**
5294
+ * @internal
5295
+ */
5296
+ export declare const RegisterApplicationRevisionInputFilterSensitiveLog: (obj: RegisterApplicationRevisionInput) => any;
5297
+ /**
5298
+ * @internal
5299
+ */
5300
+ export declare const RegisterOnPremisesInstanceInputFilterSensitiveLog: (obj: RegisterOnPremisesInstanceInput) => any;
5301
+ /**
5302
+ * @internal
5303
+ */
5304
+ export declare const RemoveTagsFromOnPremisesInstancesInputFilterSensitiveLog: (obj: RemoveTagsFromOnPremisesInstancesInput) => any;
5305
+ /**
5306
+ * @internal
5307
+ */
5308
+ export declare const SkipWaitTimeForInstanceTerminationInputFilterSensitiveLog: (obj: SkipWaitTimeForInstanceTerminationInput) => any;
5309
+ /**
5310
+ * @internal
5311
+ */
5312
+ export declare const StopDeploymentInputFilterSensitiveLog: (obj: StopDeploymentInput) => any;
5313
+ /**
5314
+ * @internal
5315
+ */
5316
+ export declare const StopDeploymentOutputFilterSensitiveLog: (obj: StopDeploymentOutput) => any;
5317
+ /**
5318
+ * @internal
5319
+ */
5320
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
5321
+ /**
5322
+ * @internal
5323
+ */
5324
+ export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
5325
+ /**
5326
+ * @internal
5327
+ */
5328
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
5329
+ /**
5330
+ * @internal
5331
+ */
5332
+ export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
5333
+ /**
5334
+ * @internal
5335
+ */
5336
+ export declare const UpdateApplicationInputFilterSensitiveLog: (obj: UpdateApplicationInput) => any;
5337
+ /**
5338
+ * @internal
5339
+ */
5340
+ export declare const UpdateDeploymentGroupInputFilterSensitiveLog: (obj: UpdateDeploymentGroupInput) => any;
5341
+ /**
5342
+ * @internal
5343
+ */
5344
+ export declare const UpdateDeploymentGroupOutputFilterSensitiveLog: (obj: UpdateDeploymentGroupOutput) => any;