@aws-sdk/client-inspector2 3.1084.0 → 3.1085.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.1083.0";
72
+ var version = "3.1084.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -5191,8 +5191,10 @@ const VMScannerStatus = {
5191
5191
  const EcrPullDateRescanDuration = {
5192
5192
  DAYS_14: "DAYS_14",
5193
5193
  DAYS_180: "DAYS_180",
5194
+ DAYS_3: "DAYS_3",
5194
5195
  DAYS_30: "DAYS_30",
5195
5196
  DAYS_60: "DAYS_60",
5197
+ DAYS_7: "DAYS_7",
5196
5198
  DAYS_90: "DAYS_90",
5197
5199
  };
5198
5200
  const EcrPullDateRescanMode = {
@@ -5202,8 +5204,10 @@ const EcrPullDateRescanMode = {
5202
5204
  const EcrRescanDuration = {
5203
5205
  DAYS_14: "DAYS_14",
5204
5206
  DAYS_180: "DAYS_180",
5207
+ DAYS_3: "DAYS_3",
5205
5208
  DAYS_30: "DAYS_30",
5206
5209
  DAYS_60: "DAYS_60",
5210
+ DAYS_7: "DAYS_7",
5207
5211
  DAYS_90: "DAYS_90",
5208
5212
  LIFETIME: "LIFETIME",
5209
5213
  };
@@ -618,8 +618,10 @@ export const VMScannerStatus = {
618
618
  export const EcrPullDateRescanDuration = {
619
619
  DAYS_14: "DAYS_14",
620
620
  DAYS_180: "DAYS_180",
621
+ DAYS_3: "DAYS_3",
621
622
  DAYS_30: "DAYS_30",
622
623
  DAYS_60: "DAYS_60",
624
+ DAYS_7: "DAYS_7",
623
625
  DAYS_90: "DAYS_90",
624
626
  };
625
627
  export const EcrPullDateRescanMode = {
@@ -629,8 +631,10 @@ export const EcrPullDateRescanMode = {
629
631
  export const EcrRescanDuration = {
630
632
  DAYS_14: "DAYS_14",
631
633
  DAYS_180: "DAYS_180",
634
+ DAYS_3: "DAYS_3",
632
635
  DAYS_30: "DAYS_30",
633
636
  DAYS_60: "DAYS_60",
637
+ DAYS_7: "DAYS_7",
634
638
  DAYS_90: "DAYS_90",
635
639
  LIFETIME: "LIFETIME",
636
640
  };
@@ -1438,8 +1438,10 @@ export type VMScannerStatus = (typeof VMScannerStatus)[keyof typeof VMScannerSta
1438
1438
  export declare const EcrPullDateRescanDuration: {
1439
1439
  readonly DAYS_14: "DAYS_14";
1440
1440
  readonly DAYS_180: "DAYS_180";
1441
+ readonly DAYS_3: "DAYS_3";
1441
1442
  readonly DAYS_30: "DAYS_30";
1442
1443
  readonly DAYS_60: "DAYS_60";
1444
+ readonly DAYS_7: "DAYS_7";
1443
1445
  readonly DAYS_90: "DAYS_90";
1444
1446
  };
1445
1447
  /**
@@ -1465,8 +1467,10 @@ export type EcrPullDateRescanMode = (typeof EcrPullDateRescanMode)[keyof typeof
1465
1467
  export declare const EcrRescanDuration: {
1466
1468
  readonly DAYS_14: "DAYS_14";
1467
1469
  readonly DAYS_180: "DAYS_180";
1470
+ readonly DAYS_3: "DAYS_3";
1468
1471
  readonly DAYS_30: "DAYS_30";
1469
1472
  readonly DAYS_60: "DAYS_60";
1473
+ readonly DAYS_7: "DAYS_7";
1470
1474
  readonly DAYS_90: "DAYS_90";
1471
1475
  readonly LIFETIME: "LIFETIME";
1472
1476
  };
@@ -791,8 +791,10 @@ export type VMScannerStatus =
791
791
  export declare const EcrPullDateRescanDuration: {
792
792
  readonly DAYS_14: "DAYS_14";
793
793
  readonly DAYS_180: "DAYS_180";
794
+ readonly DAYS_3: "DAYS_3";
794
795
  readonly DAYS_30: "DAYS_30";
795
796
  readonly DAYS_60: "DAYS_60";
797
+ readonly DAYS_7: "DAYS_7";
796
798
  readonly DAYS_90: "DAYS_90";
797
799
  };
798
800
  export type EcrPullDateRescanDuration =
@@ -806,8 +808,10 @@ export type EcrPullDateRescanMode =
806
808
  export declare const EcrRescanDuration: {
807
809
  readonly DAYS_14: "DAYS_14";
808
810
  readonly DAYS_180: "DAYS_180";
811
+ readonly DAYS_3: "DAYS_3";
809
812
  readonly DAYS_30: "DAYS_30";
810
813
  readonly DAYS_60: "DAYS_60";
814
+ readonly DAYS_7: "DAYS_7";
811
815
  readonly DAYS_90: "DAYS_90";
812
816
  readonly LIFETIME: "LIFETIME";
813
817
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector2",
3
3
  "description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
4
- "version": "3.1084.0",
4
+ "version": "3.1085.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",