@aws-sdk/client-ecr 3.52.0 → 3.54.1
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/CHANGELOG.md +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ECRServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +439 -3
- package/dist-cjs/protocols/Aws_json1_1.js +506 -1673
- package/dist-es/index.js +1 -0
- package/dist-es/models/ECRServiceException.js +12 -0
- package/dist-es/models/models_0.js +403 -1
- package/dist-es/protocols/Aws_json1_1.js +1013 -1772
- package/dist-types/ECR.d.ts +11 -6
- package/dist-types/ECRClient.d.ts +2 -2
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +1 -1
- package/dist-types/commands/GetDownloadUrlForLayerCommand.d.ts +1 -1
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +1 -1
- package/dist-types/commands/PutImageScanningConfigurationCommand.d.ts +6 -1
- package/dist-types/commands/UploadLayerPartCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ECRServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +231 -161
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ECRClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +153 -133
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +28 -28
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
10
10
|
import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
|
|
11
11
|
import { BatchGetImageCommandInput, BatchGetImageCommandOutput } from "./commands/BatchGetImageCommand";
|
|
@@ -57,7 +57,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
57
57
|
|
|
58
58
|
urlParser?: __UrlParser;
|
|
59
59
|
|
|
60
|
-
bodyLengthChecker?:
|
|
60
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
61
61
|
|
|
62
62
|
streamCollector?: __StreamCollector;
|
|
63
63
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ECRServiceException as __BaseException } from "./ECRServiceException";
|
|
2
3
|
export interface BatchCheckLayerAvailabilityRequest {
|
|
3
4
|
|
|
4
5
|
registryId?: string;
|
|
@@ -58,25 +59,25 @@ export declare namespace BatchCheckLayerAvailabilityResponse {
|
|
|
58
59
|
const filterSensitiveLog: (obj: BatchCheckLayerAvailabilityResponse) => any;
|
|
59
60
|
}
|
|
60
61
|
|
|
61
|
-
export
|
|
62
|
-
name: "InvalidParameterException";
|
|
63
|
-
$fault: "client";
|
|
62
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
63
|
+
readonly name: "InvalidParameterException";
|
|
64
|
+
readonly $fault: "client";
|
|
64
65
|
|
|
65
|
-
|
|
66
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
66
67
|
}
|
|
67
68
|
|
|
68
|
-
export
|
|
69
|
-
name: "RepositoryNotFoundException";
|
|
70
|
-
$fault: "client";
|
|
69
|
+
export declare class RepositoryNotFoundException extends __BaseException {
|
|
70
|
+
readonly name: "RepositoryNotFoundException";
|
|
71
|
+
readonly $fault: "client";
|
|
71
72
|
|
|
72
|
-
|
|
73
|
+
constructor(opts: __ExceptionOptionType<RepositoryNotFoundException, __BaseException>);
|
|
73
74
|
}
|
|
74
75
|
|
|
75
|
-
export
|
|
76
|
-
name: "ServerException";
|
|
77
|
-
$fault: "server";
|
|
76
|
+
export declare class ServerException extends __BaseException {
|
|
77
|
+
readonly name: "ServerException";
|
|
78
|
+
readonly $fault: "server";
|
|
78
79
|
|
|
79
|
-
|
|
80
|
+
constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
|
|
80
81
|
}
|
|
81
82
|
|
|
82
83
|
export interface ImageIdentifier {
|
|
@@ -246,10 +247,11 @@ export declare namespace BatchGetRepositoryScanningConfigurationResponse {
|
|
|
246
247
|
const filterSensitiveLog: (obj: BatchGetRepositoryScanningConfigurationResponse) => any;
|
|
247
248
|
}
|
|
248
249
|
|
|
249
|
-
export
|
|
250
|
-
name: "ValidationException";
|
|
251
|
-
$fault: "client";
|
|
252
|
-
|
|
250
|
+
export declare class ValidationException extends __BaseException {
|
|
251
|
+
readonly name: "ValidationException";
|
|
252
|
+
readonly $fault: "client";
|
|
253
|
+
|
|
254
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
253
255
|
}
|
|
254
256
|
export interface CompleteLayerUploadRequest {
|
|
255
257
|
|
|
@@ -280,47 +282,48 @@ export declare namespace CompleteLayerUploadResponse {
|
|
|
280
282
|
const filterSensitiveLog: (obj: CompleteLayerUploadResponse) => any;
|
|
281
283
|
}
|
|
282
284
|
|
|
283
|
-
export
|
|
284
|
-
name: "EmptyUploadException";
|
|
285
|
-
$fault: "client";
|
|
285
|
+
export declare class EmptyUploadException extends __BaseException {
|
|
286
|
+
readonly name: "EmptyUploadException";
|
|
287
|
+
readonly $fault: "client";
|
|
286
288
|
|
|
287
|
-
|
|
289
|
+
constructor(opts: __ExceptionOptionType<EmptyUploadException, __BaseException>);
|
|
288
290
|
}
|
|
289
291
|
|
|
290
|
-
export
|
|
291
|
-
name: "InvalidLayerException";
|
|
292
|
-
$fault: "client";
|
|
292
|
+
export declare class InvalidLayerException extends __BaseException {
|
|
293
|
+
readonly name: "InvalidLayerException";
|
|
294
|
+
readonly $fault: "client";
|
|
293
295
|
|
|
294
|
-
|
|
296
|
+
constructor(opts: __ExceptionOptionType<InvalidLayerException, __BaseException>);
|
|
295
297
|
}
|
|
296
298
|
|
|
297
|
-
export
|
|
298
|
-
name: "KmsException";
|
|
299
|
-
$fault: "client";
|
|
300
|
-
message?: string;
|
|
299
|
+
export declare class KmsException extends __BaseException {
|
|
300
|
+
readonly name: "KmsException";
|
|
301
|
+
readonly $fault: "client";
|
|
301
302
|
|
|
302
303
|
kmsError?: string;
|
|
304
|
+
|
|
305
|
+
constructor(opts: __ExceptionOptionType<KmsException, __BaseException>);
|
|
303
306
|
}
|
|
304
307
|
|
|
305
|
-
export
|
|
306
|
-
name: "LayerAlreadyExistsException";
|
|
307
|
-
$fault: "client";
|
|
308
|
+
export declare class LayerAlreadyExistsException extends __BaseException {
|
|
309
|
+
readonly name: "LayerAlreadyExistsException";
|
|
310
|
+
readonly $fault: "client";
|
|
308
311
|
|
|
309
|
-
|
|
312
|
+
constructor(opts: __ExceptionOptionType<LayerAlreadyExistsException, __BaseException>);
|
|
310
313
|
}
|
|
311
314
|
|
|
312
|
-
export
|
|
313
|
-
name: "LayerPartTooSmallException";
|
|
314
|
-
$fault: "client";
|
|
315
|
+
export declare class LayerPartTooSmallException extends __BaseException {
|
|
316
|
+
readonly name: "LayerPartTooSmallException";
|
|
317
|
+
readonly $fault: "client";
|
|
315
318
|
|
|
316
|
-
|
|
319
|
+
constructor(opts: __ExceptionOptionType<LayerPartTooSmallException, __BaseException>);
|
|
317
320
|
}
|
|
318
321
|
|
|
319
|
-
export
|
|
320
|
-
name: "UploadNotFoundException";
|
|
321
|
-
$fault: "client";
|
|
322
|
+
export declare class UploadNotFoundException extends __BaseException {
|
|
323
|
+
readonly name: "UploadNotFoundException";
|
|
324
|
+
readonly $fault: "client";
|
|
322
325
|
|
|
323
|
-
|
|
326
|
+
constructor(opts: __ExceptionOptionType<UploadNotFoundException, __BaseException>);
|
|
324
327
|
}
|
|
325
328
|
export interface CreatePullThroughCacheRuleRequest {
|
|
326
329
|
|
|
@@ -349,23 +352,25 @@ export declare namespace CreatePullThroughCacheRuleResponse {
|
|
|
349
352
|
const filterSensitiveLog: (obj: CreatePullThroughCacheRuleResponse) => any;
|
|
350
353
|
}
|
|
351
354
|
|
|
352
|
-
export
|
|
353
|
-
name: "LimitExceededException";
|
|
354
|
-
$fault: "client";
|
|
355
|
+
export declare class LimitExceededException extends __BaseException {
|
|
356
|
+
readonly name: "LimitExceededException";
|
|
357
|
+
readonly $fault: "client";
|
|
355
358
|
|
|
356
|
-
|
|
359
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
357
360
|
}
|
|
358
361
|
|
|
359
|
-
export
|
|
360
|
-
name: "PullThroughCacheRuleAlreadyExistsException";
|
|
361
|
-
$fault: "client";
|
|
362
|
-
|
|
362
|
+
export declare class PullThroughCacheRuleAlreadyExistsException extends __BaseException {
|
|
363
|
+
readonly name: "PullThroughCacheRuleAlreadyExistsException";
|
|
364
|
+
readonly $fault: "client";
|
|
365
|
+
|
|
366
|
+
constructor(opts: __ExceptionOptionType<PullThroughCacheRuleAlreadyExistsException, __BaseException>);
|
|
363
367
|
}
|
|
364
368
|
|
|
365
|
-
export
|
|
366
|
-
name: "UnsupportedUpstreamRegistryException";
|
|
367
|
-
$fault: "client";
|
|
368
|
-
|
|
369
|
+
export declare class UnsupportedUpstreamRegistryException extends __BaseException {
|
|
370
|
+
readonly name: "UnsupportedUpstreamRegistryException";
|
|
371
|
+
readonly $fault: "client";
|
|
372
|
+
|
|
373
|
+
constructor(opts: __ExceptionOptionType<UnsupportedUpstreamRegistryException, __BaseException>);
|
|
369
374
|
}
|
|
370
375
|
export declare enum EncryptionType {
|
|
371
376
|
AES256 = "AES256",
|
|
@@ -456,23 +461,25 @@ export declare namespace CreateRepositoryResponse {
|
|
|
456
461
|
const filterSensitiveLog: (obj: CreateRepositoryResponse) => any;
|
|
457
462
|
}
|
|
458
463
|
|
|
459
|
-
export
|
|
460
|
-
name: "InvalidTagParameterException";
|
|
461
|
-
$fault: "client";
|
|
462
|
-
|
|
464
|
+
export declare class InvalidTagParameterException extends __BaseException {
|
|
465
|
+
readonly name: "InvalidTagParameterException";
|
|
466
|
+
readonly $fault: "client";
|
|
467
|
+
|
|
468
|
+
constructor(opts: __ExceptionOptionType<InvalidTagParameterException, __BaseException>);
|
|
463
469
|
}
|
|
464
470
|
|
|
465
|
-
export
|
|
466
|
-
name: "RepositoryAlreadyExistsException";
|
|
467
|
-
$fault: "client";
|
|
471
|
+
export declare class RepositoryAlreadyExistsException extends __BaseException {
|
|
472
|
+
readonly name: "RepositoryAlreadyExistsException";
|
|
473
|
+
readonly $fault: "client";
|
|
468
474
|
|
|
469
|
-
|
|
475
|
+
constructor(opts: __ExceptionOptionType<RepositoryAlreadyExistsException, __BaseException>);
|
|
470
476
|
}
|
|
471
477
|
|
|
472
|
-
export
|
|
473
|
-
name: "TooManyTagsException";
|
|
474
|
-
$fault: "client";
|
|
475
|
-
|
|
478
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
479
|
+
readonly name: "TooManyTagsException";
|
|
480
|
+
readonly $fault: "client";
|
|
481
|
+
|
|
482
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
476
483
|
}
|
|
477
484
|
export interface DeleteLifecyclePolicyRequest {
|
|
478
485
|
|
|
@@ -499,10 +506,11 @@ export declare namespace DeleteLifecyclePolicyResponse {
|
|
|
499
506
|
const filterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
|
|
500
507
|
}
|
|
501
508
|
|
|
502
|
-
export
|
|
503
|
-
name: "LifecyclePolicyNotFoundException";
|
|
504
|
-
$fault: "client";
|
|
505
|
-
|
|
509
|
+
export declare class LifecyclePolicyNotFoundException extends __BaseException {
|
|
510
|
+
readonly name: "LifecyclePolicyNotFoundException";
|
|
511
|
+
readonly $fault: "client";
|
|
512
|
+
|
|
513
|
+
constructor(opts: __ExceptionOptionType<LifecyclePolicyNotFoundException, __BaseException>);
|
|
506
514
|
}
|
|
507
515
|
export interface DeletePullThroughCacheRuleRequest {
|
|
508
516
|
|
|
@@ -529,10 +537,11 @@ export declare namespace DeletePullThroughCacheRuleResponse {
|
|
|
529
537
|
const filterSensitiveLog: (obj: DeletePullThroughCacheRuleResponse) => any;
|
|
530
538
|
}
|
|
531
539
|
|
|
532
|
-
export
|
|
533
|
-
name: "PullThroughCacheRuleNotFoundException";
|
|
534
|
-
$fault: "client";
|
|
535
|
-
|
|
540
|
+
export declare class PullThroughCacheRuleNotFoundException extends __BaseException {
|
|
541
|
+
readonly name: "PullThroughCacheRuleNotFoundException";
|
|
542
|
+
readonly $fault: "client";
|
|
543
|
+
|
|
544
|
+
constructor(opts: __ExceptionOptionType<PullThroughCacheRuleNotFoundException, __BaseException>);
|
|
536
545
|
}
|
|
537
546
|
export interface DeleteRegistryPolicyRequest {
|
|
538
547
|
}
|
|
@@ -551,10 +560,11 @@ export declare namespace DeleteRegistryPolicyResponse {
|
|
|
551
560
|
const filterSensitiveLog: (obj: DeleteRegistryPolicyResponse) => any;
|
|
552
561
|
}
|
|
553
562
|
|
|
554
|
-
export
|
|
555
|
-
name: "RegistryPolicyNotFoundException";
|
|
556
|
-
$fault: "client";
|
|
557
|
-
|
|
563
|
+
export declare class RegistryPolicyNotFoundException extends __BaseException {
|
|
564
|
+
readonly name: "RegistryPolicyNotFoundException";
|
|
565
|
+
readonly $fault: "client";
|
|
566
|
+
|
|
567
|
+
constructor(opts: __ExceptionOptionType<RegistryPolicyNotFoundException, __BaseException>);
|
|
558
568
|
}
|
|
559
569
|
export interface DeleteRepositoryRequest {
|
|
560
570
|
|
|
@@ -577,11 +587,11 @@ export declare namespace DeleteRepositoryResponse {
|
|
|
577
587
|
const filterSensitiveLog: (obj: DeleteRepositoryResponse) => any;
|
|
578
588
|
}
|
|
579
589
|
|
|
580
|
-
export
|
|
581
|
-
name: "RepositoryNotEmptyException";
|
|
582
|
-
$fault: "client";
|
|
590
|
+
export declare class RepositoryNotEmptyException extends __BaseException {
|
|
591
|
+
readonly name: "RepositoryNotEmptyException";
|
|
592
|
+
readonly $fault: "client";
|
|
583
593
|
|
|
584
|
-
|
|
594
|
+
constructor(opts: __ExceptionOptionType<RepositoryNotEmptyException, __BaseException>);
|
|
585
595
|
}
|
|
586
596
|
export interface DeleteRepositoryPolicyRequest {
|
|
587
597
|
|
|
@@ -606,11 +616,11 @@ export declare namespace DeleteRepositoryPolicyResponse {
|
|
|
606
616
|
const filterSensitiveLog: (obj: DeleteRepositoryPolicyResponse) => any;
|
|
607
617
|
}
|
|
608
618
|
|
|
609
|
-
export
|
|
610
|
-
name: "RepositoryPolicyNotFoundException";
|
|
611
|
-
$fault: "client";
|
|
619
|
+
export declare class RepositoryPolicyNotFoundException extends __BaseException {
|
|
620
|
+
readonly name: "RepositoryPolicyNotFoundException";
|
|
621
|
+
readonly $fault: "client";
|
|
612
622
|
|
|
613
|
-
|
|
623
|
+
constructor(opts: __ExceptionOptionType<RepositoryPolicyNotFoundException, __BaseException>);
|
|
614
624
|
}
|
|
615
625
|
export interface DescribeImageReplicationStatusRequest {
|
|
616
626
|
|
|
@@ -657,10 +667,11 @@ export declare namespace DescribeImageReplicationStatusResponse {
|
|
|
657
667
|
const filterSensitiveLog: (obj: DescribeImageReplicationStatusResponse) => any;
|
|
658
668
|
}
|
|
659
669
|
|
|
660
|
-
export
|
|
661
|
-
name: "ImageNotFoundException";
|
|
662
|
-
$fault: "client";
|
|
663
|
-
|
|
670
|
+
export declare class ImageNotFoundException extends __BaseException {
|
|
671
|
+
readonly name: "ImageNotFoundException";
|
|
672
|
+
readonly $fault: "client";
|
|
673
|
+
|
|
674
|
+
constructor(opts: __ExceptionOptionType<ImageNotFoundException, __BaseException>);
|
|
664
675
|
}
|
|
665
676
|
export declare enum TagStatus {
|
|
666
677
|
ANY = "ANY",
|
|
@@ -760,6 +771,8 @@ export interface ImageDetail {
|
|
|
760
771
|
imageManifestMediaType?: string;
|
|
761
772
|
|
|
762
773
|
artifactMediaType?: string;
|
|
774
|
+
|
|
775
|
+
lastRecordedPullTime?: Date;
|
|
763
776
|
}
|
|
764
777
|
export declare namespace ImageDetail {
|
|
765
778
|
|
|
@@ -1065,10 +1078,11 @@ export declare namespace DescribeImageScanFindingsResponse {
|
|
|
1065
1078
|
const filterSensitiveLog: (obj: DescribeImageScanFindingsResponse) => any;
|
|
1066
1079
|
}
|
|
1067
1080
|
|
|
1068
|
-
export
|
|
1069
|
-
name: "ScanNotFoundException";
|
|
1070
|
-
$fault: "client";
|
|
1071
|
-
|
|
1081
|
+
export declare class ScanNotFoundException extends __BaseException {
|
|
1082
|
+
readonly name: "ScanNotFoundException";
|
|
1083
|
+
readonly $fault: "client";
|
|
1084
|
+
|
|
1085
|
+
constructor(opts: __ExceptionOptionType<ScanNotFoundException, __BaseException>);
|
|
1072
1086
|
}
|
|
1073
1087
|
export interface DescribePullThroughCacheRulesRequest {
|
|
1074
1088
|
|
|
@@ -1246,18 +1260,18 @@ export declare namespace GetDownloadUrlForLayerResponse {
|
|
|
1246
1260
|
const filterSensitiveLog: (obj: GetDownloadUrlForLayerResponse) => any;
|
|
1247
1261
|
}
|
|
1248
1262
|
|
|
1249
|
-
export
|
|
1250
|
-
name: "LayerInaccessibleException";
|
|
1251
|
-
$fault: "client";
|
|
1263
|
+
export declare class LayerInaccessibleException extends __BaseException {
|
|
1264
|
+
readonly name: "LayerInaccessibleException";
|
|
1265
|
+
readonly $fault: "client";
|
|
1252
1266
|
|
|
1253
|
-
|
|
1267
|
+
constructor(opts: __ExceptionOptionType<LayerInaccessibleException, __BaseException>);
|
|
1254
1268
|
}
|
|
1255
1269
|
|
|
1256
|
-
export
|
|
1257
|
-
name: "LayersNotFoundException";
|
|
1258
|
-
$fault: "client";
|
|
1270
|
+
export declare class LayersNotFoundException extends __BaseException {
|
|
1271
|
+
readonly name: "LayersNotFoundException";
|
|
1272
|
+
readonly $fault: "client";
|
|
1259
1273
|
|
|
1260
|
-
|
|
1274
|
+
constructor(opts: __ExceptionOptionType<LayersNotFoundException, __BaseException>);
|
|
1261
1275
|
}
|
|
1262
1276
|
export interface GetLifecyclePolicyRequest {
|
|
1263
1277
|
|
|
@@ -1375,10 +1389,11 @@ export declare namespace GetLifecyclePolicyPreviewResponse {
|
|
|
1375
1389
|
const filterSensitiveLog: (obj: GetLifecyclePolicyPreviewResponse) => any;
|
|
1376
1390
|
}
|
|
1377
1391
|
|
|
1378
|
-
export
|
|
1379
|
-
name: "LifecyclePolicyPreviewNotFoundException";
|
|
1380
|
-
$fault: "client";
|
|
1381
|
-
|
|
1392
|
+
export declare class LifecyclePolicyPreviewNotFoundException extends __BaseException {
|
|
1393
|
+
readonly name: "LifecyclePolicyPreviewNotFoundException";
|
|
1394
|
+
readonly $fault: "client";
|
|
1395
|
+
|
|
1396
|
+
constructor(opts: __ExceptionOptionType<LifecyclePolicyPreviewNotFoundException, __BaseException>);
|
|
1382
1397
|
}
|
|
1383
1398
|
export interface GetRegistryPolicyRequest {
|
|
1384
1399
|
}
|
|
@@ -1532,23 +1547,25 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
1532
1547
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1533
1548
|
}
|
|
1534
1549
|
|
|
1535
|
-
export
|
|
1536
|
-
name: "ImageAlreadyExistsException";
|
|
1537
|
-
$fault: "client";
|
|
1550
|
+
export declare class ImageAlreadyExistsException extends __BaseException {
|
|
1551
|
+
readonly name: "ImageAlreadyExistsException";
|
|
1552
|
+
readonly $fault: "client";
|
|
1538
1553
|
|
|
1539
|
-
|
|
1554
|
+
constructor(opts: __ExceptionOptionType<ImageAlreadyExistsException, __BaseException>);
|
|
1540
1555
|
}
|
|
1541
1556
|
|
|
1542
|
-
export
|
|
1543
|
-
name: "ImageDigestDoesNotMatchException";
|
|
1544
|
-
$fault: "client";
|
|
1545
|
-
|
|
1557
|
+
export declare class ImageDigestDoesNotMatchException extends __BaseException {
|
|
1558
|
+
readonly name: "ImageDigestDoesNotMatchException";
|
|
1559
|
+
readonly $fault: "client";
|
|
1560
|
+
|
|
1561
|
+
constructor(opts: __ExceptionOptionType<ImageDigestDoesNotMatchException, __BaseException>);
|
|
1546
1562
|
}
|
|
1547
1563
|
|
|
1548
|
-
export
|
|
1549
|
-
name: "ImageTagAlreadyExistsException";
|
|
1550
|
-
$fault: "client";
|
|
1551
|
-
|
|
1564
|
+
export declare class ImageTagAlreadyExistsException extends __BaseException {
|
|
1565
|
+
readonly name: "ImageTagAlreadyExistsException";
|
|
1566
|
+
readonly $fault: "client";
|
|
1567
|
+
|
|
1568
|
+
constructor(opts: __ExceptionOptionType<ImageTagAlreadyExistsException, __BaseException>);
|
|
1552
1569
|
}
|
|
1553
1570
|
export interface PutImageRequest {
|
|
1554
1571
|
|
|
@@ -1577,10 +1594,11 @@ export declare namespace PutImageResponse {
|
|
|
1577
1594
|
const filterSensitiveLog: (obj: PutImageResponse) => any;
|
|
1578
1595
|
}
|
|
1579
1596
|
|
|
1580
|
-
export
|
|
1581
|
-
name: "ReferencedImagesNotFoundException";
|
|
1582
|
-
$fault: "client";
|
|
1583
|
-
|
|
1597
|
+
export declare class ReferencedImagesNotFoundException extends __BaseException {
|
|
1598
|
+
readonly name: "ReferencedImagesNotFoundException";
|
|
1599
|
+
readonly $fault: "client";
|
|
1600
|
+
|
|
1601
|
+
constructor(opts: __ExceptionOptionType<ReferencedImagesNotFoundException, __BaseException>);
|
|
1584
1602
|
}
|
|
1585
1603
|
export interface PutImageScanningConfigurationRequest {
|
|
1586
1604
|
|
|
@@ -1759,16 +1777,18 @@ export declare namespace StartImageScanResponse {
|
|
|
1759
1777
|
const filterSensitiveLog: (obj: StartImageScanResponse) => any;
|
|
1760
1778
|
}
|
|
1761
1779
|
|
|
1762
|
-
export
|
|
1763
|
-
name: "UnsupportedImageTypeException";
|
|
1764
|
-
$fault: "client";
|
|
1765
|
-
|
|
1780
|
+
export declare class UnsupportedImageTypeException extends __BaseException {
|
|
1781
|
+
readonly name: "UnsupportedImageTypeException";
|
|
1782
|
+
readonly $fault: "client";
|
|
1783
|
+
|
|
1784
|
+
constructor(opts: __ExceptionOptionType<UnsupportedImageTypeException, __BaseException>);
|
|
1766
1785
|
}
|
|
1767
1786
|
|
|
1768
|
-
export
|
|
1769
|
-
name: "LifecyclePolicyPreviewInProgressException";
|
|
1770
|
-
$fault: "client";
|
|
1771
|
-
|
|
1787
|
+
export declare class LifecyclePolicyPreviewInProgressException extends __BaseException {
|
|
1788
|
+
readonly name: "LifecyclePolicyPreviewInProgressException";
|
|
1789
|
+
readonly $fault: "client";
|
|
1790
|
+
|
|
1791
|
+
constructor(opts: __ExceptionOptionType<LifecyclePolicyPreviewInProgressException, __BaseException>);
|
|
1772
1792
|
}
|
|
1773
1793
|
export interface StartLifecyclePolicyPreviewRequest {
|
|
1774
1794
|
|
|
@@ -1829,9 +1849,9 @@ export declare namespace UntagResourceResponse {
|
|
|
1829
1849
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1830
1850
|
}
|
|
1831
1851
|
|
|
1832
|
-
export
|
|
1833
|
-
name: "InvalidLayerPartException";
|
|
1834
|
-
$fault: "client";
|
|
1852
|
+
export declare class InvalidLayerPartException extends __BaseException {
|
|
1853
|
+
readonly name: "InvalidLayerPartException";
|
|
1854
|
+
readonly $fault: "client";
|
|
1835
1855
|
|
|
1836
1856
|
registryId?: string;
|
|
1837
1857
|
|
|
@@ -1841,7 +1861,7 @@ export interface InvalidLayerPartException extends __SmithyException, $MetadataB
|
|
|
1841
1861
|
|
|
1842
1862
|
lastValidByteReceived?: number;
|
|
1843
1863
|
|
|
1844
|
-
|
|
1864
|
+
constructor(opts: __ExceptionOptionType<InvalidLayerPartException, __BaseException>);
|
|
1845
1865
|
}
|
|
1846
1866
|
export interface UploadLayerPartRequest {
|
|
1847
1867
|
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.54.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,37 +18,37 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.54.1",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.54.1",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.54.1",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.54.1",
|
|
25
|
+
"@aws-sdk/hash-node": "3.54.1",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.54.1",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.54.1",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.54.1",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.54.1",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.54.1",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.54.1",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.54.1",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.54.1",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.54.1",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.54.1",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.54.1",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.54.1",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.54.1",
|
|
39
|
+
"@aws-sdk/types": "3.54.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.54.1",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.54.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.54.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.54.1",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.54.1",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.54.1",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.54.1",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
|
-
"@aws-sdk/util-waiter": "3.
|
|
51
|
+
"@aws-sdk/util-waiter": "3.54.1",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|