@aws-sdk/client-route-53 3.774.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/Route53Client.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +13 -13
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +1 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +388 -397
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +14 -11
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +1 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +1 -0
- package/dist-types/commands/GetChangeCommand.d.ts +1 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +1 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +1 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +13 -13
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +1 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +1 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +1 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +1 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +1 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -0
- package/package.json +36 -36
|
@@ -83,32 +83,35 @@ declare const ChangeTagsForResourceCommand_base: {
|
|
|
83
83
|
* @throws {@link Route53ServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
85
85
|
*
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @example To add or remove tags from a hosted zone or health check
|
|
88
88
|
* ```javascript
|
|
89
89
|
* // The following example adds two tags and removes one tag from the hosted zone with ID Z3M3LMPEXAMPLE.
|
|
90
90
|
* const input = {
|
|
91
|
-
*
|
|
91
|
+
* AddTags: [
|
|
92
92
|
* {
|
|
93
|
-
*
|
|
94
|
-
*
|
|
93
|
+
* Key: "apex",
|
|
94
|
+
* Value: "3874"
|
|
95
95
|
* },
|
|
96
96
|
* {
|
|
97
|
-
*
|
|
98
|
-
*
|
|
97
|
+
* Key: "acme",
|
|
98
|
+
* Value: "4938"
|
|
99
99
|
* }
|
|
100
100
|
* ],
|
|
101
|
-
*
|
|
101
|
+
* RemoveTagKeys: [
|
|
102
102
|
* "Nadir"
|
|
103
103
|
* ],
|
|
104
|
-
*
|
|
105
|
-
*
|
|
104
|
+
* ResourceId: "Z3M3LMPEXAMPLE",
|
|
105
|
+
* ResourceType: "hostedzone"
|
|
106
106
|
* };
|
|
107
107
|
* const command = new ChangeTagsForResourceCommand(input);
|
|
108
|
-
* await client.send(command);
|
|
109
|
-
*
|
|
108
|
+
* const response = await client.send(command);
|
|
109
|
+
* /* response is
|
|
110
|
+
* { /* empty *\/ }
|
|
111
|
+
* *\/
|
|
110
112
|
* ```
|
|
111
113
|
*
|
|
114
|
+
* @public
|
|
112
115
|
*/
|
|
113
116
|
export declare class ChangeTagsForResourceCommand extends ChangeTagsForResourceCommand_base {
|
|
114
117
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -76,6 +76,7 @@ declare const CreateCidrCollectionCommand_base: {
|
|
|
76
76
|
* @throws {@link Route53ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateCidrCollectionCommand extends CreateCidrCollectionCommand_base {
|
|
@@ -195,6 +195,7 @@ declare const CreateHealthCheckCommand_base: {
|
|
|
195
195
|
* @throws {@link Route53ServiceException}
|
|
196
196
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
197
197
|
*
|
|
198
|
+
*
|
|
198
199
|
* @public
|
|
199
200
|
*/
|
|
200
201
|
export declare class CreateHealthCheckCommand extends CreateHealthCheckCommand_base {
|
|
@@ -223,6 +223,7 @@ declare const CreateHostedZoneCommand_base: {
|
|
|
223
223
|
* @throws {@link Route53ServiceException}
|
|
224
224
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
225
225
|
*
|
|
226
|
+
*
|
|
226
227
|
* @public
|
|
227
228
|
*/
|
|
228
229
|
export declare class CreateHostedZoneCommand extends CreateHostedZoneCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const CreateKeySigningKeyCommand_base: {
|
|
|
118
118
|
* @throws {@link Route53ServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class CreateKeySigningKeyCommand extends CreateKeySigningKeyCommand_base {
|
|
@@ -272,6 +272,7 @@ declare const CreateQueryLoggingConfigCommand_base: {
|
|
|
272
272
|
* @throws {@link Route53ServiceException}
|
|
273
273
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
274
274
|
*
|
|
275
|
+
*
|
|
275
276
|
* @public
|
|
276
277
|
*/
|
|
277
278
|
export declare class CreateQueryLoggingConfigCommand extends CreateQueryLoggingConfigCommand_base {
|
|
@@ -146,6 +146,7 @@ declare const CreateReusableDelegationSetCommand_base: {
|
|
|
146
146
|
* @throws {@link Route53ServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
148
148
|
*
|
|
149
|
+
*
|
|
149
150
|
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class CreateReusableDelegationSetCommand extends CreateReusableDelegationSetCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const CreateTrafficPolicyCommand_base: {
|
|
|
85
85
|
* @throws {@link Route53ServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateTrafficPolicyCommand extends CreateTrafficPolicyCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const CreateTrafficPolicyInstanceCommand_base: {
|
|
|
103
103
|
* @throws {@link Route53ServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateTrafficPolicyInstanceCommand extends CreateTrafficPolicyInstanceCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateTrafficPolicyVersionCommand_base: {
|
|
|
92
92
|
* @throws {@link Route53ServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateTrafficPolicyVersionCommand extends CreateTrafficPolicyVersionCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreateVPCAssociationAuthorizationCommand_base: {
|
|
|
93
93
|
* @throws {@link Route53ServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateVPCAssociationAuthorizationCommand extends CreateVPCAssociationAuthorizationCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DeactivateKeySigningKeyCommand_base: {
|
|
|
87
87
|
* @throws {@link Route53ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DeactivateKeySigningKeyCommand extends DeactivateKeySigningKeyCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteCidrCollectionCommand_base: {
|
|
|
66
66
|
* @throws {@link Route53ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteCidrCollectionCommand extends DeleteCidrCollectionCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteHealthCheckCommand_base: {
|
|
|
75
75
|
* @throws {@link Route53ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteHealthCheckCommand extends DeleteHealthCheckCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const DeleteHostedZoneCommand_base: {
|
|
|
119
119
|
* @throws {@link Route53ServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class DeleteHostedZoneCommand extends DeleteHostedZoneCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DeleteKeySigningKeyCommand_base: {
|
|
|
87
87
|
* @throws {@link Route53ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DeleteKeySigningKeyCommand extends DeleteKeySigningKeyCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteQueryLoggingConfigCommand_base: {
|
|
|
65
65
|
* @throws {@link Route53ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteQueryLoggingConfigCommand extends DeleteQueryLoggingConfigCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteReusableDelegationSetCommand_base: {
|
|
|
72
72
|
* @throws {@link Route53ServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteReusableDelegationSetCommand extends DeleteReusableDelegationSetCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteTrafficPolicyCommand_base: {
|
|
|
82
82
|
* @throws {@link Route53ServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteTrafficPolicyCommand extends DeleteTrafficPolicyCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteTrafficPolicyInstanceCommand_base: {
|
|
|
70
70
|
* @throws {@link Route53ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteTrafficPolicyInstanceCommand extends DeleteTrafficPolicyInstanceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const DeleteVPCAssociationAuthorizationCommand_base: {
|
|
|
85
85
|
* @throws {@link Route53ServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DeleteVPCAssociationAuthorizationCommand extends DeleteVPCAssociationAuthorizationCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DisableHostedZoneDNSSECCommand_base: {
|
|
|
87
87
|
* @throws {@link Route53ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DisableHostedZoneDNSSECCommand extends DisableHostedZoneDNSSECCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const DisassociateVPCFromHostedZoneCommand_base: {
|
|
|
130
130
|
* @throws {@link Route53ServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class DisassociateVPCFromHostedZoneCommand extends DisassociateVPCFromHostedZoneCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const EnableHostedZoneDNSSECCommand_base: {
|
|
|
90
90
|
* @throws {@link Route53ServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class EnableHostedZoneDNSSECCommand extends EnableHostedZoneDNSSECCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetAccountLimitCommand_base: {
|
|
|
69
69
|
* @throws {@link Route53ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetAccountLimitCommand extends GetAccountLimitCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetChangeCommand_base: {
|
|
|
79
79
|
* @throws {@link Route53ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetChangeCommand extends GetChangeCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const GetCheckerIpRangesCommand_base: {
|
|
|
63
63
|
* @throws {@link Route53ServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class GetCheckerIpRangesCommand extends GetCheckerIpRangesCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetDNSSECCommand_base: {
|
|
|
87
87
|
* @throws {@link Route53ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetDNSSECCommand extends GetDNSSECCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetGeoLocationCommand_base: {
|
|
|
96
96
|
* @throws {@link Route53ServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetGeoLocationCommand extends GetGeoLocationCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const GetHealthCheckCommand_base: {
|
|
|
114
114
|
* @throws {@link Route53ServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class GetHealthCheckCommand extends GetHealthCheckCommand_base {
|
|
@@ -52,6 +52,7 @@ declare const GetHealthCheckCountCommand_base: {
|
|
|
52
52
|
* @throws {@link Route53ServiceException}
|
|
53
53
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
54
54
|
*
|
|
55
|
+
*
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class GetHealthCheckCountCommand extends GetHealthCheckCountCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetHealthCheckLastFailureReasonCommand_base: {
|
|
|
69
69
|
* @throws {@link Route53ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetHealthCheckLastFailureReasonCommand extends GetHealthCheckLastFailureReasonCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetHealthCheckStatusCommand_base: {
|
|
|
74
74
|
* @throws {@link Route53ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetHealthCheckStatusCommand extends GetHealthCheckStatusCommand_base {
|
|
@@ -90,39 +90,39 @@ declare const GetHostedZoneCommand_base: {
|
|
|
90
90
|
* @throws {@link Route53ServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
92
92
|
*
|
|
93
|
-
*
|
|
93
|
+
*
|
|
94
94
|
* @example To get information about a hosted zone
|
|
95
95
|
* ```javascript
|
|
96
96
|
* // The following example gets information about the Z3M3LMPEXAMPLE hosted zone.
|
|
97
97
|
* const input = {
|
|
98
|
-
*
|
|
98
|
+
* Id: "Z3M3LMPEXAMPLE"
|
|
99
99
|
* };
|
|
100
100
|
* const command = new GetHostedZoneCommand(input);
|
|
101
101
|
* const response = await client.send(command);
|
|
102
|
-
* /* response
|
|
102
|
+
* /* response is
|
|
103
103
|
* {
|
|
104
|
-
*
|
|
105
|
-
*
|
|
104
|
+
* DelegationSet: {
|
|
105
|
+
* NameServers: [
|
|
106
106
|
* "ns-2048.awsdns-64.com",
|
|
107
107
|
* "ns-2049.awsdns-65.net",
|
|
108
108
|
* "ns-2050.awsdns-66.org",
|
|
109
109
|
* "ns-2051.awsdns-67.co.uk"
|
|
110
110
|
* ]
|
|
111
111
|
* },
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
112
|
+
* HostedZone: {
|
|
113
|
+
* CallerReference: "C741617D-04E4-F8DE-B9D7-0D150FC61C2E",
|
|
114
|
+
* Config: {
|
|
115
|
+
* PrivateZone: false
|
|
116
116
|
* },
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
117
|
+
* Id: "/hostedzone/Z3M3LMPEXAMPLE",
|
|
118
|
+
* Name: "myawsbucket.com.",
|
|
119
|
+
* ResourceRecordSetCount: 8
|
|
120
120
|
* }
|
|
121
121
|
* }
|
|
122
122
|
* *\/
|
|
123
|
-
* // example id: to-get-information-about-a-hosted-zone-1481752361124
|
|
124
123
|
* ```
|
|
125
124
|
*
|
|
125
|
+
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class GetHostedZoneCommand extends GetHostedZoneCommand_base {
|
|
128
128
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -55,6 +55,7 @@ declare const GetHostedZoneCountCommand_base: {
|
|
|
55
55
|
* @throws {@link Route53ServiceException}
|
|
56
56
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
57
57
|
*
|
|
58
|
+
*
|
|
58
59
|
* @public
|
|
59
60
|
*/
|
|
60
61
|
export declare class GetHostedZoneCountCommand extends GetHostedZoneCountCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetHostedZoneLimitCommand_base: {
|
|
|
72
72
|
* @throws {@link Route53ServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetHostedZoneLimitCommand extends GetHostedZoneLimitCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const GetQueryLoggingConfigCommand_base: {
|
|
|
66
66
|
* @throws {@link Route53ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetQueryLoggingConfigCommand extends GetQueryLoggingConfigCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetReusableDelegationSetCommand_base: {
|
|
|
70
70
|
* @throws {@link Route53ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetReusableDelegationSetCommand extends GetReusableDelegationSetCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetReusableDelegationSetLimitCommand_base: {
|
|
|
69
69
|
* @throws {@link Route53ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetReusableDelegationSetLimitCommand extends GetReusableDelegationSetLimitCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetTrafficPolicyCommand_base: {
|
|
|
70
70
|
* @throws {@link Route53ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetTrafficPolicyCommand extends GetTrafficPolicyCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetTrafficPolicyInstanceCommand_base: {
|
|
|
81
81
|
* @throws {@link Route53ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetTrafficPolicyInstanceCommand extends GetTrafficPolicyInstanceCommand_base {
|
|
@@ -53,6 +53,7 @@ declare const GetTrafficPolicyInstanceCountCommand_base: {
|
|
|
53
53
|
* @throws {@link Route53ServiceException}
|
|
54
54
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
55
55
|
*
|
|
56
|
+
*
|
|
56
57
|
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class GetTrafficPolicyInstanceCountCommand extends GetTrafficPolicyInstanceCountCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListCidrBlocksCommand_base: {
|
|
|
72
72
|
* @throws {@link Route53ServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListCidrBlocksCommand extends ListCidrBlocksCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const ListCidrCollectionsCommand_base: {
|
|
|
67
67
|
* @throws {@link Route53ServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListCidrCollectionsCommand extends ListCidrCollectionsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListCidrLocationsCommand_base: {
|
|
|
68
68
|
* @throws {@link Route53ServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListCidrLocationsCommand extends ListCidrLocationsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListGeoLocationsCommand_base: {
|
|
|
82
82
|
* @throws {@link Route53ServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListGeoLocationsCommand extends ListGeoLocationsCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const ListHealthChecksCommand_base: {
|
|
|
118
118
|
* @throws {@link Route53ServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class ListHealthChecksCommand extends ListHealthChecksCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const ListHostedZonesByNameCommand_base: {
|
|
|
138
138
|
* @throws {@link Route53ServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class ListHostedZonesByNameCommand extends ListHostedZonesByNameCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const ListHostedZonesByVPCCommand_base: {
|
|
|
117
117
|
* @throws {@link Route53ServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class ListHostedZonesByVPCCommand extends ListHostedZonesByVPCCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListHostedZonesCommand_base: {
|
|
|
90
90
|
* @throws {@link Route53ServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListHostedZonesCommand extends ListHostedZonesCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListQueryLoggingConfigsCommand_base: {
|
|
|
78
78
|
* @throws {@link Route53ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListQueryLoggingConfigsCommand extends ListQueryLoggingConfigsCommand_base {
|
|
@@ -183,6 +183,7 @@ declare const ListResourceRecordSetsCommand_base: {
|
|
|
183
183
|
* @throws {@link Route53ServiceException}
|
|
184
184
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
185
185
|
*
|
|
186
|
+
*
|
|
186
187
|
* @public
|
|
187
188
|
*/
|
|
188
189
|
export declare class ListResourceRecordSetsCommand extends ListResourceRecordSetsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListReusableDelegationSetsCommand_base: {
|
|
|
71
71
|
* @throws {@link Route53ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListReusableDelegationSetsCommand extends ListReusableDelegationSetsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
85
85
|
* @throws {@link Route53ServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListTagsForResourcesCommand_base: {
|
|
|
89
89
|
* @throws {@link Route53ServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListTrafficPoliciesCommand_base: {
|
|
|
73
73
|
* @throws {@link Route53ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTrafficPoliciesCommand extends ListTrafficPoliciesCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListTrafficPolicyInstancesByHostedZoneCommand_base: {
|
|
|
93
93
|
* @throws {@link Route53ServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListTrafficPolicyInstancesByHostedZoneCommand extends ListTrafficPolicyInstancesByHostedZoneCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListTrafficPolicyInstancesByPolicyCommand_base: {
|
|
|
96
96
|
* @throws {@link Route53ServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListTrafficPolicyInstancesByPolicyCommand extends ListTrafficPolicyInstancesByPolicyCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListTrafficPolicyInstancesCommand_base: {
|
|
|
90
90
|
* @throws {@link Route53ServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListTrafficPolicyInstancesCommand extends ListTrafficPolicyInstancesCommand_base {
|