@aws-sdk/client-route-53 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/Route53.d.ts +1218 -111
- package/dist-types/ts3.4/Route53Client.d.ts +524 -143
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +39 -8
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +70 -70
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/Route53ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1975 -2346
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +845 -212
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +11 -7
- package/package.json +37 -37
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ActivateKeySigningKeyRequest,
|
|
10
|
+
ActivateKeySigningKeyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ActivateKeySigningKeyCommandInput
|
|
18
|
+
extends ActivateKeySigningKeyRequest {}
|
|
19
|
+
export interface ActivateKeySigningKeyCommandOutput
|
|
20
|
+
extends ActivateKeySigningKeyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ActivateKeySigningKeyCommand extends $Command<
|
|
23
|
+
ActivateKeySigningKeyCommandInput,
|
|
24
|
+
ActivateKeySigningKeyCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ActivateKeySigningKeyCommandInput;
|
|
28
|
+
constructor(input: ActivateKeySigningKeyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ActivateKeySigningKeyCommandInput,
|
|
35
|
+
ActivateKeySigningKeyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateVPCWithHostedZoneRequest,
|
|
10
|
+
AssociateVPCWithHostedZoneResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface AssociateVPCWithHostedZoneCommandInput
|
|
18
|
+
extends AssociateVPCWithHostedZoneRequest {}
|
|
19
|
+
export interface AssociateVPCWithHostedZoneCommandOutput
|
|
20
|
+
extends AssociateVPCWithHostedZoneResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateVPCWithHostedZoneCommand extends $Command<
|
|
23
|
+
AssociateVPCWithHostedZoneCommandInput,
|
|
24
|
+
AssociateVPCWithHostedZoneCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateVPCWithHostedZoneCommandInput;
|
|
28
|
+
constructor(input: AssociateVPCWithHostedZoneCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateVPCWithHostedZoneCommandInput,
|
|
35
|
+
AssociateVPCWithHostedZoneCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChangeCidrCollectionRequest,
|
|
10
|
+
ChangeCidrCollectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ChangeCidrCollectionCommandInput
|
|
18
|
+
extends ChangeCidrCollectionRequest {}
|
|
19
|
+
export interface ChangeCidrCollectionCommandOutput
|
|
20
|
+
extends ChangeCidrCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ChangeCidrCollectionCommand extends $Command<
|
|
23
|
+
ChangeCidrCollectionCommandInput,
|
|
24
|
+
ChangeCidrCollectionCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ChangeCidrCollectionCommandInput;
|
|
28
|
+
constructor(input: ChangeCidrCollectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ChangeCidrCollectionCommandInput,
|
|
35
|
+
ChangeCidrCollectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChangeResourceRecordSetsRequest,
|
|
10
|
+
ChangeResourceRecordSetsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ChangeResourceRecordSetsCommandInput
|
|
18
|
+
extends ChangeResourceRecordSetsRequest {}
|
|
19
|
+
export interface ChangeResourceRecordSetsCommandOutput
|
|
20
|
+
extends ChangeResourceRecordSetsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ChangeResourceRecordSetsCommand extends $Command<
|
|
23
|
+
ChangeResourceRecordSetsCommandInput,
|
|
24
|
+
ChangeResourceRecordSetsCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ChangeResourceRecordSetsCommandInput;
|
|
28
|
+
constructor(input: ChangeResourceRecordSetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ChangeResourceRecordSetsCommandInput,
|
|
35
|
+
ChangeResourceRecordSetsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChangeTagsForResourceRequest,
|
|
10
|
+
ChangeTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface ChangeTagsForResourceCommandInput
|
|
18
|
+
extends ChangeTagsForResourceRequest {}
|
|
19
|
+
export interface ChangeTagsForResourceCommandOutput
|
|
20
|
+
extends ChangeTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ChangeTagsForResourceCommand extends $Command<
|
|
23
|
+
ChangeTagsForResourceCommandInput,
|
|
24
|
+
ChangeTagsForResourceCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ChangeTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ChangeTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ChangeTagsForResourceCommandInput,
|
|
35
|
+
ChangeTagsForResourceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateCidrCollectionRequest,
|
|
10
|
+
CreateCidrCollectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface CreateCidrCollectionCommandInput
|
|
18
|
+
extends CreateCidrCollectionRequest {}
|
|
19
|
+
export interface CreateCidrCollectionCommandOutput
|
|
20
|
+
extends CreateCidrCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateCidrCollectionCommand extends $Command<
|
|
23
|
+
CreateCidrCollectionCommandInput,
|
|
24
|
+
CreateCidrCollectionCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateCidrCollectionCommandInput;
|
|
28
|
+
constructor(input: CreateCidrCollectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateCidrCollectionCommandInput,
|
|
35
|
+
CreateCidrCollectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateHealthCheckRequest,
|
|
10
|
+
CreateHealthCheckResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface CreateHealthCheckCommandInput
|
|
18
|
+
extends CreateHealthCheckRequest {}
|
|
19
|
+
export interface CreateHealthCheckCommandOutput
|
|
20
|
+
extends CreateHealthCheckResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateHealthCheckCommand extends $Command<
|
|
23
|
+
CreateHealthCheckCommandInput,
|
|
24
|
+
CreateHealthCheckCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateHealthCheckCommandInput;
|
|
28
|
+
constructor(input: CreateHealthCheckCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateHostedZoneRequest,
|
|
10
|
+
CreateHostedZoneResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface CreateHostedZoneCommandInput extends CreateHostedZoneRequest {}
|
|
18
|
+
export interface CreateHostedZoneCommandOutput
|
|
19
|
+
extends CreateHostedZoneResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateHostedZoneCommand extends $Command<
|
|
22
|
+
CreateHostedZoneCommandInput,
|
|
23
|
+
CreateHostedZoneCommandOutput,
|
|
24
|
+
Route53ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateHostedZoneCommandInput;
|
|
27
|
+
constructor(input: CreateHostedZoneCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: Route53ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateKeySigningKeyRequest,
|
|
10
|
+
CreateKeySigningKeyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface CreateKeySigningKeyCommandInput
|
|
18
|
+
extends CreateKeySigningKeyRequest {}
|
|
19
|
+
export interface CreateKeySigningKeyCommandOutput
|
|
20
|
+
extends CreateKeySigningKeyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateKeySigningKeyCommand extends $Command<
|
|
23
|
+
CreateKeySigningKeyCommandInput,
|
|
24
|
+
CreateKeySigningKeyCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateKeySigningKeyCommandInput;
|
|
28
|
+
constructor(input: CreateKeySigningKeyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,8 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateQueryLoggingConfigRequest,
|
|
10
|
+
CreateQueryLoggingConfigResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface CreateQueryLoggingConfigCommandInput
|
|
18
|
+
extends CreateQueryLoggingConfigRequest {}
|
|
19
|
+
export interface CreateQueryLoggingConfigCommandOutput
|
|
20
|
+
extends CreateQueryLoggingConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateQueryLoggingConfigCommand extends $Command<
|
|
23
|
+
CreateQueryLoggingConfigCommandInput,
|
|
24
|
+
CreateQueryLoggingConfigCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateQueryLoggingConfigCommandInput;
|
|
28
|
+
constructor(input: CreateQueryLoggingConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateQueryLoggingConfigCommandInput,
|
|
35
|
+
CreateQueryLoggingConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateReusableDelegationSetRequest,
|
|
10
|
+
CreateReusableDelegationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface CreateReusableDelegationSetCommandInput
|
|
18
|
+
extends CreateReusableDelegationSetRequest {}
|
|
19
|
+
export interface CreateReusableDelegationSetCommandOutput
|
|
20
|
+
extends CreateReusableDelegationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateReusableDelegationSetCommand extends $Command<
|
|
23
|
+
CreateReusableDelegationSetCommandInput,
|
|
24
|
+
CreateReusableDelegationSetCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateReusableDelegationSetCommandInput;
|
|
28
|
+
constructor(input: CreateReusableDelegationSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: Route53ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateReusableDelegationSetCommandInput,
|
|
35
|
+
CreateReusableDelegationSetCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|