@aws-sdk/client-route-53 3.295.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +36 -229
  2. package/dist-es/protocols/Aws_restXml.js +36 -229
  3. package/dist-types/Route53.d.ts +71 -0
  4. package/dist-types/Route53Client.d.ts +24 -4
  5. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +16 -0
  7. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +16 -0
  8. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +16 -0
  9. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateHealthCheckCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateHostedZoneCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +16 -0
  30. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +16 -0
  32. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +16 -0
  33. package/dist-types/commands/GetAccountLimitCommand.d.ts +16 -0
  34. package/dist-types/commands/GetChangeCommand.d.ts +16 -0
  35. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDNSSECCommand.d.ts +16 -0
  37. package/dist-types/commands/GetGeoLocationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetHealthCheckCommand.d.ts +16 -0
  39. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +16 -0
  40. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +16 -0
  41. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetHostedZoneCommand.d.ts +16 -0
  43. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +16 -0
  44. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +16 -0
  45. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +16 -0
  46. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +16 -0
  47. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +16 -0
  48. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +16 -0
  49. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
  50. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +16 -0
  51. package/dist-types/commands/ListCidrBlocksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListCidrLocationsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListGeoLocationsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListHealthChecksCommand.d.ts +16 -0
  56. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +16 -0
  57. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +16 -0
  58. package/dist-types/commands/ListHostedZonesCommand.d.ts +16 -0
  59. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +16 -0
  64. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +16 -0
  65. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +16 -0
  66. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +16 -0
  67. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +16 -0
  70. package/dist-types/commands/TestDNSAnswerCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
  75. package/dist-types/models/Route53ServiceException.d.ts +2 -0
  76. package/dist-types/models/models_0.d.ts +378 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListHealthChecksPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListHostedZonesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +3 -0
  84. package/package.json +31 -31
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateTrafficPolicyInstanceRequest, CreateTrafficPolicyInstanceResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTrafficPolicyInstanceCommand}.
8
10
  */
9
11
  export interface CreateTrafficPolicyInstanceCommandInput extends CreateTrafficPolicyInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTrafficPolicyInstanceCommand}.
13
17
  */
14
18
  export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficPolicyInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates resource record sets in a specified hosted zone based on the settings in a
18
23
  * specified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>
19
24
  * associates the resource record sets with a specified domain name (such as example.com)
@@ -30,6 +35,8 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateTrafficPolicyInstanceCommandInput - {@link CreateTrafficPolicyInstanceCommandInput}
39
+ * @returns {@link CreateTrafficPolicyInstanceCommandOutput}
33
40
  * @see {@link CreateTrafficPolicyInstanceCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateTrafficPolicyInstanceCommandOutput} for command's `response` shape.
35
42
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -60,11 +67,20 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
60
67
  export declare class CreateTrafficPolicyInstanceCommand extends $Command<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
61
68
  readonly input: CreateTrafficPolicyInstanceCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: CreateTrafficPolicyInstanceCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateTrafficPolicyVersionRequest, CreateTrafficPolicyVersionResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTrafficPolicyVersionCommand}.
8
10
  */
9
11
  export interface CreateTrafficPolicyVersionCommandInput extends CreateTrafficPolicyVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTrafficPolicyVersionCommand}.
13
17
  */
14
18
  export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPolicyVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new version of an existing traffic policy. When you create a new version of
18
23
  * a traffic policy, you specify the ID of the traffic policy that you want to update and a
19
24
  * JSON-formatted document that describes the new version. You use traffic policies to
@@ -31,6 +36,8 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateTrafficPolicyVersionCommandInput - {@link CreateTrafficPolicyVersionCommandInput}
40
+ * @returns {@link CreateTrafficPolicyVersionCommandOutput}
34
41
  * @see {@link CreateTrafficPolicyVersionCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateTrafficPolicyVersionCommandOutput} for command's `response` shape.
36
43
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -62,11 +69,20 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
62
69
  export declare class CreateTrafficPolicyVersionCommand extends $Command<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig> {
63
70
  readonly input: CreateTrafficPolicyVersionCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: CreateTrafficPolicyVersionCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateVPCAssociationAuthorizationRequest, CreateVPCAssociationAuthorizationResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVPCAssociationAuthorizationCommand}.
8
10
  */
9
11
  export interface CreateVPCAssociationAuthorizationCommandInput extends CreateVPCAssociationAuthorizationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVPCAssociationAuthorizationCommand}.
13
17
  */
14
18
  export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVPCAssociationAuthorizationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Authorizes the Amazon Web Services account that created a specified VPC to submit an
18
23
  * <code>AssociateVPCWithHostedZone</code> request to associate the VPC with a
19
24
  * specified hosted zone that was created by a different account. To submit a
@@ -35,6 +40,8 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param CreateVPCAssociationAuthorizationCommandInput - {@link CreateVPCAssociationAuthorizationCommandInput}
44
+ * @returns {@link CreateVPCAssociationAuthorizationCommandOutput}
38
45
  * @see {@link CreateVPCAssociationAuthorizationCommandInput} for command's `input` shape.
39
46
  * @see {@link CreateVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
40
47
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -65,11 +72,20 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
65
72
  export declare class CreateVPCAssociationAuthorizationCommand extends $Command<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
66
73
  readonly input: CreateVPCAssociationAuthorizationCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: CreateVPCAssociationAuthorizationCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeactivateKeySigningKeyRequest, DeactivateKeySigningKeyResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeactivateKeySigningKeyCommand}.
8
10
  */
9
11
  export interface DeactivateKeySigningKeyCommandInput extends DeactivateKeySigningKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeactivateKeySigningKeyCommand}.
13
17
  */
14
18
  export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigningKeyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC.
18
23
  * This operation changes the KSK status to <code>INACTIVE</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeactivateKeySigningKeyCommandInput - {@link DeactivateKeySigningKeyCommandInput}
35
+ * @returns {@link DeactivateKeySigningKeyCommandOutput}
29
36
  * @see {@link DeactivateKeySigningKeyCommandInput} for command's `input` shape.
30
37
  * @see {@link DeactivateKeySigningKeyCommandOutput} for command's `response` shape.
31
38
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -61,11 +68,20 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
61
68
  export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
62
69
  readonly input: DeactivateKeySigningKeyCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DeactivateKeySigningKeyCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteCidrCollectionRequest, DeleteCidrCollectionResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCidrCollectionCommand}.
8
10
  */
9
11
  export interface DeleteCidrCollectionCommandInput extends DeleteCidrCollectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCidrCollectionCommand}.
13
17
  */
14
18
  export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a CIDR collection in the current Amazon Web Services account. The collection
18
23
  * must be empty before it can be deleted.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteCidrCollectionCommandInput - {@link DeleteCidrCollectionCommandInput}
35
+ * @returns {@link DeleteCidrCollectionCommandOutput}
29
36
  * @see {@link DeleteCidrCollectionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteCidrCollectionCommandOutput} for command's `response` shape.
31
38
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -48,11 +55,20 @@ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionR
48
55
  export declare class DeleteCidrCollectionCommand extends $Command<DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
49
56
  readonly input: DeleteCidrCollectionCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeleteCidrCollectionCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteHealthCheckRequest, DeleteHealthCheckResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteHealthCheckCommand}.
8
10
  */
9
11
  export interface DeleteHealthCheckCommandInput extends DeleteHealthCheckRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteHealthCheckCommand}.
13
17
  */
14
18
  export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a health check.</p>
18
23
  * <important>
19
24
  * <p>Amazon Route 53 does not prevent you from deleting a health check even if the
@@ -39,6 +44,8 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param DeleteHealthCheckCommandInput - {@link DeleteHealthCheckCommandInput}
48
+ * @returns {@link DeleteHealthCheckCommandOutput}
42
49
  * @see {@link DeleteHealthCheckCommandInput} for command's `input` shape.
43
50
  * @see {@link DeleteHealthCheckCommandOutput} for command's `response` shape.
44
51
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
57
64
  export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
58
65
  readonly input: DeleteHealthCheckCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteHealthCheckCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteHostedZoneRequest, DeleteHostedZoneResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteHostedZoneCommand}.
8
10
  */
9
11
  export interface DeleteHostedZoneCommandInput extends DeleteHostedZoneRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteHostedZoneCommand}.
13
17
  */
14
18
  export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a hosted zone.</p>
18
23
  * <p>If the hosted zone was created by another service, such as Cloud Map, see
19
24
  * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html#delete-public-hosted-zone-created-by-another-service">Deleting Public Hosted Zones That Were Created by Another Service</a> in the
@@ -66,6 +71,8 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
66
71
  * const response = await client.send(command);
67
72
  * ```
68
73
  *
74
+ * @param DeleteHostedZoneCommandInput - {@link DeleteHostedZoneCommandInput}
75
+ * @returns {@link DeleteHostedZoneCommandOutput}
69
76
  * @see {@link DeleteHostedZoneCommandInput} for command's `input` shape.
70
77
  * @see {@link DeleteHostedZoneCommandOutput} for command's `response` shape.
71
78
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -94,11 +101,20 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
94
101
  export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
95
102
  readonly input: DeleteHostedZoneCommandInput;
96
103
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
+ /**
105
+ * @public
106
+ */
97
107
  constructor(input: DeleteHostedZoneCommandInput);
98
108
  /**
99
109
  * @internal
100
110
  */
101
111
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput>;
112
+ /**
113
+ * @internal
114
+ */
102
115
  private serialize;
116
+ /**
117
+ * @internal
118
+ */
103
119
  private deserialize;
104
120
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteKeySigningKeyRequest, DeleteKeySigningKeyResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteKeySigningKeyCommand}.
8
10
  */
9
11
  export interface DeleteKeySigningKeyCommandInput extends DeleteKeySigningKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteKeySigningKeyCommand}.
13
17
  */
14
18
  export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it.
18
23
  * The KSK must be deactivated before you can delete it regardless of whether the hosted
19
24
  * zone is enabled for DNSSEC signing.</p>
@@ -30,6 +35,8 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteKeySigningKeyCommandInput - {@link DeleteKeySigningKeyCommandInput}
39
+ * @returns {@link DeleteKeySigningKeyCommandOutput}
33
40
  * @see {@link DeleteKeySigningKeyCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteKeySigningKeyCommandOutput} for command's `response` shape.
35
42
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -61,11 +68,20 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
61
68
  export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
62
69
  readonly input: DeleteKeySigningKeyCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DeleteKeySigningKeyCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteQueryLoggingConfigRequest, DeleteQueryLoggingConfigResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteQueryLoggingConfigCommand}.
8
10
  */
9
11
  export interface DeleteQueryLoggingConfigCommandInput extends DeleteQueryLoggingConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteQueryLoggingConfigCommand}.
13
17
  */
14
18
  export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggingConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a configuration for DNS query logging. If you delete a configuration, Amazon
18
23
  * Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs
19
24
  * that are already in CloudWatch Logs.</p>
@@ -28,6 +33,8 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteQueryLoggingConfigCommandInput - {@link DeleteQueryLoggingConfigCommandInput}
37
+ * @returns {@link DeleteQueryLoggingConfigCommandOutput}
31
38
  * @see {@link DeleteQueryLoggingConfigCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteQueryLoggingConfigCommandOutput} for command's `response` shape.
33
40
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
47
54
  export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
48
55
  readonly input: DeleteQueryLoggingConfigCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteQueryLoggingConfigCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteReusableDelegationSetRequest, DeleteReusableDelegationSetResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReusableDelegationSetCommand}.
8
10
  */
9
11
  export interface DeleteReusableDelegationSetCommandInput extends DeleteReusableDelegationSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReusableDelegationSetCommand}.
13
17
  */
14
18
  export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusableDelegationSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a reusable delegation set.</p>
18
23
  * <important>
19
24
  * <p>You can delete a reusable delegation set only if it isn't associated with any
@@ -32,6 +37,8 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param DeleteReusableDelegationSetCommandInput - {@link DeleteReusableDelegationSetCommandInput}
41
+ * @returns {@link DeleteReusableDelegationSetCommandOutput}
35
42
  * @see {@link DeleteReusableDelegationSetCommandInput} for command's `input` shape.
36
43
  * @see {@link DeleteReusableDelegationSetCommandOutput} for command's `response` shape.
37
44
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
54
61
  export declare class DeleteReusableDelegationSetCommand extends $Command<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
55
62
  readonly input: DeleteReusableDelegationSetCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteReusableDelegationSetCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTrafficPolicyCommand}.
8
10
  */
9
11
  export interface DeleteTrafficPolicyCommandInput extends DeleteTrafficPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTrafficPolicyCommand}.
13
17
  */
14
18
  export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a traffic policy.</p>
18
23
  * <p>When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that
19
24
  * it has been deleted. However, Route 53 never fully deletes the traffic policy. Note the
@@ -40,6 +45,8 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param DeleteTrafficPolicyCommandInput - {@link DeleteTrafficPolicyCommandInput}
49
+ * @returns {@link DeleteTrafficPolicyCommandOutput}
43
50
  * @see {@link DeleteTrafficPolicyCommandInput} for command's `input` shape.
44
51
  * @see {@link DeleteTrafficPolicyCommandOutput} for command's `response` shape.
45
52
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
63
70
  export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
64
71
  readonly input: DeleteTrafficPolicyCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteTrafficPolicyCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteTrafficPolicyInstanceRequest, DeleteTrafficPolicyInstanceResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTrafficPolicyInstanceCommand}.
8
10
  */
9
11
  export interface DeleteTrafficPolicyInstanceCommandInput extends DeleteTrafficPolicyInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTrafficPolicyInstanceCommand}.
13
17
  */
14
18
  export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficPolicyInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a traffic policy instance and all of the resource record sets that Amazon
18
23
  * Route 53 created when you created the instance.</p>
19
24
  * <note>
@@ -30,6 +35,8 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteTrafficPolicyInstanceCommandInput - {@link DeleteTrafficPolicyInstanceCommandInput}
39
+ * @returns {@link DeleteTrafficPolicyInstanceCommandOutput}
33
40
  * @see {@link DeleteTrafficPolicyInstanceCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteTrafficPolicyInstanceCommandOutput} for command's `response` shape.
35
42
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
52
59
  export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
53
60
  readonly input: DeleteTrafficPolicyInstanceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteTrafficPolicyInstanceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }