@aws-sdk/client-route53resolver 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultRoute53ResolverHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-04-01",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.route53resolver",
30
+ errorTypeRegistries,
29
31
  version: "2018-04-01",
30
32
  serviceTarget: "Route53Resolver",
31
33
  },
@@ -295,8 +295,8 @@ const _RRC = "ResolverRuleConfig";
295
295
  const _RRI = "ResolverRuleId";
296
296
  const _RRP = "ResolverRulePolicy";
297
297
  const _RRe = "ResolverRules";
298
- const _RT = "RuleType";
299
- const _RTe = "ResourceType";
298
+ const _RT = "ResourceType";
299
+ const _RTu = "RuleType";
300
300
  const _RUE = "ResourceUnavailableException";
301
301
  const _RV = "ReturnValue";
302
302
  const _S = "Status";
@@ -369,12 +369,116 @@ const n0 = "com.amazonaws.route53resolver";
369
369
  import { TypeRegistry } from "@smithy/core/schema";
370
370
  import { AccessDeniedException, ConflictException, InternalServiceErrorException, InvalidNextTokenException, InvalidParameterException, InvalidPolicyDocument, InvalidRequestException, InvalidTagException, LimitExceededException, ResourceExistsException, ResourceInUseException, ResourceNotFoundException, ResourceUnavailableException, ServiceQuotaExceededException, ThrottlingException, UnknownResourceException, ValidationException, } from "../models/errors";
371
371
  import { Route53ResolverServiceException } from "../models/Route53ResolverServiceException";
372
+ const _s_registry = TypeRegistry.for(_s);
373
+ export var Route53ResolverServiceException$ = [-3, _s, "Route53ResolverServiceException", 0, [], []];
374
+ _s_registry.registerError(Route53ResolverServiceException$, Route53ResolverServiceException);
375
+ const n0_registry = TypeRegistry.for(n0);
372
376
  export var AccessDeniedException$ = [-3, n0, _ADE,
373
377
  { [_e]: _c },
374
378
  [_M],
375
379
  [0]
376
380
  ];
377
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
381
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
382
+ export var ConflictException$ = [-3, n0, _CE,
383
+ { [_e]: _c },
384
+ [_M],
385
+ [0]
386
+ ];
387
+ n0_registry.registerError(ConflictException$, ConflictException);
388
+ export var InternalServiceErrorException$ = [-3, n0, _ISEE,
389
+ { [_e]: _c },
390
+ [_M],
391
+ [0]
392
+ ];
393
+ n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
394
+ export var InvalidNextTokenException$ = [-3, n0, _INTE,
395
+ { [_e]: _c },
396
+ [_M],
397
+ [0]
398
+ ];
399
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
400
+ export var InvalidParameterException$ = [-3, n0, _IPE,
401
+ { [_e]: _c },
402
+ [_M, _FN],
403
+ [0, 0], 1
404
+ ];
405
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
406
+ export var InvalidPolicyDocument$ = [-3, n0, _IPD,
407
+ { [_e]: _c },
408
+ [_M],
409
+ [0]
410
+ ];
411
+ n0_registry.registerError(InvalidPolicyDocument$, InvalidPolicyDocument);
412
+ export var InvalidRequestException$ = [-3, n0, _IRE,
413
+ { [_e]: _c },
414
+ [_M],
415
+ [0]
416
+ ];
417
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
418
+ export var InvalidTagException$ = [-3, n0, _ITE,
419
+ { [_e]: _c },
420
+ [_M],
421
+ [0]
422
+ ];
423
+ n0_registry.registerError(InvalidTagException$, InvalidTagException);
424
+ export var LimitExceededException$ = [-3, n0, _LEE,
425
+ { [_e]: _c },
426
+ [_M, _RT],
427
+ [0, 0]
428
+ ];
429
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
430
+ export var ResourceExistsException$ = [-3, n0, _REE,
431
+ { [_e]: _c },
432
+ [_M, _RT],
433
+ [0, 0]
434
+ ];
435
+ n0_registry.registerError(ResourceExistsException$, ResourceExistsException);
436
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
437
+ { [_e]: _c },
438
+ [_M, _RT],
439
+ [0, 0]
440
+ ];
441
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
442
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
443
+ { [_e]: _c },
444
+ [_M, _RT],
445
+ [0, 0]
446
+ ];
447
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
448
+ export var ResourceUnavailableException$ = [-3, n0, _RUE,
449
+ { [_e]: _c },
450
+ [_M, _RT],
451
+ [0, 0]
452
+ ];
453
+ n0_registry.registerError(ResourceUnavailableException$, ResourceUnavailableException);
454
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
455
+ { [_e]: _c },
456
+ [_M],
457
+ [0]
458
+ ];
459
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
460
+ export var ThrottlingException$ = [-3, n0, _TE,
461
+ { [_e]: _c },
462
+ [_M],
463
+ [0]
464
+ ];
465
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
466
+ export var UnknownResourceException$ = [-3, n0, _URE,
467
+ { [_e]: _c },
468
+ [_M],
469
+ [0]
470
+ ];
471
+ n0_registry.registerError(UnknownResourceException$, UnknownResourceException);
472
+ export var ValidationException$ = [-3, n0, _VE,
473
+ { [_e]: _c },
474
+ [_M],
475
+ [0]
476
+ ];
477
+ n0_registry.registerError(ValidationException$, ValidationException);
478
+ export const errorTypeRegistries = [
479
+ _s_registry,
480
+ n0_registry,
481
+ ];
378
482
  export var AssociateFirewallRuleGroupRequest$ = [3, n0, _AFRGR,
379
483
  0,
380
484
  [_FRGI, _VI, _P, _N, _CRI, _MP, _T],
@@ -415,12 +519,6 @@ export var AssociateResolverRuleResponse$ = [3, n0, _ARRRs,
415
519
  [_RRA],
416
520
  [() => ResolverRuleAssociation$]
417
521
  ];
418
- export var ConflictException$ = [-3, n0, _CE,
419
- { [_e]: _c },
420
- [_M],
421
- [0]
422
- ];
423
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
424
522
  export var CreateFirewallDomainListRequest$ = [3, n0, _CFDLR,
425
523
  0,
426
524
  [_N, _CRI, _T],
@@ -483,7 +581,7 @@ export var CreateResolverQueryLogConfigResponse$ = [3, n0, _CRQLCRr,
483
581
  ];
484
582
  export var CreateResolverRuleRequest$ = [3, n0, _CRRR,
485
583
  0,
486
- [_CRI, _RT, _N, _DN, _TI, _REI, _T, _DR],
584
+ [_CRI, _RTu, _N, _DN, _TI, _REI, _T, _DR],
487
585
  [0, 0, 0, 0, () => TargetList, 0, () => TagList, 0], 2
488
586
  ];
489
587
  export var CreateResolverRuleResponse$ = [3, n0, _CRRRr,
@@ -801,42 +899,6 @@ export var ImportFirewallDomainsResponse$ = [3, n0, _IFDRm,
801
899
  [_I, _N, _S, _SM],
802
900
  [0, 0, 0, 0]
803
901
  ];
804
- export var InternalServiceErrorException$ = [-3, n0, _ISEE,
805
- { [_e]: _c },
806
- [_M],
807
- [0]
808
- ];
809
- TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
810
- export var InvalidNextTokenException$ = [-3, n0, _INTE,
811
- { [_e]: _c },
812
- [_M],
813
- [0]
814
- ];
815
- TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
816
- export var InvalidParameterException$ = [-3, n0, _IPE,
817
- { [_e]: _c },
818
- [_M, _FN],
819
- [0, 0], 1
820
- ];
821
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
822
- export var InvalidPolicyDocument$ = [-3, n0, _IPD,
823
- { [_e]: _c },
824
- [_M],
825
- [0]
826
- ];
827
- TypeRegistry.for(n0).registerError(InvalidPolicyDocument$, InvalidPolicyDocument);
828
- export var InvalidRequestException$ = [-3, n0, _IRE,
829
- { [_e]: _c },
830
- [_M],
831
- [0]
832
- ];
833
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
834
- export var InvalidTagException$ = [-3, n0, _ITE,
835
- { [_e]: _c },
836
- [_M],
837
- [0]
838
- ];
839
- TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
840
902
  export var IpAddressRequest$ = [3, n0, _IAR,
841
903
  0,
842
904
  [_SI, _Ip, _Ipv],
@@ -852,12 +914,6 @@ export var IpAddressUpdate$ = [3, n0, _IAU,
852
914
  [_II, _SI, _Ip, _Ipv],
853
915
  [0, 0, 0, 0]
854
916
  ];
855
- export var LimitExceededException$ = [-3, n0, _LEE,
856
- { [_e]: _c },
857
- [_M, _RTe],
858
- [0, 0]
859
- ];
860
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
861
917
  export var ListFirewallConfigsRequest$ = [3, n0, _LFCR,
862
918
  0,
863
919
  [_MR, _NT],
@@ -1080,7 +1136,7 @@ export var ResolverQueryLogConfigAssociation$ = [3, n0, _RQLCA,
1080
1136
  ];
1081
1137
  export var ResolverRule$ = [3, n0, _RR,
1082
1138
  0,
1083
- [_I, _CRI, _Ar, _DN, _S, _SM, _RT, _N, _TI, _REI, _OI, _SS, _CTr, _MT, _DR],
1139
+ [_I, _CRI, _Ar, _DN, _S, _SM, _RTu, _N, _TI, _REI, _OI, _SS, _CTr, _MT, _DR],
1084
1140
  [0, 0, 0, 0, 0, 0, 0, 0, () => TargetList, 0, 0, 0, 0, 0, 0]
1085
1141
  ];
1086
1142
  export var ResolverRuleAssociation$ = [3, n0, _RRA,
@@ -1093,36 +1149,6 @@ export var ResolverRuleConfig$ = [3, n0, _RRC,
1093
1149
  [_N, _TI, _REI],
1094
1150
  [0, () => TargetList, 0]
1095
1151
  ];
1096
- export var ResourceExistsException$ = [-3, n0, _REE,
1097
- { [_e]: _c },
1098
- [_M, _RTe],
1099
- [0, 0]
1100
- ];
1101
- TypeRegistry.for(n0).registerError(ResourceExistsException$, ResourceExistsException);
1102
- export var ResourceInUseException$ = [-3, n0, _RIUE,
1103
- { [_e]: _c },
1104
- [_M, _RTe],
1105
- [0, 0]
1106
- ];
1107
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1108
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1109
- { [_e]: _c },
1110
- [_M, _RTe],
1111
- [0, 0]
1112
- ];
1113
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1114
- export var ResourceUnavailableException$ = [-3, n0, _RUE,
1115
- { [_e]: _c },
1116
- [_M, _RTe],
1117
- [0, 0]
1118
- ];
1119
- TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
1120
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1121
- { [_e]: _c },
1122
- [_M],
1123
- [0]
1124
- ];
1125
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1126
1152
  export var Tag$ = [3, n0, _Ta,
1127
1153
  0,
1128
1154
  [_K, _Va],
@@ -1143,18 +1169,6 @@ export var TargetAddress$ = [3, n0, _TA,
1143
1169
  [_Ip, _Po, _Ipv, _Pro, _SNI],
1144
1170
  [0, 1, 0, 0, 0]
1145
1171
  ];
1146
- export var ThrottlingException$ = [-3, n0, _TE,
1147
- { [_e]: _c },
1148
- [_M],
1149
- [0]
1150
- ];
1151
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1152
- export var UnknownResourceException$ = [-3, n0, _URE,
1153
- { [_e]: _c },
1154
- [_M],
1155
- [0]
1156
- ];
1157
- TypeRegistry.for(n0).registerError(UnknownResourceException$, UnknownResourceException);
1158
1172
  export var UntagResourceRequest$ = [3, n0, _URR,
1159
1173
  0,
1160
1174
  [_RA, _TK],
@@ -1260,14 +1274,6 @@ export var UpdateResolverRuleResponse$ = [3, n0, _URRRp,
1260
1274
  [_RR],
1261
1275
  [() => ResolverRule$]
1262
1276
  ];
1263
- export var ValidationException$ = [-3, n0, _VE,
1264
- { [_e]: _c },
1265
- [_M],
1266
- [0]
1267
- ];
1268
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1269
- export var Route53ResolverServiceException$ = [-3, _s, "Route53ResolverServiceException", 0, [], []];
1270
- TypeRegistry.for(_s).registerError(Route53ResolverServiceException$, Route53ResolverServiceException);
1271
1277
  var Filters = [1, n0, _Fi,
1272
1278
  0, () => Filter$
1273
1279
  ];
@@ -1,5 +1,29 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var Route53ResolverServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
7
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
8
+ export declare var InvalidParameterException$: StaticErrorSchema;
9
+ export declare var InvalidPolicyDocument$: StaticErrorSchema;
10
+ export declare var InvalidRequestException$: StaticErrorSchema;
11
+ export declare var InvalidTagException$: StaticErrorSchema;
12
+ export declare var LimitExceededException$: StaticErrorSchema;
13
+ export declare var ResourceExistsException$: StaticErrorSchema;
14
+ export declare var ResourceInUseException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var ResourceUnavailableException$: StaticErrorSchema;
17
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
18
+ export declare var ThrottlingException$: StaticErrorSchema;
19
+ export declare var UnknownResourceException$: StaticErrorSchema;
20
+ export declare var ValidationException$: StaticErrorSchema;
21
+ /**
22
+ * TypeRegistry instances containing modeled errors.
23
+ * @internal
24
+ *
25
+ */
26
+ export declare const errorTypeRegistries: TypeRegistry[];
3
27
  export declare var AssociateFirewallRuleGroupRequest$: StaticStructureSchema;
4
28
  export declare var AssociateFirewallRuleGroupResponse$: StaticStructureSchema;
5
29
  export declare var AssociateResolverEndpointIpAddressRequest$: StaticStructureSchema;
@@ -8,7 +32,6 @@ export declare var AssociateResolverQueryLogConfigRequest$: StaticStructureSchem
8
32
  export declare var AssociateResolverQueryLogConfigResponse$: StaticStructureSchema;
9
33
  export declare var AssociateResolverRuleRequest$: StaticStructureSchema;
10
34
  export declare var AssociateResolverRuleResponse$: StaticStructureSchema;
11
- export declare var ConflictException$: StaticErrorSchema;
12
35
  export declare var CreateFirewallDomainListRequest$: StaticStructureSchema;
13
36
  export declare var CreateFirewallDomainListResponse$: StaticStructureSchema;
14
37
  export declare var CreateFirewallRuleGroupRequest$: StaticStructureSchema;
@@ -85,16 +108,9 @@ export declare var GetResolverRuleRequest$: StaticStructureSchema;
85
108
  export declare var GetResolverRuleResponse$: StaticStructureSchema;
86
109
  export declare var ImportFirewallDomainsRequest$: StaticStructureSchema;
87
110
  export declare var ImportFirewallDomainsResponse$: StaticStructureSchema;
88
- export declare var InternalServiceErrorException$: StaticErrorSchema;
89
- export declare var InvalidNextTokenException$: StaticErrorSchema;
90
- export declare var InvalidParameterException$: StaticErrorSchema;
91
- export declare var InvalidPolicyDocument$: StaticErrorSchema;
92
- export declare var InvalidRequestException$: StaticErrorSchema;
93
- export declare var InvalidTagException$: StaticErrorSchema;
94
111
  export declare var IpAddressRequest$: StaticStructureSchema;
95
112
  export declare var IpAddressResponse$: StaticStructureSchema;
96
113
  export declare var IpAddressUpdate$: StaticStructureSchema;
97
- export declare var LimitExceededException$: StaticErrorSchema;
98
114
  export declare var ListFirewallConfigsRequest$: StaticStructureSchema;
99
115
  export declare var ListFirewallConfigsResponse$: StaticStructureSchema;
100
116
  export declare var ListFirewallDomainListsRequest$: StaticStructureSchema;
@@ -142,17 +158,10 @@ export declare var ResolverQueryLogConfigAssociation$: StaticStructureSchema;
142
158
  export declare var ResolverRule$: StaticStructureSchema;
143
159
  export declare var ResolverRuleAssociation$: StaticStructureSchema;
144
160
  export declare var ResolverRuleConfig$: StaticStructureSchema;
145
- export declare var ResourceExistsException$: StaticErrorSchema;
146
- export declare var ResourceInUseException$: StaticErrorSchema;
147
- export declare var ResourceNotFoundException$: StaticErrorSchema;
148
- export declare var ResourceUnavailableException$: StaticErrorSchema;
149
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
150
161
  export declare var Tag$: StaticStructureSchema;
151
162
  export declare var TagResourceRequest$: StaticStructureSchema;
152
163
  export declare var TagResourceResponse$: StaticStructureSchema;
153
164
  export declare var TargetAddress$: StaticStructureSchema;
154
- export declare var ThrottlingException$: StaticErrorSchema;
155
- export declare var UnknownResourceException$: StaticErrorSchema;
156
165
  export declare var UntagResourceRequest$: StaticStructureSchema;
157
166
  export declare var UntagResourceResponse$: StaticStructureSchema;
158
167
  export declare var UpdateFirewallConfigRequest$: StaticStructureSchema;
@@ -174,8 +183,6 @@ export declare var UpdateResolverEndpointRequest$: StaticStructureSchema;
174
183
  export declare var UpdateResolverEndpointResponse$: StaticStructureSchema;
175
184
  export declare var UpdateResolverRuleRequest$: StaticStructureSchema;
176
185
  export declare var UpdateResolverRuleResponse$: StaticStructureSchema;
177
- export declare var ValidationException$: StaticErrorSchema;
178
- export declare var Route53ResolverServiceException$: StaticErrorSchema;
179
186
  export declare var AssociateFirewallRuleGroup$: StaticOperationSchema;
180
187
  export declare var AssociateResolverEndpointIpAddress$: StaticOperationSchema;
181
188
  export declare var AssociateResolverQueryLogConfig$: StaticOperationSchema;
@@ -1,9 +1,28 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var Route53ResolverServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
11
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
12
+ export declare var InvalidParameterException$: StaticErrorSchema;
13
+ export declare var InvalidPolicyDocument$: StaticErrorSchema;
14
+ export declare var InvalidRequestException$: StaticErrorSchema;
15
+ export declare var InvalidTagException$: StaticErrorSchema;
16
+ export declare var LimitExceededException$: StaticErrorSchema;
17
+ export declare var ResourceExistsException$: StaticErrorSchema;
18
+ export declare var ResourceInUseException$: StaticErrorSchema;
19
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
20
+ export declare var ResourceUnavailableException$: StaticErrorSchema;
21
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
22
+ export declare var ThrottlingException$: StaticErrorSchema;
23
+ export declare var UnknownResourceException$: StaticErrorSchema;
24
+ export declare var ValidationException$: StaticErrorSchema;
25
+ export declare const errorTypeRegistries: TypeRegistry[];
7
26
  export declare var AssociateFirewallRuleGroupRequest$: StaticStructureSchema;
8
27
  export declare var AssociateFirewallRuleGroupResponse$: StaticStructureSchema;
9
28
  export declare var AssociateResolverEndpointIpAddressRequest$: StaticStructureSchema;
@@ -12,7 +31,6 @@ export declare var AssociateResolverQueryLogConfigRequest$: StaticStructureSchem
12
31
  export declare var AssociateResolverQueryLogConfigResponse$: StaticStructureSchema;
13
32
  export declare var AssociateResolverRuleRequest$: StaticStructureSchema;
14
33
  export declare var AssociateResolverRuleResponse$: StaticStructureSchema;
15
- export declare var ConflictException$: StaticErrorSchema;
16
34
  export declare var CreateFirewallDomainListRequest$: StaticStructureSchema;
17
35
  export declare var CreateFirewallDomainListResponse$: StaticStructureSchema;
18
36
  export declare var CreateFirewallRuleGroupRequest$: StaticStructureSchema;
@@ -89,16 +107,9 @@ export declare var GetResolverRuleRequest$: StaticStructureSchema;
89
107
  export declare var GetResolverRuleResponse$: StaticStructureSchema;
90
108
  export declare var ImportFirewallDomainsRequest$: StaticStructureSchema;
91
109
  export declare var ImportFirewallDomainsResponse$: StaticStructureSchema;
92
- export declare var InternalServiceErrorException$: StaticErrorSchema;
93
- export declare var InvalidNextTokenException$: StaticErrorSchema;
94
- export declare var InvalidParameterException$: StaticErrorSchema;
95
- export declare var InvalidPolicyDocument$: StaticErrorSchema;
96
- export declare var InvalidRequestException$: StaticErrorSchema;
97
- export declare var InvalidTagException$: StaticErrorSchema;
98
110
  export declare var IpAddressRequest$: StaticStructureSchema;
99
111
  export declare var IpAddressResponse$: StaticStructureSchema;
100
112
  export declare var IpAddressUpdate$: StaticStructureSchema;
101
- export declare var LimitExceededException$: StaticErrorSchema;
102
113
  export declare var ListFirewallConfigsRequest$: StaticStructureSchema;
103
114
  export declare var ListFirewallConfigsResponse$: StaticStructureSchema;
104
115
  export declare var ListFirewallDomainListsRequest$: StaticStructureSchema;
@@ -146,17 +157,10 @@ export declare var ResolverQueryLogConfigAssociation$: StaticStructureSchema;
146
157
  export declare var ResolverRule$: StaticStructureSchema;
147
158
  export declare var ResolverRuleAssociation$: StaticStructureSchema;
148
159
  export declare var ResolverRuleConfig$: StaticStructureSchema;
149
- export declare var ResourceExistsException$: StaticErrorSchema;
150
- export declare var ResourceInUseException$: StaticErrorSchema;
151
- export declare var ResourceNotFoundException$: StaticErrorSchema;
152
- export declare var ResourceUnavailableException$: StaticErrorSchema;
153
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
154
160
  export declare var Tag$: StaticStructureSchema;
155
161
  export declare var TagResourceRequest$: StaticStructureSchema;
156
162
  export declare var TagResourceResponse$: StaticStructureSchema;
157
163
  export declare var TargetAddress$: StaticStructureSchema;
158
- export declare var ThrottlingException$: StaticErrorSchema;
159
- export declare var UnknownResourceException$: StaticErrorSchema;
160
164
  export declare var UntagResourceRequest$: StaticStructureSchema;
161
165
  export declare var UntagResourceResponse$: StaticStructureSchema;
162
166
  export declare var UpdateFirewallConfigRequest$: StaticStructureSchema;
@@ -178,8 +182,6 @@ export declare var UpdateResolverEndpointRequest$: StaticStructureSchema;
178
182
  export declare var UpdateResolverEndpointResponse$: StaticStructureSchema;
179
183
  export declare var UpdateResolverRuleRequest$: StaticStructureSchema;
180
184
  export declare var UpdateResolverRuleResponse$: StaticStructureSchema;
181
- export declare var ValidationException$: StaticErrorSchema;
182
- export declare var Route53ResolverServiceException$: StaticErrorSchema;
183
185
  export declare var AssociateFirewallRuleGroup$: StaticOperationSchema;
184
186
  export declare var AssociateResolverEndpointIpAddress$: StaticOperationSchema;
185
187
  export declare var AssociateResolverQueryLogConfig$: StaticOperationSchema;
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.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route53resolver",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",