@aws-sdk/client-guardduty 3.1092.0 → 3.1094.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
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1091.0";
72
+ var version = "3.1093.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -2777,8 +2777,8 @@ var GetFilterRequest$ = [3, n0, _GFR,
2777
2777
  ];
2778
2778
  var GetFilterResponse$ = [3, n0, _GFRe,
2779
2779
  0,
2780
- [_N, _Ac, _FCin, _D, _Ra, _Ta],
2781
- [[0, { [_jN]: _n }], [0, { [_jN]: _ac }], [() => FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _d }], [1, { [_jN]: _ra }], [128 | 0, { [_jN]: _ta }]], 3
2780
+ [_N, _Ac, _FCin, _D, _Ra, _Ta, _CAr, _UAp, _V],
2781
+ [[0, { [_jN]: _n }], [0, { [_jN]: _ac }], [() => FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _d }], [1, { [_jN]: _ra }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cAr }], [4, { [_jN]: _uAp }], [1, { [_jN]: _v }]], 3
2782
2782
  ];
2783
2783
  var GetFindingsRequest$ = [3, n0, _GFRet,
2784
2784
  0,
@@ -2556,8 +2556,8 @@ export var GetFilterRequest$ = [3, n0, _GFR,
2556
2556
  ];
2557
2557
  export var GetFilterResponse$ = [3, n0, _GFRe,
2558
2558
  0,
2559
- [_N, _Ac, _FCin, _D, _Ra, _Ta],
2560
- [[0, { [_jN]: _n }], [0, { [_jN]: _ac }], [() => FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _d }], [1, { [_jN]: _ra }], [128 | 0, { [_jN]: _ta }]], 3
2559
+ [_N, _Ac, _FCin, _D, _Ra, _Ta, _CAr, _UAp, _V],
2560
+ [[0, { [_jN]: _n }], [0, { [_jN]: _ac }], [() => FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _d }], [1, { [_jN]: _ra }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cAr }], [4, { [_jN]: _uAp }], [1, { [_jN]: _v }]], 3
2561
2561
  ];
2562
2562
  export var GetFindingsRequest$ = [3, n0, _GFRet,
2563
2563
  0,
@@ -79,6 +79,9 @@ declare const GetFilterCommand_base: {
79
79
  * // Tags: { // TagMap
80
80
  * // "<keys>": "STRING_VALUE",
81
81
  * // },
82
+ * // CreatedAt: new Date("TIMESTAMP"),
83
+ * // UpdatedAt: new Date("TIMESTAMP"),
84
+ * // Version: Number("long"),
82
85
  * // };
83
86
  *
84
87
  * ```
@@ -6363,6 +6363,21 @@ export interface GetFilterResponse {
6363
6363
  * @public
6364
6364
  */
6365
6365
  Tags?: Record<string, string> | undefined;
6366
+ /**
6367
+ * <p>The timestamp when the filter was created. This field is not available for filters that were created before the lifecycle metadata feature was enabled (legacy filters).</p>
6368
+ * @public
6369
+ */
6370
+ CreatedAt?: Date | undefined;
6371
+ /**
6372
+ * <p>The timestamp when the filter was last updated. For legacy filters, this field is present only after the filter has been updated at least once since the lifecycle metadata feature was enabled.</p>
6373
+ * @public
6374
+ */
6375
+ UpdatedAt?: Date | undefined;
6376
+ /**
6377
+ * <p>The version of the filter. Every time the filter is updated, the version increments by 1. This field is not available for legacy filters that were created before the lifecycle metadata feature was enabled.</p>
6378
+ * @public
6379
+ */
6380
+ Version?: number | undefined;
6366
6381
  }
6367
6382
  /**
6368
6383
  * @public
@@ -1552,6 +1552,9 @@ export interface GetFilterResponse {
1552
1552
  Rank?: number | undefined;
1553
1553
  FindingCriteria: FindingCriteria | undefined;
1554
1554
  Tags?: Record<string, string> | undefined;
1555
+ CreatedAt?: Date | undefined;
1556
+ UpdatedAt?: Date | undefined;
1557
+ Version?: number | undefined;
1555
1558
  }
1556
1559
  export interface GetFindingsRequest {
1557
1560
  DetectorId: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
- "version": "3.1092.0",
3
+ "version": "3.1094.0",
4
4
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-guardduty",
6
6
  "license": "Apache-2.0",