@aws-sdk/client-ecr 3.927.0 → 3.928.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,443 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "../commands/BatchCheckLayerAvailabilityCommand";
4
- import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "../commands/BatchDeleteImageCommand";
5
- import { BatchGetImageCommandInput, BatchGetImageCommandOutput } from "../commands/BatchGetImageCommand";
6
- import { BatchGetRepositoryScanningConfigurationCommandInput, BatchGetRepositoryScanningConfigurationCommandOutput } from "../commands/BatchGetRepositoryScanningConfigurationCommand";
7
- import { CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput } from "../commands/CompleteLayerUploadCommand";
8
- import { CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput } from "../commands/CreatePullThroughCacheRuleCommand";
9
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
10
- import { CreateRepositoryCreationTemplateCommandInput, CreateRepositoryCreationTemplateCommandOutput } from "../commands/CreateRepositoryCreationTemplateCommand";
11
- import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "../commands/DeleteLifecyclePolicyCommand";
12
- import { DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput } from "../commands/DeletePullThroughCacheRuleCommand";
13
- import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "../commands/DeleteRegistryPolicyCommand";
14
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
15
- import { DeleteRepositoryCreationTemplateCommandInput, DeleteRepositoryCreationTemplateCommandOutput } from "../commands/DeleteRepositoryCreationTemplateCommand";
16
- import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "../commands/DeleteRepositoryPolicyCommand";
17
- import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "../commands/DescribeImageReplicationStatusCommand";
18
- import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "../commands/DescribeImageScanFindingsCommand";
19
- import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
20
- import { DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput } from "../commands/DescribePullThroughCacheRulesCommand";
21
- import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "../commands/DescribeRegistryCommand";
22
- import { DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput } from "../commands/DescribeRepositoriesCommand";
23
- import { DescribeRepositoryCreationTemplatesCommandInput, DescribeRepositoryCreationTemplatesCommandOutput } from "../commands/DescribeRepositoryCreationTemplatesCommand";
24
- import { GetAccountSettingCommandInput, GetAccountSettingCommandOutput } from "../commands/GetAccountSettingCommand";
25
- import { GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput } from "../commands/GetAuthorizationTokenCommand";
26
- import { GetDownloadUrlForLayerCommandInput, GetDownloadUrlForLayerCommandOutput } from "../commands/GetDownloadUrlForLayerCommand";
27
- import { GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput } from "../commands/GetLifecyclePolicyCommand";
28
- import { GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput } from "../commands/GetLifecyclePolicyPreviewCommand";
29
- import { GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput } from "../commands/GetRegistryPolicyCommand";
30
- import { GetRegistryScanningConfigurationCommandInput, GetRegistryScanningConfigurationCommandOutput } from "../commands/GetRegistryScanningConfigurationCommand";
31
- import { GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput } from "../commands/GetRepositoryPolicyCommand";
32
- import { InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput } from "../commands/InitiateLayerUploadCommand";
33
- import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
34
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
35
- import { PutAccountSettingCommandInput, PutAccountSettingCommandOutput } from "../commands/PutAccountSettingCommand";
36
- import { PutImageCommandInput, PutImageCommandOutput } from "../commands/PutImageCommand";
37
- import { PutImageScanningConfigurationCommandInput, PutImageScanningConfigurationCommandOutput } from "../commands/PutImageScanningConfigurationCommand";
38
- import { PutImageTagMutabilityCommandInput, PutImageTagMutabilityCommandOutput } from "../commands/PutImageTagMutabilityCommand";
39
- import { PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput } from "../commands/PutLifecyclePolicyCommand";
40
- import { PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput } from "../commands/PutRegistryPolicyCommand";
41
- import { PutRegistryScanningConfigurationCommandInput, PutRegistryScanningConfigurationCommandOutput } from "../commands/PutRegistryScanningConfigurationCommand";
42
- import { PutReplicationConfigurationCommandInput, PutReplicationConfigurationCommandOutput } from "../commands/PutReplicationConfigurationCommand";
43
- import { SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput } from "../commands/SetRepositoryPolicyCommand";
44
- import { StartImageScanCommandInput, StartImageScanCommandOutput } from "../commands/StartImageScanCommand";
45
- import { StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCommandOutput } from "../commands/StartLifecyclePolicyPreviewCommand";
46
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
47
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
48
- import { UpdatePullThroughCacheRuleCommandInput, UpdatePullThroughCacheRuleCommandOutput } from "../commands/UpdatePullThroughCacheRuleCommand";
49
- import { UpdateRepositoryCreationTemplateCommandInput, UpdateRepositoryCreationTemplateCommandOutput } from "../commands/UpdateRepositoryCreationTemplateCommand";
50
- import { UploadLayerPartCommandInput, UploadLayerPartCommandOutput } from "../commands/UploadLayerPartCommand";
51
- import { ValidatePullThroughCacheRuleCommandInput, ValidatePullThroughCacheRuleCommandOutput } from "../commands/ValidatePullThroughCacheRuleCommand";
52
- /**
53
- * serializeAws_json1_1BatchCheckLayerAvailabilityCommand
54
- */
55
- export declare const se_BatchCheckLayerAvailabilityCommand: (input: BatchCheckLayerAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_json1_1BatchDeleteImageCommand
58
- */
59
- export declare const se_BatchDeleteImageCommand: (input: BatchDeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_1BatchGetImageCommand
62
- */
63
- export declare const se_BatchGetImageCommand: (input: BatchGetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand
66
- */
67
- export declare const se_BatchGetRepositoryScanningConfigurationCommand: (input: BatchGetRepositoryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_1CompleteLayerUploadCommand
70
- */
71
- export declare const se_CompleteLayerUploadCommand: (input: CompleteLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_1CreatePullThroughCacheRuleCommand
74
- */
75
- export declare const se_CreatePullThroughCacheRuleCommand: (input: CreatePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_1CreateRepositoryCommand
78
- */
79
- export declare const se_CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_1CreateRepositoryCreationTemplateCommand
82
- */
83
- export declare const se_CreateRepositoryCreationTemplateCommand: (input: CreateRepositoryCreationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1DeleteLifecyclePolicyCommand
86
- */
87
- export declare const se_DeleteLifecyclePolicyCommand: (input: DeleteLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1DeletePullThroughCacheRuleCommand
90
- */
91
- export declare const se_DeletePullThroughCacheRuleCommand: (input: DeletePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1DeleteRegistryPolicyCommand
94
- */
95
- export declare const se_DeleteRegistryPolicyCommand: (input: DeleteRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1DeleteRepositoryCommand
98
- */
99
- export declare const se_DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1DeleteRepositoryCreationTemplateCommand
102
- */
103
- export declare const se_DeleteRepositoryCreationTemplateCommand: (input: DeleteRepositoryCreationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1DeleteRepositoryPolicyCommand
106
- */
107
- export declare const se_DeleteRepositoryPolicyCommand: (input: DeleteRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_1DescribeImageReplicationStatusCommand
110
- */
111
- export declare const se_DescribeImageReplicationStatusCommand: (input: DescribeImageReplicationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_1DescribeImagesCommand
114
- */
115
- export declare const se_DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_1DescribeImageScanFindingsCommand
118
- */
119
- export declare const se_DescribeImageScanFindingsCommand: (input: DescribeImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_1DescribePullThroughCacheRulesCommand
122
- */
123
- export declare const se_DescribePullThroughCacheRulesCommand: (input: DescribePullThroughCacheRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_1DescribeRegistryCommand
126
- */
127
- export declare const se_DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_1DescribeRepositoriesCommand
130
- */
131
- export declare const se_DescribeRepositoriesCommand: (input: DescribeRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_1DescribeRepositoryCreationTemplatesCommand
134
- */
135
- export declare const se_DescribeRepositoryCreationTemplatesCommand: (input: DescribeRepositoryCreationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_1GetAccountSettingCommand
138
- */
139
- export declare const se_GetAccountSettingCommand: (input: GetAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_1GetAuthorizationTokenCommand
142
- */
143
- export declare const se_GetAuthorizationTokenCommand: (input: GetAuthorizationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_1GetDownloadUrlForLayerCommand
146
- */
147
- export declare const se_GetDownloadUrlForLayerCommand: (input: GetDownloadUrlForLayerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_1GetLifecyclePolicyCommand
150
- */
151
- export declare const se_GetLifecyclePolicyCommand: (input: GetLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_1GetLifecyclePolicyPreviewCommand
154
- */
155
- export declare const se_GetLifecyclePolicyPreviewCommand: (input: GetLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_1GetRegistryPolicyCommand
158
- */
159
- export declare const se_GetRegistryPolicyCommand: (input: GetRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_1GetRegistryScanningConfigurationCommand
162
- */
163
- export declare const se_GetRegistryScanningConfigurationCommand: (input: GetRegistryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_1GetRepositoryPolicyCommand
166
- */
167
- export declare const se_GetRepositoryPolicyCommand: (input: GetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_1InitiateLayerUploadCommand
170
- */
171
- export declare const se_InitiateLayerUploadCommand: (input: InitiateLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_1ListImagesCommand
174
- */
175
- export declare const se_ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_1ListTagsForResourceCommand
178
- */
179
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_1PutAccountSettingCommand
182
- */
183
- export declare const se_PutAccountSettingCommand: (input: PutAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_1PutImageCommand
186
- */
187
- export declare const se_PutImageCommand: (input: PutImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_1PutImageScanningConfigurationCommand
190
- */
191
- export declare const se_PutImageScanningConfigurationCommand: (input: PutImageScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_1PutImageTagMutabilityCommand
194
- */
195
- export declare const se_PutImageTagMutabilityCommand: (input: PutImageTagMutabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_1PutLifecyclePolicyCommand
198
- */
199
- export declare const se_PutLifecyclePolicyCommand: (input: PutLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_1PutRegistryPolicyCommand
202
- */
203
- export declare const se_PutRegistryPolicyCommand: (input: PutRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_1PutRegistryScanningConfigurationCommand
206
- */
207
- export declare const se_PutRegistryScanningConfigurationCommand: (input: PutRegistryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_1PutReplicationConfigurationCommand
210
- */
211
- export declare const se_PutReplicationConfigurationCommand: (input: PutReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_1SetRepositoryPolicyCommand
214
- */
215
- export declare const se_SetRepositoryPolicyCommand: (input: SetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_1StartImageScanCommand
218
- */
219
- export declare const se_StartImageScanCommand: (input: StartImageScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_1StartLifecyclePolicyPreviewCommand
222
- */
223
- export declare const se_StartLifecyclePolicyPreviewCommand: (input: StartLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_1TagResourceCommand
226
- */
227
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_1UntagResourceCommand
230
- */
231
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_1UpdatePullThroughCacheRuleCommand
234
- */
235
- export declare const se_UpdatePullThroughCacheRuleCommand: (input: UpdatePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_1UpdateRepositoryCreationTemplateCommand
238
- */
239
- export declare const se_UpdateRepositoryCreationTemplateCommand: (input: UpdateRepositoryCreationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_1UploadLayerPartCommand
242
- */
243
- export declare const se_UploadLayerPartCommand: (input: UploadLayerPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_1ValidatePullThroughCacheRuleCommand
246
- */
247
- export declare const se_ValidatePullThroughCacheRuleCommand: (input: ValidatePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * deserializeAws_json1_1BatchCheckLayerAvailabilityCommand
250
- */
251
- export declare const de_BatchCheckLayerAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCheckLayerAvailabilityCommandOutput>;
252
- /**
253
- * deserializeAws_json1_1BatchDeleteImageCommand
254
- */
255
- export declare const de_BatchDeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteImageCommandOutput>;
256
- /**
257
- * deserializeAws_json1_1BatchGetImageCommand
258
- */
259
- export declare const de_BatchGetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetImageCommandOutput>;
260
- /**
261
- * deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand
262
- */
263
- export declare const de_BatchGetRepositoryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetRepositoryScanningConfigurationCommandOutput>;
264
- /**
265
- * deserializeAws_json1_1CompleteLayerUploadCommand
266
- */
267
- export declare const de_CompleteLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteLayerUploadCommandOutput>;
268
- /**
269
- * deserializeAws_json1_1CreatePullThroughCacheRuleCommand
270
- */
271
- export declare const de_CreatePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePullThroughCacheRuleCommandOutput>;
272
- /**
273
- * deserializeAws_json1_1CreateRepositoryCommand
274
- */
275
- export declare const de_CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
276
- /**
277
- * deserializeAws_json1_1CreateRepositoryCreationTemplateCommand
278
- */
279
- export declare const de_CreateRepositoryCreationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCreationTemplateCommandOutput>;
280
- /**
281
- * deserializeAws_json1_1DeleteLifecyclePolicyCommand
282
- */
283
- export declare const de_DeleteLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecyclePolicyCommandOutput>;
284
- /**
285
- * deserializeAws_json1_1DeletePullThroughCacheRuleCommand
286
- */
287
- export declare const de_DeletePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePullThroughCacheRuleCommandOutput>;
288
- /**
289
- * deserializeAws_json1_1DeleteRegistryPolicyCommand
290
- */
291
- export declare const de_DeleteRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryPolicyCommandOutput>;
292
- /**
293
- * deserializeAws_json1_1DeleteRepositoryCommand
294
- */
295
- export declare const de_DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
296
- /**
297
- * deserializeAws_json1_1DeleteRepositoryCreationTemplateCommand
298
- */
299
- export declare const de_DeleteRepositoryCreationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCreationTemplateCommandOutput>;
300
- /**
301
- * deserializeAws_json1_1DeleteRepositoryPolicyCommand
302
- */
303
- export declare const de_DeleteRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPolicyCommandOutput>;
304
- /**
305
- * deserializeAws_json1_1DescribeImageReplicationStatusCommand
306
- */
307
- export declare const de_DescribeImageReplicationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageReplicationStatusCommandOutput>;
308
- /**
309
- * deserializeAws_json1_1DescribeImagesCommand
310
- */
311
- export declare const de_DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
312
- /**
313
- * deserializeAws_json1_1DescribeImageScanFindingsCommand
314
- */
315
- export declare const de_DescribeImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageScanFindingsCommandOutput>;
316
- /**
317
- * deserializeAws_json1_1DescribePullThroughCacheRulesCommand
318
- */
319
- export declare const de_DescribePullThroughCacheRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePullThroughCacheRulesCommandOutput>;
320
- /**
321
- * deserializeAws_json1_1DescribeRegistryCommand
322
- */
323
- export declare const de_DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;
324
- /**
325
- * deserializeAws_json1_1DescribeRepositoriesCommand
326
- */
327
- export declare const de_DescribeRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRepositoriesCommandOutput>;
328
- /**
329
- * deserializeAws_json1_1DescribeRepositoryCreationTemplatesCommand
330
- */
331
- export declare const de_DescribeRepositoryCreationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRepositoryCreationTemplatesCommandOutput>;
332
- /**
333
- * deserializeAws_json1_1GetAccountSettingCommand
334
- */
335
- export declare const de_GetAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingCommandOutput>;
336
- /**
337
- * deserializeAws_json1_1GetAuthorizationTokenCommand
338
- */
339
- export declare const de_GetAuthorizationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizationTokenCommandOutput>;
340
- /**
341
- * deserializeAws_json1_1GetDownloadUrlForLayerCommand
342
- */
343
- export declare const de_GetDownloadUrlForLayerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDownloadUrlForLayerCommandOutput>;
344
- /**
345
- * deserializeAws_json1_1GetLifecyclePolicyCommand
346
- */
347
- export declare const de_GetLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyCommandOutput>;
348
- /**
349
- * deserializeAws_json1_1GetLifecyclePolicyPreviewCommand
350
- */
351
- export declare const de_GetLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyPreviewCommandOutput>;
352
- /**
353
- * deserializeAws_json1_1GetRegistryPolicyCommand
354
- */
355
- export declare const de_GetRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryPolicyCommandOutput>;
356
- /**
357
- * deserializeAws_json1_1GetRegistryScanningConfigurationCommand
358
- */
359
- export declare const de_GetRegistryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryScanningConfigurationCommandOutput>;
360
- /**
361
- * deserializeAws_json1_1GetRepositoryPolicyCommand
362
- */
363
- export declare const de_GetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryPolicyCommandOutput>;
364
- /**
365
- * deserializeAws_json1_1InitiateLayerUploadCommand
366
- */
367
- export declare const de_InitiateLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateLayerUploadCommandOutput>;
368
- /**
369
- * deserializeAws_json1_1ListImagesCommand
370
- */
371
- export declare const de_ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
372
- /**
373
- * deserializeAws_json1_1ListTagsForResourceCommand
374
- */
375
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
376
- /**
377
- * deserializeAws_json1_1PutAccountSettingCommand
378
- */
379
- export declare const de_PutAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingCommandOutput>;
380
- /**
381
- * deserializeAws_json1_1PutImageCommand
382
- */
383
- export declare const de_PutImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageCommandOutput>;
384
- /**
385
- * deserializeAws_json1_1PutImageScanningConfigurationCommand
386
- */
387
- export declare const de_PutImageScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageScanningConfigurationCommandOutput>;
388
- /**
389
- * deserializeAws_json1_1PutImageTagMutabilityCommand
390
- */
391
- export declare const de_PutImageTagMutabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageTagMutabilityCommandOutput>;
392
- /**
393
- * deserializeAws_json1_1PutLifecyclePolicyCommand
394
- */
395
- export declare const de_PutLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecyclePolicyCommandOutput>;
396
- /**
397
- * deserializeAws_json1_1PutRegistryPolicyCommand
398
- */
399
- export declare const de_PutRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRegistryPolicyCommandOutput>;
400
- /**
401
- * deserializeAws_json1_1PutRegistryScanningConfigurationCommand
402
- */
403
- export declare const de_PutRegistryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRegistryScanningConfigurationCommandOutput>;
404
- /**
405
- * deserializeAws_json1_1PutReplicationConfigurationCommand
406
- */
407
- export declare const de_PutReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutReplicationConfigurationCommandOutput>;
408
- /**
409
- * deserializeAws_json1_1SetRepositoryPolicyCommand
410
- */
411
- export declare const de_SetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRepositoryPolicyCommandOutput>;
412
- /**
413
- * deserializeAws_json1_1StartImageScanCommand
414
- */
415
- export declare const de_StartImageScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImageScanCommandOutput>;
416
- /**
417
- * deserializeAws_json1_1StartLifecyclePolicyPreviewCommand
418
- */
419
- export declare const de_StartLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLifecyclePolicyPreviewCommandOutput>;
420
- /**
421
- * deserializeAws_json1_1TagResourceCommand
422
- */
423
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
424
- /**
425
- * deserializeAws_json1_1UntagResourceCommand
426
- */
427
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
428
- /**
429
- * deserializeAws_json1_1UpdatePullThroughCacheRuleCommand
430
- */
431
- export declare const de_UpdatePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullThroughCacheRuleCommandOutput>;
432
- /**
433
- * deserializeAws_json1_1UpdateRepositoryCreationTemplateCommand
434
- */
435
- export declare const de_UpdateRepositoryCreationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryCreationTemplateCommandOutput>;
436
- /**
437
- * deserializeAws_json1_1UploadLayerPartCommand
438
- */
439
- export declare const de_UploadLayerPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadLayerPartCommandOutput>;
440
- /**
441
- * deserializeAws_json1_1ValidatePullThroughCacheRuleCommand
442
- */
443
- export declare const de_ValidatePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidatePullThroughCacheRuleCommandOutput>;