@aws-sdk/client-route-53 3.168.0 → 3.170.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 +1395 -11
- package/dist-types/ts3.4/Route53Client.d.ts +549 -143
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +21 -8
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2750 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +13 -7
- package/package.json +37 -37
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
TestDNSAnswerRequest,
|
|
10
|
+
TestDNSAnswerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface TestDNSAnswerCommandInput extends TestDNSAnswerRequest {}
|
|
18
|
+
export interface TestDNSAnswerCommandOutput
|
|
19
|
+
extends TestDNSAnswerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class TestDNSAnswerCommand extends $Command<
|
|
23
|
+
TestDNSAnswerCommandInput,
|
|
24
|
+
TestDNSAnswerCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: TestDNSAnswerCommandInput;
|
|
28
|
+
constructor(input: TestDNSAnswerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Route53ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
UpdateHealthCheckRequest,
|
|
10
|
+
UpdateHealthCheckResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface UpdateHealthCheckCommandInput
|
|
18
|
+
extends UpdateHealthCheckRequest {}
|
|
19
|
+
export interface UpdateHealthCheckCommandOutput
|
|
20
|
+
extends UpdateHealthCheckResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateHealthCheckCommand extends $Command<
|
|
24
|
+
UpdateHealthCheckCommandInput,
|
|
25
|
+
UpdateHealthCheckCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateHealthCheckCommandInput;
|
|
29
|
+
constructor(input: UpdateHealthCheckCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
UpdateHostedZoneCommentRequest,
|
|
10
|
+
UpdateHostedZoneCommentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface UpdateHostedZoneCommentCommandInput
|
|
18
|
+
extends UpdateHostedZoneCommentRequest {}
|
|
19
|
+
export interface UpdateHostedZoneCommentCommandOutput
|
|
20
|
+
extends UpdateHostedZoneCommentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateHostedZoneCommentCommand extends $Command<
|
|
24
|
+
UpdateHostedZoneCommentCommandInput,
|
|
25
|
+
UpdateHostedZoneCommentCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateHostedZoneCommentCommandInput;
|
|
29
|
+
constructor(input: UpdateHostedZoneCommentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateHostedZoneCommentCommandInput,
|
|
37
|
+
UpdateHostedZoneCommentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
UpdateTrafficPolicyCommentRequest,
|
|
10
|
+
UpdateTrafficPolicyCommentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface UpdateTrafficPolicyCommentCommandInput
|
|
18
|
+
extends UpdateTrafficPolicyCommentRequest {}
|
|
19
|
+
export interface UpdateTrafficPolicyCommentCommandOutput
|
|
20
|
+
extends UpdateTrafficPolicyCommentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateTrafficPolicyCommentCommand extends $Command<
|
|
24
|
+
UpdateTrafficPolicyCommentCommandInput,
|
|
25
|
+
UpdateTrafficPolicyCommentCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateTrafficPolicyCommentCommandInput;
|
|
29
|
+
constructor(input: UpdateTrafficPolicyCommentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateTrafficPolicyCommentCommandInput,
|
|
37
|
+
UpdateTrafficPolicyCommentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
UpdateTrafficPolicyInstanceRequest,
|
|
10
|
+
UpdateTrafficPolicyInstanceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
Route53ClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../Route53Client";
|
|
17
|
+
export interface UpdateTrafficPolicyInstanceCommandInput
|
|
18
|
+
extends UpdateTrafficPolicyInstanceRequest {}
|
|
19
|
+
export interface UpdateTrafficPolicyInstanceCommandOutput
|
|
20
|
+
extends UpdateTrafficPolicyInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateTrafficPolicyInstanceCommand extends $Command<
|
|
24
|
+
UpdateTrafficPolicyInstanceCommandInput,
|
|
25
|
+
UpdateTrafficPolicyInstanceCommandOutput,
|
|
26
|
+
Route53ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateTrafficPolicyInstanceCommandInput;
|
|
29
|
+
constructor(input: UpdateTrafficPolicyInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Route53ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateTrafficPolicyInstanceCommandInput,
|
|
37
|
+
UpdateTrafficPolicyInstanceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
export * from "./ActivateKeySigningKeyCommand";
|
|
2
|
-
export * from "./AssociateVPCWithHostedZoneCommand";
|
|
3
|
-
export * from "./ChangeCidrCollectionCommand";
|
|
4
|
-
export * from "./ChangeResourceRecordSetsCommand";
|
|
5
|
-
export * from "./ChangeTagsForResourceCommand";
|
|
6
|
-
export * from "./CreateCidrCollectionCommand";
|
|
7
|
-
export * from "./CreateHealthCheckCommand";
|
|
8
|
-
export * from "./CreateHostedZoneCommand";
|
|
9
|
-
export * from "./CreateKeySigningKeyCommand";
|
|
10
|
-
export * from "./CreateQueryLoggingConfigCommand";
|
|
11
|
-
export * from "./CreateReusableDelegationSetCommand";
|
|
12
|
-
export * from "./CreateTrafficPolicyCommand";
|
|
13
|
-
export * from "./CreateTrafficPolicyInstanceCommand";
|
|
14
|
-
export * from "./CreateTrafficPolicyVersionCommand";
|
|
15
|
-
export * from "./CreateVPCAssociationAuthorizationCommand";
|
|
16
|
-
export * from "./DeactivateKeySigningKeyCommand";
|
|
17
|
-
export * from "./DeleteCidrCollectionCommand";
|
|
18
|
-
export * from "./DeleteHealthCheckCommand";
|
|
19
|
-
export * from "./DeleteHostedZoneCommand";
|
|
20
|
-
export * from "./DeleteKeySigningKeyCommand";
|
|
21
|
-
export * from "./DeleteQueryLoggingConfigCommand";
|
|
22
|
-
export * from "./DeleteReusableDelegationSetCommand";
|
|
23
|
-
export * from "./DeleteTrafficPolicyCommand";
|
|
24
|
-
export * from "./DeleteTrafficPolicyInstanceCommand";
|
|
25
|
-
export * from "./DeleteVPCAssociationAuthorizationCommand";
|
|
26
|
-
export * from "./DisableHostedZoneDNSSECCommand";
|
|
27
|
-
export * from "./DisassociateVPCFromHostedZoneCommand";
|
|
28
|
-
export * from "./EnableHostedZoneDNSSECCommand";
|
|
29
|
-
export * from "./GetAccountLimitCommand";
|
|
30
|
-
export * from "./GetChangeCommand";
|
|
31
|
-
export * from "./GetCheckerIpRangesCommand";
|
|
32
|
-
export * from "./GetDNSSECCommand";
|
|
33
|
-
export * from "./GetGeoLocationCommand";
|
|
34
|
-
export * from "./GetHealthCheckCommand";
|
|
35
|
-
export * from "./GetHealthCheckCountCommand";
|
|
36
|
-
export * from "./GetHealthCheckLastFailureReasonCommand";
|
|
37
|
-
export * from "./GetHealthCheckStatusCommand";
|
|
38
|
-
export * from "./GetHostedZoneCommand";
|
|
39
|
-
export * from "./GetHostedZoneCountCommand";
|
|
40
|
-
export * from "./GetHostedZoneLimitCommand";
|
|
41
|
-
export * from "./GetQueryLoggingConfigCommand";
|
|
42
|
-
export * from "./GetReusableDelegationSetCommand";
|
|
43
|
-
export * from "./GetReusableDelegationSetLimitCommand";
|
|
44
|
-
export * from "./GetTrafficPolicyCommand";
|
|
45
|
-
export * from "./GetTrafficPolicyInstanceCommand";
|
|
46
|
-
export * from "./GetTrafficPolicyInstanceCountCommand";
|
|
47
|
-
export * from "./ListCidrBlocksCommand";
|
|
48
|
-
export * from "./ListCidrCollectionsCommand";
|
|
49
|
-
export * from "./ListCidrLocationsCommand";
|
|
50
|
-
export * from "./ListGeoLocationsCommand";
|
|
51
|
-
export * from "./ListHealthChecksCommand";
|
|
52
|
-
export * from "./ListHostedZonesByNameCommand";
|
|
53
|
-
export * from "./ListHostedZonesByVPCCommand";
|
|
54
|
-
export * from "./ListHostedZonesCommand";
|
|
55
|
-
export * from "./ListQueryLoggingConfigsCommand";
|
|
56
|
-
export * from "./ListResourceRecordSetsCommand";
|
|
57
|
-
export * from "./ListReusableDelegationSetsCommand";
|
|
58
|
-
export * from "./ListTagsForResourceCommand";
|
|
59
|
-
export * from "./ListTagsForResourcesCommand";
|
|
60
|
-
export * from "./ListTrafficPoliciesCommand";
|
|
61
|
-
export * from "./ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
62
|
-
export * from "./ListTrafficPolicyInstancesByPolicyCommand";
|
|
63
|
-
export * from "./ListTrafficPolicyInstancesCommand";
|
|
64
|
-
export * from "./ListTrafficPolicyVersionsCommand";
|
|
65
|
-
export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
66
|
-
export * from "./TestDNSAnswerCommand";
|
|
67
|
-
export * from "./UpdateHealthCheckCommand";
|
|
68
|
-
export * from "./UpdateHostedZoneCommentCommand";
|
|
69
|
-
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
70
|
-
export * from "./UpdateTrafficPolicyInstanceCommand";
|
|
1
|
+
export * from "./ActivateKeySigningKeyCommand";
|
|
2
|
+
export * from "./AssociateVPCWithHostedZoneCommand";
|
|
3
|
+
export * from "./ChangeCidrCollectionCommand";
|
|
4
|
+
export * from "./ChangeResourceRecordSetsCommand";
|
|
5
|
+
export * from "./ChangeTagsForResourceCommand";
|
|
6
|
+
export * from "./CreateCidrCollectionCommand";
|
|
7
|
+
export * from "./CreateHealthCheckCommand";
|
|
8
|
+
export * from "./CreateHostedZoneCommand";
|
|
9
|
+
export * from "./CreateKeySigningKeyCommand";
|
|
10
|
+
export * from "./CreateQueryLoggingConfigCommand";
|
|
11
|
+
export * from "./CreateReusableDelegationSetCommand";
|
|
12
|
+
export * from "./CreateTrafficPolicyCommand";
|
|
13
|
+
export * from "./CreateTrafficPolicyInstanceCommand";
|
|
14
|
+
export * from "./CreateTrafficPolicyVersionCommand";
|
|
15
|
+
export * from "./CreateVPCAssociationAuthorizationCommand";
|
|
16
|
+
export * from "./DeactivateKeySigningKeyCommand";
|
|
17
|
+
export * from "./DeleteCidrCollectionCommand";
|
|
18
|
+
export * from "./DeleteHealthCheckCommand";
|
|
19
|
+
export * from "./DeleteHostedZoneCommand";
|
|
20
|
+
export * from "./DeleteKeySigningKeyCommand";
|
|
21
|
+
export * from "./DeleteQueryLoggingConfigCommand";
|
|
22
|
+
export * from "./DeleteReusableDelegationSetCommand";
|
|
23
|
+
export * from "./DeleteTrafficPolicyCommand";
|
|
24
|
+
export * from "./DeleteTrafficPolicyInstanceCommand";
|
|
25
|
+
export * from "./DeleteVPCAssociationAuthorizationCommand";
|
|
26
|
+
export * from "./DisableHostedZoneDNSSECCommand";
|
|
27
|
+
export * from "./DisassociateVPCFromHostedZoneCommand";
|
|
28
|
+
export * from "./EnableHostedZoneDNSSECCommand";
|
|
29
|
+
export * from "./GetAccountLimitCommand";
|
|
30
|
+
export * from "./GetChangeCommand";
|
|
31
|
+
export * from "./GetCheckerIpRangesCommand";
|
|
32
|
+
export * from "./GetDNSSECCommand";
|
|
33
|
+
export * from "./GetGeoLocationCommand";
|
|
34
|
+
export * from "./GetHealthCheckCommand";
|
|
35
|
+
export * from "./GetHealthCheckCountCommand";
|
|
36
|
+
export * from "./GetHealthCheckLastFailureReasonCommand";
|
|
37
|
+
export * from "./GetHealthCheckStatusCommand";
|
|
38
|
+
export * from "./GetHostedZoneCommand";
|
|
39
|
+
export * from "./GetHostedZoneCountCommand";
|
|
40
|
+
export * from "./GetHostedZoneLimitCommand";
|
|
41
|
+
export * from "./GetQueryLoggingConfigCommand";
|
|
42
|
+
export * from "./GetReusableDelegationSetCommand";
|
|
43
|
+
export * from "./GetReusableDelegationSetLimitCommand";
|
|
44
|
+
export * from "./GetTrafficPolicyCommand";
|
|
45
|
+
export * from "./GetTrafficPolicyInstanceCommand";
|
|
46
|
+
export * from "./GetTrafficPolicyInstanceCountCommand";
|
|
47
|
+
export * from "./ListCidrBlocksCommand";
|
|
48
|
+
export * from "./ListCidrCollectionsCommand";
|
|
49
|
+
export * from "./ListCidrLocationsCommand";
|
|
50
|
+
export * from "./ListGeoLocationsCommand";
|
|
51
|
+
export * from "./ListHealthChecksCommand";
|
|
52
|
+
export * from "./ListHostedZonesByNameCommand";
|
|
53
|
+
export * from "./ListHostedZonesByVPCCommand";
|
|
54
|
+
export * from "./ListHostedZonesCommand";
|
|
55
|
+
export * from "./ListQueryLoggingConfigsCommand";
|
|
56
|
+
export * from "./ListResourceRecordSetsCommand";
|
|
57
|
+
export * from "./ListReusableDelegationSetsCommand";
|
|
58
|
+
export * from "./ListTagsForResourceCommand";
|
|
59
|
+
export * from "./ListTagsForResourcesCommand";
|
|
60
|
+
export * from "./ListTrafficPoliciesCommand";
|
|
61
|
+
export * from "./ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
62
|
+
export * from "./ListTrafficPolicyInstancesByPolicyCommand";
|
|
63
|
+
export * from "./ListTrafficPolicyInstancesCommand";
|
|
64
|
+
export * from "./ListTrafficPolicyVersionsCommand";
|
|
65
|
+
export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
66
|
+
export * from "./TestDNSAnswerCommand";
|
|
67
|
+
export * from "./UpdateHealthCheckCommand";
|
|
68
|
+
export * from "./UpdateHostedZoneCommentCommand";
|
|
69
|
+
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
70
|
+
export * from "./UpdateTrafficPolicyInstanceCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./Route53";
|
|
2
|
-
export * from "./Route53Client";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { Route53ServiceException } from "./models/Route53ServiceException";
|
|
1
|
+
export * from "./Route53";
|
|
2
|
+
export * from "./Route53Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { Route53ServiceException } from "./models/Route53ServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class Route53ServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|