@aws-sdk/client-codedeploy 3.46.0 → 3.47.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.
@@ -51,12 +51,6 @@ export interface InstanceLimitExceededException extends __SmithyException, $Meta
51
51
  */
52
52
  message?: string;
53
53
  }
54
- export declare namespace InstanceLimitExceededException {
55
- /**
56
- * @internal
57
- */
58
- const filterSensitiveLog: (obj: InstanceLimitExceededException) => any;
59
- }
60
54
  /**
61
55
  * <p>An on-premises instance name was not specified.</p>
62
56
  */
@@ -68,12 +62,6 @@ export interface InstanceNameRequiredException extends __SmithyException, $Metad
68
62
  */
69
63
  message?: string;
70
64
  }
71
- export declare namespace InstanceNameRequiredException {
72
- /**
73
- * @internal
74
- */
75
- const filterSensitiveLog: (obj: InstanceNameRequiredException) => any;
76
- }
77
65
  /**
78
66
  * <p>The specified on-premises instance is not registered.</p>
79
67
  */
@@ -85,12 +73,6 @@ export interface InstanceNotRegisteredException extends __SmithyException, $Meta
85
73
  */
86
74
  message?: string;
87
75
  }
88
- export declare namespace InstanceNotRegisteredException {
89
- /**
90
- * @internal
91
- */
92
- const filterSensitiveLog: (obj: InstanceNotRegisteredException) => any;
93
- }
94
76
  /**
95
77
  * <p>The on-premises instance name was specified in an invalid format.</p>
96
78
  */
@@ -102,12 +84,6 @@ export interface InvalidInstanceNameException extends __SmithyException, $Metada
102
84
  */
103
85
  message?: string;
104
86
  }
105
- export declare namespace InvalidInstanceNameException {
106
- /**
107
- * @internal
108
- */
109
- const filterSensitiveLog: (obj: InvalidInstanceNameException) => any;
110
- }
111
87
  /**
112
88
  * <p>The tag was specified in an invalid format.</p>
113
89
  */
@@ -119,12 +95,6 @@ export interface InvalidTagException extends __SmithyException, $MetadataBearer
119
95
  */
120
96
  message?: string;
121
97
  }
122
- export declare namespace InvalidTagException {
123
- /**
124
- * @internal
125
- */
126
- const filterSensitiveLog: (obj: InvalidTagException) => any;
127
- }
128
98
  /**
129
99
  * <p>The maximum allowed number of tags was exceeded.</p>
130
100
  */
@@ -136,12 +106,6 @@ export interface TagLimitExceededException extends __SmithyException, $MetadataB
136
106
  */
137
107
  message?: string;
138
108
  }
139
- export declare namespace TagLimitExceededException {
140
- /**
141
- * @internal
142
- */
143
- const filterSensitiveLog: (obj: TagLimitExceededException) => any;
144
- }
145
109
  /**
146
110
  * <p>A tag was not specified.</p>
147
111
  */
@@ -153,12 +117,6 @@ export interface TagRequiredException extends __SmithyException, $MetadataBearer
153
117
  */
154
118
  message?: string;
155
119
  }
156
- export declare namespace TagRequiredException {
157
- /**
158
- * @internal
159
- */
160
- const filterSensitiveLog: (obj: TagRequiredException) => any;
161
- }
162
120
  /**
163
121
  * <p>Information about an alarm.</p>
164
122
  */
@@ -223,12 +181,6 @@ export interface AlarmsLimitExceededException extends __SmithyException, $Metada
223
181
  */
224
182
  message?: string;
225
183
  }
226
- export declare namespace AlarmsLimitExceededException {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: AlarmsLimitExceededException) => any;
231
- }
232
184
  /**
233
185
  * <p>An application with the specified name with the IAM user or AWS account already
234
186
  * exists.</p>
@@ -241,12 +193,6 @@ export interface ApplicationAlreadyExistsException extends __SmithyException, $M
241
193
  */
242
194
  message?: string;
243
195
  }
244
- export declare namespace ApplicationAlreadyExistsException {
245
- /**
246
- * @internal
247
- */
248
- const filterSensitiveLog: (obj: ApplicationAlreadyExistsException) => any;
249
- }
250
196
  /**
251
197
  * <p>The application does not exist with the IAM user or AWS account.</p>
252
198
  */
@@ -258,12 +204,6 @@ export interface ApplicationDoesNotExistException extends __SmithyException, $Me
258
204
  */
259
205
  message?: string;
260
206
  }
261
- export declare namespace ApplicationDoesNotExistException {
262
- /**
263
- * @internal
264
- */
265
- const filterSensitiveLog: (obj: ApplicationDoesNotExistException) => any;
266
- }
267
207
  export declare enum ComputePlatform {
268
208
  ECS = "ECS",
269
209
  LAMBDA = "Lambda",
@@ -317,12 +257,6 @@ export interface ApplicationLimitExceededException extends __SmithyException, $M
317
257
  */
318
258
  message?: string;
319
259
  }
320
- export declare namespace ApplicationLimitExceededException {
321
- /**
322
- * @internal
323
- */
324
- const filterSensitiveLog: (obj: ApplicationLimitExceededException) => any;
325
- }
326
260
  /**
327
261
  * <p>The minimum number of required application names was not specified.</p>
328
262
  */
@@ -334,12 +268,6 @@ export interface ApplicationNameRequiredException extends __SmithyException, $Me
334
268
  */
335
269
  message?: string;
336
270
  }
337
- export declare namespace ApplicationNameRequiredException {
338
- /**
339
- * @internal
340
- */
341
- const filterSensitiveLog: (obj: ApplicationNameRequiredException) => any;
342
- }
343
271
  export declare enum ApplicationRevisionSortBy {
344
272
  FirstUsedTime = "firstUsedTime",
345
273
  LastUsedTime = "lastUsedTime",
@@ -387,12 +315,6 @@ export interface ArnNotSupportedException extends __SmithyException, $MetadataBe
387
315
  */
388
316
  message?: string;
389
317
  }
390
- export declare namespace ArnNotSupportedException {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: ArnNotSupportedException) => any;
395
- }
396
318
  export declare enum AutoRollbackEvent {
397
319
  DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
398
320
  DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
@@ -709,12 +631,6 @@ export interface BatchLimitExceededException extends __SmithyException, $Metadat
709
631
  */
710
632
  message?: string;
711
633
  }
712
- export declare namespace BatchLimitExceededException {
713
- /**
714
- * @internal
715
- */
716
- const filterSensitiveLog: (obj: BatchLimitExceededException) => any;
717
- }
718
634
  /**
719
635
  * <p>The application name was specified in an invalid format.</p>
720
636
  */
@@ -726,12 +642,6 @@ export interface InvalidApplicationNameException extends __SmithyException, $Met
726
642
  */
727
643
  message?: string;
728
644
  }
729
- export declare namespace InvalidApplicationNameException {
730
- /**
731
- * @internal
732
- */
733
- const filterSensitiveLog: (obj: InvalidApplicationNameException) => any;
734
- }
735
645
  /**
736
646
  * <p>The revision was specified in an invalid format.</p>
737
647
  */
@@ -743,12 +653,6 @@ export interface InvalidRevisionException extends __SmithyException, $MetadataBe
743
653
  */
744
654
  message?: string;
745
655
  }
746
- export declare namespace InvalidRevisionException {
747
- /**
748
- * @internal
749
- */
750
- const filterSensitiveLog: (obj: InvalidRevisionException) => any;
751
- }
752
656
  /**
753
657
  * <p>The revision ID was not specified.</p>
754
658
  */
@@ -760,12 +664,6 @@ export interface RevisionRequiredException extends __SmithyException, $MetadataB
760
664
  */
761
665
  message?: string;
762
666
  }
763
- export declare namespace RevisionRequiredException {
764
- /**
765
- * @internal
766
- */
767
- const filterSensitiveLog: (obj: RevisionRequiredException) => any;
768
- }
769
667
  /**
770
668
  * <p>Represents the input of a <code>BatchGetApplications</code> operation.</p>
771
669
  */
@@ -1481,12 +1379,6 @@ export interface DeploymentConfigDoesNotExistException extends __SmithyException
1481
1379
  */
1482
1380
  message?: string;
1483
1381
  }
1484
- export declare namespace DeploymentConfigDoesNotExistException {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: DeploymentConfigDoesNotExistException) => any;
1489
- }
1490
1382
  /**
1491
1383
  * <p>The deployment group name was not specified.</p>
1492
1384
  */
@@ -1498,12 +1390,6 @@ export interface DeploymentGroupNameRequiredException extends __SmithyException,
1498
1390
  */
1499
1391
  message?: string;
1500
1392
  }
1501
- export declare namespace DeploymentGroupNameRequiredException {
1502
- /**
1503
- * @internal
1504
- */
1505
- const filterSensitiveLog: (obj: DeploymentGroupNameRequiredException) => any;
1506
- }
1507
1393
  /**
1508
1394
  * <p>The deployment group name was specified in an invalid format.</p>
1509
1395
  */
@@ -1515,12 +1401,6 @@ export interface InvalidDeploymentGroupNameException extends __SmithyException,
1515
1401
  */
1516
1402
  message?: string;
1517
1403
  }
1518
- export declare namespace InvalidDeploymentGroupNameException {
1519
- /**
1520
- * @internal
1521
- */
1522
- const filterSensitiveLog: (obj: InvalidDeploymentGroupNameException) => any;
1523
- }
1524
1404
  /**
1525
1405
  * <p> Represents the input of a <code>BatchGetDeploymentInstances</code> operation. </p>
1526
1406
  */
@@ -1781,12 +1661,6 @@ export interface DeploymentDoesNotExistException extends __SmithyException, $Met
1781
1661
  */
1782
1662
  message?: string;
1783
1663
  }
1784
- export declare namespace DeploymentDoesNotExistException {
1785
- /**
1786
- * @internal
1787
- */
1788
- const filterSensitiveLog: (obj: DeploymentDoesNotExistException) => any;
1789
- }
1790
1664
  /**
1791
1665
  * <p>At least one deployment ID must be specified.</p>
1792
1666
  */
@@ -1798,12 +1672,6 @@ export interface DeploymentIdRequiredException extends __SmithyException, $Metad
1798
1672
  */
1799
1673
  message?: string;
1800
1674
  }
1801
- export declare namespace DeploymentIdRequiredException {
1802
- /**
1803
- * @internal
1804
- */
1805
- const filterSensitiveLog: (obj: DeploymentIdRequiredException) => any;
1806
- }
1807
1675
  /**
1808
1676
  * @deprecated
1809
1677
  *
@@ -1817,12 +1685,6 @@ export interface InstanceIdRequiredException extends __SmithyException, $Metadat
1817
1685
  */
1818
1686
  message?: string;
1819
1687
  }
1820
- export declare namespace InstanceIdRequiredException {
1821
- /**
1822
- * @internal
1823
- */
1824
- const filterSensitiveLog: (obj: InstanceIdRequiredException) => any;
1825
- }
1826
1688
  /**
1827
1689
  * <p>The computePlatform is invalid. The computePlatform should be <code>Lambda</code>,
1828
1690
  * <code>Server</code>, or <code>ECS</code>.</p>
@@ -1835,12 +1697,6 @@ export interface InvalidComputePlatformException extends __SmithyException, $Met
1835
1697
  */
1836
1698
  message?: string;
1837
1699
  }
1838
- export declare namespace InvalidComputePlatformException {
1839
- /**
1840
- * @internal
1841
- */
1842
- const filterSensitiveLog: (obj: InvalidComputePlatformException) => any;
1843
- }
1844
1700
  /**
1845
1701
  * <p>At least one of the deployment IDs was specified in an invalid format.</p>
1846
1702
  */
@@ -1852,12 +1708,6 @@ export interface InvalidDeploymentIdException extends __SmithyException, $Metada
1852
1708
  */
1853
1709
  message?: string;
1854
1710
  }
1855
- export declare namespace InvalidDeploymentIdException {
1856
- /**
1857
- * @internal
1858
- */
1859
- const filterSensitiveLog: (obj: InvalidDeploymentIdException) => any;
1860
- }
1861
1711
  /**
1862
1712
  * <p> Represents the input of a <code>BatchGetDeployments</code> operation. </p>
1863
1713
  */
@@ -2757,12 +2607,6 @@ export interface DeploymentNotStartedException extends __SmithyException, $Metad
2757
2607
  */
2758
2608
  message?: string;
2759
2609
  }
2760
- export declare namespace DeploymentNotStartedException {
2761
- /**
2762
- * @internal
2763
- */
2764
- const filterSensitiveLog: (obj: DeploymentNotStartedException) => any;
2765
- }
2766
2610
  /**
2767
2611
  * <p> The provided target ID does not belong to the attempted deployment. </p>
2768
2612
  */
@@ -2774,12 +2618,6 @@ export interface DeploymentTargetDoesNotExistException extends __SmithyException
2774
2618
  */
2775
2619
  message?: string;
2776
2620
  }
2777
- export declare namespace DeploymentTargetDoesNotExistException {
2778
- /**
2779
- * @internal
2780
- */
2781
- const filterSensitiveLog: (obj: DeploymentTargetDoesNotExistException) => any;
2782
- }
2783
2621
  /**
2784
2622
  * <p> A deployment target ID was not provided. </p>
2785
2623
  */
@@ -2791,12 +2629,6 @@ export interface DeploymentTargetIdRequiredException extends __SmithyException,
2791
2629
  */
2792
2630
  message?: string;
2793
2631
  }
2794
- export declare namespace DeploymentTargetIdRequiredException {
2795
- /**
2796
- * @internal
2797
- */
2798
- const filterSensitiveLog: (obj: DeploymentTargetIdRequiredException) => any;
2799
- }
2800
2632
  /**
2801
2633
  * <p> The maximum number of targets that can be associated with an Amazon ECS or AWS Lambda
2802
2634
  * deployment was exceeded. The target list of both types of deployments must have exactly
@@ -2810,12 +2642,6 @@ export interface DeploymentTargetListSizeExceededException extends __SmithyExcep
2810
2642
  */
2811
2643
  message?: string;
2812
2644
  }
2813
- export declare namespace DeploymentTargetListSizeExceededException {
2814
- /**
2815
- * @internal
2816
- */
2817
- const filterSensitiveLog: (obj: DeploymentTargetListSizeExceededException) => any;
2818
- }
2819
2645
  /**
2820
2646
  * @deprecated
2821
2647
  *
@@ -2829,12 +2655,6 @@ export interface InstanceDoesNotExistException extends __SmithyException, $Metad
2829
2655
  */
2830
2656
  message?: string;
2831
2657
  }
2832
- export declare namespace InstanceDoesNotExistException {
2833
- /**
2834
- * @internal
2835
- */
2836
- const filterSensitiveLog: (obj: InstanceDoesNotExistException) => any;
2837
- }
2838
2658
  /**
2839
2659
  * <p> The target ID provided was not valid. </p>
2840
2660
  */
@@ -2846,12 +2666,6 @@ export interface InvalidDeploymentTargetIdException extends __SmithyException, $
2846
2666
  */
2847
2667
  message?: string;
2848
2668
  }
2849
- export declare namespace InvalidDeploymentTargetIdException {
2850
- /**
2851
- * @internal
2852
- */
2853
- const filterSensitiveLog: (obj: InvalidDeploymentTargetIdException) => any;
2854
- }
2855
2669
  /**
2856
2670
  * <p>Represents the input of a <code>BatchGetOnPremisesInstances</code> operation.</p>
2857
2671
  */
@@ -2934,12 +2748,6 @@ export interface BucketNameFilterRequiredException extends __SmithyException, $M
2934
2748
  */
2935
2749
  message?: string;
2936
2750
  }
2937
- export declare namespace BucketNameFilterRequiredException {
2938
- /**
2939
- * @internal
2940
- */
2941
- const filterSensitiveLog: (obj: BucketNameFilterRequiredException) => any;
2942
- }
2943
2751
  export declare enum DeploymentWaitType {
2944
2752
  READY_WAIT = "READY_WAIT",
2945
2753
  TERMINATION_WAIT = "TERMINATION_WAIT"
@@ -2975,12 +2783,6 @@ export interface DeploymentAlreadyCompletedException extends __SmithyException,
2975
2783
  */
2976
2784
  message?: string;
2977
2785
  }
2978
- export declare namespace DeploymentAlreadyCompletedException {
2979
- /**
2980
- * @internal
2981
- */
2982
- const filterSensitiveLog: (obj: DeploymentAlreadyCompletedException) => any;
2983
- }
2984
2786
  /**
2985
2787
  * <p>The deployment does not have a status of Ready and can't continue yet.</p>
2986
2788
  */
@@ -2992,12 +2794,6 @@ export interface DeploymentIsNotInReadyStateException extends __SmithyException,
2992
2794
  */
2993
2795
  message?: string;
2994
2796
  }
2995
- export declare namespace DeploymentIsNotInReadyStateException {
2996
- /**
2997
- * @internal
2998
- */
2999
- const filterSensitiveLog: (obj: DeploymentIsNotInReadyStateException) => any;
3000
- }
3001
2797
  /**
3002
2798
  * <p>The specified deployment status doesn't exist or cannot be determined.</p>
3003
2799
  */
@@ -3009,12 +2805,6 @@ export interface InvalidDeploymentStatusException extends __SmithyException, $Me
3009
2805
  */
3010
2806
  message?: string;
3011
2807
  }
3012
- export declare namespace InvalidDeploymentStatusException {
3013
- /**
3014
- * @internal
3015
- */
3016
- const filterSensitiveLog: (obj: InvalidDeploymentStatusException) => any;
3017
- }
3018
2808
  /**
3019
2809
  * <p> The wait type is invalid. </p>
3020
2810
  */
@@ -3026,12 +2816,6 @@ export interface InvalidDeploymentWaitTypeException extends __SmithyException, $
3026
2816
  */
3027
2817
  message?: string;
3028
2818
  }
3029
- export declare namespace InvalidDeploymentWaitTypeException {
3030
- /**
3031
- * @internal
3032
- */
3033
- const filterSensitiveLog: (obj: InvalidDeploymentWaitTypeException) => any;
3034
- }
3035
2819
  /**
3036
2820
  * <p>A call was submitted that is not supported for the specified deployment type.</p>
3037
2821
  */
@@ -3043,12 +2827,6 @@ export interface UnsupportedActionForDeploymentTypeException extends __SmithyExc
3043
2827
  */
3044
2828
  message?: string;
3045
2829
  }
3046
- export declare namespace UnsupportedActionForDeploymentTypeException {
3047
- /**
3048
- * @internal
3049
- */
3050
- const filterSensitiveLog: (obj: UnsupportedActionForDeploymentTypeException) => any;
3051
- }
3052
2830
  /**
3053
2831
  * <p>Represents the input of a <code>CreateApplication</code> operation.</p>
3054
2832
  */
@@ -3102,12 +2880,6 @@ export interface InvalidTagsToAddException extends __SmithyException, $MetadataB
3102
2880
  */
3103
2881
  message?: string;
3104
2882
  }
3105
- export declare namespace InvalidTagsToAddException {
3106
- /**
3107
- * @internal
3108
- */
3109
- const filterSensitiveLog: (obj: InvalidTagsToAddException) => any;
3110
- }
3111
2883
  /**
3112
2884
  * <p>Represents the input of a <code>CreateDeployment</code> operation.</p>
3113
2885
  */
@@ -3234,12 +3006,6 @@ export interface DeploymentGroupDoesNotExistException extends __SmithyException,
3234
3006
  */
3235
3007
  message?: string;
3236
3008
  }
3237
- export declare namespace DeploymentGroupDoesNotExistException {
3238
- /**
3239
- * @internal
3240
- */
3241
- const filterSensitiveLog: (obj: DeploymentGroupDoesNotExistException) => any;
3242
- }
3243
3009
  /**
3244
3010
  * <p>The number of allowed deployments was exceeded.</p>
3245
3011
  */
@@ -3251,12 +3017,6 @@ export interface DeploymentLimitExceededException extends __SmithyException, $Me
3251
3017
  */
3252
3018
  message?: string;
3253
3019
  }
3254
- export declare namespace DeploymentLimitExceededException {
3255
- /**
3256
- * @internal
3257
- */
3258
- const filterSensitiveLog: (obj: DeploymentLimitExceededException) => any;
3259
- }
3260
3020
  /**
3261
3021
  * <p>The description is too long.</p>
3262
3022
  */
@@ -3268,12 +3028,6 @@ export interface DescriptionTooLongException extends __SmithyException, $Metadat
3268
3028
  */
3269
3029
  message?: string;
3270
3030
  }
3271
- export declare namespace DescriptionTooLongException {
3272
- /**
3273
- * @internal
3274
- */
3275
- const filterSensitiveLog: (obj: DescriptionTooLongException) => any;
3276
- }
3277
3031
  /**
3278
3032
  * <p>The automatic rollback configuration was specified in an invalid format. For example,
3279
3033
  * automatic rollback is enabled, but an invalid triggering event type or no event types
@@ -3287,12 +3041,6 @@ export interface InvalidAutoRollbackConfigException extends __SmithyException, $
3287
3041
  */
3288
3042
  message?: string;
3289
3043
  }
3290
- export declare namespace InvalidAutoRollbackConfigException {
3291
- /**
3292
- * @internal
3293
- */
3294
- const filterSensitiveLog: (obj: InvalidAutoRollbackConfigException) => any;
3295
- }
3296
3044
  /**
3297
3045
  * <p>The Auto Scaling group was specified in an invalid format or does not exist.</p>
3298
3046
  */
@@ -3304,12 +3052,6 @@ export interface InvalidAutoScalingGroupException extends __SmithyException, $Me
3304
3052
  */
3305
3053
  message?: string;
3306
3054
  }
3307
- export declare namespace InvalidAutoScalingGroupException {
3308
- /**
3309
- * @internal
3310
- */
3311
- const filterSensitiveLog: (obj: InvalidAutoScalingGroupException) => any;
3312
- }
3313
3055
  /**
3314
3056
  * <p>The deployment configuration name was specified in an invalid format.</p>
3315
3057
  */
@@ -3321,12 +3063,6 @@ export interface InvalidDeploymentConfigNameException extends __SmithyException,
3321
3063
  */
3322
3064
  message?: string;
3323
3065
  }
3324
- export declare namespace InvalidDeploymentConfigNameException {
3325
- /**
3326
- * @internal
3327
- */
3328
- const filterSensitiveLog: (obj: InvalidDeploymentConfigNameException) => any;
3329
- }
3330
3066
  /**
3331
3067
  * <p>An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy
3332
3068
  * handles files or directories that already exist in a deployment target location, but
@@ -3341,12 +3077,6 @@ export interface InvalidFileExistsBehaviorException extends __SmithyException, $
3341
3077
  */
3342
3078
  message?: string;
3343
3079
  }
3344
- export declare namespace InvalidFileExistsBehaviorException {
3345
- /**
3346
- * @internal
3347
- */
3348
- const filterSensitiveLog: (obj: InvalidFileExistsBehaviorException) => any;
3349
- }
3350
3080
  /**
3351
3081
  * <p>The GitHub token is not valid.</p>
3352
3082
  */
@@ -3358,12 +3088,6 @@ export interface InvalidGitHubAccountTokenException extends __SmithyException, $
3358
3088
  */
3359
3089
  message?: string;
3360
3090
  }
3361
- export declare namespace InvalidGitHubAccountTokenException {
3362
- /**
3363
- * @internal
3364
- */
3365
- const filterSensitiveLog: (obj: InvalidGitHubAccountTokenException) => any;
3366
- }
3367
3091
  /**
3368
3092
  * <p>The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments,
3369
3093
  * <code>false</code> is expected. For EC2/On-premises deployments, <code>true</code>
@@ -3377,12 +3101,6 @@ export interface InvalidIgnoreApplicationStopFailuresValueException extends __Sm
3377
3101
  */
3378
3102
  message?: string;
3379
3103
  }
3380
- export declare namespace InvalidIgnoreApplicationStopFailuresValueException {
3381
- /**
3382
- * @internal
3383
- */
3384
- const filterSensitiveLog: (obj: InvalidIgnoreApplicationStopFailuresValueException) => any;
3385
- }
3386
3104
  /**
3387
3105
  * <p>An invalid load balancer name, or no load balancer name, was specified.</p>
3388
3106
  */
@@ -3394,12 +3112,6 @@ export interface InvalidLoadBalancerInfoException extends __SmithyException, $Me
3394
3112
  */
3395
3113
  message?: string;
3396
3114
  }
3397
- export declare namespace InvalidLoadBalancerInfoException {
3398
- /**
3399
- * @internal
3400
- */
3401
- const filterSensitiveLog: (obj: InvalidLoadBalancerInfoException) => any;
3402
- }
3403
3115
  /**
3404
3116
  * <p>The service role ARN was specified in an invalid format. Or, if an Auto Scaling group
3405
3117
  * was specified, the specified service role does not grant the appropriate permissions to
@@ -3413,12 +3125,6 @@ export interface InvalidRoleException extends __SmithyException, $MetadataBearer
3413
3125
  */
3414
3126
  message?: string;
3415
3127
  }
3416
- export declare namespace InvalidRoleException {
3417
- /**
3418
- * @internal
3419
- */
3420
- const filterSensitiveLog: (obj: InvalidRoleException) => any;
3421
- }
3422
3128
  /**
3423
3129
  * <p>The target instance configuration is invalid. Possible causes include:</p>
3424
3130
  * <ul>
@@ -3445,12 +3151,6 @@ export interface InvalidTargetInstancesException extends __SmithyException, $Met
3445
3151
  */
3446
3152
  message?: string;
3447
3153
  }
3448
- export declare namespace InvalidTargetInstancesException {
3449
- /**
3450
- * @internal
3451
- */
3452
- const filterSensitiveLog: (obj: InvalidTargetInstancesException) => any;
3453
- }
3454
3154
  /**
3455
3155
  * <p> The configuration that specifies how traffic is routed during a deployment is
3456
3156
  * invalid.</p>
@@ -3463,12 +3163,6 @@ export interface InvalidTrafficRoutingConfigurationException extends __SmithyExc
3463
3163
  */
3464
3164
  message?: string;
3465
3165
  }
3466
- export declare namespace InvalidTrafficRoutingConfigurationException {
3467
- /**
3468
- * @internal
3469
- */
3470
- const filterSensitiveLog: (obj: InvalidTrafficRoutingConfigurationException) => any;
3471
- }
3472
3166
  /**
3473
3167
  * <p>The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments,
3474
3168
  * <code>false</code> is expected. For EC2/On-premises deployments, <code>true</code>
@@ -3482,12 +3176,6 @@ export interface InvalidUpdateOutdatedInstancesOnlyValueException extends __Smit
3482
3176
  */
3483
3177
  message?: string;
3484
3178
  }
3485
- export declare namespace InvalidUpdateOutdatedInstancesOnlyValueException {
3486
- /**
3487
- * @internal
3488
- */
3489
- const filterSensitiveLog: (obj: InvalidUpdateOutdatedInstancesOnlyValueException) => any;
3490
- }
3491
3179
  /**
3492
3180
  * <p>The named revision does not exist with the IAM user or AWS account.</p>
3493
3181
  */
@@ -3499,12 +3187,6 @@ export interface RevisionDoesNotExistException extends __SmithyException, $Metad
3499
3187
  */
3500
3188
  message?: string;
3501
3189
  }
3502
- export declare namespace RevisionDoesNotExistException {
3503
- /**
3504
- * @internal
3505
- */
3506
- const filterSensitiveLog: (obj: RevisionDoesNotExistException) => any;
3507
- }
3508
3190
  /**
3509
3191
  * <p>An API function was called too frequently.</p>
3510
3192
  */
@@ -3516,12 +3198,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
3516
3198
  */
3517
3199
  message?: string;
3518
3200
  }
3519
- export declare namespace ThrottlingException {
3520
- /**
3521
- * @internal
3522
- */
3523
- const filterSensitiveLog: (obj: ThrottlingException) => any;
3524
- }
3525
3201
  export declare type MinimumHealthyHostsType = "FLEET_PERCENT" | "HOST_COUNT";
3526
3202
  /**
3527
3203
  * <p>Information about minimum healthy instance.</p>
@@ -3729,12 +3405,6 @@ export interface DeploymentConfigAlreadyExistsException extends __SmithyExceptio
3729
3405
  */
3730
3406
  message?: string;
3731
3407
  }
3732
- export declare namespace DeploymentConfigAlreadyExistsException {
3733
- /**
3734
- * @internal
3735
- */
3736
- const filterSensitiveLog: (obj: DeploymentConfigAlreadyExistsException) => any;
3737
- }
3738
3408
  /**
3739
3409
  * <p>The deployment configurations limit was exceeded.</p>
3740
3410
  */
@@ -3746,12 +3416,6 @@ export interface DeploymentConfigLimitExceededException extends __SmithyExceptio
3746
3416
  */
3747
3417
  message?: string;
3748
3418
  }
3749
- export declare namespace DeploymentConfigLimitExceededException {
3750
- /**
3751
- * @internal
3752
- */
3753
- const filterSensitiveLog: (obj: DeploymentConfigLimitExceededException) => any;
3754
- }
3755
3419
  /**
3756
3420
  * <p>The deployment configuration name was not specified.</p>
3757
3421
  */
@@ -3763,12 +3427,6 @@ export interface DeploymentConfigNameRequiredException extends __SmithyException
3763
3427
  */
3764
3428
  message?: string;
3765
3429
  }
3766
- export declare namespace DeploymentConfigNameRequiredException {
3767
- /**
3768
- * @internal
3769
- */
3770
- const filterSensitiveLog: (obj: DeploymentConfigNameRequiredException) => any;
3771
- }
3772
3430
  /**
3773
3431
  * <p>The minimum healthy instance value was specified in an invalid format.</p>
3774
3432
  */
@@ -3780,12 +3438,6 @@ export interface InvalidMinimumHealthyHostValueException extends __SmithyExcepti
3780
3438
  */
3781
3439
  message?: string;
3782
3440
  }
3783
- export declare namespace InvalidMinimumHealthyHostValueException {
3784
- /**
3785
- * @internal
3786
- */
3787
- const filterSensitiveLog: (obj: InvalidMinimumHealthyHostValueException) => any;
3788
- }
3789
3441
  /**
3790
3442
  * <p>Represents the input of a <code>CreateDeploymentGroup</code> operation.</p>
3791
3443
  */
@@ -3933,12 +3585,6 @@ export interface DeploymentGroupAlreadyExistsException extends __SmithyException
3933
3585
  */
3934
3586
  message?: string;
3935
3587
  }
3936
- export declare namespace DeploymentGroupAlreadyExistsException {
3937
- /**
3938
- * @internal
3939
- */
3940
- const filterSensitiveLog: (obj: DeploymentGroupAlreadyExistsException) => any;
3941
- }
3942
3588
  /**
3943
3589
  * <p> The deployment groups limit was exceeded.</p>
3944
3590
  */
@@ -3950,12 +3596,6 @@ export interface DeploymentGroupLimitExceededException extends __SmithyException
3950
3596
  */
3951
3597
  message?: string;
3952
3598
  }
3953
- export declare namespace DeploymentGroupLimitExceededException {
3954
- /**
3955
- * @internal
3956
- */
3957
- const filterSensitiveLog: (obj: DeploymentGroupLimitExceededException) => any;
3958
- }
3959
3599
  /**
3960
3600
  * <p> The Amazon ECS service is associated with more than one deployment groups. An Amazon
3961
3601
  * ECS service can be associated with only one deployment group. </p>
@@ -3968,12 +3608,6 @@ export interface ECSServiceMappingLimitExceededException extends __SmithyExcepti
3968
3608
  */
3969
3609
  message?: string;
3970
3610
  }
3971
- export declare namespace ECSServiceMappingLimitExceededException {
3972
- /**
3973
- * @internal
3974
- */
3975
- const filterSensitiveLog: (obj: ECSServiceMappingLimitExceededException) => any;
3976
- }
3977
3611
  /**
3978
3612
  * <p>The format of the alarm configuration is invalid. Possible causes include:</p>
3979
3613
  * <ul>
@@ -4002,12 +3636,6 @@ export interface InvalidAlarmConfigException extends __SmithyException, $Metadat
4002
3636
  */
4003
3637
  message?: string;
4004
3638
  }
4005
- export declare namespace InvalidAlarmConfigException {
4006
- /**
4007
- * @internal
4008
- */
4009
- const filterSensitiveLog: (obj: InvalidAlarmConfigException) => any;
4010
- }
4011
3639
  /**
4012
3640
  * <p>The configuration for the blue/green deployment group was provided in an invalid
4013
3641
  * format. For information about deployment configuration format, see <a>CreateDeploymentConfig</a>.</p>
@@ -4020,12 +3648,6 @@ export interface InvalidBlueGreenDeploymentConfigurationException extends __Smit
4020
3648
  */
4021
3649
  message?: string;
4022
3650
  }
4023
- export declare namespace InvalidBlueGreenDeploymentConfigurationException {
4024
- /**
4025
- * @internal
4026
- */
4027
- const filterSensitiveLog: (obj: InvalidBlueGreenDeploymentConfigurationException) => any;
4028
- }
4029
3651
  /**
4030
3652
  * <p>An invalid deployment style was specified. Valid deployment types include "IN_PLACE"
4031
3653
  * and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL" and
@@ -4039,12 +3661,6 @@ export interface InvalidDeploymentStyleException extends __SmithyException, $Met
4039
3661
  */
4040
3662
  message?: string;
4041
3663
  }
4042
- export declare namespace InvalidDeploymentStyleException {
4043
- /**
4044
- * @internal
4045
- */
4046
- const filterSensitiveLog: (obj: InvalidDeploymentStyleException) => any;
4047
- }
4048
3664
  /**
4049
3665
  * <p>A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of
4050
3666
  * these data types can be used in a single call.</p>
@@ -4057,12 +3673,6 @@ export interface InvalidEC2TagCombinationException extends __SmithyException, $M
4057
3673
  */
4058
3674
  message?: string;
4059
3675
  }
4060
- export declare namespace InvalidEC2TagCombinationException {
4061
- /**
4062
- * @internal
4063
- */
4064
- const filterSensitiveLog: (obj: InvalidEC2TagCombinationException) => any;
4065
- }
4066
3676
  /**
4067
3677
  * <p>The tag was specified in an invalid format.</p>
4068
3678
  */
@@ -4074,12 +3684,6 @@ export interface InvalidEC2TagException extends __SmithyException, $MetadataBear
4074
3684
  */
4075
3685
  message?: string;
4076
3686
  }
4077
- export declare namespace InvalidEC2TagException {
4078
- /**
4079
- * @internal
4080
- */
4081
- const filterSensitiveLog: (obj: InvalidEC2TagException) => any;
4082
- }
4083
3687
  /**
4084
3688
  * <p> The Amazon ECS service identifier is not valid. </p>
4085
3689
  */
@@ -4091,12 +3695,6 @@ export interface InvalidECSServiceException extends __SmithyException, $Metadata
4091
3695
  */
4092
3696
  message?: string;
4093
3697
  }
4094
- export declare namespace InvalidECSServiceException {
4095
- /**
4096
- * @internal
4097
- */
4098
- const filterSensitiveLog: (obj: InvalidECSServiceException) => any;
4099
- }
4100
3698
  /**
4101
3699
  * <p>The input was specified in an invalid format.</p>
4102
3700
  */
@@ -4108,12 +3706,6 @@ export interface InvalidInputException extends __SmithyException, $MetadataBeare
4108
3706
  */
4109
3707
  message?: string;
4110
3708
  }
4111
- export declare namespace InvalidInputException {
4112
- /**
4113
- * @internal
4114
- */
4115
- const filterSensitiveLog: (obj: InvalidInputException) => any;
4116
- }
4117
3709
  /**
4118
3710
  * <p>A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet,
4119
3711
  * but only one of these data types can be used in a single call.</p>
@@ -4126,12 +3718,6 @@ export interface InvalidOnPremisesTagCombinationException extends __SmithyExcept
4126
3718
  */
4127
3719
  message?: string;
4128
3720
  }
4129
- export declare namespace InvalidOnPremisesTagCombinationException {
4130
- /**
4131
- * @internal
4132
- */
4133
- const filterSensitiveLog: (obj: InvalidOnPremisesTagCombinationException) => any;
4134
- }
4135
3721
  /**
4136
3722
  * <p> A target group pair associated with this deployment is not valid. </p>
4137
3723
  */
@@ -4143,12 +3729,6 @@ export interface InvalidTargetGroupPairException extends __SmithyException, $Met
4143
3729
  */
4144
3730
  message?: string;
4145
3731
  }
4146
- export declare namespace InvalidTargetGroupPairException {
4147
- /**
4148
- * @internal
4149
- */
4150
- const filterSensitiveLog: (obj: InvalidTargetGroupPairException) => any;
4151
- }
4152
3732
  /**
4153
3733
  * <p>The trigger was specified in an invalid format.</p>
4154
3734
  */
@@ -4160,12 +3740,6 @@ export interface InvalidTriggerConfigException extends __SmithyException, $Metad
4160
3740
  */
4161
3741
  message?: string;
4162
3742
  }
4163
- export declare namespace InvalidTriggerConfigException {
4164
- /**
4165
- * @internal
4166
- */
4167
- const filterSensitiveLog: (obj: InvalidTriggerConfigException) => any;
4168
- }
4169
3743
  /**
4170
3744
  * <p>The limit for lifecycle hooks was exceeded.</p>
4171
3745
  */
@@ -4177,12 +3751,6 @@ export interface LifecycleHookLimitExceededException extends __SmithyException,
4177
3751
  */
4178
3752
  message?: string;
4179
3753
  }
4180
- export declare namespace LifecycleHookLimitExceededException {
4181
- /**
4182
- * @internal
4183
- */
4184
- const filterSensitiveLog: (obj: LifecycleHookLimitExceededException) => any;
4185
- }
4186
3754
  /**
4187
3755
  * <p>The role ID was not specified.</p>
4188
3756
  */
@@ -4194,12 +3762,6 @@ export interface RoleRequiredException extends __SmithyException, $MetadataBeare
4194
3762
  */
4195
3763
  message?: string;
4196
3764
  }
4197
- export declare namespace RoleRequiredException {
4198
- /**
4199
- * @internal
4200
- */
4201
- const filterSensitiveLog: (obj: RoleRequiredException) => any;
4202
- }
4203
3765
  /**
4204
3766
  * <p>The number of tag groups included in the tag set list exceeded the maximum allowed
4205
3767
  * limit of 3.</p>
@@ -4212,12 +3774,6 @@ export interface TagSetListLimitExceededException extends __SmithyException, $Me
4212
3774
  */
4213
3775
  message?: string;
4214
3776
  }
4215
- export declare namespace TagSetListLimitExceededException {
4216
- /**
4217
- * @internal
4218
- */
4219
- const filterSensitiveLog: (obj: TagSetListLimitExceededException) => any;
4220
- }
4221
3777
  /**
4222
3778
  * <p>The maximum allowed number of triggers was exceeded.</p>
4223
3779
  */
@@ -4229,12 +3785,6 @@ export interface TriggerTargetsLimitExceededException extends __SmithyException,
4229
3785
  */
4230
3786
  message?: string;
4231
3787
  }
4232
- export declare namespace TriggerTargetsLimitExceededException {
4233
- /**
4234
- * @internal
4235
- */
4236
- const filterSensitiveLog: (obj: TriggerTargetsLimitExceededException) => any;
4237
- }
4238
3788
  /**
4239
3789
  * <p>Represents the input of a <code>DeleteApplication</code> operation.</p>
4240
3790
  */
@@ -4278,12 +3828,6 @@ export interface DeploymentConfigInUseException extends __SmithyException, $Meta
4278
3828
  */
4279
3829
  message?: string;
4280
3830
  }
4281
- export declare namespace DeploymentConfigInUseException {
4282
- /**
4283
- * @internal
4284
- */
4285
- const filterSensitiveLog: (obj: DeploymentConfigInUseException) => any;
4286
- }
4287
3831
  /**
4288
3832
  * <p>An invalid operation was detected.</p>
4289
3833
  */
@@ -4295,12 +3839,6 @@ export interface InvalidOperationException extends __SmithyException, $MetadataB
4295
3839
  */
4296
3840
  message?: string;
4297
3841
  }
4298
- export declare namespace InvalidOperationException {
4299
- /**
4300
- * @internal
4301
- */
4302
- const filterSensitiveLog: (obj: InvalidOperationException) => any;
4303
- }
4304
3842
  /**
4305
3843
  * <p>Represents the input of a <code>DeleteDeploymentGroup</code> operation.</p>
4306
3844
  */
@@ -4381,12 +3919,6 @@ export interface GitHubAccountTokenDoesNotExistException extends __SmithyExcepti
4381
3919
  */
4382
3920
  message?: string;
4383
3921
  }
4384
- export declare namespace GitHubAccountTokenDoesNotExistException {
4385
- /**
4386
- * @internal
4387
- */
4388
- const filterSensitiveLog: (obj: GitHubAccountTokenDoesNotExistException) => any;
4389
- }
4390
3922
  /**
4391
3923
  * <p>The call is missing a required GitHub account connection name.</p>
4392
3924
  */
@@ -4398,12 +3930,6 @@ export interface GitHubAccountTokenNameRequiredException extends __SmithyExcepti
4398
3930
  */
4399
3931
  message?: string;
4400
3932
  }
4401
- export declare namespace GitHubAccountTokenNameRequiredException {
4402
- /**
4403
- * @internal
4404
- */
4405
- const filterSensitiveLog: (obj: GitHubAccountTokenNameRequiredException) => any;
4406
- }
4407
3933
  /**
4408
3934
  * <p>The format of the specified GitHub account connection name is invalid.</p>
4409
3935
  */
@@ -4415,12 +3941,6 @@ export interface InvalidGitHubAccountTokenNameException extends __SmithyExceptio
4415
3941
  */
4416
3942
  message?: string;
4417
3943
  }
4418
- export declare namespace InvalidGitHubAccountTokenNameException {
4419
- /**
4420
- * @internal
4421
- */
4422
- const filterSensitiveLog: (obj: InvalidGitHubAccountTokenNameException) => any;
4423
- }
4424
3944
  /**
4425
3945
  * <p>The API used does not support the deployment.</p>
4426
3946
  */
@@ -4432,12 +3952,6 @@ export interface OperationNotSupportedException extends __SmithyException, $Meta
4432
3952
  */
4433
3953
  message?: string;
4434
3954
  }
4435
- export declare namespace OperationNotSupportedException {
4436
- /**
4437
- * @internal
4438
- */
4439
- const filterSensitiveLog: (obj: OperationNotSupportedException) => any;
4440
- }
4441
3955
  /**
4442
3956
  * <p>The specified resource could not be validated.</p>
4443
3957
  */
@@ -4449,12 +3963,6 @@ export interface ResourceValidationException extends __SmithyException, $Metadat
4449
3963
  */
4450
3964
  message?: string;
4451
3965
  }
4452
- export declare namespace ResourceValidationException {
4453
- /**
4454
- * @internal
4455
- */
4456
- const filterSensitiveLog: (obj: ResourceValidationException) => any;
4457
- }
4458
3966
  export interface DeleteResourcesByExternalIdInput {
4459
3967
  /**
4460
3968
  * <p>The unique ID of an external resource (for example, a CloudFormation stack ID) that is
@@ -4806,12 +4314,6 @@ export interface InvalidBucketNameFilterException extends __SmithyException, $Me
4806
4314
  */
4807
4315
  message?: string;
4808
4316
  }
4809
- export declare namespace InvalidBucketNameFilterException {
4810
- /**
4811
- * @internal
4812
- */
4813
- const filterSensitiveLog: (obj: InvalidBucketNameFilterException) => any;
4814
- }
4815
4317
  /**
4816
4318
  * <p>The deployed state filter was specified in an invalid format.</p>
4817
4319
  */
@@ -4823,12 +4325,6 @@ export interface InvalidDeployedStateFilterException extends __SmithyException,
4823
4325
  */
4824
4326
  message?: string;
4825
4327
  }
4826
- export declare namespace InvalidDeployedStateFilterException {
4827
- /**
4828
- * @internal
4829
- */
4830
- const filterSensitiveLog: (obj: InvalidDeployedStateFilterException) => any;
4831
- }
4832
4328
  /**
4833
4329
  * <p>The specified key prefix filter was specified in an invalid format.</p>
4834
4330
  */
@@ -4840,12 +4336,6 @@ export interface InvalidKeyPrefixFilterException extends __SmithyException, $Met
4840
4336
  */
4841
4337
  message?: string;
4842
4338
  }
4843
- export declare namespace InvalidKeyPrefixFilterException {
4844
- /**
4845
- * @internal
4846
- */
4847
- const filterSensitiveLog: (obj: InvalidKeyPrefixFilterException) => any;
4848
- }
4849
4339
  /**
4850
4340
  * <p>The next token was specified in an invalid format.</p>
4851
4341
  */
@@ -4857,12 +4347,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
4857
4347
  */
4858
4348
  message?: string;
4859
4349
  }
4860
- export declare namespace InvalidNextTokenException {
4861
- /**
4862
- * @internal
4863
- */
4864
- const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
4865
- }
4866
4350
  /**
4867
4351
  * <p>The column name to sort by is either not present or was specified in an invalid
4868
4352
  * format.</p>
@@ -4875,12 +4359,6 @@ export interface InvalidSortByException extends __SmithyException, $MetadataBear
4875
4359
  */
4876
4360
  message?: string;
4877
4361
  }
4878
- export declare namespace InvalidSortByException {
4879
- /**
4880
- * @internal
4881
- */
4882
- const filterSensitiveLog: (obj: InvalidSortByException) => any;
4883
- }
4884
4362
  /**
4885
4363
  * <p>The sort order was specified in an invalid format.</p>
4886
4364
  */
@@ -4892,12 +4370,6 @@ export interface InvalidSortOrderException extends __SmithyException, $MetadataB
4892
4370
  */
4893
4371
  message?: string;
4894
4372
  }
4895
- export declare namespace InvalidSortOrderException {
4896
- /**
4897
- * @internal
4898
- */
4899
- const filterSensitiveLog: (obj: InvalidSortOrderException) => any;
4900
- }
4901
4373
  export declare enum ListStateFilterAction {
4902
4374
  Exclude = "exclude",
4903
4375
  Ignore = "ignore",
@@ -5152,12 +4624,6 @@ export interface InvalidDeploymentInstanceTypeException extends __SmithyExceptio
5152
4624
  */
5153
4625
  message?: string;
5154
4626
  }
5155
- export declare namespace InvalidDeploymentInstanceTypeException {
5156
- /**
5157
- * @internal
5158
- */
5159
- const filterSensitiveLog: (obj: InvalidDeploymentInstanceTypeException) => any;
5160
- }
5161
4627
  /**
5162
4628
  * <p>The specified instance status does not exist.</p>
5163
4629
  */
@@ -5169,12 +4635,6 @@ export interface InvalidInstanceStatusException extends __SmithyException, $Meta
5169
4635
  */
5170
4636
  message?: string;
5171
4637
  }
5172
- export declare namespace InvalidInstanceStatusException {
5173
- /**
5174
- * @internal
5175
- */
5176
- const filterSensitiveLog: (obj: InvalidInstanceStatusException) => any;
5177
- }
5178
4638
  /**
5179
4639
  * <p>An invalid instance type was specified for instances in a blue/green deployment. Valid
5180
4640
  * values include "Blue" for an original environment and "Green" for a replacement
@@ -5188,12 +4648,6 @@ export interface InvalidInstanceTypeException extends __SmithyException, $Metada
5188
4648
  */
5189
4649
  message?: string;
5190
4650
  }
5191
- export declare namespace InvalidInstanceTypeException {
5192
- /**
5193
- * @internal
5194
- */
5195
- const filterSensitiveLog: (obj: InvalidInstanceTypeException) => any;
5196
- }
5197
4651
  /**
5198
4652
  * <p> The target filter name is invalid. </p>
5199
4653
  */
@@ -5205,12 +4659,6 @@ export interface InvalidTargetFilterNameException extends __SmithyException, $Me
5205
4659
  */
5206
4660
  message?: string;
5207
4661
  }
5208
- export declare namespace InvalidTargetFilterNameException {
5209
- /**
5210
- * @internal
5211
- */
5212
- const filterSensitiveLog: (obj: InvalidTargetFilterNameException) => any;
5213
- }
5214
4662
  /**
5215
4663
  * <p> Represents the input of a <code>ListDeploymentInstances</code> operation. </p>
5216
4664
  */
@@ -5302,12 +4750,6 @@ export interface InvalidExternalIdException extends __SmithyException, $Metadata
5302
4750
  */
5303
4751
  message?: string;
5304
4752
  }
5305
- export declare namespace InvalidExternalIdException {
5306
- /**
5307
- * @internal
5308
- */
5309
- const filterSensitiveLog: (obj: InvalidExternalIdException) => any;
5310
- }
5311
4753
  /**
5312
4754
  * <p>The specified time range was specified in an invalid format.</p>
5313
4755
  */
@@ -5319,12 +4761,6 @@ export interface InvalidTimeRangeException extends __SmithyException, $MetadataB
5319
4761
  */
5320
4762
  message?: string;
5321
4763
  }
5322
- export declare namespace InvalidTimeRangeException {
5323
- /**
5324
- * @internal
5325
- */
5326
- const filterSensitiveLog: (obj: InvalidTimeRangeException) => any;
5327
- }
5328
4764
  /**
5329
4765
  * <p>Information about a time range.</p>
5330
4766
  */
@@ -5556,12 +4992,6 @@ export interface InvalidRegistrationStatusException extends __SmithyException, $
5556
4992
  */
5557
4993
  message?: string;
5558
4994
  }
5559
- export declare namespace InvalidRegistrationStatusException {
5560
- /**
5561
- * @internal
5562
- */
5563
- const filterSensitiveLog: (obj: InvalidRegistrationStatusException) => any;
5564
- }
5565
4995
  /**
5566
4996
  * <p>The tag filter was specified in an invalid format.</p>
5567
4997
  */
@@ -5573,12 +5003,6 @@ export interface InvalidTagFilterException extends __SmithyException, $MetadataB
5573
5003
  */
5574
5004
  message?: string;
5575
5005
  }
5576
- export declare namespace InvalidTagFilterException {
5577
- /**
5578
- * @internal
5579
- */
5580
- const filterSensitiveLog: (obj: InvalidTagFilterException) => any;
5581
- }
5582
5006
  export declare enum RegistrationStatus {
5583
5007
  Deregistered = "Deregistered",
5584
5008
  Registered = "Registered"
@@ -5652,12 +5076,6 @@ export interface InvalidArnException extends __SmithyException, $MetadataBearer
5652
5076
  */
5653
5077
  message?: string;
5654
5078
  }
5655
- export declare namespace InvalidArnException {
5656
- /**
5657
- * @internal
5658
- */
5659
- const filterSensitiveLog: (obj: InvalidArnException) => any;
5660
- }
5661
5079
  export interface ListTagsForResourceInput {
5662
5080
  /**
5663
5081
  * <p> The ARN of a CodeDeploy resource. <code>ListTagsForResource</code> returns all the
@@ -5707,12 +5125,6 @@ export interface ResourceArnRequiredException extends __SmithyException, $Metada
5707
5125
  */
5708
5126
  message?: string;
5709
5127
  }
5710
- export declare namespace ResourceArnRequiredException {
5711
- /**
5712
- * @internal
5713
- */
5714
- const filterSensitiveLog: (obj: ResourceArnRequiredException) => any;
5715
- }
5716
5128
  /**
5717
5129
  * <p>A lifecycle event hook is invalid. Review the <code>hooks</code> section in your
5718
5130
  * AppSpec file to ensure the lifecycle events and <code>hooks</code> functions are
@@ -5726,12 +5138,6 @@ export interface InvalidLifecycleEventHookExecutionIdException extends __SmithyE
5726
5138
  */
5727
5139
  message?: string;
5728
5140
  }
5729
- export declare namespace InvalidLifecycleEventHookExecutionIdException {
5730
- /**
5731
- * @internal
5732
- */
5733
- const filterSensitiveLog: (obj: InvalidLifecycleEventHookExecutionIdException) => any;
5734
- }
5735
5141
  /**
5736
5142
  * <p>The result of a Lambda validation function that verifies a lifecycle event is invalid.
5737
5143
  * It should return <code>Succeeded</code> or <code>Failed</code>.</p>
@@ -5744,12 +5150,6 @@ export interface InvalidLifecycleEventHookExecutionStatusException extends __Smi
5744
5150
  */
5745
5151
  message?: string;
5746
5152
  }
5747
- export declare namespace InvalidLifecycleEventHookExecutionStatusException {
5748
- /**
5749
- * @internal
5750
- */
5751
- const filterSensitiveLog: (obj: InvalidLifecycleEventHookExecutionStatusException) => any;
5752
- }
5753
5153
  /**
5754
5154
  * <p>An attempt to return the status of an already completed lifecycle event
5755
5155
  * occurred.</p>
@@ -5762,12 +5162,6 @@ export interface LifecycleEventAlreadyCompletedException extends __SmithyExcepti
5762
5162
  */
5763
5163
  message?: string;
5764
5164
  }
5765
- export declare namespace LifecycleEventAlreadyCompletedException {
5766
- /**
5767
- * @internal
5768
- */
5769
- const filterSensitiveLog: (obj: LifecycleEventAlreadyCompletedException) => any;
5770
- }
5771
5165
  export interface PutLifecycleEventHookExecutionStatusInput {
5772
5166
  /**
5773
5167
  * <p> The unique ID of a deployment. Pass this ID to a Lambda function that validates a
@@ -5842,12 +5236,6 @@ export interface IamArnRequiredException extends __SmithyException, $MetadataBea
5842
5236
  */
5843
5237
  message?: string;
5844
5238
  }
5845
- export declare namespace IamArnRequiredException {
5846
- /**
5847
- * @internal
5848
- */
5849
- const filterSensitiveLog: (obj: IamArnRequiredException) => any;
5850
- }
5851
5239
  /**
5852
5240
  * <p>The request included an IAM session ARN that has already been used to register a
5853
5241
  * different instance.</p>
@@ -5860,12 +5248,6 @@ export interface IamSessionArnAlreadyRegisteredException extends __SmithyExcepti
5860
5248
  */
5861
5249
  message?: string;
5862
5250
  }
5863
- export declare namespace IamSessionArnAlreadyRegisteredException {
5864
- /**
5865
- * @internal
5866
- */
5867
- const filterSensitiveLog: (obj: IamSessionArnAlreadyRegisteredException) => any;
5868
- }
5869
5251
  /**
5870
5252
  * <p>The specified IAM user ARN is already registered with an on-premises instance.</p>
5871
5253
  */
@@ -5877,12 +5259,6 @@ export interface IamUserArnAlreadyRegisteredException extends __SmithyException,
5877
5259
  */
5878
5260
  message?: string;
5879
5261
  }
5880
- export declare namespace IamUserArnAlreadyRegisteredException {
5881
- /**
5882
- * @internal
5883
- */
5884
- const filterSensitiveLog: (obj: IamUserArnAlreadyRegisteredException) => any;
5885
- }
5886
5262
  /**
5887
5263
  * <p>An IAM user ARN was not specified.</p>
5888
5264
  */
@@ -5894,12 +5270,6 @@ export interface IamUserArnRequiredException extends __SmithyException, $Metadat
5894
5270
  */
5895
5271
  message?: string;
5896
5272
  }
5897
- export declare namespace IamUserArnRequiredException {
5898
- /**
5899
- * @internal
5900
- */
5901
- const filterSensitiveLog: (obj: IamUserArnRequiredException) => any;
5902
- }
5903
5273
  /**
5904
5274
  * <p>The specified on-premises instance name is already registered.</p>
5905
5275
  */
@@ -5911,12 +5281,6 @@ export interface InstanceNameAlreadyRegisteredException extends __SmithyExceptio
5911
5281
  */
5912
5282
  message?: string;
5913
5283
  }
5914
- export declare namespace InstanceNameAlreadyRegisteredException {
5915
- /**
5916
- * @internal
5917
- */
5918
- const filterSensitiveLog: (obj: InstanceNameAlreadyRegisteredException) => any;
5919
- }
5920
5284
  /**
5921
5285
  * <p>The IAM session ARN was specified in an invalid format.</p>
5922
5286
  */
@@ -5928,12 +5292,6 @@ export interface InvalidIamSessionArnException extends __SmithyException, $Metad
5928
5292
  */
5929
5293
  message?: string;
5930
5294
  }
5931
- export declare namespace InvalidIamSessionArnException {
5932
- /**
5933
- * @internal
5934
- */
5935
- const filterSensitiveLog: (obj: InvalidIamSessionArnException) => any;
5936
- }
5937
5295
  /**
5938
5296
  * <p>The IAM user ARN was specified in an invalid format.</p>
5939
5297
  */
@@ -5945,12 +5303,6 @@ export interface InvalidIamUserArnException extends __SmithyException, $Metadata
5945
5303
  */
5946
5304
  message?: string;
5947
5305
  }
5948
- export declare namespace InvalidIamUserArnException {
5949
- /**
5950
- * @internal
5951
- */
5952
- const filterSensitiveLog: (obj: InvalidIamUserArnException) => any;
5953
- }
5954
5306
  /**
5955
5307
  * <p>Both an IAM user ARN and an IAM session ARN were included in the request. Use only one
5956
5308
  * ARN type.</p>
@@ -5963,12 +5315,6 @@ export interface MultipleIamArnsProvidedException extends __SmithyException, $Me
5963
5315
  */
5964
5316
  message?: string;
5965
5317
  }
5966
- export declare namespace MultipleIamArnsProvidedException {
5967
- /**
5968
- * @internal
5969
- */
5970
- const filterSensitiveLog: (obj: MultipleIamArnsProvidedException) => any;
5971
- }
5972
5318
  /**
5973
5319
  * <p>Represents the input of the register on-premises instance operation.</p>
5974
5320
  */