@aws-sdk/client-route53resolver 3.1044.0 → 3.1045.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.
- package/dist-cjs/schemas/schemas_0.js +8 -6
- package/dist-es/schemas/schemas_0.js +8 -6
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +2 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +3 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +55 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +1 -1
|
@@ -56,6 +56,7 @@ const _CTr = "CreationTime";
|
|
|
56
56
|
const _D = "Direction";
|
|
57
57
|
const _DA = "DestinationArn";
|
|
58
58
|
const _DC = "DomainCount";
|
|
59
|
+
const _DE = "Dns64Enabled";
|
|
59
60
|
const _DFDL = "DeleteFirewallDomainList";
|
|
60
61
|
const _DFDLR = "DeleteFirewallDomainListRequest";
|
|
61
62
|
const _DFDLRe = "DeleteFirewallDomainListResponse";
|
|
@@ -181,6 +182,7 @@ const _IFD = "ImportFirewallDomains";
|
|
|
181
182
|
const _IFDR = "ImportFirewallDomainsRequest";
|
|
182
183
|
const _IFDRm = "ImportFirewallDomainsResponse";
|
|
183
184
|
const _II = "IpId";
|
|
185
|
+
const _IIAE = "Ipv6InternetAccessEnabled";
|
|
184
186
|
const _INTE = "InvalidNextTokenException";
|
|
185
187
|
const _IPD = "InvalidPolicyDocument";
|
|
186
188
|
const _IPE = "InvalidParameterException";
|
|
@@ -568,8 +570,8 @@ exports.CreateOutpostResolverResponse$ = [3, n0, _CORRr,
|
|
|
568
570
|
];
|
|
569
571
|
exports.CreateResolverEndpointRequest$ = [3, n0, _CRER,
|
|
570
572
|
0,
|
|
571
|
-
[_CRI, _SGI, _D, _IAp, _N, _OA, _PIT, _T, _RET, _Pr, _REME, _TNSME],
|
|
572
|
-
[0, 64 | 0, 0, () => IpAddressesRequest, 0, 0, 0, () => TagList, 0, 64 | 0, 2, 2], 4
|
|
573
|
+
[_CRI, _SGI, _D, _IAp, _N, _OA, _PIT, _T, _RET, _Pr, _REME, _TNSME, _DE, _IIAE],
|
|
574
|
+
[0, 64 | 0, 0, () => IpAddressesRequest, 0, 0, 0, () => TagList, 0, 64 | 0, 2, 2, 2, 2], 4
|
|
573
575
|
];
|
|
574
576
|
exports.CreateResolverEndpointResponse$ = [3, n0, _CRERr,
|
|
575
577
|
0,
|
|
@@ -1128,8 +1130,8 @@ exports.ResolverDnssecConfig$ = [3, n0, _RDCe,
|
|
|
1128
1130
|
];
|
|
1129
1131
|
exports.ResolverEndpoint$ = [3, n0, _RE,
|
|
1130
1132
|
0,
|
|
1131
|
-
[_I, _CRI, _Ar, _N, _SGI, _D, _IAC, _HVPCI, _S, _SM, _CTr, _MT, _OA, _PIT, _RET, _Pr, _REME, _TNSME],
|
|
1132
|
-
[0, 0, 0, 0, 64 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 2]
|
|
1133
|
+
[_I, _CRI, _Ar, _N, _SGI, _D, _IAC, _HVPCI, _S, _SM, _CTr, _MT, _OA, _PIT, _RET, _Pr, _REME, _TNSME, _DE, _IIAE],
|
|
1134
|
+
[0, 0, 0, 0, 64 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 2, 2, 2]
|
|
1133
1135
|
];
|
|
1134
1136
|
exports.ResolverQueryLogConfig$ = [3, n0, _RQLC,
|
|
1135
1137
|
0,
|
|
@@ -1263,8 +1265,8 @@ exports.UpdateResolverDnssecConfigResponse$ = [3, n0, _URDCRp,
|
|
|
1263
1265
|
];
|
|
1264
1266
|
exports.UpdateResolverEndpointRequest$ = [3, n0, _URER,
|
|
1265
1267
|
0,
|
|
1266
|
-
[_REI, _N, _RET, _UIAp, _Pr, _REME, _TNSME],
|
|
1267
|
-
[0, 0, 0, () => UpdateIpAddresses, 64 | 0, 2, 2], 1
|
|
1268
|
+
[_REI, _N, _RET, _UIAp, _Pr, _REME, _TNSME, _DE, _IIAE],
|
|
1269
|
+
[0, 0, 0, () => UpdateIpAddresses, 64 | 0, 2, 2, 2, 2], 1
|
|
1268
1270
|
];
|
|
1269
1271
|
exports.UpdateResolverEndpointResponse$ = [3, n0, _URERp,
|
|
1270
1272
|
0,
|
|
@@ -49,6 +49,7 @@ const _CTr = "CreationTime";
|
|
|
49
49
|
const _D = "Direction";
|
|
50
50
|
const _DA = "DestinationArn";
|
|
51
51
|
const _DC = "DomainCount";
|
|
52
|
+
const _DE = "Dns64Enabled";
|
|
52
53
|
const _DFDL = "DeleteFirewallDomainList";
|
|
53
54
|
const _DFDLR = "DeleteFirewallDomainListRequest";
|
|
54
55
|
const _DFDLRe = "DeleteFirewallDomainListResponse";
|
|
@@ -174,6 +175,7 @@ const _IFD = "ImportFirewallDomains";
|
|
|
174
175
|
const _IFDR = "ImportFirewallDomainsRequest";
|
|
175
176
|
const _IFDRm = "ImportFirewallDomainsResponse";
|
|
176
177
|
const _II = "IpId";
|
|
178
|
+
const _IIAE = "Ipv6InternetAccessEnabled";
|
|
177
179
|
const _INTE = "InvalidNextTokenException";
|
|
178
180
|
const _IPD = "InvalidPolicyDocument";
|
|
179
181
|
const _IPE = "InvalidParameterException";
|
|
@@ -561,8 +563,8 @@ export var CreateOutpostResolverResponse$ = [3, n0, _CORRr,
|
|
|
561
563
|
];
|
|
562
564
|
export var CreateResolverEndpointRequest$ = [3, n0, _CRER,
|
|
563
565
|
0,
|
|
564
|
-
[_CRI, _SGI, _D, _IAp, _N, _OA, _PIT, _T, _RET, _Pr, _REME, _TNSME],
|
|
565
|
-
[0, 64 | 0, 0, () => IpAddressesRequest, 0, 0, 0, () => TagList, 0, 64 | 0, 2, 2], 4
|
|
566
|
+
[_CRI, _SGI, _D, _IAp, _N, _OA, _PIT, _T, _RET, _Pr, _REME, _TNSME, _DE, _IIAE],
|
|
567
|
+
[0, 64 | 0, 0, () => IpAddressesRequest, 0, 0, 0, () => TagList, 0, 64 | 0, 2, 2, 2, 2], 4
|
|
566
568
|
];
|
|
567
569
|
export var CreateResolverEndpointResponse$ = [3, n0, _CRERr,
|
|
568
570
|
0,
|
|
@@ -1121,8 +1123,8 @@ export var ResolverDnssecConfig$ = [3, n0, _RDCe,
|
|
|
1121
1123
|
];
|
|
1122
1124
|
export var ResolverEndpoint$ = [3, n0, _RE,
|
|
1123
1125
|
0,
|
|
1124
|
-
[_I, _CRI, _Ar, _N, _SGI, _D, _IAC, _HVPCI, _S, _SM, _CTr, _MT, _OA, _PIT, _RET, _Pr, _REME, _TNSME],
|
|
1125
|
-
[0, 0, 0, 0, 64 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 2]
|
|
1126
|
+
[_I, _CRI, _Ar, _N, _SGI, _D, _IAC, _HVPCI, _S, _SM, _CTr, _MT, _OA, _PIT, _RET, _Pr, _REME, _TNSME, _DE, _IIAE],
|
|
1127
|
+
[0, 0, 0, 0, 64 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 2, 2, 2]
|
|
1126
1128
|
];
|
|
1127
1129
|
export var ResolverQueryLogConfig$ = [3, n0, _RQLC,
|
|
1128
1130
|
0,
|
|
@@ -1256,8 +1258,8 @@ export var UpdateResolverDnssecConfigResponse$ = [3, n0, _URDCRp,
|
|
|
1256
1258
|
];
|
|
1257
1259
|
export var UpdateResolverEndpointRequest$ = [3, n0, _URER,
|
|
1258
1260
|
0,
|
|
1259
|
-
[_REI, _N, _RET, _UIAp, _Pr, _REME, _TNSME],
|
|
1260
|
-
[0, 0, 0, () => UpdateIpAddresses, 64 | 0, 2, 2], 1
|
|
1261
|
+
[_REI, _N, _RET, _UIAp, _Pr, _REME, _TNSME, _DE, _IIAE],
|
|
1262
|
+
[0, 0, 0, () => UpdateIpAddresses, 64 | 0, 2, 2, 2, 2], 1
|
|
1261
1263
|
];
|
|
1262
1264
|
export var UpdateResolverEndpointResponse$ = [3, n0, _URERp,
|
|
1263
1265
|
0,
|
|
@@ -75,6 +75,8 @@ declare const AssociateResolverEndpointIpAddressCommand_base: {
|
|
|
75
75
|
* // ],
|
|
76
76
|
* // RniEnhancedMetricsEnabled: true || false,
|
|
77
77
|
* // TargetNameServerMetricsEnabled: true || false,
|
|
78
|
+
* // Dns64Enabled: true || false,
|
|
79
|
+
* // Ipv6InternetAccessEnabled: true || false,
|
|
78
80
|
* // },
|
|
79
81
|
* // };
|
|
80
82
|
*
|
|
@@ -74,6 +74,8 @@ declare const CreateResolverEndpointCommand_base: {
|
|
|
74
74
|
* ],
|
|
75
75
|
* RniEnhancedMetricsEnabled: true || false,
|
|
76
76
|
* TargetNameServerMetricsEnabled: true || false,
|
|
77
|
+
* Dns64Enabled: true || false,
|
|
78
|
+
* Ipv6InternetAccessEnabled: true || false,
|
|
77
79
|
* };
|
|
78
80
|
* const command = new CreateResolverEndpointCommand(input);
|
|
79
81
|
* const response = await client.send(command);
|
|
@@ -101,6 +103,8 @@ declare const CreateResolverEndpointCommand_base: {
|
|
|
101
103
|
* // ],
|
|
102
104
|
* // RniEnhancedMetricsEnabled: true || false,
|
|
103
105
|
* // TargetNameServerMetricsEnabled: true || false,
|
|
106
|
+
* // Dns64Enabled: true || false,
|
|
107
|
+
* // Ipv6InternetAccessEnabled: true || false,
|
|
104
108
|
* // },
|
|
105
109
|
* // };
|
|
106
110
|
*
|
|
@@ -77,6 +77,8 @@ declare const DeleteResolverEndpointCommand_base: {
|
|
|
77
77
|
* // ],
|
|
78
78
|
* // RniEnhancedMetricsEnabled: true || false,
|
|
79
79
|
* // TargetNameServerMetricsEnabled: true || false,
|
|
80
|
+
* // Dns64Enabled: true || false,
|
|
81
|
+
* // Ipv6InternetAccessEnabled: true || false,
|
|
80
82
|
* // },
|
|
81
83
|
* // };
|
|
82
84
|
*
|
|
@@ -85,6 +85,9 @@ declare const DeleteResolverRuleCommand_base: {
|
|
|
85
85
|
* @throws {@link InvalidParameterException} (client fault)
|
|
86
86
|
* <p>One or more parameters in this request are not valid.</p>
|
|
87
87
|
*
|
|
88
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
89
|
+
* <p>The request is invalid.</p>
|
|
90
|
+
*
|
|
88
91
|
* @throws {@link ResourceInUseException} (client fault)
|
|
89
92
|
* <p>The resource that you tried to update or delete is currently in use.</p>
|
|
90
93
|
*
|
|
@@ -75,6 +75,8 @@ declare const DisassociateResolverEndpointIpAddressCommand_base: {
|
|
|
75
75
|
* // ],
|
|
76
76
|
* // RniEnhancedMetricsEnabled: true || false,
|
|
77
77
|
* // TargetNameServerMetricsEnabled: true || false,
|
|
78
|
+
* // Dns64Enabled: true || false,
|
|
79
|
+
* // Ipv6InternetAccessEnabled: true || false,
|
|
78
80
|
* // },
|
|
79
81
|
* // };
|
|
80
82
|
*
|
|
@@ -71,6 +71,9 @@ declare const DisassociateResolverRuleCommand_base: {
|
|
|
71
71
|
* @throws {@link InvalidParameterException} (client fault)
|
|
72
72
|
* <p>One or more parameters in this request are not valid.</p>
|
|
73
73
|
*
|
|
74
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
75
|
+
* <p>The request is invalid.</p>
|
|
76
|
+
*
|
|
74
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
78
|
* <p>The specified resource doesn't exist.</p>
|
|
76
79
|
*
|
|
@@ -66,6 +66,8 @@ declare const GetResolverEndpointCommand_base: {
|
|
|
66
66
|
* // ],
|
|
67
67
|
* // RniEnhancedMetricsEnabled: true || false,
|
|
68
68
|
* // TargetNameServerMetricsEnabled: true || false,
|
|
69
|
+
* // Dns64Enabled: true || false,
|
|
70
|
+
* // Ipv6InternetAccessEnabled: true || false,
|
|
69
71
|
* // },
|
|
70
72
|
* // };
|
|
71
73
|
*
|
|
@@ -77,6 +77,8 @@ declare const ListResolverEndpointsCommand_base: {
|
|
|
77
77
|
* // ],
|
|
78
78
|
* // RniEnhancedMetricsEnabled: true || false,
|
|
79
79
|
* // TargetNameServerMetricsEnabled: true || false,
|
|
80
|
+
* // Dns64Enabled: true || false,
|
|
81
|
+
* // Ipv6InternetAccessEnabled: true || false,
|
|
80
82
|
* // },
|
|
81
83
|
* // ],
|
|
82
84
|
* // };
|
|
@@ -52,6 +52,8 @@ declare const UpdateResolverEndpointCommand_base: {
|
|
|
52
52
|
* ],
|
|
53
53
|
* RniEnhancedMetricsEnabled: true || false,
|
|
54
54
|
* TargetNameServerMetricsEnabled: true || false,
|
|
55
|
+
* Dns64Enabled: true || false,
|
|
56
|
+
* Ipv6InternetAccessEnabled: true || false,
|
|
55
57
|
* };
|
|
56
58
|
* const command = new UpdateResolverEndpointCommand(input);
|
|
57
59
|
* const response = await client.send(command);
|
|
@@ -79,6 +81,8 @@ declare const UpdateResolverEndpointCommand_base: {
|
|
|
79
81
|
* // ],
|
|
80
82
|
* // RniEnhancedMetricsEnabled: true || false,
|
|
81
83
|
* // TargetNameServerMetricsEnabled: true || false,
|
|
84
|
+
* // Dns64Enabled: true || false,
|
|
85
|
+
* // Ipv6InternetAccessEnabled: true || false,
|
|
82
86
|
* // },
|
|
83
87
|
* // };
|
|
84
88
|
*
|
|
@@ -415,6 +415,18 @@ export interface ResolverEndpoint {
|
|
|
415
415
|
* @public
|
|
416
416
|
*/
|
|
417
417
|
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* <p>Indicates whether DNS64 is enabled for the inbound Resolver endpoint. When <code>true</code>, Route 53 Resolver
|
|
420
|
+
* synthesizes AAAA (IPv6) records for IPv4-only services by prepending the <code>64:ff9b::/96</code> prefix to the IPv4 address.</p>
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
Dns64Enabled?: boolean | undefined;
|
|
424
|
+
/**
|
|
425
|
+
* <p>Indicates whether IPv6 internet access is enabled for the outbound Resolver endpoint. When <code>true</code>,
|
|
426
|
+
* the endpoint elastic network interfaces (ENIs) can forward DNS queries to public IPv6 targets through an internet gateway.</p>
|
|
427
|
+
* @public
|
|
428
|
+
*/
|
|
429
|
+
Ipv6InternetAccessEnabled?: boolean | undefined;
|
|
418
430
|
}
|
|
419
431
|
/**
|
|
420
432
|
* @public
|
|
@@ -1503,6 +1515,28 @@ export interface CreateResolverEndpointRequest {
|
|
|
1503
1515
|
* @public
|
|
1504
1516
|
*/
|
|
1505
1517
|
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>Specifies whether DNS64 is enabled for the inbound Resolver endpoint. When set to <code>true</code>, Route 53 Resolver
|
|
1520
|
+
* synthesizes AAAA (IPv6) records for IPv4-only services by prepending the <code>64:ff9b::/96</code> prefix to the IPv4 address.
|
|
1521
|
+
* This enables IPv6-only clients that send queries through the inbound endpoint to reach IPv4-only services.
|
|
1522
|
+
* DNS64 works with NAT64 to provide complete IPv6-to-IPv4 translation. Default is false.</p>
|
|
1523
|
+
* @public
|
|
1524
|
+
*/
|
|
1525
|
+
Dns64Enabled?: boolean | undefined;
|
|
1526
|
+
/**
|
|
1527
|
+
* <p>Specifies whether IPv6 internet access is enabled for the outbound Resolver endpoint. When set to <code>true</code>,
|
|
1528
|
+
* the endpoint elastic network interfaces (ENIs) can forward DNS queries to public IPv6 targets through an internet gateway.
|
|
1529
|
+
* Default is false.</p>
|
|
1530
|
+
* <important>
|
|
1531
|
+
* <p>When you enable IPv6 internet access, use network controls like security groups, NACLs, or egress-only internet gateways
|
|
1532
|
+
* to protect the endpoint ENIs from unsolicited ingress traffic. Be aware that some network controls can affect DNS query
|
|
1533
|
+
* throughput due to connection tracking. For more information, see
|
|
1534
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/userguide/security-group-connection-tracking.html">Amazon EC2 security group connection tracking</a>
|
|
1535
|
+
* and <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/best-practices-resolver-endpoint-scaling.html">Resolver endpoint scaling</a>.</p>
|
|
1536
|
+
* </important>
|
|
1537
|
+
* @public
|
|
1538
|
+
*/
|
|
1539
|
+
Ipv6InternetAccessEnabled?: boolean | undefined;
|
|
1506
1540
|
}
|
|
1507
1541
|
/**
|
|
1508
1542
|
* @public
|
|
@@ -4876,6 +4910,27 @@ export interface UpdateResolverEndpointRequest {
|
|
|
4876
4910
|
* @public
|
|
4877
4911
|
*/
|
|
4878
4912
|
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
4913
|
+
/**
|
|
4914
|
+
* <p>Specifies whether DNS64 is enabled for the inbound Resolver endpoint. When set to <code>true</code>, Route 53 Resolver
|
|
4915
|
+
* synthesizes AAAA (IPv6) records for IPv4-only services by prepending the <code>64:ff9b::/96</code> prefix to the IPv4 address.
|
|
4916
|
+
* This enables IPv6-only clients that send queries through the inbound endpoint to reach IPv4-only services.
|
|
4917
|
+
* DNS64 works with NAT64 to provide complete IPv6-to-IPv4 translation.</p>
|
|
4918
|
+
* @public
|
|
4919
|
+
*/
|
|
4920
|
+
Dns64Enabled?: boolean | undefined;
|
|
4921
|
+
/**
|
|
4922
|
+
* <p>Specifies whether IPv6 internet access is enabled for the outbound Resolver endpoint. When set to <code>true</code>,
|
|
4923
|
+
* the endpoint elastic network interfaces (ENIs) can forward DNS queries to public IPv6 targets through an internet gateway.</p>
|
|
4924
|
+
* <important>
|
|
4925
|
+
* <p>When you enable IPv6 internet access, use network controls like security groups, NACLs, or egress-only internet gateways
|
|
4926
|
+
* to protect the endpoint ENIs from unsolicited ingress traffic. Be aware that some network controls can affect DNS query
|
|
4927
|
+
* throughput due to connection tracking. For more information, see
|
|
4928
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/userguide/security-group-connection-tracking.html">Amazon EC2 security group connection tracking</a>
|
|
4929
|
+
* and <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/best-practices-resolver-endpoint-scaling.html">Resolver endpoint scaling</a>.</p>
|
|
4930
|
+
* </important>
|
|
4931
|
+
* @public
|
|
4932
|
+
*/
|
|
4933
|
+
Ipv6InternetAccessEnabled?: boolean | undefined;
|
|
4879
4934
|
}
|
|
4880
4935
|
/**
|
|
4881
4936
|
* @public
|
|
@@ -91,6 +91,8 @@ export interface ResolverEndpoint {
|
|
|
91
91
|
Protocols?: Protocol[] | undefined;
|
|
92
92
|
RniEnhancedMetricsEnabled?: boolean | undefined;
|
|
93
93
|
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
94
|
+
Dns64Enabled?: boolean | undefined;
|
|
95
|
+
Ipv6InternetAccessEnabled?: boolean | undefined;
|
|
94
96
|
}
|
|
95
97
|
export interface AssociateResolverEndpointIpAddressResponse {
|
|
96
98
|
ResolverEndpoint?: ResolverEndpoint | undefined;
|
|
@@ -250,6 +252,8 @@ export interface CreateResolverEndpointRequest {
|
|
|
250
252
|
Protocols?: Protocol[] | undefined;
|
|
251
253
|
RniEnhancedMetricsEnabled?: boolean | undefined;
|
|
252
254
|
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
255
|
+
Dns64Enabled?: boolean | undefined;
|
|
256
|
+
Ipv6InternetAccessEnabled?: boolean | undefined;
|
|
253
257
|
}
|
|
254
258
|
export interface CreateResolverEndpointResponse {
|
|
255
259
|
ResolverEndpoint?: ResolverEndpoint | undefined;
|
|
@@ -812,6 +816,8 @@ export interface UpdateResolverEndpointRequest {
|
|
|
812
816
|
Protocols?: Protocol[] | undefined;
|
|
813
817
|
RniEnhancedMetricsEnabled?: boolean | undefined;
|
|
814
818
|
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
819
|
+
Dns64Enabled?: boolean | undefined;
|
|
820
|
+
Ipv6InternetAccessEnabled?: boolean | undefined;
|
|
815
821
|
}
|
|
816
822
|
export interface UpdateResolverEndpointResponse {
|
|
817
823
|
ResolverEndpoint?: ResolverEndpoint | 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.
|
|
4
|
+
"version": "3.1045.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",
|