@aws-sdk/client-route-53 3.183.0 → 3.186.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 (90) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restXml.js +2 -2
  3. package/dist-es/Route53.js +289 -282
  4. package/dist-es/Route53Client.js +28 -22
  5. package/dist-es/commands/ActivateKeySigningKeyCommand.js +28 -21
  6. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +28 -21
  7. package/dist-es/commands/ChangeCidrCollectionCommand.js +28 -21
  8. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +28 -21
  9. package/dist-es/commands/ChangeTagsForResourceCommand.js +28 -21
  10. package/dist-es/commands/CreateCidrCollectionCommand.js +28 -21
  11. package/dist-es/commands/CreateHealthCheckCommand.js +28 -21
  12. package/dist-es/commands/CreateHostedZoneCommand.js +28 -21
  13. package/dist-es/commands/CreateKeySigningKeyCommand.js +28 -21
  14. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +28 -21
  15. package/dist-es/commands/CreateReusableDelegationSetCommand.js +28 -21
  16. package/dist-es/commands/CreateTrafficPolicyCommand.js +28 -21
  17. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +28 -21
  18. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +28 -21
  19. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +28 -21
  20. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +28 -21
  21. package/dist-es/commands/DeleteCidrCollectionCommand.js +28 -21
  22. package/dist-es/commands/DeleteHealthCheckCommand.js +28 -21
  23. package/dist-es/commands/DeleteHostedZoneCommand.js +28 -21
  24. package/dist-es/commands/DeleteKeySigningKeyCommand.js +28 -21
  25. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +28 -21
  26. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +28 -21
  27. package/dist-es/commands/DeleteTrafficPolicyCommand.js +28 -21
  28. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +28 -21
  29. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +28 -21
  30. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +28 -21
  31. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +28 -21
  32. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +28 -21
  33. package/dist-es/commands/GetAccountLimitCommand.js +28 -21
  34. package/dist-es/commands/GetChangeCommand.js +28 -21
  35. package/dist-es/commands/GetCheckerIpRangesCommand.js +28 -21
  36. package/dist-es/commands/GetDNSSECCommand.js +28 -21
  37. package/dist-es/commands/GetGeoLocationCommand.js +28 -21
  38. package/dist-es/commands/GetHealthCheckCommand.js +28 -21
  39. package/dist-es/commands/GetHealthCheckCountCommand.js +28 -21
  40. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +28 -21
  41. package/dist-es/commands/GetHealthCheckStatusCommand.js +28 -21
  42. package/dist-es/commands/GetHostedZoneCommand.js +28 -21
  43. package/dist-es/commands/GetHostedZoneCountCommand.js +28 -21
  44. package/dist-es/commands/GetHostedZoneLimitCommand.js +28 -21
  45. package/dist-es/commands/GetQueryLoggingConfigCommand.js +28 -21
  46. package/dist-es/commands/GetReusableDelegationSetCommand.js +28 -21
  47. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +28 -21
  48. package/dist-es/commands/GetTrafficPolicyCommand.js +28 -21
  49. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +28 -21
  50. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +28 -21
  51. package/dist-es/commands/ListCidrBlocksCommand.js +28 -21
  52. package/dist-es/commands/ListCidrCollectionsCommand.js +28 -21
  53. package/dist-es/commands/ListCidrLocationsCommand.js +28 -21
  54. package/dist-es/commands/ListGeoLocationsCommand.js +28 -21
  55. package/dist-es/commands/ListHealthChecksCommand.js +28 -21
  56. package/dist-es/commands/ListHostedZonesByNameCommand.js +28 -21
  57. package/dist-es/commands/ListHostedZonesByVPCCommand.js +28 -21
  58. package/dist-es/commands/ListHostedZonesCommand.js +28 -21
  59. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +28 -21
  60. package/dist-es/commands/ListResourceRecordSetsCommand.js +28 -21
  61. package/dist-es/commands/ListReusableDelegationSetsCommand.js +28 -21
  62. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  63. package/dist-es/commands/ListTagsForResourcesCommand.js +28 -21
  64. package/dist-es/commands/ListTrafficPoliciesCommand.js +28 -21
  65. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +28 -21
  66. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +28 -21
  67. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +28 -21
  68. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +28 -21
  69. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +28 -21
  70. package/dist-es/commands/TestDNSAnswerCommand.js +28 -21
  71. package/dist-es/commands/UpdateHealthCheckCommand.js +28 -21
  72. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +28 -21
  73. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +28 -21
  74. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +28 -21
  75. package/dist-es/endpoints.js +8 -8
  76. package/dist-es/models/Route53ServiceException.js +10 -5
  77. package/dist-es/models/models_0.js +1015 -1372
  78. package/dist-es/pagination/ListCidrBlocksPaginator.js +68 -25
  79. package/dist-es/pagination/ListCidrCollectionsPaginator.js +68 -25
  80. package/dist-es/pagination/ListCidrLocationsPaginator.js +68 -25
  81. package/dist-es/pagination/ListHealthChecksPaginator.js +68 -25
  82. package/dist-es/pagination/ListHostedZonesPaginator.js +68 -25
  83. package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +68 -25
  84. package/dist-es/protocols/Aws_restXml.js +7941 -5739
  85. package/dist-es/runtimeConfig.browser.js +12 -26
  86. package/dist-es/runtimeConfig.js +12 -30
  87. package/dist-es/runtimeConfig.native.js +5 -8
  88. package/dist-es/runtimeConfig.shared.js +11 -8
  89. package/dist-es/waiters/waitForResourceRecordSetsChanged.js +48 -28
  90. package/package.json +36 -36
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DeleteKeySigningKeyRequestFilterSensitiveLog, DeleteKeySigningKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDeleteKeySigningKeyCommand, serializeAws_restXmlDeleteKeySigningKeyCommand, } from "../protocols/Aws_restXml";
6
- export class DeleteKeySigningKeyCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DeleteKeySigningKeyCommand = (function (_super) {
8
+ __extends(DeleteKeySigningKeyCommand, _super);
9
+ function DeleteKeySigningKeyCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DeleteKeySigningKeyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DeleteKeySigningKeyCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DeleteKeySigningKeyCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DeleteKeySigningKeyRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DeleteKeySigningKeyResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DeleteKeySigningKeyCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDeleteKeySigningKeyCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DeleteKeySigningKeyCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDeleteKeySigningKeyCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DeleteKeySigningKeyCommand;
40
+ }($Command));
41
+ export { DeleteKeySigningKeyCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DeleteQueryLoggingConfigRequestFilterSensitiveLog, DeleteQueryLoggingConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDeleteQueryLoggingConfigCommand, serializeAws_restXmlDeleteQueryLoggingConfigCommand, } from "../protocols/Aws_restXml";
6
- export class DeleteQueryLoggingConfigCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DeleteQueryLoggingConfigCommand = (function (_super) {
8
+ __extends(DeleteQueryLoggingConfigCommand, _super);
9
+ function DeleteQueryLoggingConfigCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DeleteQueryLoggingConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DeleteQueryLoggingConfigCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DeleteQueryLoggingConfigCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DeleteQueryLoggingConfigRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DeleteQueryLoggingConfigResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DeleteQueryLoggingConfigCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDeleteQueryLoggingConfigCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DeleteQueryLoggingConfigCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDeleteQueryLoggingConfigCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DeleteQueryLoggingConfigCommand;
40
+ }($Command));
41
+ export { DeleteQueryLoggingConfigCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DeleteReusableDelegationSetRequestFilterSensitiveLog, DeleteReusableDelegationSetResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDeleteReusableDelegationSetCommand, serializeAws_restXmlDeleteReusableDelegationSetCommand, } from "../protocols/Aws_restXml";
6
- export class DeleteReusableDelegationSetCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DeleteReusableDelegationSetCommand = (function (_super) {
8
+ __extends(DeleteReusableDelegationSetCommand, _super);
9
+ function DeleteReusableDelegationSetCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DeleteReusableDelegationSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DeleteReusableDelegationSetCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DeleteReusableDelegationSetCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DeleteReusableDelegationSetRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DeleteReusableDelegationSetResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DeleteReusableDelegationSetCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDeleteReusableDelegationSetCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DeleteReusableDelegationSetCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDeleteReusableDelegationSetCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DeleteReusableDelegationSetCommand;
40
+ }($Command));
41
+ export { DeleteReusableDelegationSetCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DeleteTrafficPolicyRequestFilterSensitiveLog, DeleteTrafficPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDeleteTrafficPolicyCommand, serializeAws_restXmlDeleteTrafficPolicyCommand, } from "../protocols/Aws_restXml";
6
- export class DeleteTrafficPolicyCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DeleteTrafficPolicyCommand = (function (_super) {
8
+ __extends(DeleteTrafficPolicyCommand, _super);
9
+ function DeleteTrafficPolicyCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DeleteTrafficPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DeleteTrafficPolicyCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DeleteTrafficPolicyCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DeleteTrafficPolicyRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DeleteTrafficPolicyResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DeleteTrafficPolicyCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDeleteTrafficPolicyCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DeleteTrafficPolicyCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDeleteTrafficPolicyCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DeleteTrafficPolicyCommand;
40
+ }($Command));
41
+ export { DeleteTrafficPolicyCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DeleteTrafficPolicyInstanceRequestFilterSensitiveLog, DeleteTrafficPolicyInstanceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDeleteTrafficPolicyInstanceCommand, serializeAws_restXmlDeleteTrafficPolicyInstanceCommand, } from "../protocols/Aws_restXml";
6
- export class DeleteTrafficPolicyInstanceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DeleteTrafficPolicyInstanceCommand = (function (_super) {
8
+ __extends(DeleteTrafficPolicyInstanceCommand, _super);
9
+ function DeleteTrafficPolicyInstanceCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DeleteTrafficPolicyInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DeleteTrafficPolicyInstanceCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DeleteTrafficPolicyInstanceCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DeleteTrafficPolicyInstanceRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DeleteTrafficPolicyInstanceResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DeleteTrafficPolicyInstanceCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDeleteTrafficPolicyInstanceCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DeleteTrafficPolicyInstanceCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDeleteTrafficPolicyInstanceCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DeleteTrafficPolicyInstanceCommand;
40
+ }($Command));
41
+ export { DeleteTrafficPolicyInstanceCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DeleteVPCAssociationAuthorizationRequestFilterSensitiveLog, DeleteVPCAssociationAuthorizationResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDeleteVPCAssociationAuthorizationCommand, serializeAws_restXmlDeleteVPCAssociationAuthorizationCommand, } from "../protocols/Aws_restXml";
6
- export class DeleteVPCAssociationAuthorizationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DeleteVPCAssociationAuthorizationCommand = (function (_super) {
8
+ __extends(DeleteVPCAssociationAuthorizationCommand, _super);
9
+ function DeleteVPCAssociationAuthorizationCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DeleteVPCAssociationAuthorizationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DeleteVPCAssociationAuthorizationCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DeleteVPCAssociationAuthorizationCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DeleteVPCAssociationAuthorizationRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DeleteVPCAssociationAuthorizationResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DeleteVPCAssociationAuthorizationCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDeleteVPCAssociationAuthorizationCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DeleteVPCAssociationAuthorizationCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDeleteVPCAssociationAuthorizationCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DeleteVPCAssociationAuthorizationCommand;
40
+ }($Command));
41
+ export { DeleteVPCAssociationAuthorizationCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DisableHostedZoneDNSSECRequestFilterSensitiveLog, DisableHostedZoneDNSSECResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDisableHostedZoneDNSSECCommand, serializeAws_restXmlDisableHostedZoneDNSSECCommand, } from "../protocols/Aws_restXml";
6
- export class DisableHostedZoneDNSSECCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DisableHostedZoneDNSSECCommand = (function (_super) {
8
+ __extends(DisableHostedZoneDNSSECCommand, _super);
9
+ function DisableHostedZoneDNSSECCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DisableHostedZoneDNSSECCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DisableHostedZoneDNSSECCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DisableHostedZoneDNSSECCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DisableHostedZoneDNSSECRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DisableHostedZoneDNSSECResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DisableHostedZoneDNSSECCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDisableHostedZoneDNSSECCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DisableHostedZoneDNSSECCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDisableHostedZoneDNSSECCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DisableHostedZoneDNSSECCommand;
40
+ }($Command));
41
+ export { DisableHostedZoneDNSSECCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { DisassociateVPCFromHostedZoneRequestFilterSensitiveLog, DisassociateVPCFromHostedZoneResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlDisassociateVPCFromHostedZoneCommand, serializeAws_restXmlDisassociateVPCFromHostedZoneCommand, } from "../protocols/Aws_restXml";
6
- export class DisassociateVPCFromHostedZoneCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var DisassociateVPCFromHostedZoneCommand = (function (_super) {
8
+ __extends(DisassociateVPCFromHostedZoneCommand, _super);
9
+ function DisassociateVPCFromHostedZoneCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ DisassociateVPCFromHostedZoneCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "DisassociateVPCFromHostedZoneCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "DisassociateVPCFromHostedZoneCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: DisassociateVPCFromHostedZoneRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: DisassociateVPCFromHostedZoneResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DisassociateVPCFromHostedZoneCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlDisassociateVPCFromHostedZoneCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ DisassociateVPCFromHostedZoneCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlDisassociateVPCFromHostedZoneCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return DisassociateVPCFromHostedZoneCommand;
40
+ }($Command));
41
+ export { DisassociateVPCFromHostedZoneCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { EnableHostedZoneDNSSECRequestFilterSensitiveLog, EnableHostedZoneDNSSECResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlEnableHostedZoneDNSSECCommand, serializeAws_restXmlEnableHostedZoneDNSSECCommand, } from "../protocols/Aws_restXml";
6
- export class EnableHostedZoneDNSSECCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var EnableHostedZoneDNSSECCommand = (function (_super) {
8
+ __extends(EnableHostedZoneDNSSECCommand, _super);
9
+ function EnableHostedZoneDNSSECCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ EnableHostedZoneDNSSECCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getIdNormalizerPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "Route53Client";
17
- const commandName = "EnableHostedZoneDNSSECCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "Route53Client";
20
+ var commandName = "EnableHostedZoneDNSSECCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: EnableHostedZoneDNSSECRequestFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: EnableHostedZoneDNSSECResponseFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ EnableHostedZoneDNSSECCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlEnableHostedZoneDNSSECCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ EnableHostedZoneDNSSECCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlEnableHostedZoneDNSSECCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return EnableHostedZoneDNSSECCommand;
40
+ }($Command));
41
+ export { EnableHostedZoneDNSSECCommand };