@aws-sdk/client-inspector2 3.1084.0 → 3.1086.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.
|
|
72
|
+
var version = "3.1085.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
|
};
|
package/dist-es/models/enums.js
CHANGED
|
@@ -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
|
};
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node
|
|
11
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -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
|
};
|
|
@@ -11,7 +11,7 @@ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
|
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
13
|
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
-
) => import("@aws-sdk/credential-provider-node
|
|
14
|
+
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
16
|
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
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.
|
|
4
|
+
"version": "3.1086.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",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-sdk/core": "^3.975.1",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.67",
|
|
24
24
|
"@aws-sdk/types": "^3.974.0",
|
|
25
25
|
"@smithy/core": "^3.29.2",
|
|
26
26
|
"@smithy/fetch-http-handler": "^5.6.4",
|