@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.
Files changed (95) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Route53.d.ts +1395 -11
  3. package/dist-types/ts3.4/Route53Client.d.ts +549 -143
  4. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +21 -8
  14. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/index.d.ts +70 -70
  75. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  76. package/dist-types/ts3.4/index.d.ts +7 -7
  77. package/dist-types/ts3.4/models/Route53ServiceException.d.ts +8 -6
  78. package/dist-types/ts3.4/models/index.d.ts +1 -1
  79. package/dist-types/ts3.4/models/models_0.d.ts +2750 -2346
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  81. package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  88. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +845 -212
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  93. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  94. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +13 -7
  95. package/package.json +37 -37
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetTrafficPolicyInstanceRequest, GetTrafficPolicyInstanceResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface GetTrafficPolicyInstanceCommandInput extends GetTrafficPolicyInstanceRequest {
6
- }
7
- export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTrafficPolicyInstanceCommand extends $Command<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: GetTrafficPolicyInstanceCommandInput;
12
- constructor(input: GetTrafficPolicyInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ GetTrafficPolicyInstanceRequest,
10
+ GetTrafficPolicyInstanceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface GetTrafficPolicyInstanceCommandInput
18
+ extends GetTrafficPolicyInstanceRequest {}
19
+ export interface GetTrafficPolicyInstanceCommandOutput
20
+ extends GetTrafficPolicyInstanceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetTrafficPolicyInstanceCommand extends $Command<
24
+ GetTrafficPolicyInstanceCommandInput,
25
+ GetTrafficPolicyInstanceCommandOutput,
26
+ Route53ClientResolvedConfig
27
+ > {
28
+ readonly input: GetTrafficPolicyInstanceCommandInput;
29
+ constructor(input: GetTrafficPolicyInstanceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Route53ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetTrafficPolicyInstanceCommandInput,
37
+ GetTrafficPolicyInstanceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetTrafficPolicyInstanceCountRequest, GetTrafficPolicyInstanceCountResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface GetTrafficPolicyInstanceCountCommandInput extends GetTrafficPolicyInstanceCountRequest {
6
- }
7
- export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPolicyInstanceCountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTrafficPolicyInstanceCountCommand extends $Command<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: GetTrafficPolicyInstanceCountCommandInput;
12
- constructor(input: GetTrafficPolicyInstanceCountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ GetTrafficPolicyInstanceCountRequest,
10
+ GetTrafficPolicyInstanceCountResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface GetTrafficPolicyInstanceCountCommandInput
18
+ extends GetTrafficPolicyInstanceCountRequest {}
19
+ export interface GetTrafficPolicyInstanceCountCommandOutput
20
+ extends GetTrafficPolicyInstanceCountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetTrafficPolicyInstanceCountCommand extends $Command<
24
+ GetTrafficPolicyInstanceCountCommandInput,
25
+ GetTrafficPolicyInstanceCountCommandOutput,
26
+ Route53ClientResolvedConfig
27
+ > {
28
+ readonly input: GetTrafficPolicyInstanceCountCommandInput;
29
+ constructor(input: GetTrafficPolicyInstanceCountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Route53ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetTrafficPolicyInstanceCountCommandInput,
37
+ GetTrafficPolicyInstanceCountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListCidrBlocksRequest, ListCidrBlocksResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListCidrBlocksCommandInput extends ListCidrBlocksRequest {
6
- }
7
- export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCidrBlocksCommand extends $Command<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListCidrBlocksCommandInput;
12
- constructor(input: ListCidrBlocksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListCidrBlocksRequest,
10
+ ListCidrBlocksResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListCidrBlocksCommandInput extends ListCidrBlocksRequest {}
18
+ export interface ListCidrBlocksCommandOutput
19
+ extends ListCidrBlocksResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListCidrBlocksCommand extends $Command<
23
+ ListCidrBlocksCommandInput,
24
+ ListCidrBlocksCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ListCidrBlocksCommandInput;
28
+ constructor(input: ListCidrBlocksCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Route53ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListCidrCollectionsRequest, ListCidrCollectionsResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListCidrCollectionsCommandInput extends ListCidrCollectionsRequest {
6
- }
7
- export interface ListCidrCollectionsCommandOutput extends ListCidrCollectionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCidrCollectionsCommand extends $Command<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListCidrCollectionsCommandInput;
12
- constructor(input: ListCidrCollectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListCidrCollectionsRequest,
10
+ ListCidrCollectionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListCidrCollectionsCommandInput
18
+ extends ListCidrCollectionsRequest {}
19
+ export interface ListCidrCollectionsCommandOutput
20
+ extends ListCidrCollectionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCidrCollectionsCommand extends $Command<
24
+ ListCidrCollectionsCommandInput,
25
+ ListCidrCollectionsCommandOutput,
26
+ Route53ClientResolvedConfig
27
+ > {
28
+ readonly input: ListCidrCollectionsCommandInput;
29
+ constructor(input: ListCidrCollectionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Route53ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListCidrLocationsRequest, ListCidrLocationsResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListCidrLocationsCommandInput extends ListCidrLocationsRequest {
6
- }
7
- export interface ListCidrLocationsCommandOutput extends ListCidrLocationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCidrLocationsCommand extends $Command<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListCidrLocationsCommandInput;
12
- constructor(input: ListCidrLocationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListCidrLocationsRequest,
10
+ ListCidrLocationsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListCidrLocationsCommandInput
18
+ extends ListCidrLocationsRequest {}
19
+ export interface ListCidrLocationsCommandOutput
20
+ extends ListCidrLocationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCidrLocationsCommand extends $Command<
24
+ ListCidrLocationsCommandInput,
25
+ ListCidrLocationsCommandOutput,
26
+ Route53ClientResolvedConfig
27
+ > {
28
+ readonly input: ListCidrLocationsCommandInput;
29
+ constructor(input: ListCidrLocationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Route53ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListGeoLocationsRequest, ListGeoLocationsResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListGeoLocationsCommandInput extends ListGeoLocationsRequest {
6
- }
7
- export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGeoLocationsCommand extends $Command<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListGeoLocationsCommandInput;
12
- constructor(input: ListGeoLocationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListGeoLocationsRequest,
10
+ ListGeoLocationsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListGeoLocationsCommandInput extends ListGeoLocationsRequest {}
18
+ export interface ListGeoLocationsCommandOutput
19
+ extends ListGeoLocationsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListGeoLocationsCommand extends $Command<
23
+ ListGeoLocationsCommandInput,
24
+ ListGeoLocationsCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ListGeoLocationsCommandInput;
28
+ constructor(input: ListGeoLocationsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Route53ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListHealthChecksRequest, ListHealthChecksResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListHealthChecksCommandInput extends ListHealthChecksRequest {
6
- }
7
- export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHealthChecksCommand extends $Command<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListHealthChecksCommandInput;
12
- constructor(input: ListHealthChecksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHealthChecksCommandInput, ListHealthChecksCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListHealthChecksRequest,
10
+ ListHealthChecksResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListHealthChecksCommandInput extends ListHealthChecksRequest {}
18
+ export interface ListHealthChecksCommandOutput
19
+ extends ListHealthChecksResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListHealthChecksCommand extends $Command<
23
+ ListHealthChecksCommandInput,
24
+ ListHealthChecksCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ListHealthChecksCommandInput;
28
+ constructor(input: ListHealthChecksCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Route53ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListHealthChecksCommandInput, ListHealthChecksCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListHostedZonesByNameRequest, ListHostedZonesByNameResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListHostedZonesByNameCommandInput extends ListHostedZonesByNameRequest {
6
- }
7
- export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNameResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHostedZonesByNameCommand extends $Command<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListHostedZonesByNameCommandInput;
12
- constructor(input: ListHostedZonesByNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListHostedZonesByNameRequest,
10
+ ListHostedZonesByNameResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListHostedZonesByNameCommandInput
18
+ extends ListHostedZonesByNameRequest {}
19
+ export interface ListHostedZonesByNameCommandOutput
20
+ extends ListHostedZonesByNameResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListHostedZonesByNameCommand extends $Command<
24
+ ListHostedZonesByNameCommandInput,
25
+ ListHostedZonesByNameCommandOutput,
26
+ Route53ClientResolvedConfig
27
+ > {
28
+ readonly input: ListHostedZonesByNameCommandInput;
29
+ constructor(input: ListHostedZonesByNameCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Route53ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListHostedZonesByNameCommandInput,
37
+ ListHostedZonesByNameCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListHostedZonesByVPCRequest, ListHostedZonesByVPCResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListHostedZonesByVPCCommandInput extends ListHostedZonesByVPCRequest {
6
- }
7
- export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHostedZonesByVPCCommand extends $Command<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListHostedZonesByVPCCommandInput;
12
- constructor(input: ListHostedZonesByVPCCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListHostedZonesByVPCRequest,
10
+ ListHostedZonesByVPCResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListHostedZonesByVPCCommandInput
18
+ extends ListHostedZonesByVPCRequest {}
19
+ export interface ListHostedZonesByVPCCommandOutput
20
+ extends ListHostedZonesByVPCResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListHostedZonesByVPCCommand extends $Command<
24
+ ListHostedZonesByVPCCommandInput,
25
+ ListHostedZonesByVPCCommandOutput,
26
+ Route53ClientResolvedConfig
27
+ > {
28
+ readonly input: ListHostedZonesByVPCCommandInput;
29
+ constructor(input: ListHostedZonesByVPCCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Route53ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListHostedZonesByVPCCommandInput,
37
+ ListHostedZonesByVPCCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListHostedZonesRequest, ListHostedZonesResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListHostedZonesCommandInput extends ListHostedZonesRequest {
6
- }
7
- export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHostedZonesCommand extends $Command<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListHostedZonesCommandInput;
12
- constructor(input: ListHostedZonesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedZonesCommandInput, ListHostedZonesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListHostedZonesRequest,
10
+ ListHostedZonesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListHostedZonesCommandInput extends ListHostedZonesRequest {}
18
+ export interface ListHostedZonesCommandOutput
19
+ extends ListHostedZonesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListHostedZonesCommand extends $Command<
23
+ ListHostedZonesCommandInput,
24
+ ListHostedZonesCommandOutput,
25
+ Route53ClientResolvedConfig
26
+ > {
27
+ readonly input: ListHostedZonesCommandInput;
28
+ constructor(input: ListHostedZonesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Route53ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListHostedZonesCommandInput, ListHostedZonesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListQueryLoggingConfigsRequest, ListQueryLoggingConfigsResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface ListQueryLoggingConfigsCommandInput extends ListQueryLoggingConfigsRequest {
6
- }
7
- export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingConfigsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListQueryLoggingConfigsCommand extends $Command<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: ListQueryLoggingConfigsCommandInput;
12
- constructor(input: ListQueryLoggingConfigsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListQueryLoggingConfigsRequest,
10
+ ListQueryLoggingConfigsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53ClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53Client";
17
+ export interface ListQueryLoggingConfigsCommandInput
18
+ extends ListQueryLoggingConfigsRequest {}
19
+ export interface ListQueryLoggingConfigsCommandOutput
20
+ extends ListQueryLoggingConfigsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListQueryLoggingConfigsCommand extends $Command<
24
+ ListQueryLoggingConfigsCommandInput,
25
+ ListQueryLoggingConfigsCommandOutput,
26
+ Route53ClientResolvedConfig
27
+ > {
28
+ readonly input: ListQueryLoggingConfigsCommandInput;
29
+ constructor(input: ListQueryLoggingConfigsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Route53ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListQueryLoggingConfigsCommandInput,
37
+ ListQueryLoggingConfigsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }