@aws-sdk/client-route53resolver 3.282.0 → 3.287.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/README.md +0 -6
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +22 -4
- package/dist-cjs/pagination/ListFirewallConfigsPaginator.js +1 -8
- package/dist-cjs/pagination/ListFirewallDomainListsPaginator.js +1 -8
- package/dist-cjs/pagination/ListFirewallDomainsPaginator.js +1 -8
- package/dist-cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js +1 -8
- package/dist-cjs/pagination/ListFirewallRuleGroupsPaginator.js +1 -8
- package/dist-cjs/pagination/ListFirewallRulesPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverConfigsPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverDnssecConfigsPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverEndpointIpAddressesPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverEndpointsPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverQueryLogConfigsPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverRuleAssociationsPaginator.js +1 -8
- package/dist-cjs/pagination/ListResolverRulesPaginator.js +1 -8
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -8
- package/dist-cjs/protocols/Aws_json1_1.js +39 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +17 -0
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +1 -8
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +1 -8
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +1 -8
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +1 -8
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +1 -8
- package/dist-es/pagination/ListFirewallRulesPaginator.js +1 -8
- package/dist-es/pagination/ListResolverConfigsPaginator.js +1 -8
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +1 -8
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +1 -8
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +1 -8
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +1 -8
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +1 -8
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +1 -8
- package/dist-es/pagination/ListResolverRulesPaginator.js +1 -8
- package/dist-es/pagination/ListTagsForResourcePaginator.js +1 -8
- package/dist-es/protocols/Aws_json1_1.js +39 -0
- package/dist-types/Route53Resolver.d.ts +34 -46
- package/dist-types/Route53ResolverClient.d.ts +6 -12
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +2 -4
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +2 -4
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +2 -4
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +4 -5
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +3 -3
- package/dist-types/commands/GetResolverConfigCommand.d.ts +1 -1
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +6 -6
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +264 -188
- package/dist-types/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +29 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/package.json +9 -9
|
@@ -58,7 +58,7 @@ export interface AssociateFirewallRuleGroupRequest {
|
|
|
58
58
|
* <p>You must specify a unique priority for each rule group that you associate with a single VPC.
|
|
59
59
|
* To make it easier to insert rule groups later, leave space between the numbers, for example, use 101, 200, and so on. You
|
|
60
60
|
* can change the priority setting for a rule group association after you create it.</p>
|
|
61
|
-
*
|
|
61
|
+
* <p>The allowed values for <code>Priority</code> are between 100 and 9900.</p>
|
|
62
62
|
*/
|
|
63
63
|
Priority: number | undefined;
|
|
64
64
|
/**
|
|
@@ -150,7 +150,9 @@ export interface AssociateFirewallRuleGroupResponse {
|
|
|
150
150
|
FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
|
-
* <p
|
|
153
|
+
* <p>The requested state transition isn't valid. For example, you can't delete a firewall
|
|
154
|
+
* domain list if it is in the process of being deleted, or you can't import domains into a
|
|
155
|
+
* domain list that is in the process of being deleted.</p>
|
|
154
156
|
*/
|
|
155
157
|
export declare class ConflictException extends __BaseException {
|
|
156
158
|
readonly name: "ConflictException";
|
|
@@ -218,7 +220,8 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
218
220
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
219
221
|
}
|
|
220
222
|
/**
|
|
221
|
-
* <p
|
|
223
|
+
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
224
|
+
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
222
225
|
*/
|
|
223
226
|
export declare class ValidationException extends __BaseException {
|
|
224
227
|
readonly name: "ValidationException";
|
|
@@ -248,9 +251,15 @@ export interface IpAddressUpdate {
|
|
|
248
251
|
*/
|
|
249
252
|
SubnetId?: string;
|
|
250
253
|
/**
|
|
251
|
-
* <p>The new
|
|
254
|
+
* <p>The new IPv4 address.</p>
|
|
252
255
|
*/
|
|
253
256
|
Ip?: string;
|
|
257
|
+
/**
|
|
258
|
+
* <p>
|
|
259
|
+
* The new IPv6 address.
|
|
260
|
+
* </p>
|
|
261
|
+
*/
|
|
262
|
+
Ipv6?: string;
|
|
254
263
|
}
|
|
255
264
|
export interface AssociateResolverEndpointIpAddressRequest {
|
|
256
265
|
/**
|
|
@@ -267,6 +276,11 @@ export declare enum ResolverEndpointDirection {
|
|
|
267
276
|
Inbound = "INBOUND",
|
|
268
277
|
Outbound = "OUTBOUND"
|
|
269
278
|
}
|
|
279
|
+
export declare enum ResolverEndpointType {
|
|
280
|
+
DUALSTACK = "DUALSTACK",
|
|
281
|
+
IPV4 = "IPV4",
|
|
282
|
+
IPV6 = "IPV6"
|
|
283
|
+
}
|
|
270
284
|
export declare enum ResolverEndpointStatus {
|
|
271
285
|
ActionNeeded = "ACTION_NEEDED",
|
|
272
286
|
AutoRecovering = "AUTO_RECOVERING",
|
|
@@ -280,7 +294,7 @@ export declare enum ResolverEndpointStatus {
|
|
|
280
294
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html">CreateResolverEndpoint</a>,
|
|
281
295
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverEndpoint.html">DeleteResolverEndpoint</a>,
|
|
282
296
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>,
|
|
283
|
-
*
|
|
297
|
+
* Updates the name, or ResolverEndpointType for an endpoint,
|
|
284
298
|
* or
|
|
285
299
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html">UpdateResolverEndpoint</a>
|
|
286
300
|
* request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.</p>
|
|
@@ -314,7 +328,7 @@ export interface ResolverEndpoint {
|
|
|
314
328
|
SecurityGroupIds?: string[];
|
|
315
329
|
/**
|
|
316
330
|
* <p>Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:</p>
|
|
317
|
-
*
|
|
331
|
+
* <ul>
|
|
318
332
|
* <li>
|
|
319
333
|
* <p>
|
|
320
334
|
* <code>INBOUND</code>: allows DNS queries to your VPC from your network</p>
|
|
@@ -336,7 +350,7 @@ export interface ResolverEndpoint {
|
|
|
336
350
|
HostVPCId?: string;
|
|
337
351
|
/**
|
|
338
352
|
* <p>A code that specifies the current status of the Resolver endpoint. Valid values include the following:</p>
|
|
339
|
-
*
|
|
353
|
+
* <ul>
|
|
340
354
|
* <li>
|
|
341
355
|
* <p>
|
|
342
356
|
* <code>CREATING</code>: Resolver is creating and configuring one or more Amazon VPC network interfaces
|
|
@@ -365,7 +379,7 @@ export interface ResolverEndpoint {
|
|
|
365
379
|
* To resolve the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP address
|
|
366
380
|
* that isn't available, add another IP address and then delete the IP address that isn't available. (An endpoint must always include
|
|
367
381
|
* at least two IP addresses.) A status of <code>ACTION_NEEDED</code> can have a variety of causes. Here are two common causes:</p>
|
|
368
|
-
*
|
|
382
|
+
* <ul>
|
|
369
383
|
* <li>
|
|
370
384
|
* <p>One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.</p>
|
|
371
385
|
* </li>
|
|
@@ -373,7 +387,7 @@ export interface ResolverEndpoint {
|
|
|
373
387
|
* <p>The network interface couldn't be created for some reason that's outside the control of Resolver.</p>
|
|
374
388
|
* </li>
|
|
375
389
|
* </ul>
|
|
376
|
-
*
|
|
390
|
+
* </li>
|
|
377
391
|
* <li>
|
|
378
392
|
* <p>
|
|
379
393
|
* <code>DELETING</code>: Resolver is deleting this endpoint and the associated network interfaces.</p>
|
|
@@ -393,6 +407,12 @@ export interface ResolverEndpoint {
|
|
|
393
407
|
* <p>The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
394
408
|
*/
|
|
395
409
|
ModificationTime?: string;
|
|
410
|
+
/**
|
|
411
|
+
* <p>
|
|
412
|
+
* The Resolver endpoint IP address type.
|
|
413
|
+
* </p>
|
|
414
|
+
*/
|
|
415
|
+
ResolverEndpointType?: ResolverEndpointType | string;
|
|
396
416
|
}
|
|
397
417
|
export interface AssociateResolverEndpointIpAddressResponse {
|
|
398
418
|
/**
|
|
@@ -451,10 +471,9 @@ export interface AssociateResolverQueryLogConfigRequest {
|
|
|
451
471
|
ResolverQueryLogConfigId: string | undefined;
|
|
452
472
|
/**
|
|
453
473
|
* <p>The ID of an Amazon VPC that you want this query logging configuration to log queries for.</p>
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
*
|
|
457
|
-
* </note>
|
|
474
|
+
* <note>
|
|
475
|
+
* <p>The VPCs and the query logging configuration must be in the same Region.</p>
|
|
476
|
+
* </note>
|
|
458
477
|
*/
|
|
459
478
|
ResourceId: string | undefined;
|
|
460
479
|
}
|
|
@@ -495,7 +514,7 @@ export interface ResolverQueryLogConfigAssociation {
|
|
|
495
514
|
ResourceId?: string;
|
|
496
515
|
/**
|
|
497
516
|
* <p>The status of the specified query logging association. Valid values include the following:</p>
|
|
498
|
-
*
|
|
517
|
+
* <ul>
|
|
499
518
|
* <li>
|
|
500
519
|
* <p>
|
|
501
520
|
* <code>CREATING</code>: Resolver is creating an association between an Amazon VPC and a query logging configuration.</p>
|
|
@@ -518,7 +537,7 @@ export interface ResolverQueryLogConfigAssociation {
|
|
|
518
537
|
Status?: ResolverQueryLogConfigAssociationStatus | string;
|
|
519
538
|
/**
|
|
520
539
|
* <p>If the value of <code>Status</code> is <code>FAILED</code>, the value of <code>Error</code> indicates the cause:</p>
|
|
521
|
-
*
|
|
540
|
+
* <ul>
|
|
522
541
|
* <li>
|
|
523
542
|
* <p>
|
|
524
543
|
* <code>DESTINATION_NOT_FOUND</code>: The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
@@ -528,7 +547,7 @@ export interface ResolverQueryLogConfigAssociation {
|
|
|
528
547
|
* <code>ACCESS_DENIED</code>: Permissions don't allow sending logs to the destination.</p>
|
|
529
548
|
* </li>
|
|
530
549
|
* </ul>
|
|
531
|
-
*
|
|
550
|
+
* <p>If the value of <code>Status</code> is a value other than <code>FAILED</code>, <code>Error</code> is null. </p>
|
|
532
551
|
*/
|
|
533
552
|
Error?: ResolverQueryLogConfigAssociationError | string;
|
|
534
553
|
/**
|
|
@@ -629,7 +648,8 @@ export declare class ResourceUnavailableException extends __BaseException {
|
|
|
629
648
|
}
|
|
630
649
|
export declare enum AutodefinedReverseFlag {
|
|
631
650
|
DISABLE = "DISABLE",
|
|
632
|
-
ENABLE = "ENABLE"
|
|
651
|
+
ENABLE = "ENABLE",
|
|
652
|
+
USE_LOCAL_RESOURCE_SETTING = "USE_LOCAL_RESOURCE_SETTING"
|
|
633
653
|
}
|
|
634
654
|
export declare enum BlockOverrideDnsType {
|
|
635
655
|
CNAME = "CNAME"
|
|
@@ -984,9 +1004,15 @@ export interface IpAddressRequest {
|
|
|
984
1004
|
*/
|
|
985
1005
|
SubnetId: string | undefined;
|
|
986
1006
|
/**
|
|
987
|
-
* <p>The
|
|
1007
|
+
* <p>The IPv4 address that you want to use for DNS queries.</p>
|
|
988
1008
|
*/
|
|
989
1009
|
Ip?: string;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>
|
|
1012
|
+
* The IPv6 address that you want to use for DNS queries.
|
|
1013
|
+
* </p>
|
|
1014
|
+
*/
|
|
1015
|
+
Ipv6?: string;
|
|
990
1016
|
}
|
|
991
1017
|
export interface CreateResolverEndpointRequest {
|
|
992
1018
|
/**
|
|
@@ -1008,7 +1034,7 @@ export interface CreateResolverEndpointRequest {
|
|
|
1008
1034
|
SecurityGroupIds: string[] | undefined;
|
|
1009
1035
|
/**
|
|
1010
1036
|
* <p>Specify the applicable value:</p>
|
|
1011
|
-
*
|
|
1037
|
+
* <ul>
|
|
1012
1038
|
* <li>
|
|
1013
1039
|
* <p>
|
|
1014
1040
|
* <code>INBOUND</code>: Resolver forwards DNS queries to the DNS service for a VPC from your network</p>
|
|
@@ -1029,6 +1055,14 @@ export interface CreateResolverEndpointRequest {
|
|
|
1029
1055
|
* <p>A list of the tag keys and values that you want to associate with the endpoint.</p>
|
|
1030
1056
|
*/
|
|
1031
1057
|
Tags?: Tag[];
|
|
1058
|
+
/**
|
|
1059
|
+
* <p>
|
|
1060
|
+
* For the endpoint type you can choose either IPv4, IPv6. or dual-stack.
|
|
1061
|
+
* A dual-stack endpoint means that it will resolve via both IPv4 and IPv6. This
|
|
1062
|
+
* endpoint type is applied to all IP addresses.
|
|
1063
|
+
* </p>
|
|
1064
|
+
*/
|
|
1065
|
+
ResolverEndpointType?: ResolverEndpointType | string;
|
|
1032
1066
|
}
|
|
1033
1067
|
export interface CreateResolverEndpointResponse {
|
|
1034
1068
|
/**
|
|
@@ -1044,33 +1078,32 @@ export interface CreateResolverQueryLogConfigRequest {
|
|
|
1044
1078
|
/**
|
|
1045
1079
|
* <p>The ARN of the resource that you want Resolver to send query logs. You can send query logs to an S3 bucket, a CloudWatch Logs log group,
|
|
1046
1080
|
* or a Kinesis Data Firehose delivery stream. Examples of valid values include the following:</p>
|
|
1047
|
-
*
|
|
1048
|
-
* <ul>
|
|
1081
|
+
* <ul>
|
|
1049
1082
|
* <li>
|
|
1050
|
-
*
|
|
1083
|
+
* <p>
|
|
1051
1084
|
* <b>S3 bucket</b>: </p>
|
|
1052
|
-
*
|
|
1085
|
+
* <p>
|
|
1053
1086
|
* <code>arn:aws:s3:::examplebucket</code>
|
|
1054
1087
|
* </p>
|
|
1055
|
-
*
|
|
1056
|
-
*
|
|
1088
|
+
* <p>You can optionally append a file prefix to the end of the ARN.</p>
|
|
1089
|
+
* <p>
|
|
1057
1090
|
* <code>arn:aws:s3:::examplebucket/development/</code>
|
|
1058
1091
|
* </p>
|
|
1059
|
-
*
|
|
1092
|
+
* </li>
|
|
1060
1093
|
* <li>
|
|
1061
|
-
*
|
|
1094
|
+
* <p>
|
|
1062
1095
|
* <b>CloudWatch Logs log group</b>: </p>
|
|
1063
|
-
*
|
|
1096
|
+
* <p>
|
|
1064
1097
|
* <code>arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:*</code>
|
|
1065
1098
|
* </p>
|
|
1066
|
-
*
|
|
1099
|
+
* </li>
|
|
1067
1100
|
* <li>
|
|
1068
|
-
*
|
|
1101
|
+
* <p>
|
|
1069
1102
|
* <b>Kinesis Data Firehose delivery stream</b>:</p>
|
|
1070
|
-
*
|
|
1103
|
+
* <p>
|
|
1071
1104
|
* <code>arn:aws:kinesis:us-east-2:0123456789:stream/my_stream_name</code>
|
|
1072
1105
|
* </p>
|
|
1073
|
-
*
|
|
1106
|
+
* </li>
|
|
1074
1107
|
* </ul>
|
|
1075
1108
|
*/
|
|
1076
1109
|
DestinationArn: string | undefined;
|
|
@@ -1111,7 +1144,7 @@ export interface ResolverQueryLogConfig {
|
|
|
1111
1144
|
OwnerId?: string;
|
|
1112
1145
|
/**
|
|
1113
1146
|
* <p>The status of the specified query logging configuration. Valid values include the following:</p>
|
|
1114
|
-
*
|
|
1147
|
+
* <ul>
|
|
1115
1148
|
* <li>
|
|
1116
1149
|
* <p>
|
|
1117
1150
|
* <code>CREATING</code>: Resolver is creating the query logging configuration.</p>
|
|
@@ -1129,7 +1162,7 @@ export interface ResolverQueryLogConfig {
|
|
|
1129
1162
|
* <p>
|
|
1130
1163
|
* <code>FAILED</code>: Resolver can't deliver logs to the location that is specified in the query logging configuration.
|
|
1131
1164
|
* Here are two common causes:</p>
|
|
1132
|
-
*
|
|
1165
|
+
* <ul>
|
|
1133
1166
|
* <li>
|
|
1134
1167
|
* <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
1135
1168
|
* </li>
|
|
@@ -1137,7 +1170,7 @@ export interface ResolverQueryLogConfig {
|
|
|
1137
1170
|
* <p>Permissions don't allow sending logs to the destination.</p>
|
|
1138
1171
|
* </li>
|
|
1139
1172
|
* </ul>
|
|
1140
|
-
*
|
|
1173
|
+
* </li>
|
|
1141
1174
|
* </ul>
|
|
1142
1175
|
*/
|
|
1143
1176
|
Status?: ResolverQueryLogConfigStatus | string;
|
|
@@ -1192,13 +1225,19 @@ export declare enum RuleTypeOption {
|
|
|
1192
1225
|
*/
|
|
1193
1226
|
export interface TargetAddress {
|
|
1194
1227
|
/**
|
|
1195
|
-
* <p>One
|
|
1228
|
+
* <p>One IPv4 address that you want to forward DNS queries to.</p>
|
|
1196
1229
|
*/
|
|
1197
|
-
Ip
|
|
1230
|
+
Ip?: string;
|
|
1198
1231
|
/**
|
|
1199
1232
|
* <p>The port at <code>Ip</code> that you want to forward DNS queries to.</p>
|
|
1200
1233
|
*/
|
|
1201
1234
|
Port?: number;
|
|
1235
|
+
/**
|
|
1236
|
+
* <p>
|
|
1237
|
+
* One IPv6 address that you want to forward DNS queries to.
|
|
1238
|
+
* </p>
|
|
1239
|
+
*/
|
|
1240
|
+
Ipv6?: string;
|
|
1202
1241
|
}
|
|
1203
1242
|
export interface CreateResolverRuleRequest {
|
|
1204
1243
|
/**
|
|
@@ -1213,12 +1252,12 @@ export interface CreateResolverRuleRequest {
|
|
|
1213
1252
|
Name?: string;
|
|
1214
1253
|
/**
|
|
1215
1254
|
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code>.</p>
|
|
1216
|
-
*
|
|
1255
|
+
* <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
|
|
1217
1256
|
* a subdomain of that domain, specify <code>SYSTEM</code>.</p>
|
|
1218
|
-
*
|
|
1257
|
+
* <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code>
|
|
1219
1258
|
* for <code>RuleType</code>. To then have Resolver process queries for apex.example.com, you create a rule and specify
|
|
1220
1259
|
* <code>SYSTEM</code> for <code>RuleType</code>.</p>
|
|
1221
|
-
*
|
|
1260
|
+
* <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>
|
|
1222
1261
|
*/
|
|
1223
1262
|
RuleType: RuleTypeOption | string | undefined;
|
|
1224
1263
|
/**
|
|
@@ -1229,7 +1268,7 @@ export interface CreateResolverRuleRequest {
|
|
|
1229
1268
|
DomainName: string | undefined;
|
|
1230
1269
|
/**
|
|
1231
1270
|
* <p>The IPs that you want Resolver to forward DNS queries to. You can specify only IPv4 addresses. Separate IP addresses with a space.</p>
|
|
1232
|
-
*
|
|
1271
|
+
* <p>
|
|
1233
1272
|
* <code>TargetIps</code> is available only when the value of <code>Rule type</code> is <code>FORWARD</code>.</p>
|
|
1234
1273
|
*/
|
|
1235
1274
|
TargetIps?: TargetAddress[];
|
|
@@ -1290,12 +1329,12 @@ export interface ResolverRule {
|
|
|
1290
1329
|
StatusMessage?: string;
|
|
1291
1330
|
/**
|
|
1292
1331
|
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code>.</p>
|
|
1293
|
-
*
|
|
1332
|
+
* <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
|
|
1294
1333
|
* a subdomain of that domain, specify <code>SYSTEM</code>.</p>
|
|
1295
|
-
*
|
|
1334
|
+
* <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code>
|
|
1296
1335
|
* for <code>RuleType</code>. To then have Resolver process queries for apex.example.com, you create a rule and specify
|
|
1297
1336
|
* <code>SYSTEM</code> for <code>RuleType</code>.</p>
|
|
1298
|
-
*
|
|
1337
|
+
* <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>
|
|
1299
1338
|
*/
|
|
1300
1339
|
RuleType?: RuleTypeOption | string;
|
|
1301
1340
|
/**
|
|
@@ -1497,30 +1536,28 @@ export interface DisassociateResolverRuleResponse {
|
|
|
1497
1536
|
* and
|
|
1498
1537
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverDnssecConfigs.html">ListResolverDnssecConfigs</a>),
|
|
1499
1538
|
* an optional specification to return a subset of objects.</p>
|
|
1500
|
-
*
|
|
1539
|
+
* <p>To filter objects, such as Resolver endpoints or Resolver rules, you specify <code>Name</code> and <code>Values</code>. For example,
|
|
1501
1540
|
* to list only inbound Resolver endpoints, specify <code>Direction</code> for <code>Name</code> and specify <code>INBOUND</code> for <code>Values</code>. </p>
|
|
1502
1541
|
*/
|
|
1503
1542
|
export interface Filter {
|
|
1504
1543
|
/**
|
|
1505
1544
|
* <p>The name of the parameter that you want to use to filter objects.</p>
|
|
1506
|
-
*
|
|
1545
|
+
* <p>The valid values for <code>Name</code> depend on the action that you're including the filter in,
|
|
1507
1546
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>,
|
|
1508
1547
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>,
|
|
1509
1548
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>,
|
|
1510
1549
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html">ListResolverQueryLogConfigs</a>,
|
|
1511
1550
|
* or
|
|
1512
1551
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html">ListResolverQueryLogConfigAssociations</a>.</p>
|
|
1513
|
-
*
|
|
1514
|
-
*
|
|
1515
|
-
* <p>In early versions of Resolver, values for <code>Name</code> were listed as uppercase, with underscore (_) delimiters. For example,
|
|
1552
|
+
* <note>
|
|
1553
|
+
* <p>In early versions of Resolver, values for <code>Name</code> were listed as uppercase, with underscore (_) delimiters. For example,
|
|
1516
1554
|
* <code>CreatorRequestId</code> was originally listed as <code>CREATOR_REQUEST_ID</code>. Uppercase values for <code>Name</code> are still supported.</p>
|
|
1517
|
-
*
|
|
1518
|
-
*
|
|
1519
|
-
* <p>
|
|
1555
|
+
* </note>
|
|
1556
|
+
* <p>
|
|
1520
1557
|
* <b>ListResolverEndpoints</b>
|
|
1521
1558
|
* </p>
|
|
1522
|
-
*
|
|
1523
|
-
*
|
|
1559
|
+
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1560
|
+
* <ul>
|
|
1524
1561
|
* <li>
|
|
1525
1562
|
* <p>
|
|
1526
1563
|
* <code>CreatorRequestId</code>: The value that you specified when you created the Resolver endpoint.</p>
|
|
@@ -1561,12 +1598,11 @@ export interface Filter {
|
|
|
1561
1598
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverEndpoint.html">ResolverEndpoint</a>.</p>
|
|
1562
1599
|
* </li>
|
|
1563
1600
|
* </ul>
|
|
1564
|
-
*
|
|
1565
|
-
* <p>
|
|
1601
|
+
* <p>
|
|
1566
1602
|
* <b>ListResolverRules</b>
|
|
1567
1603
|
* </p>
|
|
1568
|
-
*
|
|
1569
|
-
*
|
|
1604
|
+
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1605
|
+
* <ul>
|
|
1570
1606
|
* <li>
|
|
1571
1607
|
* <p>
|
|
1572
1608
|
* <code>CreatorRequestId</code>: The value that you specified when you created the Resolver rule.</p>
|
|
@@ -1576,10 +1612,10 @@ export interface Filter {
|
|
|
1576
1612
|
* <code>DomainName</code>: The domain name for which Resolver is forwarding DNS queries to your network. In the value that
|
|
1577
1613
|
* you specify for <code>Values</code>, include a trailing dot (.) after the domain name. For example, if the domain name is example.com,
|
|
1578
1614
|
* specify the following value. Note the "." after <code>com</code>:</p>
|
|
1579
|
-
*
|
|
1615
|
+
* <p>
|
|
1580
1616
|
* <code>example.com.</code>
|
|
1581
1617
|
* </p>
|
|
1582
|
-
*
|
|
1618
|
+
* </li>
|
|
1583
1619
|
* <li>
|
|
1584
1620
|
* <p>
|
|
1585
1621
|
* <code>Name</code>: The name of the Resolver rule.</p>
|
|
@@ -1587,11 +1623,11 @@ export interface Filter {
|
|
|
1587
1623
|
* <li>
|
|
1588
1624
|
* <p>
|
|
1589
1625
|
* <code>ResolverEndpointId</code>: The ID of the Resolver endpoint that the Resolver rule is associated with.</p>
|
|
1590
|
-
*
|
|
1626
|
+
* <note>
|
|
1591
1627
|
* <p>You can filter on the Resolver endpoint only for rules that have a value of <code>FORWARD</code> for
|
|
1592
1628
|
* <code>RuleType</code>.</p>
|
|
1593
1629
|
* </note>
|
|
1594
|
-
*
|
|
1630
|
+
* </li>
|
|
1595
1631
|
* <li>
|
|
1596
1632
|
* <p>
|
|
1597
1633
|
* <code>Status</code>: The status of the Resolver rule. If you specify <code>Status</code> for <code>Name</code>,
|
|
@@ -1604,12 +1640,11 @@ export interface Filter {
|
|
|
1604
1640
|
* for <code>Name</code>, specify <code>FORWARD</code> or <code>SYSTEM</code> for <code>Values</code>.</p>
|
|
1605
1641
|
* </li>
|
|
1606
1642
|
* </ul>
|
|
1607
|
-
*
|
|
1608
|
-
* <p>
|
|
1643
|
+
* <p>
|
|
1609
1644
|
* <b>ListResolverRuleAssociations</b>
|
|
1610
1645
|
* </p>
|
|
1611
|
-
*
|
|
1612
|
-
*
|
|
1646
|
+
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1647
|
+
* <ul>
|
|
1613
1648
|
* <li>
|
|
1614
1649
|
* <p>
|
|
1615
1650
|
* <code>Name</code>: The name of the Resolver rule association.</p>
|
|
@@ -1623,18 +1658,17 @@ export interface Filter {
|
|
|
1623
1658
|
* <code>Status</code>: The status of the Resolver rule association. If you specify <code>Status</code> for <code>Name</code>,
|
|
1624
1659
|
* specify one of the following status codes for <code>Values</code>: <code>CREATING</code>, <code>COMPLETE</code>, <code>DELETING</code>, or
|
|
1625
1660
|
* <code>FAILED</code>.</p>
|
|
1626
|
-
*
|
|
1661
|
+
* </li>
|
|
1627
1662
|
* <li>
|
|
1628
1663
|
* <p>
|
|
1629
1664
|
* <code>VPCId</code>: The ID of the VPC that the Resolver rule is associated with.</p>
|
|
1630
1665
|
* </li>
|
|
1631
1666
|
* </ul>
|
|
1632
|
-
*
|
|
1633
|
-
* <p>
|
|
1667
|
+
* <p>
|
|
1634
1668
|
* <b>ListResolverQueryLogConfigs</b>
|
|
1635
1669
|
* </p>
|
|
1636
|
-
*
|
|
1637
|
-
*
|
|
1670
|
+
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1671
|
+
* <ul>
|
|
1638
1672
|
* <li>
|
|
1639
1673
|
* <p>
|
|
1640
1674
|
* <code>Arn</code>: The ARN for the query logging configuration.</p>
|
|
@@ -1655,7 +1689,7 @@ export interface Filter {
|
|
|
1655
1689
|
* <li>
|
|
1656
1690
|
* <p>
|
|
1657
1691
|
* <code>Destination</code>: The Amazon Web Services service that you want to forward query logs to. Valid values include the following:</p>
|
|
1658
|
-
*
|
|
1692
|
+
* <ul>
|
|
1659
1693
|
* <li>
|
|
1660
1694
|
* <p>
|
|
1661
1695
|
* <code>S3</code>
|
|
@@ -1672,7 +1706,7 @@ export interface Filter {
|
|
|
1672
1706
|
* </p>
|
|
1673
1707
|
* </li>
|
|
1674
1708
|
* </ul>
|
|
1675
|
-
*
|
|
1709
|
+
* </li>
|
|
1676
1710
|
* <li>
|
|
1677
1711
|
* <p>
|
|
1678
1712
|
* <code>DestinationArn</code>: The ARN of the location that Resolver is sending query logs to. This value can be the ARN for an
|
|
@@ -1703,14 +1737,13 @@ export interface Filter {
|
|
|
1703
1737
|
* <code>DELETING</code>, or <code>FAILED</code>. For more information, see
|
|
1704
1738
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfig.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfig-Status">Status</a>.
|
|
1705
1739
|
* </p>
|
|
1706
|
-
*
|
|
1740
|
+
* </li>
|
|
1707
1741
|
* </ul>
|
|
1708
|
-
*
|
|
1709
|
-
* <p>
|
|
1742
|
+
* <p>
|
|
1710
1743
|
* <b>ListResolverQueryLogConfigAssociations</b>
|
|
1711
1744
|
* </p>
|
|
1712
|
-
*
|
|
1713
|
-
*
|
|
1745
|
+
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1746
|
+
* <ul>
|
|
1714
1747
|
* <li>
|
|
1715
1748
|
* <p>
|
|
1716
1749
|
* <code>CreationTime</code>: The date and time that the VPC was associated with the query logging configuration, in Unix time format and
|
|
@@ -1740,7 +1773,7 @@ export interface Filter {
|
|
|
1740
1773
|
* <code>DELETING</code>, or <code>FAILED</code>. For more information, see
|
|
1741
1774
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfigAssociation.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfigAssociation-Status">Status</a>.
|
|
1742
1775
|
* </p>
|
|
1743
|
-
*
|
|
1776
|
+
* </li>
|
|
1744
1777
|
* </ul>
|
|
1745
1778
|
*/
|
|
1746
1779
|
Name?: string;
|
|
@@ -1753,7 +1786,8 @@ export interface Filter {
|
|
|
1753
1786
|
}
|
|
1754
1787
|
export declare enum FirewallFailOpenStatus {
|
|
1755
1788
|
DISABLED = "DISABLED",
|
|
1756
|
-
ENABLED = "ENABLED"
|
|
1789
|
+
ENABLED = "ENABLED",
|
|
1790
|
+
USE_LOCAL_RESOURCE_SETTING = "USE_LOCAL_RESOURCE_SETTING"
|
|
1757
1791
|
}
|
|
1758
1792
|
/**
|
|
1759
1793
|
* <p>Configuration of the firewall behavior provided by DNS Firewall for a single VPC from
|
|
@@ -1931,7 +1965,9 @@ export declare enum ResolverAutodefinedReverseStatus {
|
|
|
1931
1965
|
Disabled = "DISABLED",
|
|
1932
1966
|
Disabling = "DISABLING",
|
|
1933
1967
|
Enabled = "ENABLED",
|
|
1934
|
-
Enabling = "ENABLING"
|
|
1968
|
+
Enabling = "ENABLING",
|
|
1969
|
+
UpdatingToUseLocalResourceSetting = "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
|
|
1970
|
+
UseLocalResourceSetting = "USE_LOCAL_RESOURCE_SETTING"
|
|
1935
1971
|
}
|
|
1936
1972
|
/**
|
|
1937
1973
|
* <p>A complex type that contains information about a Resolver configuration for a VPC.</p>
|
|
@@ -1952,10 +1988,7 @@ export interface ResolverConfig {
|
|
|
1952
1988
|
/**
|
|
1953
1989
|
* <p> The status of whether or not the Resolver will create autodefined rules for reverse DNS
|
|
1954
1990
|
* lookups. This is enabled by default. The status can be one of following:</p>
|
|
1955
|
-
*
|
|
1956
|
-
* status can be one of following:</p>
|
|
1957
|
-
*
|
|
1958
|
-
* <ul>
|
|
1991
|
+
* <ul>
|
|
1959
1992
|
* <li>
|
|
1960
1993
|
* <p>
|
|
1961
1994
|
* <b>ENABLING:</b> Autodefined rules for reverse DNS lookups are being
|
|
@@ -1982,7 +2015,7 @@ export interface ResolverConfig {
|
|
|
1982
2015
|
}
|
|
1983
2016
|
export interface GetResolverConfigResponse {
|
|
1984
2017
|
/**
|
|
1985
|
-
* <p>Information about the behavior configuration of Route
|
|
2018
|
+
* <p>Information about the behavior configuration of Route 53 Resolver behavior for the VPC you
|
|
1986
2019
|
* specified in the <code>GetResolverConfig</code> request.</p>
|
|
1987
2020
|
*/
|
|
1988
2021
|
ResolverConfig?: ResolverConfig;
|
|
@@ -1997,7 +2030,9 @@ export declare enum ResolverDNSSECValidationStatus {
|
|
|
1997
2030
|
Disabled = "DISABLED",
|
|
1998
2031
|
Disabling = "DISABLING",
|
|
1999
2032
|
Enabled = "ENABLED",
|
|
2000
|
-
Enabling = "ENABLING"
|
|
2033
|
+
Enabling = "ENABLING",
|
|
2034
|
+
UpdateToUseLocalResourceSetting = "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
|
|
2035
|
+
UseLocalResourceSetting = "USE_LOCAL_RESOURCE_SETTING"
|
|
2001
2036
|
}
|
|
2002
2037
|
/**
|
|
2003
2038
|
* <p>A complex type that contains information about a configuration for DNSSEC validation.</p>
|
|
@@ -2017,7 +2052,7 @@ export interface ResolverDnssecConfig {
|
|
|
2017
2052
|
ResourceId?: string;
|
|
2018
2053
|
/**
|
|
2019
2054
|
* <p>The validation status for a DNSSEC configuration. The status can be one of the following:</p>
|
|
2020
|
-
*
|
|
2055
|
+
* <ul>
|
|
2021
2056
|
* <li>
|
|
2022
2057
|
* <p>
|
|
2023
2058
|
* <b>ENABLING:</b> DNSSEC validation is being enabled but is not complete.</p>
|
|
@@ -2168,7 +2203,7 @@ export interface ImportFirewallDomainsResponse {
|
|
|
2168
2203
|
*/
|
|
2169
2204
|
Name?: string;
|
|
2170
2205
|
/**
|
|
2171
|
-
* <p>
|
|
2206
|
+
* <p>Status of the import request.</p>
|
|
2172
2207
|
*/
|
|
2173
2208
|
Status?: FirewallDomainListStatus | string;
|
|
2174
2209
|
/**
|
|
@@ -2222,7 +2257,8 @@ export declare enum IpAddressStatus {
|
|
|
2222
2257
|
FailedCreation = "FAILED_CREATION",
|
|
2223
2258
|
FailedResourceGone = "FAILED_RESOURCE_GONE",
|
|
2224
2259
|
RemapAttaching = "REMAP_ATTACHING",
|
|
2225
|
-
RemapDetaching = "REMAP_DETACHING"
|
|
2260
|
+
RemapDetaching = "REMAP_DETACHING",
|
|
2261
|
+
Updating = "UPDATING"
|
|
2226
2262
|
}
|
|
2227
2263
|
/**
|
|
2228
2264
|
* <p>In the response to a
|
|
@@ -2239,9 +2275,15 @@ export interface IpAddressResponse {
|
|
|
2239
2275
|
*/
|
|
2240
2276
|
SubnetId?: string;
|
|
2241
2277
|
/**
|
|
2242
|
-
* <p>One
|
|
2278
|
+
* <p>One IPv4 address that the Resolver endpoint uses for DNS queries.</p>
|
|
2243
2279
|
*/
|
|
2244
2280
|
Ip?: string;
|
|
2281
|
+
/**
|
|
2282
|
+
* <p>
|
|
2283
|
+
* One IPv6 address that the Resolver endpoint uses for DNS queries.
|
|
2284
|
+
* </p>
|
|
2285
|
+
*/
|
|
2286
|
+
Ipv6?: string;
|
|
2245
2287
|
/**
|
|
2246
2288
|
* <p>A status code that gives the current status of the request.</p>
|
|
2247
2289
|
*/
|
|
@@ -2499,8 +2541,8 @@ export interface ListResolverConfigsRequest {
|
|
|
2499
2541
|
/**
|
|
2500
2542
|
* <p>(Optional) If the current Amazon Web Services account has more than <code>MaxResults</code> Resolver configurations, use
|
|
2501
2543
|
* <code>NextToken</code> to get the second and subsequent pages of results.</p>
|
|
2502
|
-
*
|
|
2503
|
-
*
|
|
2544
|
+
* <p>For the first <code>ListResolverConfigs</code> request, omit this value.</p>
|
|
2545
|
+
* <p>For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and
|
|
2504
2546
|
* specify that value for <code>NextToken</code> in the request.</p>
|
|
2505
2547
|
*/
|
|
2506
2548
|
NextToken?: string;
|
|
@@ -2509,10 +2551,9 @@ export interface ListResolverConfigsResponse {
|
|
|
2509
2551
|
/**
|
|
2510
2552
|
* <p>If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account,
|
|
2511
2553
|
* <code>NextToken</code> doesn't appear in the response.</p>
|
|
2512
|
-
*
|
|
2554
|
+
* <p>If a response doesn't include the last of the configurations, you can get more configurations by submitting another
|
|
2513
2555
|
* <code>ListResolverConfigs</code> request.
|
|
2514
|
-
* Get the value of <code>NextToken</code> that Amazon Route
|
|
2515
|
-
* returned in the previous response and include it in
|
|
2556
|
+
* Get the value of <code>NextToken</code> that Amazon Route 53 returned in the previous response and include it in
|
|
2516
2557
|
* <code>NextToken</code> in the next request.</p>
|
|
2517
2558
|
*/
|
|
2518
2559
|
NextToken?: string;
|
|
@@ -2532,8 +2573,8 @@ export interface ListResolverDnssecConfigsRequest {
|
|
|
2532
2573
|
/**
|
|
2533
2574
|
* <p>(Optional) If the current Amazon Web Services account has more than <code>MaxResults</code> DNSSEC configurations, use <code>NextToken</code>
|
|
2534
2575
|
* to get the second and subsequent pages of results.</p>
|
|
2535
|
-
*
|
|
2536
|
-
*
|
|
2576
|
+
* <p>For the first <code>ListResolverDnssecConfigs</code> request, omit this value.</p>
|
|
2577
|
+
* <p>For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and specify that value
|
|
2537
2578
|
* for <code>NextToken</code> in the request.</p>
|
|
2538
2579
|
*/
|
|
2539
2580
|
NextToken?: string;
|
|
@@ -2546,7 +2587,7 @@ export interface ListResolverDnssecConfigsResponse {
|
|
|
2546
2587
|
/**
|
|
2547
2588
|
* <p>If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web Services account,
|
|
2548
2589
|
* <code>NextToken</code> doesn't appear in the response.</p>
|
|
2549
|
-
*
|
|
2590
|
+
* <p>If a response doesn't include the last of the configurations, you can get more configurations by submitting another
|
|
2550
2591
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResolverDnssecConfigs.html">ListResolverDnssecConfigs</a>
|
|
2551
2592
|
* request. Get the value of <code>NextToken</code> that Amazon Route 53 returned in the previous response and include it in
|
|
2552
2593
|
* <code>NextToken</code> in the next request.</p>
|
|
@@ -2571,7 +2612,7 @@ export interface ListResolverEndpointIpAddressesRequest {
|
|
|
2571
2612
|
MaxResults?: number;
|
|
2572
2613
|
/**
|
|
2573
2614
|
* <p>For the first <code>ListResolverEndpointIpAddresses</code> request, omit this value.</p>
|
|
2574
|
-
*
|
|
2615
|
+
* <p>If the specified Resolver endpoint has more than <code>MaxResults</code> IP addresses, you can submit another
|
|
2575
2616
|
* <code>ListResolverEndpointIpAddresses</code> request to get the next group of IP addresses. In the next request, specify the value of
|
|
2576
2617
|
* <code>NextToken</code> from the previous response. </p>
|
|
2577
2618
|
*/
|
|
@@ -2602,13 +2643,13 @@ export interface ListResolverEndpointsRequest {
|
|
|
2602
2643
|
MaxResults?: number;
|
|
2603
2644
|
/**
|
|
2604
2645
|
* <p>For the first <code>ListResolverEndpoints</code> request, omit this value.</p>
|
|
2605
|
-
*
|
|
2646
|
+
* <p>If you have more than <code>MaxResults</code> Resolver endpoints, you can submit another <code>ListResolverEndpoints</code> request
|
|
2606
2647
|
* to get the next group of Resolver endpoints. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
2607
2648
|
*/
|
|
2608
2649
|
NextToken?: string;
|
|
2609
2650
|
/**
|
|
2610
2651
|
* <p>An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.</p>
|
|
2611
|
-
*
|
|
2652
|
+
* <note>
|
|
2612
2653
|
* <p>If you submit a second or subsequent <code>ListResolverEndpoints</code> request and specify the <code>NextToken</code> parameter,
|
|
2613
2654
|
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
2614
2655
|
* </note>
|
|
@@ -2642,28 +2683,27 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
|
|
|
2642
2683
|
MaxResults?: number;
|
|
2643
2684
|
/**
|
|
2644
2685
|
* <p>For the first <code>ListResolverQueryLogConfigAssociations</code> request, omit this value.</p>
|
|
2645
|
-
*
|
|
2686
|
+
* <p>If there are more than <code>MaxResults</code> query logging associations that match the values that you specify for <code>Filters</code>,
|
|
2646
2687
|
* you can submit another <code>ListResolverQueryLogConfigAssociations</code> request to get the next group of associations. In the next request, specify the value of
|
|
2647
2688
|
* <code>NextToken</code> from the previous response. </p>
|
|
2648
2689
|
*/
|
|
2649
2690
|
NextToken?: string;
|
|
2650
2691
|
/**
|
|
2651
2692
|
* <p>An optional specification to return a subset of query logging associations.</p>
|
|
2652
|
-
*
|
|
2653
|
-
*
|
|
2693
|
+
* <note>
|
|
2694
|
+
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
2654
2695
|
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
2655
|
-
*
|
|
2696
|
+
* </note>
|
|
2656
2697
|
*/
|
|
2657
2698
|
Filters?: Filter[];
|
|
2658
2699
|
/**
|
|
2659
2700
|
* <p>The element that you want Resolver to sort query logging associations by. </p>
|
|
2660
|
-
*
|
|
2661
|
-
*
|
|
2701
|
+
* <note>
|
|
2702
|
+
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
2662
2703
|
* you must use the same value for <code>SortBy</code>, if any, as in the previous request.</p>
|
|
2663
|
-
*
|
|
2664
|
-
*
|
|
2665
|
-
*
|
|
2666
|
-
* <ul>
|
|
2704
|
+
* </note>
|
|
2705
|
+
* <p>Valid values include the following elements:</p>
|
|
2706
|
+
* <ul>
|
|
2667
2707
|
* <li>
|
|
2668
2708
|
* <p>
|
|
2669
2709
|
* <code>CreationTime</code>: The ID of the query logging association.</p>
|
|
@@ -2672,7 +2712,7 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
|
|
|
2672
2712
|
* <p>
|
|
2673
2713
|
* <code>Error</code>: If the value of <code>Status</code> is <code>FAILED</code>, the value of <code>Error</code>
|
|
2674
2714
|
* indicates the cause: </p>
|
|
2675
|
-
*
|
|
2715
|
+
* <ul>
|
|
2676
2716
|
* <li>
|
|
2677
2717
|
* <p>
|
|
2678
2718
|
* <code>DESTINATION_NOT_FOUND</code>: The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
@@ -2682,8 +2722,8 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
|
|
|
2682
2722
|
* <code>ACCESS_DENIED</code>: Permissions don't allow sending logs to the destination.</p>
|
|
2683
2723
|
* </li>
|
|
2684
2724
|
* </ul>
|
|
2685
|
-
*
|
|
2686
|
-
*
|
|
2725
|
+
* <p>If <code>Status</code> is a value other than <code>FAILED</code>, <code>ERROR</code> is null.</p>
|
|
2726
|
+
* </li>
|
|
2687
2727
|
* <li>
|
|
2688
2728
|
* <p>
|
|
2689
2729
|
* <code>Id</code>: The ID of the query logging association</p>
|
|
@@ -2699,8 +2739,7 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
|
|
|
2699
2739
|
* <li>
|
|
2700
2740
|
* <p>
|
|
2701
2741
|
* <code>Status</code>: The current status of the configuration. Valid values include the following:</p>
|
|
2702
|
-
*
|
|
2703
|
-
* <ul>
|
|
2742
|
+
* <ul>
|
|
2704
2743
|
* <li>
|
|
2705
2744
|
* <p>
|
|
2706
2745
|
* <code>CREATING</code>: Resolver is creating an association between an Amazon VPC and a query logging configuration.</p>
|
|
@@ -2718,7 +2757,7 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
|
|
|
2718
2757
|
* <p>
|
|
2719
2758
|
* <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging association.
|
|
2720
2759
|
* Here are two common causes:</p>
|
|
2721
|
-
*
|
|
2760
|
+
* <ul>
|
|
2722
2761
|
* <li>
|
|
2723
2762
|
* <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
2724
2763
|
* </li>
|
|
@@ -2726,19 +2765,19 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
|
|
|
2726
2765
|
* <p>Permissions don't allow sending logs to the destination.</p>
|
|
2727
2766
|
* </li>
|
|
2728
2767
|
* </ul>
|
|
2729
|
-
*
|
|
2768
|
+
* </li>
|
|
2730
2769
|
* </ul>
|
|
2731
|
-
*
|
|
2770
|
+
* </li>
|
|
2732
2771
|
* </ul>
|
|
2733
2772
|
*/
|
|
2734
2773
|
SortBy?: string;
|
|
2735
2774
|
/**
|
|
2736
2775
|
* <p>If you specified a value for <code>SortBy</code>, the order that you want query logging associations to be listed in,
|
|
2737
2776
|
* <code>ASCENDING</code> or <code>DESCENDING</code>.</p>
|
|
2738
|
-
*
|
|
2739
|
-
*
|
|
2777
|
+
* <note>
|
|
2778
|
+
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
2740
2779
|
* you must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>
|
|
2741
|
-
*
|
|
2780
|
+
* </note>
|
|
2742
2781
|
*/
|
|
2743
2782
|
SortOrder?: SortOrder | string;
|
|
2744
2783
|
}
|
|
@@ -2774,28 +2813,27 @@ export interface ListResolverQueryLogConfigsRequest {
|
|
|
2774
2813
|
MaxResults?: number;
|
|
2775
2814
|
/**
|
|
2776
2815
|
* <p>For the first <code>ListResolverQueryLogConfigs</code> request, omit this value.</p>
|
|
2777
|
-
*
|
|
2816
|
+
* <p>If there are more than <code>MaxResults</code> query logging configurations that match the values that you specify for <code>Filters</code>,
|
|
2778
2817
|
* you can submit another <code>ListResolverQueryLogConfigs</code> request to get the next group of configurations. In the next request, specify the value of
|
|
2779
2818
|
* <code>NextToken</code> from the previous response. </p>
|
|
2780
2819
|
*/
|
|
2781
2820
|
NextToken?: string;
|
|
2782
2821
|
/**
|
|
2783
2822
|
* <p>An optional specification to return a subset of query logging configurations.</p>
|
|
2784
|
-
*
|
|
2785
|
-
*
|
|
2823
|
+
* <note>
|
|
2824
|
+
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter,
|
|
2786
2825
|
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
2787
|
-
*
|
|
2826
|
+
* </note>
|
|
2788
2827
|
*/
|
|
2789
2828
|
Filters?: Filter[];
|
|
2790
2829
|
/**
|
|
2791
2830
|
* <p>The element that you want Resolver to sort query logging configurations by. </p>
|
|
2792
|
-
*
|
|
2793
|
-
*
|
|
2831
|
+
* <note>
|
|
2832
|
+
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter,
|
|
2794
2833
|
* you must use the same value for <code>SortBy</code>, if any, as in the previous request.</p>
|
|
2795
|
-
*
|
|
2796
|
-
*
|
|
2797
|
-
*
|
|
2798
|
-
* <ul>
|
|
2834
|
+
* </note>
|
|
2835
|
+
* <p>Valid values include the following elements:</p>
|
|
2836
|
+
* <ul>
|
|
2799
2837
|
* <li>
|
|
2800
2838
|
* <p>
|
|
2801
2839
|
* <code>Arn</code>: The ARN of the query logging configuration</p>
|
|
@@ -2836,8 +2874,7 @@ export interface ListResolverQueryLogConfigsRequest {
|
|
|
2836
2874
|
* <li>
|
|
2837
2875
|
* <p>
|
|
2838
2876
|
* <code>Status</code>: The current status of the configuration. Valid values include the following:</p>
|
|
2839
|
-
*
|
|
2840
|
-
* <ul>
|
|
2877
|
+
* <ul>
|
|
2841
2878
|
* <li>
|
|
2842
2879
|
* <p>
|
|
2843
2880
|
* <code>CREATING</code>: Resolver is creating the query logging configuration.</p>
|
|
@@ -2855,7 +2892,7 @@ export interface ListResolverQueryLogConfigsRequest {
|
|
|
2855
2892
|
* <p>
|
|
2856
2893
|
* <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging configuration.
|
|
2857
2894
|
* Here are two common causes:</p>
|
|
2858
|
-
*
|
|
2895
|
+
* <ul>
|
|
2859
2896
|
* <li>
|
|
2860
2897
|
* <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
2861
2898
|
* </li>
|
|
@@ -2863,19 +2900,19 @@ export interface ListResolverQueryLogConfigsRequest {
|
|
|
2863
2900
|
* <p>Permissions don't allow sending logs to the destination.</p>
|
|
2864
2901
|
* </li>
|
|
2865
2902
|
* </ul>
|
|
2866
|
-
*
|
|
2903
|
+
* </li>
|
|
2867
2904
|
* </ul>
|
|
2868
|
-
*
|
|
2905
|
+
* </li>
|
|
2869
2906
|
* </ul>
|
|
2870
2907
|
*/
|
|
2871
2908
|
SortBy?: string;
|
|
2872
2909
|
/**
|
|
2873
2910
|
* <p>If you specified a value for <code>SortBy</code>, the order that you want query logging configurations to be listed in,
|
|
2874
2911
|
* <code>ASCENDING</code> or <code>DESCENDING</code>.</p>
|
|
2875
|
-
*
|
|
2876
|
-
*
|
|
2912
|
+
* <note>
|
|
2913
|
+
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter,
|
|
2877
2914
|
* you must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>
|
|
2878
|
-
*
|
|
2915
|
+
* </note>
|
|
2879
2916
|
*/
|
|
2880
2917
|
SortOrder?: SortOrder | string;
|
|
2881
2918
|
}
|
|
@@ -2911,13 +2948,13 @@ export interface ListResolverRuleAssociationsRequest {
|
|
|
2911
2948
|
MaxResults?: number;
|
|
2912
2949
|
/**
|
|
2913
2950
|
* <p>For the first <code>ListResolverRuleAssociation</code> request, omit this value.</p>
|
|
2914
|
-
*
|
|
2951
|
+
* <p>If you have more than <code>MaxResults</code> rule associations, you can submit another <code>ListResolverRuleAssociation</code> request
|
|
2915
2952
|
* to get the next group of rule associations. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
2916
2953
|
*/
|
|
2917
2954
|
NextToken?: string;
|
|
2918
2955
|
/**
|
|
2919
2956
|
* <p>An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.</p>
|
|
2920
|
-
*
|
|
2957
|
+
* <note>
|
|
2921
2958
|
* <p>If you submit a second or subsequent <code>ListResolverRuleAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
2922
2959
|
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
2923
2960
|
* </note>
|
|
@@ -2949,13 +2986,13 @@ export interface ListResolverRulesRequest {
|
|
|
2949
2986
|
MaxResults?: number;
|
|
2950
2987
|
/**
|
|
2951
2988
|
* <p>For the first <code>ListResolverRules</code> request, omit this value.</p>
|
|
2952
|
-
*
|
|
2989
|
+
* <p>If you have more than <code>MaxResults</code> Resolver rules, you can submit another <code>ListResolverRules</code> request
|
|
2953
2990
|
* to get the next group of Resolver rules. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
2954
2991
|
*/
|
|
2955
2992
|
NextToken?: string;
|
|
2956
2993
|
/**
|
|
2957
2994
|
* <p>An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.</p>
|
|
2958
|
-
*
|
|
2995
|
+
* <note>
|
|
2959
2996
|
* <p>If you submit a second or subsequent <code>ListResolverRules</code> request and specify the <code>NextToken</code> parameter,
|
|
2960
2997
|
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
2961
2998
|
* </note>
|
|
@@ -2990,7 +3027,7 @@ export interface ListTagsForResourceRequest {
|
|
|
2990
3027
|
MaxResults?: number;
|
|
2991
3028
|
/**
|
|
2992
3029
|
* <p>For the first <code>ListTagsForResource</code> request, omit this value.</p>
|
|
2993
|
-
*
|
|
3030
|
+
* <p>If you have more than <code>MaxResults</code> tags, you can submit another <code>ListTagsForResource</code> request
|
|
2994
3031
|
* to get the next group of tags for the resource. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
2995
3032
|
*/
|
|
2996
3033
|
NextToken?: string;
|
|
@@ -3032,7 +3069,7 @@ export interface PutResolverQueryLogConfigPolicyRequest {
|
|
|
3032
3069
|
* <p>An Identity and Access Management policy statement that lists the query logging configurations that you want to share with another Amazon Web Services account
|
|
3033
3070
|
* and the operations that you want the account to be able to perform. You can specify the following operations in the <code>Actions</code> section
|
|
3034
3071
|
* of the statement:</p>
|
|
3035
|
-
*
|
|
3072
|
+
* <ul>
|
|
3036
3073
|
* <li>
|
|
3037
3074
|
* <p>
|
|
3038
3075
|
* <code>route53resolver:AssociateResolverQueryLogConfig</code>
|
|
@@ -3054,8 +3091,7 @@ export interface PutResolverQueryLogConfigPolicyRequest {
|
|
|
3054
3091
|
* </p>
|
|
3055
3092
|
* </li>
|
|
3056
3093
|
* </ul>
|
|
3057
|
-
*
|
|
3058
|
-
* <p>In the <code>Resource</code> section of the statement, you specify the ARNs for the query logging configurations that you want to share
|
|
3094
|
+
* <p>In the <code>Resource</code> section of the statement, you specify the ARNs for the query logging configurations that you want to share
|
|
3059
3095
|
* with the account that you specified in <code>Arn</code>. </p>
|
|
3060
3096
|
*/
|
|
3061
3097
|
ResolverQueryLogConfigPolicy: string | undefined;
|
|
@@ -3077,7 +3113,7 @@ export interface PutResolverRulePolicyRequest {
|
|
|
3077
3113
|
/**
|
|
3078
3114
|
* <p>An Identity and Access Management policy statement that lists the rules that you want to share with another Amazon Web Services account and the operations that you want the account
|
|
3079
3115
|
* to be able to perform. You can specify the following operations in the <code>Action</code> section of the statement:</p>
|
|
3080
|
-
*
|
|
3116
|
+
* <ul>
|
|
3081
3117
|
* <li>
|
|
3082
3118
|
* <p>
|
|
3083
3119
|
* <code>route53resolver:GetResolverRule</code>
|
|
@@ -3104,8 +3140,7 @@ export interface PutResolverRulePolicyRequest {
|
|
|
3104
3140
|
* </p>
|
|
3105
3141
|
* </li>
|
|
3106
3142
|
* </ul>
|
|
3107
|
-
*
|
|
3108
|
-
* <p>In the <code>Resource</code> section of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN
|
|
3143
|
+
* <p>In the <code>Resource</code> section of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN
|
|
3109
3144
|
* that you specified in <code>Arn</code>.</p>
|
|
3110
3145
|
*/
|
|
3111
3146
|
ResolverRulePolicy: string | undefined;
|
|
@@ -3143,37 +3178,37 @@ export interface TagResourceRequest {
|
|
|
3143
3178
|
/**
|
|
3144
3179
|
* <p>The Amazon Resource Name (ARN) for the resource that you want to add tags to. To get the ARN for a resource, use the applicable
|
|
3145
3180
|
* <code>Get</code> or <code>List</code> command: </p>
|
|
3146
|
-
*
|
|
3181
|
+
* <ul>
|
|
3147
3182
|
* <li>
|
|
3148
|
-
*
|
|
3183
|
+
* <p>
|
|
3149
3184
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>
|
|
3150
3185
|
* </p>
|
|
3151
|
-
*
|
|
3186
|
+
* </li>
|
|
3152
3187
|
* <li>
|
|
3153
|
-
*
|
|
3188
|
+
* <p>
|
|
3154
3189
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html">GetResolverRule</a>
|
|
3155
3190
|
* </p>
|
|
3156
|
-
*
|
|
3191
|
+
* </li>
|
|
3157
3192
|
* <li>
|
|
3158
|
-
*
|
|
3193
|
+
* <p>
|
|
3159
3194
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html">GetResolverRuleAssociation</a>
|
|
3160
3195
|
* </p>
|
|
3161
|
-
*
|
|
3196
|
+
* </li>
|
|
3162
3197
|
* <li>
|
|
3163
|
-
*
|
|
3198
|
+
* <p>
|
|
3164
3199
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>
|
|
3165
3200
|
* </p>
|
|
3166
|
-
*
|
|
3201
|
+
* </li>
|
|
3167
3202
|
* <li>
|
|
3168
|
-
*
|
|
3203
|
+
* <p>
|
|
3169
3204
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>
|
|
3170
3205
|
* </p>
|
|
3171
|
-
*
|
|
3206
|
+
* </li>
|
|
3172
3207
|
* <li>
|
|
3173
|
-
*
|
|
3208
|
+
* <p>
|
|
3174
3209
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>
|
|
3175
3210
|
* </p>
|
|
3176
|
-
*
|
|
3211
|
+
* </li>
|
|
3177
3212
|
* </ul>
|
|
3178
3213
|
*/
|
|
3179
3214
|
ResourceArn: string | undefined;
|
|
@@ -3188,37 +3223,37 @@ export interface UntagResourceRequest {
|
|
|
3188
3223
|
/**
|
|
3189
3224
|
* <p>The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for a resource, use the applicable
|
|
3190
3225
|
* <code>Get</code> or <code>List</code> command: </p>
|
|
3191
|
-
*
|
|
3226
|
+
* <ul>
|
|
3192
3227
|
* <li>
|
|
3193
|
-
*
|
|
3228
|
+
* <p>
|
|
3194
3229
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>
|
|
3195
3230
|
* </p>
|
|
3196
|
-
*
|
|
3231
|
+
* </li>
|
|
3197
3232
|
* <li>
|
|
3198
|
-
*
|
|
3233
|
+
* <p>
|
|
3199
3234
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html">GetResolverRule</a>
|
|
3200
3235
|
* </p>
|
|
3201
|
-
*
|
|
3236
|
+
* </li>
|
|
3202
3237
|
* <li>
|
|
3203
|
-
*
|
|
3238
|
+
* <p>
|
|
3204
3239
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html">GetResolverRuleAssociation</a>
|
|
3205
3240
|
* </p>
|
|
3206
|
-
*
|
|
3241
|
+
* </li>
|
|
3207
3242
|
* <li>
|
|
3208
|
-
*
|
|
3243
|
+
* <p>
|
|
3209
3244
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>
|
|
3210
3245
|
* </p>
|
|
3211
|
-
*
|
|
3246
|
+
* </li>
|
|
3212
3247
|
* <li>
|
|
3213
|
-
*
|
|
3248
|
+
* <p>
|
|
3214
3249
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>
|
|
3215
3250
|
* </p>
|
|
3216
|
-
*
|
|
3251
|
+
* </li>
|
|
3217
3252
|
* <li>
|
|
3218
|
-
*
|
|
3253
|
+
* <p>
|
|
3219
3254
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>
|
|
3220
3255
|
* </p>
|
|
3221
|
-
*
|
|
3256
|
+
* </li>
|
|
3222
3257
|
* </ul>
|
|
3223
3258
|
*/
|
|
3224
3259
|
ResourceArn: string | undefined;
|
|
@@ -3281,20 +3316,23 @@ export interface UpdateFirewallDomainsRequest {
|
|
|
3281
3316
|
Operation: FirewallDomainUpdateOperation | string | undefined;
|
|
3282
3317
|
/**
|
|
3283
3318
|
* <p>A list of domains to use in the update operation.</p>
|
|
3319
|
+
* <important>
|
|
3320
|
+
* <p>There is a limit of 1000 domains per request.</p>
|
|
3321
|
+
* </important>
|
|
3284
3322
|
* <p>Each domain specification in your domain list must satisfy the following
|
|
3285
3323
|
* requirements: </p>
|
|
3286
3324
|
* <ul>
|
|
3287
3325
|
* <li>
|
|
3288
|
-
*
|
|
3289
|
-
*
|
|
3326
|
+
* <p>It can optionally start with <code>*</code> (asterisk).</p>
|
|
3327
|
+
* </li>
|
|
3290
3328
|
* <li>
|
|
3291
|
-
*
|
|
3329
|
+
* <p>With the exception of the optional starting asterisk, it must only contain
|
|
3292
3330
|
* the following characters: <code>A-Z</code>, <code>a-z</code>,
|
|
3293
3331
|
* <code>0-9</code>, <code>-</code> (hyphen).</p>
|
|
3294
|
-
*
|
|
3332
|
+
* </li>
|
|
3295
3333
|
* <li>
|
|
3296
|
-
*
|
|
3297
|
-
*
|
|
3334
|
+
* <p>It must be from 1-255 characters in length. </p>
|
|
3335
|
+
* </li>
|
|
3298
3336
|
* </ul>
|
|
3299
3337
|
*/
|
|
3300
3338
|
Domains: string[] | undefined;
|
|
@@ -3309,7 +3347,7 @@ export interface UpdateFirewallDomainsResponse {
|
|
|
3309
3347
|
*/
|
|
3310
3348
|
Name?: string;
|
|
3311
3349
|
/**
|
|
3312
|
-
* <p> </p>
|
|
3350
|
+
* <p>Status of the <code>UpdateFirewallDomains</code> request.</p>
|
|
3313
3351
|
*/
|
|
3314
3352
|
Status?: FirewallDomainListStatus | string;
|
|
3315
3353
|
/**
|
|
@@ -3432,10 +3470,14 @@ export interface UpdateResolverConfigRequest {
|
|
|
3432
3470
|
* lookups. This is enabled by default. Disabling this option will also affect EC2-Classic
|
|
3433
3471
|
* instances using ClassicLink. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the
|
|
3434
3472
|
* <i>Amazon EC2 guide</i>.</p>
|
|
3435
|
-
*
|
|
3473
|
+
* <important>
|
|
3474
|
+
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
3475
|
+
* <i>Amazon EC2 guide</i> and the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring – Here’s How to Prepare</a>.</p>
|
|
3476
|
+
* </important>
|
|
3477
|
+
* <note>
|
|
3436
3478
|
* <p>It can take some time for the status change to be completed.</p>
|
|
3437
3479
|
* </note>
|
|
3438
|
-
*
|
|
3480
|
+
* <p></p>
|
|
3439
3481
|
*/
|
|
3440
3482
|
AutodefinedReverseFlag: AutodefinedReverseFlag | string | undefined;
|
|
3441
3483
|
}
|
|
@@ -3447,7 +3489,8 @@ export interface UpdateResolverConfigResponse {
|
|
|
3447
3489
|
}
|
|
3448
3490
|
export declare enum Validation {
|
|
3449
3491
|
DISABLE = "DISABLE",
|
|
3450
|
-
ENABLE = "ENABLE"
|
|
3492
|
+
ENABLE = "ENABLE",
|
|
3493
|
+
USE_LOCAL_RESOURCE_SETTING = "USE_LOCAL_RESOURCE_SETTING"
|
|
3451
3494
|
}
|
|
3452
3495
|
export interface UpdateResolverDnssecConfigRequest {
|
|
3453
3496
|
/**
|
|
@@ -3466,6 +3509,23 @@ export interface UpdateResolverDnssecConfigResponse {
|
|
|
3466
3509
|
*/
|
|
3467
3510
|
ResolverDNSSECConfig?: ResolverDnssecConfig;
|
|
3468
3511
|
}
|
|
3512
|
+
/**
|
|
3513
|
+
* <p>
|
|
3514
|
+
* Provides information about the IP address type in response to <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html">UpdateResolverEndpoint</a>.
|
|
3515
|
+
* </p>
|
|
3516
|
+
*/
|
|
3517
|
+
export interface UpdateIpAddress {
|
|
3518
|
+
/**
|
|
3519
|
+
* <p> The ID of the IP address, specified by the <code>ResolverEndpointId</code>. </p>
|
|
3520
|
+
*/
|
|
3521
|
+
IpId: string | undefined;
|
|
3522
|
+
/**
|
|
3523
|
+
* <p>
|
|
3524
|
+
* The IPv6 address that you want to use for DNS queries.
|
|
3525
|
+
* </p>
|
|
3526
|
+
*/
|
|
3527
|
+
Ipv6: string | undefined;
|
|
3528
|
+
}
|
|
3469
3529
|
export interface UpdateResolverEndpointRequest {
|
|
3470
3530
|
/**
|
|
3471
3531
|
* <p>The ID of the Resolver endpoint that you want to update.</p>
|
|
@@ -3475,6 +3535,18 @@ export interface UpdateResolverEndpointRequest {
|
|
|
3475
3535
|
* <p>The name of the Resolver endpoint that you want to update.</p>
|
|
3476
3536
|
*/
|
|
3477
3537
|
Name?: string;
|
|
3538
|
+
/**
|
|
3539
|
+
* <p>
|
|
3540
|
+
* Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
|
3541
|
+
* </p>
|
|
3542
|
+
*/
|
|
3543
|
+
ResolverEndpointType?: ResolverEndpointType | string;
|
|
3544
|
+
/**
|
|
3545
|
+
* <p>
|
|
3546
|
+
* Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
|
|
3547
|
+
* </p>
|
|
3548
|
+
*/
|
|
3549
|
+
UpdateIpAddresses?: UpdateIpAddress[];
|
|
3478
3550
|
}
|
|
3479
3551
|
export interface UpdateResolverEndpointResponse {
|
|
3480
3552
|
/**
|
|
@@ -4070,6 +4142,10 @@ export declare const UpdateResolverDnssecConfigRequestFilterSensitiveLog: (obj:
|
|
|
4070
4142
|
* @internal
|
|
4071
4143
|
*/
|
|
4072
4144
|
export declare const UpdateResolverDnssecConfigResponseFilterSensitiveLog: (obj: UpdateResolverDnssecConfigResponse) => any;
|
|
4145
|
+
/**
|
|
4146
|
+
* @internal
|
|
4147
|
+
*/
|
|
4148
|
+
export declare const UpdateIpAddressFilterSensitiveLog: (obj: UpdateIpAddress) => any;
|
|
4073
4149
|
/**
|
|
4074
4150
|
* @internal
|
|
4075
4151
|
*/
|