@aws-sdk/client-guardduty 3.907.0 → 3.910.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.
|
@@ -370,7 +370,7 @@ export interface AccountFreeTrialInfo {
|
|
|
370
370
|
/**
|
|
371
371
|
* <p>Describes the data source enabled for the GuardDuty member account.</p>
|
|
372
372
|
*
|
|
373
|
-
* @deprecated
|
|
373
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
374
374
|
* @public
|
|
375
375
|
*/
|
|
376
376
|
DataSources?: DataSourcesFreeTrial | undefined;
|
|
@@ -1471,7 +1471,7 @@ export interface Condition {
|
|
|
1471
1471
|
* <p>Represents the <i>equal</i> condition to be applied to a single field when
|
|
1472
1472
|
* querying for findings.</p>
|
|
1473
1473
|
*
|
|
1474
|
-
* @deprecated
|
|
1474
|
+
* @deprecated deprecated
|
|
1475
1475
|
* @public
|
|
1476
1476
|
*/
|
|
1477
1477
|
Eq?: string[] | undefined;
|
|
@@ -1479,7 +1479,7 @@ export interface Condition {
|
|
|
1479
1479
|
* <p>Represents the <i>not equal</i> condition to be applied to a single field
|
|
1480
1480
|
* when querying for findings.</p>
|
|
1481
1481
|
*
|
|
1482
|
-
* @deprecated
|
|
1482
|
+
* @deprecated deprecated
|
|
1483
1483
|
* @public
|
|
1484
1484
|
*/
|
|
1485
1485
|
Neq?: string[] | undefined;
|
|
@@ -1487,7 +1487,7 @@ export interface Condition {
|
|
|
1487
1487
|
* <p>Represents a <i>greater than</i> condition to be applied to a single field
|
|
1488
1488
|
* when querying for findings.</p>
|
|
1489
1489
|
*
|
|
1490
|
-
* @deprecated
|
|
1490
|
+
* @deprecated deprecated
|
|
1491
1491
|
* @public
|
|
1492
1492
|
*/
|
|
1493
1493
|
Gt?: number | undefined;
|
|
@@ -1495,7 +1495,7 @@ export interface Condition {
|
|
|
1495
1495
|
* <p>Represents a <i>greater than or equal</i> condition to be applied to a
|
|
1496
1496
|
* single field when querying for findings.</p>
|
|
1497
1497
|
*
|
|
1498
|
-
* @deprecated
|
|
1498
|
+
* @deprecated deprecated
|
|
1499
1499
|
* @public
|
|
1500
1500
|
*/
|
|
1501
1501
|
Gte?: number | undefined;
|
|
@@ -1503,7 +1503,7 @@ export interface Condition {
|
|
|
1503
1503
|
* <p>Represents a <i>less than</i> condition to be applied to a single field when
|
|
1504
1504
|
* querying for findings.</p>
|
|
1505
1505
|
*
|
|
1506
|
-
* @deprecated
|
|
1506
|
+
* @deprecated deprecated
|
|
1507
1507
|
* @public
|
|
1508
1508
|
*/
|
|
1509
1509
|
Lt?: number | undefined;
|
|
@@ -1511,7 +1511,7 @@ export interface Condition {
|
|
|
1511
1511
|
* <p>Represents a <i>less than or equal</i> condition to be applied to a single
|
|
1512
1512
|
* field when querying for findings.</p>
|
|
1513
1513
|
*
|
|
1514
|
-
* @deprecated
|
|
1514
|
+
* @deprecated deprecated
|
|
1515
1515
|
* @public
|
|
1516
1516
|
*/
|
|
1517
1517
|
Lte?: number | undefined;
|
|
@@ -2286,7 +2286,7 @@ export interface CreateDetectorRequest {
|
|
|
2286
2286
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
2287
2287
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
2288
2288
|
*
|
|
2289
|
-
* @deprecated
|
|
2289
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
2290
2290
|
* @public
|
|
2291
2291
|
*/
|
|
2292
2292
|
DataSources?: DataSourceConfigurations | undefined;
|
|
@@ -4361,7 +4361,7 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
4361
4361
|
* <p>Even though this is still supported, we recommend using
|
|
4362
4362
|
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results.</p>
|
|
4363
4363
|
*
|
|
4364
|
-
* @deprecated
|
|
4364
|
+
* @deprecated This field is deprecated, use AutoEnableOrganizationMembers instead
|
|
4365
4365
|
* @public
|
|
4366
4366
|
*/
|
|
4367
4367
|
AutoEnable?: boolean | undefined;
|
|
@@ -4374,7 +4374,7 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
4374
4374
|
/**
|
|
4375
4375
|
* <p>Describes which data sources are enabled automatically for member accounts.</p>
|
|
4376
4376
|
*
|
|
4377
|
-
* @deprecated
|
|
4377
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
4378
4378
|
* @public
|
|
4379
4379
|
*/
|
|
4380
4380
|
DataSources?: OrganizationDataSourceConfigurationsResult | undefined;
|
|
@@ -7265,7 +7265,7 @@ export interface FindingStatistics {
|
|
|
7265
7265
|
/**
|
|
7266
7266
|
* <p>Represents a list of map of severity to count statistics for a set of findings.</p>
|
|
7267
7267
|
*
|
|
7268
|
-
* @deprecated
|
|
7268
|
+
* @deprecated This parameter is deprecated. Please set GroupBy to 'SEVERITY' to return GroupedBySeverity instead.
|
|
7269
7269
|
* @public
|
|
7270
7270
|
*/
|
|
7271
7271
|
CountBySeverity?: Record<string, number> | undefined;
|
|
@@ -107,7 +107,7 @@ export interface GetDetectorResponse {
|
|
|
107
107
|
/**
|
|
108
108
|
* <p>Describes which data sources are enabled for the detector.</p>
|
|
109
109
|
*
|
|
110
|
-
* @deprecated
|
|
110
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
@@ -238,7 +238,7 @@ export interface GetFindingsStatisticsRequest {
|
|
|
238
238
|
/**
|
|
239
239
|
* <p>The types of finding statistics to retrieve.</p>
|
|
240
240
|
*
|
|
241
|
-
* @deprecated
|
|
241
|
+
* @deprecated This parameter is deprecated, please use GroupBy instead
|
|
242
242
|
* @public
|
|
243
243
|
*/
|
|
244
244
|
FindingStatisticTypes?: FindingStatisticType[] | undefined;
|
|
@@ -676,7 +676,7 @@ export interface MemberDataSourceConfiguration {
|
|
|
676
676
|
/**
|
|
677
677
|
* <p>Contains information on the status of data sources for the account.</p>
|
|
678
678
|
*
|
|
679
|
-
* @deprecated
|
|
679
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
680
680
|
* @public
|
|
681
681
|
*/
|
|
682
682
|
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
@@ -1202,7 +1202,7 @@ export interface UsageCriteria {
|
|
|
1202
1202
|
/**
|
|
1203
1203
|
* <p>The data sources to aggregate usage statistics from.</p>
|
|
1204
1204
|
*
|
|
1205
|
-
* @deprecated
|
|
1205
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
1206
1206
|
* @public
|
|
1207
1207
|
*/
|
|
1208
1208
|
DataSources?: DataSource[] | undefined;
|
|
@@ -2423,7 +2423,7 @@ export interface UpdateDetectorRequest {
|
|
|
2423
2423
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
2424
2424
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
2425
2425
|
*
|
|
2426
|
-
* @deprecated
|
|
2426
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
2427
2427
|
* @public
|
|
2428
2428
|
*/
|
|
2429
2429
|
DataSources?: DataSourceConfigurations | undefined;
|
|
@@ -2702,7 +2702,7 @@ export interface UpdateMemberDetectorsRequest {
|
|
|
2702
2702
|
/**
|
|
2703
2703
|
* <p>Describes which data sources will be updated.</p>
|
|
2704
2704
|
*
|
|
2705
|
-
* @deprecated
|
|
2705
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
2706
2706
|
* @public
|
|
2707
2707
|
*/
|
|
2708
2708
|
DataSources?: DataSourceConfigurations | undefined;
|
|
@@ -2928,14 +2928,14 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
2928
2928
|
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results. You must provide a
|
|
2929
2929
|
* value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>.</p>
|
|
2930
2930
|
*
|
|
2931
|
-
* @deprecated
|
|
2931
|
+
* @deprecated This field is deprecated, use AutoEnableOrganizationMembers instead
|
|
2932
2932
|
* @public
|
|
2933
2933
|
*/
|
|
2934
2934
|
AutoEnable?: boolean | undefined;
|
|
2935
2935
|
/**
|
|
2936
2936
|
* <p>Describes which data sources will be updated.</p>
|
|
2937
2937
|
*
|
|
2938
|
-
* @deprecated
|
|
2938
|
+
* @deprecated This parameter is deprecated, use Features instead
|
|
2939
2939
|
* @public
|
|
2940
2940
|
*/
|
|
2941
2941
|
DataSources?: OrganizationDataSourceConfigurations | undefined;
|
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.910.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.3.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
50
|
-
"@smithy/util-base64": "^4.
|
|
23
|
+
"@aws-sdk/core": "3.910.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.910.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.910.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
30
|
+
"@aws-sdk/types": "3.910.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.910.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
35
|
+
"@smithy/core": "^3.16.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
37
|
+
"@smithy/hash-node": "^4.2.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
47
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
48
|
+
"@smithy/types": "^4.7.1",
|
|
49
|
+
"@smithy/url-parser": "^4.2.2",
|
|
50
|
+
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.2
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
52
|
+
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
57
|
+
"@smithy/util-retry": "^4.2.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"@smithy/uuid": "^1.1.0",
|
|
60
60
|
"tslib": "^2.6.2"
|