@aws-sdk/client-codeartifact 3.1087.0 → 3.1089.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/index.js +1 -1
- package/dist-types/ts3.4/Codeartifact.d.ts +157 -177
- package/dist-types/ts3.4/CodeartifactClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +9 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -116,10 +116,7 @@ import {
|
|
|
116
116
|
ListAssociatedPackagesCommandInput,
|
|
117
117
|
ListAssociatedPackagesCommandOutput,
|
|
118
118
|
} from "./commands/ListAssociatedPackagesCommand";
|
|
119
|
-
import {
|
|
120
|
-
ListDomainsCommandInput,
|
|
121
|
-
ListDomainsCommandOutput,
|
|
122
|
-
} from "./commands/ListDomainsCommand";
|
|
119
|
+
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
123
120
|
import {
|
|
124
121
|
ListPackageGroupsCommandInput,
|
|
125
122
|
ListPackageGroupsCommandOutput,
|
|
@@ -172,10 +169,7 @@ import {
|
|
|
172
169
|
PutRepositoryPermissionsPolicyCommandInput,
|
|
173
170
|
PutRepositoryPermissionsPolicyCommandOutput,
|
|
174
171
|
} from "./commands/PutRepositoryPermissionsPolicyCommand";
|
|
175
|
-
import {
|
|
176
|
-
TagResourceCommandInput,
|
|
177
|
-
TagResourceCommandOutput,
|
|
178
|
-
} from "./commands/TagResourceCommand";
|
|
172
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
179
173
|
import {
|
|
180
174
|
UntagResourceCommandInput,
|
|
181
175
|
UntagResourceCommandOutput,
|
|
@@ -199,713 +193,699 @@ import {
|
|
|
199
193
|
export interface Codeartifact {
|
|
200
194
|
associateExternalConnection(
|
|
201
195
|
args: AssociateExternalConnectionCommandInput,
|
|
202
|
-
options?: __HttpHandlerOptions
|
|
196
|
+
options?: __HttpHandlerOptions,
|
|
203
197
|
): Promise<AssociateExternalConnectionCommandOutput>;
|
|
204
198
|
associateExternalConnection(
|
|
205
199
|
args: AssociateExternalConnectionCommandInput,
|
|
206
|
-
cb: (err: any, data?: AssociateExternalConnectionCommandOutput) => void
|
|
200
|
+
cb: (err: any, data?: AssociateExternalConnectionCommandOutput) => void,
|
|
207
201
|
): void;
|
|
208
202
|
associateExternalConnection(
|
|
209
203
|
args: AssociateExternalConnectionCommandInput,
|
|
210
204
|
options: __HttpHandlerOptions,
|
|
211
|
-
cb: (err: any, data?: AssociateExternalConnectionCommandOutput) => void
|
|
205
|
+
cb: (err: any, data?: AssociateExternalConnectionCommandOutput) => void,
|
|
212
206
|
): void;
|
|
213
207
|
copyPackageVersions(
|
|
214
208
|
args: CopyPackageVersionsCommandInput,
|
|
215
|
-
options?: __HttpHandlerOptions
|
|
209
|
+
options?: __HttpHandlerOptions,
|
|
216
210
|
): Promise<CopyPackageVersionsCommandOutput>;
|
|
217
211
|
copyPackageVersions(
|
|
218
212
|
args: CopyPackageVersionsCommandInput,
|
|
219
|
-
cb: (err: any, data?: CopyPackageVersionsCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: CopyPackageVersionsCommandOutput) => void,
|
|
220
214
|
): void;
|
|
221
215
|
copyPackageVersions(
|
|
222
216
|
args: CopyPackageVersionsCommandInput,
|
|
223
217
|
options: __HttpHandlerOptions,
|
|
224
|
-
cb: (err: any, data?: CopyPackageVersionsCommandOutput) => void
|
|
218
|
+
cb: (err: any, data?: CopyPackageVersionsCommandOutput) => void,
|
|
225
219
|
): void;
|
|
226
220
|
createDomain(
|
|
227
221
|
args: CreateDomainCommandInput,
|
|
228
|
-
options?: __HttpHandlerOptions
|
|
222
|
+
options?: __HttpHandlerOptions,
|
|
229
223
|
): Promise<CreateDomainCommandOutput>;
|
|
230
224
|
createDomain(
|
|
231
225
|
args: CreateDomainCommandInput,
|
|
232
|
-
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: CreateDomainCommandOutput) => void,
|
|
233
227
|
): void;
|
|
234
228
|
createDomain(
|
|
235
229
|
args: CreateDomainCommandInput,
|
|
236
230
|
options: __HttpHandlerOptions,
|
|
237
|
-
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
231
|
+
cb: (err: any, data?: CreateDomainCommandOutput) => void,
|
|
238
232
|
): void;
|
|
239
233
|
createPackageGroup(
|
|
240
234
|
args: CreatePackageGroupCommandInput,
|
|
241
|
-
options?: __HttpHandlerOptions
|
|
235
|
+
options?: __HttpHandlerOptions,
|
|
242
236
|
): Promise<CreatePackageGroupCommandOutput>;
|
|
243
237
|
createPackageGroup(
|
|
244
238
|
args: CreatePackageGroupCommandInput,
|
|
245
|
-
cb: (err: any, data?: CreatePackageGroupCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: CreatePackageGroupCommandOutput) => void,
|
|
246
240
|
): void;
|
|
247
241
|
createPackageGroup(
|
|
248
242
|
args: CreatePackageGroupCommandInput,
|
|
249
243
|
options: __HttpHandlerOptions,
|
|
250
|
-
cb: (err: any, data?: CreatePackageGroupCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: CreatePackageGroupCommandOutput) => void,
|
|
251
245
|
): void;
|
|
252
246
|
createRepository(
|
|
253
247
|
args: CreateRepositoryCommandInput,
|
|
254
|
-
options?: __HttpHandlerOptions
|
|
248
|
+
options?: __HttpHandlerOptions,
|
|
255
249
|
): Promise<CreateRepositoryCommandOutput>;
|
|
256
250
|
createRepository(
|
|
257
251
|
args: CreateRepositoryCommandInput,
|
|
258
|
-
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void,
|
|
259
253
|
): void;
|
|
260
254
|
createRepository(
|
|
261
255
|
args: CreateRepositoryCommandInput,
|
|
262
256
|
options: __HttpHandlerOptions,
|
|
263
|
-
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
257
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void,
|
|
264
258
|
): void;
|
|
265
259
|
deleteDomain(
|
|
266
260
|
args: DeleteDomainCommandInput,
|
|
267
|
-
options?: __HttpHandlerOptions
|
|
261
|
+
options?: __HttpHandlerOptions,
|
|
268
262
|
): Promise<DeleteDomainCommandOutput>;
|
|
269
263
|
deleteDomain(
|
|
270
264
|
args: DeleteDomainCommandInput,
|
|
271
|
-
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
265
|
+
cb: (err: any, data?: DeleteDomainCommandOutput) => void,
|
|
272
266
|
): void;
|
|
273
267
|
deleteDomain(
|
|
274
268
|
args: DeleteDomainCommandInput,
|
|
275
269
|
options: __HttpHandlerOptions,
|
|
276
|
-
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
270
|
+
cb: (err: any, data?: DeleteDomainCommandOutput) => void,
|
|
277
271
|
): void;
|
|
278
272
|
deleteDomainPermissionsPolicy(
|
|
279
273
|
args: DeleteDomainPermissionsPolicyCommandInput,
|
|
280
|
-
options?: __HttpHandlerOptions
|
|
274
|
+
options?: __HttpHandlerOptions,
|
|
281
275
|
): Promise<DeleteDomainPermissionsPolicyCommandOutput>;
|
|
282
276
|
deleteDomainPermissionsPolicy(
|
|
283
277
|
args: DeleteDomainPermissionsPolicyCommandInput,
|
|
284
|
-
cb: (err: any, data?: DeleteDomainPermissionsPolicyCommandOutput) => void
|
|
278
|
+
cb: (err: any, data?: DeleteDomainPermissionsPolicyCommandOutput) => void,
|
|
285
279
|
): void;
|
|
286
280
|
deleteDomainPermissionsPolicy(
|
|
287
281
|
args: DeleteDomainPermissionsPolicyCommandInput,
|
|
288
282
|
options: __HttpHandlerOptions,
|
|
289
|
-
cb: (err: any, data?: DeleteDomainPermissionsPolicyCommandOutput) => void
|
|
283
|
+
cb: (err: any, data?: DeleteDomainPermissionsPolicyCommandOutput) => void,
|
|
290
284
|
): void;
|
|
291
285
|
deletePackage(
|
|
292
286
|
args: DeletePackageCommandInput,
|
|
293
|
-
options?: __HttpHandlerOptions
|
|
287
|
+
options?: __HttpHandlerOptions,
|
|
294
288
|
): Promise<DeletePackageCommandOutput>;
|
|
295
289
|
deletePackage(
|
|
296
290
|
args: DeletePackageCommandInput,
|
|
297
|
-
cb: (err: any, data?: DeletePackageCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: DeletePackageCommandOutput) => void,
|
|
298
292
|
): void;
|
|
299
293
|
deletePackage(
|
|
300
294
|
args: DeletePackageCommandInput,
|
|
301
295
|
options: __HttpHandlerOptions,
|
|
302
|
-
cb: (err: any, data?: DeletePackageCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: DeletePackageCommandOutput) => void,
|
|
303
297
|
): void;
|
|
304
298
|
deletePackageGroup(
|
|
305
299
|
args: DeletePackageGroupCommandInput,
|
|
306
|
-
options?: __HttpHandlerOptions
|
|
300
|
+
options?: __HttpHandlerOptions,
|
|
307
301
|
): Promise<DeletePackageGroupCommandOutput>;
|
|
308
302
|
deletePackageGroup(
|
|
309
303
|
args: DeletePackageGroupCommandInput,
|
|
310
|
-
cb: (err: any, data?: DeletePackageGroupCommandOutput) => void
|
|
304
|
+
cb: (err: any, data?: DeletePackageGroupCommandOutput) => void,
|
|
311
305
|
): void;
|
|
312
306
|
deletePackageGroup(
|
|
313
307
|
args: DeletePackageGroupCommandInput,
|
|
314
308
|
options: __HttpHandlerOptions,
|
|
315
|
-
cb: (err: any, data?: DeletePackageGroupCommandOutput) => void
|
|
309
|
+
cb: (err: any, data?: DeletePackageGroupCommandOutput) => void,
|
|
316
310
|
): void;
|
|
317
311
|
deletePackageVersions(
|
|
318
312
|
args: DeletePackageVersionsCommandInput,
|
|
319
|
-
options?: __HttpHandlerOptions
|
|
313
|
+
options?: __HttpHandlerOptions,
|
|
320
314
|
): Promise<DeletePackageVersionsCommandOutput>;
|
|
321
315
|
deletePackageVersions(
|
|
322
316
|
args: DeletePackageVersionsCommandInput,
|
|
323
|
-
cb: (err: any, data?: DeletePackageVersionsCommandOutput) => void
|
|
317
|
+
cb: (err: any, data?: DeletePackageVersionsCommandOutput) => void,
|
|
324
318
|
): void;
|
|
325
319
|
deletePackageVersions(
|
|
326
320
|
args: DeletePackageVersionsCommandInput,
|
|
327
321
|
options: __HttpHandlerOptions,
|
|
328
|
-
cb: (err: any, data?: DeletePackageVersionsCommandOutput) => void
|
|
322
|
+
cb: (err: any, data?: DeletePackageVersionsCommandOutput) => void,
|
|
329
323
|
): void;
|
|
330
324
|
deleteRepository(
|
|
331
325
|
args: DeleteRepositoryCommandInput,
|
|
332
|
-
options?: __HttpHandlerOptions
|
|
326
|
+
options?: __HttpHandlerOptions,
|
|
333
327
|
): Promise<DeleteRepositoryCommandOutput>;
|
|
334
328
|
deleteRepository(
|
|
335
329
|
args: DeleteRepositoryCommandInput,
|
|
336
|
-
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
330
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void,
|
|
337
331
|
): void;
|
|
338
332
|
deleteRepository(
|
|
339
333
|
args: DeleteRepositoryCommandInput,
|
|
340
334
|
options: __HttpHandlerOptions,
|
|
341
|
-
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
335
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void,
|
|
342
336
|
): void;
|
|
343
337
|
deleteRepositoryPermissionsPolicy(
|
|
344
338
|
args: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
345
|
-
options?: __HttpHandlerOptions
|
|
339
|
+
options?: __HttpHandlerOptions,
|
|
346
340
|
): Promise<DeleteRepositoryPermissionsPolicyCommandOutput>;
|
|
347
341
|
deleteRepositoryPermissionsPolicy(
|
|
348
342
|
args: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
349
|
-
cb: (
|
|
350
|
-
err: any,
|
|
351
|
-
data?: DeleteRepositoryPermissionsPolicyCommandOutput
|
|
352
|
-
) => void
|
|
343
|
+
cb: (err: any, data?: DeleteRepositoryPermissionsPolicyCommandOutput) => void,
|
|
353
344
|
): void;
|
|
354
345
|
deleteRepositoryPermissionsPolicy(
|
|
355
346
|
args: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
356
347
|
options: __HttpHandlerOptions,
|
|
357
|
-
cb: (
|
|
358
|
-
err: any,
|
|
359
|
-
data?: DeleteRepositoryPermissionsPolicyCommandOutput
|
|
360
|
-
) => void
|
|
348
|
+
cb: (err: any, data?: DeleteRepositoryPermissionsPolicyCommandOutput) => void,
|
|
361
349
|
): void;
|
|
362
350
|
describeDomain(
|
|
363
351
|
args: DescribeDomainCommandInput,
|
|
364
|
-
options?: __HttpHandlerOptions
|
|
352
|
+
options?: __HttpHandlerOptions,
|
|
365
353
|
): Promise<DescribeDomainCommandOutput>;
|
|
366
354
|
describeDomain(
|
|
367
355
|
args: DescribeDomainCommandInput,
|
|
368
|
-
cb: (err: any, data?: DescribeDomainCommandOutput) => void
|
|
356
|
+
cb: (err: any, data?: DescribeDomainCommandOutput) => void,
|
|
369
357
|
): void;
|
|
370
358
|
describeDomain(
|
|
371
359
|
args: DescribeDomainCommandInput,
|
|
372
360
|
options: __HttpHandlerOptions,
|
|
373
|
-
cb: (err: any, data?: DescribeDomainCommandOutput) => void
|
|
361
|
+
cb: (err: any, data?: DescribeDomainCommandOutput) => void,
|
|
374
362
|
): void;
|
|
375
363
|
describePackage(
|
|
376
364
|
args: DescribePackageCommandInput,
|
|
377
|
-
options?: __HttpHandlerOptions
|
|
365
|
+
options?: __HttpHandlerOptions,
|
|
378
366
|
): Promise<DescribePackageCommandOutput>;
|
|
379
367
|
describePackage(
|
|
380
368
|
args: DescribePackageCommandInput,
|
|
381
|
-
cb: (err: any, data?: DescribePackageCommandOutput) => void
|
|
369
|
+
cb: (err: any, data?: DescribePackageCommandOutput) => void,
|
|
382
370
|
): void;
|
|
383
371
|
describePackage(
|
|
384
372
|
args: DescribePackageCommandInput,
|
|
385
373
|
options: __HttpHandlerOptions,
|
|
386
|
-
cb: (err: any, data?: DescribePackageCommandOutput) => void
|
|
374
|
+
cb: (err: any, data?: DescribePackageCommandOutput) => void,
|
|
387
375
|
): void;
|
|
388
376
|
describePackageGroup(
|
|
389
377
|
args: DescribePackageGroupCommandInput,
|
|
390
|
-
options?: __HttpHandlerOptions
|
|
378
|
+
options?: __HttpHandlerOptions,
|
|
391
379
|
): Promise<DescribePackageGroupCommandOutput>;
|
|
392
380
|
describePackageGroup(
|
|
393
381
|
args: DescribePackageGroupCommandInput,
|
|
394
|
-
cb: (err: any, data?: DescribePackageGroupCommandOutput) => void
|
|
382
|
+
cb: (err: any, data?: DescribePackageGroupCommandOutput) => void,
|
|
395
383
|
): void;
|
|
396
384
|
describePackageGroup(
|
|
397
385
|
args: DescribePackageGroupCommandInput,
|
|
398
386
|
options: __HttpHandlerOptions,
|
|
399
|
-
cb: (err: any, data?: DescribePackageGroupCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: DescribePackageGroupCommandOutput) => void,
|
|
400
388
|
): void;
|
|
401
389
|
describePackageVersion(
|
|
402
390
|
args: DescribePackageVersionCommandInput,
|
|
403
|
-
options?: __HttpHandlerOptions
|
|
391
|
+
options?: __HttpHandlerOptions,
|
|
404
392
|
): Promise<DescribePackageVersionCommandOutput>;
|
|
405
393
|
describePackageVersion(
|
|
406
394
|
args: DescribePackageVersionCommandInput,
|
|
407
|
-
cb: (err: any, data?: DescribePackageVersionCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: DescribePackageVersionCommandOutput) => void,
|
|
408
396
|
): void;
|
|
409
397
|
describePackageVersion(
|
|
410
398
|
args: DescribePackageVersionCommandInput,
|
|
411
399
|
options: __HttpHandlerOptions,
|
|
412
|
-
cb: (err: any, data?: DescribePackageVersionCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: DescribePackageVersionCommandOutput) => void,
|
|
413
401
|
): void;
|
|
414
402
|
describeRepository(
|
|
415
403
|
args: DescribeRepositoryCommandInput,
|
|
416
|
-
options?: __HttpHandlerOptions
|
|
404
|
+
options?: __HttpHandlerOptions,
|
|
417
405
|
): Promise<DescribeRepositoryCommandOutput>;
|
|
418
406
|
describeRepository(
|
|
419
407
|
args: DescribeRepositoryCommandInput,
|
|
420
|
-
cb: (err: any, data?: DescribeRepositoryCommandOutput) => void
|
|
408
|
+
cb: (err: any, data?: DescribeRepositoryCommandOutput) => void,
|
|
421
409
|
): void;
|
|
422
410
|
describeRepository(
|
|
423
411
|
args: DescribeRepositoryCommandInput,
|
|
424
412
|
options: __HttpHandlerOptions,
|
|
425
|
-
cb: (err: any, data?: DescribeRepositoryCommandOutput) => void
|
|
413
|
+
cb: (err: any, data?: DescribeRepositoryCommandOutput) => void,
|
|
426
414
|
): void;
|
|
427
415
|
disassociateExternalConnection(
|
|
428
416
|
args: DisassociateExternalConnectionCommandInput,
|
|
429
|
-
options?: __HttpHandlerOptions
|
|
417
|
+
options?: __HttpHandlerOptions,
|
|
430
418
|
): Promise<DisassociateExternalConnectionCommandOutput>;
|
|
431
419
|
disassociateExternalConnection(
|
|
432
420
|
args: DisassociateExternalConnectionCommandInput,
|
|
433
|
-
cb: (err: any, data?: DisassociateExternalConnectionCommandOutput) => void
|
|
421
|
+
cb: (err: any, data?: DisassociateExternalConnectionCommandOutput) => void,
|
|
434
422
|
): void;
|
|
435
423
|
disassociateExternalConnection(
|
|
436
424
|
args: DisassociateExternalConnectionCommandInput,
|
|
437
425
|
options: __HttpHandlerOptions,
|
|
438
|
-
cb: (err: any, data?: DisassociateExternalConnectionCommandOutput) => void
|
|
426
|
+
cb: (err: any, data?: DisassociateExternalConnectionCommandOutput) => void,
|
|
439
427
|
): void;
|
|
440
428
|
disposePackageVersions(
|
|
441
429
|
args: DisposePackageVersionsCommandInput,
|
|
442
|
-
options?: __HttpHandlerOptions
|
|
430
|
+
options?: __HttpHandlerOptions,
|
|
443
431
|
): Promise<DisposePackageVersionsCommandOutput>;
|
|
444
432
|
disposePackageVersions(
|
|
445
433
|
args: DisposePackageVersionsCommandInput,
|
|
446
|
-
cb: (err: any, data?: DisposePackageVersionsCommandOutput) => void
|
|
434
|
+
cb: (err: any, data?: DisposePackageVersionsCommandOutput) => void,
|
|
447
435
|
): void;
|
|
448
436
|
disposePackageVersions(
|
|
449
437
|
args: DisposePackageVersionsCommandInput,
|
|
450
438
|
options: __HttpHandlerOptions,
|
|
451
|
-
cb: (err: any, data?: DisposePackageVersionsCommandOutput) => void
|
|
439
|
+
cb: (err: any, data?: DisposePackageVersionsCommandOutput) => void,
|
|
452
440
|
): void;
|
|
453
441
|
getAssociatedPackageGroup(
|
|
454
442
|
args: GetAssociatedPackageGroupCommandInput,
|
|
455
|
-
options?: __HttpHandlerOptions
|
|
443
|
+
options?: __HttpHandlerOptions,
|
|
456
444
|
): Promise<GetAssociatedPackageGroupCommandOutput>;
|
|
457
445
|
getAssociatedPackageGroup(
|
|
458
446
|
args: GetAssociatedPackageGroupCommandInput,
|
|
459
|
-
cb: (err: any, data?: GetAssociatedPackageGroupCommandOutput) => void
|
|
447
|
+
cb: (err: any, data?: GetAssociatedPackageGroupCommandOutput) => void,
|
|
460
448
|
): void;
|
|
461
449
|
getAssociatedPackageGroup(
|
|
462
450
|
args: GetAssociatedPackageGroupCommandInput,
|
|
463
451
|
options: __HttpHandlerOptions,
|
|
464
|
-
cb: (err: any, data?: GetAssociatedPackageGroupCommandOutput) => void
|
|
452
|
+
cb: (err: any, data?: GetAssociatedPackageGroupCommandOutput) => void,
|
|
465
453
|
): void;
|
|
466
454
|
getAuthorizationToken(
|
|
467
455
|
args: GetAuthorizationTokenCommandInput,
|
|
468
|
-
options?: __HttpHandlerOptions
|
|
456
|
+
options?: __HttpHandlerOptions,
|
|
469
457
|
): Promise<GetAuthorizationTokenCommandOutput>;
|
|
470
458
|
getAuthorizationToken(
|
|
471
459
|
args: GetAuthorizationTokenCommandInput,
|
|
472
|
-
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
460
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void,
|
|
473
461
|
): void;
|
|
474
462
|
getAuthorizationToken(
|
|
475
463
|
args: GetAuthorizationTokenCommandInput,
|
|
476
464
|
options: __HttpHandlerOptions,
|
|
477
|
-
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
465
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void,
|
|
478
466
|
): void;
|
|
479
467
|
getDomainPermissionsPolicy(
|
|
480
468
|
args: GetDomainPermissionsPolicyCommandInput,
|
|
481
|
-
options?: __HttpHandlerOptions
|
|
469
|
+
options?: __HttpHandlerOptions,
|
|
482
470
|
): Promise<GetDomainPermissionsPolicyCommandOutput>;
|
|
483
471
|
getDomainPermissionsPolicy(
|
|
484
472
|
args: GetDomainPermissionsPolicyCommandInput,
|
|
485
|
-
cb: (err: any, data?: GetDomainPermissionsPolicyCommandOutput) => void
|
|
473
|
+
cb: (err: any, data?: GetDomainPermissionsPolicyCommandOutput) => void,
|
|
486
474
|
): void;
|
|
487
475
|
getDomainPermissionsPolicy(
|
|
488
476
|
args: GetDomainPermissionsPolicyCommandInput,
|
|
489
477
|
options: __HttpHandlerOptions,
|
|
490
|
-
cb: (err: any, data?: GetDomainPermissionsPolicyCommandOutput) => void
|
|
478
|
+
cb: (err: any, data?: GetDomainPermissionsPolicyCommandOutput) => void,
|
|
491
479
|
): void;
|
|
492
480
|
getPackageVersionAsset(
|
|
493
481
|
args: GetPackageVersionAssetCommandInput,
|
|
494
|
-
options?: __HttpHandlerOptions
|
|
482
|
+
options?: __HttpHandlerOptions,
|
|
495
483
|
): Promise<GetPackageVersionAssetCommandOutput>;
|
|
496
484
|
getPackageVersionAsset(
|
|
497
485
|
args: GetPackageVersionAssetCommandInput,
|
|
498
|
-
cb: (err: any, data?: GetPackageVersionAssetCommandOutput) => void
|
|
486
|
+
cb: (err: any, data?: GetPackageVersionAssetCommandOutput) => void,
|
|
499
487
|
): void;
|
|
500
488
|
getPackageVersionAsset(
|
|
501
489
|
args: GetPackageVersionAssetCommandInput,
|
|
502
490
|
options: __HttpHandlerOptions,
|
|
503
|
-
cb: (err: any, data?: GetPackageVersionAssetCommandOutput) => void
|
|
491
|
+
cb: (err: any, data?: GetPackageVersionAssetCommandOutput) => void,
|
|
504
492
|
): void;
|
|
505
493
|
getPackageVersionReadme(
|
|
506
494
|
args: GetPackageVersionReadmeCommandInput,
|
|
507
|
-
options?: __HttpHandlerOptions
|
|
495
|
+
options?: __HttpHandlerOptions,
|
|
508
496
|
): Promise<GetPackageVersionReadmeCommandOutput>;
|
|
509
497
|
getPackageVersionReadme(
|
|
510
498
|
args: GetPackageVersionReadmeCommandInput,
|
|
511
|
-
cb: (err: any, data?: GetPackageVersionReadmeCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: GetPackageVersionReadmeCommandOutput) => void,
|
|
512
500
|
): void;
|
|
513
501
|
getPackageVersionReadme(
|
|
514
502
|
args: GetPackageVersionReadmeCommandInput,
|
|
515
503
|
options: __HttpHandlerOptions,
|
|
516
|
-
cb: (err: any, data?: GetPackageVersionReadmeCommandOutput) => void
|
|
504
|
+
cb: (err: any, data?: GetPackageVersionReadmeCommandOutput) => void,
|
|
517
505
|
): void;
|
|
518
506
|
getRepositoryEndpoint(
|
|
519
507
|
args: GetRepositoryEndpointCommandInput,
|
|
520
|
-
options?: __HttpHandlerOptions
|
|
508
|
+
options?: __HttpHandlerOptions,
|
|
521
509
|
): Promise<GetRepositoryEndpointCommandOutput>;
|
|
522
510
|
getRepositoryEndpoint(
|
|
523
511
|
args: GetRepositoryEndpointCommandInput,
|
|
524
|
-
cb: (err: any, data?: GetRepositoryEndpointCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: GetRepositoryEndpointCommandOutput) => void,
|
|
525
513
|
): void;
|
|
526
514
|
getRepositoryEndpoint(
|
|
527
515
|
args: GetRepositoryEndpointCommandInput,
|
|
528
516
|
options: __HttpHandlerOptions,
|
|
529
|
-
cb: (err: any, data?: GetRepositoryEndpointCommandOutput) => void
|
|
517
|
+
cb: (err: any, data?: GetRepositoryEndpointCommandOutput) => void,
|
|
530
518
|
): void;
|
|
531
519
|
getRepositoryPermissionsPolicy(
|
|
532
520
|
args: GetRepositoryPermissionsPolicyCommandInput,
|
|
533
|
-
options?: __HttpHandlerOptions
|
|
521
|
+
options?: __HttpHandlerOptions,
|
|
534
522
|
): Promise<GetRepositoryPermissionsPolicyCommandOutput>;
|
|
535
523
|
getRepositoryPermissionsPolicy(
|
|
536
524
|
args: GetRepositoryPermissionsPolicyCommandInput,
|
|
537
|
-
cb: (err: any, data?: GetRepositoryPermissionsPolicyCommandOutput) => void
|
|
525
|
+
cb: (err: any, data?: GetRepositoryPermissionsPolicyCommandOutput) => void,
|
|
538
526
|
): void;
|
|
539
527
|
getRepositoryPermissionsPolicy(
|
|
540
528
|
args: GetRepositoryPermissionsPolicyCommandInput,
|
|
541
529
|
options: __HttpHandlerOptions,
|
|
542
|
-
cb: (err: any, data?: GetRepositoryPermissionsPolicyCommandOutput) => void
|
|
530
|
+
cb: (err: any, data?: GetRepositoryPermissionsPolicyCommandOutput) => void,
|
|
543
531
|
): void;
|
|
544
532
|
listAllowedRepositoriesForGroup(
|
|
545
533
|
args: ListAllowedRepositoriesForGroupCommandInput,
|
|
546
|
-
options?: __HttpHandlerOptions
|
|
534
|
+
options?: __HttpHandlerOptions,
|
|
547
535
|
): Promise<ListAllowedRepositoriesForGroupCommandOutput>;
|
|
548
536
|
listAllowedRepositoriesForGroup(
|
|
549
537
|
args: ListAllowedRepositoriesForGroupCommandInput,
|
|
550
|
-
cb: (err: any, data?: ListAllowedRepositoriesForGroupCommandOutput) => void
|
|
538
|
+
cb: (err: any, data?: ListAllowedRepositoriesForGroupCommandOutput) => void,
|
|
551
539
|
): void;
|
|
552
540
|
listAllowedRepositoriesForGroup(
|
|
553
541
|
args: ListAllowedRepositoriesForGroupCommandInput,
|
|
554
542
|
options: __HttpHandlerOptions,
|
|
555
|
-
cb: (err: any, data?: ListAllowedRepositoriesForGroupCommandOutput) => void
|
|
543
|
+
cb: (err: any, data?: ListAllowedRepositoriesForGroupCommandOutput) => void,
|
|
556
544
|
): void;
|
|
557
545
|
listAssociatedPackages(
|
|
558
546
|
args: ListAssociatedPackagesCommandInput,
|
|
559
|
-
options?: __HttpHandlerOptions
|
|
547
|
+
options?: __HttpHandlerOptions,
|
|
560
548
|
): Promise<ListAssociatedPackagesCommandOutput>;
|
|
561
549
|
listAssociatedPackages(
|
|
562
550
|
args: ListAssociatedPackagesCommandInput,
|
|
563
|
-
cb: (err: any, data?: ListAssociatedPackagesCommandOutput) => void
|
|
551
|
+
cb: (err: any, data?: ListAssociatedPackagesCommandOutput) => void,
|
|
564
552
|
): void;
|
|
565
553
|
listAssociatedPackages(
|
|
566
554
|
args: ListAssociatedPackagesCommandInput,
|
|
567
555
|
options: __HttpHandlerOptions,
|
|
568
|
-
cb: (err: any, data?: ListAssociatedPackagesCommandOutput) => void
|
|
556
|
+
cb: (err: any, data?: ListAssociatedPackagesCommandOutput) => void,
|
|
569
557
|
): void;
|
|
570
558
|
listDomains(): Promise<ListDomainsCommandOutput>;
|
|
571
559
|
listDomains(
|
|
572
560
|
args: ListDomainsCommandInput,
|
|
573
|
-
options?: __HttpHandlerOptions
|
|
561
|
+
options?: __HttpHandlerOptions,
|
|
574
562
|
): Promise<ListDomainsCommandOutput>;
|
|
575
563
|
listDomains(
|
|
576
564
|
args: ListDomainsCommandInput,
|
|
577
|
-
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
565
|
+
cb: (err: any, data?: ListDomainsCommandOutput) => void,
|
|
578
566
|
): void;
|
|
579
567
|
listDomains(
|
|
580
568
|
args: ListDomainsCommandInput,
|
|
581
569
|
options: __HttpHandlerOptions,
|
|
582
|
-
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
570
|
+
cb: (err: any, data?: ListDomainsCommandOutput) => void,
|
|
583
571
|
): void;
|
|
584
572
|
listPackageGroups(
|
|
585
573
|
args: ListPackageGroupsCommandInput,
|
|
586
|
-
options?: __HttpHandlerOptions
|
|
574
|
+
options?: __HttpHandlerOptions,
|
|
587
575
|
): Promise<ListPackageGroupsCommandOutput>;
|
|
588
576
|
listPackageGroups(
|
|
589
577
|
args: ListPackageGroupsCommandInput,
|
|
590
|
-
cb: (err: any, data?: ListPackageGroupsCommandOutput) => void
|
|
578
|
+
cb: (err: any, data?: ListPackageGroupsCommandOutput) => void,
|
|
591
579
|
): void;
|
|
592
580
|
listPackageGroups(
|
|
593
581
|
args: ListPackageGroupsCommandInput,
|
|
594
582
|
options: __HttpHandlerOptions,
|
|
595
|
-
cb: (err: any, data?: ListPackageGroupsCommandOutput) => void
|
|
583
|
+
cb: (err: any, data?: ListPackageGroupsCommandOutput) => void,
|
|
596
584
|
): void;
|
|
597
585
|
listPackages(
|
|
598
586
|
args: ListPackagesCommandInput,
|
|
599
|
-
options?: __HttpHandlerOptions
|
|
587
|
+
options?: __HttpHandlerOptions,
|
|
600
588
|
): Promise<ListPackagesCommandOutput>;
|
|
601
589
|
listPackages(
|
|
602
590
|
args: ListPackagesCommandInput,
|
|
603
|
-
cb: (err: any, data?: ListPackagesCommandOutput) => void
|
|
591
|
+
cb: (err: any, data?: ListPackagesCommandOutput) => void,
|
|
604
592
|
): void;
|
|
605
593
|
listPackages(
|
|
606
594
|
args: ListPackagesCommandInput,
|
|
607
595
|
options: __HttpHandlerOptions,
|
|
608
|
-
cb: (err: any, data?: ListPackagesCommandOutput) => void
|
|
596
|
+
cb: (err: any, data?: ListPackagesCommandOutput) => void,
|
|
609
597
|
): void;
|
|
610
598
|
listPackageVersionAssets(
|
|
611
599
|
args: ListPackageVersionAssetsCommandInput,
|
|
612
|
-
options?: __HttpHandlerOptions
|
|
600
|
+
options?: __HttpHandlerOptions,
|
|
613
601
|
): Promise<ListPackageVersionAssetsCommandOutput>;
|
|
614
602
|
listPackageVersionAssets(
|
|
615
603
|
args: ListPackageVersionAssetsCommandInput,
|
|
616
|
-
cb: (err: any, data?: ListPackageVersionAssetsCommandOutput) => void
|
|
604
|
+
cb: (err: any, data?: ListPackageVersionAssetsCommandOutput) => void,
|
|
617
605
|
): void;
|
|
618
606
|
listPackageVersionAssets(
|
|
619
607
|
args: ListPackageVersionAssetsCommandInput,
|
|
620
608
|
options: __HttpHandlerOptions,
|
|
621
|
-
cb: (err: any, data?: ListPackageVersionAssetsCommandOutput) => void
|
|
609
|
+
cb: (err: any, data?: ListPackageVersionAssetsCommandOutput) => void,
|
|
622
610
|
): void;
|
|
623
611
|
listPackageVersionDependencies(
|
|
624
612
|
args: ListPackageVersionDependenciesCommandInput,
|
|
625
|
-
options?: __HttpHandlerOptions
|
|
613
|
+
options?: __HttpHandlerOptions,
|
|
626
614
|
): Promise<ListPackageVersionDependenciesCommandOutput>;
|
|
627
615
|
listPackageVersionDependencies(
|
|
628
616
|
args: ListPackageVersionDependenciesCommandInput,
|
|
629
|
-
cb: (err: any, data?: ListPackageVersionDependenciesCommandOutput) => void
|
|
617
|
+
cb: (err: any, data?: ListPackageVersionDependenciesCommandOutput) => void,
|
|
630
618
|
): void;
|
|
631
619
|
listPackageVersionDependencies(
|
|
632
620
|
args: ListPackageVersionDependenciesCommandInput,
|
|
633
621
|
options: __HttpHandlerOptions,
|
|
634
|
-
cb: (err: any, data?: ListPackageVersionDependenciesCommandOutput) => void
|
|
622
|
+
cb: (err: any, data?: ListPackageVersionDependenciesCommandOutput) => void,
|
|
635
623
|
): void;
|
|
636
624
|
listPackageVersions(
|
|
637
625
|
args: ListPackageVersionsCommandInput,
|
|
638
|
-
options?: __HttpHandlerOptions
|
|
626
|
+
options?: __HttpHandlerOptions,
|
|
639
627
|
): Promise<ListPackageVersionsCommandOutput>;
|
|
640
628
|
listPackageVersions(
|
|
641
629
|
args: ListPackageVersionsCommandInput,
|
|
642
|
-
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
|
|
630
|
+
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void,
|
|
643
631
|
): void;
|
|
644
632
|
listPackageVersions(
|
|
645
633
|
args: ListPackageVersionsCommandInput,
|
|
646
634
|
options: __HttpHandlerOptions,
|
|
647
|
-
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
|
|
635
|
+
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void,
|
|
648
636
|
): void;
|
|
649
637
|
listRepositories(): Promise<ListRepositoriesCommandOutput>;
|
|
650
638
|
listRepositories(
|
|
651
639
|
args: ListRepositoriesCommandInput,
|
|
652
|
-
options?: __HttpHandlerOptions
|
|
640
|
+
options?: __HttpHandlerOptions,
|
|
653
641
|
): Promise<ListRepositoriesCommandOutput>;
|
|
654
642
|
listRepositories(
|
|
655
643
|
args: ListRepositoriesCommandInput,
|
|
656
|
-
cb: (err: any, data?: ListRepositoriesCommandOutput) => void
|
|
644
|
+
cb: (err: any, data?: ListRepositoriesCommandOutput) => void,
|
|
657
645
|
): void;
|
|
658
646
|
listRepositories(
|
|
659
647
|
args: ListRepositoriesCommandInput,
|
|
660
648
|
options: __HttpHandlerOptions,
|
|
661
|
-
cb: (err: any, data?: ListRepositoriesCommandOutput) => void
|
|
649
|
+
cb: (err: any, data?: ListRepositoriesCommandOutput) => void,
|
|
662
650
|
): void;
|
|
663
651
|
listRepositoriesInDomain(
|
|
664
652
|
args: ListRepositoriesInDomainCommandInput,
|
|
665
|
-
options?: __HttpHandlerOptions
|
|
653
|
+
options?: __HttpHandlerOptions,
|
|
666
654
|
): Promise<ListRepositoriesInDomainCommandOutput>;
|
|
667
655
|
listRepositoriesInDomain(
|
|
668
656
|
args: ListRepositoriesInDomainCommandInput,
|
|
669
|
-
cb: (err: any, data?: ListRepositoriesInDomainCommandOutput) => void
|
|
657
|
+
cb: (err: any, data?: ListRepositoriesInDomainCommandOutput) => void,
|
|
670
658
|
): void;
|
|
671
659
|
listRepositoriesInDomain(
|
|
672
660
|
args: ListRepositoriesInDomainCommandInput,
|
|
673
661
|
options: __HttpHandlerOptions,
|
|
674
|
-
cb: (err: any, data?: ListRepositoriesInDomainCommandOutput) => void
|
|
662
|
+
cb: (err: any, data?: ListRepositoriesInDomainCommandOutput) => void,
|
|
675
663
|
): void;
|
|
676
664
|
listSubPackageGroups(
|
|
677
665
|
args: ListSubPackageGroupsCommandInput,
|
|
678
|
-
options?: __HttpHandlerOptions
|
|
666
|
+
options?: __HttpHandlerOptions,
|
|
679
667
|
): Promise<ListSubPackageGroupsCommandOutput>;
|
|
680
668
|
listSubPackageGroups(
|
|
681
669
|
args: ListSubPackageGroupsCommandInput,
|
|
682
|
-
cb: (err: any, data?: ListSubPackageGroupsCommandOutput) => void
|
|
670
|
+
cb: (err: any, data?: ListSubPackageGroupsCommandOutput) => void,
|
|
683
671
|
): void;
|
|
684
672
|
listSubPackageGroups(
|
|
685
673
|
args: ListSubPackageGroupsCommandInput,
|
|
686
674
|
options: __HttpHandlerOptions,
|
|
687
|
-
cb: (err: any, data?: ListSubPackageGroupsCommandOutput) => void
|
|
675
|
+
cb: (err: any, data?: ListSubPackageGroupsCommandOutput) => void,
|
|
688
676
|
): void;
|
|
689
677
|
listTagsForResource(
|
|
690
678
|
args: ListTagsForResourceCommandInput,
|
|
691
|
-
options?: __HttpHandlerOptions
|
|
679
|
+
options?: __HttpHandlerOptions,
|
|
692
680
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
693
681
|
listTagsForResource(
|
|
694
682
|
args: ListTagsForResourceCommandInput,
|
|
695
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
683
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
696
684
|
): void;
|
|
697
685
|
listTagsForResource(
|
|
698
686
|
args: ListTagsForResourceCommandInput,
|
|
699
687
|
options: __HttpHandlerOptions,
|
|
700
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
688
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
701
689
|
): void;
|
|
702
690
|
publishPackageVersion(
|
|
703
691
|
args: PublishPackageVersionCommandInput,
|
|
704
|
-
options?: __HttpHandlerOptions
|
|
692
|
+
options?: __HttpHandlerOptions,
|
|
705
693
|
): Promise<PublishPackageVersionCommandOutput>;
|
|
706
694
|
publishPackageVersion(
|
|
707
695
|
args: PublishPackageVersionCommandInput,
|
|
708
|
-
cb: (err: any, data?: PublishPackageVersionCommandOutput) => void
|
|
696
|
+
cb: (err: any, data?: PublishPackageVersionCommandOutput) => void,
|
|
709
697
|
): void;
|
|
710
698
|
publishPackageVersion(
|
|
711
699
|
args: PublishPackageVersionCommandInput,
|
|
712
700
|
options: __HttpHandlerOptions,
|
|
713
|
-
cb: (err: any, data?: PublishPackageVersionCommandOutput) => void
|
|
701
|
+
cb: (err: any, data?: PublishPackageVersionCommandOutput) => void,
|
|
714
702
|
): void;
|
|
715
703
|
putDomainPermissionsPolicy(
|
|
716
704
|
args: PutDomainPermissionsPolicyCommandInput,
|
|
717
|
-
options?: __HttpHandlerOptions
|
|
705
|
+
options?: __HttpHandlerOptions,
|
|
718
706
|
): Promise<PutDomainPermissionsPolicyCommandOutput>;
|
|
719
707
|
putDomainPermissionsPolicy(
|
|
720
708
|
args: PutDomainPermissionsPolicyCommandInput,
|
|
721
|
-
cb: (err: any, data?: PutDomainPermissionsPolicyCommandOutput) => void
|
|
709
|
+
cb: (err: any, data?: PutDomainPermissionsPolicyCommandOutput) => void,
|
|
722
710
|
): void;
|
|
723
711
|
putDomainPermissionsPolicy(
|
|
724
712
|
args: PutDomainPermissionsPolicyCommandInput,
|
|
725
713
|
options: __HttpHandlerOptions,
|
|
726
|
-
cb: (err: any, data?: PutDomainPermissionsPolicyCommandOutput) => void
|
|
714
|
+
cb: (err: any, data?: PutDomainPermissionsPolicyCommandOutput) => void,
|
|
727
715
|
): void;
|
|
728
716
|
putPackageOriginConfiguration(
|
|
729
717
|
args: PutPackageOriginConfigurationCommandInput,
|
|
730
|
-
options?: __HttpHandlerOptions
|
|
718
|
+
options?: __HttpHandlerOptions,
|
|
731
719
|
): Promise<PutPackageOriginConfigurationCommandOutput>;
|
|
732
720
|
putPackageOriginConfiguration(
|
|
733
721
|
args: PutPackageOriginConfigurationCommandInput,
|
|
734
|
-
cb: (err: any, data?: PutPackageOriginConfigurationCommandOutput) => void
|
|
722
|
+
cb: (err: any, data?: PutPackageOriginConfigurationCommandOutput) => void,
|
|
735
723
|
): void;
|
|
736
724
|
putPackageOriginConfiguration(
|
|
737
725
|
args: PutPackageOriginConfigurationCommandInput,
|
|
738
726
|
options: __HttpHandlerOptions,
|
|
739
|
-
cb: (err: any, data?: PutPackageOriginConfigurationCommandOutput) => void
|
|
727
|
+
cb: (err: any, data?: PutPackageOriginConfigurationCommandOutput) => void,
|
|
740
728
|
): void;
|
|
741
729
|
putRepositoryPermissionsPolicy(
|
|
742
730
|
args: PutRepositoryPermissionsPolicyCommandInput,
|
|
743
|
-
options?: __HttpHandlerOptions
|
|
731
|
+
options?: __HttpHandlerOptions,
|
|
744
732
|
): Promise<PutRepositoryPermissionsPolicyCommandOutput>;
|
|
745
733
|
putRepositoryPermissionsPolicy(
|
|
746
734
|
args: PutRepositoryPermissionsPolicyCommandInput,
|
|
747
|
-
cb: (err: any, data?: PutRepositoryPermissionsPolicyCommandOutput) => void
|
|
735
|
+
cb: (err: any, data?: PutRepositoryPermissionsPolicyCommandOutput) => void,
|
|
748
736
|
): void;
|
|
749
737
|
putRepositoryPermissionsPolicy(
|
|
750
738
|
args: PutRepositoryPermissionsPolicyCommandInput,
|
|
751
739
|
options: __HttpHandlerOptions,
|
|
752
|
-
cb: (err: any, data?: PutRepositoryPermissionsPolicyCommandOutput) => void
|
|
740
|
+
cb: (err: any, data?: PutRepositoryPermissionsPolicyCommandOutput) => void,
|
|
753
741
|
): void;
|
|
754
742
|
tagResource(
|
|
755
743
|
args: TagResourceCommandInput,
|
|
756
|
-
options?: __HttpHandlerOptions
|
|
744
|
+
options?: __HttpHandlerOptions,
|
|
757
745
|
): Promise<TagResourceCommandOutput>;
|
|
758
746
|
tagResource(
|
|
759
747
|
args: TagResourceCommandInput,
|
|
760
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
748
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
761
749
|
): void;
|
|
762
750
|
tagResource(
|
|
763
751
|
args: TagResourceCommandInput,
|
|
764
752
|
options: __HttpHandlerOptions,
|
|
765
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
753
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
766
754
|
): void;
|
|
767
755
|
untagResource(
|
|
768
756
|
args: UntagResourceCommandInput,
|
|
769
|
-
options?: __HttpHandlerOptions
|
|
757
|
+
options?: __HttpHandlerOptions,
|
|
770
758
|
): Promise<UntagResourceCommandOutput>;
|
|
771
759
|
untagResource(
|
|
772
760
|
args: UntagResourceCommandInput,
|
|
773
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
761
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
774
762
|
): void;
|
|
775
763
|
untagResource(
|
|
776
764
|
args: UntagResourceCommandInput,
|
|
777
765
|
options: __HttpHandlerOptions,
|
|
778
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
766
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
779
767
|
): void;
|
|
780
768
|
updatePackageGroup(
|
|
781
769
|
args: UpdatePackageGroupCommandInput,
|
|
782
|
-
options?: __HttpHandlerOptions
|
|
770
|
+
options?: __HttpHandlerOptions,
|
|
783
771
|
): Promise<UpdatePackageGroupCommandOutput>;
|
|
784
772
|
updatePackageGroup(
|
|
785
773
|
args: UpdatePackageGroupCommandInput,
|
|
786
|
-
cb: (err: any, data?: UpdatePackageGroupCommandOutput) => void
|
|
774
|
+
cb: (err: any, data?: UpdatePackageGroupCommandOutput) => void,
|
|
787
775
|
): void;
|
|
788
776
|
updatePackageGroup(
|
|
789
777
|
args: UpdatePackageGroupCommandInput,
|
|
790
778
|
options: __HttpHandlerOptions,
|
|
791
|
-
cb: (err: any, data?: UpdatePackageGroupCommandOutput) => void
|
|
779
|
+
cb: (err: any, data?: UpdatePackageGroupCommandOutput) => void,
|
|
792
780
|
): void;
|
|
793
781
|
updatePackageGroupOriginConfiguration(
|
|
794
782
|
args: UpdatePackageGroupOriginConfigurationCommandInput,
|
|
795
|
-
options?: __HttpHandlerOptions
|
|
783
|
+
options?: __HttpHandlerOptions,
|
|
796
784
|
): Promise<UpdatePackageGroupOriginConfigurationCommandOutput>;
|
|
797
785
|
updatePackageGroupOriginConfiguration(
|
|
798
786
|
args: UpdatePackageGroupOriginConfigurationCommandInput,
|
|
799
|
-
cb: (
|
|
800
|
-
err: any,
|
|
801
|
-
data?: UpdatePackageGroupOriginConfigurationCommandOutput
|
|
802
|
-
) => void
|
|
787
|
+
cb: (err: any, data?: UpdatePackageGroupOriginConfigurationCommandOutput) => void,
|
|
803
788
|
): void;
|
|
804
789
|
updatePackageGroupOriginConfiguration(
|
|
805
790
|
args: UpdatePackageGroupOriginConfigurationCommandInput,
|
|
806
791
|
options: __HttpHandlerOptions,
|
|
807
|
-
cb: (
|
|
808
|
-
err: any,
|
|
809
|
-
data?: UpdatePackageGroupOriginConfigurationCommandOutput
|
|
810
|
-
) => void
|
|
792
|
+
cb: (err: any, data?: UpdatePackageGroupOriginConfigurationCommandOutput) => void,
|
|
811
793
|
): void;
|
|
812
794
|
updatePackageVersionsStatus(
|
|
813
795
|
args: UpdatePackageVersionsStatusCommandInput,
|
|
814
|
-
options?: __HttpHandlerOptions
|
|
796
|
+
options?: __HttpHandlerOptions,
|
|
815
797
|
): Promise<UpdatePackageVersionsStatusCommandOutput>;
|
|
816
798
|
updatePackageVersionsStatus(
|
|
817
799
|
args: UpdatePackageVersionsStatusCommandInput,
|
|
818
|
-
cb: (err: any, data?: UpdatePackageVersionsStatusCommandOutput) => void
|
|
800
|
+
cb: (err: any, data?: UpdatePackageVersionsStatusCommandOutput) => void,
|
|
819
801
|
): void;
|
|
820
802
|
updatePackageVersionsStatus(
|
|
821
803
|
args: UpdatePackageVersionsStatusCommandInput,
|
|
822
804
|
options: __HttpHandlerOptions,
|
|
823
|
-
cb: (err: any, data?: UpdatePackageVersionsStatusCommandOutput) => void
|
|
805
|
+
cb: (err: any, data?: UpdatePackageVersionsStatusCommandOutput) => void,
|
|
824
806
|
): void;
|
|
825
807
|
updateRepository(
|
|
826
808
|
args: UpdateRepositoryCommandInput,
|
|
827
|
-
options?: __HttpHandlerOptions
|
|
809
|
+
options?: __HttpHandlerOptions,
|
|
828
810
|
): Promise<UpdateRepositoryCommandOutput>;
|
|
829
811
|
updateRepository(
|
|
830
812
|
args: UpdateRepositoryCommandInput,
|
|
831
|
-
cb: (err: any, data?: UpdateRepositoryCommandOutput) => void
|
|
813
|
+
cb: (err: any, data?: UpdateRepositoryCommandOutput) => void,
|
|
832
814
|
): void;
|
|
833
815
|
updateRepository(
|
|
834
816
|
args: UpdateRepositoryCommandInput,
|
|
835
817
|
options: __HttpHandlerOptions,
|
|
836
|
-
cb: (err: any, data?: UpdateRepositoryCommandOutput) => void
|
|
818
|
+
cb: (err: any, data?: UpdateRepositoryCommandOutput) => void,
|
|
837
819
|
): void;
|
|
838
820
|
paginateListAllowedRepositoriesForGroup(
|
|
839
821
|
args: ListAllowedRepositoriesForGroupCommandInput,
|
|
840
822
|
paginationConfig?: Pick<
|
|
841
823
|
PaginationConfiguration,
|
|
842
824
|
Exclude<keyof PaginationConfiguration, "client">
|
|
843
|
-
|
|
825
|
+
>,
|
|
844
826
|
): Paginator<ListAllowedRepositoriesForGroupCommandOutput>;
|
|
845
827
|
paginateListAssociatedPackages(
|
|
846
828
|
args: ListAssociatedPackagesCommandInput,
|
|
847
829
|
paginationConfig?: Pick<
|
|
848
830
|
PaginationConfiguration,
|
|
849
831
|
Exclude<keyof PaginationConfiguration, "client">
|
|
850
|
-
|
|
832
|
+
>,
|
|
851
833
|
): Paginator<ListAssociatedPackagesCommandOutput>;
|
|
852
834
|
paginateListDomains(
|
|
853
835
|
args?: ListDomainsCommandInput,
|
|
854
836
|
paginationConfig?: Pick<
|
|
855
837
|
PaginationConfiguration,
|
|
856
838
|
Exclude<keyof PaginationConfiguration, "client">
|
|
857
|
-
|
|
839
|
+
>,
|
|
858
840
|
): Paginator<ListDomainsCommandOutput>;
|
|
859
841
|
paginateListPackageGroups(
|
|
860
842
|
args: ListPackageGroupsCommandInput,
|
|
861
843
|
paginationConfig?: Pick<
|
|
862
844
|
PaginationConfiguration,
|
|
863
845
|
Exclude<keyof PaginationConfiguration, "client">
|
|
864
|
-
|
|
846
|
+
>,
|
|
865
847
|
): Paginator<ListPackageGroupsCommandOutput>;
|
|
866
848
|
paginateListPackages(
|
|
867
849
|
args: ListPackagesCommandInput,
|
|
868
850
|
paginationConfig?: Pick<
|
|
869
851
|
PaginationConfiguration,
|
|
870
852
|
Exclude<keyof PaginationConfiguration, "client">
|
|
871
|
-
|
|
853
|
+
>,
|
|
872
854
|
): Paginator<ListPackagesCommandOutput>;
|
|
873
855
|
paginateListPackageVersionAssets(
|
|
874
856
|
args: ListPackageVersionAssetsCommandInput,
|
|
875
857
|
paginationConfig?: Pick<
|
|
876
858
|
PaginationConfiguration,
|
|
877
859
|
Exclude<keyof PaginationConfiguration, "client">
|
|
878
|
-
|
|
860
|
+
>,
|
|
879
861
|
): Paginator<ListPackageVersionAssetsCommandOutput>;
|
|
880
862
|
paginateListPackageVersions(
|
|
881
863
|
args: ListPackageVersionsCommandInput,
|
|
882
864
|
paginationConfig?: Pick<
|
|
883
865
|
PaginationConfiguration,
|
|
884
866
|
Exclude<keyof PaginationConfiguration, "client">
|
|
885
|
-
|
|
867
|
+
>,
|
|
886
868
|
): Paginator<ListPackageVersionsCommandOutput>;
|
|
887
869
|
paginateListRepositories(
|
|
888
870
|
args?: ListRepositoriesCommandInput,
|
|
889
871
|
paginationConfig?: Pick<
|
|
890
872
|
PaginationConfiguration,
|
|
891
873
|
Exclude<keyof PaginationConfiguration, "client">
|
|
892
|
-
|
|
874
|
+
>,
|
|
893
875
|
): Paginator<ListRepositoriesCommandOutput>;
|
|
894
876
|
paginateListRepositoriesInDomain(
|
|
895
877
|
args: ListRepositoriesInDomainCommandInput,
|
|
896
878
|
paginationConfig?: Pick<
|
|
897
879
|
PaginationConfiguration,
|
|
898
880
|
Exclude<keyof PaginationConfiguration, "client">
|
|
899
|
-
|
|
881
|
+
>,
|
|
900
882
|
): Paginator<ListRepositoriesInDomainCommandOutput>;
|
|
901
883
|
paginateListSubPackageGroups(
|
|
902
884
|
args: ListSubPackageGroupsCommandInput,
|
|
903
885
|
paginationConfig?: Pick<
|
|
904
886
|
PaginationConfiguration,
|
|
905
887
|
Exclude<keyof PaginationConfiguration, "client">
|
|
906
|
-
|
|
888
|
+
>,
|
|
907
889
|
): Paginator<ListSubPackageGroupsCommandOutput>;
|
|
908
890
|
}
|
|
909
|
-
export declare class Codeartifact
|
|
910
|
-
extends CodeartifactClient
|
|
911
|
-
implements Codeartifact {}
|
|
891
|
+
export declare class Codeartifact extends CodeartifactClient implements Codeartifact {}
|