@aws-sdk/client-route-53 3.54.0 → 3.56.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 (80) 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/runtimeConfig.native.d.ts +2 -2
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  80. package/package.json +37 -37
@@ -14,7 +14,7 @@ export var serializeAws_restXmlActivateKeySigningKeyCommand = function (input, c
14
14
  case 1:
15
15
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
16
16
  headers = {};
17
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
17
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
18
18
  "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate";
19
19
  if (input.HostedZoneId !== undefined) {
20
20
  labelValue = input.HostedZoneId;
@@ -58,7 +58,7 @@ export var serializeAws_restXmlAssociateVPCWithHostedZoneCommand = function (inp
58
58
  headers = {
59
59
  "content-type": "application/xml",
60
60
  };
61
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
61
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
62
62
  "/2013-04-01/hostedzone/{HostedZoneId}/associatevpc";
63
63
  if (input.HostedZoneId !== undefined) {
64
64
  labelValue = input.HostedZoneId;
@@ -104,7 +104,7 @@ export var serializeAws_restXmlChangeResourceRecordSetsCommand = function (input
104
104
  headers = {
105
105
  "content-type": "application/xml",
106
106
  };
107
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
107
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
108
108
  "/2013-04-01/hostedzone/{HostedZoneId}/rrset";
109
109
  if (input.HostedZoneId !== undefined) {
110
110
  labelValue = input.HostedZoneId;
@@ -146,7 +146,7 @@ export var serializeAws_restXmlChangeTagsForResourceCommand = function (input, c
146
146
  headers = {
147
147
  "content-type": "application/xml",
148
148
  };
149
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
149
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
150
150
  "/2013-04-01/tags/{ResourceType}/{ResourceId}";
151
151
  if (input.ResourceType !== undefined) {
152
152
  labelValue = input.ResourceType;
@@ -210,7 +210,7 @@ export var serializeAws_restXmlCreateHealthCheckCommand = function (input, conte
210
210
  headers = {
211
211
  "content-type": "application/xml",
212
212
  };
213
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck";
213
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck";
214
214
  body = '<?xml version="1.0" encoding="UTF-8"?>';
215
215
  bodyNode = new __XmlNode("CreateHealthCheckRequest");
216
216
  bodyNode.addAttribute("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
@@ -247,7 +247,7 @@ export var serializeAws_restXmlCreateHostedZoneCommand = function (input, contex
247
247
  headers = {
248
248
  "content-type": "application/xml",
249
249
  };
250
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone";
250
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone";
251
251
  body = '<?xml version="1.0" encoding="UTF-8"?>';
252
252
  bodyNode = new __XmlNode("CreateHostedZoneRequest");
253
253
  bodyNode.addAttribute("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
@@ -296,7 +296,7 @@ export var serializeAws_restXmlCreateKeySigningKeyCommand = function (input, con
296
296
  headers = {
297
297
  "content-type": "application/xml",
298
298
  };
299
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/keysigningkey";
299
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/keysigningkey";
300
300
  body = '<?xml version="1.0" encoding="UTF-8"?>';
301
301
  bodyNode = new __XmlNode("CreateKeySigningKeyRequest");
302
302
  bodyNode.addAttribute("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
@@ -345,7 +345,7 @@ export var serializeAws_restXmlCreateQueryLoggingConfigCommand = function (input
345
345
  headers = {
346
346
  "content-type": "application/xml",
347
347
  };
348
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig";
348
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig";
349
349
  body = '<?xml version="1.0" encoding="UTF-8"?>';
350
350
  bodyNode = new __XmlNode("CreateQueryLoggingConfigRequest");
351
351
  bodyNode.addAttribute("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
@@ -382,7 +382,7 @@ export var serializeAws_restXmlCreateReusableDelegationSetCommand = function (in
382
382
  headers = {
383
383
  "content-type": "application/xml",
384
384
  };
385
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset";
385
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset";
386
386
  body = '<?xml version="1.0" encoding="UTF-8"?>';
387
387
  bodyNode = new __XmlNode("CreateReusableDelegationSetRequest");
388
388
  bodyNode.addAttribute("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
@@ -417,7 +417,7 @@ export var serializeAws_restXmlCreateTrafficPolicyCommand = function (input, con
417
417
  headers = {
418
418
  "content-type": "application/xml",
419
419
  };
420
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy";
420
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy";
421
421
  body = '<?xml version="1.0" encoding="UTF-8"?>';
422
422
  bodyNode = new __XmlNode("CreateTrafficPolicyRequest");
423
423
  bodyNode.addAttribute("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
@@ -458,7 +458,7 @@ export var serializeAws_restXmlCreateTrafficPolicyInstanceCommand = function (in
458
458
  headers = {
459
459
  "content-type": "application/xml",
460
460
  };
461
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance";
461
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance";
462
462
  body = '<?xml version="1.0" encoding="UTF-8"?>';
463
463
  bodyNode = new __XmlNode("CreateTrafficPolicyInstanceRequest");
464
464
  bodyNode.addAttribute("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
@@ -509,7 +509,7 @@ export var serializeAws_restXmlCreateTrafficPolicyVersionCommand = function (inp
509
509
  headers = {
510
510
  "content-type": "application/xml",
511
511
  };
512
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}";
512
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}";
513
513
  if (input.Id !== undefined) {
514
514
  labelValue = input.Id;
515
515
  if (labelValue.length <= 0) {
@@ -556,7 +556,7 @@ export var serializeAws_restXmlCreateVPCAssociationAuthorizationCommand = functi
556
556
  headers = {
557
557
  "content-type": "application/xml",
558
558
  };
559
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
559
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
560
560
  "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation";
561
561
  if (input.HostedZoneId !== undefined) {
562
562
  labelValue = input.HostedZoneId;
@@ -596,7 +596,7 @@ export var serializeAws_restXmlDeactivateKeySigningKeyCommand = function (input,
596
596
  case 1:
597
597
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
598
598
  headers = {};
599
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
599
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
600
600
  "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate";
601
601
  if (input.HostedZoneId !== undefined) {
602
602
  labelValue = input.HostedZoneId;
@@ -638,7 +638,7 @@ export var serializeAws_restXmlDeleteHealthCheckCommand = function (input, conte
638
638
  case 1:
639
639
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
640
640
  headers = {};
641
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck/{HealthCheckId}";
641
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck/{HealthCheckId}";
642
642
  if (input.HealthCheckId !== undefined) {
643
643
  labelValue = input.HealthCheckId;
644
644
  if (labelValue.length <= 0) {
@@ -669,7 +669,7 @@ export var serializeAws_restXmlDeleteHostedZoneCommand = function (input, contex
669
669
  case 1:
670
670
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
671
671
  headers = {};
672
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone/{Id}";
672
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone/{Id}";
673
673
  if (input.Id !== undefined) {
674
674
  labelValue = input.Id;
675
675
  if (labelValue.length <= 0) {
@@ -700,7 +700,7 @@ export var serializeAws_restXmlDeleteKeySigningKeyCommand = function (input, con
700
700
  case 1:
701
701
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
702
702
  headers = {};
703
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
703
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
704
704
  "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}";
705
705
  if (input.HostedZoneId !== undefined) {
706
706
  labelValue = input.HostedZoneId;
@@ -742,7 +742,7 @@ export var serializeAws_restXmlDeleteQueryLoggingConfigCommand = function (input
742
742
  case 1:
743
743
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
744
744
  headers = {};
745
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig/{Id}";
745
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig/{Id}";
746
746
  if (input.Id !== undefined) {
747
747
  labelValue = input.Id;
748
748
  if (labelValue.length <= 0) {
@@ -773,7 +773,7 @@ export var serializeAws_restXmlDeleteReusableDelegationSetCommand = function (in
773
773
  case 1:
774
774
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
775
775
  headers = {};
776
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset/{Id}";
776
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset/{Id}";
777
777
  if (input.Id !== undefined) {
778
778
  labelValue = input.Id;
779
779
  if (labelValue.length <= 0) {
@@ -804,7 +804,7 @@ export var serializeAws_restXmlDeleteTrafficPolicyCommand = function (input, con
804
804
  case 1:
805
805
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
806
806
  headers = {};
807
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}/{Version}";
807
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}/{Version}";
808
808
  if (input.Id !== undefined) {
809
809
  labelValue = input.Id;
810
810
  if (labelValue.length <= 0) {
@@ -845,7 +845,7 @@ export var serializeAws_restXmlDeleteTrafficPolicyInstanceCommand = function (in
845
845
  case 1:
846
846
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
847
847
  headers = {};
848
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance/{Id}";
848
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance/{Id}";
849
849
  if (input.Id !== undefined) {
850
850
  labelValue = input.Id;
851
851
  if (labelValue.length <= 0) {
@@ -878,7 +878,7 @@ export var serializeAws_restXmlDeleteVPCAssociationAuthorizationCommand = functi
878
878
  headers = {
879
879
  "content-type": "application/xml",
880
880
  };
881
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
881
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
882
882
  "/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation";
883
883
  if (input.HostedZoneId !== undefined) {
884
884
  labelValue = input.HostedZoneId;
@@ -918,7 +918,7 @@ export var serializeAws_restXmlDisableHostedZoneDNSSECCommand = function (input,
918
918
  case 1:
919
919
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
920
920
  headers = {};
921
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
921
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
922
922
  "/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec";
923
923
  if (input.HostedZoneId !== undefined) {
924
924
  labelValue = input.HostedZoneId;
@@ -952,7 +952,7 @@ export var serializeAws_restXmlDisassociateVPCFromHostedZoneCommand = function (
952
952
  headers = {
953
953
  "content-type": "application/xml",
954
954
  };
955
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
955
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
956
956
  "/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc";
957
957
  if (input.HostedZoneId !== undefined) {
958
958
  labelValue = input.HostedZoneId;
@@ -996,7 +996,7 @@ export var serializeAws_restXmlEnableHostedZoneDNSSECCommand = function (input,
996
996
  case 1:
997
997
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
998
998
  headers = {};
999
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
999
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1000
1000
  "/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec";
1001
1001
  if (input.HostedZoneId !== undefined) {
1002
1002
  labelValue = input.HostedZoneId;
@@ -1028,7 +1028,7 @@ export var serializeAws_restXmlGetAccountLimitCommand = function (input, context
1028
1028
  case 1:
1029
1029
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1030
1030
  headers = {};
1031
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/accountlimit/{Type}";
1031
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/accountlimit/{Type}";
1032
1032
  if (input.Type !== undefined) {
1033
1033
  labelValue = input.Type;
1034
1034
  if (labelValue.length <= 0) {
@@ -1059,7 +1059,7 @@ export var serializeAws_restXmlGetChangeCommand = function (input, context) { re
1059
1059
  case 1:
1060
1060
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1061
1061
  headers = {};
1062
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/change/{Id}";
1062
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/change/{Id}";
1063
1063
  if (input.Id !== undefined) {
1064
1064
  labelValue = input.Id;
1065
1065
  if (labelValue.length <= 0) {
@@ -1092,7 +1092,7 @@ export var serializeAws_restXmlGetCheckerIpRangesCommand = function (input, cont
1092
1092
  headers = {
1093
1093
  "content-type": "application/xml",
1094
1094
  };
1095
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/checkeripranges";
1095
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/checkeripranges";
1096
1096
  body = "";
1097
1097
  return [2, new __HttpRequest({
1098
1098
  protocol: protocol,
@@ -1114,7 +1114,7 @@ export var serializeAws_restXmlGetDNSSECCommand = function (input, context) { re
1114
1114
  case 1:
1115
1115
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1116
1116
  headers = {};
1117
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1117
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1118
1118
  "/2013-04-01/hostedzone/{HostedZoneId}/dnssec";
1119
1119
  if (input.HostedZoneId !== undefined) {
1120
1120
  labelValue = input.HostedZoneId;
@@ -1146,7 +1146,7 @@ export var serializeAws_restXmlGetGeoLocationCommand = function (input, context)
1146
1146
  case 1:
1147
1147
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1148
1148
  headers = {};
1149
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/geolocation";
1149
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/geolocation";
1150
1150
  query = __assign(__assign(__assign({}, (input.ContinentCode !== undefined && { continentcode: input.ContinentCode })), (input.CountryCode !== undefined && { countrycode: input.CountryCode })), (input.SubdivisionCode !== undefined && { subdivisioncode: input.SubdivisionCode }));
1151
1151
  return [2, new __HttpRequest({
1152
1152
  protocol: protocol,
@@ -1169,7 +1169,7 @@ export var serializeAws_restXmlGetHealthCheckCommand = function (input, context)
1169
1169
  case 1:
1170
1170
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1171
1171
  headers = {};
1172
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck/{HealthCheckId}";
1172
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck/{HealthCheckId}";
1173
1173
  if (input.HealthCheckId !== undefined) {
1174
1174
  labelValue = input.HealthCheckId;
1175
1175
  if (labelValue.length <= 0) {
@@ -1202,7 +1202,7 @@ export var serializeAws_restXmlGetHealthCheckCountCommand = function (input, con
1202
1202
  headers = {
1203
1203
  "content-type": "application/xml",
1204
1204
  };
1205
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheckcount";
1205
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheckcount";
1206
1206
  body = "";
1207
1207
  return [2, new __HttpRequest({
1208
1208
  protocol: protocol,
@@ -1224,7 +1224,7 @@ export var serializeAws_restXmlGetHealthCheckLastFailureReasonCommand = function
1224
1224
  case 1:
1225
1225
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1226
1226
  headers = {};
1227
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1227
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1228
1228
  "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason";
1229
1229
  if (input.HealthCheckId !== undefined) {
1230
1230
  labelValue = input.HealthCheckId;
@@ -1256,7 +1256,7 @@ export var serializeAws_restXmlGetHealthCheckStatusCommand = function (input, co
1256
1256
  case 1:
1257
1257
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1258
1258
  headers = {};
1259
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1259
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1260
1260
  "/2013-04-01/healthcheck/{HealthCheckId}/status";
1261
1261
  if (input.HealthCheckId !== undefined) {
1262
1262
  labelValue = input.HealthCheckId;
@@ -1288,7 +1288,7 @@ export var serializeAws_restXmlGetHostedZoneCommand = function (input, context)
1288
1288
  case 1:
1289
1289
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1290
1290
  headers = {};
1291
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone/{Id}";
1291
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone/{Id}";
1292
1292
  if (input.Id !== undefined) {
1293
1293
  labelValue = input.Id;
1294
1294
  if (labelValue.length <= 0) {
@@ -1321,7 +1321,7 @@ export var serializeAws_restXmlGetHostedZoneCountCommand = function (input, cont
1321
1321
  headers = {
1322
1322
  "content-type": "application/xml",
1323
1323
  };
1324
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzonecount";
1324
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzonecount";
1325
1325
  body = "";
1326
1326
  return [2, new __HttpRequest({
1327
1327
  protocol: protocol,
@@ -1343,7 +1343,7 @@ export var serializeAws_restXmlGetHostedZoneLimitCommand = function (input, cont
1343
1343
  case 1:
1344
1344
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1345
1345
  headers = {};
1346
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1346
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1347
1347
  "/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}";
1348
1348
  if (input.Type !== undefined) {
1349
1349
  labelValue = input.Type;
@@ -1385,7 +1385,7 @@ export var serializeAws_restXmlGetQueryLoggingConfigCommand = function (input, c
1385
1385
  case 1:
1386
1386
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1387
1387
  headers = {};
1388
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig/{Id}";
1388
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig/{Id}";
1389
1389
  if (input.Id !== undefined) {
1390
1390
  labelValue = input.Id;
1391
1391
  if (labelValue.length <= 0) {
@@ -1416,7 +1416,7 @@ export var serializeAws_restXmlGetReusableDelegationSetCommand = function (input
1416
1416
  case 1:
1417
1417
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1418
1418
  headers = {};
1419
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset/{Id}";
1419
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset/{Id}";
1420
1420
  if (input.Id !== undefined) {
1421
1421
  labelValue = input.Id;
1422
1422
  if (labelValue.length <= 0) {
@@ -1447,7 +1447,7 @@ export var serializeAws_restXmlGetReusableDelegationSetLimitCommand = function (
1447
1447
  case 1:
1448
1448
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1449
1449
  headers = {};
1450
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1450
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1451
1451
  "/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}";
1452
1452
  if (input.Type !== undefined) {
1453
1453
  labelValue = input.Type;
@@ -1489,7 +1489,7 @@ export var serializeAws_restXmlGetTrafficPolicyCommand = function (input, contex
1489
1489
  case 1:
1490
1490
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1491
1491
  headers = {};
1492
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}/{Version}";
1492
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}/{Version}";
1493
1493
  if (input.Id !== undefined) {
1494
1494
  labelValue = input.Id;
1495
1495
  if (labelValue.length <= 0) {
@@ -1530,7 +1530,7 @@ export var serializeAws_restXmlGetTrafficPolicyInstanceCommand = function (input
1530
1530
  case 1:
1531
1531
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1532
1532
  headers = {};
1533
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance/{Id}";
1533
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance/{Id}";
1534
1534
  if (input.Id !== undefined) {
1535
1535
  labelValue = input.Id;
1536
1536
  if (labelValue.length <= 0) {
@@ -1563,7 +1563,7 @@ export var serializeAws_restXmlGetTrafficPolicyInstanceCountCommand = function (
1563
1563
  headers = {
1564
1564
  "content-type": "application/xml",
1565
1565
  };
1566
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstancecount";
1566
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstancecount";
1567
1567
  body = "";
1568
1568
  return [2, new __HttpRequest({
1569
1569
  protocol: protocol,
@@ -1585,7 +1585,7 @@ export var serializeAws_restXmlListGeoLocationsCommand = function (input, contex
1585
1585
  case 1:
1586
1586
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1587
1587
  headers = {};
1588
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/geolocations";
1588
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/geolocations";
1589
1589
  query = __assign(__assign(__assign(__assign({}, (input.StartContinentCode !== undefined && { startcontinentcode: input.StartContinentCode })), (input.StartCountryCode !== undefined && { startcountrycode: input.StartCountryCode })), (input.StartSubdivisionCode !== undefined && { startsubdivisioncode: input.StartSubdivisionCode })), (input.MaxItems !== undefined && { maxitems: input.MaxItems.toString() }));
1590
1590
  return [2, new __HttpRequest({
1591
1591
  protocol: protocol,
@@ -1608,7 +1608,7 @@ export var serializeAws_restXmlListHealthChecksCommand = function (input, contex
1608
1608
  case 1:
1609
1609
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1610
1610
  headers = {};
1611
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck";
1611
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck";
1612
1612
  query = __assign(__assign({}, (input.Marker !== undefined && { marker: input.Marker })), (input.MaxItems !== undefined && { maxitems: input.MaxItems.toString() }));
1613
1613
  return [2, new __HttpRequest({
1614
1614
  protocol: protocol,
@@ -1631,7 +1631,7 @@ export var serializeAws_restXmlListHostedZonesCommand = function (input, context
1631
1631
  case 1:
1632
1632
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1633
1633
  headers = {};
1634
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone";
1634
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone";
1635
1635
  query = __assign(__assign(__assign({}, (input.Marker !== undefined && { marker: input.Marker })), (input.MaxItems !== undefined && { maxitems: input.MaxItems.toString() })), (input.DelegationSetId !== undefined && { delegationsetid: input.DelegationSetId }));
1636
1636
  return [2, new __HttpRequest({
1637
1637
  protocol: protocol,
@@ -1654,7 +1654,7 @@ export var serializeAws_restXmlListHostedZonesByNameCommand = function (input, c
1654
1654
  case 1:
1655
1655
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1656
1656
  headers = {};
1657
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzonesbyname";
1657
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzonesbyname";
1658
1658
  query = __assign(__assign(__assign({}, (input.DNSName !== undefined && { dnsname: input.DNSName })), (input.HostedZoneId !== undefined && { hostedzoneid: input.HostedZoneId })), (input.MaxItems !== undefined && { maxitems: input.MaxItems.toString() }));
1659
1659
  return [2, new __HttpRequest({
1660
1660
  protocol: protocol,
@@ -1677,7 +1677,7 @@ export var serializeAws_restXmlListHostedZonesByVPCCommand = function (input, co
1677
1677
  case 1:
1678
1678
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1679
1679
  headers = {};
1680
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzonesbyvpc";
1680
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzonesbyvpc";
1681
1681
  query = __assign(__assign(__assign(__assign({}, (input.VPCId !== undefined && { vpcid: input.VPCId })), (input.VPCRegion !== undefined && { vpcregion: input.VPCRegion })), (input.MaxItems !== undefined && { maxitems: input.MaxItems.toString() })), (input.NextToken !== undefined && { nexttoken: input.NextToken }));
1682
1682
  return [2, new __HttpRequest({
1683
1683
  protocol: protocol,
@@ -1700,7 +1700,7 @@ export var serializeAws_restXmlListQueryLoggingConfigsCommand = function (input,
1700
1700
  case 1:
1701
1701
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1702
1702
  headers = {};
1703
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig";
1703
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/queryloggingconfig";
1704
1704
  query = __assign(__assign(__assign({}, (input.HostedZoneId !== undefined && { hostedzoneid: input.HostedZoneId })), (input.NextToken !== undefined && { nexttoken: input.NextToken })), (input.MaxResults !== undefined && { maxresults: input.MaxResults.toString() }));
1705
1705
  return [2, new __HttpRequest({
1706
1706
  protocol: protocol,
@@ -1723,7 +1723,7 @@ export var serializeAws_restXmlListResourceRecordSetsCommand = function (input,
1723
1723
  case 1:
1724
1724
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1725
1725
  headers = {};
1726
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1726
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1727
1727
  "/2013-04-01/hostedzone/{HostedZoneId}/rrset";
1728
1728
  if (input.HostedZoneId !== undefined) {
1729
1729
  labelValue = input.HostedZoneId;
@@ -1757,7 +1757,7 @@ export var serializeAws_restXmlListReusableDelegationSetsCommand = function (inp
1757
1757
  case 1:
1758
1758
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1759
1759
  headers = {};
1760
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset";
1760
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/delegationset";
1761
1761
  query = __assign(__assign({}, (input.Marker !== undefined && { marker: input.Marker })), (input.MaxItems !== undefined && { maxitems: input.MaxItems.toString() }));
1762
1762
  return [2, new __HttpRequest({
1763
1763
  protocol: protocol,
@@ -1780,7 +1780,7 @@ export var serializeAws_restXmlListTagsForResourceCommand = function (input, con
1780
1780
  case 1:
1781
1781
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1782
1782
  headers = {};
1783
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1783
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1784
1784
  "/2013-04-01/tags/{ResourceType}/{ResourceId}";
1785
1785
  if (input.ResourceType !== undefined) {
1786
1786
  labelValue = input.ResourceType;
@@ -1824,7 +1824,7 @@ export var serializeAws_restXmlListTagsForResourcesCommand = function (input, co
1824
1824
  headers = {
1825
1825
  "content-type": "application/xml",
1826
1826
  };
1827
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/tags/{ResourceType}";
1827
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/tags/{ResourceType}";
1828
1828
  if (input.ResourceType !== undefined) {
1829
1829
  labelValue = input.ResourceType;
1830
1830
  if (labelValue.length <= 0) {
@@ -1867,7 +1867,7 @@ export var serializeAws_restXmlListTrafficPoliciesCommand = function (input, con
1867
1867
  case 1:
1868
1868
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1869
1869
  headers = {};
1870
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicies";
1870
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicies";
1871
1871
  query = __assign(__assign({}, (input.TrafficPolicyIdMarker !== undefined && { trafficpolicyid: input.TrafficPolicyIdMarker })), (input.MaxItems !== undefined && { maxitems: input.MaxItems.toString() }));
1872
1872
  return [2, new __HttpRequest({
1873
1873
  protocol: protocol,
@@ -1890,7 +1890,7 @@ export var serializeAws_restXmlListTrafficPolicyInstancesCommand = function (inp
1890
1890
  case 1:
1891
1891
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1892
1892
  headers = {};
1893
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstances";
1893
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstances";
1894
1894
  query = __assign(__assign(__assign(__assign({}, (input.HostedZoneIdMarker !== undefined && { hostedzoneid: input.HostedZoneIdMarker })), (input.TrafficPolicyInstanceNameMarker !== undefined && {
1895
1895
  trafficpolicyinstancename: input.TrafficPolicyInstanceNameMarker,
1896
1896
  })), (input.TrafficPolicyInstanceTypeMarker !== undefined && {
@@ -1917,7 +1917,7 @@ export var serializeAws_restXmlListTrafficPolicyInstancesByHostedZoneCommand = f
1917
1917
  case 1:
1918
1918
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1919
1919
  headers = {};
1920
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1920
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1921
1921
  "/2013-04-01/trafficpolicyinstances/hostedzone";
1922
1922
  query = __assign(__assign(__assign(__assign({}, (input.HostedZoneId !== undefined && { id: input.HostedZoneId })), (input.TrafficPolicyInstanceNameMarker !== undefined && {
1923
1923
  trafficpolicyinstancename: input.TrafficPolicyInstanceNameMarker,
@@ -1945,7 +1945,7 @@ export var serializeAws_restXmlListTrafficPolicyInstancesByPolicyCommand = funct
1945
1945
  case 1:
1946
1946
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1947
1947
  headers = {};
1948
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1948
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
1949
1949
  "/2013-04-01/trafficpolicyinstances/trafficpolicy";
1950
1950
  query = __assign(__assign(__assign(__assign(__assign(__assign({}, (input.TrafficPolicyId !== undefined && { id: input.TrafficPolicyId })), (input.TrafficPolicyVersion !== undefined && { version: input.TrafficPolicyVersion.toString() })), (input.HostedZoneIdMarker !== undefined && { hostedzoneid: input.HostedZoneIdMarker })), (input.TrafficPolicyInstanceNameMarker !== undefined && {
1951
1951
  trafficpolicyinstancename: input.TrafficPolicyInstanceNameMarker,
@@ -1973,7 +1973,7 @@ export var serializeAws_restXmlListTrafficPolicyVersionsCommand = function (inpu
1973
1973
  case 1:
1974
1974
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
1975
1975
  headers = {};
1976
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicies/{Id}/versions";
1976
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicies/{Id}/versions";
1977
1977
  if (input.Id !== undefined) {
1978
1978
  labelValue = input.Id;
1979
1979
  if (labelValue.length <= 0) {
@@ -2006,7 +2006,7 @@ export var serializeAws_restXmlListVPCAssociationAuthorizationsCommand = functio
2006
2006
  case 1:
2007
2007
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
2008
2008
  headers = {};
2009
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
2009
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
2010
2010
  "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation";
2011
2011
  if (input.HostedZoneId !== undefined) {
2012
2012
  labelValue = input.HostedZoneId;
@@ -2040,7 +2040,7 @@ export var serializeAws_restXmlTestDNSAnswerCommand = function (input, context)
2040
2040
  case 1:
2041
2041
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
2042
2042
  headers = {};
2043
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/testdnsanswer";
2043
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/testdnsanswer";
2044
2044
  query = __assign(__assign(__assign(__assign(__assign(__assign({}, (input.HostedZoneId !== undefined && { hostedzoneid: input.HostedZoneId })), (input.RecordName !== undefined && { recordname: input.RecordName })), (input.RecordType !== undefined && { recordtype: input.RecordType })), (input.ResolverIP !== undefined && { resolverip: input.ResolverIP })), (input.EDNS0ClientSubnetIP !== undefined && { edns0clientsubnetip: input.EDNS0ClientSubnetIP })), (input.EDNS0ClientSubnetMask !== undefined && { edns0clientsubnetmask: input.EDNS0ClientSubnetMask }));
2045
2045
  return [2, new __HttpRequest({
2046
2046
  protocol: protocol,
@@ -2065,7 +2065,7 @@ export var serializeAws_restXmlUpdateHealthCheckCommand = function (input, conte
2065
2065
  headers = {
2066
2066
  "content-type": "application/xml",
2067
2067
  };
2068
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck/{HealthCheckId}";
2068
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/healthcheck/{HealthCheckId}";
2069
2069
  if (input.HealthCheckId !== undefined) {
2070
2070
  labelValue = input.HealthCheckId;
2071
2071
  if (labelValue.length <= 0) {
@@ -2188,7 +2188,7 @@ export var serializeAws_restXmlUpdateHostedZoneCommentCommand = function (input,
2188
2188
  headers = {
2189
2189
  "content-type": "application/xml",
2190
2190
  };
2191
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone/{Id}";
2191
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/hostedzone/{Id}";
2192
2192
  if (input.Id !== undefined) {
2193
2193
  labelValue = input.Id;
2194
2194
  if (labelValue.length <= 0) {
@@ -2229,7 +2229,7 @@ export var serializeAws_restXmlUpdateTrafficPolicyCommentCommand = function (inp
2229
2229
  headers = {
2230
2230
  "content-type": "application/xml",
2231
2231
  };
2232
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}/{Version}";
2232
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicy/{Id}/{Version}";
2233
2233
  if (input.Id !== undefined) {
2234
2234
  labelValue = input.Id;
2235
2235
  if (labelValue.length <= 0) {
@@ -2280,7 +2280,7 @@ export var serializeAws_restXmlUpdateTrafficPolicyInstanceCommand = function (in
2280
2280
  headers = {
2281
2281
  "content-type": "application/xml",
2282
2282
  };
2283
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance/{Id}";
2283
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2013-04-01/trafficpolicyinstance/{Id}";
2284
2284
  if (input.Id !== undefined) {
2285
2285
  labelValue = input.Id;
2286
2286
  if (labelValue.length <= 0) {
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;