@aws-sdk/client-ecr 3.934.0 → 3.935.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 +40 -0
- package/dist-cjs/index.js +538 -154
- package/dist-es/ECR.js +10 -0
- package/dist-es/commands/DeregisterPullTimeUpdateExclusionCommand.js +16 -0
- package/dist-es/commands/ListImageReferrersCommand.js +16 -0
- package/dist-es/commands/ListPullTimeUpdateExclusionsCommand.js +16 -0
- package/dist-es/commands/RegisterPullTimeUpdateExclusionCommand.js +16 -0
- package/dist-es/commands/UpdateImageStorageClassCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +141 -0
- package/dist-es/models/errors.js +551 -0
- package/dist-es/models/models_0.js +1 -595
- package/dist-es/schemas/schemas_0.js +259 -52
- package/dist-types/ECR.d.ts +36 -0
- package/dist-types/ECRClient.d.ts +7 -2
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterPullTimeUpdateExclusionCommand.d.ts +107 -0
- package/dist-types/commands/DescribeImageScanFindingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +11 -8
- package/dist-types/commands/GetLifecyclePolicyPreviewCommand.d.ts +9 -1
- package/dist-types/commands/ListImageReferrersCommand.d.ts +224 -0
- package/dist-types/commands/ListImagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPullTimeUpdateExclusionsCommand.d.ts +127 -0
- package/dist-types/commands/PutRegistryScanningConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/RegisterPullTimeUpdateExclusionCommand.d.ts +93 -0
- package/dist-types/commands/StartImageScanCommand.d.ts +8 -6
- package/dist-types/commands/UpdateImageStorageClassCommand.d.ts +156 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +349 -0
- package/dist-types/models/errors.d.ts +597 -0
- package/dist-types/models/models_0.d.ts +372 -812
- package/dist-types/schemas/schemas_0.d.ts +29 -0
- package/dist-types/ts3.4/ECR.d.ts +92 -0
- package/dist-types/ts3.4/ECRClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeregisterPullTimeUpdateExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListImageReferrersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPullTimeUpdateExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RegisterPullTimeUpdateExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateImageStorageClassCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +187 -0
- package/dist-types/ts3.4/models/errors.d.ts +369 -0
- package/dist-types/ts3.4/models/models_0.d.ts +100 -461
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -10,6 +10,7 @@ export declare var BatchGetImageRequest: StaticStructureSchema;
|
|
|
10
10
|
export declare var BatchGetImageResponse: StaticStructureSchema;
|
|
11
11
|
export declare var BatchGetRepositoryScanningConfigurationRequest: StaticStructureSchema;
|
|
12
12
|
export declare var BatchGetRepositoryScanningConfigurationResponse: StaticStructureSchema;
|
|
13
|
+
export declare var BlockedByOrganizationPolicyException: StaticErrorSchema;
|
|
13
14
|
export declare var CompleteLayerUploadRequest: StaticStructureSchema;
|
|
14
15
|
export declare var CompleteLayerUploadResponse: StaticStructureSchema;
|
|
15
16
|
export declare var CreatePullThroughCacheRuleRequest: StaticStructureSchema;
|
|
@@ -33,6 +34,8 @@ export declare var DeleteRepositoryPolicyRequest: StaticStructureSchema;
|
|
|
33
34
|
export declare var DeleteRepositoryPolicyResponse: StaticStructureSchema;
|
|
34
35
|
export declare var DeleteRepositoryRequest: StaticStructureSchema;
|
|
35
36
|
export declare var DeleteRepositoryResponse: StaticStructureSchema;
|
|
37
|
+
export declare var DeregisterPullTimeUpdateExclusionRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DeregisterPullTimeUpdateExclusionResponse: StaticStructureSchema;
|
|
36
39
|
export declare var DescribeImageReplicationStatusRequest: StaticStructureSchema;
|
|
37
40
|
export declare var DescribeImageReplicationStatusResponse: StaticStructureSchema;
|
|
38
41
|
export declare var DescribeImageScanFindingsRequest: StaticStructureSchema;
|
|
@@ -52,6 +55,8 @@ export declare var EmptyUploadException: StaticErrorSchema;
|
|
|
52
55
|
export declare var EncryptionConfiguration: StaticStructureSchema;
|
|
53
56
|
export declare var EncryptionConfigurationForRepositoryCreationTemplate: StaticStructureSchema;
|
|
54
57
|
export declare var EnhancedImageScanFinding: StaticStructureSchema;
|
|
58
|
+
export declare var ExclusionAlreadyExistsException: StaticErrorSchema;
|
|
59
|
+
export declare var ExclusionNotFoundException: StaticErrorSchema;
|
|
55
60
|
export declare var GetAccountSettingRequest: StaticStructureSchema;
|
|
56
61
|
export declare var GetAccountSettingResponse: StaticStructureSchema;
|
|
57
62
|
export declare var GetAuthorizationTokenRequest: StaticStructureSchema;
|
|
@@ -70,17 +75,20 @@ export declare var GetRepositoryPolicyRequest: StaticStructureSchema;
|
|
|
70
75
|
export declare var GetRepositoryPolicyResponse: StaticStructureSchema;
|
|
71
76
|
export declare var Image: StaticStructureSchema;
|
|
72
77
|
export declare var ImageAlreadyExistsException: StaticErrorSchema;
|
|
78
|
+
export declare var ImageArchivedException: StaticErrorSchema;
|
|
73
79
|
export declare var ImageDetail: StaticStructureSchema;
|
|
74
80
|
export declare var ImageDigestDoesNotMatchException: StaticErrorSchema;
|
|
75
81
|
export declare var ImageFailure: StaticStructureSchema;
|
|
76
82
|
export declare var ImageIdentifier: StaticStructureSchema;
|
|
77
83
|
export declare var ImageNotFoundException: StaticErrorSchema;
|
|
84
|
+
export declare var ImageReferrer: StaticStructureSchema;
|
|
78
85
|
export declare var ImageReplicationStatus: StaticStructureSchema;
|
|
79
86
|
export declare var ImageScanFinding: StaticStructureSchema;
|
|
80
87
|
export declare var ImageScanFindings: StaticStructureSchema;
|
|
81
88
|
export declare var ImageScanFindingsSummary: StaticStructureSchema;
|
|
82
89
|
export declare var ImageScanningConfiguration: StaticStructureSchema;
|
|
83
90
|
export declare var ImageScanStatus: StaticStructureSchema;
|
|
91
|
+
export declare var ImageStorageClassUpdateNotSupportedException: StaticErrorSchema;
|
|
84
92
|
export declare var ImageTagAlreadyExistsException: StaticErrorSchema;
|
|
85
93
|
export declare var ImageTagMutabilityExclusionFilter: StaticStructureSchema;
|
|
86
94
|
export declare var InitiateLayerUploadRequest: StaticStructureSchema;
|
|
@@ -104,9 +112,14 @@ export declare var LifecyclePolicyPreviewResult: StaticStructureSchema;
|
|
|
104
112
|
export declare var LifecyclePolicyPreviewSummary: StaticStructureSchema;
|
|
105
113
|
export declare var LifecyclePolicyRuleAction: StaticStructureSchema;
|
|
106
114
|
export declare var LimitExceededException: StaticErrorSchema;
|
|
115
|
+
export declare var ListImageReferrersFilter: StaticStructureSchema;
|
|
116
|
+
export declare var ListImageReferrersRequest: StaticStructureSchema;
|
|
117
|
+
export declare var ListImageReferrersResponse: StaticStructureSchema;
|
|
107
118
|
export declare var ListImagesFilter: StaticStructureSchema;
|
|
108
119
|
export declare var ListImagesRequest: StaticStructureSchema;
|
|
109
120
|
export declare var ListImagesResponse: StaticStructureSchema;
|
|
121
|
+
export declare var ListPullTimeUpdateExclusionsRequest: StaticStructureSchema;
|
|
122
|
+
export declare var ListPullTimeUpdateExclusionsResponse: StaticStructureSchema;
|
|
110
123
|
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
111
124
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
112
125
|
export declare var PackageVulnerabilityDetails: StaticStructureSchema;
|
|
@@ -131,6 +144,8 @@ export declare var PutReplicationConfigurationRequest: StaticStructureSchema;
|
|
|
131
144
|
export declare var PutReplicationConfigurationResponse: StaticStructureSchema;
|
|
132
145
|
export declare var Recommendation: StaticStructureSchema;
|
|
133
146
|
export declare var ReferencedImagesNotFoundException: StaticErrorSchema;
|
|
147
|
+
export declare var RegisterPullTimeUpdateExclusionRequest: StaticStructureSchema;
|
|
148
|
+
export declare var RegisterPullTimeUpdateExclusionResponse: StaticStructureSchema;
|
|
134
149
|
export declare var RegistryPolicyNotFoundException: StaticErrorSchema;
|
|
135
150
|
export declare var RegistryScanningConfiguration: StaticStructureSchema;
|
|
136
151
|
export declare var RegistryScanningRule: StaticStructureSchema;
|
|
@@ -160,12 +175,14 @@ export declare var StartImageScanRequest: StaticStructureSchema;
|
|
|
160
175
|
export declare var StartImageScanResponse: StaticStructureSchema;
|
|
161
176
|
export declare var StartLifecyclePolicyPreviewRequest: StaticStructureSchema;
|
|
162
177
|
export declare var StartLifecyclePolicyPreviewResponse: StaticStructureSchema;
|
|
178
|
+
export declare var SubjectIdentifier: StaticStructureSchema;
|
|
163
179
|
export declare var Tag: StaticStructureSchema;
|
|
164
180
|
export declare var TagResourceRequest: StaticStructureSchema;
|
|
165
181
|
export declare var TagResourceResponse: StaticStructureSchema;
|
|
166
182
|
export declare var TemplateAlreadyExistsException: StaticErrorSchema;
|
|
167
183
|
export declare var TemplateNotFoundException: StaticErrorSchema;
|
|
168
184
|
export declare var TooManyTagsException: StaticErrorSchema;
|
|
185
|
+
export declare var TransitioningImageTotalCount: StaticStructureSchema;
|
|
169
186
|
export declare var UnableToAccessSecretException: StaticErrorSchema;
|
|
170
187
|
export declare var UnableToDecryptSecretValueException: StaticErrorSchema;
|
|
171
188
|
export declare var UnableToGetUpstreamImageException: StaticErrorSchema;
|
|
@@ -174,6 +191,8 @@ export declare var UnsupportedImageTypeException: StaticErrorSchema;
|
|
|
174
191
|
export declare var UnsupportedUpstreamRegistryException: StaticErrorSchema;
|
|
175
192
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
176
193
|
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
194
|
+
export declare var UpdateImageStorageClassRequest: StaticStructureSchema;
|
|
195
|
+
export declare var UpdateImageStorageClassResponse: StaticStructureSchema;
|
|
177
196
|
export declare var UpdatePullThroughCacheRuleRequest: StaticStructureSchema;
|
|
178
197
|
export declare var UpdatePullThroughCacheRuleResponse: StaticStructureSchema;
|
|
179
198
|
export declare var UpdateRepositoryCreationTemplateRequest: StaticStructureSchema;
|
|
@@ -187,6 +206,7 @@ export declare var ValidationException: StaticErrorSchema;
|
|
|
187
206
|
export declare var VulnerablePackage: StaticStructureSchema;
|
|
188
207
|
export declare var __Unit: "unit";
|
|
189
208
|
export declare var ECRServiceException: StaticErrorSchema;
|
|
209
|
+
export declare var ArtifactTypeList: number;
|
|
190
210
|
export declare var AttributeList: StaticListSchema;
|
|
191
211
|
export declare var AuthorizationDataList: StaticListSchema;
|
|
192
212
|
export declare var BatchedOperationLayerDigestList: number;
|
|
@@ -198,6 +218,7 @@ export declare var ImageDetailList: StaticListSchema;
|
|
|
198
218
|
export declare var ImageFailureList: StaticListSchema;
|
|
199
219
|
export declare var ImageIdentifierList: StaticListSchema;
|
|
200
220
|
export declare var ImageList: StaticListSchema;
|
|
221
|
+
export declare var ImageReferrerList: StaticListSchema;
|
|
201
222
|
export declare var ImageReplicationStatusList: StaticListSchema;
|
|
202
223
|
export declare var ImageScanFindingList: StaticListSchema;
|
|
203
224
|
export declare var ImageTagList: number;
|
|
@@ -211,6 +232,7 @@ export declare var MediaTypeList: number;
|
|
|
211
232
|
export declare var PrefixList: number;
|
|
212
233
|
export declare var PullThroughCacheRuleList: StaticListSchema;
|
|
213
234
|
export declare var PullThroughCacheRuleRepositoryPrefixList: number;
|
|
235
|
+
export declare var PullTimeUpdateExclusionList: number;
|
|
214
236
|
export declare var RCTAppliedForList: number;
|
|
215
237
|
export declare var ReferenceUrlsList: number;
|
|
216
238
|
export declare var RegistryScanningRuleList: StaticListSchema;
|
|
@@ -228,7 +250,9 @@ export declare var ScanningConfigurationRepositoryNameList: number;
|
|
|
228
250
|
export declare var ScanningRepositoryFilterList: StaticListSchema;
|
|
229
251
|
export declare var TagKeyList: number;
|
|
230
252
|
export declare var TagList: StaticListSchema;
|
|
253
|
+
export declare var TransitioningImageTotalCounts: StaticListSchema;
|
|
231
254
|
export declare var VulnerablePackagesList: StaticListSchema;
|
|
255
|
+
export declare var Annotations: number;
|
|
232
256
|
export declare var FindingSeverityCounts: number;
|
|
233
257
|
export declare var Tags: number;
|
|
234
258
|
export declare var BatchCheckLayerAvailability: StaticOperationSchema;
|
|
@@ -245,6 +269,7 @@ export declare var DeleteRegistryPolicy: StaticOperationSchema;
|
|
|
245
269
|
export declare var DeleteRepository: StaticOperationSchema;
|
|
246
270
|
export declare var DeleteRepositoryCreationTemplate: StaticOperationSchema;
|
|
247
271
|
export declare var DeleteRepositoryPolicy: StaticOperationSchema;
|
|
272
|
+
export declare var DeregisterPullTimeUpdateExclusion: StaticOperationSchema;
|
|
248
273
|
export declare var DescribeImageReplicationStatus: StaticOperationSchema;
|
|
249
274
|
export declare var DescribeImages: StaticOperationSchema;
|
|
250
275
|
export declare var DescribeImageScanFindings: StaticOperationSchema;
|
|
@@ -261,7 +286,9 @@ export declare var GetRegistryPolicy: StaticOperationSchema;
|
|
|
261
286
|
export declare var GetRegistryScanningConfiguration: StaticOperationSchema;
|
|
262
287
|
export declare var GetRepositoryPolicy: StaticOperationSchema;
|
|
263
288
|
export declare var InitiateLayerUpload: StaticOperationSchema;
|
|
289
|
+
export declare var ListImageReferrers: StaticOperationSchema;
|
|
264
290
|
export declare var ListImages: StaticOperationSchema;
|
|
291
|
+
export declare var ListPullTimeUpdateExclusions: StaticOperationSchema;
|
|
265
292
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
266
293
|
export declare var PutAccountSetting: StaticOperationSchema;
|
|
267
294
|
export declare var PutImage: StaticOperationSchema;
|
|
@@ -271,11 +298,13 @@ export declare var PutLifecyclePolicy: StaticOperationSchema;
|
|
|
271
298
|
export declare var PutRegistryPolicy: StaticOperationSchema;
|
|
272
299
|
export declare var PutRegistryScanningConfiguration: StaticOperationSchema;
|
|
273
300
|
export declare var PutReplicationConfiguration: StaticOperationSchema;
|
|
301
|
+
export declare var RegisterPullTimeUpdateExclusion: StaticOperationSchema;
|
|
274
302
|
export declare var SetRepositoryPolicy: StaticOperationSchema;
|
|
275
303
|
export declare var StartImageScan: StaticOperationSchema;
|
|
276
304
|
export declare var StartLifecyclePolicyPreview: StaticOperationSchema;
|
|
277
305
|
export declare var TagResource: StaticOperationSchema;
|
|
278
306
|
export declare var UntagResource: StaticOperationSchema;
|
|
307
|
+
export declare var UpdateImageStorageClass: StaticOperationSchema;
|
|
279
308
|
export declare var UpdatePullThroughCacheRule: StaticOperationSchema;
|
|
280
309
|
export declare var UpdateRepositoryCreationTemplate: StaticOperationSchema;
|
|
281
310
|
export declare var UploadLayerPart: StaticOperationSchema;
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
DeleteRepositoryPolicyCommandInput,
|
|
56
56
|
DeleteRepositoryPolicyCommandOutput,
|
|
57
57
|
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeregisterPullTimeUpdateExclusionCommandInput,
|
|
60
|
+
DeregisterPullTimeUpdateExclusionCommandOutput,
|
|
61
|
+
} from "./commands/DeregisterPullTimeUpdateExclusionCommand";
|
|
58
62
|
import {
|
|
59
63
|
DescribeImageReplicationStatusCommandInput,
|
|
60
64
|
DescribeImageReplicationStatusCommandOutput,
|
|
@@ -119,10 +123,18 @@ import {
|
|
|
119
123
|
InitiateLayerUploadCommandInput,
|
|
120
124
|
InitiateLayerUploadCommandOutput,
|
|
121
125
|
} from "./commands/InitiateLayerUploadCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListImageReferrersCommandInput,
|
|
128
|
+
ListImageReferrersCommandOutput,
|
|
129
|
+
} from "./commands/ListImageReferrersCommand";
|
|
122
130
|
import {
|
|
123
131
|
ListImagesCommandInput,
|
|
124
132
|
ListImagesCommandOutput,
|
|
125
133
|
} from "./commands/ListImagesCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListPullTimeUpdateExclusionsCommandInput,
|
|
136
|
+
ListPullTimeUpdateExclusionsCommandOutput,
|
|
137
|
+
} from "./commands/ListPullTimeUpdateExclusionsCommand";
|
|
126
138
|
import {
|
|
127
139
|
ListTagsForResourceCommandInput,
|
|
128
140
|
ListTagsForResourceCommandOutput,
|
|
@@ -159,6 +171,10 @@ import {
|
|
|
159
171
|
PutReplicationConfigurationCommandInput,
|
|
160
172
|
PutReplicationConfigurationCommandOutput,
|
|
161
173
|
} from "./commands/PutReplicationConfigurationCommand";
|
|
174
|
+
import {
|
|
175
|
+
RegisterPullTimeUpdateExclusionCommandInput,
|
|
176
|
+
RegisterPullTimeUpdateExclusionCommandOutput,
|
|
177
|
+
} from "./commands/RegisterPullTimeUpdateExclusionCommand";
|
|
162
178
|
import {
|
|
163
179
|
SetRepositoryPolicyCommandInput,
|
|
164
180
|
SetRepositoryPolicyCommandOutput,
|
|
@@ -179,6 +195,10 @@ import {
|
|
|
179
195
|
UntagResourceCommandInput,
|
|
180
196
|
UntagResourceCommandOutput,
|
|
181
197
|
} from "./commands/UntagResourceCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateImageStorageClassCommandInput,
|
|
200
|
+
UpdateImageStorageClassCommandOutput,
|
|
201
|
+
} from "./commands/UpdateImageStorageClassCommand";
|
|
182
202
|
import {
|
|
183
203
|
UpdatePullThroughCacheRuleCommandInput,
|
|
184
204
|
UpdatePullThroughCacheRuleCommandOutput,
|
|
@@ -386,6 +406,25 @@ export interface ECR {
|
|
|
386
406
|
options: __HttpHandlerOptions,
|
|
387
407
|
cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
|
|
388
408
|
): void;
|
|
409
|
+
deregisterPullTimeUpdateExclusion(
|
|
410
|
+
args: DeregisterPullTimeUpdateExclusionCommandInput,
|
|
411
|
+
options?: __HttpHandlerOptions
|
|
412
|
+
): Promise<DeregisterPullTimeUpdateExclusionCommandOutput>;
|
|
413
|
+
deregisterPullTimeUpdateExclusion(
|
|
414
|
+
args: DeregisterPullTimeUpdateExclusionCommandInput,
|
|
415
|
+
cb: (
|
|
416
|
+
err: any,
|
|
417
|
+
data?: DeregisterPullTimeUpdateExclusionCommandOutput
|
|
418
|
+
) => void
|
|
419
|
+
): void;
|
|
420
|
+
deregisterPullTimeUpdateExclusion(
|
|
421
|
+
args: DeregisterPullTimeUpdateExclusionCommandInput,
|
|
422
|
+
options: __HttpHandlerOptions,
|
|
423
|
+
cb: (
|
|
424
|
+
err: any,
|
|
425
|
+
data?: DeregisterPullTimeUpdateExclusionCommandOutput
|
|
426
|
+
) => void
|
|
427
|
+
): void;
|
|
389
428
|
describeImageReplicationStatus(
|
|
390
429
|
args: DescribeImageReplicationStatusCommandInput,
|
|
391
430
|
options?: __HttpHandlerOptions
|
|
@@ -607,6 +646,19 @@ export interface ECR {
|
|
|
607
646
|
options: __HttpHandlerOptions,
|
|
608
647
|
cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
|
|
609
648
|
): void;
|
|
649
|
+
listImageReferrers(
|
|
650
|
+
args: ListImageReferrersCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<ListImageReferrersCommandOutput>;
|
|
653
|
+
listImageReferrers(
|
|
654
|
+
args: ListImageReferrersCommandInput,
|
|
655
|
+
cb: (err: any, data?: ListImageReferrersCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
listImageReferrers(
|
|
658
|
+
args: ListImageReferrersCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: ListImageReferrersCommandOutput) => void
|
|
661
|
+
): void;
|
|
610
662
|
listImages(
|
|
611
663
|
args: ListImagesCommandInput,
|
|
612
664
|
options?: __HttpHandlerOptions
|
|
@@ -620,6 +672,20 @@ export interface ECR {
|
|
|
620
672
|
options: __HttpHandlerOptions,
|
|
621
673
|
cb: (err: any, data?: ListImagesCommandOutput) => void
|
|
622
674
|
): void;
|
|
675
|
+
listPullTimeUpdateExclusions(): Promise<ListPullTimeUpdateExclusionsCommandOutput>;
|
|
676
|
+
listPullTimeUpdateExclusions(
|
|
677
|
+
args: ListPullTimeUpdateExclusionsCommandInput,
|
|
678
|
+
options?: __HttpHandlerOptions
|
|
679
|
+
): Promise<ListPullTimeUpdateExclusionsCommandOutput>;
|
|
680
|
+
listPullTimeUpdateExclusions(
|
|
681
|
+
args: ListPullTimeUpdateExclusionsCommandInput,
|
|
682
|
+
cb: (err: any, data?: ListPullTimeUpdateExclusionsCommandOutput) => void
|
|
683
|
+
): void;
|
|
684
|
+
listPullTimeUpdateExclusions(
|
|
685
|
+
args: ListPullTimeUpdateExclusionsCommandInput,
|
|
686
|
+
options: __HttpHandlerOptions,
|
|
687
|
+
cb: (err: any, data?: ListPullTimeUpdateExclusionsCommandOutput) => void
|
|
688
|
+
): void;
|
|
623
689
|
listTagsForResource(
|
|
624
690
|
args: ListTagsForResourceCommandInput,
|
|
625
691
|
options?: __HttpHandlerOptions
|
|
@@ -738,6 +804,19 @@ export interface ECR {
|
|
|
738
804
|
options: __HttpHandlerOptions,
|
|
739
805
|
cb: (err: any, data?: PutReplicationConfigurationCommandOutput) => void
|
|
740
806
|
): void;
|
|
807
|
+
registerPullTimeUpdateExclusion(
|
|
808
|
+
args: RegisterPullTimeUpdateExclusionCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<RegisterPullTimeUpdateExclusionCommandOutput>;
|
|
811
|
+
registerPullTimeUpdateExclusion(
|
|
812
|
+
args: RegisterPullTimeUpdateExclusionCommandInput,
|
|
813
|
+
cb: (err: any, data?: RegisterPullTimeUpdateExclusionCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
registerPullTimeUpdateExclusion(
|
|
816
|
+
args: RegisterPullTimeUpdateExclusionCommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: RegisterPullTimeUpdateExclusionCommandOutput) => void
|
|
819
|
+
): void;
|
|
741
820
|
setRepositoryPolicy(
|
|
742
821
|
args: SetRepositoryPolicyCommandInput,
|
|
743
822
|
options?: __HttpHandlerOptions
|
|
@@ -803,6 +882,19 @@ export interface ECR {
|
|
|
803
882
|
options: __HttpHandlerOptions,
|
|
804
883
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
805
884
|
): void;
|
|
885
|
+
updateImageStorageClass(
|
|
886
|
+
args: UpdateImageStorageClassCommandInput,
|
|
887
|
+
options?: __HttpHandlerOptions
|
|
888
|
+
): Promise<UpdateImageStorageClassCommandOutput>;
|
|
889
|
+
updateImageStorageClass(
|
|
890
|
+
args: UpdateImageStorageClassCommandInput,
|
|
891
|
+
cb: (err: any, data?: UpdateImageStorageClassCommandOutput) => void
|
|
892
|
+
): void;
|
|
893
|
+
updateImageStorageClass(
|
|
894
|
+
args: UpdateImageStorageClassCommandInput,
|
|
895
|
+
options: __HttpHandlerOptions,
|
|
896
|
+
cb: (err: any, data?: UpdateImageStorageClassCommandOutput) => void
|
|
897
|
+
): void;
|
|
806
898
|
updatePullThroughCacheRule(
|
|
807
899
|
args: UpdatePullThroughCacheRuleCommandInput,
|
|
808
900
|
options?: __HttpHandlerOptions
|
|
@@ -104,6 +104,10 @@ import {
|
|
|
104
104
|
DeleteRepositoryPolicyCommandInput,
|
|
105
105
|
DeleteRepositoryPolicyCommandOutput,
|
|
106
106
|
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
107
|
+
import {
|
|
108
|
+
DeregisterPullTimeUpdateExclusionCommandInput,
|
|
109
|
+
DeregisterPullTimeUpdateExclusionCommandOutput,
|
|
110
|
+
} from "./commands/DeregisterPullTimeUpdateExclusionCommand";
|
|
107
111
|
import {
|
|
108
112
|
DescribeImageReplicationStatusCommandInput,
|
|
109
113
|
DescribeImageReplicationStatusCommandOutput,
|
|
@@ -168,10 +172,18 @@ import {
|
|
|
168
172
|
InitiateLayerUploadCommandInput,
|
|
169
173
|
InitiateLayerUploadCommandOutput,
|
|
170
174
|
} from "./commands/InitiateLayerUploadCommand";
|
|
175
|
+
import {
|
|
176
|
+
ListImageReferrersCommandInput,
|
|
177
|
+
ListImageReferrersCommandOutput,
|
|
178
|
+
} from "./commands/ListImageReferrersCommand";
|
|
171
179
|
import {
|
|
172
180
|
ListImagesCommandInput,
|
|
173
181
|
ListImagesCommandOutput,
|
|
174
182
|
} from "./commands/ListImagesCommand";
|
|
183
|
+
import {
|
|
184
|
+
ListPullTimeUpdateExclusionsCommandInput,
|
|
185
|
+
ListPullTimeUpdateExclusionsCommandOutput,
|
|
186
|
+
} from "./commands/ListPullTimeUpdateExclusionsCommand";
|
|
175
187
|
import {
|
|
176
188
|
ListTagsForResourceCommandInput,
|
|
177
189
|
ListTagsForResourceCommandOutput,
|
|
@@ -208,6 +220,10 @@ import {
|
|
|
208
220
|
PutReplicationConfigurationCommandInput,
|
|
209
221
|
PutReplicationConfigurationCommandOutput,
|
|
210
222
|
} from "./commands/PutReplicationConfigurationCommand";
|
|
223
|
+
import {
|
|
224
|
+
RegisterPullTimeUpdateExclusionCommandInput,
|
|
225
|
+
RegisterPullTimeUpdateExclusionCommandOutput,
|
|
226
|
+
} from "./commands/RegisterPullTimeUpdateExclusionCommand";
|
|
211
227
|
import {
|
|
212
228
|
SetRepositoryPolicyCommandInput,
|
|
213
229
|
SetRepositoryPolicyCommandOutput,
|
|
@@ -228,6 +244,10 @@ import {
|
|
|
228
244
|
UntagResourceCommandInput,
|
|
229
245
|
UntagResourceCommandOutput,
|
|
230
246
|
} from "./commands/UntagResourceCommand";
|
|
247
|
+
import {
|
|
248
|
+
UpdateImageStorageClassCommandInput,
|
|
249
|
+
UpdateImageStorageClassCommandOutput,
|
|
250
|
+
} from "./commands/UpdateImageStorageClassCommand";
|
|
231
251
|
import {
|
|
232
252
|
UpdatePullThroughCacheRuleCommandInput,
|
|
233
253
|
UpdatePullThroughCacheRuleCommandOutput,
|
|
@@ -266,6 +286,7 @@ export type ServiceInputTypes =
|
|
|
266
286
|
| DeleteRepositoryCommandInput
|
|
267
287
|
| DeleteRepositoryCreationTemplateCommandInput
|
|
268
288
|
| DeleteRepositoryPolicyCommandInput
|
|
289
|
+
| DeregisterPullTimeUpdateExclusionCommandInput
|
|
269
290
|
| DescribeImageReplicationStatusCommandInput
|
|
270
291
|
| DescribeImageScanFindingsCommandInput
|
|
271
292
|
| DescribeImagesCommandInput
|
|
@@ -282,7 +303,9 @@ export type ServiceInputTypes =
|
|
|
282
303
|
| GetRegistryScanningConfigurationCommandInput
|
|
283
304
|
| GetRepositoryPolicyCommandInput
|
|
284
305
|
| InitiateLayerUploadCommandInput
|
|
306
|
+
| ListImageReferrersCommandInput
|
|
285
307
|
| ListImagesCommandInput
|
|
308
|
+
| ListPullTimeUpdateExclusionsCommandInput
|
|
286
309
|
| ListTagsForResourceCommandInput
|
|
287
310
|
| PutAccountSettingCommandInput
|
|
288
311
|
| PutImageCommandInput
|
|
@@ -292,11 +315,13 @@ export type ServiceInputTypes =
|
|
|
292
315
|
| PutRegistryPolicyCommandInput
|
|
293
316
|
| PutRegistryScanningConfigurationCommandInput
|
|
294
317
|
| PutReplicationConfigurationCommandInput
|
|
318
|
+
| RegisterPullTimeUpdateExclusionCommandInput
|
|
295
319
|
| SetRepositoryPolicyCommandInput
|
|
296
320
|
| StartImageScanCommandInput
|
|
297
321
|
| StartLifecyclePolicyPreviewCommandInput
|
|
298
322
|
| TagResourceCommandInput
|
|
299
323
|
| UntagResourceCommandInput
|
|
324
|
+
| UpdateImageStorageClassCommandInput
|
|
300
325
|
| UpdatePullThroughCacheRuleCommandInput
|
|
301
326
|
| UpdateRepositoryCreationTemplateCommandInput
|
|
302
327
|
| UploadLayerPartCommandInput
|
|
@@ -316,6 +341,7 @@ export type ServiceOutputTypes =
|
|
|
316
341
|
| DeleteRepositoryCommandOutput
|
|
317
342
|
| DeleteRepositoryCreationTemplateCommandOutput
|
|
318
343
|
| DeleteRepositoryPolicyCommandOutput
|
|
344
|
+
| DeregisterPullTimeUpdateExclusionCommandOutput
|
|
319
345
|
| DescribeImageReplicationStatusCommandOutput
|
|
320
346
|
| DescribeImageScanFindingsCommandOutput
|
|
321
347
|
| DescribeImagesCommandOutput
|
|
@@ -332,7 +358,9 @@ export type ServiceOutputTypes =
|
|
|
332
358
|
| GetRegistryScanningConfigurationCommandOutput
|
|
333
359
|
| GetRepositoryPolicyCommandOutput
|
|
334
360
|
| InitiateLayerUploadCommandOutput
|
|
361
|
+
| ListImageReferrersCommandOutput
|
|
335
362
|
| ListImagesCommandOutput
|
|
363
|
+
| ListPullTimeUpdateExclusionsCommandOutput
|
|
336
364
|
| ListTagsForResourceCommandOutput
|
|
337
365
|
| PutAccountSettingCommandOutput
|
|
338
366
|
| PutImageCommandOutput
|
|
@@ -342,11 +370,13 @@ export type ServiceOutputTypes =
|
|
|
342
370
|
| PutRegistryPolicyCommandOutput
|
|
343
371
|
| PutRegistryScanningConfigurationCommandOutput
|
|
344
372
|
| PutReplicationConfigurationCommandOutput
|
|
373
|
+
| RegisterPullTimeUpdateExclusionCommandOutput
|
|
345
374
|
| SetRepositoryPolicyCommandOutput
|
|
346
375
|
| StartImageScanCommandOutput
|
|
347
376
|
| StartLifecyclePolicyPreviewCommandOutput
|
|
348
377
|
| TagResourceCommandOutput
|
|
349
378
|
| UntagResourceCommandOutput
|
|
379
|
+
| UpdateImageStorageClassCommandOutput
|
|
350
380
|
| UpdatePullThroughCacheRuleCommandOutput
|
|
351
381
|
| UpdateRepositoryCreationTemplateCommandOutput
|
|
352
382
|
| UploadLayerPartCommandOutput
|
|
@@ -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
|
+
DeregisterPullTimeUpdateExclusionRequest,
|
|
10
|
+
DeregisterPullTimeUpdateExclusionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeregisterPullTimeUpdateExclusionCommandInput
|
|
15
|
+
extends DeregisterPullTimeUpdateExclusionRequest {}
|
|
16
|
+
export interface DeregisterPullTimeUpdateExclusionCommandOutput
|
|
17
|
+
extends DeregisterPullTimeUpdateExclusionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeregisterPullTimeUpdateExclusionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeregisterPullTimeUpdateExclusionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeregisterPullTimeUpdateExclusionCommandInput,
|
|
24
|
+
DeregisterPullTimeUpdateExclusionCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeregisterPullTimeUpdateExclusionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeregisterPullTimeUpdateExclusionCommandInput,
|
|
33
|
+
DeregisterPullTimeUpdateExclusionCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeregisterPullTimeUpdateExclusionCommand extends DeregisterPullTimeUpdateExclusionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeregisterPullTimeUpdateExclusionRequest;
|
|
44
|
+
output: DeregisterPullTimeUpdateExclusionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeregisterPullTimeUpdateExclusionCommandInput;
|
|
48
|
+
output: DeregisterPullTimeUpdateExclusionCommandOutput;
|
|
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
|
+
ListImageReferrersRequest,
|
|
10
|
+
ListImageReferrersResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListImageReferrersCommandInput
|
|
15
|
+
extends ListImageReferrersRequest {}
|
|
16
|
+
export interface ListImageReferrersCommandOutput
|
|
17
|
+
extends ListImageReferrersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListImageReferrersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListImageReferrersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListImageReferrersCommandInput,
|
|
24
|
+
ListImageReferrersCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListImageReferrersCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListImageReferrersCommandInput,
|
|
33
|
+
ListImageReferrersCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListImageReferrersCommand extends ListImageReferrersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListImageReferrersRequest;
|
|
44
|
+
output: ListImageReferrersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListImageReferrersCommandInput;
|
|
48
|
+
output: ListImageReferrersCommandOutput;
|
|
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
|
+
ListPullTimeUpdateExclusionsRequest,
|
|
10
|
+
ListPullTimeUpdateExclusionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListPullTimeUpdateExclusionsCommandInput
|
|
15
|
+
extends ListPullTimeUpdateExclusionsRequest {}
|
|
16
|
+
export interface ListPullTimeUpdateExclusionsCommandOutput
|
|
17
|
+
extends ListPullTimeUpdateExclusionsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListPullTimeUpdateExclusionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListPullTimeUpdateExclusionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListPullTimeUpdateExclusionsCommandInput,
|
|
24
|
+
ListPullTimeUpdateExclusionsCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListPullTimeUpdateExclusionsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListPullTimeUpdateExclusionsCommandInput,
|
|
33
|
+
ListPullTimeUpdateExclusionsCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListPullTimeUpdateExclusionsCommand extends ListPullTimeUpdateExclusionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPullTimeUpdateExclusionsRequest;
|
|
44
|
+
output: ListPullTimeUpdateExclusionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPullTimeUpdateExclusionsCommandInput;
|
|
48
|
+
output: ListPullTimeUpdateExclusionsCommandOutput;
|
|
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
|
+
RegisterPullTimeUpdateExclusionRequest,
|
|
10
|
+
RegisterPullTimeUpdateExclusionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface RegisterPullTimeUpdateExclusionCommandInput
|
|
15
|
+
extends RegisterPullTimeUpdateExclusionRequest {}
|
|
16
|
+
export interface RegisterPullTimeUpdateExclusionCommandOutput
|
|
17
|
+
extends RegisterPullTimeUpdateExclusionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const RegisterPullTimeUpdateExclusionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: RegisterPullTimeUpdateExclusionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
RegisterPullTimeUpdateExclusionCommandInput,
|
|
24
|
+
RegisterPullTimeUpdateExclusionCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: RegisterPullTimeUpdateExclusionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
RegisterPullTimeUpdateExclusionCommandInput,
|
|
33
|
+
RegisterPullTimeUpdateExclusionCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class RegisterPullTimeUpdateExclusionCommand extends RegisterPullTimeUpdateExclusionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RegisterPullTimeUpdateExclusionRequest;
|
|
44
|
+
output: RegisterPullTimeUpdateExclusionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RegisterPullTimeUpdateExclusionCommandInput;
|
|
48
|
+
output: RegisterPullTimeUpdateExclusionCommandOutput;
|
|
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
|
+
UpdateImageStorageClassRequest,
|
|
10
|
+
UpdateImageStorageClassResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateImageStorageClassCommandInput
|
|
15
|
+
extends UpdateImageStorageClassRequest {}
|
|
16
|
+
export interface UpdateImageStorageClassCommandOutput
|
|
17
|
+
extends UpdateImageStorageClassResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateImageStorageClassCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateImageStorageClassCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateImageStorageClassCommandInput,
|
|
24
|
+
UpdateImageStorageClassCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateImageStorageClassCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateImageStorageClassCommandInput,
|
|
33
|
+
UpdateImageStorageClassCommandOutput,
|
|
34
|
+
ECRClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateImageStorageClassCommand extends UpdateImageStorageClassCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateImageStorageClassRequest;
|
|
44
|
+
output: UpdateImageStorageClassResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateImageStorageClassCommandInput;
|
|
48
|
+
output: UpdateImageStorageClassCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|