@aws-sdk/client-securityhub 3.231.0 → 3.232.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 (97) hide show
  1. package/dist-cjs/commands/DescribeStandardsCommand.js +3 -3
  2. package/dist-cjs/commands/DescribeStandardsControlsCommand.js +3 -3
  3. package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +3 -3
  4. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  5. package/dist-cjs/commands/DisableSecurityHubCommand.js +3 -3
  6. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  7. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +3 -3
  8. package/dist-cjs/commands/DisassociateMembersCommand.js +3 -3
  9. package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +3 -3
  10. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  11. package/dist-cjs/commands/EnableSecurityHubCommand.js +3 -3
  12. package/dist-cjs/commands/GetAdministratorAccountCommand.js +3 -3
  13. package/dist-cjs/commands/GetEnabledStandardsCommand.js +3 -3
  14. package/dist-cjs/commands/GetFindingAggregatorCommand.js +3 -3
  15. package/dist-cjs/commands/GetFindingsCommand.js +3 -3
  16. package/dist-cjs/commands/GetInsightResultsCommand.js +3 -3
  17. package/dist-cjs/commands/GetInsightsCommand.js +3 -3
  18. package/dist-cjs/commands/GetInvitationsCountCommand.js +3 -3
  19. package/dist-cjs/commands/GetMasterAccountCommand.js +3 -3
  20. package/dist-cjs/commands/GetMembersCommand.js +3 -3
  21. package/dist-cjs/endpoint/ruleset.js +0 -9
  22. package/dist-cjs/models/models_0.js +144 -144
  23. package/dist-cjs/models/models_1.js +213 -217
  24. package/dist-cjs/models/models_2.js +214 -1
  25. package/dist-cjs/protocols/Aws_restJson1.js +1465 -139
  26. package/dist-es/commands/DescribeStandardsCommand.js +1 -1
  27. package/dist-es/commands/DescribeStandardsControlsCommand.js +1 -1
  28. package/dist-es/commands/DisableImportFindingsForProductCommand.js +1 -1
  29. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -1
  30. package/dist-es/commands/DisableSecurityHubCommand.js +1 -1
  31. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +1 -1
  32. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +1 -1
  33. package/dist-es/commands/DisassociateMembersCommand.js +1 -1
  34. package/dist-es/commands/EnableImportFindingsForProductCommand.js +1 -1
  35. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -1
  36. package/dist-es/commands/EnableSecurityHubCommand.js +1 -1
  37. package/dist-es/commands/GetAdministratorAccountCommand.js +1 -1
  38. package/dist-es/commands/GetEnabledStandardsCommand.js +1 -1
  39. package/dist-es/commands/GetFindingAggregatorCommand.js +1 -1
  40. package/dist-es/commands/GetFindingsCommand.js +1 -1
  41. package/dist-es/commands/GetInsightResultsCommand.js +1 -1
  42. package/dist-es/commands/GetInsightsCommand.js +1 -1
  43. package/dist-es/commands/GetInvitationsCountCommand.js +1 -1
  44. package/dist-es/commands/GetMasterAccountCommand.js +1 -1
  45. package/dist-es/commands/GetMembersCommand.js +1 -1
  46. package/dist-es/endpoint/ruleset.js +0 -9
  47. package/dist-es/models/models_0.js +105 -105
  48. package/dist-es/models/models_1.js +156 -162
  49. package/dist-es/models/models_2.js +162 -0
  50. package/dist-es/protocols/Aws_restJson1.js +1465 -139
  51. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  53. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  54. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  55. package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
  56. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  57. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  58. package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
  59. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  60. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  61. package/dist-types/commands/EnableSecurityHubCommand.d.ts +1 -1
  62. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  63. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +1 -1
  64. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
  65. package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
  68. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  69. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  70. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  71. package/dist-types/models/models_0.d.ts +3542 -3212
  72. package/dist-types/models/models_1.d.ts +6120 -5310
  73. package/dist-types/models/models_2.d.ts +788 -1
  74. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/models/models_0.d.ts +323 -319
  95. package/dist-types/ts3.4/models/models_1.d.ts +475 -336
  96. package/dist-types/ts3.4/models/models_2.d.ts +326 -3
  97. package/package.json +1 -1
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeStandardsRequest,
11
11
  DescribeStandardsResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeStandardsControlsRequest,
11
11
  DescribeStandardsControlsResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DisableImportFindingsForProductRequest,
11
11
  DisableImportFindingsForProductResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DisableOrganizationAdminAccountRequest,
11
11
  DisableOrganizationAdminAccountResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DisableSecurityHubRequest,
11
11
  DisableSecurityHubResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DisassociateFromAdministratorAccountRequest,
11
11
  DisassociateFromAdministratorAccountResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DisassociateFromMasterAccountRequest,
11
11
  DisassociateFromMasterAccountResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DisassociateMembersRequest,
11
11
  DisassociateMembersResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  EnableImportFindingsForProductRequest,
11
11
  EnableImportFindingsForProductResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  EnableOrganizationAdminAccountRequest,
11
11
  EnableOrganizationAdminAccountResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  EnableSecurityHubRequest,
11
11
  EnableSecurityHubResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetAdministratorAccountRequest,
11
11
  GetAdministratorAccountResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetEnabledStandardsRequest,
11
11
  GetEnabledStandardsResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetFindingAggregatorRequest,
11
11
  GetFindingAggregatorResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
9
+ import { GetFindingsRequest, GetFindingsResponse } from "../models/models_2";
10
10
  import {
11
11
  SecurityHubClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetInsightResultsRequest,
11
11
  GetInsightResultsResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { GetInsightsRequest, GetInsightsResponse } from "../models/models_1";
9
+ import { GetInsightsRequest, GetInsightsResponse } from "../models/models_2";
10
10
  import {
11
11
  SecurityHubClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetInvitationsCountRequest,
11
11
  GetInvitationsCountResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetMasterAccountRequest,
11
11
  GetMasterAccountResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SecurityHubClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { GetMembersRequest, GetMembersResponse } from "../models/models_1";
9
+ import { GetMembersRequest, GetMembersResponse } from "../models/models_2";
10
10
  import {
11
11
  SecurityHubClientResolvedConfig,
12
12
  ServiceInputTypes,