@aws-sdk/client-securityhub 3.300.0 → 3.303.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 (67) hide show
  1. package/dist-cjs/models/models_0.js +12 -15
  2. package/dist-cjs/models/models_1.js +145 -169
  3. package/dist-cjs/models/models_2.js +13 -16
  4. package/dist-es/models/models_0.js +12 -15
  5. package/dist-es/models/models_1.js +145 -169
  6. package/dist-es/models/models_2.js +13 -16
  7. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
  8. package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +2 -2
  10. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +4 -4
  11. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +2 -2
  12. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchImportFindingsCommand.d.ts +836 -1117
  14. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +10 -10
  15. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +2 -2
  18. package/dist-types/commands/CreateInsightCommand.d.ts +91 -474
  19. package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
  20. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
  21. package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
  25. package/dist-types/commands/DeleteMembersCommand.d.ts +2 -2
  26. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  31. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  32. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  33. package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -2
  34. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  35. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  36. package/dist-types/commands/EnableSecurityHubCommand.d.ts +2 -2
  37. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +2 -2
  38. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
  39. package/dist-types/commands/GetFindingsCommand.d.ts +93 -476
  40. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  41. package/dist-types/commands/GetInsightsCommand.d.ts +2 -2
  42. package/dist-types/commands/GetMembersCommand.d.ts +2 -2
  43. package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
  44. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  45. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  48. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  54. package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +2 -2
  56. package/dist-types/commands/UpdateFindingsCommand.d.ts +92 -475
  57. package/dist-types/commands/UpdateInsightCommand.d.ts +91 -474
  58. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
  61. package/dist-types/models/models_0.d.ts +27 -12
  62. package/dist-types/models/models_1.d.ts +265 -145
  63. package/dist-types/models/models_2.d.ts +28 -13
  64. package/dist-types/ts3.4/models/models_0.d.ts +17 -12
  65. package/dist-types/ts3.4/models/models_1.d.ts +185 -145
  66. package/dist-types/ts3.4/models/models_2.d.ts +18 -13
  67. package/package.json +34 -34
@@ -84,18 +84,18 @@ export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsRes
84
84
  * import { SecurityHubClient, BatchUpdateFindingsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
85
85
  * // const { SecurityHubClient, BatchUpdateFindingsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
86
86
  * const client = new SecurityHubClient(config);
87
- * const input = {
88
- * FindingIdentifiers: [ // required
89
- * {
87
+ * const input = { // BatchUpdateFindingsRequest
88
+ * FindingIdentifiers: [ // AwsSecurityFindingIdentifierList // required
89
+ * { // AwsSecurityFindingIdentifier
90
90
  * Id: "STRING_VALUE", // required
91
91
  * ProductArn: "STRING_VALUE", // required
92
92
  * },
93
93
  * ],
94
- * Note: {
94
+ * Note: { // NoteUpdate
95
95
  * Text: "STRING_VALUE", // required
96
96
  * UpdatedBy: "STRING_VALUE", // required
97
97
  * },
98
- * Severity: {
98
+ * Severity: { // SeverityUpdate
99
99
  * Normalized: Number("int"),
100
100
  * Product: Number("double"),
101
101
  * Label: "INFORMATIONAL" || "LOW" || "MEDIUM" || "HIGH" || "CRITICAL",
@@ -103,17 +103,17 @@ export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsRes
103
103
  * VerificationState: "UNKNOWN" || "TRUE_POSITIVE" || "FALSE_POSITIVE" || "BENIGN_POSITIVE",
104
104
  * Confidence: Number("int"),
105
105
  * Criticality: Number("int"),
106
- * Types: [
106
+ * Types: [ // TypeList
107
107
  * "STRING_VALUE",
108
108
  * ],
109
- * UserDefinedFields: {
109
+ * UserDefinedFields: { // FieldMap
110
110
  * "<keys>": "STRING_VALUE",
111
111
  * },
112
- * Workflow: {
112
+ * Workflow: { // WorkflowUpdate
113
113
  * Status: "NEW" || "NOTIFIED" || "RESOLVED" || "SUPPRESSED",
114
114
  * },
115
- * RelatedFindings: [
116
- * {
115
+ * RelatedFindings: [ // RelatedFindingList
116
+ * { // RelatedFinding
117
117
  * ProductArn: "STRING_VALUE", // required
118
118
  * Id: "STRING_VALUE", // required
119
119
  * },
@@ -28,9 +28,9 @@ export interface BatchUpdateStandardsControlAssociationsCommandOutput extends Ba
28
28
  * import { SecurityHubClient, BatchUpdateStandardsControlAssociationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
29
29
  * // const { SecurityHubClient, BatchUpdateStandardsControlAssociationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
30
30
  * const client = new SecurityHubClient(config);
31
- * const input = {
32
- * StandardsControlAssociationUpdates: [ // required
33
- * {
31
+ * const input = { // BatchUpdateStandardsControlAssociationsRequest
32
+ * StandardsControlAssociationUpdates: [ // StandardsControlAssociationUpdates // required
33
+ * { // StandardsControlAssociationUpdate
34
34
  * StandardsArn: "STRING_VALUE", // required
35
35
  * SecurityControlId: "STRING_VALUE", // required
36
36
  * AssociationStatus: "ENABLED" || "DISABLED", // required
@@ -28,7 +28,7 @@ export interface CreateActionTargetCommandOutput extends CreateActionTargetRespo
28
28
  * import { SecurityHubClient, CreateActionTargetCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
29
29
  * // const { SecurityHubClient, CreateActionTargetCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
30
30
  * const client = new SecurityHubClient(config);
31
- * const input = {
31
+ * const input = { // CreateActionTargetRequest
32
32
  * Name: "STRING_VALUE", // required
33
33
  * Description: "STRING_VALUE", // required
34
34
  * Id: "STRING_VALUE", // required
@@ -28,9 +28,9 @@ export interface CreateFindingAggregatorCommandOutput extends CreateFindingAggre
28
28
  * import { SecurityHubClient, CreateFindingAggregatorCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
29
29
  * // const { SecurityHubClient, CreateFindingAggregatorCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
30
30
  * const client = new SecurityHubClient(config);
31
- * const input = {
31
+ * const input = { // CreateFindingAggregatorRequest
32
32
  * RegionLinkingMode: "STRING_VALUE", // required
33
- * Regions: [
33
+ * Regions: [ // StringList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };