@aws-sdk/client-route53resolver 3.934.0 → 3.936.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.
@@ -1,45 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { Route53ResolverServiceException as __BaseException } from "./Route53ResolverServiceException";
3
- /**
4
- * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
5
- * <p>This error can also be thrown when a customer has reached the 5120 character limit for a
6
- * resource policy for CloudWatch Logs.</p>
7
- * @public
8
- */
9
- export declare class AccessDeniedException extends __BaseException {
10
- readonly name: "AccessDeniedException";
11
- readonly $fault: "client";
12
- Message?: string | undefined;
13
- /**
14
- * @internal
15
- */
16
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
17
- }
18
- /**
19
- * @public
20
- * @enum
21
- */
22
- export declare const Action: {
23
- readonly ALERT: "ALERT";
24
- readonly ALLOW: "ALLOW";
25
- readonly BLOCK: "BLOCK";
26
- };
27
- /**
28
- * @public
29
- */
30
- export type Action = (typeof Action)[keyof typeof Action];
31
- /**
32
- * @public
33
- * @enum
34
- */
35
- export declare const MutationProtectionStatus: {
36
- readonly DISABLED: "DISABLED";
37
- readonly ENABLED: "ENABLED";
38
- };
39
- /**
40
- * @public
41
- */
42
- export type MutationProtectionStatus = (typeof MutationProtectionStatus)[keyof typeof MutationProtectionStatus];
1
+ import { Action, AutodefinedReverseFlag, BlockOverrideDnsType, BlockResponse, ConfidenceThreshold, DnsThreatProtection, FirewallDomainImportOperation, FirewallDomainListStatus, FirewallDomainRedirectionAction, FirewallDomainUpdateOperation, FirewallFailOpenStatus, FirewallRuleGroupAssociationStatus, FirewallRuleGroupStatus, IpAddressStatus, MutationProtectionStatus, OutpostResolverStatus, Protocol, ResolverAutodefinedReverseStatus, ResolverDNSSECValidationStatus, ResolverEndpointDirection, ResolverEndpointStatus, ResolverEndpointType, ResolverQueryLogConfigAssociationError, ResolverQueryLogConfigAssociationStatus, ResolverQueryLogConfigStatus, ResolverRuleAssociationStatus, ResolverRuleStatus, RuleTypeOption, ShareStatus, SortOrder, Validation } from "./enums";
43
2
  /**
44
3
  * <p>One tag that you want to add to the specified resource. A tag consists of a <code>Key</code> (a name for the tag) and a <code>Value</code>.</p>
45
4
  * @public
@@ -107,19 +66,6 @@ export interface AssociateFirewallRuleGroupRequest {
107
66
  */
108
67
  Tags?: Tag[] | undefined;
109
68
  }
110
- /**
111
- * @public
112
- * @enum
113
- */
114
- export declare const FirewallRuleGroupAssociationStatus: {
115
- readonly COMPLETE: "COMPLETE";
116
- readonly DELETING: "DELETING";
117
- readonly UPDATING: "UPDATING";
118
- };
119
- /**
120
- * @public
121
- */
122
- export type FirewallRuleGroupAssociationStatus = (typeof FirewallRuleGroupAssociationStatus)[keyof typeof FirewallRuleGroupAssociationStatus];
123
69
  /**
124
70
  * <p>An association between a firewall rule group and a VPC, which enables DNS filtering for
125
71
  * the VPC. </p>
@@ -207,97 +153,6 @@ export interface AssociateFirewallRuleGroupResponse {
207
153
  */
208
154
  FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation | undefined;
209
155
  }
210
- /**
211
- * <p>The requested state transition isn't valid. For example, you can't delete a firewall
212
- * domain list if it is in the process of being deleted, or you can't import domains into a
213
- * domain list that is in the process of being deleted.</p>
214
- * @public
215
- */
216
- export declare class ConflictException extends __BaseException {
217
- readonly name: "ConflictException";
218
- readonly $fault: "client";
219
- Message?: string | undefined;
220
- /**
221
- * @internal
222
- */
223
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
224
- }
225
- /**
226
- * <p>We encountered an unknown error. Try again in a few minutes.</p>
227
- * @public
228
- */
229
- export declare class InternalServiceErrorException extends __BaseException {
230
- readonly name: "InternalServiceErrorException";
231
- readonly $fault: "client";
232
- Message?: string | undefined;
233
- /**
234
- * @internal
235
- */
236
- constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
237
- }
238
- /**
239
- * <p>The request caused one or more limits to be exceeded.</p>
240
- * @public
241
- */
242
- export declare class LimitExceededException extends __BaseException {
243
- readonly name: "LimitExceededException";
244
- readonly $fault: "client";
245
- Message?: string | undefined;
246
- /**
247
- * <p>For a <code>LimitExceededException</code> error, the type of resource that exceeded the current limit.</p>
248
- * @public
249
- */
250
- ResourceType?: string | undefined;
251
- /**
252
- * @internal
253
- */
254
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
255
- }
256
- /**
257
- * <p>The specified resource doesn't exist.</p>
258
- * @public
259
- */
260
- export declare class ResourceNotFoundException extends __BaseException {
261
- readonly name: "ResourceNotFoundException";
262
- readonly $fault: "client";
263
- Message?: string | undefined;
264
- /**
265
- * <p>For a <code>ResourceNotFoundException</code> error, the type of resource that doesn't exist.</p>
266
- * @public
267
- */
268
- ResourceType?: string | undefined;
269
- /**
270
- * @internal
271
- */
272
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
273
- }
274
- /**
275
- * <p>The request was throttled. Try again in a few minutes.</p>
276
- * @public
277
- */
278
- export declare class ThrottlingException extends __BaseException {
279
- readonly name: "ThrottlingException";
280
- readonly $fault: "client";
281
- Message?: string | undefined;
282
- /**
283
- * @internal
284
- */
285
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
286
- }
287
- /**
288
- * <p>You have provided an invalid command. If you ran the <code>UpdateFirewallDomains</code> request. supported values are <code>ADD</code>,
289
- * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
290
- * @public
291
- */
292
- export declare class ValidationException extends __BaseException {
293
- readonly name: "ValidationException";
294
- readonly $fault: "client";
295
- Message?: string | undefined;
296
- /**
297
- * @internal
298
- */
299
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
300
- }
301
156
  /**
302
157
  * <p>In an
303
158
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html">UpdateResolverEndpoint</a>
@@ -348,61 +203,6 @@ export interface AssociateResolverEndpointIpAddressRequest {
348
203
  */
349
204
  IpAddress: IpAddressUpdate | undefined;
350
205
  }
351
- /**
352
- * @public
353
- * @enum
354
- */
355
- export declare const ResolverEndpointDirection: {
356
- readonly Inbound: "INBOUND";
357
- readonly InboundDelegation: "INBOUND_DELEGATION";
358
- readonly Outbound: "OUTBOUND";
359
- };
360
- /**
361
- * @public
362
- */
363
- export type ResolverEndpointDirection = (typeof ResolverEndpointDirection)[keyof typeof ResolverEndpointDirection];
364
- /**
365
- * @public
366
- * @enum
367
- */
368
- export declare const Protocol: {
369
- readonly DO53: "Do53";
370
- readonly DOH: "DoH";
371
- readonly DOHFIPS: "DoH-FIPS";
372
- };
373
- /**
374
- * @public
375
- */
376
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
377
- /**
378
- * @public
379
- * @enum
380
- */
381
- export declare const ResolverEndpointType: {
382
- readonly DUALSTACK: "DUALSTACK";
383
- readonly IPV4: "IPV4";
384
- readonly IPV6: "IPV6";
385
- };
386
- /**
387
- * @public
388
- */
389
- export type ResolverEndpointType = (typeof ResolverEndpointType)[keyof typeof ResolverEndpointType];
390
- /**
391
- * @public
392
- * @enum
393
- */
394
- export declare const ResolverEndpointStatus: {
395
- readonly ActionNeeded: "ACTION_NEEDED";
396
- readonly AutoRecovering: "AUTO_RECOVERING";
397
- readonly Creating: "CREATING";
398
- readonly Deleting: "DELETING";
399
- readonly Operational: "OPERATIONAL";
400
- readonly Updating: "UPDATING";
401
- };
402
- /**
403
- * @public
404
- */
405
- export type ResolverEndpointStatus = (typeof ResolverEndpointStatus)[keyof typeof ResolverEndpointStatus];
406
206
  /**
407
207
  * <p>In the response to a
408
208
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html">CreateResolverEndpoint</a>,
@@ -612,55 +412,6 @@ export interface AssociateResolverEndpointIpAddressResponse {
612
412
  */
613
413
  ResolverEndpoint?: ResolverEndpoint | undefined;
614
414
  }
615
- /**
616
- * <p>One or more parameters in this request are not valid.</p>
617
- * @public
618
- */
619
- export declare class InvalidParameterException extends __BaseException {
620
- readonly name: "InvalidParameterException";
621
- readonly $fault: "client";
622
- Message: string | undefined;
623
- /**
624
- * <p>For an <code>InvalidParameterException</code> error, the name of the parameter that's invalid.</p>
625
- * @public
626
- */
627
- FieldName?: string | undefined;
628
- /**
629
- * @internal
630
- */
631
- constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
632
- }
633
- /**
634
- * <p>The request is invalid.</p>
635
- * @public
636
- */
637
- export declare class InvalidRequestException extends __BaseException {
638
- readonly name: "InvalidRequestException";
639
- readonly $fault: "client";
640
- Message?: string | undefined;
641
- /**
642
- * @internal
643
- */
644
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
645
- }
646
- /**
647
- * <p>The resource that you tried to create already exists.</p>
648
- * @public
649
- */
650
- export declare class ResourceExistsException extends __BaseException {
651
- readonly name: "ResourceExistsException";
652
- readonly $fault: "client";
653
- Message?: string | undefined;
654
- /**
655
- * <p>For a <code>ResourceExistsException</code> error, the type of resource that the error applies to.</p>
656
- * @public
657
- */
658
- ResourceType?: string | undefined;
659
- /**
660
- * @internal
661
- */
662
- constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
663
- }
664
415
  /**
665
416
  * @public
666
417
  */
@@ -679,35 +430,6 @@ export interface AssociateResolverQueryLogConfigRequest {
679
430
  */
680
431
  ResourceId: string | undefined;
681
432
  }
682
- /**
683
- * @public
684
- * @enum
685
- */
686
- export declare const ResolverQueryLogConfigAssociationError: {
687
- readonly AccessDenied: "ACCESS_DENIED";
688
- readonly DestinationNotFound: "DESTINATION_NOT_FOUND";
689
- readonly InternalServiceError: "INTERNAL_SERVICE_ERROR";
690
- readonly None: "NONE";
691
- };
692
- /**
693
- * @public
694
- */
695
- export type ResolverQueryLogConfigAssociationError = (typeof ResolverQueryLogConfigAssociationError)[keyof typeof ResolverQueryLogConfigAssociationError];
696
- /**
697
- * @public
698
- * @enum
699
- */
700
- export declare const ResolverQueryLogConfigAssociationStatus: {
701
- readonly ActionNeeded: "ACTION_NEEDED";
702
- readonly Active: "ACTIVE";
703
- readonly Creating: "CREATING";
704
- readonly Deleting: "DELETING";
705
- readonly Failed: "FAILED";
706
- };
707
- /**
708
- * @public
709
- */
710
- export type ResolverQueryLogConfigAssociationStatus = (typeof ResolverQueryLogConfigAssociationStatus)[keyof typeof ResolverQueryLogConfigAssociationStatus];
711
433
  /**
712
434
  * <p>In the response to an
713
435
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html">AssociateResolverQueryLogConfig</a>,
@@ -816,21 +538,6 @@ export interface AssociateResolverRuleRequest {
816
538
  */
817
539
  VPCId: string | undefined;
818
540
  }
819
- /**
820
- * @public
821
- * @enum
822
- */
823
- export declare const ResolverRuleAssociationStatus: {
824
- readonly Complete: "COMPLETE";
825
- readonly Creating: "CREATING";
826
- readonly Deleting: "DELETING";
827
- readonly Failed: "FAILED";
828
- readonly Overridden: "OVERRIDDEN";
829
- };
830
- /**
831
- * @public
832
- */
833
- export type ResolverRuleAssociationStatus = (typeof ResolverRuleAssociationStatus)[keyof typeof ResolverRuleAssociationStatus];
834
541
  /**
835
542
  * <p>In the response to an
836
543
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html">AssociateResolverRule</a>,
@@ -885,74 +592,6 @@ export interface AssociateResolverRuleResponse {
885
592
  */
886
593
  ResolverRuleAssociation?: ResolverRuleAssociation | undefined;
887
594
  }
888
- /**
889
- * <p>The specified resource isn't available.</p>
890
- * @public
891
- */
892
- export declare class ResourceUnavailableException extends __BaseException {
893
- readonly name: "ResourceUnavailableException";
894
- readonly $fault: "client";
895
- Message?: string | undefined;
896
- /**
897
- * <p>For a <code>ResourceUnavailableException</code> error, the type of resource that isn't available.</p>
898
- * @public
899
- */
900
- ResourceType?: string | undefined;
901
- /**
902
- * @internal
903
- */
904
- constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
905
- }
906
- /**
907
- * @public
908
- * @enum
909
- */
910
- export declare const AutodefinedReverseFlag: {
911
- readonly DISABLE: "DISABLE";
912
- readonly ENABLE: "ENABLE";
913
- readonly USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING";
914
- };
915
- /**
916
- * @public
917
- */
918
- export type AutodefinedReverseFlag = (typeof AutodefinedReverseFlag)[keyof typeof AutodefinedReverseFlag];
919
- /**
920
- * @public
921
- * @enum
922
- */
923
- export declare const BlockOverrideDnsType: {
924
- readonly CNAME: "CNAME";
925
- };
926
- /**
927
- * @public
928
- */
929
- export type BlockOverrideDnsType = (typeof BlockOverrideDnsType)[keyof typeof BlockOverrideDnsType];
930
- /**
931
- * @public
932
- * @enum
933
- */
934
- export declare const BlockResponse: {
935
- readonly NODATA: "NODATA";
936
- readonly NXDOMAIN: "NXDOMAIN";
937
- readonly OVERRIDE: "OVERRIDE";
938
- };
939
- /**
940
- * @public
941
- */
942
- export type BlockResponse = (typeof BlockResponse)[keyof typeof BlockResponse];
943
- /**
944
- * @public
945
- * @enum
946
- */
947
- export declare const ConfidenceThreshold: {
948
- readonly HIGH: "HIGH";
949
- readonly LOW: "LOW";
950
- readonly MEDIUM: "MEDIUM";
951
- };
952
- /**
953
- * @public
954
- */
955
- export type ConfidenceThreshold = (typeof ConfidenceThreshold)[keyof typeof ConfidenceThreshold];
956
595
  /**
957
596
  * @public
958
597
  */
@@ -975,21 +614,6 @@ export interface CreateFirewallDomainListRequest {
975
614
  */
976
615
  Tags?: Tag[] | undefined;
977
616
  }
978
- /**
979
- * @public
980
- * @enum
981
- */
982
- export declare const FirewallDomainListStatus: {
983
- readonly COMPLETE: "COMPLETE";
984
- readonly COMPLETE_IMPORT_FAILED: "COMPLETE_IMPORT_FAILED";
985
- readonly DELETING: "DELETING";
986
- readonly IMPORTING: "IMPORTING";
987
- readonly UPDATING: "UPDATING";
988
- };
989
- /**
990
- * @public
991
- */
992
- export type FirewallDomainListStatus = (typeof FirewallDomainListStatus)[keyof typeof FirewallDomainListStatus];
993
617
  /**
994
618
  * <p>High-level information about a list of firewall domains for use in a <a>FirewallRule</a>. This is returned by <a>GetFirewallDomainList</a>.</p>
995
619
  * <p>To retrieve the domains that are defined for this domain list, call <a>ListFirewallDomains</a>.</p>
@@ -1059,31 +683,6 @@ export interface CreateFirewallDomainListResponse {
1059
683
  */
1060
684
  FirewallDomainList?: FirewallDomainList | undefined;
1061
685
  }
1062
- /**
1063
- * @public
1064
- * @enum
1065
- */
1066
- export declare const DnsThreatProtection: {
1067
- readonly DGA: "DGA";
1068
- readonly DICTIONARY_DGA: "DICTIONARY_DGA";
1069
- readonly DNS_TUNNELING: "DNS_TUNNELING";
1070
- };
1071
- /**
1072
- * @public
1073
- */
1074
- export type DnsThreatProtection = (typeof DnsThreatProtection)[keyof typeof DnsThreatProtection];
1075
- /**
1076
- * @public
1077
- * @enum
1078
- */
1079
- export declare const FirewallDomainRedirectionAction: {
1080
- readonly INSPECT_REDIRECTION_DOMAIN: "INSPECT_REDIRECTION_DOMAIN";
1081
- readonly TRUST_REDIRECTION_DOMAIN: "TRUST_REDIRECTION_DOMAIN";
1082
- };
1083
- /**
1084
- * @public
1085
- */
1086
- export type FirewallDomainRedirectionAction = (typeof FirewallDomainRedirectionAction)[keyof typeof FirewallDomainRedirectionAction];
1087
686
  /**
1088
687
  * @public
1089
688
  */
@@ -1521,32 +1120,6 @@ export interface CreateFirewallRuleGroupRequest {
1521
1120
  */
1522
1121
  Tags?: Tag[] | undefined;
1523
1122
  }
1524
- /**
1525
- * @public
1526
- * @enum
1527
- */
1528
- export declare const ShareStatus: {
1529
- readonly NotShared: "NOT_SHARED";
1530
- readonly SharedByMe: "SHARED_BY_ME";
1531
- readonly SharedWithMe: "SHARED_WITH_ME";
1532
- };
1533
- /**
1534
- * @public
1535
- */
1536
- export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
1537
- /**
1538
- * @public
1539
- * @enum
1540
- */
1541
- export declare const FirewallRuleGroupStatus: {
1542
- readonly COMPLETE: "COMPLETE";
1543
- readonly DELETING: "DELETING";
1544
- readonly UPDATING: "UPDATING";
1545
- };
1546
- /**
1547
- * @public
1548
- */
1549
- export type FirewallRuleGroupStatus = (typeof FirewallRuleGroupStatus)[keyof typeof FirewallRuleGroupStatus];
1550
1123
  /**
1551
1124
  * <p>High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call <a>ListFirewallRules</a>.</p>
1552
1125
  * @public
@@ -1667,23 +1240,6 @@ export interface CreateOutpostResolverRequest {
1667
1240
  */
1668
1241
  Tags?: Tag[] | undefined;
1669
1242
  }
1670
- /**
1671
- * @public
1672
- * @enum
1673
- */
1674
- export declare const OutpostResolverStatus: {
1675
- readonly ACTION_NEEDED: "ACTION_NEEDED";
1676
- readonly CREATING: "CREATING";
1677
- readonly DELETING: "DELETING";
1678
- readonly FAILED_CREATION: "FAILED_CREATION";
1679
- readonly FAILED_DELETION: "FAILED_DELETION";
1680
- readonly OPERATIONAL: "OPERATIONAL";
1681
- readonly UPDATING: "UPDATING";
1682
- };
1683
- /**
1684
- * @public
1685
- */
1686
- export type OutpostResolverStatus = (typeof OutpostResolverStatus)[keyof typeof OutpostResolverStatus];
1687
1243
  /**
1688
1244
  * <p>A complex type that contains settings for an existing Resolver on an Outpost.</p>
1689
1245
  * @public
@@ -1759,19 +1315,6 @@ export interface CreateOutpostResolverResponse {
1759
1315
  */
1760
1316
  OutpostResolver?: OutpostResolver | undefined;
1761
1317
  }
1762
- /**
1763
- * <p>Fulfilling the request would cause one or more quotas to be exceeded.</p>
1764
- * @public
1765
- */
1766
- export declare class ServiceQuotaExceededException extends __BaseException {
1767
- readonly name: "ServiceQuotaExceededException";
1768
- readonly $fault: "client";
1769
- Message?: string | undefined;
1770
- /**
1771
- * @internal
1772
- */
1773
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
1774
- }
1775
1318
  /**
1776
1319
  * <p>In a
1777
1320
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html">CreateResolverEndpoint</a>
@@ -1989,20 +1532,6 @@ export interface CreateResolverQueryLogConfigRequest {
1989
1532
  */
1990
1533
  Tags?: Tag[] | undefined;
1991
1534
  }
1992
- /**
1993
- * @public
1994
- * @enum
1995
- */
1996
- export declare const ResolverQueryLogConfigStatus: {
1997
- readonly Created: "CREATED";
1998
- readonly Creating: "CREATING";
1999
- readonly Deleting: "DELETING";
2000
- readonly Failed: "FAILED";
2001
- };
2002
- /**
2003
- * @public
2004
- */
2005
- export type ResolverQueryLogConfigStatus = (typeof ResolverQueryLogConfigStatus)[keyof typeof ResolverQueryLogConfigStatus];
2006
1535
  /**
2007
1536
  * <p>In the response to a
2008
1537
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverQueryLogConfig.html">CreateResolverQueryLogConfig</a>,
@@ -2107,20 +1636,6 @@ export interface CreateResolverQueryLogConfigResponse {
2107
1636
  */
2108
1637
  ResolverQueryLogConfig?: ResolverQueryLogConfig | undefined;
2109
1638
  }
2110
- /**
2111
- * @public
2112
- * @enum
2113
- */
2114
- export declare const RuleTypeOption: {
2115
- readonly Delegate: "DELEGATE";
2116
- readonly Forward: "FORWARD";
2117
- readonly Recursive: "RECURSIVE";
2118
- readonly System: "SYSTEM";
2119
- };
2120
- /**
2121
- * @public
2122
- */
2123
- export type RuleTypeOption = (typeof RuleTypeOption)[keyof typeof RuleTypeOption];
2124
1639
  /**
2125
1640
  * <p>In a
2126
1641
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html">CreateResolverRule</a>
@@ -2221,20 +1736,6 @@ export interface CreateResolverRuleRequest {
2221
1736
  */
2222
1737
  DelegationRecord?: string | undefined;
2223
1738
  }
2224
- /**
2225
- * @public
2226
- * @enum
2227
- */
2228
- export declare const ResolverRuleStatus: {
2229
- readonly Complete: "COMPLETE";
2230
- readonly Deleting: "DELETING";
2231
- readonly Failed: "FAILED";
2232
- readonly Updating: "UPDATING";
2233
- };
2234
- /**
2235
- * @public
2236
- */
2237
- export type ResolverRuleStatus = (typeof ResolverRuleStatus)[keyof typeof ResolverRuleStatus];
2238
1739
  /**
2239
1740
  * <p>For queries that originate in your VPC, detailed information about a Resolver rule, which specifies how to route DNS queries
2240
1741
  * out of the VPC. The <code>ResolverRule</code> parameter appears in the response to a
@@ -2558,24 +2059,6 @@ export interface DeleteResolverRuleResponse {
2558
2059
  */
2559
2060
  ResolverRule?: ResolverRule | undefined;
2560
2061
  }
2561
- /**
2562
- * <p>The resource that you tried to update or delete is currently in use.</p>
2563
- * @public
2564
- */
2565
- export declare class ResourceInUseException extends __BaseException {
2566
- readonly name: "ResourceInUseException";
2567
- readonly $fault: "client";
2568
- Message?: string | undefined;
2569
- /**
2570
- * <p>For a <code>ResourceInUseException</code> error, the type of resource that is currently in use.</p>
2571
- * @public
2572
- */
2573
- ResourceType?: string | undefined;
2574
- /**
2575
- * @internal
2576
- */
2577
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
2578
- }
2579
2062
  /**
2580
2063
  * @public
2581
2064
  */
@@ -2932,19 +2415,6 @@ export interface Filter {
2932
2415
  */
2933
2416
  Values?: string[] | undefined;
2934
2417
  }
2935
- /**
2936
- * @public
2937
- * @enum
2938
- */
2939
- export declare const FirewallFailOpenStatus: {
2940
- readonly DISABLED: "DISABLED";
2941
- readonly ENABLED: "ENABLED";
2942
- readonly USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING";
2943
- };
2944
- /**
2945
- * @public
2946
- */
2947
- export type FirewallFailOpenStatus = (typeof FirewallFailOpenStatus)[keyof typeof FirewallFailOpenStatus];
2948
2418
  /**
2949
2419
  * <p>Configuration of the firewall behavior provided by DNS Firewall for a single VPC from
2950
2420
  * Amazon Virtual Private Cloud (Amazon VPC). </p>
@@ -2983,17 +2453,6 @@ export interface FirewallConfig {
2983
2453
  */
2984
2454
  FirewallFailOpen?: FirewallFailOpenStatus | undefined;
2985
2455
  }
2986
- /**
2987
- * @public
2988
- * @enum
2989
- */
2990
- export declare const FirewallDomainImportOperation: {
2991
- readonly REPLACE: "REPLACE";
2992
- };
2993
- /**
2994
- * @public
2995
- */
2996
- export type FirewallDomainImportOperation = (typeof FirewallDomainImportOperation)[keyof typeof FirewallDomainImportOperation];
2997
2456
  /**
2998
2457
  * <p>Minimal high-level information for a firewall domain list. The action <a>ListFirewallDomainLists</a> returns an array of these objects. </p>
2999
2458
  * <p>To retrieve full information for a firewall domain list, call <a>GetFirewallDomainList</a> and <a>ListFirewallDomains</a>.</p>
@@ -3028,19 +2487,6 @@ export interface FirewallDomainListMetadata {
3028
2487
  */
3029
2488
  ManagedOwnerName?: string | undefined;
3030
2489
  }
3031
- /**
3032
- * @public
3033
- * @enum
3034
- */
3035
- export declare const FirewallDomainUpdateOperation: {
3036
- readonly ADD: "ADD";
3037
- readonly REMOVE: "REMOVE";
3038
- readonly REPLACE: "REPLACE";
3039
- };
3040
- /**
3041
- * @public
3042
- */
3043
- export type FirewallDomainUpdateOperation = (typeof FirewallDomainUpdateOperation)[keyof typeof FirewallDomainUpdateOperation];
3044
2490
  /**
3045
2491
  * <p>Minimal high-level information for a firewall rule group. The action <a>ListFirewallRuleGroups</a> returns an array of these objects. </p>
3046
2492
  * <p>To retrieve full information for a firewall rule group, call <a>GetFirewallRuleGroup</a> and <a>ListFirewallRules</a>.</p>
@@ -3216,22 +2662,6 @@ export interface GetResolverConfigRequest {
3216
2662
  */
3217
2663
  ResourceId: string | undefined;
3218
2664
  }
3219
- /**
3220
- * @public
3221
- * @enum
3222
- */
3223
- export declare const ResolverAutodefinedReverseStatus: {
3224
- readonly Disabled: "DISABLED";
3225
- readonly Disabling: "DISABLING";
3226
- readonly Enabled: "ENABLED";
3227
- readonly Enabling: "ENABLING";
3228
- readonly UpdatingToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING";
3229
- readonly UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING";
3230
- };
3231
- /**
3232
- * @public
3233
- */
3234
- export type ResolverAutodefinedReverseStatus = (typeof ResolverAutodefinedReverseStatus)[keyof typeof ResolverAutodefinedReverseStatus];
3235
2665
  /**
3236
2666
  * <p>A complex type that contains information about a Resolver configuration for a VPC.</p>
3237
2667
  * @public
@@ -3302,22 +2732,6 @@ export interface GetResolverDnssecConfigRequest {
3302
2732
  */
3303
2733
  ResourceId: string | undefined;
3304
2734
  }
3305
- /**
3306
- * @public
3307
- * @enum
3308
- */
3309
- export declare const ResolverDNSSECValidationStatus: {
3310
- readonly Disabled: "DISABLED";
3311
- readonly Disabling: "DISABLING";
3312
- readonly Enabled: "ENABLED";
3313
- readonly Enabling: "ENABLING";
3314
- readonly UpdateToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING";
3315
- readonly UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING";
3316
- };
3317
- /**
3318
- * @public
3319
- */
3320
- export type ResolverDNSSECValidationStatus = (typeof ResolverDNSSECValidationStatus)[keyof typeof ResolverDNSSECValidationStatus];
3321
2735
  /**
3322
2736
  * <p>A complex type that contains information about a configuration for DNSSEC validation.</p>
3323
2737
  * @public
@@ -3453,19 +2867,6 @@ export interface GetResolverQueryLogConfigPolicyResponse {
3453
2867
  */
3454
2868
  ResolverQueryLogConfigPolicy?: string | undefined;
3455
2869
  }
3456
- /**
3457
- * <p>The specified resource doesn't exist.</p>
3458
- * @public
3459
- */
3460
- export declare class UnknownResourceException extends __BaseException {
3461
- readonly name: "UnknownResourceException";
3462
- readonly $fault: "client";
3463
- Message?: string | undefined;
3464
- /**
3465
- * @internal
3466
- */
3467
- constructor(opts: __ExceptionOptionType<UnknownResourceException, __BaseException>);
3468
- }
3469
2870
  /**
3470
2871
  * @public
3471
2872
  */
@@ -3574,68 +2975,6 @@ export interface ImportFirewallDomainsResponse {
3574
2975
  */
3575
2976
  StatusMessage?: string | undefined;
3576
2977
  }
3577
- /**
3578
- * <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
3579
- * @public
3580
- */
3581
- export declare class InvalidNextTokenException extends __BaseException {
3582
- readonly name: "InvalidNextTokenException";
3583
- readonly $fault: "client";
3584
- Message?: string | undefined;
3585
- /**
3586
- * @internal
3587
- */
3588
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
3589
- }
3590
- /**
3591
- * <p>The specified Resolver rule policy is invalid.</p>
3592
- * @public
3593
- */
3594
- export declare class InvalidPolicyDocument extends __BaseException {
3595
- readonly name: "InvalidPolicyDocument";
3596
- readonly $fault: "client";
3597
- Message?: string | undefined;
3598
- /**
3599
- * @internal
3600
- */
3601
- constructor(opts: __ExceptionOptionType<InvalidPolicyDocument, __BaseException>);
3602
- }
3603
- /**
3604
- * <p>The specified tag is invalid.</p>
3605
- * @public
3606
- */
3607
- export declare class InvalidTagException extends __BaseException {
3608
- readonly name: "InvalidTagException";
3609
- readonly $fault: "client";
3610
- Message?: string | undefined;
3611
- /**
3612
- * @internal
3613
- */
3614
- constructor(opts: __ExceptionOptionType<InvalidTagException, __BaseException>);
3615
- }
3616
- /**
3617
- * @public
3618
- * @enum
3619
- */
3620
- export declare const IpAddressStatus: {
3621
- readonly Attached: "ATTACHED";
3622
- readonly Attaching: "ATTACHING";
3623
- readonly Creating: "CREATING";
3624
- readonly DeleteFailedFasExpired: "DELETE_FAILED_FAS_EXPIRED";
3625
- readonly Deleting: "DELETING";
3626
- readonly Detaching: "DETACHING";
3627
- readonly FailedCreation: "FAILED_CREATION";
3628
- readonly FailedResourceGone: "FAILED_RESOURCE_GONE";
3629
- readonly Isolated: "ISOLATED";
3630
- readonly RemapAttaching: "REMAP_ATTACHING";
3631
- readonly RemapDetaching: "REMAP_DETACHING";
3632
- readonly UpdateFailed: "UPDATE_FAILED";
3633
- readonly Updating: "UPDATING";
3634
- };
3635
- /**
3636
- * @public
3637
- */
3638
- export type IpAddressStatus = (typeof IpAddressStatus)[keyof typeof IpAddressStatus];
3639
2978
  /**
3640
2979
  * <p>In the response to a
3641
2980
  * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>
@@ -4210,18 +3549,6 @@ export interface ListResolverEndpointsResponse {
4210
3549
  */
4211
3550
  ResolverEndpoints?: ResolverEndpoint[] | undefined;
4212
3551
  }
4213
- /**
4214
- * @public
4215
- * @enum
4216
- */
4217
- export declare const SortOrder: {
4218
- readonly Ascending: "ASCENDING";
4219
- readonly Descending: "DESCENDING";
4220
- };
4221
- /**
4222
- * @public
4223
- */
4224
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
4225
3552
  /**
4226
3553
  * @public
4227
3554
  */
@@ -5353,19 +4680,6 @@ export interface UpdateResolverConfigResponse {
5353
4680
  */
5354
4681
  ResolverConfig?: ResolverConfig | undefined;
5355
4682
  }
5356
- /**
5357
- * @public
5358
- * @enum
5359
- */
5360
- export declare const Validation: {
5361
- readonly DISABLE: "DISABLE";
5362
- readonly ENABLE: "ENABLE";
5363
- readonly USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING";
5364
- };
5365
- /**
5366
- * @public
5367
- */
5368
- export type Validation = (typeof Validation)[keyof typeof Validation];
5369
4683
  /**
5370
4684
  * @public
5371
4685
  */