@aws-sdk/client-securityhub 3.40.0 → 3.45.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +228 -227
- package/dist-cjs/models/models_1.js +244 -5
- package/dist-cjs/protocols/Aws_restJson1.js +1225 -74
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +148 -149
- package/dist-es/models/models_1.js +162 -0
- package/dist-es/protocols/Aws_restJson1.js +1020 -17
- package/dist-types/SecurityHub.d.ts +13 -3
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +1 -1
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +1 -1
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +14 -3
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/CreateInsightCommand.d.ts +1 -1
- package/dist-types/commands/CreateMembersCommand.d.ts +1 -2
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMembersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +1 -1
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1021 -1773
- package/dist-types/models/models_1.d.ts +1681 -5
- package/dist-types/ts3.4/models/models_0.d.ts +546 -827
- package/dist-types/ts3.4/models/models_1.d.ts +783 -1
- package/package.json +6 -6
|
@@ -25,7 +25,7 @@ export interface UpdateFindingsCommandOutput extends UpdateFindingsResponse, __M
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateFindingsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateFindingsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateFindingsCommand extends $Command<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInsightCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInsightCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInsightCommand extends $Command<UpdateInsightCommandInput, UpdateInsightCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateSecurityHubConfigurationCommandOutput extends UpdateSecur
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateSecurityHubConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateSecurityHubConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateSecurityHubConfigurationCommand extends $Command<UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateStandardsControlCommandOutput extends UpdateStandardsCont
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateStandardsControlCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateStandardsControlCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateStandardsControlCommand extends $Command<UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput, SecurityHubClientResolvedConfig> {
|