@aws-sdk/client-securityhub 3.186.0 → 3.190.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 +16 -0
- package/dist-es/SecurityHub.js +226 -233
- package/dist-es/SecurityHubClient.js +22 -28
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +21 -28
- package/dist-es/commands/AcceptInvitationCommand.js +21 -28
- package/dist-es/commands/BatchDisableStandardsCommand.js +21 -28
- package/dist-es/commands/BatchEnableStandardsCommand.js +21 -28
- package/dist-es/commands/BatchImportFindingsCommand.js +21 -28
- package/dist-es/commands/BatchUpdateFindingsCommand.js +21 -28
- package/dist-es/commands/CreateActionTargetCommand.js +21 -28
- package/dist-es/commands/CreateFindingAggregatorCommand.js +21 -28
- package/dist-es/commands/CreateInsightCommand.js +21 -28
- package/dist-es/commands/CreateMembersCommand.js +21 -28
- package/dist-es/commands/DeclineInvitationsCommand.js +21 -28
- package/dist-es/commands/DeleteActionTargetCommand.js +21 -28
- package/dist-es/commands/DeleteFindingAggregatorCommand.js +21 -28
- package/dist-es/commands/DeleteInsightCommand.js +21 -28
- package/dist-es/commands/DeleteInvitationsCommand.js +21 -28
- package/dist-es/commands/DeleteMembersCommand.js +21 -28
- package/dist-es/commands/DescribeActionTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeHubCommand.js +21 -28
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeProductsCommand.js +21 -28
- package/dist-es/commands/DescribeStandardsCommand.js +21 -28
- package/dist-es/commands/DescribeStandardsControlsCommand.js +21 -28
- package/dist-es/commands/DisableImportFindingsForProductCommand.js +21 -28
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +21 -28
- package/dist-es/commands/DisableSecurityHubCommand.js +21 -28
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +21 -28
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +21 -28
- package/dist-es/commands/DisassociateMembersCommand.js +21 -28
- package/dist-es/commands/EnableImportFindingsForProductCommand.js +21 -28
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +21 -28
- package/dist-es/commands/EnableSecurityHubCommand.js +21 -28
- package/dist-es/commands/GetAdministratorAccountCommand.js +21 -28
- package/dist-es/commands/GetEnabledStandardsCommand.js +21 -28
- package/dist-es/commands/GetFindingAggregatorCommand.js +21 -28
- package/dist-es/commands/GetFindingsCommand.js +21 -28
- package/dist-es/commands/GetInsightResultsCommand.js +21 -28
- package/dist-es/commands/GetInsightsCommand.js +21 -28
- package/dist-es/commands/GetInvitationsCountCommand.js +21 -28
- package/dist-es/commands/GetMasterAccountCommand.js +21 -28
- package/dist-es/commands/GetMembersCommand.js +21 -28
- package/dist-es/commands/InviteMembersCommand.js +21 -28
- package/dist-es/commands/ListEnabledProductsForImportCommand.js +21 -28
- package/dist-es/commands/ListFindingAggregatorsCommand.js +21 -28
- package/dist-es/commands/ListInvitationsCommand.js +21 -28
- package/dist-es/commands/ListMembersCommand.js +21 -28
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateActionTargetCommand.js +21 -28
- package/dist-es/commands/UpdateFindingAggregatorCommand.js +21 -28
- package/dist-es/commands/UpdateFindingsCommand.js +21 -28
- package/dist-es/commands/UpdateInsightCommand.js +21 -28
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateSecurityHubConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateStandardsControlCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SecurityHubServiceException.js +5 -10
- package/dist-es/models/models_0.js +951 -370
- package/dist-es/models/models_1.js +841 -290
- package/dist-es/models/models_2.js +93 -32
- package/dist-es/pagination/DescribeActionTargetsPaginator.js +25 -68
- package/dist-es/pagination/DescribeProductsPaginator.js +25 -68
- package/dist-es/pagination/DescribeStandardsControlsPaginator.js +25 -68
- package/dist-es/pagination/DescribeStandardsPaginator.js +25 -68
- package/dist-es/pagination/GetEnabledStandardsPaginator.js +25 -68
- package/dist-es/pagination/GetFindingsPaginator.js +25 -68
- package/dist-es/pagination/GetInsightsPaginator.js +25 -68
- package/dist-es/pagination/ListEnabledProductsForImportPaginator.js +25 -68
- package/dist-es/pagination/ListFindingAggregatorsPaginator.js +25 -68
- package/dist-es/pagination/ListInvitationsPaginator.js +25 -68
- package/dist-es/pagination/ListMembersPaginator.js +25 -68
- package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +10756 -9674
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-securityhub
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-securityhub
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-securityhub
|