@aws-sdk/client-shield 3.490.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Shield.js +1 -83
- package/dist-cjs/ShieldClient.js +1 -43
- package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +1 -28
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +1 -28
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +1 -28
- package/dist-cjs/commands/CreateProtectionCommand.js +1 -28
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteProtectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DescribeAttackCommand.js +1 -28
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +1 -28
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +1 -28
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +1 -28
- package/dist-cjs/commands/DescribeProtectionCommand.js +1 -28
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +1 -28
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +1 -28
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +1 -28
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +1 -28
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +1 -28
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +1 -28
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +1 -28
- package/dist-cjs/commands/ListAttacksCommand.js +1 -28
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListProtectionsCommand.js +1 -28
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -39
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3267 -11
- package/dist-cjs/models/ShieldServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -242
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAttacksPaginator.js +1 -7
- package/dist-cjs/pagination/ListProtectionGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListProtectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResourcesInProtectionGroupPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2113
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/Shield.js
CHANGED
|
@@ -1,83 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Shield = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateDRTLogBucketCommand_1 = require("./commands/AssociateDRTLogBucketCommand");
|
|
6
|
-
const AssociateDRTRoleCommand_1 = require("./commands/AssociateDRTRoleCommand");
|
|
7
|
-
const AssociateHealthCheckCommand_1 = require("./commands/AssociateHealthCheckCommand");
|
|
8
|
-
const AssociateProactiveEngagementDetailsCommand_1 = require("./commands/AssociateProactiveEngagementDetailsCommand");
|
|
9
|
-
const CreateProtectionCommand_1 = require("./commands/CreateProtectionCommand");
|
|
10
|
-
const CreateProtectionGroupCommand_1 = require("./commands/CreateProtectionGroupCommand");
|
|
11
|
-
const CreateSubscriptionCommand_1 = require("./commands/CreateSubscriptionCommand");
|
|
12
|
-
const DeleteProtectionCommand_1 = require("./commands/DeleteProtectionCommand");
|
|
13
|
-
const DeleteProtectionGroupCommand_1 = require("./commands/DeleteProtectionGroupCommand");
|
|
14
|
-
const DeleteSubscriptionCommand_1 = require("./commands/DeleteSubscriptionCommand");
|
|
15
|
-
const DescribeAttackCommand_1 = require("./commands/DescribeAttackCommand");
|
|
16
|
-
const DescribeAttackStatisticsCommand_1 = require("./commands/DescribeAttackStatisticsCommand");
|
|
17
|
-
const DescribeDRTAccessCommand_1 = require("./commands/DescribeDRTAccessCommand");
|
|
18
|
-
const DescribeEmergencyContactSettingsCommand_1 = require("./commands/DescribeEmergencyContactSettingsCommand");
|
|
19
|
-
const DescribeProtectionCommand_1 = require("./commands/DescribeProtectionCommand");
|
|
20
|
-
const DescribeProtectionGroupCommand_1 = require("./commands/DescribeProtectionGroupCommand");
|
|
21
|
-
const DescribeSubscriptionCommand_1 = require("./commands/DescribeSubscriptionCommand");
|
|
22
|
-
const DisableApplicationLayerAutomaticResponseCommand_1 = require("./commands/DisableApplicationLayerAutomaticResponseCommand");
|
|
23
|
-
const DisableProactiveEngagementCommand_1 = require("./commands/DisableProactiveEngagementCommand");
|
|
24
|
-
const DisassociateDRTLogBucketCommand_1 = require("./commands/DisassociateDRTLogBucketCommand");
|
|
25
|
-
const DisassociateDRTRoleCommand_1 = require("./commands/DisassociateDRTRoleCommand");
|
|
26
|
-
const DisassociateHealthCheckCommand_1 = require("./commands/DisassociateHealthCheckCommand");
|
|
27
|
-
const EnableApplicationLayerAutomaticResponseCommand_1 = require("./commands/EnableApplicationLayerAutomaticResponseCommand");
|
|
28
|
-
const EnableProactiveEngagementCommand_1 = require("./commands/EnableProactiveEngagementCommand");
|
|
29
|
-
const GetSubscriptionStateCommand_1 = require("./commands/GetSubscriptionStateCommand");
|
|
30
|
-
const ListAttacksCommand_1 = require("./commands/ListAttacksCommand");
|
|
31
|
-
const ListProtectionGroupsCommand_1 = require("./commands/ListProtectionGroupsCommand");
|
|
32
|
-
const ListProtectionsCommand_1 = require("./commands/ListProtectionsCommand");
|
|
33
|
-
const ListResourcesInProtectionGroupCommand_1 = require("./commands/ListResourcesInProtectionGroupCommand");
|
|
34
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
35
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
36
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
37
|
-
const UpdateApplicationLayerAutomaticResponseCommand_1 = require("./commands/UpdateApplicationLayerAutomaticResponseCommand");
|
|
38
|
-
const UpdateEmergencyContactSettingsCommand_1 = require("./commands/UpdateEmergencyContactSettingsCommand");
|
|
39
|
-
const UpdateProtectionGroupCommand_1 = require("./commands/UpdateProtectionGroupCommand");
|
|
40
|
-
const UpdateSubscriptionCommand_1 = require("./commands/UpdateSubscriptionCommand");
|
|
41
|
-
const ShieldClient_1 = require("./ShieldClient");
|
|
42
|
-
const commands = {
|
|
43
|
-
AssociateDRTLogBucketCommand: AssociateDRTLogBucketCommand_1.AssociateDRTLogBucketCommand,
|
|
44
|
-
AssociateDRTRoleCommand: AssociateDRTRoleCommand_1.AssociateDRTRoleCommand,
|
|
45
|
-
AssociateHealthCheckCommand: AssociateHealthCheckCommand_1.AssociateHealthCheckCommand,
|
|
46
|
-
AssociateProactiveEngagementDetailsCommand: AssociateProactiveEngagementDetailsCommand_1.AssociateProactiveEngagementDetailsCommand,
|
|
47
|
-
CreateProtectionCommand: CreateProtectionCommand_1.CreateProtectionCommand,
|
|
48
|
-
CreateProtectionGroupCommand: CreateProtectionGroupCommand_1.CreateProtectionGroupCommand,
|
|
49
|
-
CreateSubscriptionCommand: CreateSubscriptionCommand_1.CreateSubscriptionCommand,
|
|
50
|
-
DeleteProtectionCommand: DeleteProtectionCommand_1.DeleteProtectionCommand,
|
|
51
|
-
DeleteProtectionGroupCommand: DeleteProtectionGroupCommand_1.DeleteProtectionGroupCommand,
|
|
52
|
-
DeleteSubscriptionCommand: DeleteSubscriptionCommand_1.DeleteSubscriptionCommand,
|
|
53
|
-
DescribeAttackCommand: DescribeAttackCommand_1.DescribeAttackCommand,
|
|
54
|
-
DescribeAttackStatisticsCommand: DescribeAttackStatisticsCommand_1.DescribeAttackStatisticsCommand,
|
|
55
|
-
DescribeDRTAccessCommand: DescribeDRTAccessCommand_1.DescribeDRTAccessCommand,
|
|
56
|
-
DescribeEmergencyContactSettingsCommand: DescribeEmergencyContactSettingsCommand_1.DescribeEmergencyContactSettingsCommand,
|
|
57
|
-
DescribeProtectionCommand: DescribeProtectionCommand_1.DescribeProtectionCommand,
|
|
58
|
-
DescribeProtectionGroupCommand: DescribeProtectionGroupCommand_1.DescribeProtectionGroupCommand,
|
|
59
|
-
DescribeSubscriptionCommand: DescribeSubscriptionCommand_1.DescribeSubscriptionCommand,
|
|
60
|
-
DisableApplicationLayerAutomaticResponseCommand: DisableApplicationLayerAutomaticResponseCommand_1.DisableApplicationLayerAutomaticResponseCommand,
|
|
61
|
-
DisableProactiveEngagementCommand: DisableProactiveEngagementCommand_1.DisableProactiveEngagementCommand,
|
|
62
|
-
DisassociateDRTLogBucketCommand: DisassociateDRTLogBucketCommand_1.DisassociateDRTLogBucketCommand,
|
|
63
|
-
DisassociateDRTRoleCommand: DisassociateDRTRoleCommand_1.DisassociateDRTRoleCommand,
|
|
64
|
-
DisassociateHealthCheckCommand: DisassociateHealthCheckCommand_1.DisassociateHealthCheckCommand,
|
|
65
|
-
EnableApplicationLayerAutomaticResponseCommand: EnableApplicationLayerAutomaticResponseCommand_1.EnableApplicationLayerAutomaticResponseCommand,
|
|
66
|
-
EnableProactiveEngagementCommand: EnableProactiveEngagementCommand_1.EnableProactiveEngagementCommand,
|
|
67
|
-
GetSubscriptionStateCommand: GetSubscriptionStateCommand_1.GetSubscriptionStateCommand,
|
|
68
|
-
ListAttacksCommand: ListAttacksCommand_1.ListAttacksCommand,
|
|
69
|
-
ListProtectionGroupsCommand: ListProtectionGroupsCommand_1.ListProtectionGroupsCommand,
|
|
70
|
-
ListProtectionsCommand: ListProtectionsCommand_1.ListProtectionsCommand,
|
|
71
|
-
ListResourcesInProtectionGroupCommand: ListResourcesInProtectionGroupCommand_1.ListResourcesInProtectionGroupCommand,
|
|
72
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
73
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
74
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
75
|
-
UpdateApplicationLayerAutomaticResponseCommand: UpdateApplicationLayerAutomaticResponseCommand_1.UpdateApplicationLayerAutomaticResponseCommand,
|
|
76
|
-
UpdateEmergencyContactSettingsCommand: UpdateEmergencyContactSettingsCommand_1.UpdateEmergencyContactSettingsCommand,
|
|
77
|
-
UpdateProtectionGroupCommand: UpdateProtectionGroupCommand_1.UpdateProtectionGroupCommand,
|
|
78
|
-
UpdateSubscriptionCommand: UpdateSubscriptionCommand_1.UpdateSubscriptionCommand,
|
|
79
|
-
};
|
|
80
|
-
class Shield extends ShieldClient_1.ShieldClient {
|
|
81
|
-
}
|
|
82
|
-
exports.Shield = Shield;
|
|
83
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Shield);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/ShieldClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ShieldClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ShieldClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ShieldClient = ShieldClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateDRTLogBucketCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AssociateDRTLogBucketCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "AssociateDRTLogBucket", {})
|
|
22
|
-
.n("ShieldClient", "AssociateDRTLogBucketCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AssociateDRTLogBucketCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AssociateDRTLogBucketCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateDRTLogBucketCommand = AssociateDRTLogBucketCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateDRTRoleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AssociateDRTRoleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "AssociateDRTRole", {})
|
|
22
|
-
.n("ShieldClient", "AssociateDRTRoleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AssociateDRTRoleCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AssociateDRTRoleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateDRTRoleCommand = AssociateDRTRoleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateHealthCheckCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AssociateHealthCheckCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "AssociateHealthCheck", {})
|
|
22
|
-
.n("ShieldClient", "AssociateHealthCheckCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AssociateHealthCheckCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AssociateHealthCheckCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateHealthCheckCommand = AssociateHealthCheckCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateProactiveEngagementDetailsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AssociateProactiveEngagementDetailsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "AssociateProactiveEngagementDetails", {})
|
|
22
|
-
.n("ShieldClient", "AssociateProactiveEngagementDetailsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AssociateProactiveEngagementDetailsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AssociateProactiveEngagementDetailsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateProactiveEngagementDetailsCommand = AssociateProactiveEngagementDetailsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProtectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateProtectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "CreateProtection", {})
|
|
22
|
-
.n("ShieldClient", "CreateProtectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateProtectionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateProtectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateProtectionCommand = CreateProtectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProtectionGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateProtectionGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "CreateProtectionGroup", {})
|
|
22
|
-
.n("ShieldClient", "CreateProtectionGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateProtectionGroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateProtectionGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateProtectionGroupCommand = CreateProtectionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSubscriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateSubscriptionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "CreateSubscription", {})
|
|
22
|
-
.n("ShieldClient", "CreateSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateSubscriptionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateSubscriptionCommand = CreateSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProtectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteProtectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DeleteProtection", {})
|
|
22
|
-
.n("ShieldClient", "DeleteProtectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteProtectionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteProtectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProtectionCommand = DeleteProtectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProtectionGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteProtectionGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DeleteProtectionGroup", {})
|
|
22
|
-
.n("ShieldClient", "DeleteProtectionGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteProtectionGroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteProtectionGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProtectionGroupCommand = DeleteProtectionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSubscriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteSubscriptionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DeleteSubscription", {})
|
|
22
|
-
.n("ShieldClient", "DeleteSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteSubscriptionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteSubscriptionCommand = DeleteSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAttackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeAttackCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DescribeAttack", {})
|
|
22
|
-
.n("ShieldClient", "DescribeAttackCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeAttackCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeAttackCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeAttackCommand = DescribeAttackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAttackStatisticsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeAttackStatisticsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DescribeAttackStatistics", {})
|
|
22
|
-
.n("ShieldClient", "DescribeAttackStatisticsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeAttackStatisticsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeAttackStatisticsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeAttackStatisticsCommand = DescribeAttackStatisticsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDRTAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeDRTAccessCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DescribeDRTAccess", {})
|
|
22
|
-
.n("ShieldClient", "DescribeDRTAccessCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeDRTAccessCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeDRTAccessCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeDRTAccessCommand = DescribeDRTAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEmergencyContactSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeEmergencyContactSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DescribeEmergencyContactSettings", {})
|
|
22
|
-
.n("ShieldClient", "DescribeEmergencyContactSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeEmergencyContactSettingsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeEmergencyContactSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeEmergencyContactSettingsCommand = DescribeEmergencyContactSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeProtectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeProtectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DescribeProtection", {})
|
|
22
|
-
.n("ShieldClient", "DescribeProtectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeProtectionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeProtectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeProtectionCommand = DescribeProtectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeProtectionGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeProtectionGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSShield_20160616", "DescribeProtectionGroup", {})
|
|
22
|
-
.n("ShieldClient", "DescribeProtectionGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeProtectionGroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeProtectionGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeProtectionGroupCommand = DescribeProtectionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|