@aws-sdk/client-route-53 3.53.0 → 3.55.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 (86) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/Route53Client.js +13 -13
  3. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +4 -4
  4. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +4 -4
  5. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +5 -5
  6. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +3 -3
  7. package/dist-cjs/commands/CreateHealthCheckCommand.js +3 -3
  8. package/dist-cjs/commands/CreateHostedZoneCommand.js +4 -4
  9. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +4 -4
  10. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +4 -4
  11. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +4 -4
  12. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +3 -3
  13. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +4 -4
  14. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +4 -4
  15. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +4 -4
  16. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteHealthCheckCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteHostedZoneCommand.js +4 -4
  19. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +4 -4
  20. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +4 -4
  21. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +4 -4
  22. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +4 -4
  23. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +4 -4
  24. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +4 -4
  25. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +4 -4
  26. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +4 -4
  27. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +4 -4
  28. package/dist-cjs/commands/GetAccountLimitCommand.js +3 -3
  29. package/dist-cjs/commands/GetChangeCommand.js +4 -4
  30. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +3 -3
  31. package/dist-cjs/commands/GetDNSSECCommand.js +4 -4
  32. package/dist-cjs/commands/GetGeoLocationCommand.js +3 -3
  33. package/dist-cjs/commands/GetHealthCheckCommand.js +3 -3
  34. package/dist-cjs/commands/GetHealthCheckCountCommand.js +3 -3
  35. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +3 -3
  36. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +3 -3
  37. package/dist-cjs/commands/GetHostedZoneCommand.js +4 -4
  38. package/dist-cjs/commands/GetHostedZoneCountCommand.js +3 -3
  39. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +4 -4
  40. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +4 -4
  41. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +4 -4
  42. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +4 -4
  43. package/dist-cjs/commands/GetTrafficPolicyCommand.js +4 -4
  44. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +4 -4
  45. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +3 -3
  46. package/dist-cjs/commands/ListGeoLocationsCommand.js +3 -3
  47. package/dist-cjs/commands/ListHealthChecksCommand.js +3 -3
  48. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +4 -4
  49. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +3 -3
  50. package/dist-cjs/commands/ListHostedZonesCommand.js +4 -4
  51. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +4 -4
  52. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +4 -4
  53. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +3 -3
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  55. package/dist-cjs/commands/ListTagsForResourcesCommand.js +3 -3
  56. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +3 -3
  57. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +4 -4
  58. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +3 -3
  59. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +3 -3
  60. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +4 -4
  61. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +4 -4
  62. package/dist-cjs/commands/TestDNSAnswerCommand.js +4 -4
  63. package/dist-cjs/commands/UpdateHealthCheckCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +4 -4
  65. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +4 -4
  66. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +4 -4
  67. package/dist-cjs/endpoints.js +1 -1
  68. package/dist-cjs/protocols/Aws_restXml.js +526 -526
  69. package/dist-cjs/runtimeConfig.browser.js +4 -4
  70. package/dist-cjs/runtimeConfig.js +9 -9
  71. package/dist-cjs/runtimeConfig.native.js +1 -1
  72. package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +3 -3
  73. package/dist-es/Route53.js +64 -64
  74. package/dist-es/pagination/ListHealthChecksPaginator.js +4 -4
  75. package/dist-es/pagination/ListHostedZonesPaginator.js +4 -4
  76. package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +4 -4
  77. package/dist-es/protocols/Aws_restXml.js +64 -64
  78. package/dist-types/Route53Client.d.ts +2 -2
  79. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  80. package/dist-types/runtimeConfig.d.ts +1 -1
  81. package/dist-types/runtimeConfig.native.d.ts +3 -3
  82. package/dist-types/ts3.4/Route53Client.d.ts +2 -2
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  86. package/package.json +37 -37
@@ -17,9 +17,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
17
17
  const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
18
18
  const getRuntimeConfig = (config) => {
19
19
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
20
- const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
20
+ const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
21
21
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
22
- const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
22
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
@@ -29,9 +29,9 @@ const getRuntimeConfig = (config) => {
29
29
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
30
30
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
31
31
  credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : ((_) => () => Promise.reject(new Error("Credential is missing"))),
32
- defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
32
+ defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
33
33
  maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
34
- region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
34
+ region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, invalid_dependency_1.invalidProvider)("Region is missing"),
35
35
  requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
36
36
  retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
37
37
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
@@ -19,9 +19,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
19
19
  const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
20
20
  const getRuntimeConfig = (config) => {
21
21
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
22
- const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
22
+ const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
- const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
24
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  return {
26
26
  ...clientSharedValues,
27
27
  ...config,
@@ -30,19 +30,19 @@ const getRuntimeConfig = (config) => {
30
30
  base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
31
31
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
32
32
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
33
- credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : client_sts_1.decorateDefaultCredentialProvider(credential_provider_node_1.defaultProvider),
34
- defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
35
- maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
36
- region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
33
+ credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider),
34
+ defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
35
+ maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
36
+ region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
37
37
  requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
38
- retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
38
+ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (0, node_config_provider_1.loadConfig)({
39
39
  ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
40
40
  default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
41
41
  }),
42
42
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
43
43
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
44
- useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
45
- useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
44
+ useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
45
+ useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
46
46
  utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
47
47
  utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
48
48
  };
@@ -5,7 +5,7 @@ const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
6
  const getRuntimeConfig = (config) => {
7
7
  var _a;
8
- const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
8
+ const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config);
9
9
  return {
10
10
  ...browserDefaults,
11
11
  ...config,
@@ -25,12 +25,12 @@ const checkState = async (client, input) => {
25
25
  };
26
26
  const waitForResourceRecordSetsChanged = async (params, input) => {
27
27
  const serviceDefaults = { minDelay: 30, maxDelay: 120 };
28
- return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
28
+ return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
29
29
  };
30
30
  exports.waitForResourceRecordSetsChanged = waitForResourceRecordSetsChanged;
31
31
  const waitUntilResourceRecordSetsChanged = async (params, input) => {
32
32
  const serviceDefaults = { minDelay: 30, maxDelay: 120 };
33
- const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
34
- return util_waiter_1.checkExceptions(result);
33
+ const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
34
+ return (0, util_waiter_1.checkExceptions)(result);
35
35
  };
36
36
  exports.waitUntilResourceRecordSetsChanged = waitUntilResourceRecordSetsChanged;
@@ -76,7 +76,7 @@ var Route53 = (function (_super) {
76
76
  }
77
77
  else if (typeof cb === "function") {
78
78
  if (typeof optionsOrCb !== "object")
79
- throw new Error("Expect http options but get " + typeof optionsOrCb);
79
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
80
80
  this.send(command, optionsOrCb || {}, cb);
81
81
  }
82
82
  else {
@@ -90,7 +90,7 @@ var Route53 = (function (_super) {
90
90
  }
91
91
  else if (typeof cb === "function") {
92
92
  if (typeof optionsOrCb !== "object")
93
- throw new Error("Expect http options but get " + typeof optionsOrCb);
93
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
94
94
  this.send(command, optionsOrCb || {}, cb);
95
95
  }
96
96
  else {
@@ -104,7 +104,7 @@ var Route53 = (function (_super) {
104
104
  }
105
105
  else if (typeof cb === "function") {
106
106
  if (typeof optionsOrCb !== "object")
107
- throw new Error("Expect http options but get " + typeof optionsOrCb);
107
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
108
108
  this.send(command, optionsOrCb || {}, cb);
109
109
  }
110
110
  else {
@@ -118,7 +118,7 @@ var Route53 = (function (_super) {
118
118
  }
119
119
  else if (typeof cb === "function") {
120
120
  if (typeof optionsOrCb !== "object")
121
- throw new Error("Expect http options but get " + typeof optionsOrCb);
121
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
122
122
  this.send(command, optionsOrCb || {}, cb);
123
123
  }
124
124
  else {
@@ -132,7 +132,7 @@ var Route53 = (function (_super) {
132
132
  }
133
133
  else if (typeof cb === "function") {
134
134
  if (typeof optionsOrCb !== "object")
135
- throw new Error("Expect http options but get " + typeof optionsOrCb);
135
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
136
136
  this.send(command, optionsOrCb || {}, cb);
137
137
  }
138
138
  else {
@@ -146,7 +146,7 @@ var Route53 = (function (_super) {
146
146
  }
147
147
  else if (typeof cb === "function") {
148
148
  if (typeof optionsOrCb !== "object")
149
- throw new Error("Expect http options but get " + typeof optionsOrCb);
149
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
150
150
  this.send(command, optionsOrCb || {}, cb);
151
151
  }
152
152
  else {
@@ -160,7 +160,7 @@ var Route53 = (function (_super) {
160
160
  }
161
161
  else if (typeof cb === "function") {
162
162
  if (typeof optionsOrCb !== "object")
163
- throw new Error("Expect http options but get " + typeof optionsOrCb);
163
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
164
164
  this.send(command, optionsOrCb || {}, cb);
165
165
  }
166
166
  else {
@@ -174,7 +174,7 @@ var Route53 = (function (_super) {
174
174
  }
175
175
  else if (typeof cb === "function") {
176
176
  if (typeof optionsOrCb !== "object")
177
- throw new Error("Expect http options but get " + typeof optionsOrCb);
177
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
178
178
  this.send(command, optionsOrCb || {}, cb);
179
179
  }
180
180
  else {
@@ -188,7 +188,7 @@ var Route53 = (function (_super) {
188
188
  }
189
189
  else if (typeof cb === "function") {
190
190
  if (typeof optionsOrCb !== "object")
191
- throw new Error("Expect http options but get " + typeof optionsOrCb);
191
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
192
192
  this.send(command, optionsOrCb || {}, cb);
193
193
  }
194
194
  else {
@@ -202,7 +202,7 @@ var Route53 = (function (_super) {
202
202
  }
203
203
  else if (typeof cb === "function") {
204
204
  if (typeof optionsOrCb !== "object")
205
- throw new Error("Expect http options but get " + typeof optionsOrCb);
205
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
206
206
  this.send(command, optionsOrCb || {}, cb);
207
207
  }
208
208
  else {
@@ -216,7 +216,7 @@ var Route53 = (function (_super) {
216
216
  }
217
217
  else if (typeof cb === "function") {
218
218
  if (typeof optionsOrCb !== "object")
219
- throw new Error("Expect http options but get " + typeof optionsOrCb);
219
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
220
220
  this.send(command, optionsOrCb || {}, cb);
221
221
  }
222
222
  else {
@@ -230,7 +230,7 @@ var Route53 = (function (_super) {
230
230
  }
231
231
  else if (typeof cb === "function") {
232
232
  if (typeof optionsOrCb !== "object")
233
- throw new Error("Expect http options but get " + typeof optionsOrCb);
233
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
234
234
  this.send(command, optionsOrCb || {}, cb);
235
235
  }
236
236
  else {
@@ -244,7 +244,7 @@ var Route53 = (function (_super) {
244
244
  }
245
245
  else if (typeof cb === "function") {
246
246
  if (typeof optionsOrCb !== "object")
247
- throw new Error("Expect http options but get " + typeof optionsOrCb);
247
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
248
248
  this.send(command, optionsOrCb || {}, cb);
249
249
  }
250
250
  else {
@@ -258,7 +258,7 @@ var Route53 = (function (_super) {
258
258
  }
259
259
  else if (typeof cb === "function") {
260
260
  if (typeof optionsOrCb !== "object")
261
- throw new Error("Expect http options but get " + typeof optionsOrCb);
261
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
262
262
  this.send(command, optionsOrCb || {}, cb);
263
263
  }
264
264
  else {
@@ -272,7 +272,7 @@ var Route53 = (function (_super) {
272
272
  }
273
273
  else if (typeof cb === "function") {
274
274
  if (typeof optionsOrCb !== "object")
275
- throw new Error("Expect http options but get " + typeof optionsOrCb);
275
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
276
276
  this.send(command, optionsOrCb || {}, cb);
277
277
  }
278
278
  else {
@@ -286,7 +286,7 @@ var Route53 = (function (_super) {
286
286
  }
287
287
  else if (typeof cb === "function") {
288
288
  if (typeof optionsOrCb !== "object")
289
- throw new Error("Expect http options but get " + typeof optionsOrCb);
289
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
290
290
  this.send(command, optionsOrCb || {}, cb);
291
291
  }
292
292
  else {
@@ -300,7 +300,7 @@ var Route53 = (function (_super) {
300
300
  }
301
301
  else if (typeof cb === "function") {
302
302
  if (typeof optionsOrCb !== "object")
303
- throw new Error("Expect http options but get " + typeof optionsOrCb);
303
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
304
304
  this.send(command, optionsOrCb || {}, cb);
305
305
  }
306
306
  else {
@@ -314,7 +314,7 @@ var Route53 = (function (_super) {
314
314
  }
315
315
  else if (typeof cb === "function") {
316
316
  if (typeof optionsOrCb !== "object")
317
- throw new Error("Expect http options but get " + typeof optionsOrCb);
317
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
318
318
  this.send(command, optionsOrCb || {}, cb);
319
319
  }
320
320
  else {
@@ -328,7 +328,7 @@ var Route53 = (function (_super) {
328
328
  }
329
329
  else if (typeof cb === "function") {
330
330
  if (typeof optionsOrCb !== "object")
331
- throw new Error("Expect http options but get " + typeof optionsOrCb);
331
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
332
332
  this.send(command, optionsOrCb || {}, cb);
333
333
  }
334
334
  else {
@@ -342,7 +342,7 @@ var Route53 = (function (_super) {
342
342
  }
343
343
  else if (typeof cb === "function") {
344
344
  if (typeof optionsOrCb !== "object")
345
- throw new Error("Expect http options but get " + typeof optionsOrCb);
345
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
346
346
  this.send(command, optionsOrCb || {}, cb);
347
347
  }
348
348
  else {
@@ -356,7 +356,7 @@ var Route53 = (function (_super) {
356
356
  }
357
357
  else if (typeof cb === "function") {
358
358
  if (typeof optionsOrCb !== "object")
359
- throw new Error("Expect http options but get " + typeof optionsOrCb);
359
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
360
360
  this.send(command, optionsOrCb || {}, cb);
361
361
  }
362
362
  else {
@@ -370,7 +370,7 @@ var Route53 = (function (_super) {
370
370
  }
371
371
  else if (typeof cb === "function") {
372
372
  if (typeof optionsOrCb !== "object")
373
- throw new Error("Expect http options but get " + typeof optionsOrCb);
373
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
374
374
  this.send(command, optionsOrCb || {}, cb);
375
375
  }
376
376
  else {
@@ -384,7 +384,7 @@ var Route53 = (function (_super) {
384
384
  }
385
385
  else if (typeof cb === "function") {
386
386
  if (typeof optionsOrCb !== "object")
387
- throw new Error("Expect http options but get " + typeof optionsOrCb);
387
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
388
388
  this.send(command, optionsOrCb || {}, cb);
389
389
  }
390
390
  else {
@@ -398,7 +398,7 @@ var Route53 = (function (_super) {
398
398
  }
399
399
  else if (typeof cb === "function") {
400
400
  if (typeof optionsOrCb !== "object")
401
- throw new Error("Expect http options but get " + typeof optionsOrCb);
401
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
402
402
  this.send(command, optionsOrCb || {}, cb);
403
403
  }
404
404
  else {
@@ -412,7 +412,7 @@ var Route53 = (function (_super) {
412
412
  }
413
413
  else if (typeof cb === "function") {
414
414
  if (typeof optionsOrCb !== "object")
415
- throw new Error("Expect http options but get " + typeof optionsOrCb);
415
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
416
416
  this.send(command, optionsOrCb || {}, cb);
417
417
  }
418
418
  else {
@@ -426,7 +426,7 @@ var Route53 = (function (_super) {
426
426
  }
427
427
  else if (typeof cb === "function") {
428
428
  if (typeof optionsOrCb !== "object")
429
- throw new Error("Expect http options but get " + typeof optionsOrCb);
429
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
430
430
  this.send(command, optionsOrCb || {}, cb);
431
431
  }
432
432
  else {
@@ -440,7 +440,7 @@ var Route53 = (function (_super) {
440
440
  }
441
441
  else if (typeof cb === "function") {
442
442
  if (typeof optionsOrCb !== "object")
443
- throw new Error("Expect http options but get " + typeof optionsOrCb);
443
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
444
444
  this.send(command, optionsOrCb || {}, cb);
445
445
  }
446
446
  else {
@@ -454,7 +454,7 @@ var Route53 = (function (_super) {
454
454
  }
455
455
  else if (typeof cb === "function") {
456
456
  if (typeof optionsOrCb !== "object")
457
- throw new Error("Expect http options but get " + typeof optionsOrCb);
457
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
458
458
  this.send(command, optionsOrCb || {}, cb);
459
459
  }
460
460
  else {
@@ -468,7 +468,7 @@ var Route53 = (function (_super) {
468
468
  }
469
469
  else if (typeof cb === "function") {
470
470
  if (typeof optionsOrCb !== "object")
471
- throw new Error("Expect http options but get " + typeof optionsOrCb);
471
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
472
472
  this.send(command, optionsOrCb || {}, cb);
473
473
  }
474
474
  else {
@@ -482,7 +482,7 @@ var Route53 = (function (_super) {
482
482
  }
483
483
  else if (typeof cb === "function") {
484
484
  if (typeof optionsOrCb !== "object")
485
- throw new Error("Expect http options but get " + typeof optionsOrCb);
485
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
486
486
  this.send(command, optionsOrCb || {}, cb);
487
487
  }
488
488
  else {
@@ -496,7 +496,7 @@ var Route53 = (function (_super) {
496
496
  }
497
497
  else if (typeof cb === "function") {
498
498
  if (typeof optionsOrCb !== "object")
499
- throw new Error("Expect http options but get " + typeof optionsOrCb);
499
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
500
500
  this.send(command, optionsOrCb || {}, cb);
501
501
  }
502
502
  else {
@@ -510,7 +510,7 @@ var Route53 = (function (_super) {
510
510
  }
511
511
  else if (typeof cb === "function") {
512
512
  if (typeof optionsOrCb !== "object")
513
- throw new Error("Expect http options but get " + typeof optionsOrCb);
513
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
514
514
  this.send(command, optionsOrCb || {}, cb);
515
515
  }
516
516
  else {
@@ -524,7 +524,7 @@ var Route53 = (function (_super) {
524
524
  }
525
525
  else if (typeof cb === "function") {
526
526
  if (typeof optionsOrCb !== "object")
527
- throw new Error("Expect http options but get " + typeof optionsOrCb);
527
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
528
528
  this.send(command, optionsOrCb || {}, cb);
529
529
  }
530
530
  else {
@@ -538,7 +538,7 @@ var Route53 = (function (_super) {
538
538
  }
539
539
  else if (typeof cb === "function") {
540
540
  if (typeof optionsOrCb !== "object")
541
- throw new Error("Expect http options but get " + typeof optionsOrCb);
541
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
542
542
  this.send(command, optionsOrCb || {}, cb);
543
543
  }
544
544
  else {
@@ -552,7 +552,7 @@ var Route53 = (function (_super) {
552
552
  }
553
553
  else if (typeof cb === "function") {
554
554
  if (typeof optionsOrCb !== "object")
555
- throw new Error("Expect http options but get " + typeof optionsOrCb);
555
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
556
556
  this.send(command, optionsOrCb || {}, cb);
557
557
  }
558
558
  else {
@@ -566,7 +566,7 @@ var Route53 = (function (_super) {
566
566
  }
567
567
  else if (typeof cb === "function") {
568
568
  if (typeof optionsOrCb !== "object")
569
- throw new Error("Expect http options but get " + typeof optionsOrCb);
569
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
570
570
  this.send(command, optionsOrCb || {}, cb);
571
571
  }
572
572
  else {
@@ -580,7 +580,7 @@ var Route53 = (function (_super) {
580
580
  }
581
581
  else if (typeof cb === "function") {
582
582
  if (typeof optionsOrCb !== "object")
583
- throw new Error("Expect http options but get " + typeof optionsOrCb);
583
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
584
584
  this.send(command, optionsOrCb || {}, cb);
585
585
  }
586
586
  else {
@@ -594,7 +594,7 @@ var Route53 = (function (_super) {
594
594
  }
595
595
  else if (typeof cb === "function") {
596
596
  if (typeof optionsOrCb !== "object")
597
- throw new Error("Expect http options but get " + typeof optionsOrCb);
597
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
598
598
  this.send(command, optionsOrCb || {}, cb);
599
599
  }
600
600
  else {
@@ -608,7 +608,7 @@ var Route53 = (function (_super) {
608
608
  }
609
609
  else if (typeof cb === "function") {
610
610
  if (typeof optionsOrCb !== "object")
611
- throw new Error("Expect http options but get " + typeof optionsOrCb);
611
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
612
612
  this.send(command, optionsOrCb || {}, cb);
613
613
  }
614
614
  else {
@@ -622,7 +622,7 @@ var Route53 = (function (_super) {
622
622
  }
623
623
  else if (typeof cb === "function") {
624
624
  if (typeof optionsOrCb !== "object")
625
- throw new Error("Expect http options but get " + typeof optionsOrCb);
625
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
626
626
  this.send(command, optionsOrCb || {}, cb);
627
627
  }
628
628
  else {
@@ -636,7 +636,7 @@ var Route53 = (function (_super) {
636
636
  }
637
637
  else if (typeof cb === "function") {
638
638
  if (typeof optionsOrCb !== "object")
639
- throw new Error("Expect http options but get " + typeof optionsOrCb);
639
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
640
640
  this.send(command, optionsOrCb || {}, cb);
641
641
  }
642
642
  else {
@@ -650,7 +650,7 @@ var Route53 = (function (_super) {
650
650
  }
651
651
  else if (typeof cb === "function") {
652
652
  if (typeof optionsOrCb !== "object")
653
- throw new Error("Expect http options but get " + typeof optionsOrCb);
653
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
654
654
  this.send(command, optionsOrCb || {}, cb);
655
655
  }
656
656
  else {
@@ -664,7 +664,7 @@ var Route53 = (function (_super) {
664
664
  }
665
665
  else if (typeof cb === "function") {
666
666
  if (typeof optionsOrCb !== "object")
667
- throw new Error("Expect http options but get " + typeof optionsOrCb);
667
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
668
668
  this.send(command, optionsOrCb || {}, cb);
669
669
  }
670
670
  else {
@@ -678,7 +678,7 @@ var Route53 = (function (_super) {
678
678
  }
679
679
  else if (typeof cb === "function") {
680
680
  if (typeof optionsOrCb !== "object")
681
- throw new Error("Expect http options but get " + typeof optionsOrCb);
681
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
682
682
  this.send(command, optionsOrCb || {}, cb);
683
683
  }
684
684
  else {
@@ -692,7 +692,7 @@ var Route53 = (function (_super) {
692
692
  }
693
693
  else if (typeof cb === "function") {
694
694
  if (typeof optionsOrCb !== "object")
695
- throw new Error("Expect http options but get " + typeof optionsOrCb);
695
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
696
696
  this.send(command, optionsOrCb || {}, cb);
697
697
  }
698
698
  else {
@@ -706,7 +706,7 @@ var Route53 = (function (_super) {
706
706
  }
707
707
  else if (typeof cb === "function") {
708
708
  if (typeof optionsOrCb !== "object")
709
- throw new Error("Expect http options but get " + typeof optionsOrCb);
709
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
710
710
  this.send(command, optionsOrCb || {}, cb);
711
711
  }
712
712
  else {
@@ -720,7 +720,7 @@ var Route53 = (function (_super) {
720
720
  }
721
721
  else if (typeof cb === "function") {
722
722
  if (typeof optionsOrCb !== "object")
723
- throw new Error("Expect http options but get " + typeof optionsOrCb);
723
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
724
724
  this.send(command, optionsOrCb || {}, cb);
725
725
  }
726
726
  else {
@@ -734,7 +734,7 @@ var Route53 = (function (_super) {
734
734
  }
735
735
  else if (typeof cb === "function") {
736
736
  if (typeof optionsOrCb !== "object")
737
- throw new Error("Expect http options but get " + typeof optionsOrCb);
737
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
738
738
  this.send(command, optionsOrCb || {}, cb);
739
739
  }
740
740
  else {
@@ -748,7 +748,7 @@ var Route53 = (function (_super) {
748
748
  }
749
749
  else if (typeof cb === "function") {
750
750
  if (typeof optionsOrCb !== "object")
751
- throw new Error("Expect http options but get " + typeof optionsOrCb);
751
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
752
752
  this.send(command, optionsOrCb || {}, cb);
753
753
  }
754
754
  else {
@@ -762,7 +762,7 @@ var Route53 = (function (_super) {
762
762
  }
763
763
  else if (typeof cb === "function") {
764
764
  if (typeof optionsOrCb !== "object")
765
- throw new Error("Expect http options but get " + typeof optionsOrCb);
765
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
766
766
  this.send(command, optionsOrCb || {}, cb);
767
767
  }
768
768
  else {
@@ -776,7 +776,7 @@ var Route53 = (function (_super) {
776
776
  }
777
777
  else if (typeof cb === "function") {
778
778
  if (typeof optionsOrCb !== "object")
779
- throw new Error("Expect http options but get " + typeof optionsOrCb);
779
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
780
780
  this.send(command, optionsOrCb || {}, cb);
781
781
  }
782
782
  else {
@@ -790,7 +790,7 @@ var Route53 = (function (_super) {
790
790
  }
791
791
  else if (typeof cb === "function") {
792
792
  if (typeof optionsOrCb !== "object")
793
- throw new Error("Expect http options but get " + typeof optionsOrCb);
793
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
794
794
  this.send(command, optionsOrCb || {}, cb);
795
795
  }
796
796
  else {
@@ -804,7 +804,7 @@ var Route53 = (function (_super) {
804
804
  }
805
805
  else if (typeof cb === "function") {
806
806
  if (typeof optionsOrCb !== "object")
807
- throw new Error("Expect http options but get " + typeof optionsOrCb);
807
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
808
808
  this.send(command, optionsOrCb || {}, cb);
809
809
  }
810
810
  else {
@@ -818,7 +818,7 @@ var Route53 = (function (_super) {
818
818
  }
819
819
  else if (typeof cb === "function") {
820
820
  if (typeof optionsOrCb !== "object")
821
- throw new Error("Expect http options but get " + typeof optionsOrCb);
821
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
822
822
  this.send(command, optionsOrCb || {}, cb);
823
823
  }
824
824
  else {
@@ -832,7 +832,7 @@ var Route53 = (function (_super) {
832
832
  }
833
833
  else if (typeof cb === "function") {
834
834
  if (typeof optionsOrCb !== "object")
835
- throw new Error("Expect http options but get " + typeof optionsOrCb);
835
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
836
836
  this.send(command, optionsOrCb || {}, cb);
837
837
  }
838
838
  else {
@@ -846,7 +846,7 @@ var Route53 = (function (_super) {
846
846
  }
847
847
  else if (typeof cb === "function") {
848
848
  if (typeof optionsOrCb !== "object")
849
- throw new Error("Expect http options but get " + typeof optionsOrCb);
849
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
850
850
  this.send(command, optionsOrCb || {}, cb);
851
851
  }
852
852
  else {
@@ -860,7 +860,7 @@ var Route53 = (function (_super) {
860
860
  }
861
861
  else if (typeof cb === "function") {
862
862
  if (typeof optionsOrCb !== "object")
863
- throw new Error("Expect http options but get " + typeof optionsOrCb);
863
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
864
864
  this.send(command, optionsOrCb || {}, cb);
865
865
  }
866
866
  else {
@@ -874,7 +874,7 @@ var Route53 = (function (_super) {
874
874
  }
875
875
  else if (typeof cb === "function") {
876
876
  if (typeof optionsOrCb !== "object")
877
- throw new Error("Expect http options but get " + typeof optionsOrCb);
877
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
878
878
  this.send(command, optionsOrCb || {}, cb);
879
879
  }
880
880
  else {
@@ -888,7 +888,7 @@ var Route53 = (function (_super) {
888
888
  }
889
889
  else if (typeof cb === "function") {
890
890
  if (typeof optionsOrCb !== "object")
891
- throw new Error("Expect http options but get " + typeof optionsOrCb);
891
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
892
892
  this.send(command, optionsOrCb || {}, cb);
893
893
  }
894
894
  else {
@@ -902,7 +902,7 @@ var Route53 = (function (_super) {
902
902
  }
903
903
  else if (typeof cb === "function") {
904
904
  if (typeof optionsOrCb !== "object")
905
- throw new Error("Expect http options but get " + typeof optionsOrCb);
905
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
906
906
  this.send(command, optionsOrCb || {}, cb);
907
907
  }
908
908
  else {
@@ -916,7 +916,7 @@ var Route53 = (function (_super) {
916
916
  }
917
917
  else if (typeof cb === "function") {
918
918
  if (typeof optionsOrCb !== "object")
919
- throw new Error("Expect http options but get " + typeof optionsOrCb);
919
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
920
920
  this.send(command, optionsOrCb || {}, cb);
921
921
  }
922
922
  else {
@@ -930,7 +930,7 @@ var Route53 = (function (_super) {
930
930
  }
931
931
  else if (typeof cb === "function") {
932
932
  if (typeof optionsOrCb !== "object")
933
- throw new Error("Expect http options but get " + typeof optionsOrCb);
933
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
934
934
  this.send(command, optionsOrCb || {}, cb);
935
935
  }
936
936
  else {
@@ -944,7 +944,7 @@ var Route53 = (function (_super) {
944
944
  }
945
945
  else if (typeof cb === "function") {
946
946
  if (typeof optionsOrCb !== "object")
947
- throw new Error("Expect http options but get " + typeof optionsOrCb);
947
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
948
948
  this.send(command, optionsOrCb || {}, cb);
949
949
  }
950
950
  else {
@@ -958,7 +958,7 @@ var Route53 = (function (_super) {
958
958
  }
959
959
  else if (typeof cb === "function") {
960
960
  if (typeof optionsOrCb !== "object")
961
- throw new Error("Expect http options but get " + typeof optionsOrCb);
961
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
962
962
  this.send(command, optionsOrCb || {}, cb);
963
963
  }
964
964
  else {