@aws-sdk/client-inspector 3.131.0 → 3.142.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 (83) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddAttributesToFindingsCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAssessmentTargetCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAssessmentTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/CreateExclusionsPreviewCommand.js +2 -2
  7. package/dist-cjs/commands/CreateResourceGroupCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAssessmentRunCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteAssessmentTargetCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteAssessmentTemplateCommand.js +1 -1
  11. package/dist-cjs/commands/DescribeAssessmentRunsCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeAssessmentTargetsCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeAssessmentTemplatesCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeCrossAccountAccessRoleCommand.js +1 -1
  15. package/dist-cjs/commands/DescribeExclusionsCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeFindingsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeResourceGroupsCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeRulesPackagesCommand.js +2 -2
  19. package/dist-cjs/commands/GetAssessmentReportCommand.js +2 -2
  20. package/dist-cjs/commands/GetExclusionsPreviewCommand.js +2 -2
  21. package/dist-cjs/commands/GetTelemetryMetadataCommand.js +2 -2
  22. package/dist-cjs/commands/ListAssessmentRunAgentsCommand.js +2 -2
  23. package/dist-cjs/commands/ListAssessmentRunsCommand.js +2 -2
  24. package/dist-cjs/commands/ListAssessmentTargetsCommand.js +2 -2
  25. package/dist-cjs/commands/ListAssessmentTemplatesCommand.js +2 -2
  26. package/dist-cjs/commands/ListEventSubscriptionsCommand.js +2 -2
  27. package/dist-cjs/commands/ListExclusionsCommand.js +2 -2
  28. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  29. package/dist-cjs/commands/ListRulesPackagesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/PreviewAgentsCommand.js +2 -2
  32. package/dist-cjs/commands/RegisterCrossAccountAccessRoleCommand.js +1 -1
  33. package/dist-cjs/commands/RemoveAttributesFromFindingsCommand.js +2 -2
  34. package/dist-cjs/commands/SetTagsForResourceCommand.js +1 -1
  35. package/dist-cjs/commands/StartAssessmentRunCommand.js +2 -2
  36. package/dist-cjs/commands/StopAssessmentRunCommand.js +1 -1
  37. package/dist-cjs/commands/SubscribeToEventCommand.js +1 -1
  38. package/dist-cjs/commands/UnsubscribeFromEventCommand.js +1 -1
  39. package/dist-cjs/commands/UpdateAssessmentTargetCommand.js +1 -1
  40. package/dist-cjs/models/models_0.js +391 -585
  41. package/dist-cjs/protocols/Aws_json1_1.js +185 -350
  42. package/dist-es/commands/AddAttributesToFindingsCommand.js +3 -3
  43. package/dist-es/commands/CreateAssessmentTargetCommand.js +3 -3
  44. package/dist-es/commands/CreateAssessmentTemplateCommand.js +3 -3
  45. package/dist-es/commands/CreateExclusionsPreviewCommand.js +3 -3
  46. package/dist-es/commands/CreateResourceGroupCommand.js +3 -3
  47. package/dist-es/commands/DeleteAssessmentRunCommand.js +2 -2
  48. package/dist-es/commands/DeleteAssessmentTargetCommand.js +2 -2
  49. package/dist-es/commands/DeleteAssessmentTemplateCommand.js +2 -2
  50. package/dist-es/commands/DescribeAssessmentRunsCommand.js +3 -3
  51. package/dist-es/commands/DescribeAssessmentTargetsCommand.js +3 -3
  52. package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +3 -3
  53. package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +2 -2
  54. package/dist-es/commands/DescribeExclusionsCommand.js +3 -3
  55. package/dist-es/commands/DescribeFindingsCommand.js +3 -3
  56. package/dist-es/commands/DescribeResourceGroupsCommand.js +3 -3
  57. package/dist-es/commands/DescribeRulesPackagesCommand.js +3 -3
  58. package/dist-es/commands/GetAssessmentReportCommand.js +3 -3
  59. package/dist-es/commands/GetExclusionsPreviewCommand.js +3 -3
  60. package/dist-es/commands/GetTelemetryMetadataCommand.js +3 -3
  61. package/dist-es/commands/ListAssessmentRunAgentsCommand.js +3 -3
  62. package/dist-es/commands/ListAssessmentRunsCommand.js +3 -3
  63. package/dist-es/commands/ListAssessmentTargetsCommand.js +3 -3
  64. package/dist-es/commands/ListAssessmentTemplatesCommand.js +3 -3
  65. package/dist-es/commands/ListEventSubscriptionsCommand.js +3 -3
  66. package/dist-es/commands/ListExclusionsCommand.js +3 -3
  67. package/dist-es/commands/ListFindingsCommand.js +3 -3
  68. package/dist-es/commands/ListRulesPackagesCommand.js +3 -3
  69. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  70. package/dist-es/commands/PreviewAgentsCommand.js +3 -3
  71. package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +2 -2
  72. package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +3 -3
  73. package/dist-es/commands/SetTagsForResourceCommand.js +2 -2
  74. package/dist-es/commands/StartAssessmentRunCommand.js +3 -3
  75. package/dist-es/commands/StopAssessmentRunCommand.js +2 -2
  76. package/dist-es/commands/SubscribeToEventCommand.js +2 -2
  77. package/dist-es/commands/UnsubscribeFromEventCommand.js +2 -2
  78. package/dist-es/commands/UpdateAssessmentTargetCommand.js +2 -2
  79. package/dist-es/models/models_0.js +97 -388
  80. package/dist-es/protocols/Aws_json1_1.js +297 -351
  81. package/dist-types/models/models_0.d.ts +388 -582
  82. package/dist-types/ts3.4/models/models_0.d.ts +194 -388
  83. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResponse } from "../models/models_0";
4
+ import { RemoveAttributesFromFindingsRequestFilterSensitiveLog, RemoveAttributesFromFindingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RemoveAttributesFromFindingsCommand, serializeAws_json1_1RemoveAttributesFromFindingsCommand, } from "../protocols/Aws_json1_1";
6
6
  var RemoveAttributesFromFindingsCommand = (function (_super) {
7
7
  __extends(RemoveAttributesFromFindingsCommand, _super);
@@ -20,8 +20,8 @@ var RemoveAttributesFromFindingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemoveAttributesFromFindingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: RemoveAttributesFromFindingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemoveAttributesFromFindingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RemoveAttributesFromFindingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetTagsForResourceRequest } from "../models/models_0";
4
+ import { SetTagsForResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1SetTagsForResourceCommand, serializeAws_json1_1SetTagsForResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var SetTagsForResourceCommand = (function (_super) {
7
7
  __extends(SetTagsForResourceCommand, _super);
@@ -20,7 +20,7 @@ var SetTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SetTagsForResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SetTagsForResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartAssessmentRunRequest, StartAssessmentRunResponse } from "../models/models_0";
4
+ import { StartAssessmentRunRequestFilterSensitiveLog, StartAssessmentRunResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartAssessmentRunCommand, serializeAws_json1_1StartAssessmentRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartAssessmentRunCommand = (function (_super) {
7
7
  __extends(StartAssessmentRunCommand, _super);
@@ -20,8 +20,8 @@ var StartAssessmentRunCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartAssessmentRunRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartAssessmentRunResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartAssessmentRunRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartAssessmentRunResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopAssessmentRunRequest } from "../models/models_0";
4
+ import { StopAssessmentRunRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StopAssessmentRunCommand, serializeAws_json1_1StopAssessmentRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopAssessmentRunCommand = (function (_super) {
7
7
  __extends(StopAssessmentRunCommand, _super);
@@ -20,7 +20,7 @@ var StopAssessmentRunCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopAssessmentRunRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopAssessmentRunRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SubscribeToEventRequest } from "../models/models_0";
4
+ import { SubscribeToEventRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1SubscribeToEventCommand, serializeAws_json1_1SubscribeToEventCommand, } from "../protocols/Aws_json1_1";
6
6
  var SubscribeToEventCommand = (function (_super) {
7
7
  __extends(SubscribeToEventCommand, _super);
@@ -20,7 +20,7 @@ var SubscribeToEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SubscribeToEventRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SubscribeToEventRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UnsubscribeFromEventRequest } from "../models/models_0";
4
+ import { UnsubscribeFromEventRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UnsubscribeFromEventCommand, serializeAws_json1_1UnsubscribeFromEventCommand, } from "../protocols/Aws_json1_1";
6
6
  var UnsubscribeFromEventCommand = (function (_super) {
7
7
  __extends(UnsubscribeFromEventCommand, _super);
@@ -20,7 +20,7 @@ var UnsubscribeFromEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UnsubscribeFromEventRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UnsubscribeFromEventRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAssessmentTargetRequest } from "../models/models_0";
4
+ import { UpdateAssessmentTargetRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateAssessmentTargetCommand, serializeAws_json1_1UpdateAssessmentTargetCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateAssessmentTargetCommand = (function (_super) {
7
7
  __extends(UpdateAssessmentTargetCommand, _super);
@@ -20,7 +20,7 @@ var UpdateAssessmentTargetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateAssessmentTargetRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateAssessmentTargetRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;