@aws-sdk/client-route53resolver 3.934.0 → 3.935.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,25 +1,36 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { Route53ResolverServiceException as __BaseException } from "./Route53ResolverServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
10
- }
11
- export declare const Action: {
12
- readonly ALERT: "ALERT";
13
- readonly ALLOW: "ALLOW";
14
- readonly BLOCK: "BLOCK";
15
- };
16
- export type Action = (typeof Action)[keyof typeof Action];
17
- export declare const MutationProtectionStatus: {
18
- readonly DISABLED: "DISABLED";
19
- readonly ENABLED: "ENABLED";
20
- };
21
- export type MutationProtectionStatus =
22
- (typeof MutationProtectionStatus)[keyof typeof MutationProtectionStatus];
1
+ import {
2
+ Action,
3
+ AutodefinedReverseFlag,
4
+ BlockOverrideDnsType,
5
+ BlockResponse,
6
+ ConfidenceThreshold,
7
+ DnsThreatProtection,
8
+ FirewallDomainImportOperation,
9
+ FirewallDomainListStatus,
10
+ FirewallDomainRedirectionAction,
11
+ FirewallDomainUpdateOperation,
12
+ FirewallFailOpenStatus,
13
+ FirewallRuleGroupAssociationStatus,
14
+ FirewallRuleGroupStatus,
15
+ IpAddressStatus,
16
+ MutationProtectionStatus,
17
+ OutpostResolverStatus,
18
+ Protocol,
19
+ ResolverAutodefinedReverseStatus,
20
+ ResolverDNSSECValidationStatus,
21
+ ResolverEndpointDirection,
22
+ ResolverEndpointStatus,
23
+ ResolverEndpointType,
24
+ ResolverQueryLogConfigAssociationError,
25
+ ResolverQueryLogConfigAssociationStatus,
26
+ ResolverQueryLogConfigStatus,
27
+ ResolverRuleAssociationStatus,
28
+ ResolverRuleStatus,
29
+ RuleTypeOption,
30
+ ShareStatus,
31
+ SortOrder,
32
+ Validation,
33
+ } from "./enums";
23
34
  export interface Tag {
24
35
  Key: string | undefined;
25
36
  Value: string | undefined;
@@ -33,13 +44,6 @@ export interface AssociateFirewallRuleGroupRequest {
33
44
  MutationProtection?: MutationProtectionStatus | undefined;
34
45
  Tags?: Tag[] | undefined;
35
46
  }
36
- export declare const FirewallRuleGroupAssociationStatus: {
37
- readonly COMPLETE: "COMPLETE";
38
- readonly DELETING: "DELETING";
39
- readonly UPDATING: "UPDATING";
40
- };
41
- export type FirewallRuleGroupAssociationStatus =
42
- (typeof FirewallRuleGroupAssociationStatus)[keyof typeof FirewallRuleGroupAssociationStatus];
43
47
  export interface FirewallRuleGroupAssociation {
44
48
  Id?: string | undefined;
45
49
  Arn?: string | undefined;
@@ -58,54 +62,6 @@ export interface FirewallRuleGroupAssociation {
58
62
  export interface AssociateFirewallRuleGroupResponse {
59
63
  FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation | undefined;
60
64
  }
61
- export declare class ConflictException extends __BaseException {
62
- readonly name: "ConflictException";
63
- readonly $fault: "client";
64
- Message?: string | undefined;
65
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
66
- }
67
- export declare class InternalServiceErrorException extends __BaseException {
68
- readonly name: "InternalServiceErrorException";
69
- readonly $fault: "client";
70
- Message?: string | undefined;
71
- constructor(
72
- opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>
73
- );
74
- }
75
- export declare class LimitExceededException extends __BaseException {
76
- readonly name: "LimitExceededException";
77
- readonly $fault: "client";
78
- Message?: string | undefined;
79
- ResourceType?: string | undefined;
80
- constructor(
81
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
82
- );
83
- }
84
- export declare class ResourceNotFoundException extends __BaseException {
85
- readonly name: "ResourceNotFoundException";
86
- readonly $fault: "client";
87
- Message?: string | undefined;
88
- ResourceType?: string | undefined;
89
- constructor(
90
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
91
- );
92
- }
93
- export declare class ThrottlingException extends __BaseException {
94
- readonly name: "ThrottlingException";
95
- readonly $fault: "client";
96
- Message?: string | undefined;
97
- constructor(
98
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
99
- );
100
- }
101
- export declare class ValidationException extends __BaseException {
102
- readonly name: "ValidationException";
103
- readonly $fault: "client";
104
- Message?: string | undefined;
105
- constructor(
106
- opts: __ExceptionOptionType<ValidationException, __BaseException>
107
- );
108
- }
109
65
  export interface IpAddressUpdate {
110
66
  IpId?: string | undefined;
111
67
  SubnetId?: string | undefined;
@@ -116,36 +72,6 @@ export interface AssociateResolverEndpointIpAddressRequest {
116
72
  ResolverEndpointId: string | undefined;
117
73
  IpAddress: IpAddressUpdate | undefined;
118
74
  }
119
- export declare const ResolverEndpointDirection: {
120
- readonly Inbound: "INBOUND";
121
- readonly InboundDelegation: "INBOUND_DELEGATION";
122
- readonly Outbound: "OUTBOUND";
123
- };
124
- export type ResolverEndpointDirection =
125
- (typeof ResolverEndpointDirection)[keyof typeof ResolverEndpointDirection];
126
- export declare const Protocol: {
127
- readonly DO53: "Do53";
128
- readonly DOH: "DoH";
129
- readonly DOHFIPS: "DoH-FIPS";
130
- };
131
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
132
- export declare const ResolverEndpointType: {
133
- readonly DUALSTACK: "DUALSTACK";
134
- readonly IPV4: "IPV4";
135
- readonly IPV6: "IPV6";
136
- };
137
- export type ResolverEndpointType =
138
- (typeof ResolverEndpointType)[keyof typeof ResolverEndpointType];
139
- export declare const ResolverEndpointStatus: {
140
- readonly ActionNeeded: "ACTION_NEEDED";
141
- readonly AutoRecovering: "AUTO_RECOVERING";
142
- readonly Creating: "CREATING";
143
- readonly Deleting: "DELETING";
144
- readonly Operational: "OPERATIONAL";
145
- readonly Updating: "UPDATING";
146
- };
147
- export type ResolverEndpointStatus =
148
- (typeof ResolverEndpointStatus)[keyof typeof ResolverEndpointStatus];
149
75
  export interface ResolverEndpoint {
150
76
  Id?: string | undefined;
151
77
  CreatorRequestId?: string | undefined;
@@ -167,53 +93,10 @@ export interface ResolverEndpoint {
167
93
  export interface AssociateResolverEndpointIpAddressResponse {
168
94
  ResolverEndpoint?: ResolverEndpoint | undefined;
169
95
  }
170
- export declare class InvalidParameterException extends __BaseException {
171
- readonly name: "InvalidParameterException";
172
- readonly $fault: "client";
173
- Message: string | undefined;
174
- FieldName?: string | undefined;
175
- constructor(
176
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
177
- );
178
- }
179
- export declare class InvalidRequestException extends __BaseException {
180
- readonly name: "InvalidRequestException";
181
- readonly $fault: "client";
182
- Message?: string | undefined;
183
- constructor(
184
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
185
- );
186
- }
187
- export declare class ResourceExistsException extends __BaseException {
188
- readonly name: "ResourceExistsException";
189
- readonly $fault: "client";
190
- Message?: string | undefined;
191
- ResourceType?: string | undefined;
192
- constructor(
193
- opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
194
- );
195
- }
196
96
  export interface AssociateResolverQueryLogConfigRequest {
197
97
  ResolverQueryLogConfigId: string | undefined;
198
98
  ResourceId: string | undefined;
199
99
  }
200
- export declare const ResolverQueryLogConfigAssociationError: {
201
- readonly AccessDenied: "ACCESS_DENIED";
202
- readonly DestinationNotFound: "DESTINATION_NOT_FOUND";
203
- readonly InternalServiceError: "INTERNAL_SERVICE_ERROR";
204
- readonly None: "NONE";
205
- };
206
- export type ResolverQueryLogConfigAssociationError =
207
- (typeof ResolverQueryLogConfigAssociationError)[keyof typeof ResolverQueryLogConfigAssociationError];
208
- export declare const ResolverQueryLogConfigAssociationStatus: {
209
- readonly ActionNeeded: "ACTION_NEEDED";
210
- readonly Active: "ACTIVE";
211
- readonly Creating: "CREATING";
212
- readonly Deleting: "DELETING";
213
- readonly Failed: "FAILED";
214
- };
215
- export type ResolverQueryLogConfigAssociationStatus =
216
- (typeof ResolverQueryLogConfigAssociationStatus)[keyof typeof ResolverQueryLogConfigAssociationStatus];
217
100
  export interface ResolverQueryLogConfigAssociation {
218
101
  Id?: string | undefined;
219
102
  ResolverQueryLogConfigId?: string | undefined;
@@ -233,15 +116,6 @@ export interface AssociateResolverRuleRequest {
233
116
  Name?: string | undefined;
234
117
  VPCId: string | undefined;
235
118
  }
236
- export declare const ResolverRuleAssociationStatus: {
237
- readonly Complete: "COMPLETE";
238
- readonly Creating: "CREATING";
239
- readonly Deleting: "DELETING";
240
- readonly Failed: "FAILED";
241
- readonly Overridden: "OVERRIDDEN";
242
- };
243
- export type ResolverRuleAssociationStatus =
244
- (typeof ResolverRuleAssociationStatus)[keyof typeof ResolverRuleAssociationStatus];
245
119
  export interface ResolverRuleAssociation {
246
120
  Id?: string | undefined;
247
121
  ResolverRuleId?: string | undefined;
@@ -253,54 +127,11 @@ export interface ResolverRuleAssociation {
253
127
  export interface AssociateResolverRuleResponse {
254
128
  ResolverRuleAssociation?: ResolverRuleAssociation | undefined;
255
129
  }
256
- export declare class ResourceUnavailableException extends __BaseException {
257
- readonly name: "ResourceUnavailableException";
258
- readonly $fault: "client";
259
- Message?: string | undefined;
260
- ResourceType?: string | undefined;
261
- constructor(
262
- opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
263
- );
264
- }
265
- export declare const AutodefinedReverseFlag: {
266
- readonly DISABLE: "DISABLE";
267
- readonly ENABLE: "ENABLE";
268
- readonly USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING";
269
- };
270
- export type AutodefinedReverseFlag =
271
- (typeof AutodefinedReverseFlag)[keyof typeof AutodefinedReverseFlag];
272
- export declare const BlockOverrideDnsType: {
273
- readonly CNAME: "CNAME";
274
- };
275
- export type BlockOverrideDnsType =
276
- (typeof BlockOverrideDnsType)[keyof typeof BlockOverrideDnsType];
277
- export declare const BlockResponse: {
278
- readonly NODATA: "NODATA";
279
- readonly NXDOMAIN: "NXDOMAIN";
280
- readonly OVERRIDE: "OVERRIDE";
281
- };
282
- export type BlockResponse = (typeof BlockResponse)[keyof typeof BlockResponse];
283
- export declare const ConfidenceThreshold: {
284
- readonly HIGH: "HIGH";
285
- readonly LOW: "LOW";
286
- readonly MEDIUM: "MEDIUM";
287
- };
288
- export type ConfidenceThreshold =
289
- (typeof ConfidenceThreshold)[keyof typeof ConfidenceThreshold];
290
130
  export interface CreateFirewallDomainListRequest {
291
131
  CreatorRequestId?: string | undefined;
292
132
  Name: string | undefined;
293
133
  Tags?: Tag[] | undefined;
294
134
  }
295
- export declare const FirewallDomainListStatus: {
296
- readonly COMPLETE: "COMPLETE";
297
- readonly COMPLETE_IMPORT_FAILED: "COMPLETE_IMPORT_FAILED";
298
- readonly DELETING: "DELETING";
299
- readonly IMPORTING: "IMPORTING";
300
- readonly UPDATING: "UPDATING";
301
- };
302
- export type FirewallDomainListStatus =
303
- (typeof FirewallDomainListStatus)[keyof typeof FirewallDomainListStatus];
304
135
  export interface FirewallDomainList {
305
136
  Id?: string | undefined;
306
137
  Arn?: string | undefined;
@@ -316,19 +147,6 @@ export interface FirewallDomainList {
316
147
  export interface CreateFirewallDomainListResponse {
317
148
  FirewallDomainList?: FirewallDomainList | undefined;
318
149
  }
319
- export declare const DnsThreatProtection: {
320
- readonly DGA: "DGA";
321
- readonly DICTIONARY_DGA: "DICTIONARY_DGA";
322
- readonly DNS_TUNNELING: "DNS_TUNNELING";
323
- };
324
- export type DnsThreatProtection =
325
- (typeof DnsThreatProtection)[keyof typeof DnsThreatProtection];
326
- export declare const FirewallDomainRedirectionAction: {
327
- readonly INSPECT_REDIRECTION_DOMAIN: "INSPECT_REDIRECTION_DOMAIN";
328
- readonly TRUST_REDIRECTION_DOMAIN: "TRUST_REDIRECTION_DOMAIN";
329
- };
330
- export type FirewallDomainRedirectionAction =
331
- (typeof FirewallDomainRedirectionAction)[keyof typeof FirewallDomainRedirectionAction];
332
150
  export interface CreateFirewallRuleRequest {
333
151
  CreatorRequestId?: string | undefined;
334
152
  FirewallRuleGroupId: string | undefined;
@@ -372,19 +190,6 @@ export interface CreateFirewallRuleGroupRequest {
372
190
  Name: string | undefined;
373
191
  Tags?: Tag[] | undefined;
374
192
  }
375
- export declare const ShareStatus: {
376
- readonly NotShared: "NOT_SHARED";
377
- readonly SharedByMe: "SHARED_BY_ME";
378
- readonly SharedWithMe: "SHARED_WITH_ME";
379
- };
380
- export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
381
- export declare const FirewallRuleGroupStatus: {
382
- readonly COMPLETE: "COMPLETE";
383
- readonly DELETING: "DELETING";
384
- readonly UPDATING: "UPDATING";
385
- };
386
- export type FirewallRuleGroupStatus =
387
- (typeof FirewallRuleGroupStatus)[keyof typeof FirewallRuleGroupStatus];
388
193
  export interface FirewallRuleGroup {
389
194
  Id?: string | undefined;
390
195
  Arn?: string | undefined;
@@ -409,17 +214,6 @@ export interface CreateOutpostResolverRequest {
409
214
  OutpostArn: string | undefined;
410
215
  Tags?: Tag[] | undefined;
411
216
  }
412
- export declare const OutpostResolverStatus: {
413
- readonly ACTION_NEEDED: "ACTION_NEEDED";
414
- readonly CREATING: "CREATING";
415
- readonly DELETING: "DELETING";
416
- readonly FAILED_CREATION: "FAILED_CREATION";
417
- readonly FAILED_DELETION: "FAILED_DELETION";
418
- readonly OPERATIONAL: "OPERATIONAL";
419
- readonly UPDATING: "UPDATING";
420
- };
421
- export type OutpostResolverStatus =
422
- (typeof OutpostResolverStatus)[keyof typeof OutpostResolverStatus];
423
217
  export interface OutpostResolver {
424
218
  Arn?: string | undefined;
425
219
  CreationTime?: string | undefined;
@@ -436,14 +230,6 @@ export interface OutpostResolver {
436
230
  export interface CreateOutpostResolverResponse {
437
231
  OutpostResolver?: OutpostResolver | undefined;
438
232
  }
439
- export declare class ServiceQuotaExceededException extends __BaseException {
440
- readonly name: "ServiceQuotaExceededException";
441
- readonly $fault: "client";
442
- Message?: string | undefined;
443
- constructor(
444
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
445
- );
446
- }
447
233
  export interface IpAddressRequest {
448
234
  SubnetId: string | undefined;
449
235
  Ip?: string | undefined;
@@ -470,14 +256,6 @@ export interface CreateResolverQueryLogConfigRequest {
470
256
  CreatorRequestId?: string | undefined;
471
257
  Tags?: Tag[] | undefined;
472
258
  }
473
- export declare const ResolverQueryLogConfigStatus: {
474
- readonly Created: "CREATED";
475
- readonly Creating: "CREATING";
476
- readonly Deleting: "DELETING";
477
- readonly Failed: "FAILED";
478
- };
479
- export type ResolverQueryLogConfigStatus =
480
- (typeof ResolverQueryLogConfigStatus)[keyof typeof ResolverQueryLogConfigStatus];
481
259
  export interface ResolverQueryLogConfig {
482
260
  Id?: string | undefined;
483
261
  OwnerId?: string | undefined;
@@ -493,14 +271,6 @@ export interface ResolverQueryLogConfig {
493
271
  export interface CreateResolverQueryLogConfigResponse {
494
272
  ResolverQueryLogConfig?: ResolverQueryLogConfig | undefined;
495
273
  }
496
- export declare const RuleTypeOption: {
497
- readonly Delegate: "DELEGATE";
498
- readonly Forward: "FORWARD";
499
- readonly Recursive: "RECURSIVE";
500
- readonly System: "SYSTEM";
501
- };
502
- export type RuleTypeOption =
503
- (typeof RuleTypeOption)[keyof typeof RuleTypeOption];
504
274
  export interface TargetAddress {
505
275
  Ip?: string | undefined;
506
276
  Port?: number | undefined;
@@ -518,14 +288,6 @@ export interface CreateResolverRuleRequest {
518
288
  Tags?: Tag[] | undefined;
519
289
  DelegationRecord?: string | undefined;
520
290
  }
521
- export declare const ResolverRuleStatus: {
522
- readonly Complete: "COMPLETE";
523
- readonly Deleting: "DELETING";
524
- readonly Failed: "FAILED";
525
- readonly Updating: "UPDATING";
526
- };
527
- export type ResolverRuleStatus =
528
- (typeof ResolverRuleStatus)[keyof typeof ResolverRuleStatus];
529
291
  export interface ResolverRule {
530
292
  Id?: string | undefined;
531
293
  CreatorRequestId?: string | undefined;
@@ -591,15 +353,6 @@ export interface DeleteResolverRuleRequest {
591
353
  export interface DeleteResolverRuleResponse {
592
354
  ResolverRule?: ResolverRule | undefined;
593
355
  }
594
- export declare class ResourceInUseException extends __BaseException {
595
- readonly name: "ResourceInUseException";
596
- readonly $fault: "client";
597
- Message?: string | undefined;
598
- ResourceType?: string | undefined;
599
- constructor(
600
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
601
- );
602
- }
603
356
  export interface DisassociateFirewallRuleGroupRequest {
604
357
  FirewallRuleGroupAssociationId: string | undefined;
605
358
  }
@@ -633,24 +386,12 @@ export interface Filter {
633
386
  Name?: string | undefined;
634
387
  Values?: string[] | undefined;
635
388
  }
636
- export declare const FirewallFailOpenStatus: {
637
- readonly DISABLED: "DISABLED";
638
- readonly ENABLED: "ENABLED";
639
- readonly USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING";
640
- };
641
- export type FirewallFailOpenStatus =
642
- (typeof FirewallFailOpenStatus)[keyof typeof FirewallFailOpenStatus];
643
389
  export interface FirewallConfig {
644
390
  Id?: string | undefined;
645
391
  ResourceId?: string | undefined;
646
392
  OwnerId?: string | undefined;
647
393
  FirewallFailOpen?: FirewallFailOpenStatus | undefined;
648
394
  }
649
- export declare const FirewallDomainImportOperation: {
650
- readonly REPLACE: "REPLACE";
651
- };
652
- export type FirewallDomainImportOperation =
653
- (typeof FirewallDomainImportOperation)[keyof typeof FirewallDomainImportOperation];
654
395
  export interface FirewallDomainListMetadata {
655
396
  Id?: string | undefined;
656
397
  Arn?: string | undefined;
@@ -658,13 +399,6 @@ export interface FirewallDomainListMetadata {
658
399
  CreatorRequestId?: string | undefined;
659
400
  ManagedOwnerName?: string | undefined;
660
401
  }
661
- export declare const FirewallDomainUpdateOperation: {
662
- readonly ADD: "ADD";
663
- readonly REMOVE: "REMOVE";
664
- readonly REPLACE: "REPLACE";
665
- };
666
- export type FirewallDomainUpdateOperation =
667
- (typeof FirewallDomainUpdateOperation)[keyof typeof FirewallDomainUpdateOperation];
668
402
  export interface FirewallRuleGroupMetadata {
669
403
  Id?: string | undefined;
670
404
  Arn?: string | undefined;
@@ -712,16 +446,6 @@ export interface GetOutpostResolverResponse {
712
446
  export interface GetResolverConfigRequest {
713
447
  ResourceId: string | undefined;
714
448
  }
715
- export declare const ResolverAutodefinedReverseStatus: {
716
- readonly Disabled: "DISABLED";
717
- readonly Disabling: "DISABLING";
718
- readonly Enabled: "ENABLED";
719
- readonly Enabling: "ENABLING";
720
- readonly UpdatingToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING";
721
- readonly UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING";
722
- };
723
- export type ResolverAutodefinedReverseStatus =
724
- (typeof ResolverAutodefinedReverseStatus)[keyof typeof ResolverAutodefinedReverseStatus];
725
449
  export interface ResolverConfig {
726
450
  Id?: string | undefined;
727
451
  ResourceId?: string | undefined;
@@ -734,16 +458,6 @@ export interface GetResolverConfigResponse {
734
458
  export interface GetResolverDnssecConfigRequest {
735
459
  ResourceId: string | undefined;
736
460
  }
737
- export declare const ResolverDNSSECValidationStatus: {
738
- readonly Disabled: "DISABLED";
739
- readonly Disabling: "DISABLING";
740
- readonly Enabled: "ENABLED";
741
- readonly Enabling: "ENABLING";
742
- readonly UpdateToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING";
743
- readonly UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING";
744
- };
745
- export type ResolverDNSSECValidationStatus =
746
- (typeof ResolverDNSSECValidationStatus)[keyof typeof ResolverDNSSECValidationStatus];
747
461
  export interface ResolverDnssecConfig {
748
462
  Id?: string | undefined;
749
463
  OwnerId?: string | undefined;
@@ -779,14 +493,6 @@ export interface GetResolverQueryLogConfigPolicyRequest {
779
493
  export interface GetResolverQueryLogConfigPolicyResponse {
780
494
  ResolverQueryLogConfigPolicy?: string | undefined;
781
495
  }
782
- export declare class UnknownResourceException extends __BaseException {
783
- readonly name: "UnknownResourceException";
784
- readonly $fault: "client";
785
- Message?: string | undefined;
786
- constructor(
787
- opts: __ExceptionOptionType<UnknownResourceException, __BaseException>
788
- );
789
- }
790
496
  export interface GetResolverRuleRequest {
791
497
  ResolverRuleId: string | undefined;
792
498
  }
@@ -816,47 +522,6 @@ export interface ImportFirewallDomainsResponse {
816
522
  Status?: FirewallDomainListStatus | undefined;
817
523
  StatusMessage?: string | undefined;
818
524
  }
819
- export declare class InvalidNextTokenException extends __BaseException {
820
- readonly name: "InvalidNextTokenException";
821
- readonly $fault: "client";
822
- Message?: string | undefined;
823
- constructor(
824
- opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
825
- );
826
- }
827
- export declare class InvalidPolicyDocument extends __BaseException {
828
- readonly name: "InvalidPolicyDocument";
829
- readonly $fault: "client";
830
- Message?: string | undefined;
831
- constructor(
832
- opts: __ExceptionOptionType<InvalidPolicyDocument, __BaseException>
833
- );
834
- }
835
- export declare class InvalidTagException extends __BaseException {
836
- readonly name: "InvalidTagException";
837
- readonly $fault: "client";
838
- Message?: string | undefined;
839
- constructor(
840
- opts: __ExceptionOptionType<InvalidTagException, __BaseException>
841
- );
842
- }
843
- export declare const IpAddressStatus: {
844
- readonly Attached: "ATTACHED";
845
- readonly Attaching: "ATTACHING";
846
- readonly Creating: "CREATING";
847
- readonly DeleteFailedFasExpired: "DELETE_FAILED_FAS_EXPIRED";
848
- readonly Deleting: "DELETING";
849
- readonly Detaching: "DETACHING";
850
- readonly FailedCreation: "FAILED_CREATION";
851
- readonly FailedResourceGone: "FAILED_RESOURCE_GONE";
852
- readonly Isolated: "ISOLATED";
853
- readonly RemapAttaching: "REMAP_ATTACHING";
854
- readonly RemapDetaching: "REMAP_DETACHING";
855
- readonly UpdateFailed: "UPDATE_FAILED";
856
- readonly Updating: "UPDATING";
857
- };
858
- export type IpAddressStatus =
859
- (typeof IpAddressStatus)[keyof typeof IpAddressStatus];
860
525
  export interface IpAddressResponse {
861
526
  IpId?: string | undefined;
862
527
  SubnetId?: string | undefined;
@@ -969,11 +634,6 @@ export interface ListResolverEndpointsResponse {
969
634
  MaxResults?: number | undefined;
970
635
  ResolverEndpoints?: ResolverEndpoint[] | undefined;
971
636
  }
972
- export declare const SortOrder: {
973
- readonly Ascending: "ASCENDING";
974
- readonly Descending: "DESCENDING";
975
- };
976
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
977
637
  export interface ListResolverQueryLogConfigAssociationsRequest {
978
638
  MaxResults?: number | undefined;
979
639
  NextToken?: string | undefined;
@@ -1129,12 +789,6 @@ export interface UpdateResolverConfigRequest {
1129
789
  export interface UpdateResolverConfigResponse {
1130
790
  ResolverConfig?: ResolverConfig | undefined;
1131
791
  }
1132
- export declare const Validation: {
1133
- readonly DISABLE: "DISABLE";
1134
- readonly ENABLE: "ENABLE";
1135
- readonly USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING";
1136
- };
1137
- export type Validation = (typeof Validation)[keyof typeof Validation];
1138
792
  export interface UpdateResolverDnssecConfigRequest {
1139
793
  ResourceId: string | undefined;
1140
794
  Validation: Validation | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53resolver",
3
3
  "description": "AWS SDK for JavaScript Route53resolver Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route53resolver",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";