@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
|
@@ -34,6 +34,8 @@ export declare var DeleteRepositoryPolicyRequest: StaticStructureSchema;
|
|
|
34
34
|
export declare var DeleteRepositoryPolicyResponse: StaticStructureSchema;
|
|
35
35
|
export declare var DeleteRepositoryRequest: StaticStructureSchema;
|
|
36
36
|
export declare var DeleteRepositoryResponse: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteSigningConfigurationRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteSigningConfigurationResponse: StaticStructureSchema;
|
|
37
39
|
export declare var DeregisterPullTimeUpdateExclusionRequest: StaticStructureSchema;
|
|
38
40
|
export declare var DeregisterPullTimeUpdateExclusionResponse: StaticStructureSchema;
|
|
39
41
|
export declare var DescribeImageReplicationStatusRequest: StaticStructureSchema;
|
|
@@ -41,6 +43,8 @@ export declare var DescribeImageReplicationStatusResponse: StaticStructureSchema
|
|
|
41
43
|
export declare var DescribeImageScanFindingsRequest: StaticStructureSchema;
|
|
42
44
|
export declare var DescribeImageScanFindingsResponse: StaticStructureSchema;
|
|
43
45
|
export declare var DescribeImagesFilter: StaticStructureSchema;
|
|
46
|
+
export declare var DescribeImageSigningStatusRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeImageSigningStatusResponse: StaticStructureSchema;
|
|
44
48
|
export declare var DescribeImagesRequest: StaticStructureSchema;
|
|
45
49
|
export declare var DescribeImagesResponse: StaticStructureSchema;
|
|
46
50
|
export declare var DescribePullThroughCacheRulesRequest: StaticStructureSchema;
|
|
@@ -73,6 +77,8 @@ export declare var GetRegistryScanningConfigurationRequest: StaticStructureSchem
|
|
|
73
77
|
export declare var GetRegistryScanningConfigurationResponse: StaticStructureSchema;
|
|
74
78
|
export declare var GetRepositoryPolicyRequest: StaticStructureSchema;
|
|
75
79
|
export declare var GetRepositoryPolicyResponse: StaticStructureSchema;
|
|
80
|
+
export declare var GetSigningConfigurationRequest: StaticStructureSchema;
|
|
81
|
+
export declare var GetSigningConfigurationResponse: StaticStructureSchema;
|
|
76
82
|
export declare var Image: StaticStructureSchema;
|
|
77
83
|
export declare var ImageAlreadyExistsException: StaticErrorSchema;
|
|
78
84
|
export declare var ImageArchivedException: StaticErrorSchema;
|
|
@@ -88,6 +94,7 @@ export declare var ImageScanFindings: StaticStructureSchema;
|
|
|
88
94
|
export declare var ImageScanFindingsSummary: StaticStructureSchema;
|
|
89
95
|
export declare var ImageScanningConfiguration: StaticStructureSchema;
|
|
90
96
|
export declare var ImageScanStatus: StaticStructureSchema;
|
|
97
|
+
export declare var ImageSigningStatus: StaticStructureSchema;
|
|
91
98
|
export declare var ImageStorageClassUpdateNotSupportedException: StaticErrorSchema;
|
|
92
99
|
export declare var ImageTagAlreadyExistsException: StaticErrorSchema;
|
|
93
100
|
export declare var ImageTagMutabilityExclusionFilter: StaticStructureSchema;
|
|
@@ -142,6 +149,8 @@ export declare var PutRegistryScanningConfigurationRequest: StaticStructureSchem
|
|
|
142
149
|
export declare var PutRegistryScanningConfigurationResponse: StaticStructureSchema;
|
|
143
150
|
export declare var PutReplicationConfigurationRequest: StaticStructureSchema;
|
|
144
151
|
export declare var PutReplicationConfigurationResponse: StaticStructureSchema;
|
|
152
|
+
export declare var PutSigningConfigurationRequest: StaticStructureSchema;
|
|
153
|
+
export declare var PutSigningConfigurationResponse: StaticStructureSchema;
|
|
145
154
|
export declare var Recommendation: StaticStructureSchema;
|
|
146
155
|
export declare var ReferencedImagesNotFoundException: StaticErrorSchema;
|
|
147
156
|
export declare var RegisterPullTimeUpdateExclusionRequest: StaticStructureSchema;
|
|
@@ -171,6 +180,10 @@ export declare var SecretNotFoundException: StaticErrorSchema;
|
|
|
171
180
|
export declare var ServerException: StaticErrorSchema;
|
|
172
181
|
export declare var SetRepositoryPolicyRequest: StaticStructureSchema;
|
|
173
182
|
export declare var SetRepositoryPolicyResponse: StaticStructureSchema;
|
|
183
|
+
export declare var SigningConfiguration: StaticStructureSchema;
|
|
184
|
+
export declare var SigningConfigurationNotFoundException: StaticErrorSchema;
|
|
185
|
+
export declare var SigningRepositoryFilter: StaticStructureSchema;
|
|
186
|
+
export declare var SigningRule: StaticStructureSchema;
|
|
174
187
|
export declare var StartImageScanRequest: StaticStructureSchema;
|
|
175
188
|
export declare var StartImageScanResponse: StaticStructureSchema;
|
|
176
189
|
export declare var StartLifecyclePolicyPreviewRequest: StaticStructureSchema;
|
|
@@ -221,6 +234,7 @@ export declare var ImageList: StaticListSchema;
|
|
|
221
234
|
export declare var ImageReferrerList: StaticListSchema;
|
|
222
235
|
export declare var ImageReplicationStatusList: StaticListSchema;
|
|
223
236
|
export declare var ImageScanFindingList: StaticListSchema;
|
|
237
|
+
export declare var ImageSigningStatusList: StaticListSchema;
|
|
224
238
|
export declare var ImageTagList: number;
|
|
225
239
|
export declare var ImageTagMutabilityExclusionFilters: StaticListSchema;
|
|
226
240
|
export declare var ImageTagsList: number;
|
|
@@ -248,6 +262,8 @@ export declare var RepositoryScanningConfigurationList: StaticListSchema;
|
|
|
248
262
|
export declare var ResourceList: StaticListSchema;
|
|
249
263
|
export declare var ScanningConfigurationRepositoryNameList: number;
|
|
250
264
|
export declare var ScanningRepositoryFilterList: StaticListSchema;
|
|
265
|
+
export declare var SigningRepositoryFilterList: StaticListSchema;
|
|
266
|
+
export declare var SigningRuleList: StaticListSchema;
|
|
251
267
|
export declare var TagKeyList: number;
|
|
252
268
|
export declare var TagList: StaticListSchema;
|
|
253
269
|
export declare var TransitioningImageTotalCounts: StaticListSchema;
|
|
@@ -269,10 +285,12 @@ export declare var DeleteRegistryPolicy: StaticOperationSchema;
|
|
|
269
285
|
export declare var DeleteRepository: StaticOperationSchema;
|
|
270
286
|
export declare var DeleteRepositoryCreationTemplate: StaticOperationSchema;
|
|
271
287
|
export declare var DeleteRepositoryPolicy: StaticOperationSchema;
|
|
288
|
+
export declare var DeleteSigningConfiguration: StaticOperationSchema;
|
|
272
289
|
export declare var DeregisterPullTimeUpdateExclusion: StaticOperationSchema;
|
|
273
290
|
export declare var DescribeImageReplicationStatus: StaticOperationSchema;
|
|
274
291
|
export declare var DescribeImages: StaticOperationSchema;
|
|
275
292
|
export declare var DescribeImageScanFindings: StaticOperationSchema;
|
|
293
|
+
export declare var DescribeImageSigningStatus: StaticOperationSchema;
|
|
276
294
|
export declare var DescribePullThroughCacheRules: StaticOperationSchema;
|
|
277
295
|
export declare var DescribeRegistry: StaticOperationSchema;
|
|
278
296
|
export declare var DescribeRepositories: StaticOperationSchema;
|
|
@@ -285,6 +303,7 @@ export declare var GetLifecyclePolicyPreview: StaticOperationSchema;
|
|
|
285
303
|
export declare var GetRegistryPolicy: StaticOperationSchema;
|
|
286
304
|
export declare var GetRegistryScanningConfiguration: StaticOperationSchema;
|
|
287
305
|
export declare var GetRepositoryPolicy: StaticOperationSchema;
|
|
306
|
+
export declare var GetSigningConfiguration: StaticOperationSchema;
|
|
288
307
|
export declare var InitiateLayerUpload: StaticOperationSchema;
|
|
289
308
|
export declare var ListImageReferrers: StaticOperationSchema;
|
|
290
309
|
export declare var ListImages: StaticOperationSchema;
|
|
@@ -298,6 +317,7 @@ export declare var PutLifecyclePolicy: StaticOperationSchema;
|
|
|
298
317
|
export declare var PutRegistryPolicy: StaticOperationSchema;
|
|
299
318
|
export declare var PutRegistryScanningConfiguration: StaticOperationSchema;
|
|
300
319
|
export declare var PutReplicationConfiguration: StaticOperationSchema;
|
|
320
|
+
export declare var PutSigningConfiguration: StaticOperationSchema;
|
|
301
321
|
export declare var RegisterPullTimeUpdateExclusion: StaticOperationSchema;
|
|
302
322
|
export declare var SetRepositoryPolicy: StaticOperationSchema;
|
|
303
323
|
export declare var StartImageScan: StaticOperationSchema;
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
DeleteRepositoryPolicyCommandInput,
|
|
56
56
|
DeleteRepositoryPolicyCommandOutput,
|
|
57
57
|
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteSigningConfigurationCommandInput,
|
|
60
|
+
DeleteSigningConfigurationCommandOutput,
|
|
61
|
+
} from "./commands/DeleteSigningConfigurationCommand";
|
|
58
62
|
import {
|
|
59
63
|
DeregisterPullTimeUpdateExclusionCommandInput,
|
|
60
64
|
DeregisterPullTimeUpdateExclusionCommandOutput,
|
|
@@ -71,6 +75,10 @@ import {
|
|
|
71
75
|
DescribeImagesCommandInput,
|
|
72
76
|
DescribeImagesCommandOutput,
|
|
73
77
|
} from "./commands/DescribeImagesCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeImageSigningStatusCommandInput,
|
|
80
|
+
DescribeImageSigningStatusCommandOutput,
|
|
81
|
+
} from "./commands/DescribeImageSigningStatusCommand";
|
|
74
82
|
import {
|
|
75
83
|
DescribePullThroughCacheRulesCommandInput,
|
|
76
84
|
DescribePullThroughCacheRulesCommandOutput,
|
|
@@ -119,6 +127,10 @@ import {
|
|
|
119
127
|
GetRepositoryPolicyCommandInput,
|
|
120
128
|
GetRepositoryPolicyCommandOutput,
|
|
121
129
|
} from "./commands/GetRepositoryPolicyCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetSigningConfigurationCommandInput,
|
|
132
|
+
GetSigningConfigurationCommandOutput,
|
|
133
|
+
} from "./commands/GetSigningConfigurationCommand";
|
|
122
134
|
import {
|
|
123
135
|
InitiateLayerUploadCommandInput,
|
|
124
136
|
InitiateLayerUploadCommandOutput,
|
|
@@ -171,6 +183,10 @@ import {
|
|
|
171
183
|
PutReplicationConfigurationCommandInput,
|
|
172
184
|
PutReplicationConfigurationCommandOutput,
|
|
173
185
|
} from "./commands/PutReplicationConfigurationCommand";
|
|
186
|
+
import {
|
|
187
|
+
PutSigningConfigurationCommandInput,
|
|
188
|
+
PutSigningConfigurationCommandOutput,
|
|
189
|
+
} from "./commands/PutSigningConfigurationCommand";
|
|
174
190
|
import {
|
|
175
191
|
RegisterPullTimeUpdateExclusionCommandInput,
|
|
176
192
|
RegisterPullTimeUpdateExclusionCommandOutput,
|
|
@@ -406,6 +422,20 @@ export interface ECR {
|
|
|
406
422
|
options: __HttpHandlerOptions,
|
|
407
423
|
cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
|
|
408
424
|
): void;
|
|
425
|
+
deleteSigningConfiguration(): Promise<DeleteSigningConfigurationCommandOutput>;
|
|
426
|
+
deleteSigningConfiguration(
|
|
427
|
+
args: DeleteSigningConfigurationCommandInput,
|
|
428
|
+
options?: __HttpHandlerOptions
|
|
429
|
+
): Promise<DeleteSigningConfigurationCommandOutput>;
|
|
430
|
+
deleteSigningConfiguration(
|
|
431
|
+
args: DeleteSigningConfigurationCommandInput,
|
|
432
|
+
cb: (err: any, data?: DeleteSigningConfigurationCommandOutput) => void
|
|
433
|
+
): void;
|
|
434
|
+
deleteSigningConfiguration(
|
|
435
|
+
args: DeleteSigningConfigurationCommandInput,
|
|
436
|
+
options: __HttpHandlerOptions,
|
|
437
|
+
cb: (err: any, data?: DeleteSigningConfigurationCommandOutput) => void
|
|
438
|
+
): void;
|
|
409
439
|
deregisterPullTimeUpdateExclusion(
|
|
410
440
|
args: DeregisterPullTimeUpdateExclusionCommandInput,
|
|
411
441
|
options?: __HttpHandlerOptions
|
|
@@ -464,6 +494,19 @@ export interface ECR {
|
|
|
464
494
|
options: __HttpHandlerOptions,
|
|
465
495
|
cb: (err: any, data?: DescribeImageScanFindingsCommandOutput) => void
|
|
466
496
|
): void;
|
|
497
|
+
describeImageSigningStatus(
|
|
498
|
+
args: DescribeImageSigningStatusCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<DescribeImageSigningStatusCommandOutput>;
|
|
501
|
+
describeImageSigningStatus(
|
|
502
|
+
args: DescribeImageSigningStatusCommandInput,
|
|
503
|
+
cb: (err: any, data?: DescribeImageSigningStatusCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
describeImageSigningStatus(
|
|
506
|
+
args: DescribeImageSigningStatusCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: DescribeImageSigningStatusCommandOutput) => void
|
|
509
|
+
): void;
|
|
467
510
|
describePullThroughCacheRules(): Promise<DescribePullThroughCacheRulesCommandOutput>;
|
|
468
511
|
describePullThroughCacheRules(
|
|
469
512
|
args: DescribePullThroughCacheRulesCommandInput,
|
|
@@ -633,6 +676,20 @@ export interface ECR {
|
|
|
633
676
|
options: __HttpHandlerOptions,
|
|
634
677
|
cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
|
|
635
678
|
): void;
|
|
679
|
+
getSigningConfiguration(): Promise<GetSigningConfigurationCommandOutput>;
|
|
680
|
+
getSigningConfiguration(
|
|
681
|
+
args: GetSigningConfigurationCommandInput,
|
|
682
|
+
options?: __HttpHandlerOptions
|
|
683
|
+
): Promise<GetSigningConfigurationCommandOutput>;
|
|
684
|
+
getSigningConfiguration(
|
|
685
|
+
args: GetSigningConfigurationCommandInput,
|
|
686
|
+
cb: (err: any, data?: GetSigningConfigurationCommandOutput) => void
|
|
687
|
+
): void;
|
|
688
|
+
getSigningConfiguration(
|
|
689
|
+
args: GetSigningConfigurationCommandInput,
|
|
690
|
+
options: __HttpHandlerOptions,
|
|
691
|
+
cb: (err: any, data?: GetSigningConfigurationCommandOutput) => void
|
|
692
|
+
): void;
|
|
636
693
|
initiateLayerUpload(
|
|
637
694
|
args: InitiateLayerUploadCommandInput,
|
|
638
695
|
options?: __HttpHandlerOptions
|
|
@@ -804,6 +861,19 @@ export interface ECR {
|
|
|
804
861
|
options: __HttpHandlerOptions,
|
|
805
862
|
cb: (err: any, data?: PutReplicationConfigurationCommandOutput) => void
|
|
806
863
|
): void;
|
|
864
|
+
putSigningConfiguration(
|
|
865
|
+
args: PutSigningConfigurationCommandInput,
|
|
866
|
+
options?: __HttpHandlerOptions
|
|
867
|
+
): Promise<PutSigningConfigurationCommandOutput>;
|
|
868
|
+
putSigningConfiguration(
|
|
869
|
+
args: PutSigningConfigurationCommandInput,
|
|
870
|
+
cb: (err: any, data?: PutSigningConfigurationCommandOutput) => void
|
|
871
|
+
): void;
|
|
872
|
+
putSigningConfiguration(
|
|
873
|
+
args: PutSigningConfigurationCommandInput,
|
|
874
|
+
options: __HttpHandlerOptions,
|
|
875
|
+
cb: (err: any, data?: PutSigningConfigurationCommandOutput) => void
|
|
876
|
+
): void;
|
|
807
877
|
registerPullTimeUpdateExclusion(
|
|
808
878
|
args: RegisterPullTimeUpdateExclusionCommandInput,
|
|
809
879
|
options?: __HttpHandlerOptions
|
|
@@ -104,6 +104,10 @@ import {
|
|
|
104
104
|
DeleteRepositoryPolicyCommandInput,
|
|
105
105
|
DeleteRepositoryPolicyCommandOutput,
|
|
106
106
|
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
107
|
+
import {
|
|
108
|
+
DeleteSigningConfigurationCommandInput,
|
|
109
|
+
DeleteSigningConfigurationCommandOutput,
|
|
110
|
+
} from "./commands/DeleteSigningConfigurationCommand";
|
|
107
111
|
import {
|
|
108
112
|
DeregisterPullTimeUpdateExclusionCommandInput,
|
|
109
113
|
DeregisterPullTimeUpdateExclusionCommandOutput,
|
|
@@ -120,6 +124,10 @@ import {
|
|
|
120
124
|
DescribeImagesCommandInput,
|
|
121
125
|
DescribeImagesCommandOutput,
|
|
122
126
|
} from "./commands/DescribeImagesCommand";
|
|
127
|
+
import {
|
|
128
|
+
DescribeImageSigningStatusCommandInput,
|
|
129
|
+
DescribeImageSigningStatusCommandOutput,
|
|
130
|
+
} from "./commands/DescribeImageSigningStatusCommand";
|
|
123
131
|
import {
|
|
124
132
|
DescribePullThroughCacheRulesCommandInput,
|
|
125
133
|
DescribePullThroughCacheRulesCommandOutput,
|
|
@@ -168,6 +176,10 @@ import {
|
|
|
168
176
|
GetRepositoryPolicyCommandInput,
|
|
169
177
|
GetRepositoryPolicyCommandOutput,
|
|
170
178
|
} from "./commands/GetRepositoryPolicyCommand";
|
|
179
|
+
import {
|
|
180
|
+
GetSigningConfigurationCommandInput,
|
|
181
|
+
GetSigningConfigurationCommandOutput,
|
|
182
|
+
} from "./commands/GetSigningConfigurationCommand";
|
|
171
183
|
import {
|
|
172
184
|
InitiateLayerUploadCommandInput,
|
|
173
185
|
InitiateLayerUploadCommandOutput,
|
|
@@ -220,6 +232,10 @@ import {
|
|
|
220
232
|
PutReplicationConfigurationCommandInput,
|
|
221
233
|
PutReplicationConfigurationCommandOutput,
|
|
222
234
|
} from "./commands/PutReplicationConfigurationCommand";
|
|
235
|
+
import {
|
|
236
|
+
PutSigningConfigurationCommandInput,
|
|
237
|
+
PutSigningConfigurationCommandOutput,
|
|
238
|
+
} from "./commands/PutSigningConfigurationCommand";
|
|
223
239
|
import {
|
|
224
240
|
RegisterPullTimeUpdateExclusionCommandInput,
|
|
225
241
|
RegisterPullTimeUpdateExclusionCommandOutput,
|
|
@@ -286,9 +302,11 @@ export type ServiceInputTypes =
|
|
|
286
302
|
| DeleteRepositoryCommandInput
|
|
287
303
|
| DeleteRepositoryCreationTemplateCommandInput
|
|
288
304
|
| DeleteRepositoryPolicyCommandInput
|
|
305
|
+
| DeleteSigningConfigurationCommandInput
|
|
289
306
|
| DeregisterPullTimeUpdateExclusionCommandInput
|
|
290
307
|
| DescribeImageReplicationStatusCommandInput
|
|
291
308
|
| DescribeImageScanFindingsCommandInput
|
|
309
|
+
| DescribeImageSigningStatusCommandInput
|
|
292
310
|
| DescribeImagesCommandInput
|
|
293
311
|
| DescribePullThroughCacheRulesCommandInput
|
|
294
312
|
| DescribeRegistryCommandInput
|
|
@@ -302,6 +320,7 @@ export type ServiceInputTypes =
|
|
|
302
320
|
| GetRegistryPolicyCommandInput
|
|
303
321
|
| GetRegistryScanningConfigurationCommandInput
|
|
304
322
|
| GetRepositoryPolicyCommandInput
|
|
323
|
+
| GetSigningConfigurationCommandInput
|
|
305
324
|
| InitiateLayerUploadCommandInput
|
|
306
325
|
| ListImageReferrersCommandInput
|
|
307
326
|
| ListImagesCommandInput
|
|
@@ -315,6 +334,7 @@ export type ServiceInputTypes =
|
|
|
315
334
|
| PutRegistryPolicyCommandInput
|
|
316
335
|
| PutRegistryScanningConfigurationCommandInput
|
|
317
336
|
| PutReplicationConfigurationCommandInput
|
|
337
|
+
| PutSigningConfigurationCommandInput
|
|
318
338
|
| RegisterPullTimeUpdateExclusionCommandInput
|
|
319
339
|
| SetRepositoryPolicyCommandInput
|
|
320
340
|
| StartImageScanCommandInput
|
|
@@ -341,9 +361,11 @@ export type ServiceOutputTypes =
|
|
|
341
361
|
| DeleteRepositoryCommandOutput
|
|
342
362
|
| DeleteRepositoryCreationTemplateCommandOutput
|
|
343
363
|
| DeleteRepositoryPolicyCommandOutput
|
|
364
|
+
| DeleteSigningConfigurationCommandOutput
|
|
344
365
|
| DeregisterPullTimeUpdateExclusionCommandOutput
|
|
345
366
|
| DescribeImageReplicationStatusCommandOutput
|
|
346
367
|
| DescribeImageScanFindingsCommandOutput
|
|
368
|
+
| DescribeImageSigningStatusCommandOutput
|
|
347
369
|
| DescribeImagesCommandOutput
|
|
348
370
|
| DescribePullThroughCacheRulesCommandOutput
|
|
349
371
|
| DescribeRegistryCommandOutput
|
|
@@ -357,6 +379,7 @@ export type ServiceOutputTypes =
|
|
|
357
379
|
| GetRegistryPolicyCommandOutput
|
|
358
380
|
| GetRegistryScanningConfigurationCommandOutput
|
|
359
381
|
| GetRepositoryPolicyCommandOutput
|
|
382
|
+
| GetSigningConfigurationCommandOutput
|
|
360
383
|
| InitiateLayerUploadCommandOutput
|
|
361
384
|
| ListImageReferrersCommandOutput
|
|
362
385
|
| ListImagesCommandOutput
|
|
@@ -370,6 +393,7 @@ export type ServiceOutputTypes =
|
|
|
370
393
|
| PutRegistryPolicyCommandOutput
|
|
371
394
|
| PutRegistryScanningConfigurationCommandOutput
|
|
372
395
|
| PutReplicationConfigurationCommandOutput
|
|
396
|
+
| PutSigningConfigurationCommandOutput
|
|
373
397
|
| RegisterPullTimeUpdateExclusionCommandOutput
|
|
374
398
|
| SetRepositoryPolicyCommandOutput
|
|
375
399
|
| StartImageScanCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ECRClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ECRClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteSigningConfigurationRequest,
|
|
10
|
+
DeleteSigningConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteSigningConfigurationCommandInput
|
|
15
|
+
extends DeleteSigningConfigurationRequest {}
|
|
16
|
+
export interface DeleteSigningConfigurationCommandOutput
|
|
17
|
+
extends DeleteSigningConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteSigningConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteSigningConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteSigningConfigurationCommandInput,
|
|
24
|
+
DeleteSigningConfigurationCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DeleteSigningConfigurationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteSigningConfigurationCommandInput,
|
|
33
|
+
DeleteSigningConfigurationCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteSigningConfigurationCommand extends DeleteSigningConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: DeleteSigningConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSigningConfigurationCommandInput;
|
|
48
|
+
output: DeleteSigningConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ECRClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ECRClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeImageSigningStatusRequest,
|
|
10
|
+
DescribeImageSigningStatusResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeImageSigningStatusCommandInput
|
|
15
|
+
extends DescribeImageSigningStatusRequest {}
|
|
16
|
+
export interface DescribeImageSigningStatusCommandOutput
|
|
17
|
+
extends DescribeImageSigningStatusResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeImageSigningStatusCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeImageSigningStatusCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeImageSigningStatusCommandInput,
|
|
24
|
+
DescribeImageSigningStatusCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeImageSigningStatusCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeImageSigningStatusCommandInput,
|
|
33
|
+
DescribeImageSigningStatusCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeImageSigningStatusCommand extends DescribeImageSigningStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeImageSigningStatusRequest;
|
|
44
|
+
output: DescribeImageSigningStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeImageSigningStatusCommandInput;
|
|
48
|
+
output: DescribeImageSigningStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ECRClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ECRClient";
|
|
8
|
+
import {
|
|
9
|
+
GetSigningConfigurationRequest,
|
|
10
|
+
GetSigningConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetSigningConfigurationCommandInput
|
|
15
|
+
extends GetSigningConfigurationRequest {}
|
|
16
|
+
export interface GetSigningConfigurationCommandOutput
|
|
17
|
+
extends GetSigningConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetSigningConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetSigningConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetSigningConfigurationCommandInput,
|
|
24
|
+
GetSigningConfigurationCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [GetSigningConfigurationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetSigningConfigurationCommandInput,
|
|
33
|
+
GetSigningConfigurationCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetSigningConfigurationCommand extends GetSigningConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetSigningConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSigningConfigurationCommandInput;
|
|
48
|
+
output: GetSigningConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ECRClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ECRClient";
|
|
8
|
+
import {
|
|
9
|
+
PutSigningConfigurationRequest,
|
|
10
|
+
PutSigningConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PutSigningConfigurationCommandInput
|
|
15
|
+
extends PutSigningConfigurationRequest {}
|
|
16
|
+
export interface PutSigningConfigurationCommandOutput
|
|
17
|
+
extends PutSigningConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PutSigningConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PutSigningConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PutSigningConfigurationCommandInput,
|
|
24
|
+
PutSigningConfigurationCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: PutSigningConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PutSigningConfigurationCommandInput,
|
|
33
|
+
PutSigningConfigurationCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PutSigningConfigurationCommand extends PutSigningConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutSigningConfigurationRequest;
|
|
44
|
+
output: PutSigningConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutSigningConfigurationCommandInput;
|
|
48
|
+
output: PutSigningConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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";
|
|
@@ -79,6 +79,11 @@ export declare const RCTAppliedFor: {
|
|
|
79
79
|
readonly REPLICATION: "REPLICATION";
|
|
80
80
|
};
|
|
81
81
|
export type RCTAppliedFor = (typeof RCTAppliedFor)[keyof typeof RCTAppliedFor];
|
|
82
|
+
export declare const SigningRepositoryFilterType: {
|
|
83
|
+
readonly WILDCARD_MATCH: "WILDCARD_MATCH";
|
|
84
|
+
};
|
|
85
|
+
export type SigningRepositoryFilterType =
|
|
86
|
+
(typeof SigningRepositoryFilterType)[keyof typeof SigningRepositoryFilterType];
|
|
82
87
|
export declare const ReplicationStatus: {
|
|
83
88
|
readonly COMPLETE: "COMPLETE";
|
|
84
89
|
readonly FAILED: "FAILED";
|
|
@@ -129,6 +134,12 @@ export declare const ImageStatus: {
|
|
|
129
134
|
readonly ARCHIVED: "ARCHIVED";
|
|
130
135
|
};
|
|
131
136
|
export type ImageStatus = (typeof ImageStatus)[keyof typeof ImageStatus];
|
|
137
|
+
export declare const SigningStatus: {
|
|
138
|
+
readonly COMPLETE: "COMPLETE";
|
|
139
|
+
readonly FAILED: "FAILED";
|
|
140
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
141
|
+
};
|
|
142
|
+
export type SigningStatus = (typeof SigningStatus)[keyof typeof SigningStatus];
|
|
132
143
|
export declare const RepositoryFilterType: {
|
|
133
144
|
readonly PREFIX_MATCH: "PREFIX_MATCH";
|
|
134
145
|
};
|
|
@@ -213,6 +213,16 @@ export declare class RepositoryPolicyNotFoundException extends __BaseException {
|
|
|
213
213
|
>
|
|
214
214
|
);
|
|
215
215
|
}
|
|
216
|
+
export declare class SigningConfigurationNotFoundException extends __BaseException {
|
|
217
|
+
readonly name: "SigningConfigurationNotFoundException";
|
|
218
|
+
readonly $fault: "client";
|
|
219
|
+
constructor(
|
|
220
|
+
opts: __ExceptionOptionType<
|
|
221
|
+
SigningConfigurationNotFoundException,
|
|
222
|
+
__BaseException
|
|
223
|
+
>
|
|
224
|
+
);
|
|
225
|
+
}
|
|
216
226
|
export declare class ExclusionNotFoundException extends __BaseException {
|
|
217
227
|
readonly name: "ExclusionNotFoundException";
|
|
218
228
|
readonly $fault: "client";
|
|
@@ -22,6 +22,8 @@ import {
|
|
|
22
22
|
ScanningRepositoryFilterType,
|
|
23
23
|
ScanStatus,
|
|
24
24
|
ScanType,
|
|
25
|
+
SigningRepositoryFilterType,
|
|
26
|
+
SigningStatus,
|
|
25
27
|
TagStatus,
|
|
26
28
|
TargetStorageClass,
|
|
27
29
|
UpstreamRegistry,
|
|
@@ -271,6 +273,22 @@ export interface DeleteRepositoryPolicyResponse {
|
|
|
271
273
|
repositoryName?: string | undefined;
|
|
272
274
|
policyText?: string | undefined;
|
|
273
275
|
}
|
|
276
|
+
export interface DeleteSigningConfigurationRequest {}
|
|
277
|
+
export interface SigningRepositoryFilter {
|
|
278
|
+
filter: string | undefined;
|
|
279
|
+
filterType: SigningRepositoryFilterType | undefined;
|
|
280
|
+
}
|
|
281
|
+
export interface SigningRule {
|
|
282
|
+
signingProfileArn: string | undefined;
|
|
283
|
+
repositoryFilters?: SigningRepositoryFilter[] | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface SigningConfiguration {
|
|
286
|
+
rules: SigningRule[] | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface DeleteSigningConfigurationResponse {
|
|
289
|
+
registryId?: string | undefined;
|
|
290
|
+
signingConfiguration?: SigningConfiguration | undefined;
|
|
291
|
+
}
|
|
274
292
|
export interface DeregisterPullTimeUpdateExclusionRequest {
|
|
275
293
|
principalArn: string | undefined;
|
|
276
294
|
}
|
|
@@ -458,6 +476,23 @@ export interface DescribeImageScanFindingsResponse {
|
|
|
458
476
|
imageScanFindings?: ImageScanFindings | undefined;
|
|
459
477
|
nextToken?: string | undefined;
|
|
460
478
|
}
|
|
479
|
+
export interface DescribeImageSigningStatusRequest {
|
|
480
|
+
repositoryName: string | undefined;
|
|
481
|
+
imageId: ImageIdentifier | undefined;
|
|
482
|
+
registryId?: string | undefined;
|
|
483
|
+
}
|
|
484
|
+
export interface ImageSigningStatus {
|
|
485
|
+
signingProfileArn?: string | undefined;
|
|
486
|
+
failureCode?: string | undefined;
|
|
487
|
+
failureReason?: string | undefined;
|
|
488
|
+
status?: SigningStatus | undefined;
|
|
489
|
+
}
|
|
490
|
+
export interface DescribeImageSigningStatusResponse {
|
|
491
|
+
repositoryName?: string | undefined;
|
|
492
|
+
imageId?: ImageIdentifier | undefined;
|
|
493
|
+
registryId?: string | undefined;
|
|
494
|
+
signingStatuses?: ImageSigningStatus[] | undefined;
|
|
495
|
+
}
|
|
461
496
|
export interface DescribePullThroughCacheRulesRequest {
|
|
462
497
|
registryId?: string | undefined;
|
|
463
498
|
ecrRepositoryPrefixes?: string[] | undefined;
|
|
@@ -623,6 +658,11 @@ export interface GetRepositoryPolicyResponse {
|
|
|
623
658
|
repositoryName?: string | undefined;
|
|
624
659
|
policyText?: string | undefined;
|
|
625
660
|
}
|
|
661
|
+
export interface GetSigningConfigurationRequest {}
|
|
662
|
+
export interface GetSigningConfigurationResponse {
|
|
663
|
+
registryId?: string | undefined;
|
|
664
|
+
signingConfiguration?: SigningConfiguration | undefined;
|
|
665
|
+
}
|
|
626
666
|
export interface InitiateLayerUploadRequest {
|
|
627
667
|
registryId?: string | undefined;
|
|
628
668
|
repositoryName: string | undefined;
|
|
@@ -762,6 +802,12 @@ export interface PutReplicationConfigurationRequest {
|
|
|
762
802
|
export interface PutReplicationConfigurationResponse {
|
|
763
803
|
replicationConfiguration?: ReplicationConfiguration | undefined;
|
|
764
804
|
}
|
|
805
|
+
export interface PutSigningConfigurationRequest {
|
|
806
|
+
signingConfiguration: SigningConfiguration | undefined;
|
|
807
|
+
}
|
|
808
|
+
export interface PutSigningConfigurationResponse {
|
|
809
|
+
signingConfiguration?: SigningConfiguration | undefined;
|
|
810
|
+
}
|
|
765
811
|
export interface RegisterPullTimeUpdateExclusionRequest {
|
|
766
812
|
principalArn: string | undefined;
|
|
767
813
|
}
|