@aws-sdk/client-securityhub 3.278.0 → 3.281.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 (140) hide show
  1. package/README.md +505 -17
  2. package/dist-cjs/SecurityHub.js +75 -0
  3. package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +46 -0
  4. package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +46 -0
  5. package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteInsightCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeActionTargetsCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeHubCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeProductsCommand.js +1 -2
  14. package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +46 -0
  15. package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +46 -0
  16. package/dist-cjs/commands/index.js +5 -0
  17. package/dist-cjs/models/models_0.js +11 -10
  18. package/dist-cjs/models/models_1.js +81 -76
  19. package/dist-cjs/models/models_2.js +102 -9
  20. package/dist-cjs/pagination/ListSecurityControlDefinitionsPaginator.js +36 -0
  21. package/dist-cjs/pagination/ListStandardsControlAssociationsPaginator.js +36 -0
  22. package/dist-cjs/pagination/index.js +2 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +557 -3
  24. package/dist-es/SecurityHub.js +75 -0
  25. package/dist-es/commands/BatchGetSecurityControlsCommand.js +42 -0
  26. package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +42 -0
  27. package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +42 -0
  28. package/dist-es/commands/DeleteFindingAggregatorCommand.js +1 -1
  29. package/dist-es/commands/DeleteInsightCommand.js +1 -1
  30. package/dist-es/commands/DeleteInvitationsCommand.js +1 -1
  31. package/dist-es/commands/DeleteMembersCommand.js +1 -1
  32. package/dist-es/commands/DescribeActionTargetsCommand.js +1 -1
  33. package/dist-es/commands/DescribeHubCommand.js +1 -1
  34. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -1
  35. package/dist-es/commands/DescribeProductsCommand.js +1 -2
  36. package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +42 -0
  37. package/dist-es/commands/ListStandardsControlAssociationsCommand.js +42 -0
  38. package/dist-es/commands/index.js +5 -0
  39. package/dist-es/models/models_0.js +5 -3
  40. package/dist-es/models/models_1.js +57 -50
  41. package/dist-es/models/models_2.js +77 -7
  42. package/dist-es/pagination/ListSecurityControlDefinitionsPaginator.js +32 -0
  43. package/dist-es/pagination/ListStandardsControlAssociationsPaginator.js +32 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_restJson1.js +544 -0
  46. package/dist-types/SecurityHub.d.ts +59 -17
  47. package/dist-types/SecurityHubClient.d.ts +21 -19
  48. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -0
  49. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
  50. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +6 -0
  51. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +6 -0
  52. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -0
  53. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +45 -0
  54. package/dist-types/commands/BatchImportFindingsCommand.d.ts +6 -0
  55. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +6 -0
  56. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +45 -0
  57. package/dist-types/commands/CreateActionTargetCommand.d.ts +6 -0
  58. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +6 -0
  59. package/dist-types/commands/CreateInsightCommand.d.ts +6 -0
  60. package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
  61. package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -0
  62. package/dist-types/commands/DeleteActionTargetCommand.d.ts +6 -0
  63. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -1
  64. package/dist-types/commands/DeleteInsightCommand.d.ts +7 -1
  65. package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -1
  66. package/dist-types/commands/DeleteMembersCommand.d.ts +7 -1
  67. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +7 -1
  68. package/dist-types/commands/DescribeHubCommand.d.ts +7 -1
  69. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -1
  70. package/dist-types/commands/DescribeProductsCommand.d.ts +7 -2
  71. package/dist-types/commands/DescribeStandardsCommand.d.ts +6 -0
  72. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +6 -0
  73. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +6 -0
  74. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
  75. package/dist-types/commands/DisableSecurityHubCommand.d.ts +6 -0
  76. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -0
  77. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -0
  78. package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
  79. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +6 -0
  80. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
  81. package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -0
  82. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -0
  83. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +6 -0
  84. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +6 -0
  85. package/dist-types/commands/GetFindingsCommand.d.ts +6 -0
  86. package/dist-types/commands/GetInsightResultsCommand.d.ts +6 -0
  87. package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
  88. package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
  89. package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -0
  90. package/dist-types/commands/GetMembersCommand.d.ts +6 -0
  91. package/dist-types/commands/InviteMembersCommand.d.ts +6 -0
  92. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +6 -0
  93. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -0
  94. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
  95. package/dist-types/commands/ListMembersCommand.d.ts +6 -0
  96. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
  97. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +45 -0
  98. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +45 -0
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  100. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  102. package/dist-types/commands/UpdateActionTargetCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +6 -0
  104. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
  105. package/dist-types/commands/UpdateInsightCommand.d.ts +6 -0
  106. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
  107. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +6 -0
  108. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +6 -0
  109. package/dist-types/commands/index.d.ts +5 -0
  110. package/dist-types/models/models_0.d.ts +18 -25
  111. package/dist-types/models/models_1.d.ts +370 -260
  112. package/dist-types/models/models_2.d.ts +513 -8
  113. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +4 -0
  114. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +4 -0
  115. package/dist-types/pagination/index.d.ts +2 -0
  116. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  117. package/dist-types/ts3.4/SecurityHub.d.ts +97 -0
  118. package/dist-types/ts3.4/SecurityHubClient.d.ts +30 -0
  119. package/dist-types/ts3.4/commands/BatchGetSecurityControlsCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/BatchGetStandardsControlAssociationsCommand.d.ts +41 -0
  121. package/dist-types/ts3.4/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +4 -2
  130. package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +41 -0
  131. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +41 -0
  132. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  133. package/dist-types/ts3.4/models/models_0.d.ts +4 -6
  134. package/dist-types/ts3.4/models/models_1.d.ts +137 -118
  135. package/dist-types/ts3.4/models/models_2.d.ts +184 -8
  136. package/dist-types/ts3.4/pagination/ListSecurityControlDefinitionsPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/ListStandardsControlAssociationsPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  139. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  140. package/package.json +6 -6
@@ -3,8 +3,11 @@ import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitatio
3
3
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
4
4
  import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
5
5
  import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
6
+ import { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
7
+ import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
6
8
  import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
7
9
  import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
10
+ import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
8
11
  import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
9
12
  import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
10
13
  import { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
@@ -45,6 +48,8 @@ import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput
45
48
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
46
49
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
47
50
  import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
51
+ import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
52
+ import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
48
53
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
49
54
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
50
55
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -57,19 +62,16 @@ import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurat
57
62
  import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
58
63
  import { SecurityHubClient } from "./SecurityHubClient";
59
64
  /**
60
- * <p>Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. It also provides you with the readiness status
61
- * of your environment based on controls from supported security standards. Security Hub collects
62
- * security data from Amazon Web Services accounts, services, and integrated third-party products and helps
63
- * you analyze security trends in your environment to identify the highest priority security
64
- * issues. For more information about Security Hub, see the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub.html">
65
- * <i>Security HubUser
66
- * Guide</i>
67
- * </a>.</p>
68
- * <p>When you use operations in the Security Hub API, the requests are executed only in the Amazon Web Services
69
- * Region that is currently active or in the specific Amazon Web Services Region that you specify in your
70
- * request. Any configuration or settings change that results from the operation is applied
71
- * only to that Region. To make the same change in other Regions, execute the same command for
72
- * each Region to apply the change to.</p>
65
+ * <p>Security Hub provides you with a comprehensive view of the security state of
66
+ * your Amazon Web Services environment and resources. It also provides you with the readiness
67
+ * status of your environment based on controls from supported security standards. Security Hub collects security data from Amazon Web Services accounts, services, and
68
+ * integrated third-party products and helps you analyze security trends in your environment
69
+ * to identify the highest priority security issues. For more information about Security Hub, see the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub.html">Security HubUser
70
+ * Guide</a>.</p>
71
+ * <p>When you use operations in the Security Hub API, the requests are executed only in
72
+ * the Amazon Web Services Region that is currently active or in the specific Amazon Web Services Region that you specify in your request. Any configuration or settings change
73
+ * that results from the operation is applied only to that Region. To make the same change in
74
+ * other Regions, run the same command for each Region in which you want to apply the change.</p>
73
75
  * <p>For example, if your Region is set to <code>us-west-2</code>, when you use <code>CreateMembers</code> to add a member account to Security Hub, the association of
74
76
  * the member account with the administrator account is created only in the <code>us-west-2</code>
75
77
  * Region. Security Hub must be enabled for the member account in the same Region that the invitation
@@ -78,8 +80,8 @@ import { SecurityHubClient } from "./SecurityHubClient";
78
80
  * <ul>
79
81
  * <li>
80
82
  * <p>
81
- * <code>BatchEnableStandards</code> - <code>RateLimit</code> of 1
82
- * request per second, <code>BurstLimit</code> of 1 request per second.</p>
83
+ * <code>BatchEnableStandards</code> - <code>RateLimit</code> of 1 request per
84
+ * second. <code>BurstLimit</code> of 1 request per second.</p>
83
85
  * </li>
84
86
  * <li>
85
87
  * <p>
@@ -98,8 +100,8 @@ import { SecurityHubClient } from "./SecurityHubClient";
98
100
  * </li>
99
101
  * <li>
100
102
  * <p>
101
- * <code>UpdateStandardsControl</code> - <code>RateLimit</code> of
102
- * 1 request per second, <code>BurstLimit</code> of 5 requests per second.</p>
103
+ * <code>UpdateStandardsControl</code> - <code>RateLimit</code> of 1 request per
104
+ * second. <code>BurstLimit</code> of 5 requests per second.</p>
103
105
  * </li>
104
106
  * <li>
105
107
  * <p>All other operations - <code>RateLimit</code> of 10 requests per second.
@@ -153,6 +155,22 @@ export declare class SecurityHub extends SecurityHubClient {
153
155
  batchEnableStandards(args: BatchEnableStandardsCommandInput, options?: __HttpHandlerOptions): Promise<BatchEnableStandardsCommandOutput>;
154
156
  batchEnableStandards(args: BatchEnableStandardsCommandInput, cb: (err: any, data?: BatchEnableStandardsCommandOutput) => void): void;
155
157
  batchEnableStandards(args: BatchEnableStandardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEnableStandardsCommandOutput) => void): void;
158
+ /**
159
+ * <p>
160
+ * Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
161
+ * </p>
162
+ */
163
+ batchGetSecurityControls(args: BatchGetSecurityControlsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetSecurityControlsCommandOutput>;
164
+ batchGetSecurityControls(args: BatchGetSecurityControlsCommandInput, cb: (err: any, data?: BatchGetSecurityControlsCommandOutput) => void): void;
165
+ batchGetSecurityControls(args: BatchGetSecurityControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetSecurityControlsCommandOutput) => void): void;
166
+ /**
167
+ * <p>
168
+ * For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard.
169
+ * </p>
170
+ */
171
+ batchGetStandardsControlAssociations(args: BatchGetStandardsControlAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetStandardsControlAssociationsCommandOutput>;
172
+ batchGetStandardsControlAssociations(args: BatchGetStandardsControlAssociationsCommandInput, cb: (err: any, data?: BatchGetStandardsControlAssociationsCommandOutput) => void): void;
173
+ batchGetStandardsControlAssociations(args: BatchGetStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetStandardsControlAssociationsCommandOutput) => void): void;
156
174
  /**
157
175
  * <p>Imports security findings generated by a finding provider into Security Hub.
158
176
  * This action is requested by the finding provider to import its findings into
@@ -297,6 +315,14 @@ export declare class SecurityHub extends SecurityHubClient {
297
315
  batchUpdateFindings(args: BatchUpdateFindingsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateFindingsCommandOutput>;
298
316
  batchUpdateFindings(args: BatchUpdateFindingsCommandInput, cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void): void;
299
317
  batchUpdateFindings(args: BatchUpdateFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void): void;
318
+ /**
319
+ * <p>
320
+ * For a batch of security controls and standards, this operation updates the enablement status of a control in a standard.
321
+ * </p>
322
+ */
323
+ batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
324
+ batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
325
+ batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
300
326
  /**
301
327
  * <p>Creates a custom action target in Security Hub.</p>
302
328
  * <p>You can use custom actions on findings and insights in Security Hub to trigger target actions
@@ -671,6 +697,22 @@ export declare class SecurityHub extends SecurityHubClient {
671
697
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
672
698
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
673
699
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
700
+ /**
701
+ * <p>
702
+ * Lists all of the security controls that apply to a specified standard.
703
+ * </p>
704
+ */
705
+ listSecurityControlDefinitions(args: ListSecurityControlDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityControlDefinitionsCommandOutput>;
706
+ listSecurityControlDefinitions(args: ListSecurityControlDefinitionsCommandInput, cb: (err: any, data?: ListSecurityControlDefinitionsCommandOutput) => void): void;
707
+ listSecurityControlDefinitions(args: ListSecurityControlDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityControlDefinitionsCommandOutput) => void): void;
708
+ /**
709
+ * <p>
710
+ * Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.
711
+ * </p>
712
+ */
713
+ listStandardsControlAssociations(args: ListStandardsControlAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListStandardsControlAssociationsCommandOutput>;
714
+ listStandardsControlAssociations(args: ListStandardsControlAssociationsCommandInput, cb: (err: any, data?: ListStandardsControlAssociationsCommandOutput) => void): void;
715
+ listStandardsControlAssociations(args: ListStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStandardsControlAssociationsCommandOutput) => void): void;
674
716
  /**
675
717
  * <p>Returns a list of tags associated with a resource.</p>
676
718
  */
@@ -11,8 +11,11 @@ import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitatio
11
11
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
12
12
  import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
13
13
  import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
14
+ import { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
15
+ import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
14
16
  import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
15
17
  import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
18
+ import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
16
19
  import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
17
20
  import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
18
21
  import { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
@@ -53,6 +56,8 @@ import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput
53
56
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
54
57
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
55
58
  import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
59
+ import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
60
+ import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
56
61
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
57
62
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
58
63
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -64,8 +69,8 @@ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigur
64
69
  import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
65
70
  import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
66
71
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
67
- export declare type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchImportFindingsCommandInput | BatchUpdateFindingsCommandInput | CreateActionTargetCommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | GetAdministratorAccountCommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingsCommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | InviteMembersCommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
68
- export declare type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateFindingsCommandOutput | CreateActionTargetCommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | GetAdministratorAccountCommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingsCommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | InviteMembersCommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
72
+ export declare type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateStandardsControlAssociationsCommandInput | CreateActionTargetCommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | GetAdministratorAccountCommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingsCommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | InviteMembersCommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListSecurityControlDefinitionsCommandInput | ListStandardsControlAssociationsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
73
+ export declare type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput | CreateActionTargetCommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | GetAdministratorAccountCommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingsCommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | InviteMembersCommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListSecurityControlDefinitionsCommandOutput | ListStandardsControlAssociationsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
69
74
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
70
75
  /**
71
76
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -179,19 +184,16 @@ declare type SecurityHubClientResolvedConfigType = __SmithyResolvedConfiguration
179
184
  export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolvedConfigType {
180
185
  }
181
186
  /**
182
- * <p>Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. It also provides you with the readiness status
183
- * of your environment based on controls from supported security standards. Security Hub collects
184
- * security data from Amazon Web Services accounts, services, and integrated third-party products and helps
185
- * you analyze security trends in your environment to identify the highest priority security
186
- * issues. For more information about Security Hub, see the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub.html">
187
- * <i>Security HubUser
188
- * Guide</i>
189
- * </a>.</p>
190
- * <p>When you use operations in the Security Hub API, the requests are executed only in the Amazon Web Services
191
- * Region that is currently active or in the specific Amazon Web Services Region that you specify in your
192
- * request. Any configuration or settings change that results from the operation is applied
193
- * only to that Region. To make the same change in other Regions, execute the same command for
194
- * each Region to apply the change to.</p>
187
+ * <p>Security Hub provides you with a comprehensive view of the security state of
188
+ * your Amazon Web Services environment and resources. It also provides you with the readiness
189
+ * status of your environment based on controls from supported security standards. Security Hub collects security data from Amazon Web Services accounts, services, and
190
+ * integrated third-party products and helps you analyze security trends in your environment
191
+ * to identify the highest priority security issues. For more information about Security Hub, see the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub.html">Security HubUser
192
+ * Guide</a>.</p>
193
+ * <p>When you use operations in the Security Hub API, the requests are executed only in
194
+ * the Amazon Web Services Region that is currently active or in the specific Amazon Web Services Region that you specify in your request. Any configuration or settings change
195
+ * that results from the operation is applied only to that Region. To make the same change in
196
+ * other Regions, run the same command for each Region in which you want to apply the change.</p>
195
197
  * <p>For example, if your Region is set to <code>us-west-2</code>, when you use <code>CreateMembers</code> to add a member account to Security Hub, the association of
196
198
  * the member account with the administrator account is created only in the <code>us-west-2</code>
197
199
  * Region. Security Hub must be enabled for the member account in the same Region that the invitation
@@ -200,8 +202,8 @@ export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolv
200
202
  * <ul>
201
203
  * <li>
202
204
  * <p>
203
- * <code>BatchEnableStandards</code> - <code>RateLimit</code> of 1
204
- * request per second, <code>BurstLimit</code> of 1 request per second.</p>
205
+ * <code>BatchEnableStandards</code> - <code>RateLimit</code> of 1 request per
206
+ * second. <code>BurstLimit</code> of 1 request per second.</p>
205
207
  * </li>
206
208
  * <li>
207
209
  * <p>
@@ -220,8 +222,8 @@ export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolv
220
222
  * </li>
221
223
  * <li>
222
224
  * <p>
223
- * <code>UpdateStandardsControl</code> - <code>RateLimit</code> of
224
- * 1 request per second, <code>BurstLimit</code> of 5 requests per second.</p>
225
+ * <code>UpdateStandardsControl</code> - <code>RateLimit</code> of 1 request per
226
+ * second. <code>BurstLimit</code> of 5 requests per second.</p>
225
227
  * </li>
226
228
  * <li>
227
229
  * <p>All other operations - <code>RateLimit</code> of 10 requests per second.
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link AcceptAdministratorInvitationCommand}.
8
+ */
6
9
  export interface AcceptAdministratorInvitationCommandInput extends AcceptAdministratorInvitationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AcceptAdministratorInvitationCommand}.
13
+ */
8
14
  export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdministratorInvitationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link AcceptInvitationCommand}.
8
+ */
6
9
  export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AcceptInvitationCommand}.
13
+ */
8
14
  export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchDisableStandardsRequest, BatchDisableStandardsResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link BatchDisableStandardsCommand}.
8
+ */
6
9
  export interface BatchDisableStandardsCommandInput extends BatchDisableStandardsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDisableStandardsCommand}.
13
+ */
8
14
  export interface BatchDisableStandardsCommandOutput extends BatchDisableStandardsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchEnableStandardsRequest, BatchEnableStandardsResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link BatchEnableStandardsCommand}.
8
+ */
6
9
  export interface BatchEnableStandardsCommandInput extends BatchEnableStandardsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchEnableStandardsCommand}.
13
+ */
8
14
  export interface BatchEnableStandardsCommandOutput extends BatchEnableStandardsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -0,0 +1,45 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { BatchGetSecurityControlsRequest, BatchGetSecurityControlsResponse } from "../models/models_1";
5
+ import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link BatchGetSecurityControlsCommand}.
8
+ */
9
+ export interface BatchGetSecurityControlsCommandInput extends BatchGetSecurityControlsRequest {
10
+ }
11
+ /**
12
+ * The output of {@link BatchGetSecurityControlsCommand}.
13
+ */
14
+ export interface BatchGetSecurityControlsCommandOutput extends BatchGetSecurityControlsResponse, __MetadataBearer {
15
+ }
16
+ /**
17
+ * <p>
18
+ * Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
19
+ * </p>
20
+ * @example
21
+ * Use a bare-bones client and the command you need to make an API call.
22
+ * ```javascript
23
+ * import { SecurityHubClient, BatchGetSecurityControlsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
24
+ * // const { SecurityHubClient, BatchGetSecurityControlsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
25
+ * const client = new SecurityHubClient(config);
26
+ * const command = new BatchGetSecurityControlsCommand(input);
27
+ * const response = await client.send(command);
28
+ * ```
29
+ *
30
+ * @see {@link BatchGetSecurityControlsCommandInput} for command's `input` shape.
31
+ * @see {@link BatchGetSecurityControlsCommandOutput} for command's `response` shape.
32
+ * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
33
+ *
34
+ */
35
+ export declare class BatchGetSecurityControlsCommand extends $Command<BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput, SecurityHubClientResolvedConfig> {
36
+ readonly input: BatchGetSecurityControlsCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
+ constructor(input: BatchGetSecurityControlsCommandInput);
39
+ /**
40
+ * @internal
41
+ */
42
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput>;
43
+ private serialize;
44
+ private deserialize;
45
+ }
@@ -0,0 +1,45 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { BatchGetStandardsControlAssociationsRequest, BatchGetStandardsControlAssociationsResponse } from "../models/models_1";
5
+ import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link BatchGetStandardsControlAssociationsCommand}.
8
+ */
9
+ export interface BatchGetStandardsControlAssociationsCommandInput extends BatchGetStandardsControlAssociationsRequest {
10
+ }
11
+ /**
12
+ * The output of {@link BatchGetStandardsControlAssociationsCommand}.
13
+ */
14
+ export interface BatchGetStandardsControlAssociationsCommandOutput extends BatchGetStandardsControlAssociationsResponse, __MetadataBearer {
15
+ }
16
+ /**
17
+ * <p>
18
+ * For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard.
19
+ * </p>
20
+ * @example
21
+ * Use a bare-bones client and the command you need to make an API call.
22
+ * ```javascript
23
+ * import { SecurityHubClient, BatchGetStandardsControlAssociationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
24
+ * // const { SecurityHubClient, BatchGetStandardsControlAssociationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
25
+ * const client = new SecurityHubClient(config);
26
+ * const command = new BatchGetStandardsControlAssociationsCommand(input);
27
+ * const response = await client.send(command);
28
+ * ```
29
+ *
30
+ * @see {@link BatchGetStandardsControlAssociationsCommandInput} for command's `input` shape.
31
+ * @see {@link BatchGetStandardsControlAssociationsCommandOutput} for command's `response` shape.
32
+ * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
33
+ *
34
+ */
35
+ export declare class BatchGetStandardsControlAssociationsCommand extends $Command<BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig> {
36
+ readonly input: BatchGetStandardsControlAssociationsCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
+ constructor(input: BatchGetStandardsControlAssociationsCommandInput);
39
+ /**
40
+ * @internal
41
+ */
42
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput>;
43
+ private serialize;
44
+ private deserialize;
45
+ }
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchImportFindingsRequest, BatchImportFindingsResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link BatchImportFindingsCommand}.
8
+ */
6
9
  export interface BatchImportFindingsCommandInput extends BatchImportFindingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchImportFindingsCommand}.
13
+ */
8
14
  export interface BatchImportFindingsCommandOutput extends BatchImportFindingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchUpdateFindingsRequest, BatchUpdateFindingsResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link BatchUpdateFindingsCommand}.
8
+ */
6
9
  export interface BatchUpdateFindingsCommandInput extends BatchUpdateFindingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchUpdateFindingsCommand}.
13
+ */
8
14
  export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -0,0 +1,45 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { BatchUpdateStandardsControlAssociationsRequest, BatchUpdateStandardsControlAssociationsResponse } from "../models/models_1";
5
+ import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link BatchUpdateStandardsControlAssociationsCommand}.
8
+ */
9
+ export interface BatchUpdateStandardsControlAssociationsCommandInput extends BatchUpdateStandardsControlAssociationsRequest {
10
+ }
11
+ /**
12
+ * The output of {@link BatchUpdateStandardsControlAssociationsCommand}.
13
+ */
14
+ export interface BatchUpdateStandardsControlAssociationsCommandOutput extends BatchUpdateStandardsControlAssociationsResponse, __MetadataBearer {
15
+ }
16
+ /**
17
+ * <p>
18
+ * For a batch of security controls and standards, this operation updates the enablement status of a control in a standard.
19
+ * </p>
20
+ * @example
21
+ * Use a bare-bones client and the command you need to make an API call.
22
+ * ```javascript
23
+ * import { SecurityHubClient, BatchUpdateStandardsControlAssociationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
24
+ * // const { SecurityHubClient, BatchUpdateStandardsControlAssociationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
25
+ * const client = new SecurityHubClient(config);
26
+ * const command = new BatchUpdateStandardsControlAssociationsCommand(input);
27
+ * const response = await client.send(command);
28
+ * ```
29
+ *
30
+ * @see {@link BatchUpdateStandardsControlAssociationsCommandInput} for command's `input` shape.
31
+ * @see {@link BatchUpdateStandardsControlAssociationsCommandOutput} for command's `response` shape.
32
+ * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
33
+ *
34
+ */
35
+ export declare class BatchUpdateStandardsControlAssociationsCommand extends $Command<BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig> {
36
+ readonly input: BatchUpdateStandardsControlAssociationsCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
+ constructor(input: BatchUpdateStandardsControlAssociationsCommandInput);
39
+ /**
40
+ * @internal
41
+ */
42
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput>;
43
+ private serialize;
44
+ private deserialize;
45
+ }
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateActionTargetRequest, CreateActionTargetResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link CreateActionTargetCommand}.
8
+ */
6
9
  export interface CreateActionTargetCommandInput extends CreateActionTargetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateActionTargetCommand}.
13
+ */
8
14
  export interface CreateActionTargetCommandOutput extends CreateActionTargetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateFindingAggregatorRequest, CreateFindingAggregatorResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link CreateFindingAggregatorCommand}.
8
+ */
6
9
  export interface CreateFindingAggregatorCommandInput extends CreateFindingAggregatorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateFindingAggregatorCommand}.
13
+ */
8
14
  export interface CreateFindingAggregatorCommandOutput extends CreateFindingAggregatorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateInsightRequest, CreateInsightResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link CreateInsightCommand}.
8
+ */
6
9
  export interface CreateInsightCommandInput extends CreateInsightRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateInsightCommand}.
13
+ */
8
14
  export interface CreateInsightCommandOutput extends CreateInsightResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateMembersRequest, CreateMembersResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link CreateMembersCommand}.
8
+ */
6
9
  export interface CreateMembersCommandInput extends CreateMembersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateMembersCommand}.
13
+ */
8
14
  export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link DeclineInvitationsCommand}.
8
+ */
6
9
  export interface DeclineInvitationsCommandInput extends DeclineInvitationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeclineInvitationsCommand}.
13
+ */
8
14
  export interface DeclineInvitationsCommandOutput extends DeclineInvitationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteActionTargetRequest, DeleteActionTargetResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link DeleteActionTargetCommand}.
8
+ */
6
9
  export interface DeleteActionTargetCommandInput extends DeleteActionTargetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteActionTargetCommand}.
13
+ */
8
14
  export interface DeleteActionTargetCommandOutput extends DeleteActionTargetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -1,10 +1,16 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteFindingAggregatorRequest, DeleteFindingAggregatorResponse } from "../models/models_1";
4
+ import { DeleteFindingAggregatorRequest, DeleteFindingAggregatorResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link DeleteFindingAggregatorCommand}.
8
+ */
6
9
  export interface DeleteFindingAggregatorCommandInput extends DeleteFindingAggregatorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFindingAggregatorCommand}.
13
+ */
8
14
  export interface DeleteFindingAggregatorCommandOutput extends DeleteFindingAggregatorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -1,10 +1,16 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_1";
4
+ import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link DeleteInsightCommand}.
8
+ */
6
9
  export interface DeleteInsightCommandInput extends DeleteInsightRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteInsightCommand}.
13
+ */
8
14
  export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __MetadataBearer {
9
15
  }
10
16
  /**