@aws-sdk/client-ecr-public 3.45.0 → 3.47.2
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 +44 -0
- package/dist-cjs/models/models_0.js +2 -140
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/models/models_0.js +0 -92
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ECRPUBLICClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -138
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ECRPUBLICClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -128,12 +128,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
128
128
|
$fault: "client";
|
|
129
129
|
message?: string;
|
|
130
130
|
}
|
|
131
|
-
export declare namespace InvalidParameterException {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
136
|
-
}
|
|
137
131
|
/**
|
|
138
132
|
* <p>The registry does not exist.</p>
|
|
139
133
|
*/
|
|
@@ -142,12 +136,6 @@ export interface RegistryNotFoundException extends __SmithyException, $MetadataB
|
|
|
142
136
|
$fault: "client";
|
|
143
137
|
message?: string;
|
|
144
138
|
}
|
|
145
|
-
export declare namespace RegistryNotFoundException {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
const filterSensitiveLog: (obj: RegistryNotFoundException) => any;
|
|
150
|
-
}
|
|
151
139
|
/**
|
|
152
140
|
* <p>The specified repository could not be found. Check the spelling of the specified
|
|
153
141
|
* repository and ensure that you are performing operations on the correct registry.</p>
|
|
@@ -157,12 +145,6 @@ export interface RepositoryNotFoundException extends __SmithyException, $Metadat
|
|
|
157
145
|
$fault: "client";
|
|
158
146
|
message?: string;
|
|
159
147
|
}
|
|
160
|
-
export declare namespace RepositoryNotFoundException {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
const filterSensitiveLog: (obj: RepositoryNotFoundException) => any;
|
|
165
|
-
}
|
|
166
148
|
/**
|
|
167
149
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
168
150
|
*/
|
|
@@ -171,12 +153,6 @@ export interface ServerException extends __SmithyException, $MetadataBearer {
|
|
|
171
153
|
$fault: "server";
|
|
172
154
|
message?: string;
|
|
173
155
|
}
|
|
174
|
-
export declare namespace ServerException {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
const filterSensitiveLog: (obj: ServerException) => any;
|
|
179
|
-
}
|
|
180
156
|
/**
|
|
181
157
|
* <p>An object with identifying information for an Amazon ECR image.</p>
|
|
182
158
|
*/
|
|
@@ -326,12 +302,6 @@ export interface EmptyUploadException extends __SmithyException, $MetadataBearer
|
|
|
326
302
|
$fault: "client";
|
|
327
303
|
message?: string;
|
|
328
304
|
}
|
|
329
|
-
export declare namespace EmptyUploadException {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
|
-
const filterSensitiveLog: (obj: EmptyUploadException) => any;
|
|
334
|
-
}
|
|
335
305
|
/**
|
|
336
306
|
* <p>The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not
|
|
337
307
|
* match the digest specified.</p>
|
|
@@ -341,12 +311,6 @@ export interface InvalidLayerException extends __SmithyException, $MetadataBeare
|
|
|
341
311
|
$fault: "client";
|
|
342
312
|
message?: string;
|
|
343
313
|
}
|
|
344
|
-
export declare namespace InvalidLayerException {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
const filterSensitiveLog: (obj: InvalidLayerException) => any;
|
|
349
|
-
}
|
|
350
314
|
/**
|
|
351
315
|
* <p>The image layer already exists in the associated repository.</p>
|
|
352
316
|
*/
|
|
@@ -355,12 +319,6 @@ export interface LayerAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
355
319
|
$fault: "client";
|
|
356
320
|
message?: string;
|
|
357
321
|
}
|
|
358
|
-
export declare namespace LayerAlreadyExistsException {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
const filterSensitiveLog: (obj: LayerAlreadyExistsException) => any;
|
|
363
|
-
}
|
|
364
322
|
/**
|
|
365
323
|
* <p>Layer parts must be at least 5 MiB in size.</p>
|
|
366
324
|
*/
|
|
@@ -369,12 +327,6 @@ export interface LayerPartTooSmallException extends __SmithyException, $Metadata
|
|
|
369
327
|
$fault: "client";
|
|
370
328
|
message?: string;
|
|
371
329
|
}
|
|
372
|
-
export declare namespace LayerPartTooSmallException {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
const filterSensitiveLog: (obj: LayerPartTooSmallException) => any;
|
|
377
|
-
}
|
|
378
330
|
/**
|
|
379
331
|
* <p>The action is not supported in this Region.</p>
|
|
380
332
|
*/
|
|
@@ -383,12 +335,6 @@ export interface UnsupportedCommandException extends __SmithyException, $Metadat
|
|
|
383
335
|
$fault: "client";
|
|
384
336
|
message?: string;
|
|
385
337
|
}
|
|
386
|
-
export declare namespace UnsupportedCommandException {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
|
-
const filterSensitiveLog: (obj: UnsupportedCommandException) => any;
|
|
391
|
-
}
|
|
392
338
|
/**
|
|
393
339
|
* <p>The upload could not be found, or the specified upload ID is not valid for this
|
|
394
340
|
* repository.</p>
|
|
@@ -398,12 +344,6 @@ export interface UploadNotFoundException extends __SmithyException, $MetadataBea
|
|
|
398
344
|
$fault: "client";
|
|
399
345
|
message?: string;
|
|
400
346
|
}
|
|
401
|
-
export declare namespace UploadNotFoundException {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
|
-
const filterSensitiveLog: (obj: UploadNotFoundException) => any;
|
|
406
|
-
}
|
|
407
347
|
/**
|
|
408
348
|
* <p>An object containing the catalog data for a repository. This data is publicly visible in
|
|
409
349
|
* the Amazon ECR Public Gallery.</p>
|
|
@@ -653,12 +593,6 @@ export interface InvalidTagParameterException extends __SmithyException, $Metada
|
|
|
653
593
|
$fault: "client";
|
|
654
594
|
message?: string;
|
|
655
595
|
}
|
|
656
|
-
export declare namespace InvalidTagParameterException {
|
|
657
|
-
/**
|
|
658
|
-
* @internal
|
|
659
|
-
*/
|
|
660
|
-
const filterSensitiveLog: (obj: InvalidTagParameterException) => any;
|
|
661
|
-
}
|
|
662
596
|
/**
|
|
663
597
|
* <p>The operation did not succeed because it would have exceeded a service limit for your
|
|
664
598
|
* account. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html">Amazon ECR Service Quotas</a> in the
|
|
@@ -669,12 +603,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
669
603
|
$fault: "client";
|
|
670
604
|
message?: string;
|
|
671
605
|
}
|
|
672
|
-
export declare namespace LimitExceededException {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
677
|
-
}
|
|
678
606
|
/**
|
|
679
607
|
* <p>The specified repository already exists in the specified registry.</p>
|
|
680
608
|
*/
|
|
@@ -683,12 +611,6 @@ export interface RepositoryAlreadyExistsException extends __SmithyException, $Me
|
|
|
683
611
|
$fault: "client";
|
|
684
612
|
message?: string;
|
|
685
613
|
}
|
|
686
|
-
export declare namespace RepositoryAlreadyExistsException {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
|
-
const filterSensitiveLog: (obj: RepositoryAlreadyExistsException) => any;
|
|
691
|
-
}
|
|
692
614
|
/**
|
|
693
615
|
* <p>The list of tags on the repository is over the limit. The maximum number of tags that
|
|
694
616
|
* can be applied to a repository is 50.</p>
|
|
@@ -698,12 +620,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
698
620
|
$fault: "client";
|
|
699
621
|
message?: string;
|
|
700
622
|
}
|
|
701
|
-
export declare namespace TooManyTagsException {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
706
|
-
}
|
|
707
623
|
export interface DeleteRepositoryRequest {
|
|
708
624
|
/**
|
|
709
625
|
* <p>The AWS account ID associated with the public registry that contains the repository to
|
|
@@ -746,12 +662,6 @@ export interface RepositoryNotEmptyException extends __SmithyException, $Metadat
|
|
|
746
662
|
$fault: "client";
|
|
747
663
|
message?: string;
|
|
748
664
|
}
|
|
749
|
-
export declare namespace RepositoryNotEmptyException {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
|
-
const filterSensitiveLog: (obj: RepositoryNotEmptyException) => any;
|
|
754
|
-
}
|
|
755
665
|
export interface DeleteRepositoryPolicyRequest {
|
|
756
666
|
/**
|
|
757
667
|
* <p>The AWS account ID associated with the public registry that contains the repository
|
|
@@ -799,12 +709,6 @@ export interface RepositoryPolicyNotFoundException extends __SmithyException, $M
|
|
|
799
709
|
$fault: "client";
|
|
800
710
|
message?: string;
|
|
801
711
|
}
|
|
802
|
-
export declare namespace RepositoryPolicyNotFoundException {
|
|
803
|
-
/**
|
|
804
|
-
* @internal
|
|
805
|
-
*/
|
|
806
|
-
const filterSensitiveLog: (obj: RepositoryPolicyNotFoundException) => any;
|
|
807
|
-
}
|
|
808
712
|
export interface DescribeImagesRequest {
|
|
809
713
|
/**
|
|
810
714
|
* <p>The AWS account ID associated with the public registry that contains the repository in
|
|
@@ -929,12 +833,6 @@ export interface ImageNotFoundException extends __SmithyException, $MetadataBear
|
|
|
929
833
|
$fault: "client";
|
|
930
834
|
message?: string;
|
|
931
835
|
}
|
|
932
|
-
export declare namespace ImageNotFoundException {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
|
-
const filterSensitiveLog: (obj: ImageNotFoundException) => any;
|
|
937
|
-
}
|
|
938
836
|
export interface DescribeImageTagsRequest {
|
|
939
837
|
/**
|
|
940
838
|
* <p>The AWS account ID associated with the public registry that contains the repository in
|
|
@@ -1411,12 +1309,6 @@ export interface ImageAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
1411
1309
|
$fault: "client";
|
|
1412
1310
|
message?: string;
|
|
1413
1311
|
}
|
|
1414
|
-
export declare namespace ImageAlreadyExistsException {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
const filterSensitiveLog: (obj: ImageAlreadyExistsException) => any;
|
|
1419
|
-
}
|
|
1420
1312
|
/**
|
|
1421
1313
|
* <p>The specified image digest does not match the digest that Amazon ECR calculated for the
|
|
1422
1314
|
* image.</p>
|
|
@@ -1426,12 +1318,6 @@ export interface ImageDigestDoesNotMatchException extends __SmithyException, $Me
|
|
|
1426
1318
|
$fault: "client";
|
|
1427
1319
|
message?: string;
|
|
1428
1320
|
}
|
|
1429
|
-
export declare namespace ImageDigestDoesNotMatchException {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
const filterSensitiveLog: (obj: ImageDigestDoesNotMatchException) => any;
|
|
1434
|
-
}
|
|
1435
1321
|
/**
|
|
1436
1322
|
* <p>The specified image is tagged with a tag that already exists. The repository is
|
|
1437
1323
|
* configured for tag immutability.</p>
|
|
@@ -1441,12 +1327,6 @@ export interface ImageTagAlreadyExistsException extends __SmithyException, $Meta
|
|
|
1441
1327
|
$fault: "client";
|
|
1442
1328
|
message?: string;
|
|
1443
1329
|
}
|
|
1444
|
-
export declare namespace ImageTagAlreadyExistsException {
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
*/
|
|
1448
|
-
const filterSensitiveLog: (obj: ImageTagAlreadyExistsException) => any;
|
|
1449
|
-
}
|
|
1450
1330
|
export interface InitiateLayerUploadRequest {
|
|
1451
1331
|
/**
|
|
1452
1332
|
* <p>The AWS account ID associated with the registry to which you intend to upload layers.
|
|
@@ -1505,12 +1385,6 @@ export interface InvalidLayerPartException extends __SmithyException, $MetadataB
|
|
|
1505
1385
|
lastValidByteReceived?: number;
|
|
1506
1386
|
message?: string;
|
|
1507
1387
|
}
|
|
1508
|
-
export declare namespace InvalidLayerPartException {
|
|
1509
|
-
/**
|
|
1510
|
-
* @internal
|
|
1511
|
-
*/
|
|
1512
|
-
const filterSensitiveLog: (obj: InvalidLayerPartException) => any;
|
|
1513
|
-
}
|
|
1514
1388
|
/**
|
|
1515
1389
|
* <p>The specified layers could not be found, or the specified layer is not valid for this
|
|
1516
1390
|
* repository.</p>
|
|
@@ -1520,12 +1394,6 @@ export interface LayersNotFoundException extends __SmithyException, $MetadataBea
|
|
|
1520
1394
|
$fault: "client";
|
|
1521
1395
|
message?: string;
|
|
1522
1396
|
}
|
|
1523
|
-
export declare namespace LayersNotFoundException {
|
|
1524
|
-
/**
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
1527
|
-
const filterSensitiveLog: (obj: LayersNotFoundException) => any;
|
|
1528
|
-
}
|
|
1529
1397
|
export interface ListTagsForResourceRequest {
|
|
1530
1398
|
/**
|
|
1531
1399
|
* <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the
|
|
@@ -1607,12 +1475,6 @@ export interface ReferencedImagesNotFoundException extends __SmithyException, $M
|
|
|
1607
1475
|
$fault: "client";
|
|
1608
1476
|
message?: string;
|
|
1609
1477
|
}
|
|
1610
|
-
export declare namespace ReferencedImagesNotFoundException {
|
|
1611
|
-
/**
|
|
1612
|
-
* @internal
|
|
1613
|
-
*/
|
|
1614
|
-
const filterSensitiveLog: (obj: ReferencedImagesNotFoundException) => any;
|
|
1615
|
-
}
|
|
1616
1478
|
export interface PutRegistryCatalogDataRequest {
|
|
1617
1479
|
/**
|
|
1618
1480
|
* <p>The display name for a public registry. The display name is shown as the repository
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ECRPUBLICClientConfig } from "./ECRPUBLICClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ECRPUBLICClientConfig } from "./ECRPUBLICClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
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";
|
|
9
9
|
import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
10
10
|
import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
|
|
@@ -74,6 +74,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
74
74
|
regionInfoProvider?: RegionInfoProvider;
|
|
75
75
|
|
|
76
76
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
77
|
+
|
|
78
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
77
79
|
}
|
|
78
80
|
declare type ECRPUBLICClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
79
81
|
|
|
@@ -74,40 +74,24 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
74
74
|
$fault: "client";
|
|
75
75
|
message?: string;
|
|
76
76
|
}
|
|
77
|
-
export declare namespace InvalidParameterException {
|
|
78
|
-
|
|
79
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
80
|
-
}
|
|
81
77
|
|
|
82
78
|
export interface RegistryNotFoundException extends __SmithyException, $MetadataBearer {
|
|
83
79
|
name: "RegistryNotFoundException";
|
|
84
80
|
$fault: "client";
|
|
85
81
|
message?: string;
|
|
86
82
|
}
|
|
87
|
-
export declare namespace RegistryNotFoundException {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: RegistryNotFoundException) => any;
|
|
90
|
-
}
|
|
91
83
|
|
|
92
84
|
export interface RepositoryNotFoundException extends __SmithyException, $MetadataBearer {
|
|
93
85
|
name: "RepositoryNotFoundException";
|
|
94
86
|
$fault: "client";
|
|
95
87
|
message?: string;
|
|
96
88
|
}
|
|
97
|
-
export declare namespace RepositoryNotFoundException {
|
|
98
|
-
|
|
99
|
-
const filterSensitiveLog: (obj: RepositoryNotFoundException) => any;
|
|
100
|
-
}
|
|
101
89
|
|
|
102
90
|
export interface ServerException extends __SmithyException, $MetadataBearer {
|
|
103
91
|
name: "ServerException";
|
|
104
92
|
$fault: "server";
|
|
105
93
|
message?: string;
|
|
106
94
|
}
|
|
107
|
-
export declare namespace ServerException {
|
|
108
|
-
|
|
109
|
-
const filterSensitiveLog: (obj: ServerException) => any;
|
|
110
|
-
}
|
|
111
95
|
|
|
112
96
|
export interface ImageIdentifier {
|
|
113
97
|
|
|
@@ -197,60 +181,36 @@ export interface EmptyUploadException extends __SmithyException, $MetadataBearer
|
|
|
197
181
|
$fault: "client";
|
|
198
182
|
message?: string;
|
|
199
183
|
}
|
|
200
|
-
export declare namespace EmptyUploadException {
|
|
201
|
-
|
|
202
|
-
const filterSensitiveLog: (obj: EmptyUploadException) => any;
|
|
203
|
-
}
|
|
204
184
|
|
|
205
185
|
export interface InvalidLayerException extends __SmithyException, $MetadataBearer {
|
|
206
186
|
name: "InvalidLayerException";
|
|
207
187
|
$fault: "client";
|
|
208
188
|
message?: string;
|
|
209
189
|
}
|
|
210
|
-
export declare namespace InvalidLayerException {
|
|
211
|
-
|
|
212
|
-
const filterSensitiveLog: (obj: InvalidLayerException) => any;
|
|
213
|
-
}
|
|
214
190
|
|
|
215
191
|
export interface LayerAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
216
192
|
name: "LayerAlreadyExistsException";
|
|
217
193
|
$fault: "client";
|
|
218
194
|
message?: string;
|
|
219
195
|
}
|
|
220
|
-
export declare namespace LayerAlreadyExistsException {
|
|
221
|
-
|
|
222
|
-
const filterSensitiveLog: (obj: LayerAlreadyExistsException) => any;
|
|
223
|
-
}
|
|
224
196
|
|
|
225
197
|
export interface LayerPartTooSmallException extends __SmithyException, $MetadataBearer {
|
|
226
198
|
name: "LayerPartTooSmallException";
|
|
227
199
|
$fault: "client";
|
|
228
200
|
message?: string;
|
|
229
201
|
}
|
|
230
|
-
export declare namespace LayerPartTooSmallException {
|
|
231
|
-
|
|
232
|
-
const filterSensitiveLog: (obj: LayerPartTooSmallException) => any;
|
|
233
|
-
}
|
|
234
202
|
|
|
235
203
|
export interface UnsupportedCommandException extends __SmithyException, $MetadataBearer {
|
|
236
204
|
name: "UnsupportedCommandException";
|
|
237
205
|
$fault: "client";
|
|
238
206
|
message?: string;
|
|
239
207
|
}
|
|
240
|
-
export declare namespace UnsupportedCommandException {
|
|
241
|
-
|
|
242
|
-
const filterSensitiveLog: (obj: UnsupportedCommandException) => any;
|
|
243
|
-
}
|
|
244
208
|
|
|
245
209
|
export interface UploadNotFoundException extends __SmithyException, $MetadataBearer {
|
|
246
210
|
name: "UploadNotFoundException";
|
|
247
211
|
$fault: "client";
|
|
248
212
|
message?: string;
|
|
249
213
|
}
|
|
250
|
-
export declare namespace UploadNotFoundException {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: UploadNotFoundException) => any;
|
|
253
|
-
}
|
|
254
214
|
|
|
255
215
|
export interface RepositoryCatalogDataInput {
|
|
256
216
|
|
|
@@ -347,40 +307,24 @@ export interface InvalidTagParameterException extends __SmithyException, $Metada
|
|
|
347
307
|
$fault: "client";
|
|
348
308
|
message?: string;
|
|
349
309
|
}
|
|
350
|
-
export declare namespace InvalidTagParameterException {
|
|
351
|
-
|
|
352
|
-
const filterSensitiveLog: (obj: InvalidTagParameterException) => any;
|
|
353
|
-
}
|
|
354
310
|
|
|
355
311
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
356
312
|
name: "LimitExceededException";
|
|
357
313
|
$fault: "client";
|
|
358
314
|
message?: string;
|
|
359
315
|
}
|
|
360
|
-
export declare namespace LimitExceededException {
|
|
361
|
-
|
|
362
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
363
|
-
}
|
|
364
316
|
|
|
365
317
|
export interface RepositoryAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
366
318
|
name: "RepositoryAlreadyExistsException";
|
|
367
319
|
$fault: "client";
|
|
368
320
|
message?: string;
|
|
369
321
|
}
|
|
370
|
-
export declare namespace RepositoryAlreadyExistsException {
|
|
371
|
-
|
|
372
|
-
const filterSensitiveLog: (obj: RepositoryAlreadyExistsException) => any;
|
|
373
|
-
}
|
|
374
322
|
|
|
375
323
|
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
376
324
|
name: "TooManyTagsException";
|
|
377
325
|
$fault: "client";
|
|
378
326
|
message?: string;
|
|
379
327
|
}
|
|
380
|
-
export declare namespace TooManyTagsException {
|
|
381
|
-
|
|
382
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
383
|
-
}
|
|
384
328
|
export interface DeleteRepositoryRequest {
|
|
385
329
|
|
|
386
330
|
registryId?: string;
|
|
@@ -407,10 +351,6 @@ export interface RepositoryNotEmptyException extends __SmithyException, $Metadat
|
|
|
407
351
|
$fault: "client";
|
|
408
352
|
message?: string;
|
|
409
353
|
}
|
|
410
|
-
export declare namespace RepositoryNotEmptyException {
|
|
411
|
-
|
|
412
|
-
const filterSensitiveLog: (obj: RepositoryNotEmptyException) => any;
|
|
413
|
-
}
|
|
414
354
|
export interface DeleteRepositoryPolicyRequest {
|
|
415
355
|
|
|
416
356
|
registryId?: string;
|
|
@@ -439,10 +379,6 @@ export interface RepositoryPolicyNotFoundException extends __SmithyException, $M
|
|
|
439
379
|
$fault: "client";
|
|
440
380
|
message?: string;
|
|
441
381
|
}
|
|
442
|
-
export declare namespace RepositoryPolicyNotFoundException {
|
|
443
|
-
|
|
444
|
-
const filterSensitiveLog: (obj: RepositoryPolicyNotFoundException) => any;
|
|
445
|
-
}
|
|
446
382
|
export interface DescribeImagesRequest {
|
|
447
383
|
|
|
448
384
|
registryId?: string;
|
|
@@ -498,10 +434,6 @@ export interface ImageNotFoundException extends __SmithyException, $MetadataBear
|
|
|
498
434
|
$fault: "client";
|
|
499
435
|
message?: string;
|
|
500
436
|
}
|
|
501
|
-
export declare namespace ImageNotFoundException {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: ImageNotFoundException) => any;
|
|
504
|
-
}
|
|
505
437
|
export interface DescribeImageTagsRequest {
|
|
506
438
|
|
|
507
439
|
registryId?: string;
|
|
@@ -737,30 +669,18 @@ export interface ImageAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
737
669
|
$fault: "client";
|
|
738
670
|
message?: string;
|
|
739
671
|
}
|
|
740
|
-
export declare namespace ImageAlreadyExistsException {
|
|
741
|
-
|
|
742
|
-
const filterSensitiveLog: (obj: ImageAlreadyExistsException) => any;
|
|
743
|
-
}
|
|
744
672
|
|
|
745
673
|
export interface ImageDigestDoesNotMatchException extends __SmithyException, $MetadataBearer {
|
|
746
674
|
name: "ImageDigestDoesNotMatchException";
|
|
747
675
|
$fault: "client";
|
|
748
676
|
message?: string;
|
|
749
677
|
}
|
|
750
|
-
export declare namespace ImageDigestDoesNotMatchException {
|
|
751
|
-
|
|
752
|
-
const filterSensitiveLog: (obj: ImageDigestDoesNotMatchException) => any;
|
|
753
|
-
}
|
|
754
678
|
|
|
755
679
|
export interface ImageTagAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
756
680
|
name: "ImageTagAlreadyExistsException";
|
|
757
681
|
$fault: "client";
|
|
758
682
|
message?: string;
|
|
759
683
|
}
|
|
760
|
-
export declare namespace ImageTagAlreadyExistsException {
|
|
761
|
-
|
|
762
|
-
const filterSensitiveLog: (obj: ImageTagAlreadyExistsException) => any;
|
|
763
|
-
}
|
|
764
684
|
export interface InitiateLayerUploadRequest {
|
|
765
685
|
|
|
766
686
|
registryId?: string;
|
|
@@ -795,20 +715,12 @@ export interface InvalidLayerPartException extends __SmithyException, $MetadataB
|
|
|
795
715
|
lastValidByteReceived?: number;
|
|
796
716
|
message?: string;
|
|
797
717
|
}
|
|
798
|
-
export declare namespace InvalidLayerPartException {
|
|
799
|
-
|
|
800
|
-
const filterSensitiveLog: (obj: InvalidLayerPartException) => any;
|
|
801
|
-
}
|
|
802
718
|
|
|
803
719
|
export interface LayersNotFoundException extends __SmithyException, $MetadataBearer {
|
|
804
720
|
name: "LayersNotFoundException";
|
|
805
721
|
$fault: "client";
|
|
806
722
|
message?: string;
|
|
807
723
|
}
|
|
808
|
-
export declare namespace LayersNotFoundException {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: LayersNotFoundException) => any;
|
|
811
|
-
}
|
|
812
724
|
export interface ListTagsForResourceRequest {
|
|
813
725
|
|
|
814
726
|
resourceArn: string | undefined;
|
|
@@ -857,10 +769,6 @@ export interface ReferencedImagesNotFoundException extends __SmithyException, $M
|
|
|
857
769
|
$fault: "client";
|
|
858
770
|
message?: string;
|
|
859
771
|
}
|
|
860
|
-
export declare namespace ReferencedImagesNotFoundException {
|
|
861
|
-
|
|
862
|
-
const filterSensitiveLog: (obj: ReferencedImagesNotFoundException) => any;
|
|
863
|
-
}
|
|
864
772
|
export interface PutRegistryCatalogDataRequest {
|
|
865
773
|
|
|
866
774
|
displayName?: string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ECRPUBLICClientConfig } from "./ECRPUBLICClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ECRPUBLICClientConfig } from "./ECRPUBLICClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|