@aws-sdk/client-codeartifact 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Codeartifact.d.ts +0 -36
- package/dist-types/ts3.4/CodeartifactClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeartifactServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -386
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codeartifact
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-codeartifact
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-codeartifact
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -144,7 +144,6 @@ import {
|
|
|
144
144
|
UpdateRepositoryCommandInput,
|
|
145
145
|
UpdateRepositoryCommandOutput,
|
|
146
146
|
} from "./commands/UpdateRepositoryCommand";
|
|
147
|
-
|
|
148
147
|
export declare class Codeartifact extends CodeartifactClient {
|
|
149
148
|
associateExternalConnection(
|
|
150
149
|
args: AssociateExternalConnectionCommandInput,
|
|
@@ -159,7 +158,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
159
158
|
options: __HttpHandlerOptions,
|
|
160
159
|
cb: (err: any, data?: AssociateExternalConnectionCommandOutput) => void
|
|
161
160
|
): void;
|
|
162
|
-
|
|
163
161
|
copyPackageVersions(
|
|
164
162
|
args: CopyPackageVersionsCommandInput,
|
|
165
163
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +171,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
173
171
|
options: __HttpHandlerOptions,
|
|
174
172
|
cb: (err: any, data?: CopyPackageVersionsCommandOutput) => void
|
|
175
173
|
): void;
|
|
176
|
-
|
|
177
174
|
createDomain(
|
|
178
175
|
args: CreateDomainCommandInput,
|
|
179
176
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +184,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
187
184
|
options: __HttpHandlerOptions,
|
|
188
185
|
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
189
186
|
): void;
|
|
190
|
-
|
|
191
187
|
createRepository(
|
|
192
188
|
args: CreateRepositoryCommandInput,
|
|
193
189
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +197,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
201
197
|
options: __HttpHandlerOptions,
|
|
202
198
|
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
203
199
|
): void;
|
|
204
|
-
|
|
205
200
|
deleteDomain(
|
|
206
201
|
args: DeleteDomainCommandInput,
|
|
207
202
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +210,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
215
210
|
options: __HttpHandlerOptions,
|
|
216
211
|
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
217
212
|
): void;
|
|
218
|
-
|
|
219
213
|
deleteDomainPermissionsPolicy(
|
|
220
214
|
args: DeleteDomainPermissionsPolicyCommandInput,
|
|
221
215
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +223,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
229
223
|
options: __HttpHandlerOptions,
|
|
230
224
|
cb: (err: any, data?: DeleteDomainPermissionsPolicyCommandOutput) => void
|
|
231
225
|
): void;
|
|
232
|
-
|
|
233
226
|
deletePackageVersions(
|
|
234
227
|
args: DeletePackageVersionsCommandInput,
|
|
235
228
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +236,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
243
236
|
options: __HttpHandlerOptions,
|
|
244
237
|
cb: (err: any, data?: DeletePackageVersionsCommandOutput) => void
|
|
245
238
|
): void;
|
|
246
|
-
|
|
247
239
|
deleteRepository(
|
|
248
240
|
args: DeleteRepositoryCommandInput,
|
|
249
241
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +249,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
257
249
|
options: __HttpHandlerOptions,
|
|
258
250
|
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
259
251
|
): void;
|
|
260
|
-
|
|
261
252
|
deleteRepositoryPermissionsPolicy(
|
|
262
253
|
args: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
263
254
|
options?: __HttpHandlerOptions
|
|
@@ -277,7 +268,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
277
268
|
data?: DeleteRepositoryPermissionsPolicyCommandOutput
|
|
278
269
|
) => void
|
|
279
270
|
): void;
|
|
280
|
-
|
|
281
271
|
describeDomain(
|
|
282
272
|
args: DescribeDomainCommandInput,
|
|
283
273
|
options?: __HttpHandlerOptions
|
|
@@ -291,7 +281,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
291
281
|
options: __HttpHandlerOptions,
|
|
292
282
|
cb: (err: any, data?: DescribeDomainCommandOutput) => void
|
|
293
283
|
): void;
|
|
294
|
-
|
|
295
284
|
describePackage(
|
|
296
285
|
args: DescribePackageCommandInput,
|
|
297
286
|
options?: __HttpHandlerOptions
|
|
@@ -305,7 +294,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
305
294
|
options: __HttpHandlerOptions,
|
|
306
295
|
cb: (err: any, data?: DescribePackageCommandOutput) => void
|
|
307
296
|
): void;
|
|
308
|
-
|
|
309
297
|
describePackageVersion(
|
|
310
298
|
args: DescribePackageVersionCommandInput,
|
|
311
299
|
options?: __HttpHandlerOptions
|
|
@@ -319,7 +307,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
319
307
|
options: __HttpHandlerOptions,
|
|
320
308
|
cb: (err: any, data?: DescribePackageVersionCommandOutput) => void
|
|
321
309
|
): void;
|
|
322
|
-
|
|
323
310
|
describeRepository(
|
|
324
311
|
args: DescribeRepositoryCommandInput,
|
|
325
312
|
options?: __HttpHandlerOptions
|
|
@@ -333,7 +320,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
333
320
|
options: __HttpHandlerOptions,
|
|
334
321
|
cb: (err: any, data?: DescribeRepositoryCommandOutput) => void
|
|
335
322
|
): void;
|
|
336
|
-
|
|
337
323
|
disassociateExternalConnection(
|
|
338
324
|
args: DisassociateExternalConnectionCommandInput,
|
|
339
325
|
options?: __HttpHandlerOptions
|
|
@@ -347,7 +333,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
347
333
|
options: __HttpHandlerOptions,
|
|
348
334
|
cb: (err: any, data?: DisassociateExternalConnectionCommandOutput) => void
|
|
349
335
|
): void;
|
|
350
|
-
|
|
351
336
|
disposePackageVersions(
|
|
352
337
|
args: DisposePackageVersionsCommandInput,
|
|
353
338
|
options?: __HttpHandlerOptions
|
|
@@ -361,7 +346,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
361
346
|
options: __HttpHandlerOptions,
|
|
362
347
|
cb: (err: any, data?: DisposePackageVersionsCommandOutput) => void
|
|
363
348
|
): void;
|
|
364
|
-
|
|
365
349
|
getAuthorizationToken(
|
|
366
350
|
args: GetAuthorizationTokenCommandInput,
|
|
367
351
|
options?: __HttpHandlerOptions
|
|
@@ -375,7 +359,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
375
359
|
options: __HttpHandlerOptions,
|
|
376
360
|
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
377
361
|
): void;
|
|
378
|
-
|
|
379
362
|
getDomainPermissionsPolicy(
|
|
380
363
|
args: GetDomainPermissionsPolicyCommandInput,
|
|
381
364
|
options?: __HttpHandlerOptions
|
|
@@ -389,7 +372,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
389
372
|
options: __HttpHandlerOptions,
|
|
390
373
|
cb: (err: any, data?: GetDomainPermissionsPolicyCommandOutput) => void
|
|
391
374
|
): void;
|
|
392
|
-
|
|
393
375
|
getPackageVersionAsset(
|
|
394
376
|
args: GetPackageVersionAssetCommandInput,
|
|
395
377
|
options?: __HttpHandlerOptions
|
|
@@ -403,7 +385,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
403
385
|
options: __HttpHandlerOptions,
|
|
404
386
|
cb: (err: any, data?: GetPackageVersionAssetCommandOutput) => void
|
|
405
387
|
): void;
|
|
406
|
-
|
|
407
388
|
getPackageVersionReadme(
|
|
408
389
|
args: GetPackageVersionReadmeCommandInput,
|
|
409
390
|
options?: __HttpHandlerOptions
|
|
@@ -417,7 +398,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
417
398
|
options: __HttpHandlerOptions,
|
|
418
399
|
cb: (err: any, data?: GetPackageVersionReadmeCommandOutput) => void
|
|
419
400
|
): void;
|
|
420
|
-
|
|
421
401
|
getRepositoryEndpoint(
|
|
422
402
|
args: GetRepositoryEndpointCommandInput,
|
|
423
403
|
options?: __HttpHandlerOptions
|
|
@@ -431,7 +411,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
431
411
|
options: __HttpHandlerOptions,
|
|
432
412
|
cb: (err: any, data?: GetRepositoryEndpointCommandOutput) => void
|
|
433
413
|
): void;
|
|
434
|
-
|
|
435
414
|
getRepositoryPermissionsPolicy(
|
|
436
415
|
args: GetRepositoryPermissionsPolicyCommandInput,
|
|
437
416
|
options?: __HttpHandlerOptions
|
|
@@ -445,7 +424,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
445
424
|
options: __HttpHandlerOptions,
|
|
446
425
|
cb: (err: any, data?: GetRepositoryPermissionsPolicyCommandOutput) => void
|
|
447
426
|
): void;
|
|
448
|
-
|
|
449
427
|
listDomains(
|
|
450
428
|
args: ListDomainsCommandInput,
|
|
451
429
|
options?: __HttpHandlerOptions
|
|
@@ -459,7 +437,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
459
437
|
options: __HttpHandlerOptions,
|
|
460
438
|
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
461
439
|
): void;
|
|
462
|
-
|
|
463
440
|
listPackages(
|
|
464
441
|
args: ListPackagesCommandInput,
|
|
465
442
|
options?: __HttpHandlerOptions
|
|
@@ -473,7 +450,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
473
450
|
options: __HttpHandlerOptions,
|
|
474
451
|
cb: (err: any, data?: ListPackagesCommandOutput) => void
|
|
475
452
|
): void;
|
|
476
|
-
|
|
477
453
|
listPackageVersionAssets(
|
|
478
454
|
args: ListPackageVersionAssetsCommandInput,
|
|
479
455
|
options?: __HttpHandlerOptions
|
|
@@ -487,7 +463,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
487
463
|
options: __HttpHandlerOptions,
|
|
488
464
|
cb: (err: any, data?: ListPackageVersionAssetsCommandOutput) => void
|
|
489
465
|
): void;
|
|
490
|
-
|
|
491
466
|
listPackageVersionDependencies(
|
|
492
467
|
args: ListPackageVersionDependenciesCommandInput,
|
|
493
468
|
options?: __HttpHandlerOptions
|
|
@@ -501,7 +476,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
501
476
|
options: __HttpHandlerOptions,
|
|
502
477
|
cb: (err: any, data?: ListPackageVersionDependenciesCommandOutput) => void
|
|
503
478
|
): void;
|
|
504
|
-
|
|
505
479
|
listPackageVersions(
|
|
506
480
|
args: ListPackageVersionsCommandInput,
|
|
507
481
|
options?: __HttpHandlerOptions
|
|
@@ -515,7 +489,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
515
489
|
options: __HttpHandlerOptions,
|
|
516
490
|
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
|
|
517
491
|
): void;
|
|
518
|
-
|
|
519
492
|
listRepositories(
|
|
520
493
|
args: ListRepositoriesCommandInput,
|
|
521
494
|
options?: __HttpHandlerOptions
|
|
@@ -529,7 +502,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
529
502
|
options: __HttpHandlerOptions,
|
|
530
503
|
cb: (err: any, data?: ListRepositoriesCommandOutput) => void
|
|
531
504
|
): void;
|
|
532
|
-
|
|
533
505
|
listRepositoriesInDomain(
|
|
534
506
|
args: ListRepositoriesInDomainCommandInput,
|
|
535
507
|
options?: __HttpHandlerOptions
|
|
@@ -543,7 +515,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
543
515
|
options: __HttpHandlerOptions,
|
|
544
516
|
cb: (err: any, data?: ListRepositoriesInDomainCommandOutput) => void
|
|
545
517
|
): void;
|
|
546
|
-
|
|
547
518
|
listTagsForResource(
|
|
548
519
|
args: ListTagsForResourceCommandInput,
|
|
549
520
|
options?: __HttpHandlerOptions
|
|
@@ -557,7 +528,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
557
528
|
options: __HttpHandlerOptions,
|
|
558
529
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
559
530
|
): void;
|
|
560
|
-
|
|
561
531
|
putDomainPermissionsPolicy(
|
|
562
532
|
args: PutDomainPermissionsPolicyCommandInput,
|
|
563
533
|
options?: __HttpHandlerOptions
|
|
@@ -571,7 +541,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
571
541
|
options: __HttpHandlerOptions,
|
|
572
542
|
cb: (err: any, data?: PutDomainPermissionsPolicyCommandOutput) => void
|
|
573
543
|
): void;
|
|
574
|
-
|
|
575
544
|
putPackageOriginConfiguration(
|
|
576
545
|
args: PutPackageOriginConfigurationCommandInput,
|
|
577
546
|
options?: __HttpHandlerOptions
|
|
@@ -585,7 +554,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
585
554
|
options: __HttpHandlerOptions,
|
|
586
555
|
cb: (err: any, data?: PutPackageOriginConfigurationCommandOutput) => void
|
|
587
556
|
): void;
|
|
588
|
-
|
|
589
557
|
putRepositoryPermissionsPolicy(
|
|
590
558
|
args: PutRepositoryPermissionsPolicyCommandInput,
|
|
591
559
|
options?: __HttpHandlerOptions
|
|
@@ -599,7 +567,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
599
567
|
options: __HttpHandlerOptions,
|
|
600
568
|
cb: (err: any, data?: PutRepositoryPermissionsPolicyCommandOutput) => void
|
|
601
569
|
): void;
|
|
602
|
-
|
|
603
570
|
tagResource(
|
|
604
571
|
args: TagResourceCommandInput,
|
|
605
572
|
options?: __HttpHandlerOptions
|
|
@@ -613,7 +580,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
613
580
|
options: __HttpHandlerOptions,
|
|
614
581
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
615
582
|
): void;
|
|
616
|
-
|
|
617
583
|
untagResource(
|
|
618
584
|
args: UntagResourceCommandInput,
|
|
619
585
|
options?: __HttpHandlerOptions
|
|
@@ -627,7 +593,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
627
593
|
options: __HttpHandlerOptions,
|
|
628
594
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
629
595
|
): void;
|
|
630
|
-
|
|
631
596
|
updatePackageVersionsStatus(
|
|
632
597
|
args: UpdatePackageVersionsStatusCommandInput,
|
|
633
598
|
options?: __HttpHandlerOptions
|
|
@@ -641,7 +606,6 @@ export declare class Codeartifact extends CodeartifactClient {
|
|
|
641
606
|
options: __HttpHandlerOptions,
|
|
642
607
|
cb: (err: any, data?: UpdatePackageVersionsStatusCommandOutput) => void
|
|
643
608
|
): void;
|
|
644
|
-
|
|
645
609
|
updateRepository(
|
|
646
610
|
args: UpdateRepositoryCommandInput,
|
|
647
611
|
options?: __HttpHandlerOptions
|
|
@@ -263,47 +263,26 @@ export declare type ServiceOutputTypes =
|
|
|
263
263
|
export interface ClientDefaults
|
|
264
264
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
265
265
|
requestHandler?: __HttpHandler;
|
|
266
|
-
|
|
267
266
|
sha256?: __HashConstructor;
|
|
268
|
-
|
|
269
267
|
urlParser?: __UrlParser;
|
|
270
|
-
|
|
271
268
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
272
|
-
|
|
273
269
|
streamCollector?: __StreamCollector;
|
|
274
|
-
|
|
275
270
|
base64Decoder?: __Decoder;
|
|
276
|
-
|
|
277
271
|
base64Encoder?: __Encoder;
|
|
278
|
-
|
|
279
272
|
utf8Decoder?: __Decoder;
|
|
280
|
-
|
|
281
273
|
utf8Encoder?: __Encoder;
|
|
282
|
-
|
|
283
274
|
runtime?: string;
|
|
284
|
-
|
|
285
275
|
disableHostPrefix?: boolean;
|
|
286
|
-
|
|
287
276
|
maxAttempts?: number | __Provider<number>;
|
|
288
|
-
|
|
289
277
|
retryMode?: string | __Provider<string>;
|
|
290
|
-
|
|
291
278
|
logger?: __Logger;
|
|
292
|
-
|
|
293
279
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
294
|
-
|
|
295
280
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
296
|
-
|
|
297
281
|
serviceId?: string;
|
|
298
|
-
|
|
299
282
|
region?: string | __Provider<string>;
|
|
300
|
-
|
|
301
283
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
302
|
-
|
|
303
284
|
regionInfoProvider?: RegionInfoProvider;
|
|
304
|
-
|
|
305
285
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
306
|
-
|
|
307
286
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
308
287
|
}
|
|
309
288
|
declare type CodeartifactClientConfigType = Partial<
|
|
@@ -316,7 +295,6 @@ declare type CodeartifactClientConfigType = Partial<
|
|
|
316
295
|
HostHeaderInputConfig &
|
|
317
296
|
AwsAuthInputConfig &
|
|
318
297
|
UserAgentInputConfig;
|
|
319
|
-
|
|
320
298
|
export interface CodeartifactClientConfig
|
|
321
299
|
extends CodeartifactClientConfigType {}
|
|
322
300
|
declare type CodeartifactClientResolvedConfigType =
|
|
@@ -328,10 +306,8 @@ declare type CodeartifactClientResolvedConfigType =
|
|
|
328
306
|
HostHeaderResolvedConfig &
|
|
329
307
|
AwsAuthResolvedConfig &
|
|
330
308
|
UserAgentResolvedConfig;
|
|
331
|
-
|
|
332
309
|
export interface CodeartifactClientResolvedConfig
|
|
333
310
|
extends CodeartifactClientResolvedConfigType {}
|
|
334
|
-
|
|
335
311
|
export declare class CodeartifactClient extends __Client<
|
|
336
312
|
__HttpHandlerOptions,
|
|
337
313
|
ServiceInputTypes,
|
|
@@ -340,7 +316,6 @@ export declare class CodeartifactClient extends __Client<
|
|
|
340
316
|
> {
|
|
341
317
|
readonly config: CodeartifactClientResolvedConfig;
|
|
342
318
|
constructor(configuration: CodeartifactClientConfig);
|
|
343
|
-
|
|
344
319
|
destroy(): void;
|
|
345
320
|
}
|
|
346
321
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateExternalConnectionCommandInput
|
|
|
19
19
|
export interface AssociateExternalConnectionCommandOutput
|
|
20
20
|
extends AssociateExternalConnectionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateExternalConnectionCommand extends $Command<
|
|
24
23
|
AssociateExternalConnectionCommandInput,
|
|
25
24
|
AssociateExternalConnectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateExternalConnectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateExternalConnectionCommandInput;
|
|
29
28
|
constructor(input: AssociateExternalConnectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CopyPackageVersionsCommandInput
|
|
|
19
19
|
export interface CopyPackageVersionsCommandOutput
|
|
20
20
|
extends CopyPackageVersionsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CopyPackageVersionsCommand extends $Command<
|
|
24
23
|
CopyPackageVersionsCommandInput,
|
|
25
24
|
CopyPackageVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CopyPackageVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CopyPackageVersionsCommandInput;
|
|
29
28
|
constructor(input: CopyPackageVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
|
15
15
|
export interface CreateDomainCommandOutput
|
|
16
16
|
extends CreateDomainResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateDomainCommand extends $Command<
|
|
20
19
|
CreateDomainCommandInput,
|
|
21
20
|
CreateDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateDomainCommandInput;
|
|
25
24
|
constructor(input: CreateDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
|
|
|
18
18
|
export interface CreateRepositoryCommandOutput
|
|
19
19
|
extends CreateRepositoryResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateRepositoryCommand extends $Command<
|
|
23
22
|
CreateRepositoryCommandInput,
|
|
24
23
|
CreateRepositoryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateRepositoryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateRepositoryCommandInput;
|
|
28
27
|
constructor(input: CreateRepositoryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
|
15
15
|
export interface DeleteDomainCommandOutput
|
|
16
16
|
extends DeleteDomainResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteDomainCommand extends $Command<
|
|
20
19
|
DeleteDomainCommandInput,
|
|
21
20
|
DeleteDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteDomainCommandInput;
|
|
25
24
|
constructor(input: DeleteDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDomainPermissionsPolicyCommandInput
|
|
|
19
19
|
export interface DeleteDomainPermissionsPolicyCommandOutput
|
|
20
20
|
extends DeleteDomainPermissionsPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDomainPermissionsPolicyCommand extends $Command<
|
|
24
23
|
DeleteDomainPermissionsPolicyCommandInput,
|
|
25
24
|
DeleteDomainPermissionsPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDomainPermissionsPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDomainPermissionsPolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteDomainPermissionsPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePackageVersionsCommandInput
|
|
|
19
19
|
export interface DeletePackageVersionsCommandOutput
|
|
20
20
|
extends DeletePackageVersionsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePackageVersionsCommand extends $Command<
|
|
24
23
|
DeletePackageVersionsCommandInput,
|
|
25
24
|
DeletePackageVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePackageVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePackageVersionsCommandInput;
|
|
29
28
|
constructor(input: DeletePackageVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
|
|
|
18
18
|
export interface DeleteRepositoryCommandOutput
|
|
19
19
|
extends DeleteRepositoryResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteRepositoryCommand extends $Command<
|
|
23
22
|
DeleteRepositoryCommandInput,
|
|
24
23
|
DeleteRepositoryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteRepositoryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteRepositoryCommandInput;
|
|
28
27
|
constructor(input: DeleteRepositoryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteRepositoryPermissionsPolicyCommandInput
|
|
|
19
19
|
export interface DeleteRepositoryPermissionsPolicyCommandOutput
|
|
20
20
|
extends DeleteRepositoryPermissionsPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteRepositoryPermissionsPolicyCommand extends $Command<
|
|
24
23
|
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
25
24
|
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteRepositoryPermissionsPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteRepositoryPermissionsPolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteRepositoryPermissionsPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {}
|
|
|
18
18
|
export interface DescribeDomainCommandOutput
|
|
19
19
|
extends DescribeDomainResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeDomainCommand extends $Command<
|
|
23
22
|
DescribeDomainCommandInput,
|
|
24
23
|
DescribeDomainCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeDomainCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeDomainCommandInput;
|
|
28
27
|
constructor(input: DescribeDomainCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribePackageCommandInput extends DescribePackageRequest {}
|
|
|
18
18
|
export interface DescribePackageCommandOutput
|
|
19
19
|
extends DescribePackageResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribePackageCommand extends $Command<
|
|
23
22
|
DescribePackageCommandInput,
|
|
24
23
|
DescribePackageCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribePackageCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribePackageCommandInput;
|
|
28
27
|
constructor(input: DescribePackageCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribePackageVersionCommandInput
|
|
|
19
19
|
export interface DescribePackageVersionCommandOutput
|
|
20
20
|
extends DescribePackageVersionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribePackageVersionCommand extends $Command<
|
|
24
23
|
DescribePackageVersionCommandInput,
|
|
25
24
|
DescribePackageVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribePackageVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribePackageVersionCommandInput;
|
|
29
28
|
constructor(input: DescribePackageVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeRepositoryCommandInput
|
|
|
19
19
|
export interface DescribeRepositoryCommandOutput
|
|
20
20
|
extends DescribeRepositoryResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeRepositoryCommand extends $Command<
|
|
24
23
|
DescribeRepositoryCommandInput,
|
|
25
24
|
DescribeRepositoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeRepositoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeRepositoryCommandInput;
|
|
29
28
|
constructor(input: DescribeRepositoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateExternalConnectionCommandInput
|
|
|
19
19
|
export interface DisassociateExternalConnectionCommandOutput
|
|
20
20
|
extends DisassociateExternalConnectionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateExternalConnectionCommand extends $Command<
|
|
24
23
|
DisassociateExternalConnectionCommandInput,
|
|
25
24
|
DisassociateExternalConnectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateExternalConnectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateExternalConnectionCommandInput;
|
|
29
28
|
constructor(input: DisassociateExternalConnectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisposePackageVersionsCommandInput
|
|
|
19
19
|
export interface DisposePackageVersionsCommandOutput
|
|
20
20
|
extends DisposePackageVersionsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisposePackageVersionsCommand extends $Command<
|
|
24
23
|
DisposePackageVersionsCommandInput,
|
|
25
24
|
DisposePackageVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisposePackageVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisposePackageVersionsCommandInput;
|
|
29
28
|
constructor(input: DisposePackageVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAuthorizationTokenCommandInput
|
|
|
19
19
|
export interface GetAuthorizationTokenCommandOutput
|
|
20
20
|
extends GetAuthorizationTokenResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAuthorizationTokenCommand extends $Command<
|
|
24
23
|
GetAuthorizationTokenCommandInput,
|
|
25
24
|
GetAuthorizationTokenCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAuthorizationTokenCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAuthorizationTokenCommandInput;
|
|
29
28
|
constructor(input: GetAuthorizationTokenCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|