@aws-sdk/client-inspector2 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.
Files changed (70) hide show
  1. package/dist-cjs/Inspector2.js +1 -103
  2. package/dist-cjs/Inspector2Client.js +1 -43
  3. package/dist-cjs/commands/AssociateMemberCommand.js +1 -28
  4. package/dist-cjs/commands/BatchGetAccountStatusCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGetCodeSnippetCommand.js +1 -28
  6. package/dist-cjs/commands/BatchGetFindingDetailsCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +1 -28
  8. package/dist-cjs/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +1 -28
  9. package/dist-cjs/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +1 -28
  10. package/dist-cjs/commands/CancelFindingsReportCommand.js +1 -28
  11. package/dist-cjs/commands/CancelSbomExportCommand.js +1 -28
  12. package/dist-cjs/commands/CreateFilterCommand.js +1 -28
  13. package/dist-cjs/commands/CreateFindingsReportCommand.js +1 -28
  14. package/dist-cjs/commands/CreateSbomExportCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteFilterCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +1 -28
  17. package/dist-cjs/commands/DisableCommand.js +1 -28
  18. package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +1 -28
  19. package/dist-cjs/commands/DisassociateMemberCommand.js +1 -28
  20. package/dist-cjs/commands/EnableCommand.js +1 -28
  21. package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +1 -28
  22. package/dist-cjs/commands/GetConfigurationCommand.js +1 -28
  23. package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +1 -28
  24. package/dist-cjs/commands/GetEc2DeepInspectionConfigurationCommand.js +1 -28
  25. package/dist-cjs/commands/GetEncryptionKeyCommand.js +1 -28
  26. package/dist-cjs/commands/GetFindingsReportStatusCommand.js +1 -28
  27. package/dist-cjs/commands/GetMemberCommand.js +1 -28
  28. package/dist-cjs/commands/GetSbomExportCommand.js +1 -28
  29. package/dist-cjs/commands/ListAccountPermissionsCommand.js +1 -28
  30. package/dist-cjs/commands/ListCoverageCommand.js +1 -28
  31. package/dist-cjs/commands/ListCoverageStatisticsCommand.js +1 -28
  32. package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +1 -28
  33. package/dist-cjs/commands/ListFiltersCommand.js +1 -28
  34. package/dist-cjs/commands/ListFindingAggregationsCommand.js +1 -28
  35. package/dist-cjs/commands/ListFindingsCommand.js +1 -28
  36. package/dist-cjs/commands/ListMembersCommand.js +1 -28
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  38. package/dist-cjs/commands/ListUsageTotalsCommand.js +1 -28
  39. package/dist-cjs/commands/ResetEncryptionKeyCommand.js +1 -28
  40. package/dist-cjs/commands/SearchVulnerabilitiesCommand.js +1 -28
  41. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  42. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateConfigurationCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateEc2DeepInspectionConfigurationCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateEncryptionKeyCommand.js +1 -28
  46. package/dist-cjs/commands/UpdateFilterCommand.js +1 -28
  47. package/dist-cjs/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +1 -28
  49. package/dist-cjs/commands/index.js +1 -49
  50. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  51. package/dist-cjs/extensionConfiguration.js +1 -2
  52. package/dist-cjs/index.js +5400 -11
  53. package/dist-cjs/models/Inspector2ServiceException.js +1 -12
  54. package/dist-cjs/models/index.js +1 -4
  55. package/dist-cjs/models/models_0.js +1 -587
  56. package/dist-cjs/pagination/Interfaces.js +1 -2
  57. package/dist-cjs/pagination/ListAccountPermissionsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListCoveragePaginator.js +1 -7
  59. package/dist-cjs/pagination/ListCoverageStatisticsPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListDelegatedAdminAccountsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListFiltersPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListFindingAggregationsPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListFindingsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListMembersPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListUsageTotalsPaginator.js +1 -7
  66. package/dist-cjs/pagination/SearchVulnerabilitiesPaginator.js +1 -7
  67. package/dist-cjs/pagination/index.js +1 -14
  68. package/dist-cjs/protocols/Aws_restJson1.js +1 -3566
  69. package/dist-cjs/runtimeExtensions.js +1 -22
  70. package/package.json +40 -40
@@ -1,103 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Inspector2 = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateMemberCommand_1 = require("./commands/AssociateMemberCommand");
6
- const BatchGetAccountStatusCommand_1 = require("./commands/BatchGetAccountStatusCommand");
7
- const BatchGetCodeSnippetCommand_1 = require("./commands/BatchGetCodeSnippetCommand");
8
- const BatchGetFindingDetailsCommand_1 = require("./commands/BatchGetFindingDetailsCommand");
9
- const BatchGetFreeTrialInfoCommand_1 = require("./commands/BatchGetFreeTrialInfoCommand");
10
- const BatchGetMemberEc2DeepInspectionStatusCommand_1 = require("./commands/BatchGetMemberEc2DeepInspectionStatusCommand");
11
- const BatchUpdateMemberEc2DeepInspectionStatusCommand_1 = require("./commands/BatchUpdateMemberEc2DeepInspectionStatusCommand");
12
- const CancelFindingsReportCommand_1 = require("./commands/CancelFindingsReportCommand");
13
- const CancelSbomExportCommand_1 = require("./commands/CancelSbomExportCommand");
14
- const CreateFilterCommand_1 = require("./commands/CreateFilterCommand");
15
- const CreateFindingsReportCommand_1 = require("./commands/CreateFindingsReportCommand");
16
- const CreateSbomExportCommand_1 = require("./commands/CreateSbomExportCommand");
17
- const DeleteFilterCommand_1 = require("./commands/DeleteFilterCommand");
18
- const DescribeOrganizationConfigurationCommand_1 = require("./commands/DescribeOrganizationConfigurationCommand");
19
- const DisableCommand_1 = require("./commands/DisableCommand");
20
- const DisableDelegatedAdminAccountCommand_1 = require("./commands/DisableDelegatedAdminAccountCommand");
21
- const DisassociateMemberCommand_1 = require("./commands/DisassociateMemberCommand");
22
- const EnableCommand_1 = require("./commands/EnableCommand");
23
- const EnableDelegatedAdminAccountCommand_1 = require("./commands/EnableDelegatedAdminAccountCommand");
24
- const GetConfigurationCommand_1 = require("./commands/GetConfigurationCommand");
25
- const GetDelegatedAdminAccountCommand_1 = require("./commands/GetDelegatedAdminAccountCommand");
26
- const GetEc2DeepInspectionConfigurationCommand_1 = require("./commands/GetEc2DeepInspectionConfigurationCommand");
27
- const GetEncryptionKeyCommand_1 = require("./commands/GetEncryptionKeyCommand");
28
- const GetFindingsReportStatusCommand_1 = require("./commands/GetFindingsReportStatusCommand");
29
- const GetMemberCommand_1 = require("./commands/GetMemberCommand");
30
- const GetSbomExportCommand_1 = require("./commands/GetSbomExportCommand");
31
- const ListAccountPermissionsCommand_1 = require("./commands/ListAccountPermissionsCommand");
32
- const ListCoverageCommand_1 = require("./commands/ListCoverageCommand");
33
- const ListCoverageStatisticsCommand_1 = require("./commands/ListCoverageStatisticsCommand");
34
- const ListDelegatedAdminAccountsCommand_1 = require("./commands/ListDelegatedAdminAccountsCommand");
35
- const ListFiltersCommand_1 = require("./commands/ListFiltersCommand");
36
- const ListFindingAggregationsCommand_1 = require("./commands/ListFindingAggregationsCommand");
37
- const ListFindingsCommand_1 = require("./commands/ListFindingsCommand");
38
- const ListMembersCommand_1 = require("./commands/ListMembersCommand");
39
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
40
- const ListUsageTotalsCommand_1 = require("./commands/ListUsageTotalsCommand");
41
- const ResetEncryptionKeyCommand_1 = require("./commands/ResetEncryptionKeyCommand");
42
- const SearchVulnerabilitiesCommand_1 = require("./commands/SearchVulnerabilitiesCommand");
43
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
44
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
45
- const UpdateConfigurationCommand_1 = require("./commands/UpdateConfigurationCommand");
46
- const UpdateEc2DeepInspectionConfigurationCommand_1 = require("./commands/UpdateEc2DeepInspectionConfigurationCommand");
47
- const UpdateEncryptionKeyCommand_1 = require("./commands/UpdateEncryptionKeyCommand");
48
- const UpdateFilterCommand_1 = require("./commands/UpdateFilterCommand");
49
- const UpdateOrganizationConfigurationCommand_1 = require("./commands/UpdateOrganizationConfigurationCommand");
50
- const UpdateOrgEc2DeepInspectionConfigurationCommand_1 = require("./commands/UpdateOrgEc2DeepInspectionConfigurationCommand");
51
- const Inspector2Client_1 = require("./Inspector2Client");
52
- const commands = {
53
- AssociateMemberCommand: AssociateMemberCommand_1.AssociateMemberCommand,
54
- BatchGetAccountStatusCommand: BatchGetAccountStatusCommand_1.BatchGetAccountStatusCommand,
55
- BatchGetCodeSnippetCommand: BatchGetCodeSnippetCommand_1.BatchGetCodeSnippetCommand,
56
- BatchGetFindingDetailsCommand: BatchGetFindingDetailsCommand_1.BatchGetFindingDetailsCommand,
57
- BatchGetFreeTrialInfoCommand: BatchGetFreeTrialInfoCommand_1.BatchGetFreeTrialInfoCommand,
58
- BatchGetMemberEc2DeepInspectionStatusCommand: BatchGetMemberEc2DeepInspectionStatusCommand_1.BatchGetMemberEc2DeepInspectionStatusCommand,
59
- BatchUpdateMemberEc2DeepInspectionStatusCommand: BatchUpdateMemberEc2DeepInspectionStatusCommand_1.BatchUpdateMemberEc2DeepInspectionStatusCommand,
60
- CancelFindingsReportCommand: CancelFindingsReportCommand_1.CancelFindingsReportCommand,
61
- CancelSbomExportCommand: CancelSbomExportCommand_1.CancelSbomExportCommand,
62
- CreateFilterCommand: CreateFilterCommand_1.CreateFilterCommand,
63
- CreateFindingsReportCommand: CreateFindingsReportCommand_1.CreateFindingsReportCommand,
64
- CreateSbomExportCommand: CreateSbomExportCommand_1.CreateSbomExportCommand,
65
- DeleteFilterCommand: DeleteFilterCommand_1.DeleteFilterCommand,
66
- DescribeOrganizationConfigurationCommand: DescribeOrganizationConfigurationCommand_1.DescribeOrganizationConfigurationCommand,
67
- DisableCommand: DisableCommand_1.DisableCommand,
68
- DisableDelegatedAdminAccountCommand: DisableDelegatedAdminAccountCommand_1.DisableDelegatedAdminAccountCommand,
69
- DisassociateMemberCommand: DisassociateMemberCommand_1.DisassociateMemberCommand,
70
- EnableCommand: EnableCommand_1.EnableCommand,
71
- EnableDelegatedAdminAccountCommand: EnableDelegatedAdminAccountCommand_1.EnableDelegatedAdminAccountCommand,
72
- GetConfigurationCommand: GetConfigurationCommand_1.GetConfigurationCommand,
73
- GetDelegatedAdminAccountCommand: GetDelegatedAdminAccountCommand_1.GetDelegatedAdminAccountCommand,
74
- GetEc2DeepInspectionConfigurationCommand: GetEc2DeepInspectionConfigurationCommand_1.GetEc2DeepInspectionConfigurationCommand,
75
- GetEncryptionKeyCommand: GetEncryptionKeyCommand_1.GetEncryptionKeyCommand,
76
- GetFindingsReportStatusCommand: GetFindingsReportStatusCommand_1.GetFindingsReportStatusCommand,
77
- GetMemberCommand: GetMemberCommand_1.GetMemberCommand,
78
- GetSbomExportCommand: GetSbomExportCommand_1.GetSbomExportCommand,
79
- ListAccountPermissionsCommand: ListAccountPermissionsCommand_1.ListAccountPermissionsCommand,
80
- ListCoverageCommand: ListCoverageCommand_1.ListCoverageCommand,
81
- ListCoverageStatisticsCommand: ListCoverageStatisticsCommand_1.ListCoverageStatisticsCommand,
82
- ListDelegatedAdminAccountsCommand: ListDelegatedAdminAccountsCommand_1.ListDelegatedAdminAccountsCommand,
83
- ListFiltersCommand: ListFiltersCommand_1.ListFiltersCommand,
84
- ListFindingAggregationsCommand: ListFindingAggregationsCommand_1.ListFindingAggregationsCommand,
85
- ListFindingsCommand: ListFindingsCommand_1.ListFindingsCommand,
86
- ListMembersCommand: ListMembersCommand_1.ListMembersCommand,
87
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
88
- ListUsageTotalsCommand: ListUsageTotalsCommand_1.ListUsageTotalsCommand,
89
- ResetEncryptionKeyCommand: ResetEncryptionKeyCommand_1.ResetEncryptionKeyCommand,
90
- SearchVulnerabilitiesCommand: SearchVulnerabilitiesCommand_1.SearchVulnerabilitiesCommand,
91
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
92
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
93
- UpdateConfigurationCommand: UpdateConfigurationCommand_1.UpdateConfigurationCommand,
94
- UpdateEc2DeepInspectionConfigurationCommand: UpdateEc2DeepInspectionConfigurationCommand_1.UpdateEc2DeepInspectionConfigurationCommand,
95
- UpdateEncryptionKeyCommand: UpdateEncryptionKeyCommand_1.UpdateEncryptionKeyCommand,
96
- UpdateFilterCommand: UpdateFilterCommand_1.UpdateFilterCommand,
97
- UpdateOrganizationConfigurationCommand: UpdateOrganizationConfigurationCommand_1.UpdateOrganizationConfigurationCommand,
98
- UpdateOrgEc2DeepInspectionConfigurationCommand: UpdateOrgEc2DeepInspectionConfigurationCommand_1.UpdateOrgEc2DeepInspectionConfigurationCommand,
99
- };
100
- class Inspector2 extends Inspector2Client_1.Inspector2Client {
101
- }
102
- exports.Inspector2 = Inspector2;
103
- (0, smithy_client_1.createAggregatedClient)(commands, Inspector2);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Inspector2Client = 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 Inspector2Client 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.Inspector2Client = Inspector2Client;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateMemberCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class AssociateMemberCommand 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("Inspector2", "AssociateMember", {})
22
- .n("Inspector2Client", "AssociateMemberCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateMemberCommand)
25
- .de(Aws_restJson1_1.de_AssociateMemberCommand)
26
- .build() {
27
- }
28
- exports.AssociateMemberCommand = AssociateMemberCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetAccountStatusCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetAccountStatusCommand 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("Inspector2", "BatchGetAccountStatus", {})
22
- .n("Inspector2Client", "BatchGetAccountStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetAccountStatusCommand)
25
- .de(Aws_restJson1_1.de_BatchGetAccountStatusCommand)
26
- .build() {
27
- }
28
- exports.BatchGetAccountStatusCommand = BatchGetAccountStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetCodeSnippetCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetCodeSnippetCommand 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("Inspector2", "BatchGetCodeSnippet", {})
22
- .n("Inspector2Client", "BatchGetCodeSnippetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetCodeSnippetCommand)
25
- .de(Aws_restJson1_1.de_BatchGetCodeSnippetCommand)
26
- .build() {
27
- }
28
- exports.BatchGetCodeSnippetCommand = BatchGetCodeSnippetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetFindingDetailsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetFindingDetailsCommand 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("Inspector2", "BatchGetFindingDetails", {})
22
- .n("Inspector2Client", "BatchGetFindingDetailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetFindingDetailsCommand)
25
- .de(Aws_restJson1_1.de_BatchGetFindingDetailsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetFindingDetailsCommand = BatchGetFindingDetailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetFreeTrialInfoCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetFreeTrialInfoCommand 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("Inspector2", "BatchGetFreeTrialInfo", {})
22
- .n("Inspector2Client", "BatchGetFreeTrialInfoCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetFreeTrialInfoCommand)
25
- .de(Aws_restJson1_1.de_BatchGetFreeTrialInfoCommand)
26
- .build() {
27
- }
28
- exports.BatchGetFreeTrialInfoCommand = BatchGetFreeTrialInfoCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetMemberEc2DeepInspectionStatusCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetMemberEc2DeepInspectionStatusCommand 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("Inspector2", "BatchGetMemberEc2DeepInspectionStatus", {})
22
- .n("Inspector2Client", "BatchGetMemberEc2DeepInspectionStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetMemberEc2DeepInspectionStatusCommand)
25
- .de(Aws_restJson1_1.de_BatchGetMemberEc2DeepInspectionStatusCommand)
26
- .build() {
27
- }
28
- exports.BatchGetMemberEc2DeepInspectionStatusCommand = BatchGetMemberEc2DeepInspectionStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchUpdateMemberEc2DeepInspectionStatusCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchUpdateMemberEc2DeepInspectionStatusCommand 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("Inspector2", "BatchUpdateMemberEc2DeepInspectionStatus", {})
22
- .n("Inspector2Client", "BatchUpdateMemberEc2DeepInspectionStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchUpdateMemberEc2DeepInspectionStatusCommand)
25
- .de(Aws_restJson1_1.de_BatchUpdateMemberEc2DeepInspectionStatusCommand)
26
- .build() {
27
- }
28
- exports.BatchUpdateMemberEc2DeepInspectionStatusCommand = BatchUpdateMemberEc2DeepInspectionStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelFindingsReportCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelFindingsReportCommand 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("Inspector2", "CancelFindingsReport", {})
22
- .n("Inspector2Client", "CancelFindingsReportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelFindingsReportCommand)
25
- .de(Aws_restJson1_1.de_CancelFindingsReportCommand)
26
- .build() {
27
- }
28
- exports.CancelFindingsReportCommand = CancelFindingsReportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelSbomExportCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelSbomExportCommand 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("Inspector2", "CancelSbomExport", {})
22
- .n("Inspector2Client", "CancelSbomExportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelSbomExportCommand)
25
- .de(Aws_restJson1_1.de_CancelSbomExportCommand)
26
- .build() {
27
- }
28
- exports.CancelSbomExportCommand = CancelSbomExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFilterCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateFilterCommand 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("Inspector2", "CreateFilter", {})
22
- .n("Inspector2Client", "CreateFilterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateFilterCommand)
25
- .de(Aws_restJson1_1.de_CreateFilterCommand)
26
- .build() {
27
- }
28
- exports.CreateFilterCommand = CreateFilterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFindingsReportCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateFindingsReportCommand 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("Inspector2", "CreateFindingsReport", {})
22
- .n("Inspector2Client", "CreateFindingsReportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateFindingsReportCommand)
25
- .de(Aws_restJson1_1.de_CreateFindingsReportCommand)
26
- .build() {
27
- }
28
- exports.CreateFindingsReportCommand = CreateFindingsReportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSbomExportCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateSbomExportCommand 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("Inspector2", "CreateSbomExport", {})
22
- .n("Inspector2Client", "CreateSbomExportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSbomExportCommand)
25
- .de(Aws_restJson1_1.de_CreateSbomExportCommand)
26
- .build() {
27
- }
28
- exports.CreateSbomExportCommand = CreateSbomExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFilterCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteFilterCommand 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("Inspector2", "DeleteFilter", {})
22
- .n("Inspector2Client", "DeleteFilterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteFilterCommand)
25
- .de(Aws_restJson1_1.de_DeleteFilterCommand)
26
- .build() {
27
- }
28
- exports.DeleteFilterCommand = DeleteFilterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOrganizationConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeOrganizationConfigurationCommand 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("Inspector2", "DescribeOrganizationConfiguration", {})
22
- .n("Inspector2Client", "DescribeOrganizationConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeOrganizationConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DescribeOrganizationConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DescribeOrganizationConfigurationCommand = DescribeOrganizationConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisableCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DisableCommand 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("Inspector2", "Disable", {})
22
- .n("Inspector2Client", "DisableCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisableCommand)
25
- .de(Aws_restJson1_1.de_DisableCommand)
26
- .build() {
27
- }
28
- exports.DisableCommand = DisableCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisableDelegatedAdminAccountCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DisableDelegatedAdminAccountCommand 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("Inspector2", "DisableDelegatedAdminAccount", {})
22
- .n("Inspector2Client", "DisableDelegatedAdminAccountCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisableDelegatedAdminAccountCommand)
25
- .de(Aws_restJson1_1.de_DisableDelegatedAdminAccountCommand)
26
- .build() {
27
- }
28
- exports.DisableDelegatedAdminAccountCommand = DisableDelegatedAdminAccountCommand;
1
+ module.exports = require("../index.js");