@aws-sdk/client-securityhub 3.1018.0 → 3.1020.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/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/SecurityHub.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-types/SecurityHub.d.ts +107 -107
- package/dist-types/SecurityHubClient.d.ts +110 -110
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +4 -4
- package/dist-types/models/models_3.d.ts +3 -3
- package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProductsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStandardsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsTrendsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcesTrendsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationPolicyAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SecurityHubClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +3 -3
- package/dist-types/ts3.4/models/models_2.d.ts +15 -15
- package/dist-types/ts3.4/models/models_3.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +13 -13
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
12
12
|
defaultNamespace?: string;
|
|
13
13
|
[setting: string]: unknown;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -714,7 +713,7 @@ export interface ClientDefaults
|
|
|
714
713
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
715
714
|
region?: string | __Provider<string>;
|
|
716
715
|
profile?: string;
|
|
717
|
-
defaultUserAgentProvider?:
|
|
716
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
718
717
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
719
718
|
maxAttempts?: number | __Provider<number>;
|
|
720
719
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,9 +9,6 @@ import {
|
|
|
9
9
|
SeverityLabel,
|
|
10
10
|
} from "./enums";
|
|
11
11
|
import {
|
|
12
|
-
AwsEcsTaskDefinitionProxyConfigurationDetails,
|
|
13
|
-
AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails,
|
|
14
|
-
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails,
|
|
15
12
|
Actor,
|
|
16
13
|
AssociatedStandard,
|
|
17
14
|
AvailabilityZone,
|
|
@@ -19,6 +16,9 @@ import {
|
|
|
19
16
|
AwsEcsTaskDefinitionContainerDefinitionsDetails,
|
|
20
17
|
AwsEcsTaskDefinitionInferenceAcceleratorsDetails,
|
|
21
18
|
AwsEcsTaskDefinitionPlacementConstraintsDetails,
|
|
19
|
+
AwsEcsTaskDefinitionProxyConfigurationDetails,
|
|
20
|
+
AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails,
|
|
21
|
+
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails,
|
|
22
22
|
RelatedFinding,
|
|
23
23
|
} from "./models_0";
|
|
24
24
|
export interface AwsEcsTaskDefinitionVolumesHostDetails {
|
|
@@ -55,9 +55,18 @@ import {
|
|
|
55
55
|
WorkflowStatus,
|
|
56
56
|
} from "./enums";
|
|
57
57
|
import {
|
|
58
|
+
AccountDetails,
|
|
58
59
|
Action,
|
|
60
|
+
ActionTarget,
|
|
61
|
+
Adjustment,
|
|
62
|
+
AdminAccount,
|
|
63
|
+
AggregatorV2,
|
|
59
64
|
AssociationFilters,
|
|
65
|
+
AutomationRulesAction,
|
|
66
|
+
AutomationRulesConfig,
|
|
60
67
|
AutomationRulesFindingFilters,
|
|
68
|
+
AutomationRulesMetadata,
|
|
69
|
+
AutomationRulesMetadataV2,
|
|
61
70
|
AwsAmazonMqBrokerDetails,
|
|
62
71
|
AwsApiGatewayRestApiDetails,
|
|
63
72
|
AwsApiGatewayStageDetails,
|
|
@@ -100,23 +109,14 @@ import {
|
|
|
100
109
|
AwsEcsClusterDetails,
|
|
101
110
|
AwsEcsContainerDetails,
|
|
102
111
|
AwsEcsServiceDetails,
|
|
103
|
-
NoteUpdate,
|
|
104
|
-
SeverityUpdate,
|
|
105
|
-
WorkflowUpdate,
|
|
106
|
-
AccountDetails,
|
|
107
|
-
ActionTarget,
|
|
108
|
-
Adjustment,
|
|
109
|
-
AdminAccount,
|
|
110
|
-
AggregatorV2,
|
|
111
|
-
AutomationRulesAction,
|
|
112
|
-
AutomationRulesConfig,
|
|
113
|
-
AutomationRulesMetadata,
|
|
114
|
-
AutomationRulesMetadataV2,
|
|
115
112
|
DateFilter,
|
|
116
113
|
MapFilter,
|
|
114
|
+
NoteUpdate,
|
|
117
115
|
NumberFilter,
|
|
118
116
|
RelatedFinding,
|
|
117
|
+
SeverityUpdate,
|
|
119
118
|
StringFilter,
|
|
119
|
+
WorkflowUpdate,
|
|
120
120
|
} from "./models_0";
|
|
121
121
|
import {
|
|
122
122
|
AwsEcsTaskDefinitionDetails,
|
|
@@ -170,19 +170,19 @@ import {
|
|
|
170
170
|
AwsWafRegionalWebAclDetails,
|
|
171
171
|
AwsWafRuleDetails,
|
|
172
172
|
AwsWafRuleGroupDetails,
|
|
173
|
+
AwsWafv2CustomHttpHeader,
|
|
173
174
|
Compliance,
|
|
174
175
|
DataClassificationDetails,
|
|
175
176
|
Detection,
|
|
176
177
|
FindingProviderFields,
|
|
177
178
|
GeneratorDetails,
|
|
179
|
+
Malware,
|
|
178
180
|
Network,
|
|
181
|
+
NetworkPathComponent,
|
|
179
182
|
Note,
|
|
180
183
|
PatchSummary,
|
|
181
184
|
ProcessDetails,
|
|
182
185
|
Remediation,
|
|
183
|
-
AwsWafv2CustomHttpHeader,
|
|
184
|
-
Malware,
|
|
185
|
-
NetworkPathComponent,
|
|
186
186
|
} from "./models_1";
|
|
187
187
|
export interface AwsWafv2CustomRequestHandlingDetails {
|
|
188
188
|
InsertHeaders?: AwsWafv2CustomHttpHeader[] | undefined;
|
|
@@ -12,12 +12,9 @@ import {
|
|
|
12
12
|
SortOrder,
|
|
13
13
|
TargetType,
|
|
14
14
|
} from "./enums";
|
|
15
|
-
import {
|
|
15
|
+
import { AutomationRulesActionV2, NoteUpdate } from "./models_0";
|
|
16
16
|
import {
|
|
17
17
|
AwsSecurityFindingFilters,
|
|
18
|
-
OrganizationConfiguration,
|
|
19
|
-
Policy,
|
|
20
|
-
Target,
|
|
21
18
|
FindingsTrendsStringFilter,
|
|
22
19
|
JiraCloudUpdateConfiguration,
|
|
23
20
|
OcsfBooleanFilter,
|
|
@@ -26,13 +23,16 @@ import {
|
|
|
26
23
|
OcsfMapFilter,
|
|
27
24
|
OcsfNumberFilter,
|
|
28
25
|
OcsfStringFilter,
|
|
26
|
+
OrganizationConfiguration,
|
|
29
27
|
ParameterConfiguration,
|
|
28
|
+
Policy,
|
|
30
29
|
ResourcesDateFilter,
|
|
31
30
|
ResourcesMapFilter,
|
|
32
31
|
ResourcesNumberFilter,
|
|
33
32
|
ResourcesStringFilter,
|
|
34
33
|
ResourcesTrendsStringFilter,
|
|
35
34
|
SortCriterion,
|
|
35
|
+
Target,
|
|
36
36
|
} from "./models_2";
|
|
37
37
|
export interface ListTagsForResourceResponse {
|
|
38
38
|
Tags?: Record<string, string> | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
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.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-securityhub",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|