@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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_restXml.js +2 -2
- package/dist-es/Route53.js +289 -282
- package/dist-es/Route53Client.js +28 -22
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +28 -21
- package/dist-es/commands/ChangeCidrCollectionCommand.js +28 -21
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +28 -21
- package/dist-es/commands/ChangeTagsForResourceCommand.js +28 -21
- package/dist-es/commands/CreateCidrCollectionCommand.js +28 -21
- package/dist-es/commands/CreateHealthCheckCommand.js +28 -21
- package/dist-es/commands/CreateHostedZoneCommand.js +28 -21
- package/dist-es/commands/CreateKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +28 -21
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +28 -21
- package/dist-es/commands/CreateTrafficPolicyCommand.js +28 -21
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +28 -21
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +28 -21
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/DeleteCidrCollectionCommand.js +28 -21
- package/dist-es/commands/DeleteHealthCheckCommand.js +28 -21
- package/dist-es/commands/DeleteHostedZoneCommand.js +28 -21
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +28 -21
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +28 -21
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +28 -21
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +28 -21
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +28 -21
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +28 -21
- package/dist-es/commands/GetAccountLimitCommand.js +28 -21
- package/dist-es/commands/GetChangeCommand.js +28 -21
- package/dist-es/commands/GetCheckerIpRangesCommand.js +28 -21
- package/dist-es/commands/GetDNSSECCommand.js +28 -21
- package/dist-es/commands/GetGeoLocationCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckCountCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckStatusCommand.js +28 -21
- package/dist-es/commands/GetHostedZoneCommand.js +28 -21
- package/dist-es/commands/GetHostedZoneCountCommand.js +28 -21
- package/dist-es/commands/GetHostedZoneLimitCommand.js +28 -21
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +28 -21
- package/dist-es/commands/GetReusableDelegationSetCommand.js +28 -21
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +28 -21
- package/dist-es/commands/GetTrafficPolicyCommand.js +28 -21
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +28 -21
- package/dist-es/commands/ListCidrBlocksCommand.js +28 -21
- package/dist-es/commands/ListCidrCollectionsCommand.js +28 -21
- package/dist-es/commands/ListCidrLocationsCommand.js +28 -21
- package/dist-es/commands/ListGeoLocationsCommand.js +28 -21
- package/dist-es/commands/ListHealthChecksCommand.js +28 -21
- package/dist-es/commands/ListHostedZonesByNameCommand.js +28 -21
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +28 -21
- package/dist-es/commands/ListHostedZonesCommand.js +28 -21
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +28 -21
- package/dist-es/commands/ListResourceRecordSetsCommand.js +28 -21
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourcesCommand.js +28 -21
- package/dist-es/commands/ListTrafficPoliciesCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +28 -21
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +28 -21
- package/dist-es/commands/TestDNSAnswerCommand.js +28 -21
- package/dist-es/commands/UpdateHealthCheckCommand.js +28 -21
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +28 -21
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +28 -21
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/Route53ServiceException.js +10 -5
- package/dist-es/models/models_0.js +1015 -1372
- package/dist-es/pagination/ListCidrBlocksPaginator.js +68 -25
- package/dist-es/pagination/ListCidrCollectionsPaginator.js +68 -25
- package/dist-es/pagination/ListCidrLocationsPaginator.js +68 -25
- package/dist-es/pagination/ListHealthChecksPaginator.js +68 -25
- package/dist-es/pagination/ListHostedZonesPaginator.js +68 -25
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restXml.js +7941 -5739
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForResourceRecordSetsChanged.js +48 -28
- 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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
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 };
|