@aws-sdk/client-shield 3.489.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
|
@@ -1,39 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateDRTLogBucketCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociateDRTRoleCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./AssociateHealthCheckCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./AssociateProactiveEngagementDetailsCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateProtectionCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateProtectionGroupCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateSubscriptionCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteProtectionCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteProtectionGroupCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteSubscriptionCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DescribeAttackCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DescribeAttackStatisticsCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DescribeDRTAccessCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeEmergencyContactSettingsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeProtectionCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeProtectionGroupCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeSubscriptionCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DisableApplicationLayerAutomaticResponseCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DisableProactiveEngagementCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DisassociateDRTLogBucketCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DisassociateDRTRoleCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DisassociateHealthCheckCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./EnableApplicationLayerAutomaticResponseCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./EnableProactiveEngagementCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetSubscriptionStateCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListAttacksCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListProtectionGroupsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListProtectionsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListResourcesInProtectionGroupCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./UpdateApplicationLayerAutomaticResponseCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./UpdateEmergencyContactSettingsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./UpdateProtectionGroupCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UpdateSubscriptionCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "shield",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|