@aws-sdk/client-route53resolver 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +853 -571
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/AssociateResolverRuleCommand.js +2 -2
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/CreateOutpostResolverCommand.js +2 -2
- package/dist-es/commands/CreateResolverEndpointCommand.js +2 -2
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/CreateResolverRuleCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/DeleteOutpostResolverCommand.js +2 -2
- package/dist-es/commands/DeleteResolverEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/DeleteResolverRuleCommand.js +2 -2
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverRuleCommand.js +2 -2
- package/dist-es/commands/GetFirewallConfigCommand.js +2 -2
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-es/commands/GetOutpostResolverCommand.js +2 -2
- package/dist-es/commands/GetResolverConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverEndpointCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +2 -2
- package/dist-es/commands/GetResolverRuleCommand.js +2 -2
- package/dist-es/commands/GetResolverRulePolicyCommand.js +2 -2
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallConfigsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -2
- package/dist-es/commands/ListOutpostResolversCommand.js +2 -2
- package/dist-es/commands/ListResolverConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +2 -2
- package/dist-es/commands/ListResolverEndpointsCommand.js +2 -2
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResolverRulesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-es/commands/PutResolverRulePolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateOutpostResolverCommand.js +2 -2
- package/dist-es/commands/UpdateResolverConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResolverEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateResolverRuleCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +494 -457
- package/dist-types/Route53ResolverClient.d.ts +1 -10
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +2 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +2 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +71 -3
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +246 -270
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +245 -270
- package/package.json +34 -34
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput } from "./commands/AssociateFirewallRuleGroupCommand";
|
|
11
11
|
import { AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput } from "./commands/AssociateResolverEndpointIpAddressCommand";
|
|
@@ -209,15 +209,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
209
209
|
* Optional extensions
|
|
210
210
|
*/
|
|
211
211
|
extensions?: RuntimeExtension[];
|
|
212
|
-
/**
|
|
213
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
214
|
-
* may be overridden. A default will always be set by the client.
|
|
215
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
216
|
-
* the client.
|
|
217
|
-
* @alpha
|
|
218
|
-
*
|
|
219
|
-
*/
|
|
220
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
221
212
|
/**
|
|
222
213
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
223
214
|
*/
|
|
@@ -73,6 +73,8 @@ declare const AssociateResolverEndpointIpAddressCommand_base: {
|
|
|
73
73
|
* // Protocols: [ // ProtocolList
|
|
74
74
|
* // "DoH" || "Do53" || "DoH-FIPS",
|
|
75
75
|
* // ],
|
|
76
|
+
* // RniEnhancedMetricsEnabled: true || false,
|
|
77
|
+
* // TargetNameServerMetricsEnabled: true || false,
|
|
76
78
|
* // },
|
|
77
79
|
* // };
|
|
78
80
|
*
|
|
@@ -72,6 +72,8 @@ declare const CreateResolverEndpointCommand_base: {
|
|
|
72
72
|
* Protocols: [ // ProtocolList
|
|
73
73
|
* "DoH" || "Do53" || "DoH-FIPS",
|
|
74
74
|
* ],
|
|
75
|
+
* RniEnhancedMetricsEnabled: true || false,
|
|
76
|
+
* TargetNameServerMetricsEnabled: true || false,
|
|
75
77
|
* };
|
|
76
78
|
* const command = new CreateResolverEndpointCommand(input);
|
|
77
79
|
* const response = await client.send(command);
|
|
@@ -97,6 +99,8 @@ declare const CreateResolverEndpointCommand_base: {
|
|
|
97
99
|
* // Protocols: [ // ProtocolList
|
|
98
100
|
* // "DoH" || "Do53" || "DoH-FIPS",
|
|
99
101
|
* // ],
|
|
102
|
+
* // RniEnhancedMetricsEnabled: true || false,
|
|
103
|
+
* // TargetNameServerMetricsEnabled: true || false,
|
|
100
104
|
* // },
|
|
101
105
|
* // };
|
|
102
106
|
*
|
|
@@ -75,6 +75,8 @@ declare const DeleteResolverEndpointCommand_base: {
|
|
|
75
75
|
* // Protocols: [ // ProtocolList
|
|
76
76
|
* // "DoH" || "Do53" || "DoH-FIPS",
|
|
77
77
|
* // ],
|
|
78
|
+
* // RniEnhancedMetricsEnabled: true || false,
|
|
79
|
+
* // TargetNameServerMetricsEnabled: true || false,
|
|
78
80
|
* // },
|
|
79
81
|
* // };
|
|
80
82
|
*
|
|
@@ -73,6 +73,8 @@ declare const DisassociateResolverEndpointIpAddressCommand_base: {
|
|
|
73
73
|
* // Protocols: [ // ProtocolList
|
|
74
74
|
* // "DoH" || "Do53" || "DoH-FIPS",
|
|
75
75
|
* // ],
|
|
76
|
+
* // RniEnhancedMetricsEnabled: true || false,
|
|
77
|
+
* // TargetNameServerMetricsEnabled: true || false,
|
|
76
78
|
* // },
|
|
77
79
|
* // };
|
|
78
80
|
*
|
|
@@ -64,6 +64,8 @@ declare const GetResolverEndpointCommand_base: {
|
|
|
64
64
|
* // Protocols: [ // ProtocolList
|
|
65
65
|
* // "DoH" || "Do53" || "DoH-FIPS",
|
|
66
66
|
* // ],
|
|
67
|
+
* // RniEnhancedMetricsEnabled: true || false,
|
|
68
|
+
* // TargetNameServerMetricsEnabled: true || false,
|
|
67
69
|
* // },
|
|
68
70
|
* // };
|
|
69
71
|
*
|
|
@@ -75,6 +75,8 @@ declare const ListResolverEndpointsCommand_base: {
|
|
|
75
75
|
* // Protocols: [ // ProtocolList
|
|
76
76
|
* // "DoH" || "Do53" || "DoH-FIPS",
|
|
77
77
|
* // ],
|
|
78
|
+
* // RniEnhancedMetricsEnabled: true || false,
|
|
79
|
+
* // TargetNameServerMetricsEnabled: true || false,
|
|
78
80
|
* // },
|
|
79
81
|
* // ],
|
|
80
82
|
* // };
|
|
@@ -50,6 +50,8 @@ declare const UpdateResolverEndpointCommand_base: {
|
|
|
50
50
|
* Protocols: [ // ProtocolList
|
|
51
51
|
* "DoH" || "Do53" || "DoH-FIPS",
|
|
52
52
|
* ],
|
|
53
|
+
* RniEnhancedMetricsEnabled: true || false,
|
|
54
|
+
* TargetNameServerMetricsEnabled: true || false,
|
|
53
55
|
* };
|
|
54
56
|
* const command = new UpdateResolverEndpointCommand(input);
|
|
55
57
|
* const response = await client.send(command);
|
|
@@ -75,6 +77,8 @@ declare const UpdateResolverEndpointCommand_base: {
|
|
|
75
77
|
* // Protocols: [ // ProtocolList
|
|
76
78
|
* // "DoH" || "Do53" || "DoH-FIPS",
|
|
77
79
|
* // ],
|
|
80
|
+
* // RniEnhancedMetricsEnabled: true || false,
|
|
81
|
+
* // TargetNameServerMetricsEnabled: true || false,
|
|
78
82
|
* // },
|
|
79
83
|
* // };
|
|
80
84
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
35
35
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
36
36
|
export type { Route53ResolverExtensionConfiguration } from "./extensionConfiguration";
|
|
37
37
|
export * from "./commands";
|
|
38
|
+
export * from "./schemas/schemas_0";
|
|
38
39
|
export * from "./pagination";
|
|
39
40
|
export * from "./models/enums";
|
|
40
41
|
export * from "./models/errors";
|
|
@@ -401,6 +401,20 @@ export interface ResolverEndpoint {
|
|
|
401
401
|
* @public
|
|
402
402
|
*/
|
|
403
403
|
Protocols?: Protocol[] | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* <p>Indicates whether RNI enhanced metrics are enabled for the Resolver endpoint.
|
|
406
|
+
* When enabled, one-minute granular metrics are published in CloudWatch for each RNI associated with this endpoint.
|
|
407
|
+
* When disabled, these metrics are not published.</p>
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
RniEnhancedMetricsEnabled?: boolean | undefined;
|
|
411
|
+
/**
|
|
412
|
+
* <p>Indicates whether target name server metrics are enabled for the outbound Resolver endpoint.
|
|
413
|
+
* When enabled, one-minute granular metrics are published in CloudWatch for each target name server associated with this endpoint.
|
|
414
|
+
* When disabled, these metrics are not published. This feature is not supported for inbound Resolver endpoint.</p>
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
404
418
|
}
|
|
405
419
|
/**
|
|
406
420
|
* @public
|
|
@@ -529,6 +543,7 @@ export interface AssociateResolverRuleRequest {
|
|
|
529
543
|
ResolverRuleId: string | undefined;
|
|
530
544
|
/**
|
|
531
545
|
* <p>A name for the association that you're creating between a Resolver rule and a VPC.</p>
|
|
546
|
+
* <p>The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.</p>
|
|
532
547
|
* @public
|
|
533
548
|
*/
|
|
534
549
|
Name?: string | undefined;
|
|
@@ -563,6 +578,7 @@ export interface ResolverRuleAssociation {
|
|
|
563
578
|
ResolverRuleId?: string | undefined;
|
|
564
579
|
/**
|
|
565
580
|
* <p>The name of an association between a Resolver rule and a VPC.</p>
|
|
581
|
+
* <p>The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.</p>
|
|
566
582
|
* @public
|
|
567
583
|
*/
|
|
568
584
|
Name?: string | undefined;
|
|
@@ -1092,8 +1108,7 @@ export interface FirewallRule {
|
|
|
1092
1108
|
*/
|
|
1093
1109
|
export interface CreateFirewallRuleResponse {
|
|
1094
1110
|
/**
|
|
1095
|
-
* <p>The
|
|
1096
|
-
* firewall rule that you just created. </p>
|
|
1111
|
+
* <p>The firewall rule that you just created. </p>
|
|
1097
1112
|
* @public
|
|
1098
1113
|
*/
|
|
1099
1114
|
FirewallRule?: FirewallRule | undefined;
|
|
@@ -1466,6 +1481,28 @@ export interface CreateResolverEndpointRequest {
|
|
|
1466
1481
|
* @public
|
|
1467
1482
|
*/
|
|
1468
1483
|
Protocols?: Protocol[] | undefined;
|
|
1484
|
+
/**
|
|
1485
|
+
* <p>Specifies whether RNI enhanced metrics are enabled for the Resolver endpoints.
|
|
1486
|
+
* When set to true, one-minute granular metrics are published in CloudWatch for each RNI associated with this endpoint.
|
|
1487
|
+
* When set to false, metrics are not published. Default is false.</p>
|
|
1488
|
+
* <note>
|
|
1489
|
+
* <p>Standard CloudWatch pricing and charges are applied for using the Route 53 Resolver
|
|
1490
|
+
* endpoint RNI enhanced metrics. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-resolver-with-cloudwatch.html">Detailed metrics</a>.</p>
|
|
1491
|
+
* </note>
|
|
1492
|
+
* @public
|
|
1493
|
+
*/
|
|
1494
|
+
RniEnhancedMetricsEnabled?: boolean | undefined;
|
|
1495
|
+
/**
|
|
1496
|
+
* <p>Specifies whether target name server metrics are enabled for the outbound Resolver endpoints.
|
|
1497
|
+
* When set to true, one-minute granular metrics are published in CloudWatch for each target name server associated with this endpoint.
|
|
1498
|
+
* When set to false, metrics are not published. Default is false. This is not supported for inbound Resolver endpoints.</p>
|
|
1499
|
+
* <note>
|
|
1500
|
+
* <p>Standard CloudWatch pricing and charges are applied for using the Route 53 Resolver
|
|
1501
|
+
* endpoint target name server metrics. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-resolver-with-cloudwatch.html">Detailed metrics</a>.</p>
|
|
1502
|
+
* </note>
|
|
1503
|
+
* @public
|
|
1504
|
+
*/
|
|
1505
|
+
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
1469
1506
|
}
|
|
1470
1507
|
/**
|
|
1471
1508
|
* @public
|
|
@@ -1688,6 +1725,7 @@ export interface CreateResolverRuleRequest {
|
|
|
1688
1725
|
CreatorRequestId: string | undefined;
|
|
1689
1726
|
/**
|
|
1690
1727
|
* <p>A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.</p>
|
|
1728
|
+
* <p>The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.</p>
|
|
1691
1729
|
* @public
|
|
1692
1730
|
*/
|
|
1693
1731
|
Name?: string | undefined;
|
|
@@ -1712,7 +1750,13 @@ export interface CreateResolverRuleRequest {
|
|
|
1712
1750
|
/**
|
|
1713
1751
|
* <p>The IPs that you want Resolver to forward DNS queries to. You can specify either Ipv4 or Ipv6 addresses but not both in the same rule. Separate IP addresses with a space.</p>
|
|
1714
1752
|
* <p>
|
|
1715
|
-
* <code>TargetIps</code> is available only when the value of <code>Rule type</code> is <code>FORWARD</code
|
|
1753
|
+
* <code>TargetIps</code> is available only when the value of <code>Rule type</code> is <code>FORWARD</code>.
|
|
1754
|
+
* You should not provide TargetIps when the Rule type is <code>DELEGATE</code>.</p>
|
|
1755
|
+
* <note>
|
|
1756
|
+
* <p>when creating a DELEGATE rule, you must not provide the <code>TargetIps</code> parameter. If you provide the <code>TargetIps</code>,
|
|
1757
|
+
* you may receive an ERROR message similar to "Delegate resolver rules need to specify a nameserver name".
|
|
1758
|
+
* This error means you should not provide <code>TargetIps</code>.</p>
|
|
1759
|
+
* </note>
|
|
1716
1760
|
* @public
|
|
1717
1761
|
*/
|
|
1718
1762
|
TargetIps?: TargetAddress[] | undefined;
|
|
@@ -1797,6 +1841,7 @@ export interface ResolverRule {
|
|
|
1797
1841
|
RuleType?: RuleTypeOption | undefined;
|
|
1798
1842
|
/**
|
|
1799
1843
|
* <p>The name for the Resolver rule, which you specified when you created the Resolver rule.</p>
|
|
1844
|
+
* <p>The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.</p>
|
|
1800
1845
|
* @public
|
|
1801
1846
|
*/
|
|
1802
1847
|
Name?: string | undefined;
|
|
@@ -4120,6 +4165,7 @@ export interface PutResolverRulePolicyResponse {
|
|
|
4120
4165
|
export interface ResolverRuleConfig {
|
|
4121
4166
|
/**
|
|
4122
4167
|
* <p>The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console. </p>
|
|
4168
|
+
* <p>The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.</p>
|
|
4123
4169
|
* @public
|
|
4124
4170
|
*/
|
|
4125
4171
|
Name?: string | undefined;
|
|
@@ -4808,6 +4854,28 @@ export interface UpdateResolverEndpointRequest {
|
|
|
4808
4854
|
* @public
|
|
4809
4855
|
*/
|
|
4810
4856
|
Protocols?: Protocol[] | undefined;
|
|
4857
|
+
/**
|
|
4858
|
+
* <p>Updates whether RNI enhanced metrics are enabled for the Resolver endpoints.
|
|
4859
|
+
* When set to true, one-minute granular metrics are published in CloudWatch for each RNI associated with this endpoint.
|
|
4860
|
+
* When set to false, metrics are not published.</p>
|
|
4861
|
+
* <note>
|
|
4862
|
+
* <p>Standard CloudWatch pricing and charges are applied for using the Route 53 Resolver
|
|
4863
|
+
* endpoint RNI enhanced metrics. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-resolver-with-cloudwatch.html">Detailed metrics</a>.</p>
|
|
4864
|
+
* </note>
|
|
4865
|
+
* @public
|
|
4866
|
+
*/
|
|
4867
|
+
RniEnhancedMetricsEnabled?: boolean | undefined;
|
|
4868
|
+
/**
|
|
4869
|
+
* <p>Updates whether target name server metrics are enabled for the outbound Resolver endpoints.
|
|
4870
|
+
* When set to true, one-minute granular metrics are published in CloudWatch for each target name server associated with this endpoint.
|
|
4871
|
+
* When set to false, metrics are not published. This setting is not supported for inbound Resolver endpoints.</p>
|
|
4872
|
+
* <note>
|
|
4873
|
+
* <p>Standard CloudWatch pricing and charges are applied for using the Route 53 Resolver
|
|
4874
|
+
* endpoint target name server metrics. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-resolver-with-cloudwatch.html">Detailed metrics</a>.</p>
|
|
4875
|
+
* </note>
|
|
4876
|
+
* @public
|
|
4877
|
+
*/
|
|
4878
|
+
TargetNameServerMetricsEnabled?: boolean | undefined;
|
|
4811
4879
|
}
|
|
4812
4880
|
/**
|
|
4813
4881
|
* @public
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { Route53ResolverClientConfig } from "./Route53ResolverClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53ResolverHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|