@aws-sdk/client-guardduty 3.743.0 → 3.749.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-types/models/models_0.d.ts +26 -26
- package/dist-types/models/models_1.d.ts +12 -12
- package/package.json +12 -12
|
@@ -340,9 +340,9 @@ export interface AccountFreeTrialInfo {
|
|
|
340
340
|
*/
|
|
341
341
|
AccountId?: string | undefined;
|
|
342
342
|
/**
|
|
343
|
-
* @deprecated
|
|
344
|
-
*
|
|
345
343
|
* <p>Describes the data source enabled for the GuardDuty member account.</p>
|
|
344
|
+
*
|
|
345
|
+
* @deprecated
|
|
346
346
|
* @public
|
|
347
347
|
*/
|
|
348
348
|
DataSources?: DataSourcesFreeTrial | undefined;
|
|
@@ -1388,50 +1388,50 @@ export interface CloudTrailConfigurationResult {
|
|
|
1388
1388
|
*/
|
|
1389
1389
|
export interface Condition {
|
|
1390
1390
|
/**
|
|
1391
|
-
* @deprecated
|
|
1392
|
-
*
|
|
1393
1391
|
* <p>Represents the <i>equal</i> condition to be applied to a single field when
|
|
1394
1392
|
* querying for findings.</p>
|
|
1393
|
+
*
|
|
1394
|
+
* @deprecated
|
|
1395
1395
|
* @public
|
|
1396
1396
|
*/
|
|
1397
1397
|
Eq?: string[] | undefined;
|
|
1398
1398
|
/**
|
|
1399
|
-
* @deprecated
|
|
1400
|
-
*
|
|
1401
1399
|
* <p>Represents the <i>not equal</i> condition to be applied to a single field
|
|
1402
1400
|
* when querying for findings.</p>
|
|
1401
|
+
*
|
|
1402
|
+
* @deprecated
|
|
1403
1403
|
* @public
|
|
1404
1404
|
*/
|
|
1405
1405
|
Neq?: string[] | undefined;
|
|
1406
1406
|
/**
|
|
1407
|
-
* @deprecated
|
|
1408
|
-
*
|
|
1409
1407
|
* <p>Represents a <i>greater than</i> condition to be applied to a single field
|
|
1410
1408
|
* when querying for findings.</p>
|
|
1409
|
+
*
|
|
1410
|
+
* @deprecated
|
|
1411
1411
|
* @public
|
|
1412
1412
|
*/
|
|
1413
1413
|
Gt?: number | undefined;
|
|
1414
1414
|
/**
|
|
1415
|
-
* @deprecated
|
|
1416
|
-
*
|
|
1417
1415
|
* <p>Represents a <i>greater than or equal</i> condition to be applied to a
|
|
1418
1416
|
* single field when querying for findings.</p>
|
|
1417
|
+
*
|
|
1418
|
+
* @deprecated
|
|
1419
1419
|
* @public
|
|
1420
1420
|
*/
|
|
1421
1421
|
Gte?: number | undefined;
|
|
1422
1422
|
/**
|
|
1423
|
-
* @deprecated
|
|
1424
|
-
*
|
|
1425
1423
|
* <p>Represents a <i>less than</i> condition to be applied to a single field when
|
|
1426
1424
|
* querying for findings.</p>
|
|
1425
|
+
*
|
|
1426
|
+
* @deprecated
|
|
1427
1427
|
* @public
|
|
1428
1428
|
*/
|
|
1429
1429
|
Lt?: number | undefined;
|
|
1430
1430
|
/**
|
|
1431
|
-
* @deprecated
|
|
1432
|
-
*
|
|
1433
1431
|
* <p>Represents a <i>less than or equal</i> condition to be applied to a single
|
|
1434
1432
|
* field when querying for findings.</p>
|
|
1433
|
+
*
|
|
1434
|
+
* @deprecated
|
|
1435
1435
|
* @public
|
|
1436
1436
|
*/
|
|
1437
1437
|
Lte?: number | undefined;
|
|
@@ -2182,12 +2182,12 @@ export interface CreateDetectorRequest {
|
|
|
2182
2182
|
*/
|
|
2183
2183
|
FindingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
2184
2184
|
/**
|
|
2185
|
-
* @deprecated
|
|
2186
|
-
*
|
|
2187
2185
|
* <p>Describes which data sources will be enabled for the detector.</p>
|
|
2188
2186
|
* <p>There might be regional differences because some data sources might not be
|
|
2189
2187
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
2190
2188
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
2189
|
+
*
|
|
2190
|
+
* @deprecated
|
|
2191
2191
|
* @public
|
|
2192
2192
|
*/
|
|
2193
2193
|
DataSources?: DataSourceConfigurations | undefined;
|
|
@@ -4045,12 +4045,12 @@ export interface OrganizationFeatureConfigurationResult {
|
|
|
4045
4045
|
*/
|
|
4046
4046
|
export interface DescribeOrganizationConfigurationResponse {
|
|
4047
4047
|
/**
|
|
4048
|
-
* @deprecated
|
|
4049
|
-
*
|
|
4050
4048
|
* <p>Indicates whether GuardDuty is automatically enabled for accounts added to the
|
|
4051
4049
|
* organization.</p>
|
|
4052
4050
|
* <p>Even though this is still supported, we recommend using
|
|
4053
4051
|
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results.</p>
|
|
4052
|
+
*
|
|
4053
|
+
* @deprecated
|
|
4054
4054
|
* @public
|
|
4055
4055
|
*/
|
|
4056
4056
|
AutoEnable?: boolean | undefined;
|
|
@@ -4061,9 +4061,9 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
4061
4061
|
*/
|
|
4062
4062
|
MemberAccountLimitReached: boolean | undefined;
|
|
4063
4063
|
/**
|
|
4064
|
-
* @deprecated
|
|
4065
|
-
*
|
|
4066
4064
|
* <p>Describes which data sources are enabled automatically for member accounts.</p>
|
|
4065
|
+
*
|
|
4066
|
+
* @deprecated
|
|
4067
4067
|
* @public
|
|
4068
4068
|
*/
|
|
4069
4069
|
DataSources?: OrganizationDataSourceConfigurationsResult | undefined;
|
|
@@ -6842,9 +6842,9 @@ export interface SeverityStatistics {
|
|
|
6842
6842
|
*/
|
|
6843
6843
|
export interface FindingStatistics {
|
|
6844
6844
|
/**
|
|
6845
|
-
* @deprecated
|
|
6846
|
-
*
|
|
6847
6845
|
* <p>Represents a list of map of severity to count statistics for a set of findings.</p>
|
|
6846
|
+
*
|
|
6847
|
+
* @deprecated
|
|
6848
6848
|
* @public
|
|
6849
6849
|
*/
|
|
6850
6850
|
CountBySeverity?: Record<string, number> | undefined;
|
|
@@ -6985,9 +6985,9 @@ export interface GetDetectorResponse {
|
|
|
6985
6985
|
*/
|
|
6986
6986
|
UpdatedAt?: string | undefined;
|
|
6987
6987
|
/**
|
|
6988
|
-
* @deprecated
|
|
6989
|
-
*
|
|
6990
6988
|
* <p>Describes which data sources are enabled for the detector.</p>
|
|
6989
|
+
*
|
|
6990
|
+
* @deprecated
|
|
6991
6991
|
* @public
|
|
6992
6992
|
*/
|
|
6993
6993
|
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
@@ -7116,9 +7116,9 @@ export interface GetFindingsStatisticsRequest {
|
|
|
7116
7116
|
*/
|
|
7117
7117
|
DetectorId: string | undefined;
|
|
7118
7118
|
/**
|
|
7119
|
-
* @deprecated
|
|
7120
|
-
*
|
|
7121
7119
|
* <p>The types of finding statistics to retrieve.</p>
|
|
7120
|
+
*
|
|
7121
|
+
* @deprecated
|
|
7122
7122
|
* @public
|
|
7123
7123
|
*/
|
|
7124
7124
|
FindingStatisticTypes?: FindingStatisticType[] | undefined;
|
|
@@ -370,9 +370,9 @@ export interface MemberDataSourceConfiguration {
|
|
|
370
370
|
*/
|
|
371
371
|
AccountId: string | undefined;
|
|
372
372
|
/**
|
|
373
|
-
* @deprecated
|
|
374
|
-
*
|
|
375
373
|
* <p>Contains information on the status of data sources for the account.</p>
|
|
374
|
+
*
|
|
375
|
+
* @deprecated
|
|
376
376
|
* @public
|
|
377
377
|
*/
|
|
378
378
|
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
@@ -722,9 +722,9 @@ export interface UsageCriteria {
|
|
|
722
722
|
*/
|
|
723
723
|
AccountIds?: string[] | undefined;
|
|
724
724
|
/**
|
|
725
|
-
* @deprecated
|
|
726
|
-
*
|
|
727
725
|
* <p>The data sources to aggregate usage statistics from.</p>
|
|
726
|
+
*
|
|
727
|
+
* @deprecated
|
|
728
728
|
* @public
|
|
729
729
|
*/
|
|
730
730
|
DataSources?: DataSource[] | undefined;
|
|
@@ -1858,12 +1858,12 @@ export interface UpdateDetectorRequest {
|
|
|
1858
1858
|
*/
|
|
1859
1859
|
FindingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
1860
1860
|
/**
|
|
1861
|
-
* @deprecated
|
|
1862
|
-
*
|
|
1863
1861
|
* <p>Describes which data sources will be updated.</p>
|
|
1864
1862
|
* <p>There might be regional differences because some data sources might not be
|
|
1865
1863
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
1866
1864
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
1865
|
+
*
|
|
1866
|
+
* @deprecated
|
|
1867
1867
|
* @public
|
|
1868
1868
|
*/
|
|
1869
1869
|
DataSources?: DataSourceConfigurations | undefined;
|
|
@@ -2135,9 +2135,9 @@ export interface UpdateMemberDetectorsRequest {
|
|
|
2135
2135
|
*/
|
|
2136
2136
|
AccountIds: string[] | undefined;
|
|
2137
2137
|
/**
|
|
2138
|
-
* @deprecated
|
|
2139
|
-
*
|
|
2140
2138
|
* <p>Describes which data sources will be updated.</p>
|
|
2139
|
+
*
|
|
2140
|
+
* @deprecated
|
|
2141
2141
|
* @public
|
|
2142
2142
|
*/
|
|
2143
2143
|
DataSources?: DataSourceConfigurations | undefined;
|
|
@@ -2356,21 +2356,21 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
2356
2356
|
*/
|
|
2357
2357
|
DetectorId: string | undefined;
|
|
2358
2358
|
/**
|
|
2359
|
-
* @deprecated
|
|
2360
|
-
*
|
|
2361
2359
|
* <p>Represents whether to automatically enable member accounts in the organization. This
|
|
2362
2360
|
* applies to only new member accounts, not the existing member accounts. When a new account joins the organization,
|
|
2363
2361
|
* the chosen features will be enabled for them by default.</p>
|
|
2364
2362
|
* <p>Even though this is still supported, we recommend using
|
|
2365
2363
|
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results. You must provide a
|
|
2366
2364
|
* value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>.</p>
|
|
2365
|
+
*
|
|
2366
|
+
* @deprecated
|
|
2367
2367
|
* @public
|
|
2368
2368
|
*/
|
|
2369
2369
|
AutoEnable?: boolean | undefined;
|
|
2370
2370
|
/**
|
|
2371
|
-
* @deprecated
|
|
2372
|
-
*
|
|
2373
2371
|
* <p>Describes which data sources will be updated.</p>
|
|
2372
|
+
*
|
|
2373
|
+
* @deprecated
|
|
2374
2374
|
* @public
|
|
2375
2375
|
*/
|
|
2376
2376
|
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.749.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,38 +20,38 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.749.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.749.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.749.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.749.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.4",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.5",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.4",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.5",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.5",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|