@aws-sdk/client-securityhub 3.496.0 → 3.499.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/dist-cjs/index.js +61 -60
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/ListEnabledProductsForImportCommand.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/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -8991,16 +8991,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8991
8991
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8992
8992
|
|
|
8993
8993
|
0 && (module.exports = {
|
|
8994
|
+
SecurityHubServiceException,
|
|
8995
|
+
__Client,
|
|
8996
|
+
SecurityHubClient,
|
|
8997
|
+
SecurityHub,
|
|
8998
|
+
$Command,
|
|
8994
8999
|
AcceptAdministratorInvitationCommand,
|
|
8995
9000
|
AcceptInvitationCommand,
|
|
8996
|
-
AccessDeniedException,
|
|
8997
|
-
AdminStatus,
|
|
8998
|
-
AssociationStatus,
|
|
8999
|
-
AssociationType,
|
|
9000
|
-
AutoEnableStandards,
|
|
9001
|
-
AutomationRulesActionType,
|
|
9002
|
-
AwsIamAccessKeyStatus,
|
|
9003
|
-
AwsS3BucketNotificationConfigurationS3KeyFilterRuleName,
|
|
9004
9001
|
BatchDeleteAutomationRulesCommand,
|
|
9005
9002
|
BatchDisableStandardsCommand,
|
|
9006
9003
|
BatchEnableStandardsCommand,
|
|
@@ -9012,18 +9009,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9012
9009
|
BatchUpdateAutomationRulesCommand,
|
|
9013
9010
|
BatchUpdateFindingsCommand,
|
|
9014
9011
|
BatchUpdateStandardsControlAssociationsCommand,
|
|
9015
|
-
ComplianceStatus,
|
|
9016
|
-
ConfigurationOptions,
|
|
9017
|
-
ConfigurationPolicyAssociationStatus,
|
|
9018
|
-
ControlFindingGenerator,
|
|
9019
|
-
ControlStatus,
|
|
9020
9012
|
CreateActionTargetCommand,
|
|
9021
9013
|
CreateAutomationRuleCommand,
|
|
9022
9014
|
CreateConfigurationPolicyCommand,
|
|
9023
9015
|
CreateFindingAggregatorCommand,
|
|
9024
9016
|
CreateInsightCommand,
|
|
9025
9017
|
CreateMembersCommand,
|
|
9026
|
-
DateRangeUnit,
|
|
9027
9018
|
DeclineInvitationsCommand,
|
|
9028
9019
|
DeleteActionTargetCommand,
|
|
9029
9020
|
DeleteConfigurationPolicyCommand,
|
|
@@ -9046,7 +9037,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9046
9037
|
EnableImportFindingsForProductCommand,
|
|
9047
9038
|
EnableOrganizationAdminAccountCommand,
|
|
9048
9039
|
EnableSecurityHubCommand,
|
|
9049
|
-
FindingHistoryUpdateSourceType,
|
|
9050
9040
|
GetAdministratorAccountCommand,
|
|
9051
9041
|
GetConfigurationPolicyAssociationCommand,
|
|
9052
9042
|
GetConfigurationPolicyCommand,
|
|
@@ -9060,12 +9050,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9060
9050
|
GetMasterAccountCommand,
|
|
9061
9051
|
GetMembersCommand,
|
|
9062
9052
|
GetSecurityControlDefinitionCommand,
|
|
9063
|
-
IntegrationType,
|
|
9064
|
-
InternalException,
|
|
9065
|
-
InvalidAccessException,
|
|
9066
|
-
InvalidInputException,
|
|
9067
9053
|
InviteMembersCommand,
|
|
9068
|
-
LimitExceededException,
|
|
9069
9054
|
ListAutomationRulesCommand,
|
|
9070
9055
|
ListConfigurationPoliciesCommand,
|
|
9071
9056
|
ListConfigurationPolicyAssociationsCommand,
|
|
@@ -9077,40 +9062,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9077
9062
|
ListSecurityControlDefinitionsCommand,
|
|
9078
9063
|
ListStandardsControlAssociationsCommand,
|
|
9079
9064
|
ListTagsForResourceCommand,
|
|
9080
|
-
MalwareState,
|
|
9081
|
-
MalwareType,
|
|
9082
|
-
MapFilterComparison,
|
|
9083
|
-
NetworkDirection,
|
|
9084
|
-
OrganizationConfigurationConfigurationType,
|
|
9085
|
-
OrganizationConfigurationStatus,
|
|
9086
|
-
ParameterValue,
|
|
9087
|
-
ParameterValueType,
|
|
9088
|
-
Partition,
|
|
9089
|
-
Policy,
|
|
9090
|
-
RecordState,
|
|
9091
|
-
RegionAvailabilityStatus,
|
|
9092
|
-
ResourceConflictException,
|
|
9093
|
-
ResourceInUseException,
|
|
9094
|
-
ResourceNotFoundException,
|
|
9095
|
-
RuleStatus,
|
|
9096
|
-
SecurityControlProperty,
|
|
9097
|
-
SecurityHub,
|
|
9098
|
-
SecurityHubClient,
|
|
9099
|
-
SecurityHubServiceException,
|
|
9100
|
-
SeverityLabel,
|
|
9101
|
-
SeverityRating,
|
|
9102
|
-
SortOrder,
|
|
9103
|
-
StandardsStatus,
|
|
9104
9065
|
StartConfigurationPolicyAssociationCommand,
|
|
9105
9066
|
StartConfigurationPolicyDisassociationCommand,
|
|
9106
|
-
StatusReasonCode,
|
|
9107
|
-
StringFilterComparison,
|
|
9108
9067
|
TagResourceCommand,
|
|
9109
|
-
Target,
|
|
9110
|
-
TargetType,
|
|
9111
|
-
ThreatIntelIndicatorCategory,
|
|
9112
|
-
ThreatIntelIndicatorType,
|
|
9113
|
-
UnprocessedErrorCode,
|
|
9114
9068
|
UntagResourceCommand,
|
|
9115
9069
|
UpdateActionTargetCommand,
|
|
9116
9070
|
UpdateConfigurationPolicyCommand,
|
|
@@ -9121,17 +9075,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9121
9075
|
UpdateSecurityControlCommand,
|
|
9122
9076
|
UpdateSecurityHubConfigurationCommand,
|
|
9123
9077
|
UpdateStandardsControlCommand,
|
|
9124
|
-
UpdateStatus,
|
|
9125
|
-
VerificationState,
|
|
9126
|
-
VulnerabilityExploitAvailable,
|
|
9127
|
-
VulnerabilityFixAvailable,
|
|
9128
|
-
WorkflowState,
|
|
9129
|
-
WorkflowStatus,
|
|
9130
|
-
__Client,
|
|
9131
9078
|
paginateDescribeActionTargets,
|
|
9132
9079
|
paginateDescribeProducts,
|
|
9133
|
-
paginateDescribeStandards,
|
|
9134
9080
|
paginateDescribeStandardsControls,
|
|
9081
|
+
paginateDescribeStandards,
|
|
9135
9082
|
paginateGetEnabledStandards,
|
|
9136
9083
|
paginateGetFindingHistory,
|
|
9137
9084
|
paginateGetFindings,
|
|
@@ -9144,6 +9091,60 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9144
9091
|
paginateListMembers,
|
|
9145
9092
|
paginateListOrganizationAdminAccounts,
|
|
9146
9093
|
paginateListSecurityControlDefinitions,
|
|
9147
|
-
paginateListStandardsControlAssociations
|
|
9094
|
+
paginateListStandardsControlAssociations,
|
|
9095
|
+
InternalException,
|
|
9096
|
+
InvalidAccessException,
|
|
9097
|
+
InvalidInputException,
|
|
9098
|
+
LimitExceededException,
|
|
9099
|
+
ResourceNotFoundException,
|
|
9100
|
+
AccessDeniedException,
|
|
9101
|
+
SeverityLabel,
|
|
9102
|
+
VerificationState,
|
|
9103
|
+
WorkflowStatus,
|
|
9104
|
+
AutomationRulesActionType,
|
|
9105
|
+
AdminStatus,
|
|
9106
|
+
ConfigurationPolicyAssociationStatus,
|
|
9107
|
+
AssociationType,
|
|
9108
|
+
AssociationStatus,
|
|
9109
|
+
AutoEnableStandards,
|
|
9110
|
+
StringFilterComparison,
|
|
9111
|
+
DateRangeUnit,
|
|
9112
|
+
MapFilterComparison,
|
|
9113
|
+
RuleStatus,
|
|
9114
|
+
AwsIamAccessKeyStatus,
|
|
9115
|
+
AwsS3BucketNotificationConfigurationS3KeyFilterRuleName,
|
|
9116
|
+
ComplianceStatus,
|
|
9117
|
+
MalwareState,
|
|
9118
|
+
MalwareType,
|
|
9119
|
+
NetworkDirection,
|
|
9120
|
+
RecordState,
|
|
9121
|
+
Partition,
|
|
9122
|
+
ThreatIntelIndicatorCategory,
|
|
9123
|
+
ThreatIntelIndicatorType,
|
|
9124
|
+
VulnerabilityExploitAvailable,
|
|
9125
|
+
VulnerabilityFixAvailable,
|
|
9126
|
+
WorkflowState,
|
|
9127
|
+
StandardsStatus,
|
|
9128
|
+
StatusReasonCode,
|
|
9129
|
+
Target,
|
|
9130
|
+
TargetType,
|
|
9131
|
+
ParameterValue,
|
|
9132
|
+
ParameterValueType,
|
|
9133
|
+
ControlStatus,
|
|
9134
|
+
SeverityRating,
|
|
9135
|
+
UpdateStatus,
|
|
9136
|
+
UnprocessedErrorCode,
|
|
9137
|
+
ConfigurationOptions,
|
|
9138
|
+
ControlFindingGenerator,
|
|
9139
|
+
ResourceConflictException,
|
|
9140
|
+
Policy,
|
|
9141
|
+
SecurityControlProperty,
|
|
9142
|
+
OrganizationConfigurationConfigurationType,
|
|
9143
|
+
OrganizationConfigurationStatus,
|
|
9144
|
+
IntegrationType,
|
|
9145
|
+
FindingHistoryUpdateSourceType,
|
|
9146
|
+
SortOrder,
|
|
9147
|
+
RegionAvailabilityStatus,
|
|
9148
|
+
ResourceInUseException
|
|
9148
9149
|
});
|
|
9149
9150
|
|
|
@@ -75,7 +75,7 @@ declare const DisableSecurityHubCommand_base: {
|
|
|
75
75
|
* @example To deactivate Security Hub
|
|
76
76
|
* ```javascript
|
|
77
77
|
* // The following example deactivates Security Hub for the current account and Region.
|
|
78
|
-
* const input =
|
|
78
|
+
* const input = {};
|
|
79
79
|
* const command = new DisableSecurityHubCommand(input);
|
|
80
80
|
* await client.send(command);
|
|
81
81
|
* // example id: to-deactivate-security-hub-1676583894245
|
|
@@ -73,7 +73,7 @@ declare const DisassociateFromAdministratorAccountCommand_base: {
|
|
|
73
73
|
* @example To disassociate requesting account from administrator account
|
|
74
74
|
* ```javascript
|
|
75
75
|
* // The following example dissociates the requesting account from its associated administrator account.
|
|
76
|
-
* const input =
|
|
76
|
+
* const input = {};
|
|
77
77
|
* const command = new DisassociateFromAdministratorAccountCommand(input);
|
|
78
78
|
* await client.send(command);
|
|
79
79
|
* // example id: to-disassociate-requesting-account-from-administrator-account-1676584168509
|
|
@@ -78,7 +78,7 @@ declare const GetAdministratorAccountCommand_base: {
|
|
|
78
78
|
* @example To get details about the Security Hub administrator account
|
|
79
79
|
* ```javascript
|
|
80
80
|
* // The following example provides details about the Security Hub administrator account for the requesting member account.
|
|
81
|
-
* const input =
|
|
81
|
+
* const input = {};
|
|
82
82
|
* const command = new GetAdministratorAccountCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
84
|
* /* response ==
|
|
@@ -71,7 +71,7 @@ declare const GetInvitationsCountCommand_base: {
|
|
|
71
71
|
* // The following example returns a count of invitations that the Security Hub administrator sent to the current member account, not including the currently accepted invitation.
|
|
72
72
|
* //
|
|
73
73
|
* //
|
|
74
|
-
* const input =
|
|
74
|
+
* const input = {};
|
|
75
75
|
* const command = new GetInvitationsCountCommand(input);
|
|
76
76
|
* const response = await client.send(command);
|
|
77
77
|
* /* response ==
|
|
@@ -71,7 +71,7 @@ declare const ListEnabledProductsForImportCommand_base: {
|
|
|
71
71
|
* @example To list ARNs for enabled integrations
|
|
72
72
|
* ```javascript
|
|
73
73
|
* // The following example returns a list of subscription Amazon Resource Names (ARNs) for the product integrations that you have currently enabled in Security Hub.
|
|
74
|
-
* const input =
|
|
74
|
+
* const input = {};
|
|
75
75
|
* const command = new ListEnabledProductsForImportCommand(input);
|
|
76
76
|
* const response = await client.send(command);
|
|
77
77
|
* /* response ==
|
|
@@ -81,7 +81,7 @@ declare const ListInvitationsCommand_base: {
|
|
|
81
81
|
* @example To list membership invitations to calling account
|
|
82
82
|
* ```javascript
|
|
83
83
|
* // The following example returns a list of Security Hub member invitations sent to the calling AWS account. Only accounts that are invited manually use this operation. It's not for use by accounts that are managed through AWS Organizations.
|
|
84
|
-
* const input =
|
|
84
|
+
* const input = {};
|
|
85
85
|
* const command = new ListInvitationsCommand(input);
|
|
86
86
|
* const response = await client.send(command);
|
|
87
87
|
* /* response ==
|
|
@@ -86,7 +86,7 @@ declare const ListMembersCommand_base: {
|
|
|
86
86
|
* @example To list member account details
|
|
87
87
|
* ```javascript
|
|
88
88
|
* // The following example returns details about member accounts for the calling Security Hub administrator account. The response includes member accounts that are managed through AWS Organizations and those that were invited manually.
|
|
89
|
-
* const input =
|
|
89
|
+
* const input = {};
|
|
90
90
|
* const command = new ListMembersCommand(input);
|
|
91
91
|
* const response = await client.send(command);
|
|
92
92
|
* /* response ==
|
|
@@ -78,7 +78,7 @@ declare const ListOrganizationAdminAccountsCommand_base: {
|
|
|
78
78
|
* @example To list administrator acccounts for an organization
|
|
79
79
|
* ```javascript
|
|
80
80
|
* // The following example lists the Security Hub administrator accounts for an organization. Only the organization management account can call this operation.
|
|
81
|
-
* const input =
|
|
81
|
+
* const input = {};
|
|
82
82
|
* const command = new ListOrganizationAdminAccountsCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
84
|
* /* response ==
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-securityhub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-securityhub",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|