@aws-sdk/client-route-53 3.312.0 → 3.316.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/Route53.js +74 -980
- package/dist-cjs/protocols/Aws_restXml.js +229 -299
- package/dist-es/Route53.js +74 -980
- package/dist-es/protocols/Aws_restXml.js +72 -142
- package/dist-types/Route53.d.ts +93 -1153
- package/dist-types/ts3.4/Route53.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/Route53.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Route53 = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const ActivateKeySigningKeyCommand_1 = require("./commands/ActivateKeySigningKeyCommand");
|
|
5
6
|
const AssociateVPCWithHostedZoneCommand_1 = require("./commands/AssociateVPCWithHostedZoneCommand");
|
|
6
7
|
const ChangeCidrCollectionCommand_1 = require("./commands/ChangeCidrCollectionCommand");
|
|
@@ -72,986 +73,79 @@ const UpdateHostedZoneCommentCommand_1 = require("./commands/UpdateHostedZoneCom
|
|
|
72
73
|
const UpdateTrafficPolicyCommentCommand_1 = require("./commands/UpdateTrafficPolicyCommentCommand");
|
|
73
74
|
const UpdateTrafficPolicyInstanceCommand_1 = require("./commands/UpdateTrafficPolicyInstanceCommand");
|
|
74
75
|
const Route53Client_1 = require("./Route53Client");
|
|
76
|
+
const commands = {
|
|
77
|
+
ActivateKeySigningKeyCommand: ActivateKeySigningKeyCommand_1.ActivateKeySigningKeyCommand,
|
|
78
|
+
AssociateVPCWithHostedZoneCommand: AssociateVPCWithHostedZoneCommand_1.AssociateVPCWithHostedZoneCommand,
|
|
79
|
+
ChangeCidrCollectionCommand: ChangeCidrCollectionCommand_1.ChangeCidrCollectionCommand,
|
|
80
|
+
ChangeResourceRecordSetsCommand: ChangeResourceRecordSetsCommand_1.ChangeResourceRecordSetsCommand,
|
|
81
|
+
ChangeTagsForResourceCommand: ChangeTagsForResourceCommand_1.ChangeTagsForResourceCommand,
|
|
82
|
+
CreateCidrCollectionCommand: CreateCidrCollectionCommand_1.CreateCidrCollectionCommand,
|
|
83
|
+
CreateHealthCheckCommand: CreateHealthCheckCommand_1.CreateHealthCheckCommand,
|
|
84
|
+
CreateHostedZoneCommand: CreateHostedZoneCommand_1.CreateHostedZoneCommand,
|
|
85
|
+
CreateKeySigningKeyCommand: CreateKeySigningKeyCommand_1.CreateKeySigningKeyCommand,
|
|
86
|
+
CreateQueryLoggingConfigCommand: CreateQueryLoggingConfigCommand_1.CreateQueryLoggingConfigCommand,
|
|
87
|
+
CreateReusableDelegationSetCommand: CreateReusableDelegationSetCommand_1.CreateReusableDelegationSetCommand,
|
|
88
|
+
CreateTrafficPolicyCommand: CreateTrafficPolicyCommand_1.CreateTrafficPolicyCommand,
|
|
89
|
+
CreateTrafficPolicyInstanceCommand: CreateTrafficPolicyInstanceCommand_1.CreateTrafficPolicyInstanceCommand,
|
|
90
|
+
CreateTrafficPolicyVersionCommand: CreateTrafficPolicyVersionCommand_1.CreateTrafficPolicyVersionCommand,
|
|
91
|
+
CreateVPCAssociationAuthorizationCommand: CreateVPCAssociationAuthorizationCommand_1.CreateVPCAssociationAuthorizationCommand,
|
|
92
|
+
DeactivateKeySigningKeyCommand: DeactivateKeySigningKeyCommand_1.DeactivateKeySigningKeyCommand,
|
|
93
|
+
DeleteCidrCollectionCommand: DeleteCidrCollectionCommand_1.DeleteCidrCollectionCommand,
|
|
94
|
+
DeleteHealthCheckCommand: DeleteHealthCheckCommand_1.DeleteHealthCheckCommand,
|
|
95
|
+
DeleteHostedZoneCommand: DeleteHostedZoneCommand_1.DeleteHostedZoneCommand,
|
|
96
|
+
DeleteKeySigningKeyCommand: DeleteKeySigningKeyCommand_1.DeleteKeySigningKeyCommand,
|
|
97
|
+
DeleteQueryLoggingConfigCommand: DeleteQueryLoggingConfigCommand_1.DeleteQueryLoggingConfigCommand,
|
|
98
|
+
DeleteReusableDelegationSetCommand: DeleteReusableDelegationSetCommand_1.DeleteReusableDelegationSetCommand,
|
|
99
|
+
DeleteTrafficPolicyCommand: DeleteTrafficPolicyCommand_1.DeleteTrafficPolicyCommand,
|
|
100
|
+
DeleteTrafficPolicyInstanceCommand: DeleteTrafficPolicyInstanceCommand_1.DeleteTrafficPolicyInstanceCommand,
|
|
101
|
+
DeleteVPCAssociationAuthorizationCommand: DeleteVPCAssociationAuthorizationCommand_1.DeleteVPCAssociationAuthorizationCommand,
|
|
102
|
+
DisableHostedZoneDNSSECCommand: DisableHostedZoneDNSSECCommand_1.DisableHostedZoneDNSSECCommand,
|
|
103
|
+
DisassociateVPCFromHostedZoneCommand: DisassociateVPCFromHostedZoneCommand_1.DisassociateVPCFromHostedZoneCommand,
|
|
104
|
+
EnableHostedZoneDNSSECCommand: EnableHostedZoneDNSSECCommand_1.EnableHostedZoneDNSSECCommand,
|
|
105
|
+
GetAccountLimitCommand: GetAccountLimitCommand_1.GetAccountLimitCommand,
|
|
106
|
+
GetChangeCommand: GetChangeCommand_1.GetChangeCommand,
|
|
107
|
+
GetCheckerIpRangesCommand: GetCheckerIpRangesCommand_1.GetCheckerIpRangesCommand,
|
|
108
|
+
GetDNSSECCommand: GetDNSSECCommand_1.GetDNSSECCommand,
|
|
109
|
+
GetGeoLocationCommand: GetGeoLocationCommand_1.GetGeoLocationCommand,
|
|
110
|
+
GetHealthCheckCommand: GetHealthCheckCommand_1.GetHealthCheckCommand,
|
|
111
|
+
GetHealthCheckCountCommand: GetHealthCheckCountCommand_1.GetHealthCheckCountCommand,
|
|
112
|
+
GetHealthCheckLastFailureReasonCommand: GetHealthCheckLastFailureReasonCommand_1.GetHealthCheckLastFailureReasonCommand,
|
|
113
|
+
GetHealthCheckStatusCommand: GetHealthCheckStatusCommand_1.GetHealthCheckStatusCommand,
|
|
114
|
+
GetHostedZoneCommand: GetHostedZoneCommand_1.GetHostedZoneCommand,
|
|
115
|
+
GetHostedZoneCountCommand: GetHostedZoneCountCommand_1.GetHostedZoneCountCommand,
|
|
116
|
+
GetHostedZoneLimitCommand: GetHostedZoneLimitCommand_1.GetHostedZoneLimitCommand,
|
|
117
|
+
GetQueryLoggingConfigCommand: GetQueryLoggingConfigCommand_1.GetQueryLoggingConfigCommand,
|
|
118
|
+
GetReusableDelegationSetCommand: GetReusableDelegationSetCommand_1.GetReusableDelegationSetCommand,
|
|
119
|
+
GetReusableDelegationSetLimitCommand: GetReusableDelegationSetLimitCommand_1.GetReusableDelegationSetLimitCommand,
|
|
120
|
+
GetTrafficPolicyCommand: GetTrafficPolicyCommand_1.GetTrafficPolicyCommand,
|
|
121
|
+
GetTrafficPolicyInstanceCommand: GetTrafficPolicyInstanceCommand_1.GetTrafficPolicyInstanceCommand,
|
|
122
|
+
GetTrafficPolicyInstanceCountCommand: GetTrafficPolicyInstanceCountCommand_1.GetTrafficPolicyInstanceCountCommand,
|
|
123
|
+
ListCidrBlocksCommand: ListCidrBlocksCommand_1.ListCidrBlocksCommand,
|
|
124
|
+
ListCidrCollectionsCommand: ListCidrCollectionsCommand_1.ListCidrCollectionsCommand,
|
|
125
|
+
ListCidrLocationsCommand: ListCidrLocationsCommand_1.ListCidrLocationsCommand,
|
|
126
|
+
ListGeoLocationsCommand: ListGeoLocationsCommand_1.ListGeoLocationsCommand,
|
|
127
|
+
ListHealthChecksCommand: ListHealthChecksCommand_1.ListHealthChecksCommand,
|
|
128
|
+
ListHostedZonesCommand: ListHostedZonesCommand_1.ListHostedZonesCommand,
|
|
129
|
+
ListHostedZonesByNameCommand: ListHostedZonesByNameCommand_1.ListHostedZonesByNameCommand,
|
|
130
|
+
ListHostedZonesByVPCCommand: ListHostedZonesByVPCCommand_1.ListHostedZonesByVPCCommand,
|
|
131
|
+
ListQueryLoggingConfigsCommand: ListQueryLoggingConfigsCommand_1.ListQueryLoggingConfigsCommand,
|
|
132
|
+
ListResourceRecordSetsCommand: ListResourceRecordSetsCommand_1.ListResourceRecordSetsCommand,
|
|
133
|
+
ListReusableDelegationSetsCommand: ListReusableDelegationSetsCommand_1.ListReusableDelegationSetsCommand,
|
|
134
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
135
|
+
ListTagsForResourcesCommand: ListTagsForResourcesCommand_1.ListTagsForResourcesCommand,
|
|
136
|
+
ListTrafficPoliciesCommand: ListTrafficPoliciesCommand_1.ListTrafficPoliciesCommand,
|
|
137
|
+
ListTrafficPolicyInstancesCommand: ListTrafficPolicyInstancesCommand_1.ListTrafficPolicyInstancesCommand,
|
|
138
|
+
ListTrafficPolicyInstancesByHostedZoneCommand: ListTrafficPolicyInstancesByHostedZoneCommand_1.ListTrafficPolicyInstancesByHostedZoneCommand,
|
|
139
|
+
ListTrafficPolicyInstancesByPolicyCommand: ListTrafficPolicyInstancesByPolicyCommand_1.ListTrafficPolicyInstancesByPolicyCommand,
|
|
140
|
+
ListTrafficPolicyVersionsCommand: ListTrafficPolicyVersionsCommand_1.ListTrafficPolicyVersionsCommand,
|
|
141
|
+
ListVPCAssociationAuthorizationsCommand: ListVPCAssociationAuthorizationsCommand_1.ListVPCAssociationAuthorizationsCommand,
|
|
142
|
+
TestDNSAnswerCommand: TestDNSAnswerCommand_1.TestDNSAnswerCommand,
|
|
143
|
+
UpdateHealthCheckCommand: UpdateHealthCheckCommand_1.UpdateHealthCheckCommand,
|
|
144
|
+
UpdateHostedZoneCommentCommand: UpdateHostedZoneCommentCommand_1.UpdateHostedZoneCommentCommand,
|
|
145
|
+
UpdateTrafficPolicyCommentCommand: UpdateTrafficPolicyCommentCommand_1.UpdateTrafficPolicyCommentCommand,
|
|
146
|
+
UpdateTrafficPolicyInstanceCommand: UpdateTrafficPolicyInstanceCommand_1.UpdateTrafficPolicyInstanceCommand,
|
|
147
|
+
};
|
|
75
148
|
class Route53 extends Route53Client_1.Route53Client {
|
|
76
|
-
activateKeySigningKey(args, optionsOrCb, cb) {
|
|
77
|
-
const command = new ActivateKeySigningKeyCommand_1.ActivateKeySigningKeyCommand(args);
|
|
78
|
-
if (typeof optionsOrCb === "function") {
|
|
79
|
-
this.send(command, optionsOrCb);
|
|
80
|
-
}
|
|
81
|
-
else if (typeof cb === "function") {
|
|
82
|
-
if (typeof optionsOrCb !== "object")
|
|
83
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
84
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
85
|
-
}
|
|
86
|
-
else {
|
|
87
|
-
return this.send(command, optionsOrCb);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
associateVPCWithHostedZone(args, optionsOrCb, cb) {
|
|
91
|
-
const command = new AssociateVPCWithHostedZoneCommand_1.AssociateVPCWithHostedZoneCommand(args);
|
|
92
|
-
if (typeof optionsOrCb === "function") {
|
|
93
|
-
this.send(command, optionsOrCb);
|
|
94
|
-
}
|
|
95
|
-
else if (typeof cb === "function") {
|
|
96
|
-
if (typeof optionsOrCb !== "object")
|
|
97
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
98
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
99
|
-
}
|
|
100
|
-
else {
|
|
101
|
-
return this.send(command, optionsOrCb);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
changeCidrCollection(args, optionsOrCb, cb) {
|
|
105
|
-
const command = new ChangeCidrCollectionCommand_1.ChangeCidrCollectionCommand(args);
|
|
106
|
-
if (typeof optionsOrCb === "function") {
|
|
107
|
-
this.send(command, optionsOrCb);
|
|
108
|
-
}
|
|
109
|
-
else if (typeof cb === "function") {
|
|
110
|
-
if (typeof optionsOrCb !== "object")
|
|
111
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
112
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
113
|
-
}
|
|
114
|
-
else {
|
|
115
|
-
return this.send(command, optionsOrCb);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
changeResourceRecordSets(args, optionsOrCb, cb) {
|
|
119
|
-
const command = new ChangeResourceRecordSetsCommand_1.ChangeResourceRecordSetsCommand(args);
|
|
120
|
-
if (typeof optionsOrCb === "function") {
|
|
121
|
-
this.send(command, optionsOrCb);
|
|
122
|
-
}
|
|
123
|
-
else if (typeof cb === "function") {
|
|
124
|
-
if (typeof optionsOrCb !== "object")
|
|
125
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
126
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
127
|
-
}
|
|
128
|
-
else {
|
|
129
|
-
return this.send(command, optionsOrCb);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
changeTagsForResource(args, optionsOrCb, cb) {
|
|
133
|
-
const command = new ChangeTagsForResourceCommand_1.ChangeTagsForResourceCommand(args);
|
|
134
|
-
if (typeof optionsOrCb === "function") {
|
|
135
|
-
this.send(command, optionsOrCb);
|
|
136
|
-
}
|
|
137
|
-
else if (typeof cb === "function") {
|
|
138
|
-
if (typeof optionsOrCb !== "object")
|
|
139
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
140
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
141
|
-
}
|
|
142
|
-
else {
|
|
143
|
-
return this.send(command, optionsOrCb);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
createCidrCollection(args, optionsOrCb, cb) {
|
|
147
|
-
const command = new CreateCidrCollectionCommand_1.CreateCidrCollectionCommand(args);
|
|
148
|
-
if (typeof optionsOrCb === "function") {
|
|
149
|
-
this.send(command, optionsOrCb);
|
|
150
|
-
}
|
|
151
|
-
else if (typeof cb === "function") {
|
|
152
|
-
if (typeof optionsOrCb !== "object")
|
|
153
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
154
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
155
|
-
}
|
|
156
|
-
else {
|
|
157
|
-
return this.send(command, optionsOrCb);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
createHealthCheck(args, optionsOrCb, cb) {
|
|
161
|
-
const command = new CreateHealthCheckCommand_1.CreateHealthCheckCommand(args);
|
|
162
|
-
if (typeof optionsOrCb === "function") {
|
|
163
|
-
this.send(command, optionsOrCb);
|
|
164
|
-
}
|
|
165
|
-
else if (typeof cb === "function") {
|
|
166
|
-
if (typeof optionsOrCb !== "object")
|
|
167
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
168
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
return this.send(command, optionsOrCb);
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
createHostedZone(args, optionsOrCb, cb) {
|
|
175
|
-
const command = new CreateHostedZoneCommand_1.CreateHostedZoneCommand(args);
|
|
176
|
-
if (typeof optionsOrCb === "function") {
|
|
177
|
-
this.send(command, optionsOrCb);
|
|
178
|
-
}
|
|
179
|
-
else if (typeof cb === "function") {
|
|
180
|
-
if (typeof optionsOrCb !== "object")
|
|
181
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
182
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
183
|
-
}
|
|
184
|
-
else {
|
|
185
|
-
return this.send(command, optionsOrCb);
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
createKeySigningKey(args, optionsOrCb, cb) {
|
|
189
|
-
const command = new CreateKeySigningKeyCommand_1.CreateKeySigningKeyCommand(args);
|
|
190
|
-
if (typeof optionsOrCb === "function") {
|
|
191
|
-
this.send(command, optionsOrCb);
|
|
192
|
-
}
|
|
193
|
-
else if (typeof cb === "function") {
|
|
194
|
-
if (typeof optionsOrCb !== "object")
|
|
195
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
196
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
197
|
-
}
|
|
198
|
-
else {
|
|
199
|
-
return this.send(command, optionsOrCb);
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
createQueryLoggingConfig(args, optionsOrCb, cb) {
|
|
203
|
-
const command = new CreateQueryLoggingConfigCommand_1.CreateQueryLoggingConfigCommand(args);
|
|
204
|
-
if (typeof optionsOrCb === "function") {
|
|
205
|
-
this.send(command, optionsOrCb);
|
|
206
|
-
}
|
|
207
|
-
else if (typeof cb === "function") {
|
|
208
|
-
if (typeof optionsOrCb !== "object")
|
|
209
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
210
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
211
|
-
}
|
|
212
|
-
else {
|
|
213
|
-
return this.send(command, optionsOrCb);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
createReusableDelegationSet(args, optionsOrCb, cb) {
|
|
217
|
-
const command = new CreateReusableDelegationSetCommand_1.CreateReusableDelegationSetCommand(args);
|
|
218
|
-
if (typeof optionsOrCb === "function") {
|
|
219
|
-
this.send(command, optionsOrCb);
|
|
220
|
-
}
|
|
221
|
-
else if (typeof cb === "function") {
|
|
222
|
-
if (typeof optionsOrCb !== "object")
|
|
223
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
224
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
225
|
-
}
|
|
226
|
-
else {
|
|
227
|
-
return this.send(command, optionsOrCb);
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
createTrafficPolicy(args, optionsOrCb, cb) {
|
|
231
|
-
const command = new CreateTrafficPolicyCommand_1.CreateTrafficPolicyCommand(args);
|
|
232
|
-
if (typeof optionsOrCb === "function") {
|
|
233
|
-
this.send(command, optionsOrCb);
|
|
234
|
-
}
|
|
235
|
-
else if (typeof cb === "function") {
|
|
236
|
-
if (typeof optionsOrCb !== "object")
|
|
237
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
238
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
239
|
-
}
|
|
240
|
-
else {
|
|
241
|
-
return this.send(command, optionsOrCb);
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
createTrafficPolicyInstance(args, optionsOrCb, cb) {
|
|
245
|
-
const command = new CreateTrafficPolicyInstanceCommand_1.CreateTrafficPolicyInstanceCommand(args);
|
|
246
|
-
if (typeof optionsOrCb === "function") {
|
|
247
|
-
this.send(command, optionsOrCb);
|
|
248
|
-
}
|
|
249
|
-
else if (typeof cb === "function") {
|
|
250
|
-
if (typeof optionsOrCb !== "object")
|
|
251
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
252
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
253
|
-
}
|
|
254
|
-
else {
|
|
255
|
-
return this.send(command, optionsOrCb);
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
createTrafficPolicyVersion(args, optionsOrCb, cb) {
|
|
259
|
-
const command = new CreateTrafficPolicyVersionCommand_1.CreateTrafficPolicyVersionCommand(args);
|
|
260
|
-
if (typeof optionsOrCb === "function") {
|
|
261
|
-
this.send(command, optionsOrCb);
|
|
262
|
-
}
|
|
263
|
-
else if (typeof cb === "function") {
|
|
264
|
-
if (typeof optionsOrCb !== "object")
|
|
265
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
266
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
267
|
-
}
|
|
268
|
-
else {
|
|
269
|
-
return this.send(command, optionsOrCb);
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
createVPCAssociationAuthorization(args, optionsOrCb, cb) {
|
|
273
|
-
const command = new CreateVPCAssociationAuthorizationCommand_1.CreateVPCAssociationAuthorizationCommand(args);
|
|
274
|
-
if (typeof optionsOrCb === "function") {
|
|
275
|
-
this.send(command, optionsOrCb);
|
|
276
|
-
}
|
|
277
|
-
else if (typeof cb === "function") {
|
|
278
|
-
if (typeof optionsOrCb !== "object")
|
|
279
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
280
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
281
|
-
}
|
|
282
|
-
else {
|
|
283
|
-
return this.send(command, optionsOrCb);
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
deactivateKeySigningKey(args, optionsOrCb, cb) {
|
|
287
|
-
const command = new DeactivateKeySigningKeyCommand_1.DeactivateKeySigningKeyCommand(args);
|
|
288
|
-
if (typeof optionsOrCb === "function") {
|
|
289
|
-
this.send(command, optionsOrCb);
|
|
290
|
-
}
|
|
291
|
-
else if (typeof cb === "function") {
|
|
292
|
-
if (typeof optionsOrCb !== "object")
|
|
293
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
294
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
295
|
-
}
|
|
296
|
-
else {
|
|
297
|
-
return this.send(command, optionsOrCb);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
deleteCidrCollection(args, optionsOrCb, cb) {
|
|
301
|
-
const command = new DeleteCidrCollectionCommand_1.DeleteCidrCollectionCommand(args);
|
|
302
|
-
if (typeof optionsOrCb === "function") {
|
|
303
|
-
this.send(command, optionsOrCb);
|
|
304
|
-
}
|
|
305
|
-
else if (typeof cb === "function") {
|
|
306
|
-
if (typeof optionsOrCb !== "object")
|
|
307
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
308
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
309
|
-
}
|
|
310
|
-
else {
|
|
311
|
-
return this.send(command, optionsOrCb);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
deleteHealthCheck(args, optionsOrCb, cb) {
|
|
315
|
-
const command = new DeleteHealthCheckCommand_1.DeleteHealthCheckCommand(args);
|
|
316
|
-
if (typeof optionsOrCb === "function") {
|
|
317
|
-
this.send(command, optionsOrCb);
|
|
318
|
-
}
|
|
319
|
-
else if (typeof cb === "function") {
|
|
320
|
-
if (typeof optionsOrCb !== "object")
|
|
321
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
322
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
323
|
-
}
|
|
324
|
-
else {
|
|
325
|
-
return this.send(command, optionsOrCb);
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
deleteHostedZone(args, optionsOrCb, cb) {
|
|
329
|
-
const command = new DeleteHostedZoneCommand_1.DeleteHostedZoneCommand(args);
|
|
330
|
-
if (typeof optionsOrCb === "function") {
|
|
331
|
-
this.send(command, optionsOrCb);
|
|
332
|
-
}
|
|
333
|
-
else if (typeof cb === "function") {
|
|
334
|
-
if (typeof optionsOrCb !== "object")
|
|
335
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
336
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
337
|
-
}
|
|
338
|
-
else {
|
|
339
|
-
return this.send(command, optionsOrCb);
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
deleteKeySigningKey(args, optionsOrCb, cb) {
|
|
343
|
-
const command = new DeleteKeySigningKeyCommand_1.DeleteKeySigningKeyCommand(args);
|
|
344
|
-
if (typeof optionsOrCb === "function") {
|
|
345
|
-
this.send(command, optionsOrCb);
|
|
346
|
-
}
|
|
347
|
-
else if (typeof cb === "function") {
|
|
348
|
-
if (typeof optionsOrCb !== "object")
|
|
349
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
350
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
351
|
-
}
|
|
352
|
-
else {
|
|
353
|
-
return this.send(command, optionsOrCb);
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
deleteQueryLoggingConfig(args, optionsOrCb, cb) {
|
|
357
|
-
const command = new DeleteQueryLoggingConfigCommand_1.DeleteQueryLoggingConfigCommand(args);
|
|
358
|
-
if (typeof optionsOrCb === "function") {
|
|
359
|
-
this.send(command, optionsOrCb);
|
|
360
|
-
}
|
|
361
|
-
else if (typeof cb === "function") {
|
|
362
|
-
if (typeof optionsOrCb !== "object")
|
|
363
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
364
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
365
|
-
}
|
|
366
|
-
else {
|
|
367
|
-
return this.send(command, optionsOrCb);
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
deleteReusableDelegationSet(args, optionsOrCb, cb) {
|
|
371
|
-
const command = new DeleteReusableDelegationSetCommand_1.DeleteReusableDelegationSetCommand(args);
|
|
372
|
-
if (typeof optionsOrCb === "function") {
|
|
373
|
-
this.send(command, optionsOrCb);
|
|
374
|
-
}
|
|
375
|
-
else if (typeof cb === "function") {
|
|
376
|
-
if (typeof optionsOrCb !== "object")
|
|
377
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
378
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
379
|
-
}
|
|
380
|
-
else {
|
|
381
|
-
return this.send(command, optionsOrCb);
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
deleteTrafficPolicy(args, optionsOrCb, cb) {
|
|
385
|
-
const command = new DeleteTrafficPolicyCommand_1.DeleteTrafficPolicyCommand(args);
|
|
386
|
-
if (typeof optionsOrCb === "function") {
|
|
387
|
-
this.send(command, optionsOrCb);
|
|
388
|
-
}
|
|
389
|
-
else if (typeof cb === "function") {
|
|
390
|
-
if (typeof optionsOrCb !== "object")
|
|
391
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
392
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
393
|
-
}
|
|
394
|
-
else {
|
|
395
|
-
return this.send(command, optionsOrCb);
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
deleteTrafficPolicyInstance(args, optionsOrCb, cb) {
|
|
399
|
-
const command = new DeleteTrafficPolicyInstanceCommand_1.DeleteTrafficPolicyInstanceCommand(args);
|
|
400
|
-
if (typeof optionsOrCb === "function") {
|
|
401
|
-
this.send(command, optionsOrCb);
|
|
402
|
-
}
|
|
403
|
-
else if (typeof cb === "function") {
|
|
404
|
-
if (typeof optionsOrCb !== "object")
|
|
405
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
406
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
407
|
-
}
|
|
408
|
-
else {
|
|
409
|
-
return this.send(command, optionsOrCb);
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
deleteVPCAssociationAuthorization(args, optionsOrCb, cb) {
|
|
413
|
-
const command = new DeleteVPCAssociationAuthorizationCommand_1.DeleteVPCAssociationAuthorizationCommand(args);
|
|
414
|
-
if (typeof optionsOrCb === "function") {
|
|
415
|
-
this.send(command, optionsOrCb);
|
|
416
|
-
}
|
|
417
|
-
else if (typeof cb === "function") {
|
|
418
|
-
if (typeof optionsOrCb !== "object")
|
|
419
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
420
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
421
|
-
}
|
|
422
|
-
else {
|
|
423
|
-
return this.send(command, optionsOrCb);
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
disableHostedZoneDNSSEC(args, optionsOrCb, cb) {
|
|
427
|
-
const command = new DisableHostedZoneDNSSECCommand_1.DisableHostedZoneDNSSECCommand(args);
|
|
428
|
-
if (typeof optionsOrCb === "function") {
|
|
429
|
-
this.send(command, optionsOrCb);
|
|
430
|
-
}
|
|
431
|
-
else if (typeof cb === "function") {
|
|
432
|
-
if (typeof optionsOrCb !== "object")
|
|
433
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
434
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
435
|
-
}
|
|
436
|
-
else {
|
|
437
|
-
return this.send(command, optionsOrCb);
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
disassociateVPCFromHostedZone(args, optionsOrCb, cb) {
|
|
441
|
-
const command = new DisassociateVPCFromHostedZoneCommand_1.DisassociateVPCFromHostedZoneCommand(args);
|
|
442
|
-
if (typeof optionsOrCb === "function") {
|
|
443
|
-
this.send(command, optionsOrCb);
|
|
444
|
-
}
|
|
445
|
-
else if (typeof cb === "function") {
|
|
446
|
-
if (typeof optionsOrCb !== "object")
|
|
447
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
448
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
449
|
-
}
|
|
450
|
-
else {
|
|
451
|
-
return this.send(command, optionsOrCb);
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
enableHostedZoneDNSSEC(args, optionsOrCb, cb) {
|
|
455
|
-
const command = new EnableHostedZoneDNSSECCommand_1.EnableHostedZoneDNSSECCommand(args);
|
|
456
|
-
if (typeof optionsOrCb === "function") {
|
|
457
|
-
this.send(command, optionsOrCb);
|
|
458
|
-
}
|
|
459
|
-
else if (typeof cb === "function") {
|
|
460
|
-
if (typeof optionsOrCb !== "object")
|
|
461
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
462
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
463
|
-
}
|
|
464
|
-
else {
|
|
465
|
-
return this.send(command, optionsOrCb);
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
getAccountLimit(args, optionsOrCb, cb) {
|
|
469
|
-
const command = new GetAccountLimitCommand_1.GetAccountLimitCommand(args);
|
|
470
|
-
if (typeof optionsOrCb === "function") {
|
|
471
|
-
this.send(command, optionsOrCb);
|
|
472
|
-
}
|
|
473
|
-
else if (typeof cb === "function") {
|
|
474
|
-
if (typeof optionsOrCb !== "object")
|
|
475
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
476
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
477
|
-
}
|
|
478
|
-
else {
|
|
479
|
-
return this.send(command, optionsOrCb);
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
getChange(args, optionsOrCb, cb) {
|
|
483
|
-
const command = new GetChangeCommand_1.GetChangeCommand(args);
|
|
484
|
-
if (typeof optionsOrCb === "function") {
|
|
485
|
-
this.send(command, optionsOrCb);
|
|
486
|
-
}
|
|
487
|
-
else if (typeof cb === "function") {
|
|
488
|
-
if (typeof optionsOrCb !== "object")
|
|
489
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
490
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
491
|
-
}
|
|
492
|
-
else {
|
|
493
|
-
return this.send(command, optionsOrCb);
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
getCheckerIpRanges(args, optionsOrCb, cb) {
|
|
497
|
-
const command = new GetCheckerIpRangesCommand_1.GetCheckerIpRangesCommand(args);
|
|
498
|
-
if (typeof optionsOrCb === "function") {
|
|
499
|
-
this.send(command, optionsOrCb);
|
|
500
|
-
}
|
|
501
|
-
else if (typeof cb === "function") {
|
|
502
|
-
if (typeof optionsOrCb !== "object")
|
|
503
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
504
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
505
|
-
}
|
|
506
|
-
else {
|
|
507
|
-
return this.send(command, optionsOrCb);
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
getDNSSEC(args, optionsOrCb, cb) {
|
|
511
|
-
const command = new GetDNSSECCommand_1.GetDNSSECCommand(args);
|
|
512
|
-
if (typeof optionsOrCb === "function") {
|
|
513
|
-
this.send(command, optionsOrCb);
|
|
514
|
-
}
|
|
515
|
-
else if (typeof cb === "function") {
|
|
516
|
-
if (typeof optionsOrCb !== "object")
|
|
517
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
518
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
519
|
-
}
|
|
520
|
-
else {
|
|
521
|
-
return this.send(command, optionsOrCb);
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
getGeoLocation(args, optionsOrCb, cb) {
|
|
525
|
-
const command = new GetGeoLocationCommand_1.GetGeoLocationCommand(args);
|
|
526
|
-
if (typeof optionsOrCb === "function") {
|
|
527
|
-
this.send(command, optionsOrCb);
|
|
528
|
-
}
|
|
529
|
-
else if (typeof cb === "function") {
|
|
530
|
-
if (typeof optionsOrCb !== "object")
|
|
531
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
532
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
533
|
-
}
|
|
534
|
-
else {
|
|
535
|
-
return this.send(command, optionsOrCb);
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
getHealthCheck(args, optionsOrCb, cb) {
|
|
539
|
-
const command = new GetHealthCheckCommand_1.GetHealthCheckCommand(args);
|
|
540
|
-
if (typeof optionsOrCb === "function") {
|
|
541
|
-
this.send(command, optionsOrCb);
|
|
542
|
-
}
|
|
543
|
-
else if (typeof cb === "function") {
|
|
544
|
-
if (typeof optionsOrCb !== "object")
|
|
545
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
546
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
547
|
-
}
|
|
548
|
-
else {
|
|
549
|
-
return this.send(command, optionsOrCb);
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
getHealthCheckCount(args, optionsOrCb, cb) {
|
|
553
|
-
const command = new GetHealthCheckCountCommand_1.GetHealthCheckCountCommand(args);
|
|
554
|
-
if (typeof optionsOrCb === "function") {
|
|
555
|
-
this.send(command, optionsOrCb);
|
|
556
|
-
}
|
|
557
|
-
else if (typeof cb === "function") {
|
|
558
|
-
if (typeof optionsOrCb !== "object")
|
|
559
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
560
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
561
|
-
}
|
|
562
|
-
else {
|
|
563
|
-
return this.send(command, optionsOrCb);
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
getHealthCheckLastFailureReason(args, optionsOrCb, cb) {
|
|
567
|
-
const command = new GetHealthCheckLastFailureReasonCommand_1.GetHealthCheckLastFailureReasonCommand(args);
|
|
568
|
-
if (typeof optionsOrCb === "function") {
|
|
569
|
-
this.send(command, optionsOrCb);
|
|
570
|
-
}
|
|
571
|
-
else if (typeof cb === "function") {
|
|
572
|
-
if (typeof optionsOrCb !== "object")
|
|
573
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
574
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
575
|
-
}
|
|
576
|
-
else {
|
|
577
|
-
return this.send(command, optionsOrCb);
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
getHealthCheckStatus(args, optionsOrCb, cb) {
|
|
581
|
-
const command = new GetHealthCheckStatusCommand_1.GetHealthCheckStatusCommand(args);
|
|
582
|
-
if (typeof optionsOrCb === "function") {
|
|
583
|
-
this.send(command, optionsOrCb);
|
|
584
|
-
}
|
|
585
|
-
else if (typeof cb === "function") {
|
|
586
|
-
if (typeof optionsOrCb !== "object")
|
|
587
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
588
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
589
|
-
}
|
|
590
|
-
else {
|
|
591
|
-
return this.send(command, optionsOrCb);
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
getHostedZone(args, optionsOrCb, cb) {
|
|
595
|
-
const command = new GetHostedZoneCommand_1.GetHostedZoneCommand(args);
|
|
596
|
-
if (typeof optionsOrCb === "function") {
|
|
597
|
-
this.send(command, optionsOrCb);
|
|
598
|
-
}
|
|
599
|
-
else if (typeof cb === "function") {
|
|
600
|
-
if (typeof optionsOrCb !== "object")
|
|
601
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
602
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
603
|
-
}
|
|
604
|
-
else {
|
|
605
|
-
return this.send(command, optionsOrCb);
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
getHostedZoneCount(args, optionsOrCb, cb) {
|
|
609
|
-
const command = new GetHostedZoneCountCommand_1.GetHostedZoneCountCommand(args);
|
|
610
|
-
if (typeof optionsOrCb === "function") {
|
|
611
|
-
this.send(command, optionsOrCb);
|
|
612
|
-
}
|
|
613
|
-
else if (typeof cb === "function") {
|
|
614
|
-
if (typeof optionsOrCb !== "object")
|
|
615
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
616
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
617
|
-
}
|
|
618
|
-
else {
|
|
619
|
-
return this.send(command, optionsOrCb);
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
getHostedZoneLimit(args, optionsOrCb, cb) {
|
|
623
|
-
const command = new GetHostedZoneLimitCommand_1.GetHostedZoneLimitCommand(args);
|
|
624
|
-
if (typeof optionsOrCb === "function") {
|
|
625
|
-
this.send(command, optionsOrCb);
|
|
626
|
-
}
|
|
627
|
-
else if (typeof cb === "function") {
|
|
628
|
-
if (typeof optionsOrCb !== "object")
|
|
629
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
630
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
631
|
-
}
|
|
632
|
-
else {
|
|
633
|
-
return this.send(command, optionsOrCb);
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
getQueryLoggingConfig(args, optionsOrCb, cb) {
|
|
637
|
-
const command = new GetQueryLoggingConfigCommand_1.GetQueryLoggingConfigCommand(args);
|
|
638
|
-
if (typeof optionsOrCb === "function") {
|
|
639
|
-
this.send(command, optionsOrCb);
|
|
640
|
-
}
|
|
641
|
-
else if (typeof cb === "function") {
|
|
642
|
-
if (typeof optionsOrCb !== "object")
|
|
643
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
644
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
645
|
-
}
|
|
646
|
-
else {
|
|
647
|
-
return this.send(command, optionsOrCb);
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
getReusableDelegationSet(args, optionsOrCb, cb) {
|
|
651
|
-
const command = new GetReusableDelegationSetCommand_1.GetReusableDelegationSetCommand(args);
|
|
652
|
-
if (typeof optionsOrCb === "function") {
|
|
653
|
-
this.send(command, optionsOrCb);
|
|
654
|
-
}
|
|
655
|
-
else if (typeof cb === "function") {
|
|
656
|
-
if (typeof optionsOrCb !== "object")
|
|
657
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
658
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
659
|
-
}
|
|
660
|
-
else {
|
|
661
|
-
return this.send(command, optionsOrCb);
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
getReusableDelegationSetLimit(args, optionsOrCb, cb) {
|
|
665
|
-
const command = new GetReusableDelegationSetLimitCommand_1.GetReusableDelegationSetLimitCommand(args);
|
|
666
|
-
if (typeof optionsOrCb === "function") {
|
|
667
|
-
this.send(command, optionsOrCb);
|
|
668
|
-
}
|
|
669
|
-
else if (typeof cb === "function") {
|
|
670
|
-
if (typeof optionsOrCb !== "object")
|
|
671
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
672
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
673
|
-
}
|
|
674
|
-
else {
|
|
675
|
-
return this.send(command, optionsOrCb);
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
getTrafficPolicy(args, optionsOrCb, cb) {
|
|
679
|
-
const command = new GetTrafficPolicyCommand_1.GetTrafficPolicyCommand(args);
|
|
680
|
-
if (typeof optionsOrCb === "function") {
|
|
681
|
-
this.send(command, optionsOrCb);
|
|
682
|
-
}
|
|
683
|
-
else if (typeof cb === "function") {
|
|
684
|
-
if (typeof optionsOrCb !== "object")
|
|
685
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
686
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
687
|
-
}
|
|
688
|
-
else {
|
|
689
|
-
return this.send(command, optionsOrCb);
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
getTrafficPolicyInstance(args, optionsOrCb, cb) {
|
|
693
|
-
const command = new GetTrafficPolicyInstanceCommand_1.GetTrafficPolicyInstanceCommand(args);
|
|
694
|
-
if (typeof optionsOrCb === "function") {
|
|
695
|
-
this.send(command, optionsOrCb);
|
|
696
|
-
}
|
|
697
|
-
else if (typeof cb === "function") {
|
|
698
|
-
if (typeof optionsOrCb !== "object")
|
|
699
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
700
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
701
|
-
}
|
|
702
|
-
else {
|
|
703
|
-
return this.send(command, optionsOrCb);
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
getTrafficPolicyInstanceCount(args, optionsOrCb, cb) {
|
|
707
|
-
const command = new GetTrafficPolicyInstanceCountCommand_1.GetTrafficPolicyInstanceCountCommand(args);
|
|
708
|
-
if (typeof optionsOrCb === "function") {
|
|
709
|
-
this.send(command, optionsOrCb);
|
|
710
|
-
}
|
|
711
|
-
else if (typeof cb === "function") {
|
|
712
|
-
if (typeof optionsOrCb !== "object")
|
|
713
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
714
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
715
|
-
}
|
|
716
|
-
else {
|
|
717
|
-
return this.send(command, optionsOrCb);
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
listCidrBlocks(args, optionsOrCb, cb) {
|
|
721
|
-
const command = new ListCidrBlocksCommand_1.ListCidrBlocksCommand(args);
|
|
722
|
-
if (typeof optionsOrCb === "function") {
|
|
723
|
-
this.send(command, optionsOrCb);
|
|
724
|
-
}
|
|
725
|
-
else if (typeof cb === "function") {
|
|
726
|
-
if (typeof optionsOrCb !== "object")
|
|
727
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
728
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
729
|
-
}
|
|
730
|
-
else {
|
|
731
|
-
return this.send(command, optionsOrCb);
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
listCidrCollections(args, optionsOrCb, cb) {
|
|
735
|
-
const command = new ListCidrCollectionsCommand_1.ListCidrCollectionsCommand(args);
|
|
736
|
-
if (typeof optionsOrCb === "function") {
|
|
737
|
-
this.send(command, optionsOrCb);
|
|
738
|
-
}
|
|
739
|
-
else if (typeof cb === "function") {
|
|
740
|
-
if (typeof optionsOrCb !== "object")
|
|
741
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
742
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
743
|
-
}
|
|
744
|
-
else {
|
|
745
|
-
return this.send(command, optionsOrCb);
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
listCidrLocations(args, optionsOrCb, cb) {
|
|
749
|
-
const command = new ListCidrLocationsCommand_1.ListCidrLocationsCommand(args);
|
|
750
|
-
if (typeof optionsOrCb === "function") {
|
|
751
|
-
this.send(command, optionsOrCb);
|
|
752
|
-
}
|
|
753
|
-
else if (typeof cb === "function") {
|
|
754
|
-
if (typeof optionsOrCb !== "object")
|
|
755
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
756
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
757
|
-
}
|
|
758
|
-
else {
|
|
759
|
-
return this.send(command, optionsOrCb);
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
listGeoLocations(args, optionsOrCb, cb) {
|
|
763
|
-
const command = new ListGeoLocationsCommand_1.ListGeoLocationsCommand(args);
|
|
764
|
-
if (typeof optionsOrCb === "function") {
|
|
765
|
-
this.send(command, optionsOrCb);
|
|
766
|
-
}
|
|
767
|
-
else if (typeof cb === "function") {
|
|
768
|
-
if (typeof optionsOrCb !== "object")
|
|
769
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
770
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
771
|
-
}
|
|
772
|
-
else {
|
|
773
|
-
return this.send(command, optionsOrCb);
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
listHealthChecks(args, optionsOrCb, cb) {
|
|
777
|
-
const command = new ListHealthChecksCommand_1.ListHealthChecksCommand(args);
|
|
778
|
-
if (typeof optionsOrCb === "function") {
|
|
779
|
-
this.send(command, optionsOrCb);
|
|
780
|
-
}
|
|
781
|
-
else if (typeof cb === "function") {
|
|
782
|
-
if (typeof optionsOrCb !== "object")
|
|
783
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
784
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
785
|
-
}
|
|
786
|
-
else {
|
|
787
|
-
return this.send(command, optionsOrCb);
|
|
788
|
-
}
|
|
789
|
-
}
|
|
790
|
-
listHostedZones(args, optionsOrCb, cb) {
|
|
791
|
-
const command = new ListHostedZonesCommand_1.ListHostedZonesCommand(args);
|
|
792
|
-
if (typeof optionsOrCb === "function") {
|
|
793
|
-
this.send(command, optionsOrCb);
|
|
794
|
-
}
|
|
795
|
-
else if (typeof cb === "function") {
|
|
796
|
-
if (typeof optionsOrCb !== "object")
|
|
797
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
798
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
799
|
-
}
|
|
800
|
-
else {
|
|
801
|
-
return this.send(command, optionsOrCb);
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
listHostedZonesByName(args, optionsOrCb, cb) {
|
|
805
|
-
const command = new ListHostedZonesByNameCommand_1.ListHostedZonesByNameCommand(args);
|
|
806
|
-
if (typeof optionsOrCb === "function") {
|
|
807
|
-
this.send(command, optionsOrCb);
|
|
808
|
-
}
|
|
809
|
-
else if (typeof cb === "function") {
|
|
810
|
-
if (typeof optionsOrCb !== "object")
|
|
811
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
812
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
813
|
-
}
|
|
814
|
-
else {
|
|
815
|
-
return this.send(command, optionsOrCb);
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
listHostedZonesByVPC(args, optionsOrCb, cb) {
|
|
819
|
-
const command = new ListHostedZonesByVPCCommand_1.ListHostedZonesByVPCCommand(args);
|
|
820
|
-
if (typeof optionsOrCb === "function") {
|
|
821
|
-
this.send(command, optionsOrCb);
|
|
822
|
-
}
|
|
823
|
-
else if (typeof cb === "function") {
|
|
824
|
-
if (typeof optionsOrCb !== "object")
|
|
825
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
826
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
827
|
-
}
|
|
828
|
-
else {
|
|
829
|
-
return this.send(command, optionsOrCb);
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
|
-
listQueryLoggingConfigs(args, optionsOrCb, cb) {
|
|
833
|
-
const command = new ListQueryLoggingConfigsCommand_1.ListQueryLoggingConfigsCommand(args);
|
|
834
|
-
if (typeof optionsOrCb === "function") {
|
|
835
|
-
this.send(command, optionsOrCb);
|
|
836
|
-
}
|
|
837
|
-
else if (typeof cb === "function") {
|
|
838
|
-
if (typeof optionsOrCb !== "object")
|
|
839
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
840
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
841
|
-
}
|
|
842
|
-
else {
|
|
843
|
-
return this.send(command, optionsOrCb);
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
listResourceRecordSets(args, optionsOrCb, cb) {
|
|
847
|
-
const command = new ListResourceRecordSetsCommand_1.ListResourceRecordSetsCommand(args);
|
|
848
|
-
if (typeof optionsOrCb === "function") {
|
|
849
|
-
this.send(command, optionsOrCb);
|
|
850
|
-
}
|
|
851
|
-
else if (typeof cb === "function") {
|
|
852
|
-
if (typeof optionsOrCb !== "object")
|
|
853
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
854
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
855
|
-
}
|
|
856
|
-
else {
|
|
857
|
-
return this.send(command, optionsOrCb);
|
|
858
|
-
}
|
|
859
|
-
}
|
|
860
|
-
listReusableDelegationSets(args, optionsOrCb, cb) {
|
|
861
|
-
const command = new ListReusableDelegationSetsCommand_1.ListReusableDelegationSetsCommand(args);
|
|
862
|
-
if (typeof optionsOrCb === "function") {
|
|
863
|
-
this.send(command, optionsOrCb);
|
|
864
|
-
}
|
|
865
|
-
else if (typeof cb === "function") {
|
|
866
|
-
if (typeof optionsOrCb !== "object")
|
|
867
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
868
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
869
|
-
}
|
|
870
|
-
else {
|
|
871
|
-
return this.send(command, optionsOrCb);
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
listTagsForResource(args, optionsOrCb, cb) {
|
|
875
|
-
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
876
|
-
if (typeof optionsOrCb === "function") {
|
|
877
|
-
this.send(command, optionsOrCb);
|
|
878
|
-
}
|
|
879
|
-
else if (typeof cb === "function") {
|
|
880
|
-
if (typeof optionsOrCb !== "object")
|
|
881
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
882
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
883
|
-
}
|
|
884
|
-
else {
|
|
885
|
-
return this.send(command, optionsOrCb);
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
listTagsForResources(args, optionsOrCb, cb) {
|
|
889
|
-
const command = new ListTagsForResourcesCommand_1.ListTagsForResourcesCommand(args);
|
|
890
|
-
if (typeof optionsOrCb === "function") {
|
|
891
|
-
this.send(command, optionsOrCb);
|
|
892
|
-
}
|
|
893
|
-
else if (typeof cb === "function") {
|
|
894
|
-
if (typeof optionsOrCb !== "object")
|
|
895
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
896
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
897
|
-
}
|
|
898
|
-
else {
|
|
899
|
-
return this.send(command, optionsOrCb);
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
listTrafficPolicies(args, optionsOrCb, cb) {
|
|
903
|
-
const command = new ListTrafficPoliciesCommand_1.ListTrafficPoliciesCommand(args);
|
|
904
|
-
if (typeof optionsOrCb === "function") {
|
|
905
|
-
this.send(command, optionsOrCb);
|
|
906
|
-
}
|
|
907
|
-
else if (typeof cb === "function") {
|
|
908
|
-
if (typeof optionsOrCb !== "object")
|
|
909
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
910
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
911
|
-
}
|
|
912
|
-
else {
|
|
913
|
-
return this.send(command, optionsOrCb);
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
listTrafficPolicyInstances(args, optionsOrCb, cb) {
|
|
917
|
-
const command = new ListTrafficPolicyInstancesCommand_1.ListTrafficPolicyInstancesCommand(args);
|
|
918
|
-
if (typeof optionsOrCb === "function") {
|
|
919
|
-
this.send(command, optionsOrCb);
|
|
920
|
-
}
|
|
921
|
-
else if (typeof cb === "function") {
|
|
922
|
-
if (typeof optionsOrCb !== "object")
|
|
923
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
924
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
925
|
-
}
|
|
926
|
-
else {
|
|
927
|
-
return this.send(command, optionsOrCb);
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
listTrafficPolicyInstancesByHostedZone(args, optionsOrCb, cb) {
|
|
931
|
-
const command = new ListTrafficPolicyInstancesByHostedZoneCommand_1.ListTrafficPolicyInstancesByHostedZoneCommand(args);
|
|
932
|
-
if (typeof optionsOrCb === "function") {
|
|
933
|
-
this.send(command, optionsOrCb);
|
|
934
|
-
}
|
|
935
|
-
else if (typeof cb === "function") {
|
|
936
|
-
if (typeof optionsOrCb !== "object")
|
|
937
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
938
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
939
|
-
}
|
|
940
|
-
else {
|
|
941
|
-
return this.send(command, optionsOrCb);
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
listTrafficPolicyInstancesByPolicy(args, optionsOrCb, cb) {
|
|
945
|
-
const command = new ListTrafficPolicyInstancesByPolicyCommand_1.ListTrafficPolicyInstancesByPolicyCommand(args);
|
|
946
|
-
if (typeof optionsOrCb === "function") {
|
|
947
|
-
this.send(command, optionsOrCb);
|
|
948
|
-
}
|
|
949
|
-
else if (typeof cb === "function") {
|
|
950
|
-
if (typeof optionsOrCb !== "object")
|
|
951
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
952
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
953
|
-
}
|
|
954
|
-
else {
|
|
955
|
-
return this.send(command, optionsOrCb);
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
listTrafficPolicyVersions(args, optionsOrCb, cb) {
|
|
959
|
-
const command = new ListTrafficPolicyVersionsCommand_1.ListTrafficPolicyVersionsCommand(args);
|
|
960
|
-
if (typeof optionsOrCb === "function") {
|
|
961
|
-
this.send(command, optionsOrCb);
|
|
962
|
-
}
|
|
963
|
-
else if (typeof cb === "function") {
|
|
964
|
-
if (typeof optionsOrCb !== "object")
|
|
965
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
966
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
967
|
-
}
|
|
968
|
-
else {
|
|
969
|
-
return this.send(command, optionsOrCb);
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
listVPCAssociationAuthorizations(args, optionsOrCb, cb) {
|
|
973
|
-
const command = new ListVPCAssociationAuthorizationsCommand_1.ListVPCAssociationAuthorizationsCommand(args);
|
|
974
|
-
if (typeof optionsOrCb === "function") {
|
|
975
|
-
this.send(command, optionsOrCb);
|
|
976
|
-
}
|
|
977
|
-
else if (typeof cb === "function") {
|
|
978
|
-
if (typeof optionsOrCb !== "object")
|
|
979
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
980
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
981
|
-
}
|
|
982
|
-
else {
|
|
983
|
-
return this.send(command, optionsOrCb);
|
|
984
|
-
}
|
|
985
|
-
}
|
|
986
|
-
testDNSAnswer(args, optionsOrCb, cb) {
|
|
987
|
-
const command = new TestDNSAnswerCommand_1.TestDNSAnswerCommand(args);
|
|
988
|
-
if (typeof optionsOrCb === "function") {
|
|
989
|
-
this.send(command, optionsOrCb);
|
|
990
|
-
}
|
|
991
|
-
else if (typeof cb === "function") {
|
|
992
|
-
if (typeof optionsOrCb !== "object")
|
|
993
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
994
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
995
|
-
}
|
|
996
|
-
else {
|
|
997
|
-
return this.send(command, optionsOrCb);
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
updateHealthCheck(args, optionsOrCb, cb) {
|
|
1001
|
-
const command = new UpdateHealthCheckCommand_1.UpdateHealthCheckCommand(args);
|
|
1002
|
-
if (typeof optionsOrCb === "function") {
|
|
1003
|
-
this.send(command, optionsOrCb);
|
|
1004
|
-
}
|
|
1005
|
-
else if (typeof cb === "function") {
|
|
1006
|
-
if (typeof optionsOrCb !== "object")
|
|
1007
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1008
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1009
|
-
}
|
|
1010
|
-
else {
|
|
1011
|
-
return this.send(command, optionsOrCb);
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
updateHostedZoneComment(args, optionsOrCb, cb) {
|
|
1015
|
-
const command = new UpdateHostedZoneCommentCommand_1.UpdateHostedZoneCommentCommand(args);
|
|
1016
|
-
if (typeof optionsOrCb === "function") {
|
|
1017
|
-
this.send(command, optionsOrCb);
|
|
1018
|
-
}
|
|
1019
|
-
else if (typeof cb === "function") {
|
|
1020
|
-
if (typeof optionsOrCb !== "object")
|
|
1021
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1022
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1023
|
-
}
|
|
1024
|
-
else {
|
|
1025
|
-
return this.send(command, optionsOrCb);
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
updateTrafficPolicyComment(args, optionsOrCb, cb) {
|
|
1029
|
-
const command = new UpdateTrafficPolicyCommentCommand_1.UpdateTrafficPolicyCommentCommand(args);
|
|
1030
|
-
if (typeof optionsOrCb === "function") {
|
|
1031
|
-
this.send(command, optionsOrCb);
|
|
1032
|
-
}
|
|
1033
|
-
else if (typeof cb === "function") {
|
|
1034
|
-
if (typeof optionsOrCb !== "object")
|
|
1035
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1036
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1037
|
-
}
|
|
1038
|
-
else {
|
|
1039
|
-
return this.send(command, optionsOrCb);
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
updateTrafficPolicyInstance(args, optionsOrCb, cb) {
|
|
1043
|
-
const command = new UpdateTrafficPolicyInstanceCommand_1.UpdateTrafficPolicyInstanceCommand(args);
|
|
1044
|
-
if (typeof optionsOrCb === "function") {
|
|
1045
|
-
this.send(command, optionsOrCb);
|
|
1046
|
-
}
|
|
1047
|
-
else if (typeof cb === "function") {
|
|
1048
|
-
if (typeof optionsOrCb !== "object")
|
|
1049
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1050
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1051
|
-
}
|
|
1052
|
-
else {
|
|
1053
|
-
return this.send(command, optionsOrCb);
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
149
|
}
|
|
1057
150
|
exports.Route53 = Route53;
|
|
151
|
+
(0, smithy_client_1.createAggregatedClient)(commands, Route53);
|