@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,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 { TestDNSAnswerRequest, TestDNSAnswerResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface TestDNSAnswerCommandInput extends TestDNSAnswerRequest {
6
- }
7
- export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TestDNSAnswerCommand extends $Command<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: TestDNSAnswerCommandInput;
12
- constructor(input: TestDNSAnswerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateHealthCheckRequest, UpdateHealthCheckResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface UpdateHealthCheckCommandInput extends UpdateHealthCheckRequest {
6
- }
7
- export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateHealthCheckCommand extends $Command<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: UpdateHealthCheckCommandInput;
12
- constructor(input: UpdateHealthCheckCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateHostedZoneCommentRequest, UpdateHostedZoneCommentResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface UpdateHostedZoneCommentCommandInput extends UpdateHostedZoneCommentRequest {
6
- }
7
- export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCommentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateHostedZoneCommentCommand extends $Command<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: UpdateHostedZoneCommentCommandInput;
12
- constructor(input: UpdateHostedZoneCommentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateTrafficPolicyCommentRequest, UpdateTrafficPolicyCommentResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface UpdateTrafficPolicyCommentCommandInput extends UpdateTrafficPolicyCommentRequest {
6
- }
7
- export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPolicyCommentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateTrafficPolicyCommentCommand extends $Command<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: UpdateTrafficPolicyCommentCommandInput;
12
- constructor(input: UpdateTrafficPolicyCommentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateTrafficPolicyInstanceRequest, UpdateTrafficPolicyInstanceResponse } from "../models/models_0";
4
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
- export interface UpdateTrafficPolicyInstanceCommandInput extends UpdateTrafficPolicyInstanceRequest {
6
- }
7
- export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficPolicyInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateTrafficPolicyInstanceCommand extends $Command<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
11
- readonly input: UpdateTrafficPolicyInstanceCommandInput;
12
- constructor(input: UpdateTrafficPolicyInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput>;
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
+ 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 { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class Route53ServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
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";