cdk-lambda-subminute 2.0.301 → 2.0.302
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +30 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
- package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -53,11 +53,11 @@ declare class ECR extends Service {
|
|
53
53
|
*/
|
54
54
|
completeLayerUpload(callback?: (err: AWSError, data: ECR.Types.CompleteLayerUploadResponse) => void): Request<ECR.Types.CompleteLayerUploadResponse, AWSError>;
|
55
55
|
/**
|
56
|
-
* Creates a pull through cache rule. A pull through cache rule provides a way to cache images from an
|
56
|
+
* Creates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry source in your Amazon ECR private registry. For more information, see Using pull through cache rules in the Amazon Elastic Container Registry User Guide.
|
57
57
|
*/
|
58
58
|
createPullThroughCacheRule(params: ECR.Types.CreatePullThroughCacheRuleRequest, callback?: (err: AWSError, data: ECR.Types.CreatePullThroughCacheRuleResponse) => void): Request<ECR.Types.CreatePullThroughCacheRuleResponse, AWSError>;
|
59
59
|
/**
|
60
|
-
* Creates a pull through cache rule. A pull through cache rule provides a way to cache images from an
|
60
|
+
* Creates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry source in your Amazon ECR private registry. For more information, see Using pull through cache rules in the Amazon Elastic Container Registry User Guide.
|
61
61
|
*/
|
62
62
|
createPullThroughCacheRule(callback?: (err: AWSError, data: ECR.Types.CreatePullThroughCacheRuleResponse) => void): Request<ECR.Types.CreatePullThroughCacheRuleResponse, AWSError>;
|
63
63
|
/**
|
@@ -93,11 +93,11 @@ declare class ECR extends Service {
|
|
93
93
|
*/
|
94
94
|
deleteRegistryPolicy(callback?: (err: AWSError, data: ECR.Types.DeleteRegistryPolicyResponse) => void): Request<ECR.Types.DeleteRegistryPolicyResponse, AWSError>;
|
95
95
|
/**
|
96
|
-
* Deletes a repository. If the repository
|
96
|
+
* Deletes a repository. If the repository isn't empty, you must either delete the contents of the repository or use the force option to delete the repository and have Amazon ECR delete all of its contents on your behalf.
|
97
97
|
*/
|
98
98
|
deleteRepository(params: ECR.Types.DeleteRepositoryRequest, callback?: (err: AWSError, data: ECR.Types.DeleteRepositoryResponse) => void): Request<ECR.Types.DeleteRepositoryResponse, AWSError>;
|
99
99
|
/**
|
100
|
-
* Deletes a repository. If the repository
|
100
|
+
* Deletes a repository. If the repository isn't empty, you must either delete the contents of the repository or use the force option to delete the repository and have Amazon ECR delete all of its contents on your behalf.
|
101
101
|
*/
|
102
102
|
deleteRepository(callback?: (err: AWSError, data: ECR.Types.DeleteRepositoryResponse) => void): Request<ECR.Types.DeleteRepositoryResponse, AWSError>;
|
103
103
|
/**
|
@@ -332,6 +332,14 @@ declare class ECR extends Service {
|
|
332
332
|
* Deletes specified tags from a resource.
|
333
333
|
*/
|
334
334
|
untagResource(callback?: (err: AWSError, data: ECR.Types.UntagResourceResponse) => void): Request<ECR.Types.UntagResourceResponse, AWSError>;
|
335
|
+
/**
|
336
|
+
* Updates an existing pull through cache rule.
|
337
|
+
*/
|
338
|
+
updatePullThroughCacheRule(params: ECR.Types.UpdatePullThroughCacheRuleRequest, callback?: (err: AWSError, data: ECR.Types.UpdatePullThroughCacheRuleResponse) => void): Request<ECR.Types.UpdatePullThroughCacheRuleResponse, AWSError>;
|
339
|
+
/**
|
340
|
+
* Updates an existing pull through cache rule.
|
341
|
+
*/
|
342
|
+
updatePullThroughCacheRule(callback?: (err: AWSError, data: ECR.Types.UpdatePullThroughCacheRuleResponse) => void): Request<ECR.Types.UpdatePullThroughCacheRuleResponse, AWSError>;
|
335
343
|
/**
|
336
344
|
* Uploads an image layer part to Amazon ECR. When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
|
337
345
|
*/
|
@@ -340,6 +348,14 @@ declare class ECR extends Service {
|
|
340
348
|
* Uploads an image layer part to Amazon ECR. When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
|
341
349
|
*/
|
342
350
|
uploadLayerPart(callback?: (err: AWSError, data: ECR.Types.UploadLayerPartResponse) => void): Request<ECR.Types.UploadLayerPartResponse, AWSError>;
|
351
|
+
/**
|
352
|
+
* Validates an existing pull through cache rule for an upstream registry that requires authentication. This will retrieve the contents of the Amazon Web Services Secrets Manager secret, verify the syntax, and then validate that authentication to the upstream registry is successful.
|
353
|
+
*/
|
354
|
+
validatePullThroughCacheRule(params: ECR.Types.ValidatePullThroughCacheRuleRequest, callback?: (err: AWSError, data: ECR.Types.ValidatePullThroughCacheRuleResponse) => void): Request<ECR.Types.ValidatePullThroughCacheRuleResponse, AWSError>;
|
355
|
+
/**
|
356
|
+
* Validates an existing pull through cache rule for an upstream registry that requires authentication. This will retrieve the contents of the Amazon Web Services Secrets Manager secret, verify the syntax, and then validate that authentication to the upstream registry is successful.
|
357
|
+
*/
|
358
|
+
validatePullThroughCacheRule(callback?: (err: AWSError, data: ECR.Types.ValidatePullThroughCacheRuleResponse) => void): Request<ECR.Types.ValidatePullThroughCacheRuleResponse, AWSError>;
|
343
359
|
/**
|
344
360
|
* Waits for the imageScanComplete state by periodically calling the underlying ECR.describeImageScanFindingsoperation every 5 seconds (at most 60 times). Wait until an image scan is complete and findings can be accessed
|
345
361
|
*/
|
@@ -561,13 +577,21 @@ declare namespace ECR {
|
|
561
577
|
*/
|
562
578
|
ecrRepositoryPrefix: PullThroughCacheRuleRepositoryPrefix;
|
563
579
|
/**
|
564
|
-
* The registry URL of the upstream public registry to use as the source for the pull through cache rule.
|
580
|
+
* The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry. Amazon ECR Public (ecr-public) - public.ecr.aws Docker Hub (docker-hub) - registry-1.docker.io Quay (quay) - quay.io Kubernetes (k8s) - registry.k8s.io GitHub Container Registry (github-container-registry) - ghcr.io Microsoft Azure Container Registry (azure-container-registry) - <custom>.azurecr.io
|
565
581
|
*/
|
566
582
|
upstreamRegistryUrl: Url;
|
567
583
|
/**
|
568
584
|
* The Amazon Web Services account ID associated with the registry to create the pull through cache rule for. If you do not specify a registry, the default registry is assumed.
|
569
585
|
*/
|
570
586
|
registryId?: RegistryId;
|
587
|
+
/**
|
588
|
+
* The name of the upstream registry.
|
589
|
+
*/
|
590
|
+
upstreamRegistry?: UpstreamRegistry;
|
591
|
+
/**
|
592
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.
|
593
|
+
*/
|
594
|
+
credentialArn?: CredentialArn;
|
571
595
|
}
|
572
596
|
export interface CreatePullThroughCacheRuleResponse {
|
573
597
|
/**
|
@@ -586,6 +610,14 @@ declare namespace ECR {
|
|
586
610
|
* The registry ID associated with the request.
|
587
611
|
*/
|
588
612
|
registryId?: RegistryId;
|
613
|
+
/**
|
614
|
+
* The name of the upstream registry associated with the pull through cache rule.
|
615
|
+
*/
|
616
|
+
upstreamRegistry?: UpstreamRegistry;
|
617
|
+
/**
|
618
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
|
619
|
+
*/
|
620
|
+
credentialArn?: CredentialArn;
|
589
621
|
}
|
590
622
|
export interface CreateRepositoryRequest {
|
591
623
|
/**
|
@@ -620,6 +652,7 @@ declare namespace ECR {
|
|
620
652
|
repository?: Repository;
|
621
653
|
}
|
622
654
|
export type CreationTimestamp = Date;
|
655
|
+
export type CredentialArn = string;
|
623
656
|
export interface CvssScore {
|
624
657
|
/**
|
625
658
|
* The base CVSS score used for the finding.
|
@@ -728,6 +761,10 @@ declare namespace ECR {
|
|
728
761
|
* The registry ID associated with the request.
|
729
762
|
*/
|
730
763
|
registryId?: RegistryId;
|
764
|
+
/**
|
765
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
|
766
|
+
*/
|
767
|
+
credentialArn?: CredentialArn;
|
731
768
|
}
|
732
769
|
export interface DeleteRegistryPolicyRequest {
|
733
770
|
}
|
@@ -775,7 +812,7 @@ declare namespace ECR {
|
|
775
812
|
*/
|
776
813
|
repositoryName: RepositoryName;
|
777
814
|
/**
|
778
|
-
*
|
815
|
+
* If true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.
|
779
816
|
*/
|
780
817
|
force?: ForceFlag;
|
781
818
|
}
|
@@ -1298,7 +1335,7 @@ declare namespace ECR {
|
|
1298
1335
|
*/
|
1299
1336
|
failureReason?: ImageFailureReason;
|
1300
1337
|
}
|
1301
|
-
export type ImageFailureCode = "InvalidImageDigest"|"InvalidImageTag"|"ImageTagDoesNotMatchDigest"|"ImageNotFound"|"MissingDigestAndTag"|"ImageReferencedByManifestList"|"KmsError"|string;
|
1338
|
+
export type ImageFailureCode = "InvalidImageDigest"|"InvalidImageTag"|"ImageTagDoesNotMatchDigest"|"ImageNotFound"|"MissingDigestAndTag"|"ImageReferencedByManifestList"|"KmsError"|"UpstreamAccessDenied"|"UpstreamTooManyRequests"|"UpstreamUnavailable"|string;
|
1302
1339
|
export type ImageFailureList = ImageFailure[];
|
1303
1340
|
export type ImageFailureReason = string;
|
1304
1341
|
export interface ImageIdentifier {
|
@@ -1433,6 +1470,7 @@ declare namespace ECR {
|
|
1433
1470
|
*/
|
1434
1471
|
partSize?: PartSize;
|
1435
1472
|
}
|
1473
|
+
export type IsPTCRuleValid = boolean;
|
1436
1474
|
export type KmsKey = string;
|
1437
1475
|
export interface Layer {
|
1438
1476
|
/**
|
@@ -1575,6 +1613,7 @@ declare namespace ECR {
|
|
1575
1613
|
export type MediaTypeList = MediaType[];
|
1576
1614
|
export type Metric = string;
|
1577
1615
|
export type NextToken = string;
|
1616
|
+
export type PTCValidateFailure = string;
|
1578
1617
|
export type PackageManager = string;
|
1579
1618
|
export interface PackageVulnerabilityDetails {
|
1580
1619
|
/**
|
@@ -1638,6 +1677,18 @@ declare namespace ECR {
|
|
1638
1677
|
* The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
|
1639
1678
|
*/
|
1640
1679
|
registryId?: RegistryId;
|
1680
|
+
/**
|
1681
|
+
* The ARN of the Secrets Manager secret associated with the pull through cache rule.
|
1682
|
+
*/
|
1683
|
+
credentialArn?: CredentialArn;
|
1684
|
+
/**
|
1685
|
+
* The name of the upstream source registry associated with the pull through cache rule.
|
1686
|
+
*/
|
1687
|
+
upstreamRegistry?: UpstreamRegistry;
|
1688
|
+
/**
|
1689
|
+
* The date and time, in JavaScript date format, when the pull through cache rule was last updated.
|
1690
|
+
*/
|
1691
|
+
updatedAt?: UpdatedTimestamp;
|
1641
1692
|
}
|
1642
1693
|
export type PullThroughCacheRuleList = PullThroughCacheRule[];
|
1643
1694
|
export type PullThroughCacheRuleRepositoryPrefix = string;
|
@@ -2159,6 +2210,39 @@ declare namespace ECR {
|
|
2159
2210
|
}
|
2160
2211
|
export interface UntagResourceResponse {
|
2161
2212
|
}
|
2213
|
+
export interface UpdatePullThroughCacheRuleRequest {
|
2214
|
+
/**
|
2215
|
+
* The Amazon Web Services account ID associated with the registry associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.
|
2216
|
+
*/
|
2217
|
+
registryId?: RegistryId;
|
2218
|
+
/**
|
2219
|
+
* The repository name prefix to use when caching images from the source registry.
|
2220
|
+
*/
|
2221
|
+
ecrRepositoryPrefix: PullThroughCacheRuleRepositoryPrefix;
|
2222
|
+
/**
|
2223
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.
|
2224
|
+
*/
|
2225
|
+
credentialArn: CredentialArn;
|
2226
|
+
}
|
2227
|
+
export interface UpdatePullThroughCacheRuleResponse {
|
2228
|
+
/**
|
2229
|
+
* The Amazon ECR repository prefix associated with the pull through cache rule.
|
2230
|
+
*/
|
2231
|
+
ecrRepositoryPrefix?: PullThroughCacheRuleRepositoryPrefix;
|
2232
|
+
/**
|
2233
|
+
* The registry ID associated with the request.
|
2234
|
+
*/
|
2235
|
+
registryId?: RegistryId;
|
2236
|
+
/**
|
2237
|
+
* The date and time, in JavaScript date format, when the pull through cache rule was updated.
|
2238
|
+
*/
|
2239
|
+
updatedAt?: UpdatedTimestamp;
|
2240
|
+
/**
|
2241
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
|
2242
|
+
*/
|
2243
|
+
credentialArn?: CredentialArn;
|
2244
|
+
}
|
2245
|
+
export type UpdatedTimestamp = Date;
|
2162
2246
|
export type UploadId = string;
|
2163
2247
|
export interface UploadLayerPartRequest {
|
2164
2248
|
/**
|
@@ -2204,7 +2288,44 @@ declare namespace ECR {
|
|
2204
2288
|
*/
|
2205
2289
|
lastByteReceived?: PartSize;
|
2206
2290
|
}
|
2291
|
+
export type UpstreamRegistry = "ecr-public"|"quay"|"k8s"|"docker-hub"|"github-container-registry"|"azure-container-registry"|string;
|
2207
2292
|
export type Url = string;
|
2293
|
+
export interface ValidatePullThroughCacheRuleRequest {
|
2294
|
+
/**
|
2295
|
+
* The repository name prefix associated with the pull through cache rule.
|
2296
|
+
*/
|
2297
|
+
ecrRepositoryPrefix: PullThroughCacheRuleRepositoryPrefix;
|
2298
|
+
/**
|
2299
|
+
* The registry ID associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.
|
2300
|
+
*/
|
2301
|
+
registryId?: RegistryId;
|
2302
|
+
}
|
2303
|
+
export interface ValidatePullThroughCacheRuleResponse {
|
2304
|
+
/**
|
2305
|
+
* The Amazon ECR repository prefix associated with the pull through cache rule.
|
2306
|
+
*/
|
2307
|
+
ecrRepositoryPrefix?: PullThroughCacheRuleRepositoryPrefix;
|
2308
|
+
/**
|
2309
|
+
* The registry ID associated with the request.
|
2310
|
+
*/
|
2311
|
+
registryId?: RegistryId;
|
2312
|
+
/**
|
2313
|
+
* The upstream registry URL associated with the pull through cache rule.
|
2314
|
+
*/
|
2315
|
+
upstreamRegistryUrl?: Url;
|
2316
|
+
/**
|
2317
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
|
2318
|
+
*/
|
2319
|
+
credentialArn?: CredentialArn;
|
2320
|
+
/**
|
2321
|
+
* Whether or not the pull through cache rule was validated. If true, Amazon ECR was able to reach the upstream registry and authentication was successful. If false, there was an issue and validation failed. The failure reason indicates the cause.
|
2322
|
+
*/
|
2323
|
+
isValid?: IsPTCRuleValid;
|
2324
|
+
/**
|
2325
|
+
* The reason the validation failed. For more details about possible causes and how to address them, see Using pull through cache rules in the Amazon Elastic Container Registry User Guide.
|
2326
|
+
*/
|
2327
|
+
failure?: PTCValidateFailure;
|
2328
|
+
}
|
2208
2329
|
export type Version = string;
|
2209
2330
|
export type VulnerabilityId = string;
|
2210
2331
|
export type VulnerabilitySourceUpdateTimestamp = Date;
|