@aws-sdk/client-guardduty 3.1002.0 → 3.1003.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 CHANGED
@@ -1582,6 +1582,7 @@ const IndicatorType = {
1582
1582
  CRYPTOMINING_PROCESS: "CRYPTOMINING_PROCESS",
1583
1583
  HIGH_RISK_API: "HIGH_RISK_API",
1584
1584
  MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN",
1585
+ MALICIOUS_FILE: "MALICIOUS_FILE",
1585
1586
  MALICIOUS_IP: "MALICIOUS_IP",
1586
1587
  MALICIOUS_PROCESS: "MALICIOUS_PROCESS",
1587
1588
  SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK",
@@ -280,6 +280,7 @@ export const IndicatorType = {
280
280
  CRYPTOMINING_PROCESS: "CRYPTOMINING_PROCESS",
281
281
  HIGH_RISK_API: "HIGH_RISK_API",
282
282
  MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN",
283
+ MALICIOUS_FILE: "MALICIOUS_FILE",
283
284
  MALICIOUS_IP: "MALICIOUS_IP",
284
285
  MALICIOUS_PROCESS: "MALICIOUS_PROCESS",
285
286
  SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK",
@@ -29,7 +29,7 @@ declare const AcceptInvitationCommand_base: {
29
29
  /**
30
30
  * <p>Accepts the invitation to be monitored by a GuardDuty administrator account.</p>
31
31
  *
32
- * @deprecated This operation is deprecated, use AcceptAdministratorInvitation instead
32
+ * @deprecated This operation is deprecated, use AcceptAdministratorInvitation instead.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -35,7 +35,7 @@ declare const DisassociateFromMasterAccountCommand_base: {
35
35
  * remove the details associated with a member account, the delegated administrator must invoke the
36
36
  * <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API.</p>
37
37
  *
38
- * @deprecated This operation is deprecated, use DisassociateFromAdministratorAccount instead
38
+ * @deprecated This operation is deprecated, use DisassociateFromAdministratorAccount instead.
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
41
41
  * ```javascript
@@ -1042,7 +1042,7 @@ declare const GetFindingsCommand_base: {
1042
1042
  * // ],
1043
1043
  * // SignalIndicators: [ // Indicators
1044
1044
  * // { // Indicator
1045
- * // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS", // required
1045
+ * // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS" || "MALICIOUS_FILE", // required
1046
1046
  * // Values: [ // IndicatorValues
1047
1047
  * // "STRING_VALUE",
1048
1048
  * // ],
@@ -1053,7 +1053,7 @@ declare const GetFindingsCommand_base: {
1053
1053
  * // ],
1054
1054
  * // SequenceIndicators: [
1055
1055
  * // {
1056
- * // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS", // required
1056
+ * // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS" || "MALICIOUS_FILE", // required
1057
1057
  * // Values: [
1058
1058
  * // "STRING_VALUE",
1059
1059
  * // ],
@@ -30,7 +30,7 @@ declare const GetMasterAccountCommand_base: {
30
30
  * <p>Provides the details for the GuardDuty administrator account associated with the current
31
31
  * GuardDuty member account.</p>
32
32
  *
33
- * @deprecated This operation is deprecated, use GetAdministratorAccount instead
33
+ * @deprecated This operation is deprecated, use GetAdministratorAccount instead.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -636,6 +636,7 @@ export declare const IndicatorType: {
636
636
  readonly CRYPTOMINING_PROCESS: "CRYPTOMINING_PROCESS";
637
637
  readonly HIGH_RISK_API: "HIGH_RISK_API";
638
638
  readonly MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN";
639
+ readonly MALICIOUS_FILE: "MALICIOUS_FILE";
639
640
  readonly MALICIOUS_IP: "MALICIOUS_IP";
640
641
  readonly MALICIOUS_PROCESS: "MALICIOUS_PROCESS";
641
642
  readonly SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK";
@@ -27,6 +27,7 @@ export interface AcceptAdministratorInvitationRequest {
27
27
  export interface AcceptAdministratorInvitationResponse {
28
28
  }
29
29
  /**
30
+ * @deprecated This input is deprecated, use AcceptAdministratorInvitationRequest instead.
30
31
  * @public
31
32
  */
32
33
  export interface AcceptInvitationRequest {
@@ -51,6 +52,7 @@ export interface AcceptInvitationRequest {
51
52
  InvitationId: string | undefined;
52
53
  }
53
54
  /**
55
+ * @deprecated This output is deprecated, use AcceptAdministratorInvitationResponse instead.
54
56
  * @public
55
57
  */
56
58
  export interface AcceptInvitationResponse {
@@ -282,7 +284,7 @@ export interface AccountFreeTrialInfo {
282
284
  /**
283
285
  * <p>Describes the data source enabled for the GuardDuty member account.</p>
284
286
  *
285
- * @deprecated This parameter is deprecated, use Features instead
287
+ * @deprecated This parameter is deprecated, use Features instead.
286
288
  * @public
287
289
  */
288
290
  DataSources?: DataSourcesFreeTrial | undefined;
@@ -1335,7 +1337,7 @@ export interface Condition {
1335
1337
  * <p>Represents the <i>equal</i> condition to be applied to a single field when
1336
1338
  * querying for findings.</p>
1337
1339
  *
1338
- * @deprecated deprecated
1340
+ * @deprecated deprecated.
1339
1341
  * @public
1340
1342
  */
1341
1343
  Eq?: string[] | undefined;
@@ -1343,7 +1345,7 @@ export interface Condition {
1343
1345
  * <p>Represents the <i>not equal</i> condition to be applied to a single field
1344
1346
  * when querying for findings.</p>
1345
1347
  *
1346
- * @deprecated deprecated
1348
+ * @deprecated deprecated.
1347
1349
  * @public
1348
1350
  */
1349
1351
  Neq?: string[] | undefined;
@@ -1351,7 +1353,7 @@ export interface Condition {
1351
1353
  * <p>Represents a <i>greater than</i> condition to be applied to a single field
1352
1354
  * when querying for findings.</p>
1353
1355
  *
1354
- * @deprecated deprecated
1356
+ * @deprecated deprecated.
1355
1357
  * @public
1356
1358
  */
1357
1359
  Gt?: number | undefined;
@@ -1359,7 +1361,7 @@ export interface Condition {
1359
1361
  * <p>Represents a <i>greater than or equal</i> condition to be applied to a
1360
1362
  * single field when querying for findings.</p>
1361
1363
  *
1362
- * @deprecated deprecated
1364
+ * @deprecated deprecated.
1363
1365
  * @public
1364
1366
  */
1365
1367
  Gte?: number | undefined;
@@ -1367,7 +1369,7 @@ export interface Condition {
1367
1369
  * <p>Represents a <i>less than</i> condition to be applied to a single field when
1368
1370
  * querying for findings.</p>
1369
1371
  *
1370
- * @deprecated deprecated
1372
+ * @deprecated deprecated.
1371
1373
  * @public
1372
1374
  */
1373
1375
  Lt?: number | undefined;
@@ -1375,7 +1377,7 @@ export interface Condition {
1375
1377
  * <p>Represents a <i>less than or equal</i> condition to be applied to a single
1376
1378
  * field when querying for findings.</p>
1377
1379
  *
1378
- * @deprecated deprecated
1380
+ * @deprecated deprecated.
1379
1381
  * @public
1380
1382
  */
1381
1383
  Lte?: number | undefined;
@@ -1993,7 +1995,7 @@ export interface CreateDetectorRequest {
1993
1995
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
1994
1996
  * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
1995
1997
  *
1996
- * @deprecated This parameter is deprecated, use Features instead
1998
+ * @deprecated This parameter is deprecated, use Features instead.
1997
1999
  * @public
1998
2000
  */
1999
2001
  DataSources?: DataSourceConfigurations | undefined;
@@ -3843,7 +3845,7 @@ export interface DescribeOrganizationConfigurationResponse {
3843
3845
  * <p>Even though this is still supported, we recommend using
3844
3846
  * <code>AutoEnableOrganizationMembers</code> to achieve the similar results.</p>
3845
3847
  *
3846
- * @deprecated This field is deprecated, use AutoEnableOrganizationMembers instead
3848
+ * @deprecated This field is deprecated, use AutoEnableOrganizationMembers instead.
3847
3849
  * @public
3848
3850
  */
3849
3851
  AutoEnable?: boolean | undefined;
@@ -3856,7 +3858,7 @@ export interface DescribeOrganizationConfigurationResponse {
3856
3858
  /**
3857
3859
  * <p>Describes which data sources are enabled automatically for member accounts.</p>
3858
3860
  *
3859
- * @deprecated This parameter is deprecated, use Features instead
3861
+ * @deprecated This parameter is deprecated, use Features instead.
3860
3862
  * @public
3861
3863
  */
3862
3864
  DataSources?: OrganizationDataSourceConfigurationsResult | undefined;
@@ -4923,6 +4925,7 @@ export interface DisassociateFromAdministratorAccountRequest {
4923
4925
  export interface DisassociateFromAdministratorAccountResponse {
4924
4926
  }
4925
4927
  /**
4928
+ * @deprecated This input is deprecated, use DisassociateFromAdministratorAccountRequest instead.
4926
4929
  * @public
4927
4930
  */
4928
4931
  export interface DisassociateFromMasterAccountRequest {
@@ -4933,6 +4936,7 @@ export interface DisassociateFromMasterAccountRequest {
4933
4936
  DetectorId: string | undefined;
4934
4937
  }
4935
4938
  /**
4939
+ * @deprecated This output is deprecated, use DisassociateFromAdministratorAccountResponse instead.
4936
4940
  * @public
4937
4941
  */
4938
4942
  export interface DisassociateFromMasterAccountResponse {
@@ -7001,7 +7005,7 @@ export interface GetDetectorResponse {
7001
7005
  /**
7002
7006
  * <p>Describes which data sources are enabled for the detector.</p>
7003
7007
  *
7004
- * @deprecated This parameter is deprecated, use Features instead
7008
+ * @deprecated This parameter is deprecated, use Features instead.
7005
7009
  * @public
7006
7010
  */
7007
7011
  DataSources?: DataSourceConfigurationsResult | undefined;
@@ -7117,7 +7121,7 @@ export interface GetFindingsStatisticsRequest {
7117
7121
  /**
7118
7122
  * <p>The types of finding statistics to retrieve.</p>
7119
7123
  *
7120
- * @deprecated This parameter is deprecated, please use GroupBy instead
7124
+ * @deprecated This parameter is deprecated, please use GroupBy instead.
7121
7125
  * @public
7122
7126
  */
7123
7127
  FindingStatisticTypes?: FindingStatisticType[] | undefined;
@@ -7655,6 +7659,7 @@ export interface GetMalwareScanSettingsResponse {
7655
7659
  EbsSnapshotPreservation?: EbsSnapshotPreservation | undefined;
7656
7660
  }
7657
7661
  /**
7662
+ * @deprecated This input is deprecated, use GetAdministratorAccountRequest instead.
7658
7663
  * @public
7659
7664
  */
7660
7665
  export interface GetMasterAccountRequest {
@@ -7693,6 +7698,7 @@ export interface Master {
7693
7698
  InvitedAt?: string | undefined;
7694
7699
  }
7695
7700
  /**
7701
+ * @deprecated This output is deprecated, use GetAdministratorAccountResponse instead.
7696
7702
  * @public
7697
7703
  */
7698
7704
  export interface GetMasterAccountResponse {
@@ -64,7 +64,7 @@ export interface MemberDataSourceConfiguration {
64
64
  /**
65
65
  * <p>Contains information on the status of data sources for the account.</p>
66
66
  *
67
- * @deprecated This parameter is deprecated, use Features instead
67
+ * @deprecated This parameter is deprecated, use Features instead.
68
68
  * @public
69
69
  */
70
70
  DataSources?: DataSourceConfigurationsResult | undefined;
@@ -516,7 +516,7 @@ export interface UsageCriteria {
516
516
  /**
517
517
  * <p>The data sources to aggregate usage statistics from.</p>
518
518
  *
519
- * @deprecated This parameter is deprecated, use Features instead
519
+ * @deprecated This parameter is deprecated, use Features instead.
520
520
  * @public
521
521
  */
522
522
  DataSources?: DataSource[] | undefined;
@@ -1924,7 +1924,7 @@ export interface UpdateDetectorRequest {
1924
1924
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
1925
1925
  * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
1926
1926
  *
1927
- * @deprecated This parameter is deprecated, use Features instead
1927
+ * @deprecated This parameter is deprecated, use Features instead.
1928
1928
  * @public
1929
1929
  */
1930
1930
  DataSources?: DataSourceConfigurations | undefined;
@@ -2203,7 +2203,7 @@ export interface UpdateMemberDetectorsRequest {
2203
2203
  /**
2204
2204
  * <p>Describes which data sources will be updated.</p>
2205
2205
  *
2206
- * @deprecated This parameter is deprecated, use Features instead
2206
+ * @deprecated This parameter is deprecated, use Features instead.
2207
2207
  * @public
2208
2208
  */
2209
2209
  DataSources?: DataSourceConfigurations | undefined;
@@ -2429,14 +2429,14 @@ export interface UpdateOrganizationConfigurationRequest {
2429
2429
  * <code>AutoEnableOrganizationMembers</code> to achieve the similar results. You must provide a
2430
2430
  * value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>.</p>
2431
2431
  *
2432
- * @deprecated This field is deprecated, use AutoEnableOrganizationMembers instead
2432
+ * @deprecated This field is deprecated, use AutoEnableOrganizationMembers instead.
2433
2433
  * @public
2434
2434
  */
2435
2435
  AutoEnable?: boolean | undefined;
2436
2436
  /**
2437
2437
  * <p>Describes which data sources will be updated.</p>
2438
2438
  *
2439
- * @deprecated This parameter is deprecated, use Features instead
2439
+ * @deprecated This parameter is deprecated, use Features instead.
2440
2440
  * @public
2441
2441
  */
2442
2442
  DataSources?: OrganizationDataSourceConfigurations | undefined;
@@ -351,6 +351,7 @@ export declare const IndicatorType: {
351
351
  readonly CRYPTOMINING_PROCESS: "CRYPTOMINING_PROCESS";
352
352
  readonly HIGH_RISK_API: "HIGH_RISK_API";
353
353
  readonly MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN";
354
+ readonly MALICIOUS_FILE: "MALICIOUS_FILE";
354
355
  readonly MALICIOUS_IP: "MALICIOUS_IP";
355
356
  readonly MALICIOUS_PROCESS: "MALICIOUS_PROCESS";
356
357
  readonly SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK";
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.1002.0",
4
+ "version": "3.1003.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-guardduty",
@@ -21,42 +21,42 @@
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.17",
25
- "@aws-sdk/credential-provider-node": "^3.972.16",
26
- "@aws-sdk/middleware-host-header": "^3.972.6",
27
- "@aws-sdk/middleware-logger": "^3.972.6",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
29
- "@aws-sdk/middleware-user-agent": "^3.972.17",
30
- "@aws-sdk/region-config-resolver": "^3.972.6",
31
- "@aws-sdk/types": "^3.973.4",
32
- "@aws-sdk/util-endpoints": "^3.996.3",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
34
- "@aws-sdk/util-user-agent-node": "^3.973.2",
35
- "@smithy/config-resolver": "^4.4.9",
36
- "@smithy/core": "^3.23.7",
37
- "@smithy/fetch-http-handler": "^5.3.12",
38
- "@smithy/hash-node": "^4.2.10",
39
- "@smithy/invalid-dependency": "^4.2.10",
40
- "@smithy/middleware-content-length": "^4.2.10",
41
- "@smithy/middleware-endpoint": "^4.4.21",
42
- "@smithy/middleware-retry": "^4.4.38",
43
- "@smithy/middleware-serde": "^4.2.11",
44
- "@smithy/middleware-stack": "^4.2.10",
45
- "@smithy/node-config-provider": "^4.3.10",
46
- "@smithy/node-http-handler": "^4.4.13",
47
- "@smithy/protocol-http": "^5.3.10",
48
- "@smithy/smithy-client": "^4.12.1",
24
+ "@aws-sdk/core": "^3.973.18",
25
+ "@aws-sdk/credential-provider-node": "^3.972.17",
26
+ "@aws-sdk/middleware-host-header": "^3.972.7",
27
+ "@aws-sdk/middleware-logger": "^3.972.7",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.18",
30
+ "@aws-sdk/region-config-resolver": "^3.972.7",
31
+ "@aws-sdk/types": "^3.973.5",
32
+ "@aws-sdk/util-endpoints": "^3.996.4",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.7",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.3",
35
+ "@smithy/config-resolver": "^4.4.10",
36
+ "@smithy/core": "^3.23.8",
37
+ "@smithy/fetch-http-handler": "^5.3.13",
38
+ "@smithy/hash-node": "^4.2.11",
39
+ "@smithy/invalid-dependency": "^4.2.11",
40
+ "@smithy/middleware-content-length": "^4.2.11",
41
+ "@smithy/middleware-endpoint": "^4.4.22",
42
+ "@smithy/middleware-retry": "^4.4.39",
43
+ "@smithy/middleware-serde": "^4.2.12",
44
+ "@smithy/middleware-stack": "^4.2.11",
45
+ "@smithy/node-config-provider": "^4.3.11",
46
+ "@smithy/node-http-handler": "^4.4.14",
47
+ "@smithy/protocol-http": "^5.3.11",
48
+ "@smithy/smithy-client": "^4.12.2",
49
49
  "@smithy/types": "^4.13.0",
50
- "@smithy/url-parser": "^4.2.10",
51
- "@smithy/util-base64": "^4.3.1",
52
- "@smithy/util-body-length-browser": "^4.2.1",
53
- "@smithy/util-body-length-node": "^4.2.2",
54
- "@smithy/util-defaults-mode-browser": "^4.3.37",
55
- "@smithy/util-defaults-mode-node": "^4.2.40",
56
- "@smithy/util-endpoints": "^3.3.1",
57
- "@smithy/util-middleware": "^4.2.10",
58
- "@smithy/util-retry": "^4.2.10",
59
- "@smithy/util-utf8": "^4.2.1",
50
+ "@smithy/url-parser": "^4.2.11",
51
+ "@smithy/util-base64": "^4.3.2",
52
+ "@smithy/util-body-length-browser": "^4.2.2",
53
+ "@smithy/util-body-length-node": "^4.2.3",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.38",
55
+ "@smithy/util-defaults-mode-node": "^4.2.41",
56
+ "@smithy/util-endpoints": "^3.3.2",
57
+ "@smithy/util-middleware": "^4.2.11",
58
+ "@smithy/util-retry": "^4.2.11",
59
+ "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
@@ -71,7 +71,7 @@
71
71
  "node": ">=20.0.0"
72
72
  },
73
73
  "typesVersions": {
74
- "<4.0": {
74
+ "<4.5": {
75
75
  "dist-types/*": [
76
76
  "dist-types/ts3.4/*"
77
77
  ]