@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 { DeleteVPCAssociationAuthorizationRequest, DeleteVPCAssociationAuthorizationResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVPCAssociationAuthorizationCommand}.
8
10
  */
9
11
  export interface DeleteVPCAssociationAuthorizationCommandInput extends DeleteVPCAssociationAuthorizationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVPCAssociationAuthorizationCommand}.
13
17
  */
14
18
  export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVPCAssociationAuthorizationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes authorization to submit an <code>AssociateVPCWithHostedZone</code> request to
18
23
  * associate a specified VPC with a hosted zone that was created by a different account.
19
24
  * You must use the account that created the hosted zone to submit a
@@ -36,6 +41,8 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param DeleteVPCAssociationAuthorizationCommandInput - {@link DeleteVPCAssociationAuthorizationCommandInput}
45
+ * @returns {@link DeleteVPCAssociationAuthorizationCommandOutput}
39
46
  * @see {@link DeleteVPCAssociationAuthorizationCommandInput} for command's `input` shape.
40
47
  * @see {@link DeleteVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
41
48
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
63
70
  export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
64
71
  readonly input: DeleteVPCAssociationAuthorizationCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteVPCAssociationAuthorizationCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput>;
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 { DisableHostedZoneDNSSECRequest, DisableHostedZoneDNSSECResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisableHostedZoneDNSSECCommand}.
8
10
  */
9
11
  export interface DisableHostedZoneDNSSECCommandInput extends DisableHostedZoneDNSSECRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisableHostedZoneDNSSECCommand}.
13
17
  */
14
18
  export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneDNSSECResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any
18
23
  * key-signing keys (KSKs) that are active in the hosted zone.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DisableHostedZoneDNSSECCommandInput - {@link DisableHostedZoneDNSSECCommandInput}
35
+ * @returns {@link DisableHostedZoneDNSSECCommandOutput}
29
36
  * @see {@link DisableHostedZoneDNSSECCommandInput} for command's `input` shape.
30
37
  * @see {@link DisableHostedZoneDNSSECCommandOutput} for command's `response` shape.
31
38
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -62,11 +69,20 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
62
69
  export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
63
70
  readonly input: DisableHostedZoneDNSSECCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DisableHostedZoneDNSSECCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput>;
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 { DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateVPCFromHostedZoneCommand}.
8
10
  */
9
11
  export interface DisassociateVPCFromHostedZoneCommandInput extends DisassociateVPCFromHostedZoneRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateVPCFromHostedZoneCommand}.
13
17
  */
14
18
  export interface DisassociateVPCFromHostedZoneCommandOutput extends DisassociateVPCFromHostedZoneResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53
18
23
  * private hosted zone. Note the following:</p>
19
24
  * <ul>
@@ -73,6 +78,8 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
73
78
  * const response = await client.send(command);
74
79
  * ```
75
80
  *
81
+ * @param DisassociateVPCFromHostedZoneCommandInput - {@link DisassociateVPCFromHostedZoneCommandInput}
82
+ * @returns {@link DisassociateVPCFromHostedZoneCommandOutput}
76
83
  * @see {@link DisassociateVPCFromHostedZoneCommandInput} for command's `input` shape.
77
84
  * @see {@link DisassociateVPCFromHostedZoneCommandOutput} for command's `response` shape.
78
85
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -100,11 +107,20 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
100
107
  export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
101
108
  readonly input: DisassociateVPCFromHostedZoneCommandInput;
102
109
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
+ /**
111
+ * @public
112
+ */
103
113
  constructor(input: DisassociateVPCFromHostedZoneCommandInput);
104
114
  /**
105
115
  * @internal
106
116
  */
107
117
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput>;
118
+ /**
119
+ * @internal
120
+ */
108
121
  private serialize;
122
+ /**
123
+ * @internal
124
+ */
109
125
  private deserialize;
110
126
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EnableHostedZoneDNSSECRequest, EnableHostedZoneDNSSECResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableHostedZoneDNSSECCommand}.
8
10
  */
9
11
  export interface EnableHostedZoneDNSSECCommandInput extends EnableHostedZoneDNSSECRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableHostedZoneDNSSECCommand}.
13
17
  */
14
18
  export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNSSECResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables DNSSEC signing in a specific hosted zone.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param EnableHostedZoneDNSSECCommandInput - {@link EnableHostedZoneDNSSECCommandInput}
34
+ * @returns {@link EnableHostedZoneDNSSECCommandOutput}
28
35
  * @see {@link EnableHostedZoneDNSSECCommandInput} for command's `input` shape.
29
36
  * @see {@link EnableHostedZoneDNSSECCommandOutput} for command's `response` shape.
30
37
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -65,11 +72,20 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
65
72
  export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
66
73
  readonly input: EnableHostedZoneDNSSECCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: EnableHostedZoneDNSSECCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput>;
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 { GetAccountLimitRequest, GetAccountLimitResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccountLimitCommand}.
8
10
  */
9
11
  export interface GetAccountLimitCommandInput extends GetAccountLimitRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccountLimitCommand}.
13
17
  */
14
18
  export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the specified limit for the current account, for example, the maximum number of
18
23
  * health checks that you can create using the account.</p>
19
24
  * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
@@ -33,6 +38,8 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param GetAccountLimitCommandInput - {@link GetAccountLimitCommandInput}
42
+ * @returns {@link GetAccountLimitCommandOutput}
36
43
  * @see {@link GetAccountLimitCommandInput} for command's `input` shape.
37
44
  * @see {@link GetAccountLimitCommandOutput} for command's `response` shape.
38
45
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -45,11 +52,20 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
45
52
  export declare class GetAccountLimitCommand extends $Command<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig> {
46
53
  readonly input: GetAccountLimitCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: GetAccountLimitCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountLimitCommandInput, GetAccountLimitCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetChangeRequest, GetChangeResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetChangeCommand}.
8
10
  */
9
11
  export interface GetChangeCommandInput extends GetChangeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetChangeCommand}.
13
17
  */
14
18
  export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the current status of a change batch request. The status is one of the
18
23
  * following values:</p>
19
24
  * <ul>
@@ -39,6 +44,8 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param GetChangeCommandInput - {@link GetChangeCommandInput}
48
+ * @returns {@link GetChangeCommandOutput}
42
49
  * @see {@link GetChangeCommandInput} for command's `input` shape.
43
50
  * @see {@link GetChangeCommandOutput} for command's `response` shape.
44
51
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -54,11 +61,20 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
54
61
  export declare class GetChangeCommand extends $Command<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig> {
55
62
  readonly input: GetChangeCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetChangeCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChangeCommandInput, GetChangeCommandOutput>;
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 { GetCheckerIpRangesRequest, GetCheckerIpRangesResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCheckerIpRangesCommand}.
8
10
  */
9
11
  export interface GetCheckerIpRangesCommandInput extends GetCheckerIpRangesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCheckerIpRangesCommand}.
13
17
  */
14
18
  export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Route 53 does not perform authorization for this API because it retrieves information
18
23
  * that is already available to the public.</p>
19
24
  * <important>
@@ -34,6 +39,8 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param GetCheckerIpRangesCommandInput - {@link GetCheckerIpRangesCommandInput}
43
+ * @returns {@link GetCheckerIpRangesCommandOutput}
37
44
  * @see {@link GetCheckerIpRangesCommandInput} for command's `input` shape.
38
45
  * @see {@link GetCheckerIpRangesCommandOutput} for command's `response` shape.
39
46
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -43,11 +50,20 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
43
50
  export declare class GetCheckerIpRangesCommand extends $Command<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig> {
44
51
  readonly input: GetCheckerIpRangesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetCheckerIpRangesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetDNSSECRequest, GetDNSSECResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDNSSECCommand}.
8
10
  */
9
11
  export interface GetDNSSECCommandInput extends GetDNSSECRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDNSSECCommand}.
13
17
  */
14
18
  export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about DNSSEC for a specific hosted zone, including the key-signing
18
23
  * keys (KSKs) in the hosted zone.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetDNSSECCommandInput - {@link GetDNSSECCommandInput}
35
+ * @returns {@link GetDNSSECCommandOutput}
29
36
  * @see {@link GetDNSSECCommandInput} for command's `input` shape.
30
37
  * @see {@link GetDNSSECCommandOutput} for command's `response` shape.
31
38
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -44,11 +51,20 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
44
51
  export declare class GetDNSSECCommand extends $Command<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig> {
45
52
  readonly input: GetDNSSECCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GetDNSSECCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDNSSECCommandInput, GetDNSSECCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetGeoLocationRequest, GetGeoLocationResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGeoLocationCommand}.
8
10
  */
9
11
  export interface GetGeoLocationCommandInput extends GetGeoLocationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGeoLocationCommand}.
13
17
  */
14
18
  export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about whether a specified geographic location is supported for Amazon
18
23
  * Route 53 geolocation resource record sets.</p>
19
24
  * <p>Route 53 does not perform authorization for this API because it retrieves information
@@ -50,6 +55,8 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
50
55
  * const response = await client.send(command);
51
56
  * ```
52
57
  *
58
+ * @param GetGeoLocationCommandInput - {@link GetGeoLocationCommandInput}
59
+ * @returns {@link GetGeoLocationCommandOutput}
53
60
  * @see {@link GetGeoLocationCommandInput} for command's `input` shape.
54
61
  * @see {@link GetGeoLocationCommandOutput} for command's `response` shape.
55
62
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -67,11 +74,20 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
67
74
  export declare class GetGeoLocationCommand extends $Command<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig> {
68
75
  readonly input: GetGeoLocationCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: GetGeoLocationCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeoLocationCommandInput, GetGeoLocationCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetHealthCheckRequest, GetHealthCheckResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetHealthCheckCommand}.
8
10
  */
9
11
  export interface GetHealthCheckCommandInput extends GetHealthCheckRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetHealthCheckCommand}.
13
17
  */
14
18
  export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a specified health check.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetHealthCheckCommandInput - {@link GetHealthCheckCommandInput}
34
+ * @returns {@link GetHealthCheckCommandOutput}
28
35
  * @see {@link GetHealthCheckCommandInput} for command's `input` shape.
29
36
  * @see {@link GetHealthCheckCommandOutput} for command's `response` shape.
30
37
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -44,11 +51,20 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
44
51
  export declare class GetHealthCheckCommand extends $Command<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig> {
45
52
  readonly input: GetHealthCheckCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GetHealthCheckCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHealthCheckCommandInput, GetHealthCheckCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetHealthCheckCountRequest, GetHealthCheckCountResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetHealthCheckCountCommand}.
8
10
  */
9
11
  export interface GetHealthCheckCountCommandInput extends GetHealthCheckCountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetHealthCheckCountCommand}.
13
17
  */
14
18
  export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the number of health checks that are associated with the current Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetHealthCheckCountCommandInput - {@link GetHealthCheckCountCommandInput}
34
+ * @returns {@link GetHealthCheckCountCommandOutput}
28
35
  * @see {@link GetHealthCheckCountCommandInput} for command's `input` shape.
29
36
  * @see {@link GetHealthCheckCountCommandOutput} for command's `response` shape.
30
37
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -34,11 +41,20 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
34
41
  export declare class GetHealthCheckCountCommand extends $Command<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig> {
35
42
  readonly input: GetHealthCheckCountCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: GetHealthCheckCountCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetHealthCheckLastFailureReasonRequest, GetHealthCheckLastFailureReasonResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetHealthCheckLastFailureReasonCommand}.
8
10
  */
9
11
  export interface GetHealthCheckLastFailureReasonCommandInput extends GetHealthCheckLastFailureReasonRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetHealthCheckLastFailureReasonCommand}.
13
17
  */
14
18
  export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthCheckLastFailureReasonResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the reason that a specified health check failed most recently.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetHealthCheckLastFailureReasonCommandInput - {@link GetHealthCheckLastFailureReasonCommandInput}
34
+ * @returns {@link GetHealthCheckLastFailureReasonCommandOutput}
28
35
  * @see {@link GetHealthCheckLastFailureReasonCommandInput} for command's `input` shape.
29
36
  * @see {@link GetHealthCheckLastFailureReasonCommandOutput} for command's `response` shape.
30
37
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -40,11 +47,20 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
40
47
  export declare class GetHealthCheckLastFailureReasonCommand extends $Command<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig> {
41
48
  readonly input: GetHealthCheckLastFailureReasonCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetHealthCheckLastFailureReasonCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetHealthCheckStatusRequest, GetHealthCheckStatusResponse } from "../models/models_0";
5
5
  import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetHealthCheckStatusCommand}.
8
10
  */
9
11
  export interface GetHealthCheckStatusCommandInput extends GetHealthCheckStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetHealthCheckStatusCommand}.
13
17
  */
14
18
  export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets status of a specified health check. </p>
18
23
  * <important>
19
24
  * <p>This API is intended for use during development to diagnose behavior. It doesn’t
@@ -30,6 +35,8 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param GetHealthCheckStatusCommandInput - {@link GetHealthCheckStatusCommandInput}
39
+ * @returns {@link GetHealthCheckStatusCommandOutput}
33
40
  * @see {@link GetHealthCheckStatusCommandInput} for command's `input` shape.
34
41
  * @see {@link GetHealthCheckStatusCommandOutput} for command's `response` shape.
35
42
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
@@ -45,11 +52,20 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
45
52
  export declare class GetHealthCheckStatusCommand extends $Command<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig> {
46
53
  readonly input: GetHealthCheckStatusCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: GetHealthCheckStatusCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }