@aws-sdk/client-guardduty 3.709.0 → 3.712.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.
|
@@ -2367,12 +2367,17 @@ export interface CreateFilterRequest {
|
|
|
2367
2367
|
* </li>
|
|
2368
2368
|
* <li>
|
|
2369
2369
|
* <p>
|
|
2370
|
-
* <b>High</b>: <code>["7", "8"
|
|
2370
|
+
* <b>High</b>: <code>["7", "8"]</code>
|
|
2371
|
+
* </p>
|
|
2372
|
+
* </li>
|
|
2373
|
+
* <li>
|
|
2374
|
+
* <p>
|
|
2375
|
+
* <b>Critical</b>: <code>["9", "10"]</code>
|
|
2371
2376
|
* </p>
|
|
2372
2377
|
* </li>
|
|
2373
2378
|
* </ul>
|
|
2374
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings.html
|
|
2375
|
-
*
|
|
2379
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html">Findings severity levels</a>
|
|
2380
|
+
* in the <i>Amazon GuardDuty User Guide</i>.</p>
|
|
2376
2381
|
* </li>
|
|
2377
2382
|
* <li>
|
|
2378
2383
|
* <p>type</p>
|
|
@@ -3679,12 +3684,12 @@ export interface TriggerDetails {
|
|
|
3679
3684
|
Description?: string | undefined;
|
|
3680
3685
|
}
|
|
3681
3686
|
/**
|
|
3682
|
-
* <p>Contains information about
|
|
3687
|
+
* <p>Contains information about malware scans associated with GuardDuty Malware Protection for EC2.</p>
|
|
3683
3688
|
* @public
|
|
3684
3689
|
*/
|
|
3685
3690
|
export interface Scan {
|
|
3686
3691
|
/**
|
|
3687
|
-
* <p>The unique ID of the detector that
|
|
3692
|
+
* <p>The unique ID of the detector that is associated with the request.</p>
|
|
3688
3693
|
* <p>To find the <code>detectorId</code> in the current Region, see the
|
|
3689
3694
|
* Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
|
|
3690
3695
|
* @public
|
|
@@ -3710,7 +3715,7 @@ export interface Scan {
|
|
|
3710
3715
|
*/
|
|
3711
3716
|
ScanStatus?: ScanStatus | undefined;
|
|
3712
3717
|
/**
|
|
3713
|
-
* <p>Represents the reason for FAILED scan status.</p>
|
|
3718
|
+
* <p>Represents the reason for <code>FAILED</code> scan status.</p>
|
|
3714
3719
|
* @public
|
|
3715
3720
|
*/
|
|
3716
3721
|
FailureReason?: string | undefined;
|
|
@@ -3770,7 +3775,7 @@ export interface Scan {
|
|
|
3770
3775
|
*/
|
|
3771
3776
|
export interface DescribeMalwareScansResponse {
|
|
3772
3777
|
/**
|
|
3773
|
-
* <p>Contains information about malware scans.</p>
|
|
3778
|
+
* <p>Contains information about malware scans associated with GuardDuty Malware Protection for EC2.</p>
|
|
3774
3779
|
* @public
|
|
3775
3780
|
*/
|
|
3776
3781
|
Scans: Scan[] | undefined;
|
|
@@ -3938,7 +3943,7 @@ export type OrgFeatureAdditionalConfiguration = (typeof OrgFeatureAdditionalConf
|
|
|
3938
3943
|
export interface OrganizationAdditionalConfigurationResult {
|
|
3939
3944
|
/**
|
|
3940
3945
|
* <p>The name of the additional configuration that is configured for the member accounts within
|
|
3941
|
-
* the organization.</p>
|
|
3946
|
+
* the organization. These values are applicable to only Runtime Monitoring protection plan.</p>
|
|
3942
3947
|
* @public
|
|
3943
3948
|
*/
|
|
3944
3949
|
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
@@ -2258,12 +2258,13 @@ export interface OrganizationDataSourceConfigurations {
|
|
|
2258
2258
|
}
|
|
2259
2259
|
/**
|
|
2260
2260
|
* <p>A list of additional configurations which will be configured for the organization. </p>
|
|
2261
|
+
* <p>Additional configuration applies to only GuardDuty Runtime Monitoring protection plan.</p>
|
|
2261
2262
|
* @public
|
|
2262
2263
|
*/
|
|
2263
2264
|
export interface OrganizationAdditionalConfiguration {
|
|
2264
2265
|
/**
|
|
2265
2266
|
* <p>The name of the additional configuration that will be configured for the
|
|
2266
|
-
* organization.</p>
|
|
2267
|
+
* organization. These values are applicable to only Runtime Monitoring protection plan.</p>
|
|
2267
2268
|
* @public
|
|
2268
2269
|
*/
|
|
2269
2270
|
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
@@ -2357,7 +2358,9 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
2357
2358
|
/**
|
|
2358
2359
|
* @deprecated
|
|
2359
2360
|
*
|
|
2360
|
-
* <p>Represents whether
|
|
2361
|
+
* <p>Represents whether to automatically enable member accounts in the organization. This
|
|
2362
|
+
* applies to only new member accounts, not the existing member accounts. When a new account joins the organization,
|
|
2363
|
+
* the chosen features will be enabled for them by default.</p>
|
|
2361
2364
|
* <p>Even though this is still supported, we recommend using
|
|
2362
2365
|
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results. You must provide a
|
|
2363
2366
|
* value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>.</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.712.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-guardduty",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.712.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.712.0",
|
|
25
25
|
"@aws-sdk/core": "3.709.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.712.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.709.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.709.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.709.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@aws-sdk/types": "3.709.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.709.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.709.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.712.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|