@aws-sdk/client-fms 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/FMS.js +1 -95
- package/dist-cjs/FMSClient.js +1 -43
- package/dist-cjs/commands/AssociateAdminAccountCommand.js +1 -28
- package/dist-cjs/commands/AssociateThirdPartyFirewallCommand.js +1 -28
- package/dist-cjs/commands/BatchAssociateResourceCommand.js +1 -28
- package/dist-cjs/commands/BatchDisassociateResourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteAppsListCommand.js +1 -28
- package/dist-cjs/commands/DeleteNotificationChannelCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteProtocolsListCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourceSetCommand.js +1 -28
- package/dist-cjs/commands/DisassociateAdminAccountCommand.js +1 -28
- package/dist-cjs/commands/DisassociateThirdPartyFirewallCommand.js +1 -28
- package/dist-cjs/commands/GetAdminAccountCommand.js +1 -28
- package/dist-cjs/commands/GetAdminScopeCommand.js +1 -28
- package/dist-cjs/commands/GetAppsListCommand.js +1 -28
- package/dist-cjs/commands/GetComplianceDetailCommand.js +1 -28
- package/dist-cjs/commands/GetNotificationChannelCommand.js +1 -28
- package/dist-cjs/commands/GetPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetProtectionStatusCommand.js +1 -28
- package/dist-cjs/commands/GetProtocolsListCommand.js +1 -28
- package/dist-cjs/commands/GetResourceSetCommand.js +1 -28
- package/dist-cjs/commands/GetThirdPartyFirewallAssociationStatusCommand.js +1 -28
- package/dist-cjs/commands/GetViolationDetailsCommand.js +1 -28
- package/dist-cjs/commands/ListAdminAccountsForOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListAdminsManagingAccountCommand.js +1 -28
- package/dist-cjs/commands/ListAppsListsCommand.js +1 -28
- package/dist-cjs/commands/ListComplianceStatusCommand.js +1 -28
- package/dist-cjs/commands/ListDiscoveredResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListMemberAccountsCommand.js +1 -28
- package/dist-cjs/commands/ListPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListProtocolsListsCommand.js +1 -28
- package/dist-cjs/commands/ListResourceSetResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListResourceSetsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +1 -28
- package/dist-cjs/commands/PutAdminAccountCommand.js +1 -28
- package/dist-cjs/commands/PutAppsListCommand.js +1 -28
- package/dist-cjs/commands/PutNotificationChannelCommand.js +1 -28
- package/dist-cjs/commands/PutPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutProtocolsListCommand.js +1 -28
- package/dist-cjs/commands/PutResourceSetCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -45
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3588 -11
- package/dist-cjs/models/FMSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -221
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAdminAccountsForOrganizationPaginator.js +1 -7
- package/dist-cjs/pagination/ListAdminsManagingAccountPaginator.js +1 -7
- package/dist-cjs/pagination/ListAppsListsPaginator.js +1 -7
- package/dist-cjs/pagination/ListComplianceStatusPaginator.js +1 -7
- package/dist-cjs/pagination/ListMemberAccountsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListProtocolsListsPaginator.js +1 -7
- package/dist-cjs/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2345
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutPolicyCommand = 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 PutPolicyCommand 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("AWSFMS_20180101", "PutPolicy", {})
|
|
22
|
-
.n("FMSClient", "PutPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutPolicyCommand = PutPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutProtocolsListCommand = 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 PutProtocolsListCommand 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("AWSFMS_20180101", "PutProtocolsList", {})
|
|
22
|
-
.n("FMSClient", "PutProtocolsListCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutProtocolsListCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutProtocolsListCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutProtocolsListCommand = PutProtocolsListCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutResourceSetCommand = 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 PutResourceSetCommand 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("AWSFMS_20180101", "PutResourceSet", {})
|
|
22
|
-
.n("FMSClient", "PutResourceSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutResourceSetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutResourceSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutResourceSetCommand = PutResourceSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = 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 TagResourceCommand 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("AWSFMS_20180101", "TagResource", {})
|
|
22
|
-
.n("FMSClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = 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 UntagResourceCommand 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("AWSFMS_20180101", "UntagResource", {})
|
|
22
|
-
.n("FMSClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,45 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateAdminAccountCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociateThirdPartyFirewallCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchAssociateResourceCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./BatchDisassociateResourceCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeleteAppsListCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteNotificationChannelCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeletePolicyCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteProtocolsListCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteResourceSetCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DisassociateAdminAccountCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DisassociateThirdPartyFirewallCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./GetAdminAccountCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./GetAdminScopeCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./GetAppsListCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./GetComplianceDetailCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./GetNotificationChannelCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetPolicyCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetProtectionStatusCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetProtocolsListCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetResourceSetCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetThirdPartyFirewallAssociationStatusCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetViolationDetailsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListAdminAccountsForOrganizationCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListAdminsManagingAccountCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListAppsListsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListComplianceStatusCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListDiscoveredResourcesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListMemberAccountsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListPoliciesCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListProtocolsListsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListResourceSetResourcesCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListResourceSetsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListThirdPartyFirewallFirewallPoliciesCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./PutAdminAccountCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./PutAppsListCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./PutNotificationChannelCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./PutPolicyCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./PutProtocolsListCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./PutResourceSetCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), 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: "fms",
|
|
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");
|