@aws-sdk/client-ecr 3.927.0 → 3.929.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.
Files changed (70) hide show
  1. package/dist-cjs/index.js +2244 -2306
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ECRClient.js +2 -0
  4. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteImageCommand.js +3 -9
  6. package/dist-es/commands/BatchGetImageCommand.js +3 -9
  7. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CompleteLayerUploadCommand.js +3 -9
  9. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  11. package/dist-es/commands/CreateRepositoryCreationTemplateCommand.js +3 -9
  12. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -9
  14. package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -9
  15. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  16. package/dist-es/commands/DeleteRepositoryCreationTemplateCommand.js +3 -9
  17. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -9
  18. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -9
  19. package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -9
  20. package/dist-es/commands/DescribeImagesCommand.js +3 -9
  21. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -9
  22. package/dist-es/commands/DescribeRegistryCommand.js +3 -9
  23. package/dist-es/commands/DescribeRepositoriesCommand.js +3 -9
  24. package/dist-es/commands/DescribeRepositoryCreationTemplatesCommand.js +3 -9
  25. package/dist-es/commands/GetAccountSettingCommand.js +3 -9
  26. package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -9
  27. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -9
  28. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
  29. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -9
  30. package/dist-es/commands/GetRegistryPolicyCommand.js +3 -9
  31. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -9
  32. package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -9
  33. package/dist-es/commands/InitiateLayerUploadCommand.js +3 -9
  34. package/dist-es/commands/ListImagesCommand.js +3 -9
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  36. package/dist-es/commands/PutAccountSettingCommand.js +3 -9
  37. package/dist-es/commands/PutImageCommand.js +3 -9
  38. package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -9
  39. package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -9
  40. package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -9
  41. package/dist-es/commands/PutRegistryPolicyCommand.js +3 -9
  42. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -9
  43. package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -9
  44. package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -9
  45. package/dist-es/commands/StartImageScanCommand.js +3 -9
  46. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -9
  47. package/dist-es/commands/TagResourceCommand.js +3 -9
  48. package/dist-es/commands/UntagResourceCommand.js +3 -9
  49. package/dist-es/commands/UpdatePullThroughCacheRuleCommand.js +3 -9
  50. package/dist-es/commands/UpdateRepositoryCreationTemplateCommand.js +3 -9
  51. package/dist-es/commands/UploadLayerPartCommand.js +3 -9
  52. package/dist-es/commands/ValidatePullThroughCacheRuleCommand.js +3 -9
  53. package/dist-es/runtimeConfig.shared.js +7 -0
  54. package/dist-es/schemas/schemas_0.js +2041 -0
  55. package/dist-types/ECRClient.d.ts +10 -1
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  57. package/dist-types/runtimeConfig.d.ts +1 -0
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/schemas/schemas_0.d.ts +282 -0
  61. package/dist-types/ts3.4/ECRClient.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
  67. package/package.json +5 -5
  68. package/dist-es/protocols/Aws_json1_1.js +0 -1847
  69. package/dist-types/protocols/Aws_json1_1.d.ts +0 -443
  70. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -593
@@ -1,593 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchCheckLayerAvailabilityCommandInput,
8
- BatchCheckLayerAvailabilityCommandOutput,
9
- } from "../commands/BatchCheckLayerAvailabilityCommand";
10
- import {
11
- BatchDeleteImageCommandInput,
12
- BatchDeleteImageCommandOutput,
13
- } from "../commands/BatchDeleteImageCommand";
14
- import {
15
- BatchGetImageCommandInput,
16
- BatchGetImageCommandOutput,
17
- } from "../commands/BatchGetImageCommand";
18
- import {
19
- BatchGetRepositoryScanningConfigurationCommandInput,
20
- BatchGetRepositoryScanningConfigurationCommandOutput,
21
- } from "../commands/BatchGetRepositoryScanningConfigurationCommand";
22
- import {
23
- CompleteLayerUploadCommandInput,
24
- CompleteLayerUploadCommandOutput,
25
- } from "../commands/CompleteLayerUploadCommand";
26
- import {
27
- CreatePullThroughCacheRuleCommandInput,
28
- CreatePullThroughCacheRuleCommandOutput,
29
- } from "../commands/CreatePullThroughCacheRuleCommand";
30
- import {
31
- CreateRepositoryCommandInput,
32
- CreateRepositoryCommandOutput,
33
- } from "../commands/CreateRepositoryCommand";
34
- import {
35
- CreateRepositoryCreationTemplateCommandInput,
36
- CreateRepositoryCreationTemplateCommandOutput,
37
- } from "../commands/CreateRepositoryCreationTemplateCommand";
38
- import {
39
- DeleteLifecyclePolicyCommandInput,
40
- DeleteLifecyclePolicyCommandOutput,
41
- } from "../commands/DeleteLifecyclePolicyCommand";
42
- import {
43
- DeletePullThroughCacheRuleCommandInput,
44
- DeletePullThroughCacheRuleCommandOutput,
45
- } from "../commands/DeletePullThroughCacheRuleCommand";
46
- import {
47
- DeleteRegistryPolicyCommandInput,
48
- DeleteRegistryPolicyCommandOutput,
49
- } from "../commands/DeleteRegistryPolicyCommand";
50
- import {
51
- DeleteRepositoryCommandInput,
52
- DeleteRepositoryCommandOutput,
53
- } from "../commands/DeleteRepositoryCommand";
54
- import {
55
- DeleteRepositoryCreationTemplateCommandInput,
56
- DeleteRepositoryCreationTemplateCommandOutput,
57
- } from "../commands/DeleteRepositoryCreationTemplateCommand";
58
- import {
59
- DeleteRepositoryPolicyCommandInput,
60
- DeleteRepositoryPolicyCommandOutput,
61
- } from "../commands/DeleteRepositoryPolicyCommand";
62
- import {
63
- DescribeImageReplicationStatusCommandInput,
64
- DescribeImageReplicationStatusCommandOutput,
65
- } from "../commands/DescribeImageReplicationStatusCommand";
66
- import {
67
- DescribeImageScanFindingsCommandInput,
68
- DescribeImageScanFindingsCommandOutput,
69
- } from "../commands/DescribeImageScanFindingsCommand";
70
- import {
71
- DescribeImagesCommandInput,
72
- DescribeImagesCommandOutput,
73
- } from "../commands/DescribeImagesCommand";
74
- import {
75
- DescribePullThroughCacheRulesCommandInput,
76
- DescribePullThroughCacheRulesCommandOutput,
77
- } from "../commands/DescribePullThroughCacheRulesCommand";
78
- import {
79
- DescribeRegistryCommandInput,
80
- DescribeRegistryCommandOutput,
81
- } from "../commands/DescribeRegistryCommand";
82
- import {
83
- DescribeRepositoriesCommandInput,
84
- DescribeRepositoriesCommandOutput,
85
- } from "../commands/DescribeRepositoriesCommand";
86
- import {
87
- DescribeRepositoryCreationTemplatesCommandInput,
88
- DescribeRepositoryCreationTemplatesCommandOutput,
89
- } from "../commands/DescribeRepositoryCreationTemplatesCommand";
90
- import {
91
- GetAccountSettingCommandInput,
92
- GetAccountSettingCommandOutput,
93
- } from "../commands/GetAccountSettingCommand";
94
- import {
95
- GetAuthorizationTokenCommandInput,
96
- GetAuthorizationTokenCommandOutput,
97
- } from "../commands/GetAuthorizationTokenCommand";
98
- import {
99
- GetDownloadUrlForLayerCommandInput,
100
- GetDownloadUrlForLayerCommandOutput,
101
- } from "../commands/GetDownloadUrlForLayerCommand";
102
- import {
103
- GetLifecyclePolicyCommandInput,
104
- GetLifecyclePolicyCommandOutput,
105
- } from "../commands/GetLifecyclePolicyCommand";
106
- import {
107
- GetLifecyclePolicyPreviewCommandInput,
108
- GetLifecyclePolicyPreviewCommandOutput,
109
- } from "../commands/GetLifecyclePolicyPreviewCommand";
110
- import {
111
- GetRegistryPolicyCommandInput,
112
- GetRegistryPolicyCommandOutput,
113
- } from "../commands/GetRegistryPolicyCommand";
114
- import {
115
- GetRegistryScanningConfigurationCommandInput,
116
- GetRegistryScanningConfigurationCommandOutput,
117
- } from "../commands/GetRegistryScanningConfigurationCommand";
118
- import {
119
- GetRepositoryPolicyCommandInput,
120
- GetRepositoryPolicyCommandOutput,
121
- } from "../commands/GetRepositoryPolicyCommand";
122
- import {
123
- InitiateLayerUploadCommandInput,
124
- InitiateLayerUploadCommandOutput,
125
- } from "../commands/InitiateLayerUploadCommand";
126
- import {
127
- ListImagesCommandInput,
128
- ListImagesCommandOutput,
129
- } from "../commands/ListImagesCommand";
130
- import {
131
- ListTagsForResourceCommandInput,
132
- ListTagsForResourceCommandOutput,
133
- } from "../commands/ListTagsForResourceCommand";
134
- import {
135
- PutAccountSettingCommandInput,
136
- PutAccountSettingCommandOutput,
137
- } from "../commands/PutAccountSettingCommand";
138
- import {
139
- PutImageCommandInput,
140
- PutImageCommandOutput,
141
- } from "../commands/PutImageCommand";
142
- import {
143
- PutImageScanningConfigurationCommandInput,
144
- PutImageScanningConfigurationCommandOutput,
145
- } from "../commands/PutImageScanningConfigurationCommand";
146
- import {
147
- PutImageTagMutabilityCommandInput,
148
- PutImageTagMutabilityCommandOutput,
149
- } from "../commands/PutImageTagMutabilityCommand";
150
- import {
151
- PutLifecyclePolicyCommandInput,
152
- PutLifecyclePolicyCommandOutput,
153
- } from "../commands/PutLifecyclePolicyCommand";
154
- import {
155
- PutRegistryPolicyCommandInput,
156
- PutRegistryPolicyCommandOutput,
157
- } from "../commands/PutRegistryPolicyCommand";
158
- import {
159
- PutRegistryScanningConfigurationCommandInput,
160
- PutRegistryScanningConfigurationCommandOutput,
161
- } from "../commands/PutRegistryScanningConfigurationCommand";
162
- import {
163
- PutReplicationConfigurationCommandInput,
164
- PutReplicationConfigurationCommandOutput,
165
- } from "../commands/PutReplicationConfigurationCommand";
166
- import {
167
- SetRepositoryPolicyCommandInput,
168
- SetRepositoryPolicyCommandOutput,
169
- } from "../commands/SetRepositoryPolicyCommand";
170
- import {
171
- StartImageScanCommandInput,
172
- StartImageScanCommandOutput,
173
- } from "../commands/StartImageScanCommand";
174
- import {
175
- StartLifecyclePolicyPreviewCommandInput,
176
- StartLifecyclePolicyPreviewCommandOutput,
177
- } from "../commands/StartLifecyclePolicyPreviewCommand";
178
- import {
179
- TagResourceCommandInput,
180
- TagResourceCommandOutput,
181
- } from "../commands/TagResourceCommand";
182
- import {
183
- UntagResourceCommandInput,
184
- UntagResourceCommandOutput,
185
- } from "../commands/UntagResourceCommand";
186
- import {
187
- UpdatePullThroughCacheRuleCommandInput,
188
- UpdatePullThroughCacheRuleCommandOutput,
189
- } from "../commands/UpdatePullThroughCacheRuleCommand";
190
- import {
191
- UpdateRepositoryCreationTemplateCommandInput,
192
- UpdateRepositoryCreationTemplateCommandOutput,
193
- } from "../commands/UpdateRepositoryCreationTemplateCommand";
194
- import {
195
- UploadLayerPartCommandInput,
196
- UploadLayerPartCommandOutput,
197
- } from "../commands/UploadLayerPartCommand";
198
- import {
199
- ValidatePullThroughCacheRuleCommandInput,
200
- ValidatePullThroughCacheRuleCommandOutput,
201
- } from "../commands/ValidatePullThroughCacheRuleCommand";
202
- export declare const se_BatchCheckLayerAvailabilityCommand: (
203
- input: BatchCheckLayerAvailabilityCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_BatchDeleteImageCommand: (
207
- input: BatchDeleteImageCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_BatchGetImageCommand: (
211
- input: BatchGetImageCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_BatchGetRepositoryScanningConfigurationCommand: (
215
- input: BatchGetRepositoryScanningConfigurationCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_CompleteLayerUploadCommand: (
219
- input: CompleteLayerUploadCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreatePullThroughCacheRuleCommand: (
223
- input: CreatePullThroughCacheRuleCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CreateRepositoryCommand: (
227
- input: CreateRepositoryCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateRepositoryCreationTemplateCommand: (
231
- input: CreateRepositoryCreationTemplateCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DeleteLifecyclePolicyCommand: (
235
- input: DeleteLifecyclePolicyCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_DeletePullThroughCacheRuleCommand: (
239
- input: DeletePullThroughCacheRuleCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_DeleteRegistryPolicyCommand: (
243
- input: DeleteRegistryPolicyCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DeleteRepositoryCommand: (
247
- input: DeleteRepositoryCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DeleteRepositoryCreationTemplateCommand: (
251
- input: DeleteRepositoryCreationTemplateCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DeleteRepositoryPolicyCommand: (
255
- input: DeleteRepositoryPolicyCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DescribeImageReplicationStatusCommand: (
259
- input: DescribeImageReplicationStatusCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DescribeImagesCommand: (
263
- input: DescribeImagesCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DescribeImageScanFindingsCommand: (
267
- input: DescribeImageScanFindingsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DescribePullThroughCacheRulesCommand: (
271
- input: DescribePullThroughCacheRulesCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DescribeRegistryCommand: (
275
- input: DescribeRegistryCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DescribeRepositoriesCommand: (
279
- input: DescribeRepositoriesCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DescribeRepositoryCreationTemplatesCommand: (
283
- input: DescribeRepositoryCreationTemplatesCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_GetAccountSettingCommand: (
287
- input: GetAccountSettingCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_GetAuthorizationTokenCommand: (
291
- input: GetAuthorizationTokenCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_GetDownloadUrlForLayerCommand: (
295
- input: GetDownloadUrlForLayerCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_GetLifecyclePolicyCommand: (
299
- input: GetLifecyclePolicyCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_GetLifecyclePolicyPreviewCommand: (
303
- input: GetLifecyclePolicyPreviewCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GetRegistryPolicyCommand: (
307
- input: GetRegistryPolicyCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_GetRegistryScanningConfigurationCommand: (
311
- input: GetRegistryScanningConfigurationCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_GetRepositoryPolicyCommand: (
315
- input: GetRepositoryPolicyCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_InitiateLayerUploadCommand: (
319
- input: InitiateLayerUploadCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_ListImagesCommand: (
323
- input: ListImagesCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_ListTagsForResourceCommand: (
327
- input: ListTagsForResourceCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_PutAccountSettingCommand: (
331
- input: PutAccountSettingCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_PutImageCommand: (
335
- input: PutImageCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_PutImageScanningConfigurationCommand: (
339
- input: PutImageScanningConfigurationCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_PutImageTagMutabilityCommand: (
343
- input: PutImageTagMutabilityCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_PutLifecyclePolicyCommand: (
347
- input: PutLifecyclePolicyCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_PutRegistryPolicyCommand: (
351
- input: PutRegistryPolicyCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_PutRegistryScanningConfigurationCommand: (
355
- input: PutRegistryScanningConfigurationCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_PutReplicationConfigurationCommand: (
359
- input: PutReplicationConfigurationCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_SetRepositoryPolicyCommand: (
363
- input: SetRepositoryPolicyCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_StartImageScanCommand: (
367
- input: StartImageScanCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_StartLifecyclePolicyPreviewCommand: (
371
- input: StartLifecyclePolicyPreviewCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_TagResourceCommand: (
375
- input: TagResourceCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_UntagResourceCommand: (
379
- input: UntagResourceCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_UpdatePullThroughCacheRuleCommand: (
383
- input: UpdatePullThroughCacheRuleCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_UpdateRepositoryCreationTemplateCommand: (
387
- input: UpdateRepositoryCreationTemplateCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_UploadLayerPartCommand: (
391
- input: UploadLayerPartCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ValidatePullThroughCacheRuleCommand: (
395
- input: ValidatePullThroughCacheRuleCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const de_BatchCheckLayerAvailabilityCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<BatchCheckLayerAvailabilityCommandOutput>;
402
- export declare const de_BatchDeleteImageCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<BatchDeleteImageCommandOutput>;
406
- export declare const de_BatchGetImageCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<BatchGetImageCommandOutput>;
410
- export declare const de_BatchGetRepositoryScanningConfigurationCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<BatchGetRepositoryScanningConfigurationCommandOutput>;
414
- export declare const de_CompleteLayerUploadCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<CompleteLayerUploadCommandOutput>;
418
- export declare const de_CreatePullThroughCacheRuleCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<CreatePullThroughCacheRuleCommandOutput>;
422
- export declare const de_CreateRepositoryCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<CreateRepositoryCommandOutput>;
426
- export declare const de_CreateRepositoryCreationTemplateCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<CreateRepositoryCreationTemplateCommandOutput>;
430
- export declare const de_DeleteLifecyclePolicyCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<DeleteLifecyclePolicyCommandOutput>;
434
- export declare const de_DeletePullThroughCacheRuleCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<DeletePullThroughCacheRuleCommandOutput>;
438
- export declare const de_DeleteRegistryPolicyCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<DeleteRegistryPolicyCommandOutput>;
442
- export declare const de_DeleteRepositoryCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<DeleteRepositoryCommandOutput>;
446
- export declare const de_DeleteRepositoryCreationTemplateCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<DeleteRepositoryCreationTemplateCommandOutput>;
450
- export declare const de_DeleteRepositoryPolicyCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DeleteRepositoryPolicyCommandOutput>;
454
- export declare const de_DescribeImageReplicationStatusCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DescribeImageReplicationStatusCommandOutput>;
458
- export declare const de_DescribeImagesCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DescribeImagesCommandOutput>;
462
- export declare const de_DescribeImageScanFindingsCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<DescribeImageScanFindingsCommandOutput>;
466
- export declare const de_DescribePullThroughCacheRulesCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DescribePullThroughCacheRulesCommandOutput>;
470
- export declare const de_DescribeRegistryCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DescribeRegistryCommandOutput>;
474
- export declare const de_DescribeRepositoriesCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<DescribeRepositoriesCommandOutput>;
478
- export declare const de_DescribeRepositoryCreationTemplatesCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<DescribeRepositoryCreationTemplatesCommandOutput>;
482
- export declare const de_GetAccountSettingCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<GetAccountSettingCommandOutput>;
486
- export declare const de_GetAuthorizationTokenCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<GetAuthorizationTokenCommandOutput>;
490
- export declare const de_GetDownloadUrlForLayerCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<GetDownloadUrlForLayerCommandOutput>;
494
- export declare const de_GetLifecyclePolicyCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<GetLifecyclePolicyCommandOutput>;
498
- export declare const de_GetLifecyclePolicyPreviewCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<GetLifecyclePolicyPreviewCommandOutput>;
502
- export declare const de_GetRegistryPolicyCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<GetRegistryPolicyCommandOutput>;
506
- export declare const de_GetRegistryScanningConfigurationCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<GetRegistryScanningConfigurationCommandOutput>;
510
- export declare const de_GetRepositoryPolicyCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<GetRepositoryPolicyCommandOutput>;
514
- export declare const de_InitiateLayerUploadCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<InitiateLayerUploadCommandOutput>;
518
- export declare const de_ListImagesCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<ListImagesCommandOutput>;
522
- export declare const de_ListTagsForResourceCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<ListTagsForResourceCommandOutput>;
526
- export declare const de_PutAccountSettingCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<PutAccountSettingCommandOutput>;
530
- export declare const de_PutImageCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<PutImageCommandOutput>;
534
- export declare const de_PutImageScanningConfigurationCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<PutImageScanningConfigurationCommandOutput>;
538
- export declare const de_PutImageTagMutabilityCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<PutImageTagMutabilityCommandOutput>;
542
- export declare const de_PutLifecyclePolicyCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<PutLifecyclePolicyCommandOutput>;
546
- export declare const de_PutRegistryPolicyCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<PutRegistryPolicyCommandOutput>;
550
- export declare const de_PutRegistryScanningConfigurationCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<PutRegistryScanningConfigurationCommandOutput>;
554
- export declare const de_PutReplicationConfigurationCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<PutReplicationConfigurationCommandOutput>;
558
- export declare const de_SetRepositoryPolicyCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<SetRepositoryPolicyCommandOutput>;
562
- export declare const de_StartImageScanCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<StartImageScanCommandOutput>;
566
- export declare const de_StartLifecyclePolicyPreviewCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<StartLifecyclePolicyPreviewCommandOutput>;
570
- export declare const de_TagResourceCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<TagResourceCommandOutput>;
574
- export declare const de_UntagResourceCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<UntagResourceCommandOutput>;
578
- export declare const de_UpdatePullThroughCacheRuleCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<UpdatePullThroughCacheRuleCommandOutput>;
582
- export declare const de_UpdateRepositoryCreationTemplateCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<UpdateRepositoryCreationTemplateCommandOutput>;
586
- export declare const de_UploadLayerPartCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<UploadLayerPartCommandOutput>;
590
- export declare const de_ValidatePullThroughCacheRuleCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ValidatePullThroughCacheRuleCommandOutput>;