@aws-sdk/client-route53globalresolver 3.1004.0 → 3.1005.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 +1 -1
- package/dist-cjs/index.js +6 -0
- package/dist-cjs/schemas/schemas_0.js +16 -14
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +16 -14
- package/dist-types/Route53GlobalResolver.d.ts +1 -1
- package/dist-types/Route53GlobalResolverClient.d.ts +1 -1
- package/dist-types/commands/AssociateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +4 -4
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalResolverCommand.d.ts +6 -1
- package/dist-types/commands/DeleteAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +5 -1
- package/dist-types/commands/DisableDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/EnableDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/GetAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleCommand.d.ts +2 -2
- package/dist-types/commands/GetGlobalResolverCommand.d.ts +5 -1
- package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +4 -1
- package/dist-types/commands/ListAccessSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessTokensCommand.d.ts +1 -1
- package/dist-types/commands/ListDNSViewsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +2 -2
- package/dist-types/commands/ListGlobalResolversCommand.d.ts +5 -1
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessTokenCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +4 -1
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +6 -3
- package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +9 -1
- package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +4 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/errors.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +78 -18
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- package/package.json +11 -11
|
@@ -27,7 +27,7 @@ declare const GetFirewallRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about a DNS firewall rule.</p>
|
|
30
|
+
* <p>Retrieves information about a DNS firewall rule.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -50,7 +50,7 @@ declare const GetFirewallRuleCommand_base: {
|
|
|
50
50
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
51
51
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
52
52
|
* // description: "STRING_VALUE",
|
|
53
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
53
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
54
54
|
* // firewallDomainListId: "STRING_VALUE",
|
|
55
55
|
* // id: "STRING_VALUE", // required
|
|
56
56
|
* // name: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ declare const GetGlobalResolverCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about a Route 53 Global Resolver instance.</p>
|
|
30
|
+
* <p>Retrieves information about a Route 53 Global Resolver instance.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -58,6 +58,10 @@ declare const GetGlobalResolverCommand_base: {
|
|
|
58
58
|
* // ipv4Addresses: [ // IPv4Addresses // required
|
|
59
59
|
* // "STRING_VALUE",
|
|
60
60
|
* // ],
|
|
61
|
+
* // ipv6Addresses: [ // IPv6Addresses
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // ipAddressType: "IPV4" || "DUAL_STACK",
|
|
61
65
|
* // };
|
|
62
66
|
*
|
|
63
67
|
* ```
|
|
@@ -27,7 +27,7 @@ declare const GetHostedZoneAssociationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about a hosted zone association.</p>
|
|
30
|
+
* <p>Retrieves information about a hosted zone association.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetManagedFirewallDomainListCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about an
|
|
30
|
+
* <p>Retrieves information about an Amazon Web Services-managed firewall domain list. Managed domain lists contain domains associated with malicious activity, content categories, or specific threats.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ImportFirewallDomainsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Imports a list of domains from an Amazon S3 file into a firewall domain list. The file should contain one domain per line.</p>
|
|
30
|
+
* <p>Imports a list of domains from an Amazon S3 file into a firewall domain list. The file should contain one domain per line.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -69,6 +69,9 @@ declare const ImportFirewallDomainsCommand_base: {
|
|
|
69
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
70
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
71
71
|
*
|
|
72
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
73
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
74
|
+
*
|
|
72
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
76
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
74
77
|
*
|
|
@@ -27,7 +27,7 @@ declare const ListAccessSourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all access sources with pagination support.</p>
|
|
30
|
+
* <p>Lists all access sources with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListAccessTokensCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all access tokens for a DNS view with pagination support.</p>
|
|
30
|
+
* <p>Lists all access tokens for a DNS view with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListDNSViewsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all DNS views for a Route 53 Global Resolver with pagination support.</p>
|
|
30
|
+
* <p>Lists all DNS views for a Route 53 Global Resolver with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListFirewallDomainListsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all firewall domain lists for a Route 53 Global Resolver with pagination support.</p>
|
|
30
|
+
* <p>Lists all firewall domain lists for a Route 53 Global Resolver with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListFirewallDomainsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all the domains in DNS Firewall domain list you have created.</p>
|
|
30
|
+
* <p>Lists all the domains in DNS Firewall domain list you have created.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListFirewallRulesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all DNS firewall rules for a DNS view with pagination support.</p>
|
|
30
|
+
* <p>Lists all DNS firewall rules for a DNS view with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -60,7 +60,7 @@ declare const ListFirewallRulesCommand_base: {
|
|
|
60
60
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
61
61
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
62
62
|
* // description: "STRING_VALUE",
|
|
63
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
63
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
64
64
|
* // firewallDomainListId: "STRING_VALUE",
|
|
65
65
|
* // id: "STRING_VALUE", // required
|
|
66
66
|
* // name: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ declare const ListGlobalResolversCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all Route 53 Global Resolver instances in your account with pagination support.</p>
|
|
30
|
+
* <p>Lists all Route 53 Global Resolver instances in your account with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -62,6 +62,10 @@ declare const ListGlobalResolversCommand_base: {
|
|
|
62
62
|
* // ipv4Addresses: [ // IPv4Addresses // required
|
|
63
63
|
* // "STRING_VALUE",
|
|
64
64
|
* // ],
|
|
65
|
+
* // ipv6Addresses: [ // IPv6Addresses
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // ipAddressType: "IPV4" || "DUAL_STACK",
|
|
65
69
|
* // },
|
|
66
70
|
* // ],
|
|
67
71
|
* // };
|
|
@@ -27,7 +27,7 @@ declare const ListHostedZoneAssociationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all hosted zone associations for a Route 53 Global Resolver resource with pagination support.</p>
|
|
30
|
+
* <p>Lists all hosted zone associations for a Route 53 Global Resolver resource with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListManagedFirewallDomainListsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a paginated list of the
|
|
30
|
+
* <p>Returns a paginated list of the Amazon Web Services Managed DNS Lists and the categories for DNS Firewall. The categories are either <code>THREAT</code> or <code>CONTENT</code>.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the tags associated with a Route 53 Global Resolver resource.</p>
|
|
30
|
+
* <p>Lists the tags associated with a Route 53 Global Resolver resource.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds or updates tags for a Route 53 Global Resolver resource. Tags are key-value pairs that help you organize and identify your resources.</p>
|
|
30
|
+
* <p>Adds or updates tags for a Route 53 Global Resolver resource. Tags are key-value pairs that help you organize and identify your resources.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes tags from a Route 53 Global Resolver resource.</p>
|
|
30
|
+
* <p>Removes tags from a Route 53 Global Resolver resource.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const UpdateAccessSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the configuration of an access source.</p>
|
|
30
|
+
* <p>Updates the configuration of an access source.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const UpdateAccessTokenCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the configuration of an access token.</p>
|
|
30
|
+
* <p>Updates the configuration of an access token.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -67,6 +67,9 @@ declare const UpdateAccessTokenCommand_base: {
|
|
|
67
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
68
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
71
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
72
|
+
*
|
|
70
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
74
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
72
75
|
*
|
|
@@ -27,7 +27,7 @@ declare const UpdateDNSViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the configuration of a DNS view.</p>
|
|
30
|
+
* <p>Updates the configuration of a DNS view.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -81,6 +81,9 @@ declare const UpdateDNSViewCommand_base: {
|
|
|
81
81
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
82
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
83
83
|
*
|
|
84
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
85
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
86
|
+
*
|
|
84
87
|
* @throws {@link ThrottlingException} (client fault)
|
|
85
88
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
86
89
|
*
|
|
@@ -27,7 +27,7 @@ declare const UpdateFirewallDomainsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a DNS Firewall domain list from an array of specified domains.</p>
|
|
30
|
+
* <p>Updates a DNS Firewall domain list from an array of specified domains.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -71,6 +71,9 @@ declare const UpdateFirewallDomainsCommand_base: {
|
|
|
71
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
72
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
73
73
|
*
|
|
74
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
75
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
76
|
+
*
|
|
74
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
78
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
76
79
|
*
|
|
@@ -27,7 +27,7 @@ declare const UpdateFirewallRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the configuration of a DNS firewall rule.</p>
|
|
30
|
+
* <p>Updates the configuration of a DNS firewall rule.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -45,7 +45,7 @@ declare const UpdateFirewallRuleCommand_base: {
|
|
|
45
45
|
* clientToken: "STRING_VALUE", // required
|
|
46
46
|
* confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
47
47
|
* description: "STRING_VALUE",
|
|
48
|
-
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
48
|
+
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
49
49
|
* firewallRuleId: "STRING_VALUE", // required
|
|
50
50
|
* name: "STRING_VALUE",
|
|
51
51
|
* priority: Number("long"),
|
|
@@ -61,7 +61,7 @@ declare const UpdateFirewallRuleCommand_base: {
|
|
|
61
61
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
62
62
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
63
63
|
* // description: "STRING_VALUE",
|
|
64
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
64
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
65
65
|
* // firewallDomainListId: "STRING_VALUE",
|
|
66
66
|
* // id: "STRING_VALUE", // required
|
|
67
67
|
* // name: "STRING_VALUE", // required
|
|
@@ -92,6 +92,9 @@ declare const UpdateFirewallRuleCommand_base: {
|
|
|
92
92
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
93
93
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
94
94
|
*
|
|
95
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
96
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
97
|
+
*
|
|
95
98
|
* @throws {@link ThrottlingException} (client fault)
|
|
96
99
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
97
100
|
*
|
|
@@ -27,7 +27,7 @@ declare const UpdateGlobalResolverCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the configuration of a Route 53 Global Resolver instance. You can modify the name, description, and observability region.</p>
|
|
30
|
+
* <p>Updates the configuration of a Route 53 Global Resolver instance. You can modify the name, description, and observability Region.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -41,6 +41,7 @@ declare const UpdateGlobalResolverCommand_base: {
|
|
|
41
41
|
* name: "STRING_VALUE",
|
|
42
42
|
* observabilityRegion: "STRING_VALUE",
|
|
43
43
|
* description: "STRING_VALUE",
|
|
44
|
+
* ipAddressType: "IPV4" || "DUAL_STACK",
|
|
44
45
|
* };
|
|
45
46
|
* const command = new UpdateGlobalResolverCommand(input);
|
|
46
47
|
* const response = await client.send(command);
|
|
@@ -61,6 +62,10 @@ declare const UpdateGlobalResolverCommand_base: {
|
|
|
61
62
|
* // ipv4Addresses: [ // IPv4Addresses // required
|
|
62
63
|
* // "STRING_VALUE",
|
|
63
64
|
* // ],
|
|
65
|
+
* // ipv6Addresses: [ // IPv6Addresses
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // ipAddressType: "IPV4" || "DUAL_STACK",
|
|
64
69
|
* // };
|
|
65
70
|
*
|
|
66
71
|
* ```
|
|
@@ -83,6 +88,9 @@ declare const UpdateGlobalResolverCommand_base: {
|
|
|
83
88
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
89
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
85
90
|
*
|
|
91
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
92
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
93
|
+
*
|
|
86
94
|
* @throws {@link ThrottlingException} (client fault)
|
|
87
95
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
88
96
|
*
|
|
@@ -27,7 +27,7 @@ declare const UpdateHostedZoneAssociationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the configuration of a hosted zone association.</p>
|
|
30
|
+
* <p>Updates the configuration of a hosted zone association.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -73,6 +73,9 @@ declare const UpdateHostedZoneAssociationCommand_base: {
|
|
|
73
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
74
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
75
75
|
*
|
|
76
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
77
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
78
|
+
*
|
|
76
79
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
80
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
78
81
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>
|
|
2
|
+
* <p>Amazon Route 53 Global Resolver is a global, internet-accessible DNS resolver that enables customers to resolve and forward traffic for both public and private domains while ensuring security and authenticity of queries over the internet. Route 53 Global Resolver supports DNS-over-port 53 (Do53), DNS-over-TLS (DoT), and DNS-over-HTTPS (DoH) protocols through global anycast IP addresses.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
3
3
|
*
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|
|
@@ -133,6 +133,7 @@ export type ConfidenceThreshold = (typeof ConfidenceThreshold)[keyof typeof Conf
|
|
|
133
133
|
*/
|
|
134
134
|
export declare const DnsAdvancedProtection: {
|
|
135
135
|
readonly DGA: "DGA";
|
|
136
|
+
readonly DICTIONARY_DGA: "DICTIONARY_DGA";
|
|
136
137
|
readonly DNS_TUNNELING: "DNS_TUNNELING";
|
|
137
138
|
};
|
|
138
139
|
/**
|
|
@@ -192,3 +193,15 @@ export declare const ProfileResourceStatus: {
|
|
|
192
193
|
* @public
|
|
193
194
|
*/
|
|
194
195
|
export type ProfileResourceStatus = (typeof ProfileResourceStatus)[keyof typeof ProfileResourceStatus];
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
* @enum
|
|
199
|
+
*/
|
|
200
|
+
export declare const GlobalResolverIpAddressType: {
|
|
201
|
+
readonly DUAL_STACK: "DUAL_STACK";
|
|
202
|
+
readonly IPV4: "IPV4";
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
export type GlobalResolverIpAddressType = (typeof GlobalResolverIpAddressType)[keyof typeof GlobalResolverIpAddressType];
|
|
@@ -94,12 +94,12 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
94
94
|
*/
|
|
95
95
|
resourceType: string | undefined;
|
|
96
96
|
/**
|
|
97
|
-
* <p>The code for the
|
|
97
|
+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
serviceCode?: string | undefined;
|
|
101
101
|
/**
|
|
102
|
-
* <p>The quota code recognized by the
|
|
102
|
+
* <p>The quota code recognized by the Amazon Web Services Service Quotas service.</p>
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
quotaCode?: string | undefined;
|
|
@@ -119,12 +119,12 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
119
119
|
throttling: boolean;
|
|
120
120
|
};
|
|
121
121
|
/**
|
|
122
|
-
* <p>The code for the
|
|
122
|
+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
serviceCode?: string | undefined;
|
|
126
126
|
/**
|
|
127
|
-
* <p>The quota code recognized by the
|
|
127
|
+
* <p>The quota code recognized by the Amazon Web Services Service Quotas service.</p>
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
quotaCode?: string | undefined;
|