@aws-sdk/client-route-53 3.39.0 → 3.43.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +112 -13
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +112 -13
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Route53Client.d.ts +8 -0
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetChangeCommand.d.ts +1 -1
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +1 -1
- package/dist-types/commands/GetDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetGeoLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +1 -1
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -1
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Route53Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +25 -25
|
@@ -21,7 +21,7 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeactivateKeySigningKeyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeactivateKeySigningKeyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link DeleteHealthCheckCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link DeleteHealthCheckCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link DeleteHostedZoneCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link DeleteHostedZoneCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteKeySigningKeyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteKeySigningKeyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteQueryLoggingConfigCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteQueryLoggingConfigCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteReusableDelegationSetCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteReusableDelegationSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteReusableDelegationSetCommand extends $Command<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link DeleteTrafficPolicyCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link DeleteTrafficPolicyCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteTrafficPolicyInstanceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteTrafficPolicyInstanceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DeleteVPCAssociationAuthorizationCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DeleteVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableHostedZoneDNSSECCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableHostedZoneDNSSECCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link DisassociateVPCFromHostedZoneCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link DisassociateVPCFromHostedZoneCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableHostedZoneDNSSECCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableHostedZoneDNSSECCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link GetAccountLimitCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link GetAccountLimitCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class GetAccountLimitCommand extends $Command<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link GetChangeCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link GetChangeCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class GetChangeCommand extends $Command<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetCheckerIpRangesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetCheckerIpRangesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetCheckerIpRangesCommand extends $Command<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDNSSECCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDNSSECCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDNSSECCommand extends $Command<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link GetGeoLocationCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link GetGeoLocationCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class GetGeoLocationCommand extends $Command<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHealthCheckCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHealthCheckCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHealthCheckCommand extends $Command<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHealthCheckCountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHealthCheckCountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHealthCheckCountCommand extends $Command<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHealthCheckLastFailureReasonCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHealthCheckLastFailureReasonCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHealthCheckLastFailureReasonCommand extends $Command<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetHealthCheckStatusCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetHealthCheckStatusCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetHealthCheckStatusCommand extends $Command<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHostedZoneCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHostedZoneCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHostedZoneCommand extends $Command<GetHostedZoneCommandInput, GetHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHostedZoneCountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHostedZoneCountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHostedZoneCountCommand extends $Command<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetHostedZoneLimitCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetHostedZoneLimitCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetHostedZoneLimitCommand extends $Command<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetQueryLoggingConfigCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetQueryLoggingConfigCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetQueryLoggingConfigCommand extends $Command<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetReusableDelegationSetCommandOutput extends GetReusableDelega
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetReusableDelegationSetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetReusableDelegationSetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetReusableDelegationSetCommand extends $Command<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableD
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetReusableDelegationSetLimitCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetReusableDelegationSetLimitCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetReusableDelegationSetLimitCommand extends $Command<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetTrafficPolicyCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetTrafficPolicyCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetTrafficPolicyCommand extends $Command<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetTrafficPolicyInstanceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetTrafficPolicyInstanceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetTrafficPolicyInstanceCommand extends $Command<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTrafficPolicyInstanceCountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTrafficPolicyInstanceCountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTrafficPolicyInstanceCountCommand extends $Command<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListGeoLocationsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListGeoLocationsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListGeoLocationsCommand extends $Command<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListHealthChecksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListHealthChecksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListHealthChecksCommand extends $Command<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link ListHostedZonesByNameCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link ListHostedZonesByNameCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListHostedZonesByNameCommand extends $Command<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link ListHostedZonesByVPCCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link ListHostedZonesByVPCCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class ListHostedZonesByVPCCommand extends $Command<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListHostedZonesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListHostedZonesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListHostedZonesCommand extends $Command<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListQueryLoggingConfigsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListQueryLoggingConfigsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListQueryLoggingConfigsCommand extends $Command<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -83,7 +83,7 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
|
|
|
83
83
|
*
|
|
84
84
|
* @see {@link ListResourceRecordSetsCommandInput} for command's `input` shape.
|
|
85
85
|
* @see {@link ListResourceRecordSetsCommandOutput} for command's `response` shape.
|
|
86
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
86
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListResourceRecordSetsCommand extends $Command<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListReusableDelegationSetsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListReusableDelegationSetsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListReusableDelegationSetsCommand extends $Command<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListTagsForResourcesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListTagsForResourcesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListTagsForResourcesCommand extends $Command<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListTrafficPoliciesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListTrafficPoliciesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListTrafficPoliciesCommand extends $Command<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTra
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListTrafficPolicyInstancesByPolicyCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListTrafficPolicyInstancesByPolicyCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListTrafficPolicyInstancesByPolicyCommand extends $Command<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListTrafficPolicyInstancesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListTrafficPolicyInstancesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListTrafficPolicyInstancesCommand extends $Command<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTrafficPolicyVersionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTrafficPolicyVersionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListTrafficPolicyVersionsCommand extends $Command<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListVPCAssociationAuthorizationsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListVPCAssociationAuthorizationsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListVPCAssociationAuthorizationsCommand extends $Command<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link TestDNSAnswerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link TestDNSAnswerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class TestDNSAnswerCommand extends $Command<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateHealthCheckCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateHealthCheckCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateHealthCheckCommand extends $Command<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateHostedZoneCommentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateHostedZoneCommentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateHostedZoneCommentCommand extends $Command<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateTrafficPolicyCommentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateTrafficPolicyCommentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateTrafficPolicyCommentCommand extends $Command<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link UpdateTrafficPolicyInstanceCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link UpdateTrafficPolicyInstanceCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class UpdateTrafficPolicyInstanceCommand extends $Command<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -102,6 +102,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
102
102
|
|
|
103
103
|
logger?: __Logger;
|
|
104
104
|
|
|
105
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
106
|
+
|
|
107
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
108
|
+
|
|
105
109
|
serviceId?: string;
|
|
106
110
|
|
|
107
111
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|