@aws-sdk/client-ecr 3.975.0 → 3.980.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 +78 -65
- package/dist-es/ECR.js +23 -1
- package/dist-types/ECR.d.ts +63 -1
- package/dist-types/ts3.4/ECR.d.ts +74 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -3296,74 +3296,10 @@ class ValidatePullThroughCacheRuleCommand extends smithyClient.Command
|
|
|
3296
3296
|
.build() {
|
|
3297
3297
|
}
|
|
3298
3298
|
|
|
3299
|
-
const
|
|
3300
|
-
BatchCheckLayerAvailabilityCommand,
|
|
3301
|
-
BatchDeleteImageCommand,
|
|
3302
|
-
BatchGetImageCommand,
|
|
3303
|
-
BatchGetRepositoryScanningConfigurationCommand,
|
|
3304
|
-
CompleteLayerUploadCommand,
|
|
3305
|
-
CreatePullThroughCacheRuleCommand,
|
|
3306
|
-
CreateRepositoryCommand,
|
|
3307
|
-
CreateRepositoryCreationTemplateCommand,
|
|
3308
|
-
DeleteLifecyclePolicyCommand,
|
|
3309
|
-
DeletePullThroughCacheRuleCommand,
|
|
3310
|
-
DeleteRegistryPolicyCommand,
|
|
3311
|
-
DeleteRepositoryCommand,
|
|
3312
|
-
DeleteRepositoryCreationTemplateCommand,
|
|
3313
|
-
DeleteRepositoryPolicyCommand,
|
|
3314
|
-
DeleteSigningConfigurationCommand,
|
|
3315
|
-
DeregisterPullTimeUpdateExclusionCommand,
|
|
3316
|
-
DescribeImageReplicationStatusCommand,
|
|
3317
|
-
DescribeImagesCommand,
|
|
3318
|
-
DescribeImageScanFindingsCommand,
|
|
3319
|
-
DescribeImageSigningStatusCommand,
|
|
3320
|
-
DescribePullThroughCacheRulesCommand,
|
|
3321
|
-
DescribeRegistryCommand,
|
|
3322
|
-
DescribeRepositoriesCommand,
|
|
3323
|
-
DescribeRepositoryCreationTemplatesCommand,
|
|
3324
|
-
GetAccountSettingCommand,
|
|
3325
|
-
GetAuthorizationTokenCommand,
|
|
3326
|
-
GetDownloadUrlForLayerCommand,
|
|
3327
|
-
GetLifecyclePolicyCommand,
|
|
3328
|
-
GetLifecyclePolicyPreviewCommand,
|
|
3329
|
-
GetRegistryPolicyCommand,
|
|
3330
|
-
GetRegistryScanningConfigurationCommand,
|
|
3331
|
-
GetRepositoryPolicyCommand,
|
|
3332
|
-
GetSigningConfigurationCommand,
|
|
3333
|
-
InitiateLayerUploadCommand,
|
|
3334
|
-
ListImageReferrersCommand,
|
|
3335
|
-
ListImagesCommand,
|
|
3336
|
-
ListPullTimeUpdateExclusionsCommand,
|
|
3337
|
-
ListTagsForResourceCommand,
|
|
3338
|
-
PutAccountSettingCommand,
|
|
3339
|
-
PutImageCommand,
|
|
3340
|
-
PutImageScanningConfigurationCommand,
|
|
3341
|
-
PutImageTagMutabilityCommand,
|
|
3342
|
-
PutLifecyclePolicyCommand,
|
|
3343
|
-
PutRegistryPolicyCommand,
|
|
3344
|
-
PutRegistryScanningConfigurationCommand,
|
|
3345
|
-
PutReplicationConfigurationCommand,
|
|
3346
|
-
PutSigningConfigurationCommand,
|
|
3347
|
-
RegisterPullTimeUpdateExclusionCommand,
|
|
3348
|
-
SetRepositoryPolicyCommand,
|
|
3349
|
-
StartImageScanCommand,
|
|
3350
|
-
StartLifecyclePolicyPreviewCommand,
|
|
3351
|
-
TagResourceCommand,
|
|
3352
|
-
UntagResourceCommand,
|
|
3353
|
-
UpdateImageStorageClassCommand,
|
|
3354
|
-
UpdatePullThroughCacheRuleCommand,
|
|
3355
|
-
UpdateRepositoryCreationTemplateCommand,
|
|
3356
|
-
UploadLayerPartCommand,
|
|
3357
|
-
ValidatePullThroughCacheRuleCommand,
|
|
3358
|
-
};
|
|
3359
|
-
class ECR extends ECRClient {
|
|
3360
|
-
}
|
|
3361
|
-
smithyClient.createAggregatedClient(commands, ECR);
|
|
3299
|
+
const paginateDescribeImageScanFindings = core.createPaginator(ECRClient, DescribeImageScanFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
3362
3300
|
|
|
3363
3301
|
const paginateDescribeImages = core.createPaginator(ECRClient, DescribeImagesCommand, "nextToken", "nextToken", "maxResults");
|
|
3364
3302
|
|
|
3365
|
-
const paginateDescribeImageScanFindings = core.createPaginator(ECRClient, DescribeImageScanFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
3366
|
-
|
|
3367
3303
|
const paginateDescribePullThroughCacheRules = core.createPaginator(ECRClient, DescribePullThroughCacheRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
3368
3304
|
|
|
3369
3305
|
const paginateDescribeRepositories = core.createPaginator(ECRClient, DescribeRepositoriesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -3452,6 +3388,83 @@ const waitUntilLifecyclePolicyPreviewComplete = async (params, input) => {
|
|
|
3452
3388
|
return utilWaiter.checkExceptions(result);
|
|
3453
3389
|
};
|
|
3454
3390
|
|
|
3391
|
+
const commands = {
|
|
3392
|
+
BatchCheckLayerAvailabilityCommand,
|
|
3393
|
+
BatchDeleteImageCommand,
|
|
3394
|
+
BatchGetImageCommand,
|
|
3395
|
+
BatchGetRepositoryScanningConfigurationCommand,
|
|
3396
|
+
CompleteLayerUploadCommand,
|
|
3397
|
+
CreatePullThroughCacheRuleCommand,
|
|
3398
|
+
CreateRepositoryCommand,
|
|
3399
|
+
CreateRepositoryCreationTemplateCommand,
|
|
3400
|
+
DeleteLifecyclePolicyCommand,
|
|
3401
|
+
DeletePullThroughCacheRuleCommand,
|
|
3402
|
+
DeleteRegistryPolicyCommand,
|
|
3403
|
+
DeleteRepositoryCommand,
|
|
3404
|
+
DeleteRepositoryCreationTemplateCommand,
|
|
3405
|
+
DeleteRepositoryPolicyCommand,
|
|
3406
|
+
DeleteSigningConfigurationCommand,
|
|
3407
|
+
DeregisterPullTimeUpdateExclusionCommand,
|
|
3408
|
+
DescribeImageReplicationStatusCommand,
|
|
3409
|
+
DescribeImagesCommand,
|
|
3410
|
+
DescribeImageScanFindingsCommand,
|
|
3411
|
+
DescribeImageSigningStatusCommand,
|
|
3412
|
+
DescribePullThroughCacheRulesCommand,
|
|
3413
|
+
DescribeRegistryCommand,
|
|
3414
|
+
DescribeRepositoriesCommand,
|
|
3415
|
+
DescribeRepositoryCreationTemplatesCommand,
|
|
3416
|
+
GetAccountSettingCommand,
|
|
3417
|
+
GetAuthorizationTokenCommand,
|
|
3418
|
+
GetDownloadUrlForLayerCommand,
|
|
3419
|
+
GetLifecyclePolicyCommand,
|
|
3420
|
+
GetLifecyclePolicyPreviewCommand,
|
|
3421
|
+
GetRegistryPolicyCommand,
|
|
3422
|
+
GetRegistryScanningConfigurationCommand,
|
|
3423
|
+
GetRepositoryPolicyCommand,
|
|
3424
|
+
GetSigningConfigurationCommand,
|
|
3425
|
+
InitiateLayerUploadCommand,
|
|
3426
|
+
ListImageReferrersCommand,
|
|
3427
|
+
ListImagesCommand,
|
|
3428
|
+
ListPullTimeUpdateExclusionsCommand,
|
|
3429
|
+
ListTagsForResourceCommand,
|
|
3430
|
+
PutAccountSettingCommand,
|
|
3431
|
+
PutImageCommand,
|
|
3432
|
+
PutImageScanningConfigurationCommand,
|
|
3433
|
+
PutImageTagMutabilityCommand,
|
|
3434
|
+
PutLifecyclePolicyCommand,
|
|
3435
|
+
PutRegistryPolicyCommand,
|
|
3436
|
+
PutRegistryScanningConfigurationCommand,
|
|
3437
|
+
PutReplicationConfigurationCommand,
|
|
3438
|
+
PutSigningConfigurationCommand,
|
|
3439
|
+
RegisterPullTimeUpdateExclusionCommand,
|
|
3440
|
+
SetRepositoryPolicyCommand,
|
|
3441
|
+
StartImageScanCommand,
|
|
3442
|
+
StartLifecyclePolicyPreviewCommand,
|
|
3443
|
+
TagResourceCommand,
|
|
3444
|
+
UntagResourceCommand,
|
|
3445
|
+
UpdateImageStorageClassCommand,
|
|
3446
|
+
UpdatePullThroughCacheRuleCommand,
|
|
3447
|
+
UpdateRepositoryCreationTemplateCommand,
|
|
3448
|
+
UploadLayerPartCommand,
|
|
3449
|
+
ValidatePullThroughCacheRuleCommand,
|
|
3450
|
+
};
|
|
3451
|
+
const paginators = {
|
|
3452
|
+
paginateDescribeImages,
|
|
3453
|
+
paginateDescribeImageScanFindings,
|
|
3454
|
+
paginateDescribePullThroughCacheRules,
|
|
3455
|
+
paginateDescribeRepositories,
|
|
3456
|
+
paginateDescribeRepositoryCreationTemplates,
|
|
3457
|
+
paginateGetLifecyclePolicyPreview,
|
|
3458
|
+
paginateListImages,
|
|
3459
|
+
};
|
|
3460
|
+
const waiters = {
|
|
3461
|
+
waitUntilImageScanComplete,
|
|
3462
|
+
waitUntilLifecyclePolicyPreviewComplete,
|
|
3463
|
+
};
|
|
3464
|
+
class ECR extends ECRClient {
|
|
3465
|
+
}
|
|
3466
|
+
smithyClient.createAggregatedClient(commands, ECR, { paginators, waiters });
|
|
3467
|
+
|
|
3455
3468
|
const LayerFailureCode = {
|
|
3456
3469
|
InvalidLayerDigest: "InvalidLayerDigest",
|
|
3457
3470
|
MissingLayerDigest: "MissingLayerDigest",
|
package/dist-es/ECR.js
CHANGED
|
@@ -58,6 +58,15 @@ import { UpdateRepositoryCreationTemplateCommand, } from "./commands/UpdateRepos
|
|
|
58
58
|
import { UploadLayerPartCommand, } from "./commands/UploadLayerPartCommand";
|
|
59
59
|
import { ValidatePullThroughCacheRuleCommand, } from "./commands/ValidatePullThroughCacheRuleCommand";
|
|
60
60
|
import { ECRClient } from "./ECRClient";
|
|
61
|
+
import { paginateDescribeImageScanFindings } from "./pagination/DescribeImageScanFindingsPaginator";
|
|
62
|
+
import { paginateDescribeImages } from "./pagination/DescribeImagesPaginator";
|
|
63
|
+
import { paginateDescribePullThroughCacheRules } from "./pagination/DescribePullThroughCacheRulesPaginator";
|
|
64
|
+
import { paginateDescribeRepositories } from "./pagination/DescribeRepositoriesPaginator";
|
|
65
|
+
import { paginateDescribeRepositoryCreationTemplates } from "./pagination/DescribeRepositoryCreationTemplatesPaginator";
|
|
66
|
+
import { paginateGetLifecyclePolicyPreview } from "./pagination/GetLifecyclePolicyPreviewPaginator";
|
|
67
|
+
import { paginateListImages } from "./pagination/ListImagesPaginator";
|
|
68
|
+
import { waitUntilImageScanComplete } from "./waiters/waitForImageScanComplete";
|
|
69
|
+
import { waitUntilLifecyclePolicyPreviewComplete } from "./waiters/waitForLifecyclePolicyPreviewComplete";
|
|
61
70
|
const commands = {
|
|
62
71
|
BatchCheckLayerAvailabilityCommand,
|
|
63
72
|
BatchDeleteImageCommand,
|
|
@@ -118,6 +127,19 @@ const commands = {
|
|
|
118
127
|
UploadLayerPartCommand,
|
|
119
128
|
ValidatePullThroughCacheRuleCommand,
|
|
120
129
|
};
|
|
130
|
+
const paginators = {
|
|
131
|
+
paginateDescribeImages,
|
|
132
|
+
paginateDescribeImageScanFindings,
|
|
133
|
+
paginateDescribePullThroughCacheRules,
|
|
134
|
+
paginateDescribeRepositories,
|
|
135
|
+
paginateDescribeRepositoryCreationTemplates,
|
|
136
|
+
paginateGetLifecyclePolicyPreview,
|
|
137
|
+
paginateListImages,
|
|
138
|
+
};
|
|
139
|
+
const waiters = {
|
|
140
|
+
waitUntilImageScanComplete,
|
|
141
|
+
waitUntilLifecyclePolicyPreviewComplete,
|
|
142
|
+
};
|
|
121
143
|
export class ECR extends ECRClient {
|
|
122
144
|
}
|
|
123
|
-
createAggregatedClient(commands, ECR);
|
|
145
|
+
createAggregatedClient(commands, ECR, { paginators, waiters });
|
package/dist-types/ECR.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
3
4
|
import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
|
|
4
5
|
import { BatchGetImageCommandInput, BatchGetImageCommandOutput } from "./commands/BatchGetImageCommand";
|
|
@@ -419,6 +420,67 @@ export interface ECR {
|
|
|
419
420
|
validatePullThroughCacheRule(args: ValidatePullThroughCacheRuleCommandInput, options?: __HttpHandlerOptions): Promise<ValidatePullThroughCacheRuleCommandOutput>;
|
|
420
421
|
validatePullThroughCacheRule(args: ValidatePullThroughCacheRuleCommandInput, cb: (err: any, data?: ValidatePullThroughCacheRuleCommandOutput) => void): void;
|
|
421
422
|
validatePullThroughCacheRule(args: ValidatePullThroughCacheRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidatePullThroughCacheRuleCommandOutput) => void): void;
|
|
423
|
+
/**
|
|
424
|
+
* @see {@link DescribeImagesCommand}
|
|
425
|
+
* @param args - command input.
|
|
426
|
+
* @param paginationConfig - optional pagination config.
|
|
427
|
+
* @returns AsyncIterable of {@link DescribeImagesCommandOutput}.
|
|
428
|
+
*/
|
|
429
|
+
paginateDescribeImages(args: DescribeImagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeImagesCommandOutput>;
|
|
430
|
+
/**
|
|
431
|
+
* @see {@link DescribeImageScanFindingsCommand}
|
|
432
|
+
* @param args - command input.
|
|
433
|
+
* @param paginationConfig - optional pagination config.
|
|
434
|
+
* @returns AsyncIterable of {@link DescribeImageScanFindingsCommandOutput}.
|
|
435
|
+
*/
|
|
436
|
+
paginateDescribeImageScanFindings(args: DescribeImageScanFindingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeImageScanFindingsCommandOutput>;
|
|
437
|
+
/**
|
|
438
|
+
* @see {@link DescribePullThroughCacheRulesCommand}
|
|
439
|
+
* @param args - command input.
|
|
440
|
+
* @param paginationConfig - optional pagination config.
|
|
441
|
+
* @returns AsyncIterable of {@link DescribePullThroughCacheRulesCommandOutput}.
|
|
442
|
+
*/
|
|
443
|
+
paginateDescribePullThroughCacheRules(args?: DescribePullThroughCacheRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribePullThroughCacheRulesCommandOutput>;
|
|
444
|
+
/**
|
|
445
|
+
* @see {@link DescribeRepositoriesCommand}
|
|
446
|
+
* @param args - command input.
|
|
447
|
+
* @param paginationConfig - optional pagination config.
|
|
448
|
+
* @returns AsyncIterable of {@link DescribeRepositoriesCommandOutput}.
|
|
449
|
+
*/
|
|
450
|
+
paginateDescribeRepositories(args?: DescribeRepositoriesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeRepositoriesCommandOutput>;
|
|
451
|
+
/**
|
|
452
|
+
* @see {@link DescribeRepositoryCreationTemplatesCommand}
|
|
453
|
+
* @param args - command input.
|
|
454
|
+
* @param paginationConfig - optional pagination config.
|
|
455
|
+
* @returns AsyncIterable of {@link DescribeRepositoryCreationTemplatesCommandOutput}.
|
|
456
|
+
*/
|
|
457
|
+
paginateDescribeRepositoryCreationTemplates(args?: DescribeRepositoryCreationTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeRepositoryCreationTemplatesCommandOutput>;
|
|
458
|
+
/**
|
|
459
|
+
* @see {@link GetLifecyclePolicyPreviewCommand}
|
|
460
|
+
* @param args - command input.
|
|
461
|
+
* @param paginationConfig - optional pagination config.
|
|
462
|
+
* @returns AsyncIterable of {@link GetLifecyclePolicyPreviewCommandOutput}.
|
|
463
|
+
*/
|
|
464
|
+
paginateGetLifecyclePolicyPreview(args: GetLifecyclePolicyPreviewCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetLifecyclePolicyPreviewCommandOutput>;
|
|
465
|
+
/**
|
|
466
|
+
* @see {@link ListImagesCommand}
|
|
467
|
+
* @param args - command input.
|
|
468
|
+
* @param paginationConfig - optional pagination config.
|
|
469
|
+
* @returns AsyncIterable of {@link ListImagesCommandOutput}.
|
|
470
|
+
*/
|
|
471
|
+
paginateListImages(args: ListImagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImagesCommandOutput>;
|
|
472
|
+
/**
|
|
473
|
+
* @see {@link DescribeImageScanFindingsCommand}
|
|
474
|
+
* @param args - command input.
|
|
475
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
476
|
+
*/
|
|
477
|
+
waitUntilImageScanComplete(args: DescribeImageScanFindingsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ECR>, "client">): Promise<WaiterResult>;
|
|
478
|
+
/**
|
|
479
|
+
* @see {@link GetLifecyclePolicyPreviewCommand}
|
|
480
|
+
* @param args - command input.
|
|
481
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
482
|
+
*/
|
|
483
|
+
waitUntilLifecyclePolicyPreviewComplete(args: GetLifecyclePolicyPreviewCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ECR>, "client">): Promise<WaiterResult>;
|
|
422
484
|
}
|
|
423
485
|
/**
|
|
424
486
|
* <fullname>Amazon Elastic Container Registry</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
BatchCheckLayerAvailabilityCommandInput,
|
|
4
10
|
BatchCheckLayerAvailabilityCommandOutput,
|
|
@@ -1017,5 +1023,72 @@ export interface ECR {
|
|
|
1017
1023
|
options: __HttpHandlerOptions,
|
|
1018
1024
|
cb: (err: any, data?: ValidatePullThroughCacheRuleCommandOutput) => void
|
|
1019
1025
|
): void;
|
|
1026
|
+
paginateDescribeImages(
|
|
1027
|
+
args: DescribeImagesCommandInput,
|
|
1028
|
+
paginationConfig?: Pick<
|
|
1029
|
+
PaginationConfiguration,
|
|
1030
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1031
|
+
>
|
|
1032
|
+
): Paginator<DescribeImagesCommandOutput>;
|
|
1033
|
+
paginateDescribeImageScanFindings(
|
|
1034
|
+
args: DescribeImageScanFindingsCommandInput,
|
|
1035
|
+
paginationConfig?: Pick<
|
|
1036
|
+
PaginationConfiguration,
|
|
1037
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1038
|
+
>
|
|
1039
|
+
): Paginator<DescribeImageScanFindingsCommandOutput>;
|
|
1040
|
+
paginateDescribePullThroughCacheRules(
|
|
1041
|
+
args?: DescribePullThroughCacheRulesCommandInput,
|
|
1042
|
+
paginationConfig?: Pick<
|
|
1043
|
+
PaginationConfiguration,
|
|
1044
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1045
|
+
>
|
|
1046
|
+
): Paginator<DescribePullThroughCacheRulesCommandOutput>;
|
|
1047
|
+
paginateDescribeRepositories(
|
|
1048
|
+
args?: DescribeRepositoriesCommandInput,
|
|
1049
|
+
paginationConfig?: Pick<
|
|
1050
|
+
PaginationConfiguration,
|
|
1051
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1052
|
+
>
|
|
1053
|
+
): Paginator<DescribeRepositoriesCommandOutput>;
|
|
1054
|
+
paginateDescribeRepositoryCreationTemplates(
|
|
1055
|
+
args?: DescribeRepositoryCreationTemplatesCommandInput,
|
|
1056
|
+
paginationConfig?: Pick<
|
|
1057
|
+
PaginationConfiguration,
|
|
1058
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1059
|
+
>
|
|
1060
|
+
): Paginator<DescribeRepositoryCreationTemplatesCommandOutput>;
|
|
1061
|
+
paginateGetLifecyclePolicyPreview(
|
|
1062
|
+
args: GetLifecyclePolicyPreviewCommandInput,
|
|
1063
|
+
paginationConfig?: Pick<
|
|
1064
|
+
PaginationConfiguration,
|
|
1065
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1066
|
+
>
|
|
1067
|
+
): Paginator<GetLifecyclePolicyPreviewCommandOutput>;
|
|
1068
|
+
paginateListImages(
|
|
1069
|
+
args: ListImagesCommandInput,
|
|
1070
|
+
paginationConfig?: Pick<
|
|
1071
|
+
PaginationConfiguration,
|
|
1072
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1073
|
+
>
|
|
1074
|
+
): Paginator<ListImagesCommandOutput>;
|
|
1075
|
+
waitUntilImageScanComplete(
|
|
1076
|
+
args: DescribeImageScanFindingsCommandInput,
|
|
1077
|
+
waiterConfig:
|
|
1078
|
+
| number
|
|
1079
|
+
| Pick<
|
|
1080
|
+
WaiterConfiguration<ECR>,
|
|
1081
|
+
Exclude<keyof WaiterConfiguration<ECR>, "client">
|
|
1082
|
+
>
|
|
1083
|
+
): Promise<WaiterResult>;
|
|
1084
|
+
waitUntilLifecyclePolicyPreviewComplete(
|
|
1085
|
+
args: GetLifecyclePolicyPreviewCommandInput,
|
|
1086
|
+
waiterConfig:
|
|
1087
|
+
| number
|
|
1088
|
+
| Pick<
|
|
1089
|
+
WaiterConfiguration<ECR>,
|
|
1090
|
+
Exclude<keyof WaiterConfiguration<ECR>, "client">
|
|
1091
|
+
>
|
|
1092
|
+
): Promise<WaiterResult>;
|
|
1020
1093
|
}
|
|
1021
1094
|
export declare class ECR extends ECRClient implements ECR {}
|
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.980.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 client-ecr",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.5",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|