@aws-sdk/client-securityhub 3.169.0 → 3.171.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 +968 -285
- package/dist-types/ts3.4/SecurityHubClient.d.ts +440 -129
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +2792 -4097
- package/dist-types/ts3.4/models/models_1.d.ts +2703 -3847
- package/dist-types/ts3.4/models/models_2.d.ts +209 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOrganizationAdminAccountsCommandInput,
|
|
4
|
+
ListOrganizationAdminAccountsCommandOutput,
|
|
5
|
+
} from "../commands/ListOrganizationAdminAccountsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListOrganizationAdminAccounts(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListOrganizationAdminAccountsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListOrganizationAdminAccountsCommandOutput>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from "./DescribeActionTargetsPaginator";
|
|
2
|
-
export * from "./DescribeProductsPaginator";
|
|
3
|
-
export * from "./DescribeStandardsControlsPaginator";
|
|
4
|
-
export * from "./DescribeStandardsPaginator";
|
|
5
|
-
export * from "./GetEnabledStandardsPaginator";
|
|
6
|
-
export * from "./GetFindingsPaginator";
|
|
7
|
-
export * from "./GetInsightsPaginator";
|
|
8
|
-
export * from "./Interfaces";
|
|
9
|
-
export * from "./ListEnabledProductsForImportPaginator";
|
|
10
|
-
export * from "./ListFindingAggregatorsPaginator";
|
|
11
|
-
export * from "./ListInvitationsPaginator";
|
|
12
|
-
export * from "./ListMembersPaginator";
|
|
13
|
-
export * from "./ListOrganizationAdminAccountsPaginator";
|
|
1
|
+
export * from "./DescribeActionTargetsPaginator";
|
|
2
|
+
export * from "./DescribeProductsPaginator";
|
|
3
|
+
export * from "./DescribeStandardsControlsPaginator";
|
|
4
|
+
export * from "./DescribeStandardsPaginator";
|
|
5
|
+
export * from "./GetEnabledStandardsPaginator";
|
|
6
|
+
export * from "./GetFindingsPaginator";
|
|
7
|
+
export * from "./GetInsightsPaginator";
|
|
8
|
+
export * from "./Interfaces";
|
|
9
|
+
export * from "./ListEnabledProductsForImportPaginator";
|
|
10
|
+
export * from "./ListFindingAggregatorsPaginator";
|
|
11
|
+
export * from "./ListInvitationsPaginator";
|
|
12
|
+
export * from "./ListMembersPaginator";
|
|
13
|
+
export * from "./ListOrganizationAdminAccountsPaginator";
|