@aws-sdk/client-securityhub 3.168.0 → 3.170.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-types/ts3.4/SecurityHub.d.ts +1024 -285
- package/dist-types/ts3.4/SecurityHubClient.d.ts +465 -129
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +56 -56
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +4382 -4097
- package/dist-types/ts3.4/models/models_1.d.ts +4116 -3847
- package/dist-types/ts3.4/models/models_2.d.ts +268 -228
- package/dist-types/ts3.4/pagination/DescribeActionTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProductsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStandardsControlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStandardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEnabledStandardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEnabledProductsForImportPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingAggregatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-securityhub
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-securityhub
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-securityhub
|