@aws-sdk/client-route-53 3.296.0 → 3.297.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/protocols/Aws_restXml.js +36 -229
- package/dist-es/protocols/Aws_restXml.js +36 -229
- package/dist-types/Route53.d.ts +71 -0
- package/dist-types/Route53Client.d.ts +24 -4
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +16 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +16 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +16 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +16 -0
- package/dist-types/commands/GetChangeCommand.d.ts +16 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +16 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +16 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +16 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +16 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +16 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +16 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +16 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +16 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +16 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +16 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +16 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +16 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +16 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/models/Route53ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +378 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHealthChecksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHostedZonesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListGeoLocationsRequest, ListGeoLocationsResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListGeoLocationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListGeoLocationsCommandInput extends ListGeoLocationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListGeoLocationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of supported geographic locations.</p>
|
|
18
23
|
* <p>Countries are listed first, and continents are listed last. If Amazon Route 53
|
|
19
24
|
* supports subdivisions for a country (for example, states or provinces), the subdivisions
|
|
@@ -33,6 +38,8 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param ListGeoLocationsCommandInput - {@link ListGeoLocationsCommandInput}
|
|
42
|
+
* @returns {@link ListGeoLocationsCommandOutput}
|
|
36
43
|
* @see {@link ListGeoLocationsCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link ListGeoLocationsCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
|
|
|
45
52
|
export declare class ListGeoLocationsCommand extends $Command<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput, Route53ClientResolvedConfig> {
|
|
46
53
|
readonly input: ListGeoLocationsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListGeoLocationsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListHealthChecksRequest, ListHealthChecksResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListHealthChecksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListHealthChecksCommandInput extends ListHealthChecksRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListHealthChecksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieve a list of the health checks that are associated with the current Amazon Web Services account. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListHealthChecksCommandInput - {@link ListHealthChecksCommandInput}
|
|
34
|
+
* @returns {@link ListHealthChecksCommandOutput}
|
|
28
35
|
* @see {@link ListHealthChecksCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListHealthChecksCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
|
|
|
41
48
|
export declare class ListHealthChecksCommand extends $Command<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig> {
|
|
42
49
|
readonly input: ListHealthChecksCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: ListHealthChecksCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHealthChecksCommandInput, ListHealthChecksCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListHostedZonesByNameRequest, ListHostedZonesByNameResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListHostedZonesByNameCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListHostedZonesByNameCommandInput extends ListHostedZonesByNameRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListHostedZonesByNameCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNameResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of your hosted zones in lexicographic order. The response includes a
|
|
18
23
|
* <code>HostedZones</code> child element for each hosted zone created by the current
|
|
19
24
|
* Amazon Web Services account. </p>
|
|
@@ -80,6 +85,8 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
|
|
|
80
85
|
* const response = await client.send(command);
|
|
81
86
|
* ```
|
|
82
87
|
*
|
|
88
|
+
* @param ListHostedZonesByNameCommandInput - {@link ListHostedZonesByNameCommandInput}
|
|
89
|
+
* @returns {@link ListHostedZonesByNameCommandOutput}
|
|
83
90
|
* @see {@link ListHostedZonesByNameCommandInput} for command's `input` shape.
|
|
84
91
|
* @see {@link ListHostedZonesByNameCommandOutput} for command's `response` shape.
|
|
85
92
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -95,11 +102,20 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
|
|
|
95
102
|
export declare class ListHostedZonesByNameCommand extends $Command<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig> {
|
|
96
103
|
readonly input: ListHostedZonesByNameCommandInput;
|
|
97
104
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
98
108
|
constructor(input: ListHostedZonesByNameCommandInput);
|
|
99
109
|
/**
|
|
100
110
|
* @internal
|
|
101
111
|
*/
|
|
102
112
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput>;
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
103
116
|
private serialize;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
104
120
|
private deserialize;
|
|
105
121
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListHostedZonesByVPCRequest, ListHostedZonesByVPCResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListHostedZonesByVPCCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListHostedZonesByVPCCommandInput extends ListHostedZonesByVPCRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListHostedZonesByVPCCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the private hosted zones that a specified VPC is associated with, regardless
|
|
18
23
|
* of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.
|
|
19
24
|
* The <code>HostedZoneOwner</code> structure in the response contains one of the following
|
|
@@ -64,6 +69,8 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
|
|
|
64
69
|
* const response = await client.send(command);
|
|
65
70
|
* ```
|
|
66
71
|
*
|
|
72
|
+
* @param ListHostedZonesByVPCCommandInput - {@link ListHostedZonesByVPCCommandInput}
|
|
73
|
+
* @returns {@link ListHostedZonesByVPCCommandOutput}
|
|
67
74
|
* @see {@link ListHostedZonesByVPCCommandInput} for command's `input` shape.
|
|
68
75
|
* @see {@link ListHostedZonesByVPCCommandOutput} for command's `response` shape.
|
|
69
76
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -80,11 +87,20 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
|
|
|
80
87
|
export declare class ListHostedZonesByVPCCommand extends $Command<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig> {
|
|
81
88
|
readonly input: ListHostedZonesByVPCCommandInput;
|
|
82
89
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
83
93
|
constructor(input: ListHostedZonesByVPCCommandInput);
|
|
84
94
|
/**
|
|
85
95
|
* @internal
|
|
86
96
|
*/
|
|
87
97
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
88
101
|
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
89
105
|
private deserialize;
|
|
90
106
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListHostedZonesRequest, ListHostedZonesResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListHostedZonesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListHostedZonesCommandInput extends ListHostedZonesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListHostedZonesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of the public and private hosted zones that are associated with the
|
|
18
23
|
* current Amazon Web Services account. The response includes a <code>HostedZones</code>
|
|
19
24
|
* child element for each hosted zone.</p>
|
|
@@ -30,6 +35,8 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListHostedZonesCommandInput - {@link ListHostedZonesCommandInput}
|
|
39
|
+
* @returns {@link ListHostedZonesCommandOutput}
|
|
33
40
|
* @see {@link ListHostedZonesCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListHostedZonesCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
|
|
|
48
55
|
export declare class ListHostedZonesCommand extends $Command<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig> {
|
|
49
56
|
readonly input: ListHostedZonesCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: ListHostedZonesCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedZonesCommandInput, ListHostedZonesCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListQueryLoggingConfigsRequest, ListQueryLoggingConfigsResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListQueryLoggingConfigsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListQueryLoggingConfigsCommandInput extends ListQueryLoggingConfigsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListQueryLoggingConfigsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingConfigsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the configurations for DNS query logging that are associated with the current
|
|
18
23
|
* Amazon Web Services account or the configuration that is associated with a specified
|
|
19
24
|
* hosted zone.</p>
|
|
@@ -30,6 +35,8 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListQueryLoggingConfigsCommandInput - {@link ListQueryLoggingConfigsCommandInput}
|
|
39
|
+
* @returns {@link ListQueryLoggingConfigsCommandOutput}
|
|
33
40
|
* @see {@link ListQueryLoggingConfigsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListQueryLoggingConfigsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
|
|
|
49
56
|
export declare class ListQueryLoggingConfigsCommand extends $Command<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig> {
|
|
50
57
|
readonly input: ListQueryLoggingConfigsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListQueryLoggingConfigsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListResourceRecordSetsRequest, ListResourceRecordSetsResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListResourceRecordSetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListResourceRecordSetsCommandInput extends ListResourceRecordSetsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListResourceRecordSetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordSetsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the resource record sets in a specified hosted zone.</p>
|
|
18
23
|
* <p>
|
|
19
24
|
* <code>ListResourceRecordSets</code> returns up to 300 resource record sets at a time
|
|
@@ -95,6 +100,8 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
|
|
|
95
100
|
* const response = await client.send(command);
|
|
96
101
|
* ```
|
|
97
102
|
*
|
|
103
|
+
* @param ListResourceRecordSetsCommandInput - {@link ListResourceRecordSetsCommandInput}
|
|
104
|
+
* @returns {@link ListResourceRecordSetsCommandOutput}
|
|
98
105
|
* @see {@link ListResourceRecordSetsCommandInput} for command's `input` shape.
|
|
99
106
|
* @see {@link ListResourceRecordSetsCommandOutput} for command's `response` shape.
|
|
100
107
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -110,11 +117,20 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
|
|
|
110
117
|
export declare class ListResourceRecordSetsCommand extends $Command<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
111
118
|
readonly input: ListResourceRecordSetsCommandInput;
|
|
112
119
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
113
123
|
constructor(input: ListResourceRecordSetsCommandInput);
|
|
114
124
|
/**
|
|
115
125
|
* @internal
|
|
116
126
|
*/
|
|
117
127
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput>;
|
|
128
|
+
/**
|
|
129
|
+
* @internal
|
|
130
|
+
*/
|
|
118
131
|
private serialize;
|
|
132
|
+
/**
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
119
135
|
private deserialize;
|
|
120
136
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListReusableDelegationSetsRequest, ListReusableDelegationSetsResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReusableDelegationSetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReusableDelegationSetsCommandInput extends ListReusableDelegationSetsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReusableDelegationSetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReusableDelegationSetsCommandOutput extends ListReusableDelegationSetsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of the reusable delegation sets that are associated with the current
|
|
18
23
|
* Amazon Web Services account.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListReusableDelegationSetsCommandInput - {@link ListReusableDelegationSetsCommandInput}
|
|
35
|
+
* @returns {@link ListReusableDelegationSetsCommandOutput}
|
|
29
36
|
* @see {@link ListReusableDelegationSetsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListReusableDelegationSetsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -38,11 +45,20 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel
|
|
|
38
45
|
export declare class ListReusableDelegationSetsCommand extends $Command<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
39
46
|
readonly input: ListReusableDelegationSetsCommandInput;
|
|
40
47
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
41
51
|
constructor(input: ListReusableDelegationSetsCommandInput);
|
|
42
52
|
/**
|
|
43
53
|
* @internal
|
|
44
54
|
*/
|
|
45
55
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput>;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
46
59
|
private serialize;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
47
63
|
private deserialize;
|
|
48
64
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists tags for one health check or hosted zone. </p>
|
|
18
23
|
* <p>For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation
|
|
19
24
|
* Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
36
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
30
37
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
55
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
|
|
56
63
|
readonly input: ListTagsForResourceCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListTagsForResourceCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourcesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourcesCommandInput extends ListTagsForResourcesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourcesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists tags for up to 10 health checks or hosted zones.</p>
|
|
18
23
|
* <p>For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation
|
|
19
24
|
* Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListTagsForResourcesCommandInput - {@link ListTagsForResourcesCommandInput}
|
|
36
|
+
* @returns {@link ListTagsForResourcesCommandOutput}
|
|
30
37
|
* @see {@link ListTagsForResourcesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListTagsForResourcesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
|
|
|
55
62
|
export declare class ListTagsForResourcesCommand extends $Command<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig> {
|
|
56
63
|
readonly input: ListTagsForResourcesCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListTagsForResourcesCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListTrafficPoliciesRequest, ListTrafficPoliciesResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTrafficPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTrafficPoliciesCommandInput extends ListTrafficPoliciesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTrafficPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the latest version for every traffic policy that is associated
|
|
18
23
|
* with the current Amazon Web Services account. Policies are listed in the order that they
|
|
19
24
|
* were created in. </p>
|
|
@@ -29,6 +34,8 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param ListTrafficPoliciesCommandInput - {@link ListTrafficPoliciesCommandInput}
|
|
38
|
+
* @returns {@link ListTrafficPoliciesCommandOutput}
|
|
32
39
|
* @see {@link ListTrafficPoliciesCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link ListTrafficPoliciesCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
|
|
|
41
48
|
export declare class ListTrafficPoliciesCommand extends $Command<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig> {
|
|
42
49
|
readonly input: ListTrafficPoliciesCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: ListTrafficPoliciesCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListTrafficPolicyInstancesByHostedZoneRequest, ListTrafficPolicyInstancesByHostedZoneResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTrafficPolicyInstancesByHostedZoneCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTrafficPolicyInstancesByHostedZoneCommandInput extends ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTrafficPolicyInstancesByHostedZoneCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends ListTrafficPolicyInstancesByHostedZoneResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the traffic policy instances that you created in a specified
|
|
18
23
|
* hosted zone.</p>
|
|
19
24
|
* <note>
|
|
@@ -36,6 +41,8 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param ListTrafficPolicyInstancesByHostedZoneCommandInput - {@link ListTrafficPolicyInstancesByHostedZoneCommandInput}
|
|
45
|
+
* @returns {@link ListTrafficPolicyInstancesByHostedZoneCommandOutput}
|
|
39
46
|
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
|
|
|
54
61
|
export declare class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
55
62
|
readonly input: ListTrafficPolicyInstancesByHostedZoneCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListTrafficPolicyInstancesByHostedZoneCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|