@aws-sdk/client-securityhub 3.289.0 → 3.290.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.
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +18 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +18 -0
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +15 -0
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +15 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +15 -0
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +15 -0
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +15 -0
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +15 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +15 -0
- package/dist-types/commands/CreateActionTargetCommand.d.ts +18 -0
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +18 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +18 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +18 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +14 -0
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +21 -0
- package/dist-types/commands/DeleteInsightCommand.d.ts +18 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +18 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +18 -0
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +18 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/DescribeProductsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeStandardsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +14 -0
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +18 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +15 -0
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +18 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +18 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +18 -0
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +18 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +15 -0
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +17 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +18 -0
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +15 -0
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +21 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +15 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +18 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +18 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +15 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +18 -0
- package/dist-types/commands/GetMembersCommand.d.ts +18 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +18 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +11 -0
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +18 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +15 -0
- package/dist-types/commands/ListMembersCommand.d.ts +15 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +15 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +15 -0
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +14 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +21 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +18 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +18 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +14 -0
- package/package.json +29 -29
|
@@ -34,6 +34,24 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
|
|
|
34
34
|
* @see {@link AcceptAdministratorInvitationCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalException} (server fault)
|
|
38
|
+
* <p>Internal server error.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
41
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
44
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
45
|
+
* input parameter.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
49
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
37
55
|
*/
|
|
38
56
|
export declare class AcceptAdministratorInvitationCommand extends $Command<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput, SecurityHubClientResolvedConfig> {
|
|
39
57
|
readonly input: AcceptAdministratorInvitationCommandInput;
|
|
@@ -38,6 +38,24 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
|
|
|
38
38
|
* @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InternalException} (server fault)
|
|
42
|
+
* <p>Internal server error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
45
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
48
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
49
|
+
* input parameter.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
52
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
53
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
41
59
|
*/
|
|
42
60
|
export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, SecurityHubClientResolvedConfig> {
|
|
43
61
|
readonly input: AcceptInvitationCommandInput;
|
|
@@ -32,6 +32,21 @@ export interface BatchDisableStandardsCommandOutput extends BatchDisableStandard
|
|
|
32
32
|
* @see {@link BatchDisableStandardsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>Internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
39
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
43
|
+
* input parameter.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
47
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
35
50
|
*/
|
|
36
51
|
export declare class BatchDisableStandardsCommand extends $Command<BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
37
52
|
readonly input: BatchDisableStandardsCommandInput;
|
|
@@ -33,6 +33,21 @@ export interface BatchEnableStandardsCommandOutput extends BatchEnableStandardsR
|
|
|
33
33
|
* @see {@link BatchEnableStandardsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>Internal server error.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
40
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
43
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
44
|
+
* input parameter.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
48
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
36
51
|
*/
|
|
37
52
|
export declare class BatchEnableStandardsCommand extends $Command<BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
38
53
|
readonly input: BatchEnableStandardsCommandInput;
|
|
@@ -31,6 +31,21 @@ export interface BatchGetSecurityControlsCommandOutput extends BatchGetSecurityC
|
|
|
31
31
|
* @see {@link BatchGetSecurityControlsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
46
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
34
49
|
*/
|
|
35
50
|
export declare class BatchGetSecurityControlsCommand extends $Command<BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
51
|
readonly input: BatchGetSecurityControlsCommandInput;
|
|
@@ -31,6 +31,21 @@ export interface BatchGetStandardsControlAssociationsCommandOutput extends Batch
|
|
|
31
31
|
* @see {@link BatchGetStandardsControlAssociationsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
46
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
34
49
|
*/
|
|
35
50
|
export declare class BatchGetStandardsControlAssociationsCommand extends $Command<BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
51
|
readonly input: BatchGetStandardsControlAssociationsCommandInput;
|
|
@@ -103,6 +103,21 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
103
103
|
* @see {@link BatchImportFindingsCommandOutput} for command's `response` shape.
|
|
104
104
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
105
105
|
*
|
|
106
|
+
* @throws {@link InternalException} (server fault)
|
|
107
|
+
* <p>Internal server error.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
110
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
113
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
114
|
+
* input parameter.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
117
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
118
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
119
|
+
*
|
|
120
|
+
*
|
|
106
121
|
*/
|
|
107
122
|
export declare class BatchImportFindingsCommand extends $Command<BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
108
123
|
readonly input: BatchImportFindingsCommandInput;
|
|
@@ -87,6 +87,21 @@ export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsRes
|
|
|
87
87
|
* @see {@link BatchUpdateFindingsCommandOutput} for command's `response` shape.
|
|
88
88
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
89
89
|
*
|
|
90
|
+
* @throws {@link InternalException} (server fault)
|
|
91
|
+
* <p>Internal server error.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
94
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
97
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
98
|
+
* input parameter.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
101
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
102
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
103
|
+
*
|
|
104
|
+
*
|
|
90
105
|
*/
|
|
91
106
|
export declare class BatchUpdateFindingsCommand extends $Command<BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
92
107
|
readonly input: BatchUpdateFindingsCommandInput;
|
|
@@ -31,6 +31,21 @@ export interface BatchUpdateStandardsControlAssociationsCommandOutput extends Ba
|
|
|
31
31
|
* @see {@link BatchUpdateStandardsControlAssociationsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
46
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
34
49
|
*/
|
|
35
50
|
export declare class BatchUpdateStandardsControlAssociationsCommand extends $Command<BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
51
|
readonly input: BatchUpdateStandardsControlAssociationsCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface CreateActionTargetCommandOutput extends CreateActionTargetRespo
|
|
|
31
31
|
* @see {@link CreateActionTargetCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
46
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
49
|
+
* <p>The resource specified in the request conflicts with an existing resource.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class CreateActionTargetCommand extends $Command<CreateActionTargetCommandInput, CreateActionTargetCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
54
|
readonly input: CreateActionTargetCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface CreateFindingAggregatorCommandOutput extends CreateFindingAggre
|
|
|
31
31
|
* @see {@link CreateFindingAggregatorCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You don't have permission to perform the action specified in the request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalException} (server fault)
|
|
38
|
+
* <p>Internal server error.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
41
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
44
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
45
|
+
* input parameter.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
49
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class CreateFindingAggregatorCommand extends $Command<CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
54
|
readonly input: CreateFindingAggregatorCommandInput;
|
|
@@ -32,6 +32,24 @@ export interface CreateInsightCommandOutput extends CreateInsightResponse, __Met
|
|
|
32
32
|
* @see {@link CreateInsightCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>Internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
39
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
43
|
+
* input parameter.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
47
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
50
|
+
* <p>The resource specified in the request conflicts with an existing resource.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
35
53
|
*/
|
|
36
54
|
export declare class CreateInsightCommand extends $Command<CreateInsightCommandInput, CreateInsightCommandOutput, SecurityHubClientResolvedConfig> {
|
|
37
55
|
readonly input: CreateInsightCommandInput;
|
|
@@ -63,6 +63,24 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
|
|
|
63
63
|
* @see {@link CreateMembersCommandOutput} for command's `response` shape.
|
|
64
64
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
65
65
|
*
|
|
66
|
+
* @throws {@link InternalException} (server fault)
|
|
67
|
+
* <p>Internal server error.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
70
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
73
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
74
|
+
* input parameter.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
77
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
78
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
81
|
+
* <p>The resource specified in the request conflicts with an existing resource.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
66
84
|
*/
|
|
67
85
|
export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
68
86
|
readonly input: CreateMembersCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
|
|
|
31
31
|
* @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
50
|
readonly input: DeclineInvitationsCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface DeleteActionTargetCommandOutput extends DeleteActionTargetRespo
|
|
|
31
31
|
* @see {@link DeleteActionTargetCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class DeleteActionTargetCommand extends $Command<DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
50
|
readonly input: DeleteActionTargetCommandInput;
|
|
@@ -31,6 +31,27 @@ export interface DeleteFindingAggregatorCommandOutput extends DeleteFindingAggre
|
|
|
31
31
|
* @see {@link DeleteFindingAggregatorCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You don't have permission to perform the action specified in the request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalException} (server fault)
|
|
38
|
+
* <p>Internal server error.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
41
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
44
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
45
|
+
* input parameter.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
49
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
34
55
|
*/
|
|
35
56
|
export declare class DeleteFindingAggregatorCommand extends $Command<DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
57
|
readonly input: DeleteFindingAggregatorCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteInsightCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>Internal server error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
36
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
40
|
+
* input parameter.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
44
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, SecurityHubClientResolvedConfig> {
|
|
34
52
|
readonly input: DeleteInsightCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
31
31
|
* @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
46
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
54
|
readonly input: DeleteInvitationsCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
31
31
|
* @see {@link DeleteMembersCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
46
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
54
|
readonly input: DeleteMembersCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface DescribeActionTargetsCommandOutput extends DescribeActionTarget
|
|
|
29
29
|
* @see {@link DescribeActionTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>Internal server error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
36
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
40
|
+
* input parameter.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class DescribeActionTargetsCommand extends $Command<DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
34
48
|
readonly input: DescribeActionTargetsCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface DescribeHubCommandOutput extends DescribeHubResponse, __Metadat
|
|
|
30
30
|
* @see {@link DescribeHubCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>Internal server error.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
37
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
41
|
+
* input parameter.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
44
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
45
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class DescribeHubCommand extends $Command<DescribeHubCommandInput, DescribeHubCommandOutput, SecurityHubClientResolvedConfig> {
|
|
35
53
|
readonly input: DescribeHubCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
30
30
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>Internal server error.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
37
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
41
|
+
* input parameter.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
44
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
45
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, SecurityHubClientResolvedConfig> {
|
|
35
50
|
readonly input: DescribeOrganizationConfigurationCommandInput;
|
|
@@ -33,6 +33,21 @@ export interface DescribeProductsCommandOutput extends DescribeProductsResponse,
|
|
|
33
33
|
* @see {@link DescribeProductsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>Internal server error.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
40
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
43
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
44
|
+
* input parameter.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
48
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
36
51
|
*/
|
|
37
52
|
export declare class DescribeProductsCommand extends $Command<DescribeProductsCommandInput, DescribeProductsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
38
53
|
readonly input: DescribeProductsCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface DescribeStandardsCommandOutput extends DescribeStandardsRespons
|
|
|
30
30
|
* @see {@link DescribeStandardsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>Internal server error.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
37
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
41
|
+
* input parameter.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class DescribeStandardsCommand extends $Command<DescribeStandardsCommandInput, DescribeStandardsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
35
46
|
readonly input: DescribeStandardsCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface DescribeStandardsControlsCommandOutput extends DescribeStandard
|
|
|
31
31
|
* @see {@link DescribeStandardsControlsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>Internal server error.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
38
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
42
|
+
* input parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class DescribeStandardsControlsCommand extends $Command<DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
50
|
readonly input: DescribeStandardsControlsCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface DisableImportFindingsForProductCommandOutput extends DisableImp
|
|
|
30
30
|
* @see {@link DisableImportFindingsForProductCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>Internal server error.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidAccessException} (client fault)
|
|
37
|
+
* <p>The account doesn't have permission to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The request was rejected because you supplied an invalid or out-of-range value for an
|
|
41
|
+
* input parameter.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
44
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
|
|
45
|
+
* account or throttling limits. The error code describes the limit exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class DisableImportFindingsForProductCommand extends $Command<DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig> {
|
|
35
53
|
readonly input: DisableImportFindingsForProductCommandInput;
|