@aws-sdk/client-securityhub 3.39.0 → 3.43.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 +140 -23
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +140 -23
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/SecurityHubClient.d.ts +8 -0
- 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 +1 -1
- 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 -1
- 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/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -23,7 +23,7 @@ export interface CreateInsightCommandOutput extends CreateInsightResponse, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateInsightCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateInsightCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateInsightCommand extends $Command<CreateInsightCommandInput, CreateInsightCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -55,7 +55,7 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
|
|
|
55
55
|
*
|
|
56
56
|
* @see {@link CreateMembersCommandInput} for command's `input` shape.
|
|
57
57
|
* @see {@link CreateMembersCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
58
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeclineInvitationsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteActionTargetCommandOutput extends DeleteActionTargetRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteActionTargetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteActionTargetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteActionTargetCommand extends $Command<DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteFindingAggregatorCommandOutput extends DeleteFindingAggre
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteFindingAggregatorCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteFindingAggregatorCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteFindingAggregatorCommand extends $Command<DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInsightCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInsightCommandOutput} 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 DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteMembersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteMembersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeActionTargetsCommandOutput extends DescribeActionTarget
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeActionTargetsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeActionTargetsCommandOutput} 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 DescribeActionTargetsCommand extends $Command<DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeHubCommandOutput extends DescribeHubResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeHubCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeHubCommandOutput} 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 DescribeHubCommand extends $Command<DescribeHubCommandInput, DescribeHubCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} 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 DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeProductsCommandOutput extends DescribeProductsResponse,
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeProductsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeProductsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeProductsCommand extends $Command<DescribeProductsCommandInput, DescribeProductsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeStandardsCommandOutput extends DescribeStandardsRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeStandardsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeStandardsCommandOutput} 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 DescribeStandardsCommand extends $Command<DescribeStandardsCommandInput, DescribeStandardsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeStandardsControlsCommandOutput extends DescribeStandard
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeStandardsControlsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeStandardsControlsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeStandardsControlsCommand extends $Command<DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableImportFindingsForProductCommandOutput extends DisableImp
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableImportFindingsForProductCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableImportFindingsForProductCommandOutput} 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 DisableImportFindingsForProductCommand extends $Command<DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableOrganizationAdminAccountCommandOutput} 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 DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DisableSecurityHubCommandOutput extends DisableSecurityHubRespo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DisableSecurityHubCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DisableSecurityHubCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DisableSecurityHubCommand extends $Command<DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DisassociateFromAdministratorAccountCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DisassociateFromAdministratorAccountCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DisassociateMembersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DisassociateMembersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface EnableImportFindingsForProductCommandOutput extends EnableImpor
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link EnableImportFindingsForProductCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link EnableImportFindingsForProductCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class EnableImportFindingsForProductCommand extends $Command<EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link EnableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link EnableOrganizationAdminAccountCommandOutput} 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 EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface EnableSecurityHubCommandOutput extends EnableSecurityHubRespons
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link EnableSecurityHubCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link EnableSecurityHubCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class EnableSecurityHubCommand extends $Command<EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetAdministratorAccountCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetAdministratorAccountCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetEnabledStandardsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetEnabledStandardsCommandOutput} 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 GetEnabledStandardsCommand extends $Command<GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingAggregatorCommandOutput extends GetFindingAggregatorR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingAggregatorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingAggregatorCommandOutput} 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 GetFindingAggregatorCommand extends $Command<GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetFindingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetFindingsCommandOutput} 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 GetFindingsCommand extends $Command<GetFindingsCommandInput, GetFindingsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetInsightResultsCommandOutput extends GetInsightResultsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetInsightResultsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetInsightResultsCommandOutput} 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 GetInsightResultsCommand extends $Command<GetInsightResultsCommandInput, GetInsightResultsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetInsightsCommandOutput extends GetInsightsResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetInsightsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetInsightsCommandOutput} 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 GetInsightsCommand extends $Command<GetInsightsCommandInput, GetInsightsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetInvitationsCountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetInvitationsCountCommandOutput} 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 GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetMasterAccountCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetMasterAccountCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetMasterAccountCommand extends $Command<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetMembersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetMembersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetMembersCommand extends $Command<GetMembersCommandInput, GetMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link InviteMembersCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link InviteMembersCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class InviteMembersCommand extends $Command<InviteMembersCommandInput, InviteMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListEnabledProductsForImportCommandOutput extends ListEnabledPr
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListEnabledProductsForImportCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListEnabledProductsForImportCommandOutput} 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 ListEnabledProductsForImportCommand extends $Command<ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFindingAggregatorsCommandOutput extends ListFindingAggregat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFindingAggregatorsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFindingAggregatorsCommandOutput} 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 ListFindingAggregatorsCommand extends $Command<ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListInvitationsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListInvitationsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListMembersCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListMembersCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListOrganizationAdminAccountsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListOrganizationAdminAccountsCommandOutput} 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 ListOrganizationAdminAccountsCommand extends $Command<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} 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 TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateActionTargetCommandOutput extends UpdateActionTargetRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateActionTargetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateActionTargetCommandOutput} 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 UpdateActionTargetCommand extends $Command<UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateFindingAggregatorCommandOutput extends UpdateFindingAggre
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateFindingAggregatorCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateFindingAggregatorCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SecurityHubClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateFindingAggregatorCommand extends $Command<UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
|
|
@@ -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> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -94,6 +94,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
94
94
|
|
|
95
95
|
logger?: __Logger;
|
|
96
96
|
|
|
97
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
98
|
+
|
|
99
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
100
|
+
|
|
97
101
|
serviceId?: string;
|
|
98
102
|
|
|
99
103
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|