@aws-sdk/client-codeartifact 3.306.0 → 3.310.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/dist-cjs/commands/AssociateExternalConnectionCommand.js +2 -2
- package/dist-cjs/commands/CopyPackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePackageCommand.js +2 -2
- package/dist-cjs/commands/DeletePackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
- package/dist-cjs/commands/DescribePackageCommand.js +2 -2
- package/dist-cjs/commands/DescribePackageVersionCommand.js +2 -2
- package/dist-cjs/commands/DescribeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +2 -2
- package/dist-cjs/commands/DisposePackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -2
- package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPackageVersionAssetCommand.js +2 -2
- package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryEndpointCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PublishPackageVersionCommand.js +2 -2
- package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateRepositoryCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +566 -578
- package/dist-es/commands/AssociateExternalConnectionCommand.js +3 -3
- package/dist-es/commands/CopyPackageVersionsCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/DeletePackageCommand.js +3 -3
- package/dist-es/commands/DeletePackageVersionsCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeDomainCommand.js +3 -3
- package/dist-es/commands/DescribePackageCommand.js +3 -3
- package/dist-es/commands/DescribePackageVersionCommand.js +3 -3
- package/dist-es/commands/DescribeRepositoryCommand.js +3 -3
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +3 -3
- package/dist-es/commands/DisposePackageVersionsCommand.js +3 -3
- package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/GetPackageVersionAssetCommand.js +3 -3
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +3 -3
- package/dist-es/commands/GetRepositoryEndpointCommand.js +3 -3
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionsCommand.js +3 -3
- package/dist-es/commands/ListPackagesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PublishPackageVersionCommand.js +3 -3
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +3 -3
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +3 -3
- package/dist-es/commands/UpdateRepositoryCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +488 -500
- package/dist-types/protocols/Aws_restJson1.d.ts +304 -76
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -76
- package/package.json +37 -37
|
@@ -158,307 +158,307 @@ import {
|
|
|
158
158
|
UpdateRepositoryCommandInput,
|
|
159
159
|
UpdateRepositoryCommandOutput,
|
|
160
160
|
} from "../commands/UpdateRepositoryCommand";
|
|
161
|
-
export declare const
|
|
161
|
+
export declare const se_AssociateExternalConnectionCommand: (
|
|
162
162
|
input: AssociateExternalConnectionCommandInput,
|
|
163
163
|
context: __SerdeContext
|
|
164
164
|
) => Promise<__HttpRequest>;
|
|
165
|
-
export declare const
|
|
165
|
+
export declare const se_CopyPackageVersionsCommand: (
|
|
166
166
|
input: CopyPackageVersionsCommandInput,
|
|
167
167
|
context: __SerdeContext
|
|
168
168
|
) => Promise<__HttpRequest>;
|
|
169
|
-
export declare const
|
|
169
|
+
export declare const se_CreateDomainCommand: (
|
|
170
170
|
input: CreateDomainCommandInput,
|
|
171
171
|
context: __SerdeContext
|
|
172
172
|
) => Promise<__HttpRequest>;
|
|
173
|
-
export declare const
|
|
173
|
+
export declare const se_CreateRepositoryCommand: (
|
|
174
174
|
input: CreateRepositoryCommandInput,
|
|
175
175
|
context: __SerdeContext
|
|
176
176
|
) => Promise<__HttpRequest>;
|
|
177
|
-
export declare const
|
|
177
|
+
export declare const se_DeleteDomainCommand: (
|
|
178
178
|
input: DeleteDomainCommandInput,
|
|
179
179
|
context: __SerdeContext
|
|
180
180
|
) => Promise<__HttpRequest>;
|
|
181
|
-
export declare const
|
|
181
|
+
export declare const se_DeleteDomainPermissionsPolicyCommand: (
|
|
182
182
|
input: DeleteDomainPermissionsPolicyCommandInput,
|
|
183
183
|
context: __SerdeContext
|
|
184
184
|
) => Promise<__HttpRequest>;
|
|
185
|
-
export declare const
|
|
185
|
+
export declare const se_DeletePackageCommand: (
|
|
186
186
|
input: DeletePackageCommandInput,
|
|
187
187
|
context: __SerdeContext
|
|
188
188
|
) => Promise<__HttpRequest>;
|
|
189
|
-
export declare const
|
|
189
|
+
export declare const se_DeletePackageVersionsCommand: (
|
|
190
190
|
input: DeletePackageVersionsCommandInput,
|
|
191
191
|
context: __SerdeContext
|
|
192
192
|
) => Promise<__HttpRequest>;
|
|
193
|
-
export declare const
|
|
193
|
+
export declare const se_DeleteRepositoryCommand: (
|
|
194
194
|
input: DeleteRepositoryCommandInput,
|
|
195
195
|
context: __SerdeContext
|
|
196
196
|
) => Promise<__HttpRequest>;
|
|
197
|
-
export declare const
|
|
197
|
+
export declare const se_DeleteRepositoryPermissionsPolicyCommand: (
|
|
198
198
|
input: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
199
199
|
context: __SerdeContext
|
|
200
200
|
) => Promise<__HttpRequest>;
|
|
201
|
-
export declare const
|
|
201
|
+
export declare const se_DescribeDomainCommand: (
|
|
202
202
|
input: DescribeDomainCommandInput,
|
|
203
203
|
context: __SerdeContext
|
|
204
204
|
) => Promise<__HttpRequest>;
|
|
205
|
-
export declare const
|
|
205
|
+
export declare const se_DescribePackageCommand: (
|
|
206
206
|
input: DescribePackageCommandInput,
|
|
207
207
|
context: __SerdeContext
|
|
208
208
|
) => Promise<__HttpRequest>;
|
|
209
|
-
export declare const
|
|
209
|
+
export declare const se_DescribePackageVersionCommand: (
|
|
210
210
|
input: DescribePackageVersionCommandInput,
|
|
211
211
|
context: __SerdeContext
|
|
212
212
|
) => Promise<__HttpRequest>;
|
|
213
|
-
export declare const
|
|
213
|
+
export declare const se_DescribeRepositoryCommand: (
|
|
214
214
|
input: DescribeRepositoryCommandInput,
|
|
215
215
|
context: __SerdeContext
|
|
216
216
|
) => Promise<__HttpRequest>;
|
|
217
|
-
export declare const
|
|
217
|
+
export declare const se_DisassociateExternalConnectionCommand: (
|
|
218
218
|
input: DisassociateExternalConnectionCommandInput,
|
|
219
219
|
context: __SerdeContext
|
|
220
220
|
) => Promise<__HttpRequest>;
|
|
221
|
-
export declare const
|
|
221
|
+
export declare const se_DisposePackageVersionsCommand: (
|
|
222
222
|
input: DisposePackageVersionsCommandInput,
|
|
223
223
|
context: __SerdeContext
|
|
224
224
|
) => Promise<__HttpRequest>;
|
|
225
|
-
export declare const
|
|
225
|
+
export declare const se_GetAuthorizationTokenCommand: (
|
|
226
226
|
input: GetAuthorizationTokenCommandInput,
|
|
227
227
|
context: __SerdeContext
|
|
228
228
|
) => Promise<__HttpRequest>;
|
|
229
|
-
export declare const
|
|
229
|
+
export declare const se_GetDomainPermissionsPolicyCommand: (
|
|
230
230
|
input: GetDomainPermissionsPolicyCommandInput,
|
|
231
231
|
context: __SerdeContext
|
|
232
232
|
) => Promise<__HttpRequest>;
|
|
233
|
-
export declare const
|
|
233
|
+
export declare const se_GetPackageVersionAssetCommand: (
|
|
234
234
|
input: GetPackageVersionAssetCommandInput,
|
|
235
235
|
context: __SerdeContext
|
|
236
236
|
) => Promise<__HttpRequest>;
|
|
237
|
-
export declare const
|
|
237
|
+
export declare const se_GetPackageVersionReadmeCommand: (
|
|
238
238
|
input: GetPackageVersionReadmeCommandInput,
|
|
239
239
|
context: __SerdeContext
|
|
240
240
|
) => Promise<__HttpRequest>;
|
|
241
|
-
export declare const
|
|
241
|
+
export declare const se_GetRepositoryEndpointCommand: (
|
|
242
242
|
input: GetRepositoryEndpointCommandInput,
|
|
243
243
|
context: __SerdeContext
|
|
244
244
|
) => Promise<__HttpRequest>;
|
|
245
|
-
export declare const
|
|
245
|
+
export declare const se_GetRepositoryPermissionsPolicyCommand: (
|
|
246
246
|
input: GetRepositoryPermissionsPolicyCommandInput,
|
|
247
247
|
context: __SerdeContext
|
|
248
248
|
) => Promise<__HttpRequest>;
|
|
249
|
-
export declare const
|
|
249
|
+
export declare const se_ListDomainsCommand: (
|
|
250
250
|
input: ListDomainsCommandInput,
|
|
251
251
|
context: __SerdeContext
|
|
252
252
|
) => Promise<__HttpRequest>;
|
|
253
|
-
export declare const
|
|
253
|
+
export declare const se_ListPackagesCommand: (
|
|
254
254
|
input: ListPackagesCommandInput,
|
|
255
255
|
context: __SerdeContext
|
|
256
256
|
) => Promise<__HttpRequest>;
|
|
257
|
-
export declare const
|
|
257
|
+
export declare const se_ListPackageVersionAssetsCommand: (
|
|
258
258
|
input: ListPackageVersionAssetsCommandInput,
|
|
259
259
|
context: __SerdeContext
|
|
260
260
|
) => Promise<__HttpRequest>;
|
|
261
|
-
export declare const
|
|
261
|
+
export declare const se_ListPackageVersionDependenciesCommand: (
|
|
262
262
|
input: ListPackageVersionDependenciesCommandInput,
|
|
263
263
|
context: __SerdeContext
|
|
264
264
|
) => Promise<__HttpRequest>;
|
|
265
|
-
export declare const
|
|
265
|
+
export declare const se_ListPackageVersionsCommand: (
|
|
266
266
|
input: ListPackageVersionsCommandInput,
|
|
267
267
|
context: __SerdeContext
|
|
268
268
|
) => Promise<__HttpRequest>;
|
|
269
|
-
export declare const
|
|
269
|
+
export declare const se_ListRepositoriesCommand: (
|
|
270
270
|
input: ListRepositoriesCommandInput,
|
|
271
271
|
context: __SerdeContext
|
|
272
272
|
) => Promise<__HttpRequest>;
|
|
273
|
-
export declare const
|
|
273
|
+
export declare const se_ListRepositoriesInDomainCommand: (
|
|
274
274
|
input: ListRepositoriesInDomainCommandInput,
|
|
275
275
|
context: __SerdeContext
|
|
276
276
|
) => Promise<__HttpRequest>;
|
|
277
|
-
export declare const
|
|
277
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
278
278
|
input: ListTagsForResourceCommandInput,
|
|
279
279
|
context: __SerdeContext
|
|
280
280
|
) => Promise<__HttpRequest>;
|
|
281
|
-
export declare const
|
|
281
|
+
export declare const se_PublishPackageVersionCommand: (
|
|
282
282
|
input: PublishPackageVersionCommandInput,
|
|
283
283
|
context: __SerdeContext
|
|
284
284
|
) => Promise<__HttpRequest>;
|
|
285
|
-
export declare const
|
|
285
|
+
export declare const se_PutDomainPermissionsPolicyCommand: (
|
|
286
286
|
input: PutDomainPermissionsPolicyCommandInput,
|
|
287
287
|
context: __SerdeContext
|
|
288
288
|
) => Promise<__HttpRequest>;
|
|
289
|
-
export declare const
|
|
289
|
+
export declare const se_PutPackageOriginConfigurationCommand: (
|
|
290
290
|
input: PutPackageOriginConfigurationCommandInput,
|
|
291
291
|
context: __SerdeContext
|
|
292
292
|
) => Promise<__HttpRequest>;
|
|
293
|
-
export declare const
|
|
293
|
+
export declare const se_PutRepositoryPermissionsPolicyCommand: (
|
|
294
294
|
input: PutRepositoryPermissionsPolicyCommandInput,
|
|
295
295
|
context: __SerdeContext
|
|
296
296
|
) => Promise<__HttpRequest>;
|
|
297
|
-
export declare const
|
|
297
|
+
export declare const se_TagResourceCommand: (
|
|
298
298
|
input: TagResourceCommandInput,
|
|
299
299
|
context: __SerdeContext
|
|
300
300
|
) => Promise<__HttpRequest>;
|
|
301
|
-
export declare const
|
|
301
|
+
export declare const se_UntagResourceCommand: (
|
|
302
302
|
input: UntagResourceCommandInput,
|
|
303
303
|
context: __SerdeContext
|
|
304
304
|
) => Promise<__HttpRequest>;
|
|
305
|
-
export declare const
|
|
305
|
+
export declare const se_UpdatePackageVersionsStatusCommand: (
|
|
306
306
|
input: UpdatePackageVersionsStatusCommandInput,
|
|
307
307
|
context: __SerdeContext
|
|
308
308
|
) => Promise<__HttpRequest>;
|
|
309
|
-
export declare const
|
|
309
|
+
export declare const se_UpdateRepositoryCommand: (
|
|
310
310
|
input: UpdateRepositoryCommandInput,
|
|
311
311
|
context: __SerdeContext
|
|
312
312
|
) => Promise<__HttpRequest>;
|
|
313
|
-
export declare const
|
|
313
|
+
export declare const de_AssociateExternalConnectionCommand: (
|
|
314
314
|
output: __HttpResponse,
|
|
315
315
|
context: __SerdeContext
|
|
316
316
|
) => Promise<AssociateExternalConnectionCommandOutput>;
|
|
317
|
-
export declare const
|
|
317
|
+
export declare const de_CopyPackageVersionsCommand: (
|
|
318
318
|
output: __HttpResponse,
|
|
319
319
|
context: __SerdeContext
|
|
320
320
|
) => Promise<CopyPackageVersionsCommandOutput>;
|
|
321
|
-
export declare const
|
|
321
|
+
export declare const de_CreateDomainCommand: (
|
|
322
322
|
output: __HttpResponse,
|
|
323
323
|
context: __SerdeContext
|
|
324
324
|
) => Promise<CreateDomainCommandOutput>;
|
|
325
|
-
export declare const
|
|
325
|
+
export declare const de_CreateRepositoryCommand: (
|
|
326
326
|
output: __HttpResponse,
|
|
327
327
|
context: __SerdeContext
|
|
328
328
|
) => Promise<CreateRepositoryCommandOutput>;
|
|
329
|
-
export declare const
|
|
329
|
+
export declare const de_DeleteDomainCommand: (
|
|
330
330
|
output: __HttpResponse,
|
|
331
331
|
context: __SerdeContext
|
|
332
332
|
) => Promise<DeleteDomainCommandOutput>;
|
|
333
|
-
export declare const
|
|
333
|
+
export declare const de_DeleteDomainPermissionsPolicyCommand: (
|
|
334
334
|
output: __HttpResponse,
|
|
335
335
|
context: __SerdeContext
|
|
336
336
|
) => Promise<DeleteDomainPermissionsPolicyCommandOutput>;
|
|
337
|
-
export declare const
|
|
337
|
+
export declare const de_DeletePackageCommand: (
|
|
338
338
|
output: __HttpResponse,
|
|
339
339
|
context: __SerdeContext
|
|
340
340
|
) => Promise<DeletePackageCommandOutput>;
|
|
341
|
-
export declare const
|
|
341
|
+
export declare const de_DeletePackageVersionsCommand: (
|
|
342
342
|
output: __HttpResponse,
|
|
343
343
|
context: __SerdeContext
|
|
344
344
|
) => Promise<DeletePackageVersionsCommandOutput>;
|
|
345
|
-
export declare const
|
|
345
|
+
export declare const de_DeleteRepositoryCommand: (
|
|
346
346
|
output: __HttpResponse,
|
|
347
347
|
context: __SerdeContext
|
|
348
348
|
) => Promise<DeleteRepositoryCommandOutput>;
|
|
349
|
-
export declare const
|
|
349
|
+
export declare const de_DeleteRepositoryPermissionsPolicyCommand: (
|
|
350
350
|
output: __HttpResponse,
|
|
351
351
|
context: __SerdeContext
|
|
352
352
|
) => Promise<DeleteRepositoryPermissionsPolicyCommandOutput>;
|
|
353
|
-
export declare const
|
|
353
|
+
export declare const de_DescribeDomainCommand: (
|
|
354
354
|
output: __HttpResponse,
|
|
355
355
|
context: __SerdeContext
|
|
356
356
|
) => Promise<DescribeDomainCommandOutput>;
|
|
357
|
-
export declare const
|
|
357
|
+
export declare const de_DescribePackageCommand: (
|
|
358
358
|
output: __HttpResponse,
|
|
359
359
|
context: __SerdeContext
|
|
360
360
|
) => Promise<DescribePackageCommandOutput>;
|
|
361
|
-
export declare const
|
|
361
|
+
export declare const de_DescribePackageVersionCommand: (
|
|
362
362
|
output: __HttpResponse,
|
|
363
363
|
context: __SerdeContext
|
|
364
364
|
) => Promise<DescribePackageVersionCommandOutput>;
|
|
365
|
-
export declare const
|
|
365
|
+
export declare const de_DescribeRepositoryCommand: (
|
|
366
366
|
output: __HttpResponse,
|
|
367
367
|
context: __SerdeContext
|
|
368
368
|
) => Promise<DescribeRepositoryCommandOutput>;
|
|
369
|
-
export declare const
|
|
369
|
+
export declare const de_DisassociateExternalConnectionCommand: (
|
|
370
370
|
output: __HttpResponse,
|
|
371
371
|
context: __SerdeContext
|
|
372
372
|
) => Promise<DisassociateExternalConnectionCommandOutput>;
|
|
373
|
-
export declare const
|
|
373
|
+
export declare const de_DisposePackageVersionsCommand: (
|
|
374
374
|
output: __HttpResponse,
|
|
375
375
|
context: __SerdeContext
|
|
376
376
|
) => Promise<DisposePackageVersionsCommandOutput>;
|
|
377
|
-
export declare const
|
|
377
|
+
export declare const de_GetAuthorizationTokenCommand: (
|
|
378
378
|
output: __HttpResponse,
|
|
379
379
|
context: __SerdeContext
|
|
380
380
|
) => Promise<GetAuthorizationTokenCommandOutput>;
|
|
381
|
-
export declare const
|
|
381
|
+
export declare const de_GetDomainPermissionsPolicyCommand: (
|
|
382
382
|
output: __HttpResponse,
|
|
383
383
|
context: __SerdeContext
|
|
384
384
|
) => Promise<GetDomainPermissionsPolicyCommandOutput>;
|
|
385
|
-
export declare const
|
|
385
|
+
export declare const de_GetPackageVersionAssetCommand: (
|
|
386
386
|
output: __HttpResponse,
|
|
387
387
|
context: __SerdeContext & __SdkStreamSerdeContext
|
|
388
388
|
) => Promise<GetPackageVersionAssetCommandOutput>;
|
|
389
|
-
export declare const
|
|
389
|
+
export declare const de_GetPackageVersionReadmeCommand: (
|
|
390
390
|
output: __HttpResponse,
|
|
391
391
|
context: __SerdeContext
|
|
392
392
|
) => Promise<GetPackageVersionReadmeCommandOutput>;
|
|
393
|
-
export declare const
|
|
393
|
+
export declare const de_GetRepositoryEndpointCommand: (
|
|
394
394
|
output: __HttpResponse,
|
|
395
395
|
context: __SerdeContext
|
|
396
396
|
) => Promise<GetRepositoryEndpointCommandOutput>;
|
|
397
|
-
export declare const
|
|
397
|
+
export declare const de_GetRepositoryPermissionsPolicyCommand: (
|
|
398
398
|
output: __HttpResponse,
|
|
399
399
|
context: __SerdeContext
|
|
400
400
|
) => Promise<GetRepositoryPermissionsPolicyCommandOutput>;
|
|
401
|
-
export declare const
|
|
401
|
+
export declare const de_ListDomainsCommand: (
|
|
402
402
|
output: __HttpResponse,
|
|
403
403
|
context: __SerdeContext
|
|
404
404
|
) => Promise<ListDomainsCommandOutput>;
|
|
405
|
-
export declare const
|
|
405
|
+
export declare const de_ListPackagesCommand: (
|
|
406
406
|
output: __HttpResponse,
|
|
407
407
|
context: __SerdeContext
|
|
408
408
|
) => Promise<ListPackagesCommandOutput>;
|
|
409
|
-
export declare const
|
|
409
|
+
export declare const de_ListPackageVersionAssetsCommand: (
|
|
410
410
|
output: __HttpResponse,
|
|
411
411
|
context: __SerdeContext
|
|
412
412
|
) => Promise<ListPackageVersionAssetsCommandOutput>;
|
|
413
|
-
export declare const
|
|
413
|
+
export declare const de_ListPackageVersionDependenciesCommand: (
|
|
414
414
|
output: __HttpResponse,
|
|
415
415
|
context: __SerdeContext
|
|
416
416
|
) => Promise<ListPackageVersionDependenciesCommandOutput>;
|
|
417
|
-
export declare const
|
|
417
|
+
export declare const de_ListPackageVersionsCommand: (
|
|
418
418
|
output: __HttpResponse,
|
|
419
419
|
context: __SerdeContext
|
|
420
420
|
) => Promise<ListPackageVersionsCommandOutput>;
|
|
421
|
-
export declare const
|
|
421
|
+
export declare const de_ListRepositoriesCommand: (
|
|
422
422
|
output: __HttpResponse,
|
|
423
423
|
context: __SerdeContext
|
|
424
424
|
) => Promise<ListRepositoriesCommandOutput>;
|
|
425
|
-
export declare const
|
|
425
|
+
export declare const de_ListRepositoriesInDomainCommand: (
|
|
426
426
|
output: __HttpResponse,
|
|
427
427
|
context: __SerdeContext
|
|
428
428
|
) => Promise<ListRepositoriesInDomainCommandOutput>;
|
|
429
|
-
export declare const
|
|
429
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
430
430
|
output: __HttpResponse,
|
|
431
431
|
context: __SerdeContext
|
|
432
432
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
433
|
-
export declare const
|
|
433
|
+
export declare const de_PublishPackageVersionCommand: (
|
|
434
434
|
output: __HttpResponse,
|
|
435
435
|
context: __SerdeContext
|
|
436
436
|
) => Promise<PublishPackageVersionCommandOutput>;
|
|
437
|
-
export declare const
|
|
437
|
+
export declare const de_PutDomainPermissionsPolicyCommand: (
|
|
438
438
|
output: __HttpResponse,
|
|
439
439
|
context: __SerdeContext
|
|
440
440
|
) => Promise<PutDomainPermissionsPolicyCommandOutput>;
|
|
441
|
-
export declare const
|
|
441
|
+
export declare const de_PutPackageOriginConfigurationCommand: (
|
|
442
442
|
output: __HttpResponse,
|
|
443
443
|
context: __SerdeContext
|
|
444
444
|
) => Promise<PutPackageOriginConfigurationCommandOutput>;
|
|
445
|
-
export declare const
|
|
445
|
+
export declare const de_PutRepositoryPermissionsPolicyCommand: (
|
|
446
446
|
output: __HttpResponse,
|
|
447
447
|
context: __SerdeContext
|
|
448
448
|
) => Promise<PutRepositoryPermissionsPolicyCommandOutput>;
|
|
449
|
-
export declare const
|
|
449
|
+
export declare const de_TagResourceCommand: (
|
|
450
450
|
output: __HttpResponse,
|
|
451
451
|
context: __SerdeContext
|
|
452
452
|
) => Promise<TagResourceCommandOutput>;
|
|
453
|
-
export declare const
|
|
453
|
+
export declare const de_UntagResourceCommand: (
|
|
454
454
|
output: __HttpResponse,
|
|
455
455
|
context: __SerdeContext
|
|
456
456
|
) => Promise<UntagResourceCommandOutput>;
|
|
457
|
-
export declare const
|
|
457
|
+
export declare const de_UpdatePackageVersionsStatusCommand: (
|
|
458
458
|
output: __HttpResponse,
|
|
459
459
|
context: __SerdeContext
|
|
460
460
|
) => Promise<UpdatePackageVersionsStatusCommandOutput>;
|
|
461
|
-
export declare const
|
|
461
|
+
export declare const de_UpdateRepositoryCommand: (
|
|
462
462
|
output: __HttpResponse,
|
|
463
463
|
context: __SerdeContext
|
|
464
464
|
) => Promise<UpdateRepositoryCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeartifact",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.310.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
54
|
-
"@aws-sdk/util-stream-node": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
56
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
57
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.310.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.310.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.310.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.310.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.310.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.310.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.310.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.310.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.310.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.310.0",
|
|
44
|
+
"@aws-sdk/types": "3.310.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.310.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.310.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.310.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.310.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.310.0",
|
|
53
|
+
"@aws-sdk/util-stream-browser": "3.310.0",
|
|
54
|
+
"@aws-sdk/util-stream-node": "3.310.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
56
|
+
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
57
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
62
62
|
"@tsconfig/node14": "1.0.3",
|
|
63
63
|
"@types/node": "^14.14.31",
|
|
64
64
|
"concurrently": "7.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"files": [
|
|
81
|
-
"dist
|
|
81
|
+
"dist-*/**"
|
|
82
82
|
],
|
|
83
83
|
"author": {
|
|
84
84
|
"name": "AWS SDK for JavaScript Team",
|