@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
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export * from "./AcceptAdministratorInvitationCommand";
|
|
2
|
-
export * from "./AcceptInvitationCommand";
|
|
3
|
-
export * from "./BatchDisableStandardsCommand";
|
|
4
|
-
export * from "./BatchEnableStandardsCommand";
|
|
5
|
-
export * from "./BatchImportFindingsCommand";
|
|
6
|
-
export * from "./BatchUpdateFindingsCommand";
|
|
7
|
-
export * from "./CreateActionTargetCommand";
|
|
8
|
-
export * from "./CreateFindingAggregatorCommand";
|
|
9
|
-
export * from "./CreateInsightCommand";
|
|
10
|
-
export * from "./CreateMembersCommand";
|
|
11
|
-
export * from "./DeclineInvitationsCommand";
|
|
12
|
-
export * from "./DeleteActionTargetCommand";
|
|
13
|
-
export * from "./DeleteFindingAggregatorCommand";
|
|
14
|
-
export * from "./DeleteInsightCommand";
|
|
15
|
-
export * from "./DeleteInvitationsCommand";
|
|
16
|
-
export * from "./DeleteMembersCommand";
|
|
17
|
-
export * from "./DescribeActionTargetsCommand";
|
|
18
|
-
export * from "./DescribeHubCommand";
|
|
19
|
-
export * from "./DescribeOrganizationConfigurationCommand";
|
|
20
|
-
export * from "./DescribeProductsCommand";
|
|
21
|
-
export * from "./DescribeStandardsCommand";
|
|
22
|
-
export * from "./DescribeStandardsControlsCommand";
|
|
23
|
-
export * from "./DisableImportFindingsForProductCommand";
|
|
24
|
-
export * from "./DisableOrganizationAdminAccountCommand";
|
|
25
|
-
export * from "./DisableSecurityHubCommand";
|
|
26
|
-
export * from "./DisassociateFromAdministratorAccountCommand";
|
|
27
|
-
export * from "./DisassociateFromMasterAccountCommand";
|
|
28
|
-
export * from "./DisassociateMembersCommand";
|
|
29
|
-
export * from "./EnableImportFindingsForProductCommand";
|
|
30
|
-
export * from "./EnableOrganizationAdminAccountCommand";
|
|
31
|
-
export * from "./EnableSecurityHubCommand";
|
|
32
|
-
export * from "./GetAdministratorAccountCommand";
|
|
33
|
-
export * from "./GetEnabledStandardsCommand";
|
|
34
|
-
export * from "./GetFindingAggregatorCommand";
|
|
35
|
-
export * from "./GetFindingsCommand";
|
|
36
|
-
export * from "./GetInsightResultsCommand";
|
|
37
|
-
export * from "./GetInsightsCommand";
|
|
38
|
-
export * from "./GetInvitationsCountCommand";
|
|
39
|
-
export * from "./GetMasterAccountCommand";
|
|
40
|
-
export * from "./GetMembersCommand";
|
|
41
|
-
export * from "./InviteMembersCommand";
|
|
42
|
-
export * from "./ListEnabledProductsForImportCommand";
|
|
43
|
-
export * from "./ListFindingAggregatorsCommand";
|
|
44
|
-
export * from "./ListInvitationsCommand";
|
|
45
|
-
export * from "./ListMembersCommand";
|
|
46
|
-
export * from "./ListOrganizationAdminAccountsCommand";
|
|
47
|
-
export * from "./ListTagsForResourceCommand";
|
|
48
|
-
export * from "./TagResourceCommand";
|
|
49
|
-
export * from "./UntagResourceCommand";
|
|
50
|
-
export * from "./UpdateActionTargetCommand";
|
|
51
|
-
export * from "./UpdateFindingAggregatorCommand";
|
|
52
|
-
export * from "./UpdateFindingsCommand";
|
|
53
|
-
export * from "./UpdateInsightCommand";
|
|
54
|
-
export * from "./UpdateOrganizationConfigurationCommand";
|
|
55
|
-
export * from "./UpdateSecurityHubConfigurationCommand";
|
|
56
|
-
export * from "./UpdateStandardsControlCommand";
|
|
1
|
+
export * from "./AcceptAdministratorInvitationCommand";
|
|
2
|
+
export * from "./AcceptInvitationCommand";
|
|
3
|
+
export * from "./BatchDisableStandardsCommand";
|
|
4
|
+
export * from "./BatchEnableStandardsCommand";
|
|
5
|
+
export * from "./BatchImportFindingsCommand";
|
|
6
|
+
export * from "./BatchUpdateFindingsCommand";
|
|
7
|
+
export * from "./CreateActionTargetCommand";
|
|
8
|
+
export * from "./CreateFindingAggregatorCommand";
|
|
9
|
+
export * from "./CreateInsightCommand";
|
|
10
|
+
export * from "./CreateMembersCommand";
|
|
11
|
+
export * from "./DeclineInvitationsCommand";
|
|
12
|
+
export * from "./DeleteActionTargetCommand";
|
|
13
|
+
export * from "./DeleteFindingAggregatorCommand";
|
|
14
|
+
export * from "./DeleteInsightCommand";
|
|
15
|
+
export * from "./DeleteInvitationsCommand";
|
|
16
|
+
export * from "./DeleteMembersCommand";
|
|
17
|
+
export * from "./DescribeActionTargetsCommand";
|
|
18
|
+
export * from "./DescribeHubCommand";
|
|
19
|
+
export * from "./DescribeOrganizationConfigurationCommand";
|
|
20
|
+
export * from "./DescribeProductsCommand";
|
|
21
|
+
export * from "./DescribeStandardsCommand";
|
|
22
|
+
export * from "./DescribeStandardsControlsCommand";
|
|
23
|
+
export * from "./DisableImportFindingsForProductCommand";
|
|
24
|
+
export * from "./DisableOrganizationAdminAccountCommand";
|
|
25
|
+
export * from "./DisableSecurityHubCommand";
|
|
26
|
+
export * from "./DisassociateFromAdministratorAccountCommand";
|
|
27
|
+
export * from "./DisassociateFromMasterAccountCommand";
|
|
28
|
+
export * from "./DisassociateMembersCommand";
|
|
29
|
+
export * from "./EnableImportFindingsForProductCommand";
|
|
30
|
+
export * from "./EnableOrganizationAdminAccountCommand";
|
|
31
|
+
export * from "./EnableSecurityHubCommand";
|
|
32
|
+
export * from "./GetAdministratorAccountCommand";
|
|
33
|
+
export * from "./GetEnabledStandardsCommand";
|
|
34
|
+
export * from "./GetFindingAggregatorCommand";
|
|
35
|
+
export * from "./GetFindingsCommand";
|
|
36
|
+
export * from "./GetInsightResultsCommand";
|
|
37
|
+
export * from "./GetInsightsCommand";
|
|
38
|
+
export * from "./GetInvitationsCountCommand";
|
|
39
|
+
export * from "./GetMasterAccountCommand";
|
|
40
|
+
export * from "./GetMembersCommand";
|
|
41
|
+
export * from "./InviteMembersCommand";
|
|
42
|
+
export * from "./ListEnabledProductsForImportCommand";
|
|
43
|
+
export * from "./ListFindingAggregatorsCommand";
|
|
44
|
+
export * from "./ListInvitationsCommand";
|
|
45
|
+
export * from "./ListMembersCommand";
|
|
46
|
+
export * from "./ListOrganizationAdminAccountsCommand";
|
|
47
|
+
export * from "./ListTagsForResourceCommand";
|
|
48
|
+
export * from "./TagResourceCommand";
|
|
49
|
+
export * from "./UntagResourceCommand";
|
|
50
|
+
export * from "./UpdateActionTargetCommand";
|
|
51
|
+
export * from "./UpdateFindingAggregatorCommand";
|
|
52
|
+
export * from "./UpdateFindingsCommand";
|
|
53
|
+
export * from "./UpdateInsightCommand";
|
|
54
|
+
export * from "./UpdateOrganizationConfigurationCommand";
|
|
55
|
+
export * from "./UpdateSecurityHubConfigurationCommand";
|
|
56
|
+
export * from "./UpdateStandardsControlCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./SecurityHub";
|
|
2
|
-
export * from "./SecurityHubClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { SecurityHubServiceException } from "./models/SecurityHubServiceException";
|
|
1
|
+
export * from "./SecurityHub";
|
|
2
|
+
export * from "./SecurityHubClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { SecurityHubServiceException } from "./models/SecurityHubServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class SecurityHubServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
3
|
-
export * from "./models_2";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|
|
3
|
+
export * from "./models_2";
|