@aws-sdk/client-fms 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/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
package/dist-cjs/FMS.js
CHANGED
|
@@ -1,95 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FMS = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateAdminAccountCommand_1 = require("./commands/AssociateAdminAccountCommand");
|
|
6
|
-
const AssociateThirdPartyFirewallCommand_1 = require("./commands/AssociateThirdPartyFirewallCommand");
|
|
7
|
-
const BatchAssociateResourceCommand_1 = require("./commands/BatchAssociateResourceCommand");
|
|
8
|
-
const BatchDisassociateResourceCommand_1 = require("./commands/BatchDisassociateResourceCommand");
|
|
9
|
-
const DeleteAppsListCommand_1 = require("./commands/DeleteAppsListCommand");
|
|
10
|
-
const DeleteNotificationChannelCommand_1 = require("./commands/DeleteNotificationChannelCommand");
|
|
11
|
-
const DeletePolicyCommand_1 = require("./commands/DeletePolicyCommand");
|
|
12
|
-
const DeleteProtocolsListCommand_1 = require("./commands/DeleteProtocolsListCommand");
|
|
13
|
-
const DeleteResourceSetCommand_1 = require("./commands/DeleteResourceSetCommand");
|
|
14
|
-
const DisassociateAdminAccountCommand_1 = require("./commands/DisassociateAdminAccountCommand");
|
|
15
|
-
const DisassociateThirdPartyFirewallCommand_1 = require("./commands/DisassociateThirdPartyFirewallCommand");
|
|
16
|
-
const GetAdminAccountCommand_1 = require("./commands/GetAdminAccountCommand");
|
|
17
|
-
const GetAdminScopeCommand_1 = require("./commands/GetAdminScopeCommand");
|
|
18
|
-
const GetAppsListCommand_1 = require("./commands/GetAppsListCommand");
|
|
19
|
-
const GetComplianceDetailCommand_1 = require("./commands/GetComplianceDetailCommand");
|
|
20
|
-
const GetNotificationChannelCommand_1 = require("./commands/GetNotificationChannelCommand");
|
|
21
|
-
const GetPolicyCommand_1 = require("./commands/GetPolicyCommand");
|
|
22
|
-
const GetProtectionStatusCommand_1 = require("./commands/GetProtectionStatusCommand");
|
|
23
|
-
const GetProtocolsListCommand_1 = require("./commands/GetProtocolsListCommand");
|
|
24
|
-
const GetResourceSetCommand_1 = require("./commands/GetResourceSetCommand");
|
|
25
|
-
const GetThirdPartyFirewallAssociationStatusCommand_1 = require("./commands/GetThirdPartyFirewallAssociationStatusCommand");
|
|
26
|
-
const GetViolationDetailsCommand_1 = require("./commands/GetViolationDetailsCommand");
|
|
27
|
-
const ListAdminAccountsForOrganizationCommand_1 = require("./commands/ListAdminAccountsForOrganizationCommand");
|
|
28
|
-
const ListAdminsManagingAccountCommand_1 = require("./commands/ListAdminsManagingAccountCommand");
|
|
29
|
-
const ListAppsListsCommand_1 = require("./commands/ListAppsListsCommand");
|
|
30
|
-
const ListComplianceStatusCommand_1 = require("./commands/ListComplianceStatusCommand");
|
|
31
|
-
const ListDiscoveredResourcesCommand_1 = require("./commands/ListDiscoveredResourcesCommand");
|
|
32
|
-
const ListMemberAccountsCommand_1 = require("./commands/ListMemberAccountsCommand");
|
|
33
|
-
const ListPoliciesCommand_1 = require("./commands/ListPoliciesCommand");
|
|
34
|
-
const ListProtocolsListsCommand_1 = require("./commands/ListProtocolsListsCommand");
|
|
35
|
-
const ListResourceSetResourcesCommand_1 = require("./commands/ListResourceSetResourcesCommand");
|
|
36
|
-
const ListResourceSetsCommand_1 = require("./commands/ListResourceSetsCommand");
|
|
37
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
38
|
-
const ListThirdPartyFirewallFirewallPoliciesCommand_1 = require("./commands/ListThirdPartyFirewallFirewallPoliciesCommand");
|
|
39
|
-
const PutAdminAccountCommand_1 = require("./commands/PutAdminAccountCommand");
|
|
40
|
-
const PutAppsListCommand_1 = require("./commands/PutAppsListCommand");
|
|
41
|
-
const PutNotificationChannelCommand_1 = require("./commands/PutNotificationChannelCommand");
|
|
42
|
-
const PutPolicyCommand_1 = require("./commands/PutPolicyCommand");
|
|
43
|
-
const PutProtocolsListCommand_1 = require("./commands/PutProtocolsListCommand");
|
|
44
|
-
const PutResourceSetCommand_1 = require("./commands/PutResourceSetCommand");
|
|
45
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
46
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
47
|
-
const FMSClient_1 = require("./FMSClient");
|
|
48
|
-
const commands = {
|
|
49
|
-
AssociateAdminAccountCommand: AssociateAdminAccountCommand_1.AssociateAdminAccountCommand,
|
|
50
|
-
AssociateThirdPartyFirewallCommand: AssociateThirdPartyFirewallCommand_1.AssociateThirdPartyFirewallCommand,
|
|
51
|
-
BatchAssociateResourceCommand: BatchAssociateResourceCommand_1.BatchAssociateResourceCommand,
|
|
52
|
-
BatchDisassociateResourceCommand: BatchDisassociateResourceCommand_1.BatchDisassociateResourceCommand,
|
|
53
|
-
DeleteAppsListCommand: DeleteAppsListCommand_1.DeleteAppsListCommand,
|
|
54
|
-
DeleteNotificationChannelCommand: DeleteNotificationChannelCommand_1.DeleteNotificationChannelCommand,
|
|
55
|
-
DeletePolicyCommand: DeletePolicyCommand_1.DeletePolicyCommand,
|
|
56
|
-
DeleteProtocolsListCommand: DeleteProtocolsListCommand_1.DeleteProtocolsListCommand,
|
|
57
|
-
DeleteResourceSetCommand: DeleteResourceSetCommand_1.DeleteResourceSetCommand,
|
|
58
|
-
DisassociateAdminAccountCommand: DisassociateAdminAccountCommand_1.DisassociateAdminAccountCommand,
|
|
59
|
-
DisassociateThirdPartyFirewallCommand: DisassociateThirdPartyFirewallCommand_1.DisassociateThirdPartyFirewallCommand,
|
|
60
|
-
GetAdminAccountCommand: GetAdminAccountCommand_1.GetAdminAccountCommand,
|
|
61
|
-
GetAdminScopeCommand: GetAdminScopeCommand_1.GetAdminScopeCommand,
|
|
62
|
-
GetAppsListCommand: GetAppsListCommand_1.GetAppsListCommand,
|
|
63
|
-
GetComplianceDetailCommand: GetComplianceDetailCommand_1.GetComplianceDetailCommand,
|
|
64
|
-
GetNotificationChannelCommand: GetNotificationChannelCommand_1.GetNotificationChannelCommand,
|
|
65
|
-
GetPolicyCommand: GetPolicyCommand_1.GetPolicyCommand,
|
|
66
|
-
GetProtectionStatusCommand: GetProtectionStatusCommand_1.GetProtectionStatusCommand,
|
|
67
|
-
GetProtocolsListCommand: GetProtocolsListCommand_1.GetProtocolsListCommand,
|
|
68
|
-
GetResourceSetCommand: GetResourceSetCommand_1.GetResourceSetCommand,
|
|
69
|
-
GetThirdPartyFirewallAssociationStatusCommand: GetThirdPartyFirewallAssociationStatusCommand_1.GetThirdPartyFirewallAssociationStatusCommand,
|
|
70
|
-
GetViolationDetailsCommand: GetViolationDetailsCommand_1.GetViolationDetailsCommand,
|
|
71
|
-
ListAdminAccountsForOrganizationCommand: ListAdminAccountsForOrganizationCommand_1.ListAdminAccountsForOrganizationCommand,
|
|
72
|
-
ListAdminsManagingAccountCommand: ListAdminsManagingAccountCommand_1.ListAdminsManagingAccountCommand,
|
|
73
|
-
ListAppsListsCommand: ListAppsListsCommand_1.ListAppsListsCommand,
|
|
74
|
-
ListComplianceStatusCommand: ListComplianceStatusCommand_1.ListComplianceStatusCommand,
|
|
75
|
-
ListDiscoveredResourcesCommand: ListDiscoveredResourcesCommand_1.ListDiscoveredResourcesCommand,
|
|
76
|
-
ListMemberAccountsCommand: ListMemberAccountsCommand_1.ListMemberAccountsCommand,
|
|
77
|
-
ListPoliciesCommand: ListPoliciesCommand_1.ListPoliciesCommand,
|
|
78
|
-
ListProtocolsListsCommand: ListProtocolsListsCommand_1.ListProtocolsListsCommand,
|
|
79
|
-
ListResourceSetResourcesCommand: ListResourceSetResourcesCommand_1.ListResourceSetResourcesCommand,
|
|
80
|
-
ListResourceSetsCommand: ListResourceSetsCommand_1.ListResourceSetsCommand,
|
|
81
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
82
|
-
ListThirdPartyFirewallFirewallPoliciesCommand: ListThirdPartyFirewallFirewallPoliciesCommand_1.ListThirdPartyFirewallFirewallPoliciesCommand,
|
|
83
|
-
PutAdminAccountCommand: PutAdminAccountCommand_1.PutAdminAccountCommand,
|
|
84
|
-
PutAppsListCommand: PutAppsListCommand_1.PutAppsListCommand,
|
|
85
|
-
PutNotificationChannelCommand: PutNotificationChannelCommand_1.PutNotificationChannelCommand,
|
|
86
|
-
PutPolicyCommand: PutPolicyCommand_1.PutPolicyCommand,
|
|
87
|
-
PutProtocolsListCommand: PutProtocolsListCommand_1.PutProtocolsListCommand,
|
|
88
|
-
PutResourceSetCommand: PutResourceSetCommand_1.PutResourceSetCommand,
|
|
89
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
90
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
91
|
-
};
|
|
92
|
-
class FMS extends FMSClient_1.FMSClient {
|
|
93
|
-
}
|
|
94
|
-
exports.FMS = FMS;
|
|
95
|
-
(0, smithy_client_1.createAggregatedClient)(commands, FMS);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/FMSClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FMSClient = 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 FMSClient 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.FMSClient = FMSClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateAdminAccountCommand = 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 AssociateAdminAccountCommand 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", "AssociateAdminAccount", {})
|
|
22
|
-
.n("FMSClient", "AssociateAdminAccountCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AssociateAdminAccountCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AssociateAdminAccountCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateAdminAccountCommand = AssociateAdminAccountCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateThirdPartyFirewallCommand = 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 AssociateThirdPartyFirewallCommand 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", "AssociateThirdPartyFirewall", {})
|
|
22
|
-
.n("FMSClient", "AssociateThirdPartyFirewallCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AssociateThirdPartyFirewallCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AssociateThirdPartyFirewallCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateThirdPartyFirewallCommand = AssociateThirdPartyFirewallCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchAssociateResourceCommand = 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 BatchAssociateResourceCommand 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", "BatchAssociateResource", {})
|
|
22
|
-
.n("FMSClient", "BatchAssociateResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchAssociateResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchAssociateResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchAssociateResourceCommand = BatchAssociateResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDisassociateResourceCommand = 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 BatchDisassociateResourceCommand 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", "BatchDisassociateResource", {})
|
|
22
|
-
.n("FMSClient", "BatchDisassociateResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchDisassociateResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchDisassociateResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchDisassociateResourceCommand = BatchDisassociateResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAppsListCommand = 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 DeleteAppsListCommand 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", "DeleteAppsList", {})
|
|
22
|
-
.n("FMSClient", "DeleteAppsListCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteAppsListCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteAppsListCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAppsListCommand = DeleteAppsListCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteNotificationChannelCommand = 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 DeleteNotificationChannelCommand 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", "DeleteNotificationChannel", {})
|
|
22
|
-
.n("FMSClient", "DeleteNotificationChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteNotificationChannelCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteNotificationChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteNotificationChannelCommand = DeleteNotificationChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePolicyCommand = 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 DeletePolicyCommand 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", "DeletePolicy", {})
|
|
22
|
-
.n("FMSClient", "DeletePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeletePolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeletePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProtocolsListCommand = 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 DeleteProtocolsListCommand 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", "DeleteProtocolsList", {})
|
|
22
|
-
.n("FMSClient", "DeleteProtocolsListCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteProtocolsListCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteProtocolsListCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProtocolsListCommand = DeleteProtocolsListCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteResourceSetCommand = 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 DeleteResourceSetCommand 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", "DeleteResourceSet", {})
|
|
22
|
-
.n("FMSClient", "DeleteResourceSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteResourceSetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteResourceSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteResourceSetCommand = DeleteResourceSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateAdminAccountCommand = 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 DisassociateAdminAccountCommand 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", "DisassociateAdminAccount", {})
|
|
22
|
-
.n("FMSClient", "DisassociateAdminAccountCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DisassociateAdminAccountCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DisassociateAdminAccountCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisassociateAdminAccountCommand = DisassociateAdminAccountCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateThirdPartyFirewallCommand = 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 DisassociateThirdPartyFirewallCommand 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", "DisassociateThirdPartyFirewall", {})
|
|
22
|
-
.n("FMSClient", "DisassociateThirdPartyFirewallCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DisassociateThirdPartyFirewallCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DisassociateThirdPartyFirewallCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisassociateThirdPartyFirewallCommand = DisassociateThirdPartyFirewallCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAdminAccountCommand = 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 GetAdminAccountCommand 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", "GetAdminAccount", {})
|
|
22
|
-
.n("FMSClient", "GetAdminAccountCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetAdminAccountCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetAdminAccountCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAdminAccountCommand = GetAdminAccountCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAdminScopeCommand = 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 GetAdminScopeCommand 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", "GetAdminScope", {})
|
|
22
|
-
.n("FMSClient", "GetAdminScopeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetAdminScopeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetAdminScopeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAdminScopeCommand = GetAdminScopeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAppsListCommand = 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 GetAppsListCommand 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", "GetAppsList", {})
|
|
22
|
-
.n("FMSClient", "GetAppsListCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetAppsListCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetAppsListCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAppsListCommand = GetAppsListCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetComplianceDetailCommand = 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 GetComplianceDetailCommand 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", "GetComplianceDetail", {})
|
|
22
|
-
.n("FMSClient", "GetComplianceDetailCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetComplianceDetailCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetComplianceDetailCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetComplianceDetailCommand = GetComplianceDetailCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetNotificationChannelCommand = 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 GetNotificationChannelCommand 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", "GetNotificationChannel", {})
|
|
22
|
-
.n("FMSClient", "GetNotificationChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetNotificationChannelCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetNotificationChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetNotificationChannelCommand = GetNotificationChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|