@aws-sdk/client-inspector 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.
Files changed (61) hide show
  1. package/dist-cjs/Inspector.js +1 -85
  2. package/dist-cjs/InspectorClient.js +1 -43
  3. package/dist-cjs/commands/AddAttributesToFindingsCommand.js +1 -28
  4. package/dist-cjs/commands/CreateAssessmentTargetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAssessmentTemplateCommand.js +1 -28
  6. package/dist-cjs/commands/CreateExclusionsPreviewCommand.js +1 -28
  7. package/dist-cjs/commands/CreateResourceGroupCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteAssessmentRunCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteAssessmentTargetCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAssessmentTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeAssessmentRunsCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeAssessmentTargetsCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeAssessmentTemplatesCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeCrossAccountAccessRoleCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeExclusionsCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeFindingsCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeResourceGroupsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeRulesPackagesCommand.js +1 -28
  19. package/dist-cjs/commands/GetAssessmentReportCommand.js +1 -28
  20. package/dist-cjs/commands/GetExclusionsPreviewCommand.js +1 -28
  21. package/dist-cjs/commands/GetTelemetryMetadataCommand.js +1 -28
  22. package/dist-cjs/commands/ListAssessmentRunAgentsCommand.js +1 -28
  23. package/dist-cjs/commands/ListAssessmentRunsCommand.js +1 -28
  24. package/dist-cjs/commands/ListAssessmentTargetsCommand.js +1 -28
  25. package/dist-cjs/commands/ListAssessmentTemplatesCommand.js +1 -28
  26. package/dist-cjs/commands/ListEventSubscriptionsCommand.js +1 -28
  27. package/dist-cjs/commands/ListExclusionsCommand.js +1 -28
  28. package/dist-cjs/commands/ListFindingsCommand.js +1 -28
  29. package/dist-cjs/commands/ListRulesPackagesCommand.js +1 -28
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  31. package/dist-cjs/commands/PreviewAgentsCommand.js +1 -28
  32. package/dist-cjs/commands/RegisterCrossAccountAccessRoleCommand.js +1 -28
  33. package/dist-cjs/commands/RemoveAttributesFromFindingsCommand.js +1 -28
  34. package/dist-cjs/commands/SetTagsForResourceCommand.js +1 -28
  35. package/dist-cjs/commands/StartAssessmentRunCommand.js +1 -28
  36. package/dist-cjs/commands/StopAssessmentRunCommand.js +1 -28
  37. package/dist-cjs/commands/SubscribeToEventCommand.js +1 -28
  38. package/dist-cjs/commands/UnsubscribeFromEventCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateAssessmentTargetCommand.js +1 -28
  40. package/dist-cjs/commands/index.js +1 -40
  41. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  42. package/dist-cjs/extensionConfiguration.js +1 -2
  43. package/dist-cjs/index.js +3561 -11
  44. package/dist-cjs/models/InspectorServiceException.js +1 -12
  45. package/dist-cjs/models/index.js +1 -4
  46. package/dist-cjs/models/models_0.js +1 -340
  47. package/dist-cjs/pagination/GetExclusionsPreviewPaginator.js +1 -7
  48. package/dist-cjs/pagination/Interfaces.js +1 -2
  49. package/dist-cjs/pagination/ListAssessmentRunAgentsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListAssessmentRunsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListAssessmentTargetsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListAssessmentTemplatesPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListEventSubscriptionsPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListExclusionsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListFindingsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListRulesPackagesPaginator.js +1 -7
  57. package/dist-cjs/pagination/PreviewAgentsPaginator.js +1 -7
  58. package/dist-cjs/pagination/index.js +1 -14
  59. package/dist-cjs/protocols/Aws_json1_1.js +1 -2259
  60. package/dist-cjs/runtimeExtensions.js +1 -22
  61. package/package.json +40 -40
@@ -1,85 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Inspector = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddAttributesToFindingsCommand_1 = require("./commands/AddAttributesToFindingsCommand");
6
- const CreateAssessmentTargetCommand_1 = require("./commands/CreateAssessmentTargetCommand");
7
- const CreateAssessmentTemplateCommand_1 = require("./commands/CreateAssessmentTemplateCommand");
8
- const CreateExclusionsPreviewCommand_1 = require("./commands/CreateExclusionsPreviewCommand");
9
- const CreateResourceGroupCommand_1 = require("./commands/CreateResourceGroupCommand");
10
- const DeleteAssessmentRunCommand_1 = require("./commands/DeleteAssessmentRunCommand");
11
- const DeleteAssessmentTargetCommand_1 = require("./commands/DeleteAssessmentTargetCommand");
12
- const DeleteAssessmentTemplateCommand_1 = require("./commands/DeleteAssessmentTemplateCommand");
13
- const DescribeAssessmentRunsCommand_1 = require("./commands/DescribeAssessmentRunsCommand");
14
- const DescribeAssessmentTargetsCommand_1 = require("./commands/DescribeAssessmentTargetsCommand");
15
- const DescribeAssessmentTemplatesCommand_1 = require("./commands/DescribeAssessmentTemplatesCommand");
16
- const DescribeCrossAccountAccessRoleCommand_1 = require("./commands/DescribeCrossAccountAccessRoleCommand");
17
- const DescribeExclusionsCommand_1 = require("./commands/DescribeExclusionsCommand");
18
- const DescribeFindingsCommand_1 = require("./commands/DescribeFindingsCommand");
19
- const DescribeResourceGroupsCommand_1 = require("./commands/DescribeResourceGroupsCommand");
20
- const DescribeRulesPackagesCommand_1 = require("./commands/DescribeRulesPackagesCommand");
21
- const GetAssessmentReportCommand_1 = require("./commands/GetAssessmentReportCommand");
22
- const GetExclusionsPreviewCommand_1 = require("./commands/GetExclusionsPreviewCommand");
23
- const GetTelemetryMetadataCommand_1 = require("./commands/GetTelemetryMetadataCommand");
24
- const ListAssessmentRunAgentsCommand_1 = require("./commands/ListAssessmentRunAgentsCommand");
25
- const ListAssessmentRunsCommand_1 = require("./commands/ListAssessmentRunsCommand");
26
- const ListAssessmentTargetsCommand_1 = require("./commands/ListAssessmentTargetsCommand");
27
- const ListAssessmentTemplatesCommand_1 = require("./commands/ListAssessmentTemplatesCommand");
28
- const ListEventSubscriptionsCommand_1 = require("./commands/ListEventSubscriptionsCommand");
29
- const ListExclusionsCommand_1 = require("./commands/ListExclusionsCommand");
30
- const ListFindingsCommand_1 = require("./commands/ListFindingsCommand");
31
- const ListRulesPackagesCommand_1 = require("./commands/ListRulesPackagesCommand");
32
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
33
- const PreviewAgentsCommand_1 = require("./commands/PreviewAgentsCommand");
34
- const RegisterCrossAccountAccessRoleCommand_1 = require("./commands/RegisterCrossAccountAccessRoleCommand");
35
- const RemoveAttributesFromFindingsCommand_1 = require("./commands/RemoveAttributesFromFindingsCommand");
36
- const SetTagsForResourceCommand_1 = require("./commands/SetTagsForResourceCommand");
37
- const StartAssessmentRunCommand_1 = require("./commands/StartAssessmentRunCommand");
38
- const StopAssessmentRunCommand_1 = require("./commands/StopAssessmentRunCommand");
39
- const SubscribeToEventCommand_1 = require("./commands/SubscribeToEventCommand");
40
- const UnsubscribeFromEventCommand_1 = require("./commands/UnsubscribeFromEventCommand");
41
- const UpdateAssessmentTargetCommand_1 = require("./commands/UpdateAssessmentTargetCommand");
42
- const InspectorClient_1 = require("./InspectorClient");
43
- const commands = {
44
- AddAttributesToFindingsCommand: AddAttributesToFindingsCommand_1.AddAttributesToFindingsCommand,
45
- CreateAssessmentTargetCommand: CreateAssessmentTargetCommand_1.CreateAssessmentTargetCommand,
46
- CreateAssessmentTemplateCommand: CreateAssessmentTemplateCommand_1.CreateAssessmentTemplateCommand,
47
- CreateExclusionsPreviewCommand: CreateExclusionsPreviewCommand_1.CreateExclusionsPreviewCommand,
48
- CreateResourceGroupCommand: CreateResourceGroupCommand_1.CreateResourceGroupCommand,
49
- DeleteAssessmentRunCommand: DeleteAssessmentRunCommand_1.DeleteAssessmentRunCommand,
50
- DeleteAssessmentTargetCommand: DeleteAssessmentTargetCommand_1.DeleteAssessmentTargetCommand,
51
- DeleteAssessmentTemplateCommand: DeleteAssessmentTemplateCommand_1.DeleteAssessmentTemplateCommand,
52
- DescribeAssessmentRunsCommand: DescribeAssessmentRunsCommand_1.DescribeAssessmentRunsCommand,
53
- DescribeAssessmentTargetsCommand: DescribeAssessmentTargetsCommand_1.DescribeAssessmentTargetsCommand,
54
- DescribeAssessmentTemplatesCommand: DescribeAssessmentTemplatesCommand_1.DescribeAssessmentTemplatesCommand,
55
- DescribeCrossAccountAccessRoleCommand: DescribeCrossAccountAccessRoleCommand_1.DescribeCrossAccountAccessRoleCommand,
56
- DescribeExclusionsCommand: DescribeExclusionsCommand_1.DescribeExclusionsCommand,
57
- DescribeFindingsCommand: DescribeFindingsCommand_1.DescribeFindingsCommand,
58
- DescribeResourceGroupsCommand: DescribeResourceGroupsCommand_1.DescribeResourceGroupsCommand,
59
- DescribeRulesPackagesCommand: DescribeRulesPackagesCommand_1.DescribeRulesPackagesCommand,
60
- GetAssessmentReportCommand: GetAssessmentReportCommand_1.GetAssessmentReportCommand,
61
- GetExclusionsPreviewCommand: GetExclusionsPreviewCommand_1.GetExclusionsPreviewCommand,
62
- GetTelemetryMetadataCommand: GetTelemetryMetadataCommand_1.GetTelemetryMetadataCommand,
63
- ListAssessmentRunAgentsCommand: ListAssessmentRunAgentsCommand_1.ListAssessmentRunAgentsCommand,
64
- ListAssessmentRunsCommand: ListAssessmentRunsCommand_1.ListAssessmentRunsCommand,
65
- ListAssessmentTargetsCommand: ListAssessmentTargetsCommand_1.ListAssessmentTargetsCommand,
66
- ListAssessmentTemplatesCommand: ListAssessmentTemplatesCommand_1.ListAssessmentTemplatesCommand,
67
- ListEventSubscriptionsCommand: ListEventSubscriptionsCommand_1.ListEventSubscriptionsCommand,
68
- ListExclusionsCommand: ListExclusionsCommand_1.ListExclusionsCommand,
69
- ListFindingsCommand: ListFindingsCommand_1.ListFindingsCommand,
70
- ListRulesPackagesCommand: ListRulesPackagesCommand_1.ListRulesPackagesCommand,
71
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
72
- PreviewAgentsCommand: PreviewAgentsCommand_1.PreviewAgentsCommand,
73
- RegisterCrossAccountAccessRoleCommand: RegisterCrossAccountAccessRoleCommand_1.RegisterCrossAccountAccessRoleCommand,
74
- RemoveAttributesFromFindingsCommand: RemoveAttributesFromFindingsCommand_1.RemoveAttributesFromFindingsCommand,
75
- SetTagsForResourceCommand: SetTagsForResourceCommand_1.SetTagsForResourceCommand,
76
- StartAssessmentRunCommand: StartAssessmentRunCommand_1.StartAssessmentRunCommand,
77
- StopAssessmentRunCommand: StopAssessmentRunCommand_1.StopAssessmentRunCommand,
78
- SubscribeToEventCommand: SubscribeToEventCommand_1.SubscribeToEventCommand,
79
- UnsubscribeFromEventCommand: UnsubscribeFromEventCommand_1.UnsubscribeFromEventCommand,
80
- UpdateAssessmentTargetCommand: UpdateAssessmentTargetCommand_1.UpdateAssessmentTargetCommand,
81
- };
82
- class Inspector extends InspectorClient_1.InspectorClient {
83
- }
84
- exports.Inspector = Inspector;
85
- (0, smithy_client_1.createAggregatedClient)(commands, Inspector);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InspectorClient = 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 InspectorClient 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.InspectorClient = InspectorClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddAttributesToFindingsCommand = 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 AddAttributesToFindingsCommand 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("InspectorService", "AddAttributesToFindings", {})
22
- .n("InspectorClient", "AddAttributesToFindingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddAttributesToFindingsCommand)
25
- .de(Aws_json1_1_1.de_AddAttributesToFindingsCommand)
26
- .build() {
27
- }
28
- exports.AddAttributesToFindingsCommand = AddAttributesToFindingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAssessmentTargetCommand = 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 CreateAssessmentTargetCommand 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("InspectorService", "CreateAssessmentTarget", {})
22
- .n("InspectorClient", "CreateAssessmentTargetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateAssessmentTargetCommand)
25
- .de(Aws_json1_1_1.de_CreateAssessmentTargetCommand)
26
- .build() {
27
- }
28
- exports.CreateAssessmentTargetCommand = CreateAssessmentTargetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAssessmentTemplateCommand = 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 CreateAssessmentTemplateCommand 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("InspectorService", "CreateAssessmentTemplate", {})
22
- .n("InspectorClient", "CreateAssessmentTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateAssessmentTemplateCommand)
25
- .de(Aws_json1_1_1.de_CreateAssessmentTemplateCommand)
26
- .build() {
27
- }
28
- exports.CreateAssessmentTemplateCommand = CreateAssessmentTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateExclusionsPreviewCommand = 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 CreateExclusionsPreviewCommand 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("InspectorService", "CreateExclusionsPreview", {})
22
- .n("InspectorClient", "CreateExclusionsPreviewCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateExclusionsPreviewCommand)
25
- .de(Aws_json1_1_1.de_CreateExclusionsPreviewCommand)
26
- .build() {
27
- }
28
- exports.CreateExclusionsPreviewCommand = CreateExclusionsPreviewCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateResourceGroupCommand = 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 CreateResourceGroupCommand 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("InspectorService", "CreateResourceGroup", {})
22
- .n("InspectorClient", "CreateResourceGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateResourceGroupCommand)
25
- .de(Aws_json1_1_1.de_CreateResourceGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateResourceGroupCommand = CreateResourceGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAssessmentRunCommand = 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 DeleteAssessmentRunCommand 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("InspectorService", "DeleteAssessmentRun", {})
22
- .n("InspectorClient", "DeleteAssessmentRunCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteAssessmentRunCommand)
25
- .de(Aws_json1_1_1.de_DeleteAssessmentRunCommand)
26
- .build() {
27
- }
28
- exports.DeleteAssessmentRunCommand = DeleteAssessmentRunCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAssessmentTargetCommand = 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 DeleteAssessmentTargetCommand 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("InspectorService", "DeleteAssessmentTarget", {})
22
- .n("InspectorClient", "DeleteAssessmentTargetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteAssessmentTargetCommand)
25
- .de(Aws_json1_1_1.de_DeleteAssessmentTargetCommand)
26
- .build() {
27
- }
28
- exports.DeleteAssessmentTargetCommand = DeleteAssessmentTargetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAssessmentTemplateCommand = 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 DeleteAssessmentTemplateCommand 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("InspectorService", "DeleteAssessmentTemplate", {})
22
- .n("InspectorClient", "DeleteAssessmentTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteAssessmentTemplateCommand)
25
- .de(Aws_json1_1_1.de_DeleteAssessmentTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeleteAssessmentTemplateCommand = DeleteAssessmentTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAssessmentRunsCommand = 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 DescribeAssessmentRunsCommand 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("InspectorService", "DescribeAssessmentRuns", {})
22
- .n("InspectorClient", "DescribeAssessmentRunsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAssessmentRunsCommand)
25
- .de(Aws_json1_1_1.de_DescribeAssessmentRunsCommand)
26
- .build() {
27
- }
28
- exports.DescribeAssessmentRunsCommand = DescribeAssessmentRunsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAssessmentTargetsCommand = 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 DescribeAssessmentTargetsCommand 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("InspectorService", "DescribeAssessmentTargets", {})
22
- .n("InspectorClient", "DescribeAssessmentTargetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAssessmentTargetsCommand)
25
- .de(Aws_json1_1_1.de_DescribeAssessmentTargetsCommand)
26
- .build() {
27
- }
28
- exports.DescribeAssessmentTargetsCommand = DescribeAssessmentTargetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAssessmentTemplatesCommand = 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 DescribeAssessmentTemplatesCommand 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("InspectorService", "DescribeAssessmentTemplates", {})
22
- .n("InspectorClient", "DescribeAssessmentTemplatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAssessmentTemplatesCommand)
25
- .de(Aws_json1_1_1.de_DescribeAssessmentTemplatesCommand)
26
- .build() {
27
- }
28
- exports.DescribeAssessmentTemplatesCommand = DescribeAssessmentTemplatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCrossAccountAccessRoleCommand = 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 DescribeCrossAccountAccessRoleCommand 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("InspectorService", "DescribeCrossAccountAccessRole", {})
22
- .n("InspectorClient", "DescribeCrossAccountAccessRoleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCrossAccountAccessRoleCommand)
25
- .de(Aws_json1_1_1.de_DescribeCrossAccountAccessRoleCommand)
26
- .build() {
27
- }
28
- exports.DescribeCrossAccountAccessRoleCommand = DescribeCrossAccountAccessRoleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExclusionsCommand = 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 DescribeExclusionsCommand 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("InspectorService", "DescribeExclusions", {})
22
- .n("InspectorClient", "DescribeExclusionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeExclusionsCommand)
25
- .de(Aws_json1_1_1.de_DescribeExclusionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeExclusionsCommand = DescribeExclusionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFindingsCommand = 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 DescribeFindingsCommand 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("InspectorService", "DescribeFindings", {})
22
- .n("InspectorClient", "DescribeFindingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeFindingsCommand)
25
- .de(Aws_json1_1_1.de_DescribeFindingsCommand)
26
- .build() {
27
- }
28
- exports.DescribeFindingsCommand = DescribeFindingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeResourceGroupsCommand = 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 DescribeResourceGroupsCommand 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("InspectorService", "DescribeResourceGroups", {})
22
- .n("InspectorClient", "DescribeResourceGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeResourceGroupsCommand)
25
- .de(Aws_json1_1_1.de_DescribeResourceGroupsCommand)
26
- .build() {
27
- }
28
- exports.DescribeResourceGroupsCommand = DescribeResourceGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRulesPackagesCommand = 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 DescribeRulesPackagesCommand 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("InspectorService", "DescribeRulesPackages", {})
22
- .n("InspectorClient", "DescribeRulesPackagesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeRulesPackagesCommand)
25
- .de(Aws_json1_1_1.de_DescribeRulesPackagesCommand)
26
- .build() {
27
- }
28
- exports.DescribeRulesPackagesCommand = DescribeRulesPackagesCommand;
1
+ module.exports = require("../index.js");