@aws-sdk/client-route53resolver 3.835.0 → 3.839.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/index.js +3 -0
- package/dist-es/models/models_0.js +3 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +4 -2
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRuleCommand.d.ts +2 -1
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverRulesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +42 -11
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -499,6 +499,7 @@ var ValidationException = class _ValidationException extends Route53ResolverServ
|
|
|
499
499
|
};
|
|
500
500
|
var ResolverEndpointDirection = {
|
|
501
501
|
Inbound: "INBOUND",
|
|
502
|
+
InboundDelegation: "INBOUND_DELEGATION",
|
|
502
503
|
Outbound: "OUTBOUND"
|
|
503
504
|
};
|
|
504
505
|
var Protocol = {
|
|
@@ -716,6 +717,7 @@ var ResolverQueryLogConfigStatus = {
|
|
|
716
717
|
Failed: "FAILED"
|
|
717
718
|
};
|
|
718
719
|
var RuleTypeOption = {
|
|
720
|
+
Delegate: "DELEGATE",
|
|
719
721
|
Forward: "FORWARD",
|
|
720
722
|
Recursive: "RECURSIVE",
|
|
721
723
|
System: "SYSTEM"
|
|
@@ -870,6 +872,7 @@ var IpAddressStatus = {
|
|
|
870
872
|
Detaching: "DETACHING",
|
|
871
873
|
FailedCreation: "FAILED_CREATION",
|
|
872
874
|
FailedResourceGone: "FAILED_RESOURCE_GONE",
|
|
875
|
+
Isolated: "ISOLATED",
|
|
873
876
|
RemapAttaching: "REMAP_ATTACHING",
|
|
874
877
|
RemapDetaching: "REMAP_DETACHING",
|
|
875
878
|
UpdateFailed: "UPDATE_FAILED",
|
|
@@ -117,6 +117,7 @@ export class ValidationException extends __BaseException {
|
|
|
117
117
|
}
|
|
118
118
|
export const ResolverEndpointDirection = {
|
|
119
119
|
Inbound: "INBOUND",
|
|
120
|
+
InboundDelegation: "INBOUND_DELEGATION",
|
|
120
121
|
Outbound: "OUTBOUND",
|
|
121
122
|
};
|
|
122
123
|
export const Protocol = {
|
|
@@ -292,6 +293,7 @@ export const ResolverQueryLogConfigStatus = {
|
|
|
292
293
|
Failed: "FAILED",
|
|
293
294
|
};
|
|
294
295
|
export const RuleTypeOption = {
|
|
296
|
+
Delegate: "DELEGATE",
|
|
295
297
|
Forward: "FORWARD",
|
|
296
298
|
Recursive: "RECURSIVE",
|
|
297
299
|
System: "SYSTEM",
|
|
@@ -412,6 +414,7 @@ export const IpAddressStatus = {
|
|
|
412
414
|
Detaching: "DETACHING",
|
|
413
415
|
FailedCreation: "FAILED_CREATION",
|
|
414
416
|
FailedResourceGone: "FAILED_RESOURCE_GONE",
|
|
417
|
+
Isolated: "ISOLATED",
|
|
415
418
|
RemapAttaching: "REMAP_ATTACHING",
|
|
416
419
|
RemapDetaching: "REMAP_DETACHING",
|
|
417
420
|
UpdateFailed: "UPDATE_FAILED",
|
|
@@ -58,7 +58,7 @@ declare const AssociateResolverEndpointIpAddressCommand_base: {
|
|
|
58
58
|
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
59
59
|
* // "STRING_VALUE",
|
|
60
60
|
* // ],
|
|
61
|
-
* // Direction: "INBOUND" || "OUTBOUND",
|
|
61
|
+
* // Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION",
|
|
62
62
|
* // IpAddressCount: Number("int"),
|
|
63
63
|
* // HostVPCId: "STRING_VALUE",
|
|
64
64
|
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
@@ -50,7 +50,7 @@ declare const CreateResolverEndpointCommand_base: {
|
|
|
50
50
|
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
|
-
* Direction: "INBOUND" || "OUTBOUND", // required
|
|
53
|
+
* Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION", // required
|
|
54
54
|
* IpAddresses: [ // IpAddressesRequest // required
|
|
55
55
|
* { // IpAddressRequest
|
|
56
56
|
* SubnetId: "STRING_VALUE", // required
|
|
@@ -82,7 +82,7 @@ declare const CreateResolverEndpointCommand_base: {
|
|
|
82
82
|
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
83
83
|
* // "STRING_VALUE",
|
|
84
84
|
* // ],
|
|
85
|
-
* // Direction: "INBOUND" || "OUTBOUND",
|
|
85
|
+
* // Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION",
|
|
86
86
|
* // IpAddressCount: Number("int"),
|
|
87
87
|
* // HostVPCId: "STRING_VALUE",
|
|
88
88
|
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
@@ -38,7 +38,7 @@ declare const CreateResolverRuleCommand_base: {
|
|
|
38
38
|
* const input = { // CreateResolverRuleRequest
|
|
39
39
|
* CreatorRequestId: "STRING_VALUE", // required
|
|
40
40
|
* Name: "STRING_VALUE",
|
|
41
|
-
* RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE", // required
|
|
41
|
+
* RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE" || "DELEGATE", // required
|
|
42
42
|
* DomainName: "STRING_VALUE",
|
|
43
43
|
* TargetIps: [ // TargetList
|
|
44
44
|
* { // TargetAddress
|
|
@@ -56,6 +56,7 @@ declare const CreateResolverRuleCommand_base: {
|
|
|
56
56
|
* Value: "STRING_VALUE", // required
|
|
57
57
|
* },
|
|
58
58
|
* ],
|
|
59
|
+
* DelegationRecord: "STRING_VALUE",
|
|
59
60
|
* };
|
|
60
61
|
* const command = new CreateResolverRuleCommand(input);
|
|
61
62
|
* const response = await client.send(command);
|
|
@@ -67,7 +68,7 @@ declare const CreateResolverRuleCommand_base: {
|
|
|
67
68
|
* // DomainName: "STRING_VALUE",
|
|
68
69
|
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
69
70
|
* // StatusMessage: "STRING_VALUE",
|
|
70
|
-
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
71
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE" || "DELEGATE",
|
|
71
72
|
* // Name: "STRING_VALUE",
|
|
72
73
|
* // TargetIps: [ // TargetList
|
|
73
74
|
* // { // TargetAddress
|
|
@@ -83,6 +84,7 @@ declare const CreateResolverRuleCommand_base: {
|
|
|
83
84
|
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
84
85
|
* // CreationTime: "STRING_VALUE",
|
|
85
86
|
* // ModificationTime: "STRING_VALUE",
|
|
87
|
+
* // DelegationRecord: "STRING_VALUE",
|
|
86
88
|
* // },
|
|
87
89
|
* // };
|
|
88
90
|
*
|
|
@@ -60,7 +60,7 @@ declare const DeleteResolverEndpointCommand_base: {
|
|
|
60
60
|
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
61
61
|
* // "STRING_VALUE",
|
|
62
62
|
* // ],
|
|
63
|
-
* // Direction: "INBOUND" || "OUTBOUND",
|
|
63
|
+
* // Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION",
|
|
64
64
|
* // IpAddressCount: Number("int"),
|
|
65
65
|
* // HostVPCId: "STRING_VALUE",
|
|
66
66
|
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
@@ -49,7 +49,7 @@ declare const DeleteResolverRuleCommand_base: {
|
|
|
49
49
|
* // DomainName: "STRING_VALUE",
|
|
50
50
|
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
51
51
|
* // StatusMessage: "STRING_VALUE",
|
|
52
|
-
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
52
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE" || "DELEGATE",
|
|
53
53
|
* // Name: "STRING_VALUE",
|
|
54
54
|
* // TargetIps: [ // TargetList
|
|
55
55
|
* // { // TargetAddress
|
|
@@ -65,6 +65,7 @@ declare const DeleteResolverRuleCommand_base: {
|
|
|
65
65
|
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
66
66
|
* // CreationTime: "STRING_VALUE",
|
|
67
67
|
* // ModificationTime: "STRING_VALUE",
|
|
68
|
+
* // DelegationRecord: "STRING_VALUE",
|
|
68
69
|
* // },
|
|
69
70
|
* // };
|
|
70
71
|
*
|
|
@@ -58,7 +58,7 @@ declare const DisassociateResolverEndpointIpAddressCommand_base: {
|
|
|
58
58
|
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
59
59
|
* // "STRING_VALUE",
|
|
60
60
|
* // ],
|
|
61
|
-
* // Direction: "INBOUND" || "OUTBOUND",
|
|
61
|
+
* // Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION",
|
|
62
62
|
* // IpAddressCount: Number("int"),
|
|
63
63
|
* // HostVPCId: "STRING_VALUE",
|
|
64
64
|
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
@@ -49,7 +49,7 @@ declare const GetResolverEndpointCommand_base: {
|
|
|
49
49
|
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
52
|
-
* // Direction: "INBOUND" || "OUTBOUND",
|
|
52
|
+
* // Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION",
|
|
53
53
|
* // IpAddressCount: Number("int"),
|
|
54
54
|
* // HostVPCId: "STRING_VALUE",
|
|
55
55
|
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
@@ -48,7 +48,7 @@ declare const GetResolverRuleCommand_base: {
|
|
|
48
48
|
* // DomainName: "STRING_VALUE",
|
|
49
49
|
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
50
50
|
* // StatusMessage: "STRING_VALUE",
|
|
51
|
-
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
51
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE" || "DELEGATE",
|
|
52
52
|
* // Name: "STRING_VALUE",
|
|
53
53
|
* // TargetIps: [ // TargetList
|
|
54
54
|
* // { // TargetAddress
|
|
@@ -64,6 +64,7 @@ declare const GetResolverRuleCommand_base: {
|
|
|
64
64
|
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
65
65
|
* // CreationTime: "STRING_VALUE",
|
|
66
66
|
* // ModificationTime: "STRING_VALUE",
|
|
67
|
+
* // DelegationRecord: "STRING_VALUE",
|
|
67
68
|
* // },
|
|
68
69
|
* // };
|
|
69
70
|
*
|
|
@@ -50,7 +50,7 @@ declare const ListResolverEndpointIpAddressesCommand_base: {
|
|
|
50
50
|
* // SubnetId: "STRING_VALUE",
|
|
51
51
|
* // Ip: "STRING_VALUE",
|
|
52
52
|
* // Ipv6: "STRING_VALUE",
|
|
53
|
-
* // Status: "CREATING" || "FAILED_CREATION" || "ATTACHING" || "ATTACHED" || "REMAP_DETACHING" || "REMAP_ATTACHING" || "DETACHING" || "FAILED_RESOURCE_GONE" || "DELETING" || "DELETE_FAILED_FAS_EXPIRED" || "UPDATING" || "UPDATE_FAILED",
|
|
53
|
+
* // Status: "CREATING" || "FAILED_CREATION" || "ATTACHING" || "ATTACHED" || "REMAP_DETACHING" || "REMAP_ATTACHING" || "DETACHING" || "FAILED_RESOURCE_GONE" || "DELETING" || "DELETE_FAILED_FAS_EXPIRED" || "UPDATING" || "UPDATE_FAILED" || "ISOLATED",
|
|
54
54
|
* // StatusMessage: "STRING_VALUE",
|
|
55
55
|
* // CreationTime: "STRING_VALUE",
|
|
56
56
|
* // ModificationTime: "STRING_VALUE",
|
|
@@ -60,7 +60,7 @@ declare const ListResolverEndpointsCommand_base: {
|
|
|
60
60
|
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
61
61
|
* // "STRING_VALUE",
|
|
62
62
|
* // ],
|
|
63
|
-
* // Direction: "INBOUND" || "OUTBOUND",
|
|
63
|
+
* // Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION",
|
|
64
64
|
* // IpAddressCount: Number("int"),
|
|
65
65
|
* // HostVPCId: "STRING_VALUE",
|
|
66
66
|
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
@@ -59,7 +59,7 @@ declare const ListResolverRulesCommand_base: {
|
|
|
59
59
|
* // DomainName: "STRING_VALUE",
|
|
60
60
|
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
61
61
|
* // StatusMessage: "STRING_VALUE",
|
|
62
|
-
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
62
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE" || "DELEGATE",
|
|
63
63
|
* // Name: "STRING_VALUE",
|
|
64
64
|
* // TargetIps: [ // TargetList
|
|
65
65
|
* // { // TargetAddress
|
|
@@ -75,6 +75,7 @@ declare const ListResolverRulesCommand_base: {
|
|
|
75
75
|
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
76
76
|
* // CreationTime: "STRING_VALUE",
|
|
77
77
|
* // ModificationTime: "STRING_VALUE",
|
|
78
|
+
* // DelegationRecord: "STRING_VALUE",
|
|
78
79
|
* // },
|
|
79
80
|
* // ],
|
|
80
81
|
* // };
|
|
@@ -60,7 +60,7 @@ declare const UpdateResolverEndpointCommand_base: {
|
|
|
60
60
|
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
61
61
|
* // "STRING_VALUE",
|
|
62
62
|
* // ],
|
|
63
|
-
* // Direction: "INBOUND" || "OUTBOUND",
|
|
63
|
+
* // Direction: "INBOUND" || "OUTBOUND" || "INBOUND_DELEGATION",
|
|
64
64
|
* // IpAddressCount: Number("int"),
|
|
65
65
|
* // HostVPCId: "STRING_VALUE",
|
|
66
66
|
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
@@ -61,7 +61,7 @@ declare const UpdateResolverRuleCommand_base: {
|
|
|
61
61
|
* // DomainName: "STRING_VALUE",
|
|
62
62
|
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
63
63
|
* // StatusMessage: "STRING_VALUE",
|
|
64
|
-
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
64
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE" || "DELEGATE",
|
|
65
65
|
* // Name: "STRING_VALUE",
|
|
66
66
|
* // TargetIps: [ // TargetList
|
|
67
67
|
* // { // TargetAddress
|
|
@@ -77,6 +77,7 @@ declare const UpdateResolverRuleCommand_base: {
|
|
|
77
77
|
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
78
78
|
* // CreationTime: "STRING_VALUE",
|
|
79
79
|
* // ModificationTime: "STRING_VALUE",
|
|
80
|
+
* // DelegationRecord: "STRING_VALUE",
|
|
80
81
|
* // },
|
|
81
82
|
* // };
|
|
82
83
|
*
|
|
@@ -354,6 +354,7 @@ export interface AssociateResolverEndpointIpAddressRequest {
|
|
|
354
354
|
*/
|
|
355
355
|
export declare const ResolverEndpointDirection: {
|
|
356
356
|
readonly Inbound: "INBOUND";
|
|
357
|
+
readonly InboundDelegation: "INBOUND_DELEGATION";
|
|
357
358
|
readonly Outbound: "OUTBOUND";
|
|
358
359
|
};
|
|
359
360
|
/**
|
|
@@ -456,6 +457,10 @@ export interface ResolverEndpoint {
|
|
|
456
457
|
* <p>
|
|
457
458
|
* <code>OUTBOUND</code>: allows DNS queries from your VPC to your network</p>
|
|
458
459
|
* </li>
|
|
460
|
+
* <li>
|
|
461
|
+
* <p>
|
|
462
|
+
* <code>INBOUND_DELEGATION</code>: Resolver delegates queries to Route 53 private hosted zones from your network.</p>
|
|
463
|
+
* </li>
|
|
459
464
|
* </ul>
|
|
460
465
|
* @public
|
|
461
466
|
*/
|
|
@@ -554,7 +559,7 @@ export interface ResolverEndpoint {
|
|
|
554
559
|
ResolverEndpointType?: ResolverEndpointType | undefined;
|
|
555
560
|
/**
|
|
556
561
|
* <p>
|
|
557
|
-
* Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
|
|
562
|
+
* Protocols used for the endpoint. DoH-FIPS is applicable for a default inbound endpoints only.
|
|
558
563
|
* </p>
|
|
559
564
|
* <p>For an inbound endpoint you can apply the protocols as follows:</p>
|
|
560
565
|
* <ul>
|
|
@@ -577,6 +582,7 @@ export interface ResolverEndpoint {
|
|
|
577
582
|
* <p>None, which is treated as Do53.</p>
|
|
578
583
|
* </li>
|
|
579
584
|
* </ul>
|
|
585
|
+
* <p>For a delegation inbound endpoint you can use Do53 only.</p>
|
|
580
586
|
* <p>For an outbound endpoint you can apply the protocols as follows:</p>
|
|
581
587
|
* <ul>
|
|
582
588
|
* <li>
|
|
@@ -1824,11 +1830,15 @@ export interface CreateResolverEndpointRequest {
|
|
|
1824
1830
|
* <ul>
|
|
1825
1831
|
* <li>
|
|
1826
1832
|
* <p>
|
|
1827
|
-
* <code>INBOUND</code>: Resolver forwards DNS queries to the DNS service for a VPC from your network
|
|
1833
|
+
* <code>INBOUND</code>: Resolver forwards DNS queries to the DNS service for a VPC from your network.</p>
|
|
1834
|
+
* </li>
|
|
1835
|
+
* <li>
|
|
1836
|
+
* <p>
|
|
1837
|
+
* <code>OUTBOUND</code>: Resolver forwards DNS queries from the DNS service for a VPC to your network.</p>
|
|
1828
1838
|
* </li>
|
|
1829
1839
|
* <li>
|
|
1830
1840
|
* <p>
|
|
1831
|
-
* <code>
|
|
1841
|
+
* <code>INBOUND_DELEGATION</code>: Resolver delegates queries to Route 53 private hosted zones from your network.</p>
|
|
1832
1842
|
* </li>
|
|
1833
1843
|
* </ul>
|
|
1834
1844
|
* @public
|
|
@@ -1870,9 +1880,9 @@ export interface CreateResolverEndpointRequest {
|
|
|
1870
1880
|
ResolverEndpointType?: ResolverEndpointType | undefined;
|
|
1871
1881
|
/**
|
|
1872
1882
|
* <p>
|
|
1873
|
-
* The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
|
|
1883
|
+
* The protocols you want to use for the endpoint. DoH-FIPS is applicable for default inbound endpoints only.
|
|
1874
1884
|
* </p>
|
|
1875
|
-
* <p>For
|
|
1885
|
+
* <p>For a default inbound endpoint you can apply the protocols as follows:</p>
|
|
1876
1886
|
* <ul>
|
|
1877
1887
|
* <li>
|
|
1878
1888
|
* <p> Do53 and DoH in combination.</p>
|
|
@@ -1893,6 +1903,7 @@ export interface CreateResolverEndpointRequest {
|
|
|
1893
1903
|
* <p>None, which is treated as Do53.</p>
|
|
1894
1904
|
* </li>
|
|
1895
1905
|
* </ul>
|
|
1906
|
+
* <p>For a delegation inbound endpoint you can use Do53 only.</p>
|
|
1896
1907
|
* <p>For an outbound endpoint you can apply the protocols as follows:</p>
|
|
1897
1908
|
* <ul>
|
|
1898
1909
|
* <li>
|
|
@@ -2100,6 +2111,7 @@ export interface CreateResolverQueryLogConfigResponse {
|
|
|
2100
2111
|
* @enum
|
|
2101
2112
|
*/
|
|
2102
2113
|
export declare const RuleTypeOption: {
|
|
2114
|
+
readonly Delegate: "DELEGATE";
|
|
2103
2115
|
readonly Forward: "FORWARD";
|
|
2104
2116
|
readonly Recursive: "RECURSIVE";
|
|
2105
2117
|
readonly System: "SYSTEM";
|
|
@@ -2164,7 +2176,7 @@ export interface CreateResolverRuleRequest {
|
|
|
2164
2176
|
*/
|
|
2165
2177
|
Name?: string | undefined;
|
|
2166
2178
|
/**
|
|
2167
|
-
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code>.</p>
|
|
2179
|
+
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code> or <code>DELEGATE</code>.</p>
|
|
2168
2180
|
* <p>When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for
|
|
2169
2181
|
* a subdomain of that domain, specify <code>SYSTEM</code>.</p>
|
|
2170
2182
|
* <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code>
|
|
@@ -2199,6 +2211,14 @@ export interface CreateResolverRuleRequest {
|
|
|
2199
2211
|
* @public
|
|
2200
2212
|
*/
|
|
2201
2213
|
Tags?: Tag[] | undefined;
|
|
2214
|
+
/**
|
|
2215
|
+
* <p>
|
|
2216
|
+
* DNS queries with the delegation records that match this domain name are forwarded to the resolvers on your
|
|
2217
|
+
* network.
|
|
2218
|
+
* </p>
|
|
2219
|
+
* @public
|
|
2220
|
+
*/
|
|
2221
|
+
DelegationRecord?: string | undefined;
|
|
2202
2222
|
}
|
|
2203
2223
|
/**
|
|
2204
2224
|
* @public
|
|
@@ -2261,7 +2281,9 @@ export interface ResolverRule {
|
|
|
2261
2281
|
*/
|
|
2262
2282
|
StatusMessage?: string | undefined;
|
|
2263
2283
|
/**
|
|
2264
|
-
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code
|
|
2284
|
+
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code> or <code>DELEGATE</code>.
|
|
2285
|
+
* If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains
|
|
2286
|
+
* the most specific domain name (www.example.com).</p>
|
|
2265
2287
|
* <p>When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for
|
|
2266
2288
|
* a subdomain of that domain, specify <code>SYSTEM</code>.</p>
|
|
2267
2289
|
* <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code>
|
|
@@ -2308,6 +2330,13 @@ export interface ResolverRule {
|
|
|
2308
2330
|
* @public
|
|
2309
2331
|
*/
|
|
2310
2332
|
ModificationTime?: string | undefined;
|
|
2333
|
+
/**
|
|
2334
|
+
* <p>
|
|
2335
|
+
* DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.
|
|
2336
|
+
* </p>
|
|
2337
|
+
* @public
|
|
2338
|
+
*/
|
|
2339
|
+
DelegationRecord?: string | undefined;
|
|
2311
2340
|
}
|
|
2312
2341
|
/**
|
|
2313
2342
|
* @public
|
|
@@ -3213,7 +3242,7 @@ export interface ResolverConfig {
|
|
|
3213
3242
|
*/
|
|
3214
3243
|
Id?: string | undefined;
|
|
3215
3244
|
/**
|
|
3216
|
-
* <p>The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.</p>
|
|
3245
|
+
* <p>The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver for.</p>
|
|
3217
3246
|
* @public
|
|
3218
3247
|
*/
|
|
3219
3248
|
ResourceId?: string | undefined;
|
|
@@ -3596,6 +3625,7 @@ export declare const IpAddressStatus: {
|
|
|
3596
3625
|
readonly Detaching: "DETACHING";
|
|
3597
3626
|
readonly FailedCreation: "FAILED_CREATION";
|
|
3598
3627
|
readonly FailedResourceGone: "FAILED_RESOURCE_GONE";
|
|
3628
|
+
readonly Isolated: "ISOLATED";
|
|
3599
3629
|
readonly RemapAttaching: "REMAP_ATTACHING";
|
|
3600
3630
|
readonly RemapDetaching: "REMAP_DETACHING";
|
|
3601
3631
|
readonly UpdateFailed: "UPDATE_FAILED";
|
|
@@ -5291,7 +5321,7 @@ export interface UpdateOutpostResolverResponse {
|
|
|
5291
5321
|
*/
|
|
5292
5322
|
export interface UpdateResolverConfigRequest {
|
|
5293
5323
|
/**
|
|
5294
|
-
* <p>
|
|
5324
|
+
* <p>The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver for.</p>
|
|
5295
5325
|
* @public
|
|
5296
5326
|
*/
|
|
5297
5327
|
ResourceId: string | undefined;
|
|
@@ -5413,9 +5443,9 @@ export interface UpdateResolverEndpointRequest {
|
|
|
5413
5443
|
UpdateIpAddresses?: UpdateIpAddress[] | undefined;
|
|
5414
5444
|
/**
|
|
5415
5445
|
* <p>
|
|
5416
|
-
* The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
|
|
5446
|
+
* The protocols you want to use for the endpoint. DoH-FIPS is applicable for default inbound endpoints only.
|
|
5417
5447
|
* </p>
|
|
5418
|
-
* <p>For
|
|
5448
|
+
* <p>For a default inbound endpoint you can apply the protocols as follows:</p>
|
|
5419
5449
|
* <ul>
|
|
5420
5450
|
* <li>
|
|
5421
5451
|
* <p> Do53 and DoH in combination.</p>
|
|
@@ -5436,6 +5466,7 @@ export interface UpdateResolverEndpointRequest {
|
|
|
5436
5466
|
* <p>None, which is treated as Do53.</p>
|
|
5437
5467
|
* </li>
|
|
5438
5468
|
* </ul>
|
|
5469
|
+
* <p>For a delegation inbound endpoint you can use Do53 only.</p>
|
|
5439
5470
|
* <p>For an outbound endpoint you can apply the protocols as follows:</p>
|
|
5440
5471
|
* <ul>
|
|
5441
5472
|
* <li>
|
|
@@ -118,6 +118,7 @@ export interface AssociateResolverEndpointIpAddressRequest {
|
|
|
118
118
|
}
|
|
119
119
|
export declare const ResolverEndpointDirection: {
|
|
120
120
|
readonly Inbound: "INBOUND";
|
|
121
|
+
readonly InboundDelegation: "INBOUND_DELEGATION";
|
|
121
122
|
readonly Outbound: "OUTBOUND";
|
|
122
123
|
};
|
|
123
124
|
export type ResolverEndpointDirection =
|
|
@@ -492,6 +493,7 @@ export interface CreateResolverQueryLogConfigResponse {
|
|
|
492
493
|
ResolverQueryLogConfig?: ResolverQueryLogConfig | undefined;
|
|
493
494
|
}
|
|
494
495
|
export declare const RuleTypeOption: {
|
|
496
|
+
readonly Delegate: "DELEGATE";
|
|
495
497
|
readonly Forward: "FORWARD";
|
|
496
498
|
readonly Recursive: "RECURSIVE";
|
|
497
499
|
readonly System: "SYSTEM";
|
|
@@ -513,6 +515,7 @@ export interface CreateResolverRuleRequest {
|
|
|
513
515
|
TargetIps?: TargetAddress[] | undefined;
|
|
514
516
|
ResolverEndpointId?: string | undefined;
|
|
515
517
|
Tags?: Tag[] | undefined;
|
|
518
|
+
DelegationRecord?: string | undefined;
|
|
516
519
|
}
|
|
517
520
|
export declare const ResolverRuleStatus: {
|
|
518
521
|
readonly Complete: "COMPLETE";
|
|
@@ -537,6 +540,7 @@ export interface ResolverRule {
|
|
|
537
540
|
ShareStatus?: ShareStatus | undefined;
|
|
538
541
|
CreationTime?: string | undefined;
|
|
539
542
|
ModificationTime?: string | undefined;
|
|
543
|
+
DelegationRecord?: string | undefined;
|
|
540
544
|
}
|
|
541
545
|
export interface CreateResolverRuleResponse {
|
|
542
546
|
ResolverRule?: ResolverRule | undefined;
|
|
@@ -844,6 +848,7 @@ export declare const IpAddressStatus: {
|
|
|
844
848
|
readonly Detaching: "DETACHING";
|
|
845
849
|
readonly FailedCreation: "FAILED_CREATION";
|
|
846
850
|
readonly FailedResourceGone: "FAILED_RESOURCE_GONE";
|
|
851
|
+
readonly Isolated: "ISOLATED";
|
|
847
852
|
readonly RemapAttaching: "REMAP_ATTACHING";
|
|
848
853
|
readonly RemapDetaching: "REMAP_DETACHING";
|
|
849
854
|
readonly UpdateFailed: "UPDATE_FAILED";
|
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.839.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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.839.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.839.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.839.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.828.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.839.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.
|
|
35
|
+
"@smithy/core": "^3.6.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.6",
|