@aws-sdk/client-guardduty 3.953.0 → 3.955.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
@@ -449,6 +449,7 @@ const _DPDRes = "DescribePublishingDestinationRequest";
449
449
  const _DPDResc = "DescribePublishingDestinationResponse";
450
450
  const _DPDe = "DescribePublishingDestination";
451
451
  const _DRA = "DnsRequestAction";
452
+ const _DRI = "DbiResourceId";
452
453
  const _DS = "DataSources";
453
454
  const _DSC = "DataSourceConfigurations";
454
455
  const _DSCR = "DataSourceConfigurationsResult";
@@ -1347,6 +1348,7 @@ const _dL = "dnsLogs";
1347
1348
  const _dN = "deviceName";
1348
1349
  const _dP = "destinationProperties";
1349
1350
  const _dRA = "dnsRequestAction";
1351
+ const _dRI = "dbiResourceId";
1350
1352
  const _dS = "dataSources";
1351
1353
  const _dSGA = "dbShardGroupArn";
1352
1354
  const _dSGI = "dbShardGroupIdentifier";
@@ -5014,13 +5016,14 @@ var RdsDbInstanceDetails$ = [
5014
5016
  n0,
5015
5017
  _RDID,
5016
5018
  0,
5017
- [_DII, _Eng, _EVn, _DCI, _DIA, _Ta],
5019
+ [_DII, _Eng, _EVn, _DCI, _DIA, _DRI, _Ta],
5018
5020
  [
5019
5021
  [0, { [_jN]: _dII }],
5020
5022
  [0, { [_jN]: _eng }],
5021
5023
  [0, { [_jN]: _eVn }],
5022
5024
  [0, { [_jN]: _dCI }],
5023
5025
  [0, { [_jN]: _dIA }],
5026
+ [0, { [_jN]: _dRI }],
5024
5027
  [() => Tags, { [_jN]: _ta }],
5025
5028
  ],
5026
5029
  ];
package/dist-es/index.js CHANGED
@@ -5,4 +5,6 @@ export * from "./schemas/schemas_0";
5
5
  export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
+ export * from "./models/models_0";
9
+ export * from "./models/models_1";
8
10
  export { GuardDutyServiceException } from "./models/GuardDutyServiceException";
@@ -249,6 +249,7 @@ const _DPDRes = "DescribePublishingDestinationRequest";
249
249
  const _DPDResc = "DescribePublishingDestinationResponse";
250
250
  const _DPDe = "DescribePublishingDestination";
251
251
  const _DRA = "DnsRequestAction";
252
+ const _DRI = "DbiResourceId";
252
253
  const _DS = "DataSources";
253
254
  const _DSC = "DataSourceConfigurations";
254
255
  const _DSCR = "DataSourceConfigurationsResult";
@@ -1147,6 +1148,7 @@ const _dL = "dnsLogs";
1147
1148
  const _dN = "deviceName";
1148
1149
  const _dP = "destinationProperties";
1149
1150
  const _dRA = "dnsRequestAction";
1151
+ const _dRI = "dbiResourceId";
1150
1152
  const _dS = "dataSources";
1151
1153
  const _dSGA = "dbShardGroupArn";
1152
1154
  const _dSGI = "dbShardGroupIdentifier";
@@ -4817,13 +4819,14 @@ export var RdsDbInstanceDetails$ = [
4817
4819
  n0,
4818
4820
  _RDID,
4819
4821
  0,
4820
- [_DII, _Eng, _EVn, _DCI, _DIA, _Ta],
4822
+ [_DII, _Eng, _EVn, _DCI, _DIA, _DRI, _Ta],
4821
4823
  [
4822
4824
  [0, { [_jN]: _dII }],
4823
4825
  [0, { [_jN]: _eng }],
4824
4826
  [0, { [_jN]: _eVn }],
4825
4827
  [0, { [_jN]: _dCI }],
4826
4828
  [0, { [_jN]: _dIA }],
4829
+ [0, { [_jN]: _dRI }],
4827
4830
  [() => Tags, { [_jN]: _ta }],
4828
4831
  ],
4829
4832
  ];
@@ -351,6 +351,7 @@ declare const GetFindingsCommand_base: {
351
351
  * // EngineVersion: "STRING_VALUE",
352
352
  * // DbClusterIdentifier: "STRING_VALUE",
353
353
  * // DbInstanceArn: "STRING_VALUE",
354
+ * // DbiResourceId: "STRING_VALUE",
354
355
  * // Tags: "<Tags>",
355
356
  * // },
356
357
  * // RdsLimitlessDbDetails: { // RdsLimitlessDbDetails
@@ -32,6 +32,6 @@ export * from "./schemas/schemas_0";
32
32
  export * from "./pagination";
33
33
  export * from "./models/enums";
34
34
  export * from "./models/errors";
35
- export type * from "./models/models_0";
36
- export type * from "./models/models_1";
35
+ export * from "./models/models_0";
36
+ export * from "./models/models_1";
37
37
  export { GuardDutyServiceException } from "./models/GuardDutyServiceException";
@@ -5795,6 +5795,12 @@ export interface RdsDbInstanceDetails {
5795
5795
  * @public
5796
5796
  */
5797
5797
  DbInstanceArn?: string | undefined;
5798
+ /**
5799
+ * <p>The unique ID of the database resource involved in the activity that prompted GuardDuty
5800
+ * to generate the finding.</p>
5801
+ * @public
5802
+ */
5803
+ DbiResourceId?: string | undefined;
5798
5804
  /**
5799
5805
  * <p>Information about the tag key-value pairs.</p>
5800
5806
  * @public
@@ -1247,6 +1247,7 @@ export interface RdsDbInstanceDetails {
1247
1247
  EngineVersion?: string | undefined;
1248
1248
  DbClusterIdentifier?: string | undefined;
1249
1249
  DbInstanceArn?: string | undefined;
1250
+ DbiResourceId?: string | undefined;
1250
1251
  Tags?: Tag[] | undefined;
1251
1252
  }
1252
1253
  export interface RdsDbUserDetails {
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.953.0",
4
+ "version": "3.955.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,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.953.0",
25
- "@aws-sdk/credential-provider-node": "3.953.0",
24
+ "@aws-sdk/core": "3.954.0",
25
+ "@aws-sdk/credential-provider-node": "3.955.0",
26
26
  "@aws-sdk/middleware-host-header": "3.953.0",
27
27
  "@aws-sdk/middleware-logger": "3.953.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.953.0",
29
+ "@aws-sdk/middleware-user-agent": "3.954.0",
30
30
  "@aws-sdk/region-config-resolver": "3.953.0",
31
31
  "@aws-sdk/types": "3.953.0",
32
32
  "@aws-sdk/util-endpoints": "3.953.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.953.0",
34
+ "@aws-sdk/util-user-agent-node": "3.954.0",
35
35
  "@smithy/config-resolver": "^4.4.4",
36
36
  "@smithy/core": "^3.19.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.7",
38
38
  "@smithy/hash-node": "^4.2.6",
39
39
  "@smithy/invalid-dependency": "^4.2.6",
40
40
  "@smithy/middleware-content-length": "^4.2.6",
41
- "@smithy/middleware-endpoint": "^4.3.15",
42
- "@smithy/middleware-retry": "^4.4.15",
41
+ "@smithy/middleware-endpoint": "^4.4.0",
42
+ "@smithy/middleware-retry": "^4.4.16",
43
43
  "@smithy/middleware-serde": "^4.2.7",
44
44
  "@smithy/middleware-stack": "^4.2.6",
45
45
  "@smithy/node-config-provider": "^4.3.6",
46
46
  "@smithy/node-http-handler": "^4.4.6",
47
47
  "@smithy/protocol-http": "^5.3.6",
48
- "@smithy/smithy-client": "^4.10.0",
48
+ "@smithy/smithy-client": "^4.10.1",
49
49
  "@smithy/types": "^4.10.0",
50
50
  "@smithy/url-parser": "^4.2.6",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.14",
55
- "@smithy/util-defaults-mode-node": "^4.2.17",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.15",
55
+ "@smithy/util-defaults-mode-node": "^4.2.18",
56
56
  "@smithy/util-endpoints": "^3.2.6",
57
57
  "@smithy/util-middleware": "^4.2.6",
58
58
  "@smithy/util-retry": "^4.2.6",