@aws-sdk/client-route-53 3.46.0 → 3.48.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.
@@ -123,12 +123,6 @@ export interface ConcurrentModification extends __SmithyException, $MetadataBear
123
123
  */
124
124
  message?: string;
125
125
  }
126
- export declare namespace ConcurrentModification {
127
- /**
128
- * @internal
129
- */
130
- const filterSensitiveLog: (obj: ConcurrentModification) => any;
131
- }
132
126
  /**
133
127
  * <p>The input is not valid.</p>
134
128
  */
@@ -140,12 +134,6 @@ export interface InvalidInput extends __SmithyException, $MetadataBearer {
140
134
  */
141
135
  message?: string;
142
136
  }
143
- export declare namespace InvalidInput {
144
- /**
145
- * @internal
146
- */
147
- const filterSensitiveLog: (obj: InvalidInput) => any;
148
- }
149
137
  /**
150
138
  * <p>The key-signing key (KSK) status isn't valid or another KSK has the status <code>INTERNAL_FAILURE</code>.</p>
151
139
  */
@@ -154,12 +142,6 @@ export interface InvalidKeySigningKeyStatus extends __SmithyException, $Metadata
154
142
  $fault: "client";
155
143
  message?: string;
156
144
  }
157
- export declare namespace InvalidKeySigningKeyStatus {
158
- /**
159
- * @internal
160
- */
161
- const filterSensitiveLog: (obj: InvalidKeySigningKeyStatus) => any;
162
- }
163
145
  /**
164
146
  * <p>The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC signing.</p>
165
147
  */
@@ -168,12 +150,6 @@ export interface InvalidKMSArn extends __SmithyException, $MetadataBearer {
168
150
  $fault: "client";
169
151
  message?: string;
170
152
  }
171
- export declare namespace InvalidKMSArn {
172
- /**
173
- * @internal
174
- */
175
- const filterSensitiveLog: (obj: InvalidKMSArn) => any;
176
- }
177
153
  /**
178
154
  * <p>Your hosted zone status isn't valid for this operation. In the hosted zone, change the status to enable <code>DNSSEC</code>
179
155
  * or disable <code>DNSSEC</code>.</p>
@@ -183,12 +159,6 @@ export interface InvalidSigningStatus extends __SmithyException, $MetadataBearer
183
159
  $fault: "client";
184
160
  message?: string;
185
161
  }
186
- export declare namespace InvalidSigningStatus {
187
- /**
188
- * @internal
189
- */
190
- const filterSensitiveLog: (obj: InvalidSigningStatus) => any;
191
- }
192
162
  /**
193
163
  * <p>The specified key-signing key (KSK) doesn't exist.</p>
194
164
  */
@@ -197,12 +167,6 @@ export interface NoSuchKeySigningKey extends __SmithyException, $MetadataBearer
197
167
  $fault: "client";
198
168
  message?: string;
199
169
  }
200
- export declare namespace NoSuchKeySigningKey {
201
- /**
202
- * @internal
203
- */
204
- const filterSensitiveLog: (obj: NoSuchKeySigningKey) => any;
205
- }
206
170
  export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
207
171
  /**
208
172
  * <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether
@@ -706,12 +670,6 @@ export interface ConflictingDomainExists extends __SmithyException, $MetadataBea
706
670
  $fault: "client";
707
671
  message?: string;
708
672
  }
709
- export declare namespace ConflictingDomainExists {
710
- /**
711
- * @internal
712
- */
713
- const filterSensitiveLog: (obj: ConflictingDomainExists) => any;
714
- }
715
673
  /**
716
674
  * <p>The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.</p>
717
675
  */
@@ -723,12 +681,6 @@ export interface InvalidVPCId extends __SmithyException, $MetadataBearer {
723
681
  */
724
682
  message?: string;
725
683
  }
726
- export declare namespace InvalidVPCId {
727
- /**
728
- * @internal
729
- */
730
- const filterSensitiveLog: (obj: InvalidVPCId) => any;
731
- }
732
684
  /**
733
685
  * <p>This operation can't be completed either because the current account has reached the limit on reusable delegation sets
734
686
  * that it can create or because you've reached the limit on the number of Amazon VPCs that you can associate with a private hosted zone.
@@ -746,12 +698,6 @@ export interface LimitsExceeded extends __SmithyException, $MetadataBearer {
746
698
  */
747
699
  message?: string;
748
700
  }
749
- export declare namespace LimitsExceeded {
750
- /**
751
- * @internal
752
- */
753
- const filterSensitiveLog: (obj: LimitsExceeded) => any;
754
- }
755
701
  /**
756
702
  * <p>No hosted zone exists with the ID that you specified.</p>
757
703
  */
@@ -763,12 +709,6 @@ export interface NoSuchHostedZone extends __SmithyException, $MetadataBearer {
763
709
  */
764
710
  message?: string;
765
711
  }
766
- export declare namespace NoSuchHostedZone {
767
- /**
768
- * @internal
769
- */
770
- const filterSensitiveLog: (obj: NoSuchHostedZone) => any;
771
- }
772
712
  /**
773
713
  * <p>Associating the specified VPC with the specified hosted zone has not been authorized.</p>
774
714
  */
@@ -780,12 +720,6 @@ export interface NotAuthorizedException extends __SmithyException, $MetadataBear
780
720
  */
781
721
  message?: string;
782
722
  }
783
- export declare namespace NotAuthorizedException {
784
- /**
785
- * @internal
786
- */
787
- const filterSensitiveLog: (obj: NotAuthorizedException) => any;
788
- }
789
723
  /**
790
724
  * <p>If Amazon Route 53 can't process a request before the next request arrives, it will reject
791
725
  * subsequent requests for the same hosted zone and return an <code>HTTP 400 error</code>
@@ -798,12 +732,6 @@ export interface PriorRequestNotComplete extends __SmithyException, $MetadataBea
798
732
  $fault: "client";
799
733
  message?: string;
800
734
  }
801
- export declare namespace PriorRequestNotComplete {
802
- /**
803
- * @internal
804
- */
805
- const filterSensitiveLog: (obj: PriorRequestNotComplete) => any;
806
- }
807
735
  /**
808
736
  * <p>You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't support associating a
809
737
  * VPC with a public hosted zone.</p>
@@ -816,12 +744,6 @@ export interface PublicZoneVPCAssociation extends __SmithyException, $MetadataBe
816
744
  */
817
745
  message?: string;
818
746
  }
819
- export declare namespace PublicZoneVPCAssociation {
820
- /**
821
- * @internal
822
- */
823
- const filterSensitiveLog: (obj: PublicZoneVPCAssociation) => any;
824
- }
825
747
  export declare type ChangeAction = "CREATE" | "DELETE" | "UPSERT";
826
748
  export declare type ResourceRecordSetFailover = "PRIMARY" | "SECONDARY";
827
749
  /**
@@ -1519,12 +1441,6 @@ export interface InvalidChangeBatch extends __SmithyException, $MetadataBearer {
1519
1441
  messages?: string[];
1520
1442
  message?: string;
1521
1443
  }
1522
- export declare namespace InvalidChangeBatch {
1523
- /**
1524
- * @internal
1525
- */
1526
- const filterSensitiveLog: (obj: InvalidChangeBatch) => any;
1527
- }
1528
1444
  /**
1529
1445
  * <p>No health check exists with the specified ID.</p>
1530
1446
  */
@@ -1536,12 +1452,6 @@ export interface NoSuchHealthCheck extends __SmithyException, $MetadataBearer {
1536
1452
  */
1537
1453
  message?: string;
1538
1454
  }
1539
- export declare namespace NoSuchHealthCheck {
1540
- /**
1541
- * @internal
1542
- */
1543
- const filterSensitiveLog: (obj: NoSuchHealthCheck) => any;
1544
- }
1545
1455
  /**
1546
1456
  * <p>A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.</p>
1547
1457
  */
@@ -1650,12 +1560,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
1650
1560
  $fault: "client";
1651
1561
  message?: string;
1652
1562
  }
1653
- export declare namespace ThrottlingException {
1654
- /**
1655
- * @internal
1656
- */
1657
- const filterSensitiveLog: (obj: ThrottlingException) => any;
1658
- }
1659
1563
  export declare type InsufficientDataHealthStatus = "Healthy" | "LastKnownStatus" | "Unhealthy";
1660
1564
  export declare type HealthCheckRegion = "ap-northeast-1" | "ap-southeast-1" | "ap-southeast-2" | "eu-west-1" | "sa-east-1" | "us-east-1" | "us-west-1" | "us-west-2";
1661
1565
  export declare enum HealthCheckType {
@@ -2203,12 +2107,6 @@ export interface HealthCheckAlreadyExists extends __SmithyException, $MetadataBe
2203
2107
  */
2204
2108
  message?: string;
2205
2109
  }
2206
- export declare namespace HealthCheckAlreadyExists {
2207
- /**
2208
- * @internal
2209
- */
2210
- const filterSensitiveLog: (obj: HealthCheckAlreadyExists) => any;
2211
- }
2212
2110
  /**
2213
2111
  * <p>This health check can't be created because the current account has reached the limit on the number of active health checks.</p>
2214
2112
  * <p>For information about default limits, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a>
@@ -2225,12 +2123,6 @@ export interface TooManyHealthChecks extends __SmithyException, $MetadataBearer
2225
2123
  $fault: "client";
2226
2124
  message?: string;
2227
2125
  }
2228
- export declare namespace TooManyHealthChecks {
2229
- /**
2230
- * @internal
2231
- */
2232
- const filterSensitiveLog: (obj: TooManyHealthChecks) => any;
2233
- }
2234
2126
  /**
2235
2127
  * <p>A complex type that contains an optional comment about your hosted zone. If you don't
2236
2128
  * want to specify a comment, omit both the <code>HostedZoneConfig</code> and
@@ -2420,12 +2312,6 @@ export interface DelegationSetNotAvailable extends __SmithyException, $MetadataB
2420
2312
  */
2421
2313
  message?: string;
2422
2314
  }
2423
- export declare namespace DelegationSetNotAvailable {
2424
- /**
2425
- * @internal
2426
- */
2427
- const filterSensitiveLog: (obj: DelegationSetNotAvailable) => any;
2428
- }
2429
2315
  /**
2430
2316
  * <p>A reusable delegation set with the specified ID does not exist.</p>
2431
2317
  */
@@ -2437,12 +2323,6 @@ export interface DelegationSetNotReusable extends __SmithyException, $MetadataBe
2437
2323
  */
2438
2324
  message?: string;
2439
2325
  }
2440
- export declare namespace DelegationSetNotReusable {
2441
- /**
2442
- * @internal
2443
- */
2444
- const filterSensitiveLog: (obj: DelegationSetNotReusable) => any;
2445
- }
2446
2326
  /**
2447
2327
  * <p>The hosted zone you're trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created
2448
2328
  * with the specified <code>CallerReference</code>.</p>
@@ -2455,12 +2335,6 @@ export interface HostedZoneAlreadyExists extends __SmithyException, $MetadataBea
2455
2335
  */
2456
2336
  message?: string;
2457
2337
  }
2458
- export declare namespace HostedZoneAlreadyExists {
2459
- /**
2460
- * @internal
2461
- */
2462
- const filterSensitiveLog: (obj: HostedZoneAlreadyExists) => any;
2463
- }
2464
2338
  /**
2465
2339
  * <p>The specified domain name is not valid.</p>
2466
2340
  */
@@ -2472,12 +2346,6 @@ export interface InvalidDomainName extends __SmithyException, $MetadataBearer {
2472
2346
  */
2473
2347
  message?: string;
2474
2348
  }
2475
- export declare namespace InvalidDomainName {
2476
- /**
2477
- * @internal
2478
- */
2479
- const filterSensitiveLog: (obj: InvalidDomainName) => any;
2480
- }
2481
2349
  /**
2482
2350
  * <p>A reusable delegation set with the specified ID does not exist.</p>
2483
2351
  */
@@ -2489,12 +2357,6 @@ export interface NoSuchDelegationSet extends __SmithyException, $MetadataBearer
2489
2357
  */
2490
2358
  message?: string;
2491
2359
  }
2492
- export declare namespace NoSuchDelegationSet {
2493
- /**
2494
- * @internal
2495
- */
2496
- const filterSensitiveLog: (obj: NoSuchDelegationSet) => any;
2497
- }
2498
2360
  /**
2499
2361
  * <p>This operation can't be completed either because the current account has reached the limit on the number of hosted zones
2500
2362
  * or because you've reached the limit on the number of hosted zones that can be associated with a reusable delegation set.</p>
@@ -2514,12 +2376,6 @@ export interface TooManyHostedZones extends __SmithyException, $MetadataBearer {
2514
2376
  */
2515
2377
  message?: string;
2516
2378
  }
2517
- export declare namespace TooManyHostedZones {
2518
- /**
2519
- * @internal
2520
- */
2521
- const filterSensitiveLog: (obj: TooManyHostedZones) => any;
2522
- }
2523
2379
  export interface CreateKeySigningKeyRequest {
2524
2380
  /**
2525
2381
  * <p>A unique string that identifies the request.</p>
@@ -2784,12 +2640,6 @@ export interface InvalidArgument extends __SmithyException, $MetadataBearer {
2784
2640
  */
2785
2641
  message?: string;
2786
2642
  }
2787
- export declare namespace InvalidArgument {
2788
- /**
2789
- * @internal
2790
- */
2791
- const filterSensitiveLog: (obj: InvalidArgument) => any;
2792
- }
2793
2643
  /**
2794
2644
  * <p>The key-signing key (KSK) name that you specified isn't a valid name.</p>
2795
2645
  */
@@ -2798,12 +2648,6 @@ export interface InvalidKeySigningKeyName extends __SmithyException, $MetadataBe
2798
2648
  $fault: "client";
2799
2649
  message?: string;
2800
2650
  }
2801
- export declare namespace InvalidKeySigningKeyName {
2802
- /**
2803
- * @internal
2804
- */
2805
- const filterSensitiveLog: (obj: InvalidKeySigningKeyName) => any;
2806
- }
2807
2651
  /**
2808
2652
  * <p>You've already created a key-signing key (KSK) with this name or with the same customer managed key ARN.</p>
2809
2653
  */
@@ -2812,12 +2656,6 @@ export interface KeySigningKeyAlreadyExists extends __SmithyException, $Metadata
2812
2656
  $fault: "client";
2813
2657
  message?: string;
2814
2658
  }
2815
- export declare namespace KeySigningKeyAlreadyExists {
2816
- /**
2817
- * @internal
2818
- */
2819
- const filterSensitiveLog: (obj: KeySigningKeyAlreadyExists) => any;
2820
- }
2821
2659
  /**
2822
2660
  * <p>You've reached the limit for the number of key-signing keys (KSKs). Remove at least one KSK, and then try again.</p>
2823
2661
  */
@@ -2826,12 +2664,6 @@ export interface TooManyKeySigningKeys extends __SmithyException, $MetadataBeare
2826
2664
  $fault: "client";
2827
2665
  message?: string;
2828
2666
  }
2829
- export declare namespace TooManyKeySigningKeys {
2830
- /**
2831
- * @internal
2832
- */
2833
- const filterSensitiveLog: (obj: TooManyKeySigningKeys) => any;
2834
- }
2835
2667
  export interface CreateQueryLoggingConfigRequest {
2836
2668
  /**
2837
2669
  * <p>The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.</p>
@@ -2922,12 +2754,6 @@ export interface InsufficientCloudWatchLogsResourcePolicy extends __SmithyExcept
2922
2754
  $fault: "client";
2923
2755
  message?: string;
2924
2756
  }
2925
- export declare namespace InsufficientCloudWatchLogsResourcePolicy {
2926
- /**
2927
- * @internal
2928
- */
2929
- const filterSensitiveLog: (obj: InsufficientCloudWatchLogsResourcePolicy) => any;
2930
- }
2931
2757
  /**
2932
2758
  * <p>There is no CloudWatch Logs log group with the specified ARN.</p>
2933
2759
  */
@@ -2936,12 +2762,6 @@ export interface NoSuchCloudWatchLogsLogGroup extends __SmithyException, $Metada
2936
2762
  $fault: "client";
2937
2763
  message?: string;
2938
2764
  }
2939
- export declare namespace NoSuchCloudWatchLogsLogGroup {
2940
- /**
2941
- * @internal
2942
- */
2943
- const filterSensitiveLog: (obj: NoSuchCloudWatchLogsLogGroup) => any;
2944
- }
2945
2765
  /**
2946
2766
  * <p>You can create only one query logging configuration for a hosted zone, and a query logging configuration already exists
2947
2767
  * for this hosted zone.</p>
@@ -2951,12 +2771,6 @@ export interface QueryLoggingConfigAlreadyExists extends __SmithyException, $Met
2951
2771
  $fault: "client";
2952
2772
  message?: string;
2953
2773
  }
2954
- export declare namespace QueryLoggingConfigAlreadyExists {
2955
- /**
2956
- * @internal
2957
- */
2958
- const filterSensitiveLog: (obj: QueryLoggingConfigAlreadyExists) => any;
2959
- }
2960
2774
  export interface CreateReusableDelegationSetRequest {
2961
2775
  /**
2962
2776
  * <p>A unique string that identifies the request, and that allows you to retry failed
@@ -3005,12 +2819,6 @@ export interface DelegationSetAlreadyCreated extends __SmithyException, $Metadat
3005
2819
  */
3006
2820
  message?: string;
3007
2821
  }
3008
- export declare namespace DelegationSetAlreadyCreated {
3009
- /**
3010
- * @internal
3011
- */
3012
- const filterSensitiveLog: (obj: DelegationSetAlreadyCreated) => any;
3013
- }
3014
2822
  /**
3015
2823
  * <p>The specified delegation set has already been marked as reusable.</p>
3016
2824
  */
@@ -3022,12 +2830,6 @@ export interface DelegationSetAlreadyReusable extends __SmithyException, $Metada
3022
2830
  */
3023
2831
  message?: string;
3024
2832
  }
3025
- export declare namespace DelegationSetAlreadyReusable {
3026
- /**
3027
- * @internal
3028
- */
3029
- const filterSensitiveLog: (obj: DelegationSetAlreadyReusable) => any;
3030
- }
3031
2833
  /**
3032
2834
  * <p>The specified HostedZone can't be found.</p>
3033
2835
  */
@@ -3039,12 +2841,6 @@ export interface HostedZoneNotFound extends __SmithyException, $MetadataBearer {
3039
2841
  */
3040
2842
  message?: string;
3041
2843
  }
3042
- export declare namespace HostedZoneNotFound {
3043
- /**
3044
- * @internal
3045
- */
3046
- const filterSensitiveLog: (obj: HostedZoneNotFound) => any;
3047
- }
3048
2844
  /**
3049
2845
  * <p>A complex type that contains information about the traffic policy that you want to create.</p>
3050
2846
  */
@@ -3138,12 +2934,6 @@ export interface InvalidTrafficPolicyDocument extends __SmithyException, $Metada
3138
2934
  */
3139
2935
  message?: string;
3140
2936
  }
3141
- export declare namespace InvalidTrafficPolicyDocument {
3142
- /**
3143
- * @internal
3144
- */
3145
- const filterSensitiveLog: (obj: InvalidTrafficPolicyDocument) => any;
3146
- }
3147
2937
  /**
3148
2938
  * <p>This traffic policy can't be created because the current account has reached the limit on the number of traffic policies.</p>
3149
2939
  * <p>For information about default limits, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a>
@@ -3161,12 +2951,6 @@ export interface TooManyTrafficPolicies extends __SmithyException, $MetadataBear
3161
2951
  */
3162
2952
  message?: string;
3163
2953
  }
3164
- export declare namespace TooManyTrafficPolicies {
3165
- /**
3166
- * @internal
3167
- */
3168
- const filterSensitiveLog: (obj: TooManyTrafficPolicies) => any;
3169
- }
3170
2954
  /**
3171
2955
  * <p>A traffic policy that has the same value for <code>Name</code> already exists.</p>
3172
2956
  */
@@ -3178,12 +2962,6 @@ export interface TrafficPolicyAlreadyExists extends __SmithyException, $Metadata
3178
2962
  */
3179
2963
  message?: string;
3180
2964
  }
3181
- export declare namespace TrafficPolicyAlreadyExists {
3182
- /**
3183
- * @internal
3184
- */
3185
- const filterSensitiveLog: (obj: TrafficPolicyAlreadyExists) => any;
3186
- }
3187
2965
  /**
3188
2966
  * <p>A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.</p>
3189
2967
  */
@@ -3311,12 +3089,6 @@ export interface NoSuchTrafficPolicy extends __SmithyException, $MetadataBearer
3311
3089
  */
3312
3090
  message?: string;
3313
3091
  }
3314
- export declare namespace NoSuchTrafficPolicy {
3315
- /**
3316
- * @internal
3317
- */
3318
- const filterSensitiveLog: (obj: NoSuchTrafficPolicy) => any;
3319
- }
3320
3092
  /**
3321
3093
  * <p>This traffic policy instance can't be created because the current account has reached the limit on the number of
3322
3094
  * traffic policy instances.</p>
@@ -3335,12 +3107,6 @@ export interface TooManyTrafficPolicyInstances extends __SmithyException, $Metad
3335
3107
  */
3336
3108
  message?: string;
3337
3109
  }
3338
- export declare namespace TooManyTrafficPolicyInstances {
3339
- /**
3340
- * @internal
3341
- */
3342
- const filterSensitiveLog: (obj: TooManyTrafficPolicyInstances) => any;
3343
- }
3344
3110
  /**
3345
3111
  * <p>There is already a traffic policy instance with the specified ID.</p>
3346
3112
  */
@@ -3352,12 +3118,6 @@ export interface TrafficPolicyInstanceAlreadyExists extends __SmithyException, $
3352
3118
  */
3353
3119
  message?: string;
3354
3120
  }
3355
- export declare namespace TrafficPolicyInstanceAlreadyExists {
3356
- /**
3357
- * @internal
3358
- */
3359
- const filterSensitiveLog: (obj: TrafficPolicyInstanceAlreadyExists) => any;
3360
- }
3361
3121
  /**
3362
3122
  * <p>A complex type that contains information about the traffic policy that you want to create a new version for.</p>
3363
3123
  */
@@ -3419,12 +3179,6 @@ export interface TooManyTrafficPolicyVersionsForCurrentPolicy extends __SmithyEx
3419
3179
  */
3420
3180
  message?: string;
3421
3181
  }
3422
- export declare namespace TooManyTrafficPolicyVersionsForCurrentPolicy {
3423
- /**
3424
- * @internal
3425
- */
3426
- const filterSensitiveLog: (obj: TooManyTrafficPolicyVersionsForCurrentPolicy) => any;
3427
- }
3428
3182
  /**
3429
3183
  * <p>A complex type that contains information about the request to authorize associating a VPC with your private hosted zone.
3430
3184
  * Authorization is only required when a private hosted zone and a VPC were created by using different accounts.</p>
@@ -3479,12 +3233,6 @@ export interface TooManyVPCAssociationAuthorizations extends __SmithyException,
3479
3233
  */
3480
3234
  message?: string;
3481
3235
  }
3482
- export declare namespace TooManyVPCAssociationAuthorizations {
3483
- /**
3484
- * @internal
3485
- */
3486
- const filterSensitiveLog: (obj: TooManyVPCAssociationAuthorizations) => any;
3487
- }
3488
3236
  export interface DeactivateKeySigningKeyRequest {
3489
3237
  /**
3490
3238
  * <p>A unique string used to identify a hosted zone.</p>
@@ -3522,12 +3270,6 @@ export interface KeySigningKeyInParentDSRecord extends __SmithyException, $Metad
3522
3270
  $fault: "client";
3523
3271
  message?: string;
3524
3272
  }
3525
- export declare namespace KeySigningKeyInParentDSRecord {
3526
- /**
3527
- * @internal
3528
- */
3529
- const filterSensitiveLog: (obj: KeySigningKeyInParentDSRecord) => any;
3530
- }
3531
3273
  /**
3532
3274
  * <p>The key-signing key (KSK) that you specified can't be deactivated because it's the only KSK for a
3533
3275
  * currently-enabled DNSSEC. Disable DNSSEC signing, or add or enable another KSK.</p>
@@ -3537,12 +3279,6 @@ export interface KeySigningKeyInUse extends __SmithyException, $MetadataBearer {
3537
3279
  $fault: "client";
3538
3280
  message?: string;
3539
3281
  }
3540
- export declare namespace KeySigningKeyInUse {
3541
- /**
3542
- * @internal
3543
- */
3544
- const filterSensitiveLog: (obj: KeySigningKeyInUse) => any;
3545
- }
3546
3282
  /**
3547
3283
  * <p>This action deletes a health check.</p>
3548
3284
  */
@@ -3582,12 +3318,6 @@ export interface HealthCheckInUse extends __SmithyException, $MetadataBearer {
3582
3318
  */
3583
3319
  message?: string;
3584
3320
  }
3585
- export declare namespace HealthCheckInUse {
3586
- /**
3587
- * @internal
3588
- */
3589
- const filterSensitiveLog: (obj: HealthCheckInUse) => any;
3590
- }
3591
3321
  /**
3592
3322
  * <p>A request to delete a hosted zone.</p>
3593
3323
  */
@@ -3629,12 +3359,6 @@ export interface HostedZoneNotEmpty extends __SmithyException, $MetadataBearer {
3629
3359
  */
3630
3360
  message?: string;
3631
3361
  }
3632
- export declare namespace HostedZoneNotEmpty {
3633
- /**
3634
- * @internal
3635
- */
3636
- const filterSensitiveLog: (obj: HostedZoneNotEmpty) => any;
3637
- }
3638
3362
  export interface DeleteKeySigningKeyRequest {
3639
3363
  /**
3640
3364
  * <p>A unique string used to identify a hosted zone.</p>
@@ -3692,12 +3416,6 @@ export interface NoSuchQueryLoggingConfig extends __SmithyException, $MetadataBe
3692
3416
  $fault: "client";
3693
3417
  message?: string;
3694
3418
  }
3695
- export declare namespace NoSuchQueryLoggingConfig {
3696
- /**
3697
- * @internal
3698
- */
3699
- const filterSensitiveLog: (obj: NoSuchQueryLoggingConfig) => any;
3700
- }
3701
3419
  /**
3702
3420
  * <p>The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set
3703
3421
  * can be deleted.</p>
@@ -3710,12 +3428,6 @@ export interface DelegationSetInUse extends __SmithyException, $MetadataBearer {
3710
3428
  */
3711
3429
  message?: string;
3712
3430
  }
3713
- export declare namespace DelegationSetInUse {
3714
- /**
3715
- * @internal
3716
- */
3717
- const filterSensitiveLog: (obj: DelegationSetInUse) => any;
3718
- }
3719
3431
  /**
3720
3432
  * <p>A request to delete a reusable delegation set.</p>
3721
3433
  */
@@ -3783,12 +3495,6 @@ export interface TrafficPolicyInUse extends __SmithyException, $MetadataBearer {
3783
3495
  */
3784
3496
  message?: string;
3785
3497
  }
3786
- export declare namespace TrafficPolicyInUse {
3787
- /**
3788
- * @internal
3789
- */
3790
- const filterSensitiveLog: (obj: TrafficPolicyInUse) => any;
3791
- }
3792
3498
  /**
3793
3499
  * <p>A request to delete a specified traffic policy instance.</p>
3794
3500
  */
@@ -3830,12 +3536,6 @@ export interface NoSuchTrafficPolicyInstance extends __SmithyException, $Metadat
3830
3536
  */
3831
3537
  message?: string;
3832
3538
  }
3833
- export declare namespace NoSuchTrafficPolicyInstance {
3834
- /**
3835
- * @internal
3836
- */
3837
- const filterSensitiveLog: (obj: NoSuchTrafficPolicyInstance) => any;
3838
- }
3839
3539
  /**
3840
3540
  * <p>A complex type that contains information about the request to remove authorization to associate a VPC
3841
3541
  * that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account. </p>
@@ -3880,12 +3580,6 @@ export interface VPCAssociationAuthorizationNotFound extends __SmithyException,
3880
3580
  */
3881
3581
  message?: string;
3882
3582
  }
3883
- export declare namespace VPCAssociationAuthorizationNotFound {
3884
- /**
3885
- * @internal
3886
- */
3887
- const filterSensitiveLog: (obj: VPCAssociationAuthorizationNotFound) => any;
3888
- }
3889
3583
  export interface DisableHostedZoneDNSSECRequest {
3890
3584
  /**
3891
3585
  * <p>A unique string used to identify a hosted zone.</p>
@@ -3919,12 +3613,6 @@ export interface DNSSECNotFound extends __SmithyException, $MetadataBearer {
3919
3613
  $fault: "client";
3920
3614
  message?: string;
3921
3615
  }
3922
- export declare namespace DNSSECNotFound {
3923
- /**
3924
- * @internal
3925
- */
3926
- const filterSensitiveLog: (obj: DNSSECNotFound) => any;
3927
- }
3928
3616
  /**
3929
3617
  * <p>A complex type that contains information about the VPC that you want to disassociate from a
3930
3618
  * specified private hosted zone.</p>
@@ -3978,12 +3666,6 @@ export interface LastVPCAssociation extends __SmithyException, $MetadataBearer {
3978
3666
  */
3979
3667
  message?: string;
3980
3668
  }
3981
- export declare namespace LastVPCAssociation {
3982
- /**
3983
- * @internal
3984
- */
3985
- const filterSensitiveLog: (obj: LastVPCAssociation) => any;
3986
- }
3987
3669
  /**
3988
3670
  * <p>The specified VPC and hosted zone are not currently associated.</p>
3989
3671
  */
@@ -3995,12 +3677,6 @@ export interface VPCAssociationNotFound extends __SmithyException, $MetadataBear
3995
3677
  */
3996
3678
  message?: string;
3997
3679
  }
3998
- export declare namespace VPCAssociationNotFound {
3999
- /**
4000
- * @internal
4001
- */
4002
- const filterSensitiveLog: (obj: VPCAssociationNotFound) => any;
4003
- }
4004
3680
  export interface EnableHostedZoneDNSSECRequest {
4005
3681
  /**
4006
3682
  * <p>A unique string used to identify a hosted zone.</p>
@@ -4034,12 +3710,6 @@ export interface HostedZonePartiallyDelegated extends __SmithyException, $Metada
4034
3710
  $fault: "client";
4035
3711
  message?: string;
4036
3712
  }
4037
- export declare namespace HostedZonePartiallyDelegated {
4038
- /**
4039
- * @internal
4040
- */
4041
- const filterSensitiveLog: (obj: HostedZonePartiallyDelegated) => any;
4042
- }
4043
3713
  /**
4044
3714
  * <p>A key-signing key (KSK) with <code>ACTIVE</code> status wasn't found.</p>
4045
3715
  */
@@ -4048,12 +3718,6 @@ export interface KeySigningKeyWithActiveStatusNotFound extends __SmithyException
4048
3718
  $fault: "client";
4049
3719
  message?: string;
4050
3720
  }
4051
- export declare namespace KeySigningKeyWithActiveStatusNotFound {
4052
- /**
4053
- * @internal
4054
- */
4055
- const filterSensitiveLog: (obj: KeySigningKeyWithActiveStatusNotFound) => any;
4056
- }
4057
3721
  /**
4058
3722
  * <p>A complex type that contains information about the request to create a hosted zone.</p>
4059
3723
  */
@@ -4159,12 +3823,6 @@ export interface NoSuchChange extends __SmithyException, $MetadataBearer {
4159
3823
  $fault: "client";
4160
3824
  message?: string;
4161
3825
  }
4162
- export declare namespace NoSuchChange {
4163
- /**
4164
- * @internal
4165
- */
4166
- const filterSensitiveLog: (obj: NoSuchChange) => any;
4167
- }
4168
3826
  /**
4169
3827
  * <p>Empty request.</p>
4170
3828
  */
@@ -4383,12 +4041,6 @@ export interface NoSuchGeoLocation extends __SmithyException, $MetadataBearer {
4383
4041
  */
4384
4042
  message?: string;
4385
4043
  }
4386
- export declare namespace NoSuchGeoLocation {
4387
- /**
4388
- * @internal
4389
- */
4390
- const filterSensitiveLog: (obj: NoSuchGeoLocation) => any;
4391
- }
4392
4044
  /**
4393
4045
  * <p>A request to get information about a specified health check. </p>
4394
4046
  */
@@ -4429,12 +4081,6 @@ export interface IncompatibleVersion extends __SmithyException, $MetadataBearer
4429
4081
  $fault: "client";
4430
4082
  message?: string;
4431
4083
  }
4432
- export declare namespace IncompatibleVersion {
4433
- /**
4434
- * @internal
4435
- */
4436
- const filterSensitiveLog: (obj: IncompatibleVersion) => any;
4437
- }
4438
4084
  /**
4439
4085
  * <p>A request for the number of health checks that are associated with the current Amazon Web Services account.</p>
4440
4086
  */
@@ -4738,12 +4384,6 @@ export interface HostedZoneNotPrivate extends __SmithyException, $MetadataBearer
4738
4384
  */
4739
4385
  message?: string;
4740
4386
  }
4741
- export declare namespace HostedZoneNotPrivate {
4742
- /**
4743
- * @internal
4744
- */
4745
- const filterSensitiveLog: (obj: HostedZoneNotPrivate) => any;
4746
- }
4747
4387
  export interface GetQueryLoggingConfigRequest {
4748
4388
  /**
4749
4389
  * <p>The ID of the configuration for DNS query logging that you want to get information about.</p>
@@ -5245,12 +4885,6 @@ export interface InvalidPaginationToken extends __SmithyException, $MetadataBear
5245
4885
  $fault: "client";
5246
4886
  message?: string;
5247
4887
  }
5248
- export declare namespace InvalidPaginationToken {
5249
- /**
5250
- * @internal
5251
- */
5252
- const filterSensitiveLog: (obj: InvalidPaginationToken) => any;
5253
- }
5254
4888
  /**
5255
4889
  * <p>Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account created the hosted zones.</p>
5256
4890
  */
@@ -6267,12 +5901,6 @@ export interface HealthCheckVersionMismatch extends __SmithyException, $Metadata
6267
5901
  $fault: "client";
6268
5902
  message?: string;
6269
5903
  }
6270
- export declare namespace HealthCheckVersionMismatch {
6271
- /**
6272
- * @internal
6273
- */
6274
- const filterSensitiveLog: (obj: HealthCheckVersionMismatch) => any;
6275
- }
6276
5904
  export declare type ResettableElementName = "ChildHealthChecks" | "FullyQualifiedDomainName" | "Regions" | "ResourcePath";
6277
5905
  /**
6278
5906
  * <p>A complex type that contains information about a request to update a health check.</p>
@@ -6689,12 +6317,6 @@ export interface ConflictingTypes extends __SmithyException, $MetadataBearer {
6689
6317
  */
6690
6318
  message?: string;
6691
6319
  }
6692
- export declare namespace ConflictingTypes {
6693
- /**
6694
- * @internal
6695
- */
6696
- const filterSensitiveLog: (obj: ConflictingTypes) => any;
6697
- }
6698
6320
  /**
6699
6321
  * <p>A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.</p>
6700
6322
  */