@aws-sdk/client-ecr 3.935.0 → 3.938.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/README.md +32 -0
- package/dist-cjs/index.js +202 -0
- package/dist-es/ECR.js +8 -0
- package/dist-es/commands/DeleteSigningConfigurationCommand.js +16 -0
- package/dist-es/commands/DescribeImageSigningStatusCommand.js +16 -0
- package/dist-es/commands/GetSigningConfigurationCommand.js +16 -0
- package/dist-es/commands/PutSigningConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +8 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/schemas/schemas_0.js +124 -1
- package/dist-types/ECR.d.ts +30 -0
- package/dist-types/ECRClient.d.ts +6 -2
- package/dist-types/commands/DeleteSigningConfigurationCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageSigningStatusCommand.d.ts +113 -0
- package/dist-types/commands/GetSigningConfigurationCommand.d.ts +102 -0
- package/dist-types/commands/PutSigningConfigurationCommand.d.ts +116 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +24 -0
- package/dist-types/models/errors.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +226 -1
- package/dist-types/schemas/schemas_0.d.ts +20 -0
- package/dist-types/ts3.4/ECR.d.ts +70 -0
- package/dist-types/ts3.4/ECRClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DeleteSigningConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageSigningStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetSigningConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutSigningConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/errors.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +46 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +20 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -323,6 +323,14 @@ DeleteRepositoryPolicy
|
|
|
323
323
|
|
|
324
324
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/DeleteRepositoryPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DeleteRepositoryPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DeleteRepositoryPolicyCommandOutput/)
|
|
325
325
|
|
|
326
|
+
</details>
|
|
327
|
+
<details>
|
|
328
|
+
<summary>
|
|
329
|
+
DeleteSigningConfiguration
|
|
330
|
+
</summary>
|
|
331
|
+
|
|
332
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/DeleteSigningConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DeleteSigningConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DeleteSigningConfigurationCommandOutput/)
|
|
333
|
+
|
|
326
334
|
</details>
|
|
327
335
|
<details>
|
|
328
336
|
<summary>
|
|
@@ -355,6 +363,14 @@ DescribeImageScanFindings
|
|
|
355
363
|
|
|
356
364
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/DescribeImageScanFindingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DescribeImageScanFindingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DescribeImageScanFindingsCommandOutput/)
|
|
357
365
|
|
|
366
|
+
</details>
|
|
367
|
+
<details>
|
|
368
|
+
<summary>
|
|
369
|
+
DescribeImageSigningStatus
|
|
370
|
+
</summary>
|
|
371
|
+
|
|
372
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/DescribeImageSigningStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DescribeImageSigningStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/DescribeImageSigningStatusCommandOutput/)
|
|
373
|
+
|
|
358
374
|
</details>
|
|
359
375
|
<details>
|
|
360
376
|
<summary>
|
|
@@ -451,6 +467,14 @@ GetRepositoryPolicy
|
|
|
451
467
|
|
|
452
468
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/GetRepositoryPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/GetRepositoryPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/GetRepositoryPolicyCommandOutput/)
|
|
453
469
|
|
|
470
|
+
</details>
|
|
471
|
+
<details>
|
|
472
|
+
<summary>
|
|
473
|
+
GetSigningConfiguration
|
|
474
|
+
</summary>
|
|
475
|
+
|
|
476
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/GetSigningConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/GetSigningConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/GetSigningConfigurationCommandOutput/)
|
|
477
|
+
|
|
454
478
|
</details>
|
|
455
479
|
<details>
|
|
456
480
|
<summary>
|
|
@@ -555,6 +579,14 @@ PutReplicationConfiguration
|
|
|
555
579
|
|
|
556
580
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/PutReplicationConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/PutReplicationConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/PutReplicationConfigurationCommandOutput/)
|
|
557
581
|
|
|
582
|
+
</details>
|
|
583
|
+
<details>
|
|
584
|
+
<summary>
|
|
585
|
+
PutSigningConfiguration
|
|
586
|
+
</summary>
|
|
587
|
+
|
|
588
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecr/command/PutSigningConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/PutSigningConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecr/Interface/PutSigningConfigurationCommandOutput/)
|
|
589
|
+
|
|
558
590
|
</details>
|
|
559
591
|
<details>
|
|
560
592
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -444,6 +444,18 @@ let RepositoryPolicyNotFoundException$1 = class RepositoryPolicyNotFoundExceptio
|
|
|
444
444
|
Object.setPrototypeOf(this, RepositoryPolicyNotFoundException.prototype);
|
|
445
445
|
}
|
|
446
446
|
};
|
|
447
|
+
let SigningConfigurationNotFoundException$1 = class SigningConfigurationNotFoundException extends ECRServiceException$1 {
|
|
448
|
+
name = "SigningConfigurationNotFoundException";
|
|
449
|
+
$fault = "client";
|
|
450
|
+
constructor(opts) {
|
|
451
|
+
super({
|
|
452
|
+
name: "SigningConfigurationNotFoundException",
|
|
453
|
+
$fault: "client",
|
|
454
|
+
...opts,
|
|
455
|
+
});
|
|
456
|
+
Object.setPrototypeOf(this, SigningConfigurationNotFoundException.prototype);
|
|
457
|
+
}
|
|
458
|
+
};
|
|
447
459
|
let ExclusionNotFoundException$1 = class ExclusionNotFoundException extends ECRServiceException$1 {
|
|
448
460
|
name = "ExclusionNotFoundException";
|
|
449
461
|
$fault = "client";
|
|
@@ -714,6 +726,9 @@ const _DIRe = "DescribeImagesResponse";
|
|
|
714
726
|
const _DISF = "DescribeImageScanFindings";
|
|
715
727
|
const _DISFR = "DescribeImageScanFindingsRequest";
|
|
716
728
|
const _DISFRe = "DescribeImageScanFindingsResponse";
|
|
729
|
+
const _DISS = "DescribeImageSigningStatus";
|
|
730
|
+
const _DISSR = "DescribeImageSigningStatusRequest";
|
|
731
|
+
const _DISSRe = "DescribeImageSigningStatusResponse";
|
|
717
732
|
const _DLP = "DeleteLifecyclePolicy";
|
|
718
733
|
const _DLPR = "DeleteLifecyclePolicyRequest";
|
|
719
734
|
const _DLPRe = "DeleteLifecyclePolicyResponse";
|
|
@@ -747,6 +762,9 @@ const _DRRescr = "DescribeRepositoriesRequest";
|
|
|
747
762
|
const _DRRescri = "DescribeRepositoriesResponse";
|
|
748
763
|
const _DRe = "DescribeRegistry";
|
|
749
764
|
const _DRes = "DescribeRepositories";
|
|
765
|
+
const _DSC = "DeleteSigningConfiguration";
|
|
766
|
+
const _DSCR = "DeleteSigningConfigurationRequest";
|
|
767
|
+
const _DSCRe = "DeleteSigningConfigurationResponse";
|
|
750
768
|
const _EAEE = "ExclusionAlreadyExistsException";
|
|
751
769
|
const _EC = "EncryptionConfiguration";
|
|
752
770
|
const _ECFRCT = "EncryptionConfigurationForRepositoryCreationTemplate";
|
|
@@ -778,6 +796,9 @@ const _GRPe = "GetRepositoryPolicy";
|
|
|
778
796
|
const _GRSC = "GetRegistryScanningConfiguration";
|
|
779
797
|
const _GRSCR = "GetRegistryScanningConfigurationRequest";
|
|
780
798
|
const _GRSCRe = "GetRegistryScanningConfigurationResponse";
|
|
799
|
+
const _GSC = "GetSigningConfiguration";
|
|
800
|
+
const _GSCR = "GetSigningConfigurationRequest";
|
|
801
|
+
const _GSCRe = "GetSigningConfigurationResponse";
|
|
781
802
|
const _I = "Image";
|
|
782
803
|
const _IAE = "ImageArchivedException";
|
|
783
804
|
const _IAEE = "ImageAlreadyExistsException";
|
|
@@ -807,6 +828,8 @@ const _ISFL = "ImageScanFindingList";
|
|
|
807
828
|
const _ISFS = "ImageScanFindingsSummary";
|
|
808
829
|
const _ISFm = "ImageScanFindings";
|
|
809
830
|
const _ISS = "ImageScanStatus";
|
|
831
|
+
const _ISSL = "ImageSigningStatusList";
|
|
832
|
+
const _ISSm = "ImageSigningStatus";
|
|
810
833
|
const _ITAEE = "ImageTagAlreadyExistsException";
|
|
811
834
|
const _ITMEF = "ImageTagMutabilityExclusionFilter";
|
|
812
835
|
const _ITMEFm = "ImageTagMutabilityExclusionFilters";
|
|
@@ -868,6 +891,9 @@ const _PRPRu = "PutRegistryPolicyResponse";
|
|
|
868
891
|
const _PRSC = "PutRegistryScanningConfiguration";
|
|
869
892
|
const _PRSCR = "PutRegistryScanningConfigurationRequest";
|
|
870
893
|
const _PRSCRu = "PutRegistryScanningConfigurationResponse";
|
|
894
|
+
const _PSC = "PutSigningConfiguration";
|
|
895
|
+
const _PSCR = "PutSigningConfigurationRequest";
|
|
896
|
+
const _PSCRu = "PutSigningConfigurationResponse";
|
|
871
897
|
const _PTCR = "PullThroughCacheRule";
|
|
872
898
|
const _PTCRAEE = "PullThroughCacheRuleAlreadyExistsException";
|
|
873
899
|
const _PTCRL = "PullThroughCacheRuleList";
|
|
@@ -905,6 +931,8 @@ const _RSRL = "RegistryScanningRuleList";
|
|
|
905
931
|
const _Re = "Remediation";
|
|
906
932
|
const _Rep = "Repository";
|
|
907
933
|
const _Res = "Resource";
|
|
934
|
+
const _SC = "SigningConfiguration";
|
|
935
|
+
const _SCNFE = "SigningConfigurationNotFoundException";
|
|
908
936
|
const _SD = "ScoreDetails";
|
|
909
937
|
const _SE = "ServerException";
|
|
910
938
|
const _SI = "SubjectIdentifier";
|
|
@@ -916,8 +944,12 @@ const _SLPPR = "StartLifecyclePolicyPreviewRequest";
|
|
|
916
944
|
const _SLPPRt = "StartLifecyclePolicyPreviewResponse";
|
|
917
945
|
const _SNFE = "ScanNotFoundException";
|
|
918
946
|
const _SNFEe = "SecretNotFoundException";
|
|
947
|
+
const _SR = "SigningRule";
|
|
919
948
|
const _SRF = "ScanningRepositoryFilter";
|
|
920
949
|
const _SRFL = "ScanningRepositoryFilterList";
|
|
950
|
+
const _SRFLi = "SigningRepositoryFilterList";
|
|
951
|
+
const _SRFi = "SigningRepositoryFilter";
|
|
952
|
+
const _SRL = "SigningRuleList";
|
|
921
953
|
const _SRP = "SetRepositoryPolicy";
|
|
922
954
|
const _SRPR = "SetRepositoryPolicyRequest";
|
|
923
955
|
const _SRPRe = "SetRepositoryPolicyResponse";
|
|
@@ -1111,6 +1143,7 @@ const _ru = "rules";
|
|
|
1111
1143
|
const _s = "source";
|
|
1112
1144
|
const _sC = "scanningConfigurations";
|
|
1113
1145
|
const _sCc = "scanningConfiguration";
|
|
1146
|
+
const _sCi = "signingConfiguration";
|
|
1114
1147
|
const _sCt = "storageClass";
|
|
1115
1148
|
const _sD = "scoreDetails";
|
|
1116
1149
|
const _sF = "scanFrequency";
|
|
@@ -1118,7 +1151,9 @@ const _sI = "subjectId";
|
|
|
1118
1151
|
const _sLH = "sourceLayerHash";
|
|
1119
1152
|
const _sMD = "subjectManifestDigest";
|
|
1120
1153
|
const _sOP = "scanOnPush";
|
|
1154
|
+
const _sPA = "signingProfileArn";
|
|
1121
1155
|
const _sS = "scoreSource";
|
|
1156
|
+
const _sSi = "signingStatuses";
|
|
1122
1157
|
const _sT = "scanType";
|
|
1123
1158
|
const _sU = "sourceUrl";
|
|
1124
1159
|
const _sV = "scoringVector";
|
|
@@ -1350,6 +1385,15 @@ var DeleteRepositoryPolicyRequest = [3, n0, _DRPRel, 0, [_rI, _rN], [0, 0]];
|
|
|
1350
1385
|
var DeleteRepositoryPolicyResponse = [3, n0, _DRPRele, 0, [_rI, _rN, _pT], [0, 0, 0]];
|
|
1351
1386
|
var DeleteRepositoryRequest = [3, n0, _DRR, 0, [_rI, _rN, _fo], [0, 0, 2]];
|
|
1352
1387
|
var DeleteRepositoryResponse = [3, n0, _DRRe, 0, [_re], [() => Repository]];
|
|
1388
|
+
var DeleteSigningConfigurationRequest = [3, n0, _DSCR, 0, [], []];
|
|
1389
|
+
var DeleteSigningConfigurationResponse = [
|
|
1390
|
+
3,
|
|
1391
|
+
n0,
|
|
1392
|
+
_DSCRe,
|
|
1393
|
+
0,
|
|
1394
|
+
[_rI, _sCi],
|
|
1395
|
+
[0, () => SigningConfiguration],
|
|
1396
|
+
];
|
|
1353
1397
|
var DeregisterPullTimeUpdateExclusionRequest = [3, n0, _DPTUER, 0, [_pAr], [0]];
|
|
1354
1398
|
var DeregisterPullTimeUpdateExclusionResponse = [3, n0, _DPTUERe, 0, [_pAr], [0]];
|
|
1355
1399
|
var DescribeImageReplicationStatusRequest = [
|
|
@@ -1385,6 +1429,22 @@ var DescribeImageScanFindingsResponse = [
|
|
|
1385
1429
|
[0, 0, () => ImageIdentifier, () => ImageScanStatus, () => ImageScanFindings, 0],
|
|
1386
1430
|
];
|
|
1387
1431
|
var DescribeImagesFilter = [3, n0, _DIF, 0, [_tS, _iS], [0, 0]];
|
|
1432
|
+
var DescribeImageSigningStatusRequest = [
|
|
1433
|
+
3,
|
|
1434
|
+
n0,
|
|
1435
|
+
_DISSR,
|
|
1436
|
+
0,
|
|
1437
|
+
[_rN, _iIm, _rI],
|
|
1438
|
+
[0, () => ImageIdentifier, 0],
|
|
1439
|
+
];
|
|
1440
|
+
var DescribeImageSigningStatusResponse = [
|
|
1441
|
+
3,
|
|
1442
|
+
n0,
|
|
1443
|
+
_DISSRe,
|
|
1444
|
+
0,
|
|
1445
|
+
[_rN, _iIm, _rI, _sSi],
|
|
1446
|
+
[0, () => ImageIdentifier, 0, () => ImageSigningStatusList],
|
|
1447
|
+
];
|
|
1388
1448
|
var DescribeImagesRequest = [
|
|
1389
1449
|
3,
|
|
1390
1450
|
n0,
|
|
@@ -1563,6 +1623,15 @@ var GetRegistryScanningConfigurationResponse = [
|
|
|
1563
1623
|
];
|
|
1564
1624
|
var GetRepositoryPolicyRequest = [3, n0, _GRPRet, 0, [_rI, _rN], [0, 0]];
|
|
1565
1625
|
var GetRepositoryPolicyResponse = [3, n0, _GRPRete, 0, [_rI, _rN, _pT], [0, 0, 0]];
|
|
1626
|
+
var GetSigningConfigurationRequest = [3, n0, _GSCR, 0, [], []];
|
|
1627
|
+
var GetSigningConfigurationResponse = [
|
|
1628
|
+
3,
|
|
1629
|
+
n0,
|
|
1630
|
+
_GSCRe,
|
|
1631
|
+
0,
|
|
1632
|
+
[_rI, _sCi],
|
|
1633
|
+
[0, () => SigningConfiguration],
|
|
1634
|
+
];
|
|
1566
1635
|
var Image = [
|
|
1567
1636
|
3,
|
|
1568
1637
|
n0,
|
|
@@ -1653,6 +1722,7 @@ var ImageScanFindings = [
|
|
|
1653
1722
|
var ImageScanFindingsSummary = [3, n0, _ISFS, 0, [_iSCA, _vSUA, _fSC], [4, 4, 128 | 1]];
|
|
1654
1723
|
var ImageScanningConfiguration = [3, n0, _ISC, 0, [_sOP], [2]];
|
|
1655
1724
|
var ImageScanStatus = [3, n0, _ISS, 0, [_st, _d], [0, 0]];
|
|
1725
|
+
var ImageSigningStatus = [3, n0, _ISSm, 0, [_sPA, _fC, _fR, _st], [0, 0, 0, 0]];
|
|
1656
1726
|
var ImageStorageClassUpdateNotSupportedException = [
|
|
1657
1727
|
-3,
|
|
1658
1728
|
n0,
|
|
@@ -1996,6 +2066,22 @@ var PutReplicationConfigurationResponse = [
|
|
|
1996
2066
|
[_rC],
|
|
1997
2067
|
[() => ReplicationConfiguration],
|
|
1998
2068
|
];
|
|
2069
|
+
var PutSigningConfigurationRequest = [
|
|
2070
|
+
3,
|
|
2071
|
+
n0,
|
|
2072
|
+
_PSCR,
|
|
2073
|
+
0,
|
|
2074
|
+
[_sCi],
|
|
2075
|
+
[() => SigningConfiguration],
|
|
2076
|
+
];
|
|
2077
|
+
var PutSigningConfigurationResponse = [
|
|
2078
|
+
3,
|
|
2079
|
+
n0,
|
|
2080
|
+
_PSCRu,
|
|
2081
|
+
0,
|
|
2082
|
+
[_sCi],
|
|
2083
|
+
[() => SigningConfiguration],
|
|
2084
|
+
];
|
|
1999
2085
|
var Recommendation = [3, n0, _R, 0, [_ur, _te], [0, 0]];
|
|
2000
2086
|
var ReferencedImagesNotFoundException = [
|
|
2001
2087
|
-3,
|
|
@@ -2194,6 +2280,20 @@ var ServerException = [
|
|
|
2194
2280
|
schema.TypeRegistry.for(n0).registerError(ServerException, ServerException$1);
|
|
2195
2281
|
var SetRepositoryPolicyRequest = [3, n0, _SRPR, 0, [_rI, _rN, _pT, _fo], [0, 0, 0, 2]];
|
|
2196
2282
|
var SetRepositoryPolicyResponse = [3, n0, _SRPRe, 0, [_rI, _rN, _pT], [0, 0, 0]];
|
|
2283
|
+
var SigningConfiguration = [3, n0, _SC, 0, [_ru], [() => SigningRuleList]];
|
|
2284
|
+
var SigningConfigurationNotFoundException = [
|
|
2285
|
+
-3,
|
|
2286
|
+
n0,
|
|
2287
|
+
_SCNFE,
|
|
2288
|
+
{
|
|
2289
|
+
[_e]: _c,
|
|
2290
|
+
},
|
|
2291
|
+
[_m],
|
|
2292
|
+
[0],
|
|
2293
|
+
];
|
|
2294
|
+
schema.TypeRegistry.for(n0).registerError(SigningConfigurationNotFoundException, SigningConfigurationNotFoundException$1);
|
|
2295
|
+
var SigningRepositoryFilter = [3, n0, _SRFi, 0, [_fi, _fT], [0, 0]];
|
|
2296
|
+
var SigningRule = [3, n0, _SR, 0, [_sPA, _rF], [0, () => SigningRepositoryFilterList]];
|
|
2197
2297
|
var StartImageScanRequest = [
|
|
2198
2298
|
3,
|
|
2199
2299
|
n0,
|
|
@@ -2447,6 +2547,7 @@ var ImageList = [1, n0, _IL, 0, () => Image];
|
|
|
2447
2547
|
var ImageReferrerList = [1, n0, _IRL, 0, () => ImageReferrer];
|
|
2448
2548
|
var ImageReplicationStatusList = [1, n0, _IRSL, 0, () => ImageReplicationStatus];
|
|
2449
2549
|
var ImageScanFindingList = [1, n0, _ISFL, 0, () => ImageScanFinding];
|
|
2550
|
+
var ImageSigningStatusList = [1, n0, _ISSL, 0, () => ImageSigningStatus];
|
|
2450
2551
|
var ImageTagMutabilityExclusionFilters = [
|
|
2451
2552
|
1,
|
|
2452
2553
|
n0,
|
|
@@ -2480,6 +2581,8 @@ var RepositoryScanningConfigurationList = [
|
|
|
2480
2581
|
];
|
|
2481
2582
|
var ResourceList = [1, n0, _RLe, 0, () => Resource];
|
|
2482
2583
|
var ScanningRepositoryFilterList = [1, n0, _SRFL, 0, () => ScanningRepositoryFilter];
|
|
2584
|
+
var SigningRepositoryFilterList = [1, n0, _SRFLi, 0, () => SigningRepositoryFilter];
|
|
2585
|
+
var SigningRuleList = [1, n0, _SRL, 0, () => SigningRule];
|
|
2483
2586
|
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
2484
2587
|
var TransitioningImageTotalCounts = [1, n0, _TITCr, 0, () => TransitioningImageTotalCount];
|
|
2485
2588
|
var VulnerablePackagesList = [1, n0, _VPL, 0, () => VulnerablePackage];
|
|
@@ -2595,6 +2698,14 @@ var DeleteRepositoryPolicy = [
|
|
|
2595
2698
|
() => DeleteRepositoryPolicyRequest,
|
|
2596
2699
|
() => DeleteRepositoryPolicyResponse,
|
|
2597
2700
|
];
|
|
2701
|
+
var DeleteSigningConfiguration = [
|
|
2702
|
+
9,
|
|
2703
|
+
n0,
|
|
2704
|
+
_DSC,
|
|
2705
|
+
0,
|
|
2706
|
+
() => DeleteSigningConfigurationRequest,
|
|
2707
|
+
() => DeleteSigningConfigurationResponse,
|
|
2708
|
+
];
|
|
2598
2709
|
var DeregisterPullTimeUpdateExclusion = [
|
|
2599
2710
|
9,
|
|
2600
2711
|
n0,
|
|
@@ -2627,6 +2738,14 @@ var DescribeImageScanFindings = [
|
|
|
2627
2738
|
() => DescribeImageScanFindingsRequest,
|
|
2628
2739
|
() => DescribeImageScanFindingsResponse,
|
|
2629
2740
|
];
|
|
2741
|
+
var DescribeImageSigningStatus = [
|
|
2742
|
+
9,
|
|
2743
|
+
n0,
|
|
2744
|
+
_DISS,
|
|
2745
|
+
0,
|
|
2746
|
+
() => DescribeImageSigningStatusRequest,
|
|
2747
|
+
() => DescribeImageSigningStatusResponse,
|
|
2748
|
+
];
|
|
2630
2749
|
var DescribePullThroughCacheRules = [
|
|
2631
2750
|
9,
|
|
2632
2751
|
n0,
|
|
@@ -2723,6 +2842,14 @@ var GetRepositoryPolicy = [
|
|
|
2723
2842
|
() => GetRepositoryPolicyRequest,
|
|
2724
2843
|
() => GetRepositoryPolicyResponse,
|
|
2725
2844
|
];
|
|
2845
|
+
var GetSigningConfiguration = [
|
|
2846
|
+
9,
|
|
2847
|
+
n0,
|
|
2848
|
+
_GSC,
|
|
2849
|
+
0,
|
|
2850
|
+
() => GetSigningConfigurationRequest,
|
|
2851
|
+
() => GetSigningConfigurationResponse,
|
|
2852
|
+
];
|
|
2726
2853
|
var InitiateLayerUpload = [
|
|
2727
2854
|
9,
|
|
2728
2855
|
n0,
|
|
@@ -2813,6 +2940,14 @@ var PutReplicationConfiguration = [
|
|
|
2813
2940
|
() => PutReplicationConfigurationRequest,
|
|
2814
2941
|
() => PutReplicationConfigurationResponse,
|
|
2815
2942
|
];
|
|
2943
|
+
var PutSigningConfiguration = [
|
|
2944
|
+
9,
|
|
2945
|
+
n0,
|
|
2946
|
+
_PSC,
|
|
2947
|
+
0,
|
|
2948
|
+
() => PutSigningConfigurationRequest,
|
|
2949
|
+
() => PutSigningConfigurationResponse,
|
|
2950
|
+
];
|
|
2816
2951
|
var RegisterPullTimeUpdateExclusion = [
|
|
2817
2952
|
9,
|
|
2818
2953
|
n0,
|
|
@@ -3063,6 +3198,18 @@ class DeleteRepositoryPolicyCommand extends smithyClient.Command
|
|
|
3063
3198
|
.build() {
|
|
3064
3199
|
}
|
|
3065
3200
|
|
|
3201
|
+
class DeleteSigningConfigurationCommand extends smithyClient.Command
|
|
3202
|
+
.classBuilder()
|
|
3203
|
+
.ep(commonParams)
|
|
3204
|
+
.m(function (Command, cs, config, o) {
|
|
3205
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3206
|
+
})
|
|
3207
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteSigningConfiguration", {})
|
|
3208
|
+
.n("ECRClient", "DeleteSigningConfigurationCommand")
|
|
3209
|
+
.sc(DeleteSigningConfiguration)
|
|
3210
|
+
.build() {
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3066
3213
|
class DeregisterPullTimeUpdateExclusionCommand extends smithyClient.Command
|
|
3067
3214
|
.classBuilder()
|
|
3068
3215
|
.ep(commonParams)
|
|
@@ -3111,6 +3258,18 @@ class DescribeImagesCommand extends smithyClient.Command
|
|
|
3111
3258
|
.build() {
|
|
3112
3259
|
}
|
|
3113
3260
|
|
|
3261
|
+
class DescribeImageSigningStatusCommand extends smithyClient.Command
|
|
3262
|
+
.classBuilder()
|
|
3263
|
+
.ep(commonParams)
|
|
3264
|
+
.m(function (Command, cs, config, o) {
|
|
3265
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3266
|
+
})
|
|
3267
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageSigningStatus", {})
|
|
3268
|
+
.n("ECRClient", "DescribeImageSigningStatusCommand")
|
|
3269
|
+
.sc(DescribeImageSigningStatus)
|
|
3270
|
+
.build() {
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3114
3273
|
class DescribePullThroughCacheRulesCommand extends smithyClient.Command
|
|
3115
3274
|
.classBuilder()
|
|
3116
3275
|
.ep(commonParams)
|
|
@@ -3255,6 +3414,18 @@ class GetRepositoryPolicyCommand extends smithyClient.Command
|
|
|
3255
3414
|
.build() {
|
|
3256
3415
|
}
|
|
3257
3416
|
|
|
3417
|
+
class GetSigningConfigurationCommand extends smithyClient.Command
|
|
3418
|
+
.classBuilder()
|
|
3419
|
+
.ep(commonParams)
|
|
3420
|
+
.m(function (Command, cs, config, o) {
|
|
3421
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3422
|
+
})
|
|
3423
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "GetSigningConfiguration", {})
|
|
3424
|
+
.n("ECRClient", "GetSigningConfigurationCommand")
|
|
3425
|
+
.sc(GetSigningConfiguration)
|
|
3426
|
+
.build() {
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3258
3429
|
class InitiateLayerUploadCommand extends smithyClient.Command
|
|
3259
3430
|
.classBuilder()
|
|
3260
3431
|
.ep(commonParams)
|
|
@@ -3411,6 +3582,18 @@ class PutReplicationConfigurationCommand extends smithyClient.Command
|
|
|
3411
3582
|
.build() {
|
|
3412
3583
|
}
|
|
3413
3584
|
|
|
3585
|
+
class PutSigningConfigurationCommand extends smithyClient.Command
|
|
3586
|
+
.classBuilder()
|
|
3587
|
+
.ep(commonParams)
|
|
3588
|
+
.m(function (Command, cs, config, o) {
|
|
3589
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3590
|
+
})
|
|
3591
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "PutSigningConfiguration", {})
|
|
3592
|
+
.n("ECRClient", "PutSigningConfigurationCommand")
|
|
3593
|
+
.sc(PutSigningConfiguration)
|
|
3594
|
+
.build() {
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3414
3597
|
class RegisterPullTimeUpdateExclusionCommand extends smithyClient.Command
|
|
3415
3598
|
.classBuilder()
|
|
3416
3599
|
.ep(commonParams)
|
|
@@ -3558,10 +3741,12 @@ const commands = {
|
|
|
3558
3741
|
DeleteRepositoryCommand,
|
|
3559
3742
|
DeleteRepositoryCreationTemplateCommand,
|
|
3560
3743
|
DeleteRepositoryPolicyCommand,
|
|
3744
|
+
DeleteSigningConfigurationCommand,
|
|
3561
3745
|
DeregisterPullTimeUpdateExclusionCommand,
|
|
3562
3746
|
DescribeImageReplicationStatusCommand,
|
|
3563
3747
|
DescribeImagesCommand,
|
|
3564
3748
|
DescribeImageScanFindingsCommand,
|
|
3749
|
+
DescribeImageSigningStatusCommand,
|
|
3565
3750
|
DescribePullThroughCacheRulesCommand,
|
|
3566
3751
|
DescribeRegistryCommand,
|
|
3567
3752
|
DescribeRepositoriesCommand,
|
|
@@ -3574,6 +3759,7 @@ const commands = {
|
|
|
3574
3759
|
GetRegistryPolicyCommand,
|
|
3575
3760
|
GetRegistryScanningConfigurationCommand,
|
|
3576
3761
|
GetRepositoryPolicyCommand,
|
|
3762
|
+
GetSigningConfigurationCommand,
|
|
3577
3763
|
InitiateLayerUploadCommand,
|
|
3578
3764
|
ListImageReferrersCommand,
|
|
3579
3765
|
ListImagesCommand,
|
|
@@ -3587,6 +3773,7 @@ const commands = {
|
|
|
3587
3773
|
PutRegistryPolicyCommand,
|
|
3588
3774
|
PutRegistryScanningConfigurationCommand,
|
|
3589
3775
|
PutReplicationConfigurationCommand,
|
|
3776
|
+
PutSigningConfigurationCommand,
|
|
3590
3777
|
RegisterPullTimeUpdateExclusionCommand,
|
|
3591
3778
|
SetRepositoryPolicyCommand,
|
|
3592
3779
|
StartImageScanCommand,
|
|
@@ -3756,6 +3943,9 @@ const RCTAppliedFor = {
|
|
|
3756
3943
|
PULL_THROUGH_CACHE: "PULL_THROUGH_CACHE",
|
|
3757
3944
|
REPLICATION: "REPLICATION",
|
|
3758
3945
|
};
|
|
3946
|
+
const SigningRepositoryFilterType = {
|
|
3947
|
+
WILDCARD_MATCH: "WILDCARD_MATCH",
|
|
3948
|
+
};
|
|
3759
3949
|
const ReplicationStatus = {
|
|
3760
3950
|
COMPLETE: "COMPLETE",
|
|
3761
3951
|
FAILED: "FAILED",
|
|
@@ -3797,6 +3987,11 @@ const ImageStatus = {
|
|
|
3797
3987
|
ACTIVE: "ACTIVE",
|
|
3798
3988
|
ARCHIVED: "ARCHIVED",
|
|
3799
3989
|
};
|
|
3990
|
+
const SigningStatus = {
|
|
3991
|
+
COMPLETE: "COMPLETE",
|
|
3992
|
+
FAILED: "FAILED",
|
|
3993
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
3994
|
+
};
|
|
3800
3995
|
const RepositoryFilterType = {
|
|
3801
3996
|
PREFIX_MATCH: "PREFIX_MATCH",
|
|
3802
3997
|
};
|
|
@@ -3862,9 +4057,11 @@ exports.DeleteRegistryPolicyCommand = DeleteRegistryPolicyCommand;
|
|
|
3862
4057
|
exports.DeleteRepositoryCommand = DeleteRepositoryCommand;
|
|
3863
4058
|
exports.DeleteRepositoryCreationTemplateCommand = DeleteRepositoryCreationTemplateCommand;
|
|
3864
4059
|
exports.DeleteRepositoryPolicyCommand = DeleteRepositoryPolicyCommand;
|
|
4060
|
+
exports.DeleteSigningConfigurationCommand = DeleteSigningConfigurationCommand;
|
|
3865
4061
|
exports.DeregisterPullTimeUpdateExclusionCommand = DeregisterPullTimeUpdateExclusionCommand;
|
|
3866
4062
|
exports.DescribeImageReplicationStatusCommand = DescribeImageReplicationStatusCommand;
|
|
3867
4063
|
exports.DescribeImageScanFindingsCommand = DescribeImageScanFindingsCommand;
|
|
4064
|
+
exports.DescribeImageSigningStatusCommand = DescribeImageSigningStatusCommand;
|
|
3868
4065
|
exports.DescribeImagesCommand = DescribeImagesCommand;
|
|
3869
4066
|
exports.DescribePullThroughCacheRulesCommand = DescribePullThroughCacheRulesCommand;
|
|
3870
4067
|
exports.DescribeRegistryCommand = DescribeRegistryCommand;
|
|
@@ -3886,6 +4083,7 @@ exports.GetLifecyclePolicyPreviewCommand = GetLifecyclePolicyPreviewCommand;
|
|
|
3886
4083
|
exports.GetRegistryPolicyCommand = GetRegistryPolicyCommand;
|
|
3887
4084
|
exports.GetRegistryScanningConfigurationCommand = GetRegistryScanningConfigurationCommand;
|
|
3888
4085
|
exports.GetRepositoryPolicyCommand = GetRepositoryPolicyCommand;
|
|
4086
|
+
exports.GetSigningConfigurationCommand = GetSigningConfigurationCommand;
|
|
3889
4087
|
exports.ImageActionType = ImageActionType;
|
|
3890
4088
|
exports.ImageAlreadyExistsException = ImageAlreadyExistsException$1;
|
|
3891
4089
|
exports.ImageArchivedException = ImageArchivedException$1;
|
|
@@ -3931,6 +4129,7 @@ exports.PutLifecyclePolicyCommand = PutLifecyclePolicyCommand;
|
|
|
3931
4129
|
exports.PutRegistryPolicyCommand = PutRegistryPolicyCommand;
|
|
3932
4130
|
exports.PutRegistryScanningConfigurationCommand = PutRegistryScanningConfigurationCommand;
|
|
3933
4131
|
exports.PutReplicationConfigurationCommand = PutReplicationConfigurationCommand;
|
|
4132
|
+
exports.PutSigningConfigurationCommand = PutSigningConfigurationCommand;
|
|
3934
4133
|
exports.RCTAppliedFor = RCTAppliedFor;
|
|
3935
4134
|
exports.ReferencedImagesNotFoundException = ReferencedImagesNotFoundException$1;
|
|
3936
4135
|
exports.RegisterPullTimeUpdateExclusionCommand = RegisterPullTimeUpdateExclusionCommand;
|
|
@@ -3950,6 +4149,9 @@ exports.ScanningRepositoryFilterType = ScanningRepositoryFilterType;
|
|
|
3950
4149
|
exports.SecretNotFoundException = SecretNotFoundException$1;
|
|
3951
4150
|
exports.ServerException = ServerException$1;
|
|
3952
4151
|
exports.SetRepositoryPolicyCommand = SetRepositoryPolicyCommand;
|
|
4152
|
+
exports.SigningConfigurationNotFoundException = SigningConfigurationNotFoundException$1;
|
|
4153
|
+
exports.SigningRepositoryFilterType = SigningRepositoryFilterType;
|
|
4154
|
+
exports.SigningStatus = SigningStatus;
|
|
3953
4155
|
exports.StartImageScanCommand = StartImageScanCommand;
|
|
3954
4156
|
exports.StartLifecyclePolicyPreviewCommand = StartLifecyclePolicyPreviewCommand;
|
|
3955
4157
|
exports.TagResourceCommand = TagResourceCommand;
|
package/dist-es/ECR.js
CHANGED
|
@@ -13,10 +13,12 @@ import { DeleteRegistryPolicyCommand, } from "./commands/DeleteRegistryPolicyCom
|
|
|
13
13
|
import { DeleteRepositoryCommand, } from "./commands/DeleteRepositoryCommand";
|
|
14
14
|
import { DeleteRepositoryCreationTemplateCommand, } from "./commands/DeleteRepositoryCreationTemplateCommand";
|
|
15
15
|
import { DeleteRepositoryPolicyCommand, } from "./commands/DeleteRepositoryPolicyCommand";
|
|
16
|
+
import { DeleteSigningConfigurationCommand, } from "./commands/DeleteSigningConfigurationCommand";
|
|
16
17
|
import { DeregisterPullTimeUpdateExclusionCommand, } from "./commands/DeregisterPullTimeUpdateExclusionCommand";
|
|
17
18
|
import { DescribeImageReplicationStatusCommand, } from "./commands/DescribeImageReplicationStatusCommand";
|
|
18
19
|
import { DescribeImageScanFindingsCommand, } from "./commands/DescribeImageScanFindingsCommand";
|
|
19
20
|
import { DescribeImagesCommand, } from "./commands/DescribeImagesCommand";
|
|
21
|
+
import { DescribeImageSigningStatusCommand, } from "./commands/DescribeImageSigningStatusCommand";
|
|
20
22
|
import { DescribePullThroughCacheRulesCommand, } from "./commands/DescribePullThroughCacheRulesCommand";
|
|
21
23
|
import { DescribeRegistryCommand, } from "./commands/DescribeRegistryCommand";
|
|
22
24
|
import { DescribeRepositoriesCommand, } from "./commands/DescribeRepositoriesCommand";
|
|
@@ -29,6 +31,7 @@ import { GetLifecyclePolicyPreviewCommand, } from "./commands/GetLifecyclePolicy
|
|
|
29
31
|
import { GetRegistryPolicyCommand, } from "./commands/GetRegistryPolicyCommand";
|
|
30
32
|
import { GetRegistryScanningConfigurationCommand, } from "./commands/GetRegistryScanningConfigurationCommand";
|
|
31
33
|
import { GetRepositoryPolicyCommand, } from "./commands/GetRepositoryPolicyCommand";
|
|
34
|
+
import { GetSigningConfigurationCommand, } from "./commands/GetSigningConfigurationCommand";
|
|
32
35
|
import { InitiateLayerUploadCommand, } from "./commands/InitiateLayerUploadCommand";
|
|
33
36
|
import { ListImageReferrersCommand, } from "./commands/ListImageReferrersCommand";
|
|
34
37
|
import { ListImagesCommand } from "./commands/ListImagesCommand";
|
|
@@ -42,6 +45,7 @@ import { PutLifecyclePolicyCommand, } from "./commands/PutLifecyclePolicyCommand
|
|
|
42
45
|
import { PutRegistryPolicyCommand, } from "./commands/PutRegistryPolicyCommand";
|
|
43
46
|
import { PutRegistryScanningConfigurationCommand, } from "./commands/PutRegistryScanningConfigurationCommand";
|
|
44
47
|
import { PutReplicationConfigurationCommand, } from "./commands/PutReplicationConfigurationCommand";
|
|
48
|
+
import { PutSigningConfigurationCommand, } from "./commands/PutSigningConfigurationCommand";
|
|
45
49
|
import { RegisterPullTimeUpdateExclusionCommand, } from "./commands/RegisterPullTimeUpdateExclusionCommand";
|
|
46
50
|
import { SetRepositoryPolicyCommand, } from "./commands/SetRepositoryPolicyCommand";
|
|
47
51
|
import { StartImageScanCommand, } from "./commands/StartImageScanCommand";
|
|
@@ -69,10 +73,12 @@ const commands = {
|
|
|
69
73
|
DeleteRepositoryCommand,
|
|
70
74
|
DeleteRepositoryCreationTemplateCommand,
|
|
71
75
|
DeleteRepositoryPolicyCommand,
|
|
76
|
+
DeleteSigningConfigurationCommand,
|
|
72
77
|
DeregisterPullTimeUpdateExclusionCommand,
|
|
73
78
|
DescribeImageReplicationStatusCommand,
|
|
74
79
|
DescribeImagesCommand,
|
|
75
80
|
DescribeImageScanFindingsCommand,
|
|
81
|
+
DescribeImageSigningStatusCommand,
|
|
76
82
|
DescribePullThroughCacheRulesCommand,
|
|
77
83
|
DescribeRegistryCommand,
|
|
78
84
|
DescribeRepositoriesCommand,
|
|
@@ -85,6 +91,7 @@ const commands = {
|
|
|
85
91
|
GetRegistryPolicyCommand,
|
|
86
92
|
GetRegistryScanningConfigurationCommand,
|
|
87
93
|
GetRepositoryPolicyCommand,
|
|
94
|
+
GetSigningConfigurationCommand,
|
|
88
95
|
InitiateLayerUploadCommand,
|
|
89
96
|
ListImageReferrersCommand,
|
|
90
97
|
ListImagesCommand,
|
|
@@ -98,6 +105,7 @@ const commands = {
|
|
|
98
105
|
PutRegistryPolicyCommand,
|
|
99
106
|
PutRegistryScanningConfigurationCommand,
|
|
100
107
|
PutReplicationConfigurationCommand,
|
|
108
|
+
PutSigningConfigurationCommand,
|
|
101
109
|
RegisterPullTimeUpdateExclusionCommand,
|
|
102
110
|
SetRepositoryPolicyCommand,
|
|
103
111
|
StartImageScanCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteSigningConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteSigningConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteSigningConfiguration", {})
|
|
13
|
+
.n("ECRClient", "DeleteSigningConfigurationCommand")
|
|
14
|
+
.sc(DeleteSigningConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeImageSigningStatus } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeImageSigningStatusCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageSigningStatus", {})
|
|
13
|
+
.n("ECRClient", "DescribeImageSigningStatusCommand")
|
|
14
|
+
.sc(DescribeImageSigningStatus)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetSigningConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetSigningConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "GetSigningConfiguration", {})
|
|
13
|
+
.n("ECRClient", "GetSigningConfigurationCommand")
|
|
14
|
+
.sc(GetSigningConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { PutSigningConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class PutSigningConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2ContainerRegistry_V20150921", "PutSigningConfiguration", {})
|
|
13
|
+
.n("ECRClient", "PutSigningConfigurationCommand")
|
|
14
|
+
.sc(PutSigningConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -12,9 +12,11 @@ export * from "./DeleteRegistryPolicyCommand";
|
|
|
12
12
|
export * from "./DeleteRepositoryCommand";
|
|
13
13
|
export * from "./DeleteRepositoryCreationTemplateCommand";
|
|
14
14
|
export * from "./DeleteRepositoryPolicyCommand";
|
|
15
|
+
export * from "./DeleteSigningConfigurationCommand";
|
|
15
16
|
export * from "./DeregisterPullTimeUpdateExclusionCommand";
|
|
16
17
|
export * from "./DescribeImageReplicationStatusCommand";
|
|
17
18
|
export * from "./DescribeImageScanFindingsCommand";
|
|
19
|
+
export * from "./DescribeImageSigningStatusCommand";
|
|
18
20
|
export * from "./DescribeImagesCommand";
|
|
19
21
|
export * from "./DescribePullThroughCacheRulesCommand";
|
|
20
22
|
export * from "./DescribeRegistryCommand";
|
|
@@ -28,6 +30,7 @@ export * from "./GetLifecyclePolicyPreviewCommand";
|
|
|
28
30
|
export * from "./GetRegistryPolicyCommand";
|
|
29
31
|
export * from "./GetRegistryScanningConfigurationCommand";
|
|
30
32
|
export * from "./GetRepositoryPolicyCommand";
|
|
33
|
+
export * from "./GetSigningConfigurationCommand";
|
|
31
34
|
export * from "./InitiateLayerUploadCommand";
|
|
32
35
|
export * from "./ListImageReferrersCommand";
|
|
33
36
|
export * from "./ListImagesCommand";
|
|
@@ -41,6 +44,7 @@ export * from "./PutLifecyclePolicyCommand";
|
|
|
41
44
|
export * from "./PutRegistryPolicyCommand";
|
|
42
45
|
export * from "./PutRegistryScanningConfigurationCommand";
|
|
43
46
|
export * from "./PutReplicationConfigurationCommand";
|
|
47
|
+
export * from "./PutSigningConfigurationCommand";
|
|
44
48
|
export * from "./RegisterPullTimeUpdateExclusionCommand";
|
|
45
49
|
export * from "./SetRepositoryPolicyCommand";
|
|
46
50
|
export * from "./StartImageScanCommand";
|