@aws-sdk/client-codeartifact 3.170.0 → 3.171.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 +8 -0
- 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 +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Readable } from "stream";
|
|
3
3
|
import { CodeartifactServiceException as __BaseException } from "./CodeartifactServiceException";
|
|
4
|
-
|
|
5
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
6
5
|
readonly name: "AccessDeniedException";
|
|
7
6
|
readonly $fault: "client";
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
@@ -24,21 +22,15 @@ export declare enum HashAlgorithm {
|
|
|
24
22
|
SHA256 = "SHA-256",
|
|
25
23
|
SHA512 = "SHA-512",
|
|
26
24
|
}
|
|
27
|
-
|
|
28
25
|
export interface AssetSummary {
|
|
29
26
|
name: string | undefined;
|
|
30
|
-
|
|
31
27
|
size?: number;
|
|
32
|
-
|
|
33
28
|
hashes?: Record<string, string>;
|
|
34
29
|
}
|
|
35
30
|
export interface AssociateExternalConnectionRequest {
|
|
36
31
|
domain: string | undefined;
|
|
37
|
-
|
|
38
32
|
domainOwner?: string;
|
|
39
|
-
|
|
40
33
|
repository: string | undefined;
|
|
41
|
-
|
|
42
34
|
externalConnection: string | undefined;
|
|
43
35
|
}
|
|
44
36
|
export declare enum PackageFormat {
|
|
@@ -50,34 +42,22 @@ export declare enum PackageFormat {
|
|
|
50
42
|
export declare enum ExternalConnectionStatus {
|
|
51
43
|
AVAILABLE = "Available",
|
|
52
44
|
}
|
|
53
|
-
|
|
54
45
|
export interface RepositoryExternalConnectionInfo {
|
|
55
46
|
externalConnectionName?: string;
|
|
56
|
-
|
|
57
47
|
packageFormat?: PackageFormat | string;
|
|
58
|
-
|
|
59
48
|
status?: ExternalConnectionStatus | string;
|
|
60
49
|
}
|
|
61
|
-
|
|
62
50
|
export interface UpstreamRepositoryInfo {
|
|
63
51
|
repositoryName?: string;
|
|
64
52
|
}
|
|
65
|
-
|
|
66
53
|
export interface RepositoryDescription {
|
|
67
54
|
name?: string;
|
|
68
|
-
|
|
69
55
|
administratorAccount?: string;
|
|
70
|
-
|
|
71
56
|
domainName?: string;
|
|
72
|
-
|
|
73
57
|
domainOwner?: string;
|
|
74
|
-
|
|
75
58
|
arn?: string;
|
|
76
|
-
|
|
77
59
|
description?: string;
|
|
78
|
-
|
|
79
60
|
upstreams?: UpstreamRepositoryInfo[];
|
|
80
|
-
|
|
81
61
|
externalConnections?: RepositoryExternalConnectionInfo[];
|
|
82
62
|
}
|
|
83
63
|
export interface AssociateExternalConnectionResult {
|
|
@@ -90,59 +70,42 @@ export declare enum ResourceType {
|
|
|
90
70
|
PACKAGE_VERSION = "package-version",
|
|
91
71
|
REPOSITORY = "repository",
|
|
92
72
|
}
|
|
93
|
-
|
|
94
73
|
export declare class ConflictException extends __BaseException {
|
|
95
74
|
readonly name: "ConflictException";
|
|
96
75
|
readonly $fault: "client";
|
|
97
|
-
|
|
98
76
|
resourceId?: string;
|
|
99
|
-
|
|
100
77
|
resourceType?: ResourceType | string;
|
|
101
|
-
|
|
102
78
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
103
79
|
}
|
|
104
|
-
|
|
105
80
|
export declare class InternalServerException extends __BaseException {
|
|
106
81
|
readonly name: "InternalServerException";
|
|
107
82
|
readonly $fault: "server";
|
|
108
|
-
|
|
109
83
|
constructor(
|
|
110
84
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
111
85
|
);
|
|
112
86
|
}
|
|
113
|
-
|
|
114
87
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
115
88
|
readonly name: "ResourceNotFoundException";
|
|
116
89
|
readonly $fault: "client";
|
|
117
|
-
|
|
118
90
|
resourceId?: string;
|
|
119
|
-
|
|
120
91
|
resourceType?: ResourceType | string;
|
|
121
|
-
|
|
122
92
|
constructor(
|
|
123
93
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
124
94
|
);
|
|
125
95
|
}
|
|
126
|
-
|
|
127
96
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
128
97
|
readonly name: "ServiceQuotaExceededException";
|
|
129
98
|
readonly $fault: "client";
|
|
130
|
-
|
|
131
99
|
resourceId?: string;
|
|
132
|
-
|
|
133
100
|
resourceType?: ResourceType | string;
|
|
134
|
-
|
|
135
101
|
constructor(
|
|
136
102
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
137
103
|
);
|
|
138
104
|
}
|
|
139
|
-
|
|
140
105
|
export declare class ThrottlingException extends __BaseException {
|
|
141
106
|
readonly name: "ThrottlingException";
|
|
142
107
|
readonly $fault: "client";
|
|
143
|
-
|
|
144
108
|
retryAfterSeconds?: number;
|
|
145
|
-
|
|
146
109
|
constructor(
|
|
147
110
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
148
111
|
);
|
|
@@ -154,38 +117,25 @@ export declare enum ValidationExceptionReason {
|
|
|
154
117
|
OTHER = "OTHER",
|
|
155
118
|
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
156
119
|
}
|
|
157
|
-
|
|
158
120
|
export declare class ValidationException extends __BaseException {
|
|
159
121
|
readonly name: "ValidationException";
|
|
160
122
|
readonly $fault: "client";
|
|
161
|
-
|
|
162
123
|
reason?: ValidationExceptionReason | string;
|
|
163
|
-
|
|
164
124
|
constructor(
|
|
165
125
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
166
126
|
);
|
|
167
127
|
}
|
|
168
128
|
export interface CopyPackageVersionsRequest {
|
|
169
129
|
domain: string | undefined;
|
|
170
|
-
|
|
171
130
|
domainOwner?: string;
|
|
172
|
-
|
|
173
131
|
sourceRepository: string | undefined;
|
|
174
|
-
|
|
175
132
|
destinationRepository: string | undefined;
|
|
176
|
-
|
|
177
133
|
format: PackageFormat | string | undefined;
|
|
178
|
-
|
|
179
134
|
namespace?: string;
|
|
180
|
-
|
|
181
135
|
package: string | undefined;
|
|
182
|
-
|
|
183
136
|
versions?: string[];
|
|
184
|
-
|
|
185
137
|
versionRevisions?: Record<string, string>;
|
|
186
|
-
|
|
187
138
|
allowOverwrite?: boolean;
|
|
188
|
-
|
|
189
139
|
includeFromUpstream?: boolean;
|
|
190
140
|
}
|
|
191
141
|
export declare enum PackageVersionErrorCode {
|
|
@@ -196,10 +146,8 @@ export declare enum PackageVersionErrorCode {
|
|
|
196
146
|
NOT_FOUND = "NOT_FOUND",
|
|
197
147
|
SKIPPED = "SKIPPED",
|
|
198
148
|
}
|
|
199
|
-
|
|
200
149
|
export interface PackageVersionError {
|
|
201
150
|
errorCode?: PackageVersionErrorCode | string;
|
|
202
|
-
|
|
203
151
|
errorMessage?: string;
|
|
204
152
|
}
|
|
205
153
|
export declare enum PackageVersionStatus {
|
|
@@ -210,72 +158,50 @@ export declare enum PackageVersionStatus {
|
|
|
210
158
|
UNFINISHED = "Unfinished",
|
|
211
159
|
UNLISTED = "Unlisted",
|
|
212
160
|
}
|
|
213
|
-
|
|
214
161
|
export interface SuccessfulPackageVersionInfo {
|
|
215
162
|
revision?: string;
|
|
216
|
-
|
|
217
163
|
status?: PackageVersionStatus | string;
|
|
218
164
|
}
|
|
219
165
|
export interface CopyPackageVersionsResult {
|
|
220
166
|
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
221
|
-
|
|
222
167
|
failedVersions?: Record<string, PackageVersionError>;
|
|
223
168
|
}
|
|
224
|
-
|
|
225
169
|
export interface Tag {
|
|
226
170
|
key: string | undefined;
|
|
227
|
-
|
|
228
171
|
value: string | undefined;
|
|
229
172
|
}
|
|
230
173
|
export interface CreateDomainRequest {
|
|
231
174
|
domain: string | undefined;
|
|
232
|
-
|
|
233
175
|
encryptionKey?: string;
|
|
234
|
-
|
|
235
176
|
tags?: Tag[];
|
|
236
177
|
}
|
|
237
178
|
export declare enum DomainStatus {
|
|
238
179
|
ACTIVE = "Active",
|
|
239
180
|
DELETED = "Deleted",
|
|
240
181
|
}
|
|
241
|
-
|
|
242
182
|
export interface DomainDescription {
|
|
243
183
|
name?: string;
|
|
244
|
-
|
|
245
184
|
owner?: string;
|
|
246
|
-
|
|
247
185
|
arn?: string;
|
|
248
|
-
|
|
249
186
|
status?: DomainStatus | string;
|
|
250
|
-
|
|
251
187
|
createdTime?: Date;
|
|
252
|
-
|
|
253
188
|
encryptionKey?: string;
|
|
254
|
-
|
|
255
189
|
repositoryCount?: number;
|
|
256
|
-
|
|
257
190
|
assetSizeBytes?: number;
|
|
258
|
-
|
|
259
191
|
s3BucketArn?: string;
|
|
260
192
|
}
|
|
261
193
|
export interface CreateDomainResult {
|
|
262
194
|
domain?: DomainDescription;
|
|
263
195
|
}
|
|
264
|
-
|
|
265
196
|
export interface UpstreamRepository {
|
|
266
197
|
repositoryName: string | undefined;
|
|
267
198
|
}
|
|
268
199
|
export interface CreateRepositoryRequest {
|
|
269
200
|
domain: string | undefined;
|
|
270
|
-
|
|
271
201
|
domainOwner?: string;
|
|
272
|
-
|
|
273
202
|
repository: string | undefined;
|
|
274
|
-
|
|
275
203
|
description?: string;
|
|
276
|
-
|
|
277
204
|
upstreams?: UpstreamRepository[];
|
|
278
|
-
|
|
279
205
|
tags?: Tag[];
|
|
280
206
|
}
|
|
281
207
|
export interface CreateRepositoryResult {
|
|
@@ -283,7 +209,6 @@ export interface CreateRepositoryResult {
|
|
|
283
209
|
}
|
|
284
210
|
export interface DeleteDomainRequest {
|
|
285
211
|
domain: string | undefined;
|
|
286
|
-
|
|
287
212
|
domainOwner?: string;
|
|
288
213
|
}
|
|
289
214
|
export interface DeleteDomainResult {
|
|
@@ -291,17 +216,12 @@ export interface DeleteDomainResult {
|
|
|
291
216
|
}
|
|
292
217
|
export interface DeleteDomainPermissionsPolicyRequest {
|
|
293
218
|
domain: string | undefined;
|
|
294
|
-
|
|
295
219
|
domainOwner?: string;
|
|
296
|
-
|
|
297
220
|
policyRevision?: string;
|
|
298
221
|
}
|
|
299
|
-
|
|
300
222
|
export interface ResourcePolicy {
|
|
301
223
|
resourceArn?: string;
|
|
302
|
-
|
|
303
224
|
revision?: string;
|
|
304
|
-
|
|
305
225
|
document?: string;
|
|
306
226
|
}
|
|
307
227
|
export interface DeleteDomainPermissionsPolicyResult {
|
|
@@ -309,31 +229,21 @@ export interface DeleteDomainPermissionsPolicyResult {
|
|
|
309
229
|
}
|
|
310
230
|
export interface DeletePackageVersionsRequest {
|
|
311
231
|
domain: string | undefined;
|
|
312
|
-
|
|
313
232
|
domainOwner?: string;
|
|
314
|
-
|
|
315
233
|
repository: string | undefined;
|
|
316
|
-
|
|
317
234
|
format: PackageFormat | string | undefined;
|
|
318
|
-
|
|
319
235
|
namespace?: string;
|
|
320
|
-
|
|
321
236
|
package: string | undefined;
|
|
322
|
-
|
|
323
237
|
versions: string[] | undefined;
|
|
324
|
-
|
|
325
238
|
expectedStatus?: PackageVersionStatus | string;
|
|
326
239
|
}
|
|
327
240
|
export interface DeletePackageVersionsResult {
|
|
328
241
|
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
329
|
-
|
|
330
242
|
failedVersions?: Record<string, PackageVersionError>;
|
|
331
243
|
}
|
|
332
244
|
export interface DeleteRepositoryRequest {
|
|
333
245
|
domain: string | undefined;
|
|
334
|
-
|
|
335
246
|
domainOwner?: string;
|
|
336
|
-
|
|
337
247
|
repository: string | undefined;
|
|
338
248
|
}
|
|
339
249
|
export interface DeleteRepositoryResult {
|
|
@@ -341,11 +251,8 @@ export interface DeleteRepositoryResult {
|
|
|
341
251
|
}
|
|
342
252
|
export interface DeleteRepositoryPermissionsPolicyRequest {
|
|
343
253
|
domain: string | undefined;
|
|
344
|
-
|
|
345
254
|
domainOwner?: string;
|
|
346
|
-
|
|
347
255
|
repository: string | undefined;
|
|
348
|
-
|
|
349
256
|
policyRevision?: string;
|
|
350
257
|
}
|
|
351
258
|
export interface DeleteRepositoryPermissionsPolicyResult {
|
|
@@ -353,7 +260,6 @@ export interface DeleteRepositoryPermissionsPolicyResult {
|
|
|
353
260
|
}
|
|
354
261
|
export interface DescribeDomainRequest {
|
|
355
262
|
domain: string | undefined;
|
|
356
|
-
|
|
357
263
|
domainOwner?: string;
|
|
358
264
|
}
|
|
359
265
|
export interface DescribeDomainResult {
|
|
@@ -361,35 +267,23 @@ export interface DescribeDomainResult {
|
|
|
361
267
|
}
|
|
362
268
|
export interface DescribePackageRequest {
|
|
363
269
|
domain: string | undefined;
|
|
364
|
-
|
|
365
270
|
domainOwner?: string;
|
|
366
|
-
|
|
367
271
|
repository: string | undefined;
|
|
368
|
-
|
|
369
272
|
format: PackageFormat | string | undefined;
|
|
370
|
-
|
|
371
273
|
namespace?: string;
|
|
372
|
-
|
|
373
274
|
package: string | undefined;
|
|
374
275
|
}
|
|
375
|
-
|
|
376
276
|
export interface PackageOriginRestrictions {
|
|
377
277
|
publish: AllowPublish | string | undefined;
|
|
378
|
-
|
|
379
278
|
upstream: AllowUpstream | string | undefined;
|
|
380
279
|
}
|
|
381
|
-
|
|
382
280
|
export interface PackageOriginConfiguration {
|
|
383
281
|
restrictions?: PackageOriginRestrictions;
|
|
384
282
|
}
|
|
385
|
-
|
|
386
283
|
export interface PackageDescription {
|
|
387
284
|
format?: PackageFormat | string;
|
|
388
|
-
|
|
389
285
|
namespace?: string;
|
|
390
|
-
|
|
391
286
|
name?: string;
|
|
392
|
-
|
|
393
287
|
originConfiguration?: PackageOriginConfiguration;
|
|
394
288
|
}
|
|
395
289
|
export interface DescribePackageResult {
|
|
@@ -397,29 +291,19 @@ export interface DescribePackageResult {
|
|
|
397
291
|
}
|
|
398
292
|
export interface DescribePackageVersionRequest {
|
|
399
293
|
domain: string | undefined;
|
|
400
|
-
|
|
401
294
|
domainOwner?: string;
|
|
402
|
-
|
|
403
295
|
repository: string | undefined;
|
|
404
|
-
|
|
405
296
|
format: PackageFormat | string | undefined;
|
|
406
|
-
|
|
407
297
|
namespace?: string;
|
|
408
|
-
|
|
409
298
|
package: string | undefined;
|
|
410
|
-
|
|
411
299
|
packageVersion: string | undefined;
|
|
412
300
|
}
|
|
413
|
-
|
|
414
301
|
export interface LicenseInfo {
|
|
415
302
|
name?: string;
|
|
416
|
-
|
|
417
303
|
url?: string;
|
|
418
304
|
}
|
|
419
|
-
|
|
420
305
|
export interface DomainEntryPoint {
|
|
421
306
|
repositoryName?: string;
|
|
422
|
-
|
|
423
307
|
externalConnectionName?: string;
|
|
424
308
|
}
|
|
425
309
|
export declare enum PackageVersionOriginType {
|
|
@@ -427,38 +311,23 @@ export declare enum PackageVersionOriginType {
|
|
|
427
311
|
INTERNAL = "INTERNAL",
|
|
428
312
|
UNKNOWN = "UNKNOWN",
|
|
429
313
|
}
|
|
430
|
-
|
|
431
314
|
export interface PackageVersionOrigin {
|
|
432
315
|
domainEntryPoint?: DomainEntryPoint;
|
|
433
|
-
|
|
434
316
|
originType?: PackageVersionOriginType | string;
|
|
435
317
|
}
|
|
436
|
-
|
|
437
318
|
export interface PackageVersionDescription {
|
|
438
319
|
format?: PackageFormat | string;
|
|
439
|
-
|
|
440
320
|
namespace?: string;
|
|
441
|
-
|
|
442
321
|
packageName?: string;
|
|
443
|
-
|
|
444
322
|
displayName?: string;
|
|
445
|
-
|
|
446
323
|
version?: string;
|
|
447
|
-
|
|
448
324
|
summary?: string;
|
|
449
|
-
|
|
450
325
|
homePage?: string;
|
|
451
|
-
|
|
452
326
|
sourceCodeRepository?: string;
|
|
453
|
-
|
|
454
327
|
publishedTime?: Date;
|
|
455
|
-
|
|
456
328
|
licenses?: LicenseInfo[];
|
|
457
|
-
|
|
458
329
|
revision?: string;
|
|
459
|
-
|
|
460
330
|
status?: PackageVersionStatus | string;
|
|
461
|
-
|
|
462
331
|
origin?: PackageVersionOrigin;
|
|
463
332
|
}
|
|
464
333
|
export interface DescribePackageVersionResult {
|
|
@@ -466,9 +335,7 @@ export interface DescribePackageVersionResult {
|
|
|
466
335
|
}
|
|
467
336
|
export interface DescribeRepositoryRequest {
|
|
468
337
|
domain: string | undefined;
|
|
469
|
-
|
|
470
338
|
domainOwner?: string;
|
|
471
|
-
|
|
472
339
|
repository: string | undefined;
|
|
473
340
|
}
|
|
474
341
|
export interface DescribeRepositoryResult {
|
|
@@ -476,11 +343,8 @@ export interface DescribeRepositoryResult {
|
|
|
476
343
|
}
|
|
477
344
|
export interface DisassociateExternalConnectionRequest {
|
|
478
345
|
domain: string | undefined;
|
|
479
|
-
|
|
480
346
|
domainOwner?: string;
|
|
481
|
-
|
|
482
347
|
repository: string | undefined;
|
|
483
|
-
|
|
484
348
|
externalConnection: string | undefined;
|
|
485
349
|
}
|
|
486
350
|
export interface DisassociateExternalConnectionResult {
|
|
@@ -488,43 +352,30 @@ export interface DisassociateExternalConnectionResult {
|
|
|
488
352
|
}
|
|
489
353
|
export interface DisposePackageVersionsRequest {
|
|
490
354
|
domain: string | undefined;
|
|
491
|
-
|
|
492
355
|
domainOwner?: string;
|
|
493
|
-
|
|
494
356
|
repository: string | undefined;
|
|
495
|
-
|
|
496
357
|
format: PackageFormat | string | undefined;
|
|
497
|
-
|
|
498
358
|
namespace?: string;
|
|
499
|
-
|
|
500
359
|
package: string | undefined;
|
|
501
|
-
|
|
502
360
|
versions: string[] | undefined;
|
|
503
|
-
|
|
504
361
|
versionRevisions?: Record<string, string>;
|
|
505
|
-
|
|
506
362
|
expectedStatus?: PackageVersionStatus | string;
|
|
507
363
|
}
|
|
508
364
|
export interface DisposePackageVersionsResult {
|
|
509
365
|
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
510
|
-
|
|
511
366
|
failedVersions?: Record<string, PackageVersionError>;
|
|
512
367
|
}
|
|
513
368
|
export interface GetAuthorizationTokenRequest {
|
|
514
369
|
domain: string | undefined;
|
|
515
|
-
|
|
516
370
|
domainOwner?: string;
|
|
517
|
-
|
|
518
371
|
durationSeconds?: number;
|
|
519
372
|
}
|
|
520
373
|
export interface GetAuthorizationTokenResult {
|
|
521
374
|
authorizationToken?: string;
|
|
522
|
-
|
|
523
375
|
expiration?: Date;
|
|
524
376
|
}
|
|
525
377
|
export interface GetDomainPermissionsPolicyRequest {
|
|
526
378
|
domain: string | undefined;
|
|
527
|
-
|
|
528
379
|
domainOwner?: string;
|
|
529
380
|
}
|
|
530
381
|
export interface GetDomainPermissionsPolicyResult {
|
|
@@ -532,67 +383,42 @@ export interface GetDomainPermissionsPolicyResult {
|
|
|
532
383
|
}
|
|
533
384
|
export interface GetPackageVersionAssetRequest {
|
|
534
385
|
domain: string | undefined;
|
|
535
|
-
|
|
536
386
|
domainOwner?: string;
|
|
537
|
-
|
|
538
387
|
repository: string | undefined;
|
|
539
|
-
|
|
540
388
|
format: PackageFormat | string | undefined;
|
|
541
|
-
|
|
542
389
|
namespace?: string;
|
|
543
|
-
|
|
544
390
|
package: string | undefined;
|
|
545
|
-
|
|
546
391
|
packageVersion: string | undefined;
|
|
547
|
-
|
|
548
392
|
asset: string | undefined;
|
|
549
|
-
|
|
550
393
|
packageVersionRevision?: string;
|
|
551
394
|
}
|
|
552
395
|
export interface GetPackageVersionAssetResult {
|
|
553
396
|
asset?: Readable | ReadableStream | Blob;
|
|
554
|
-
|
|
555
397
|
assetName?: string;
|
|
556
|
-
|
|
557
398
|
packageVersion?: string;
|
|
558
|
-
|
|
559
399
|
packageVersionRevision?: string;
|
|
560
400
|
}
|
|
561
401
|
export interface GetPackageVersionReadmeRequest {
|
|
562
402
|
domain: string | undefined;
|
|
563
|
-
|
|
564
403
|
domainOwner?: string;
|
|
565
|
-
|
|
566
404
|
repository: string | undefined;
|
|
567
|
-
|
|
568
405
|
format: PackageFormat | string | undefined;
|
|
569
|
-
|
|
570
406
|
namespace?: string;
|
|
571
|
-
|
|
572
407
|
package: string | undefined;
|
|
573
|
-
|
|
574
408
|
packageVersion: string | undefined;
|
|
575
409
|
}
|
|
576
410
|
export interface GetPackageVersionReadmeResult {
|
|
577
411
|
format?: PackageFormat | string;
|
|
578
|
-
|
|
579
412
|
namespace?: string;
|
|
580
|
-
|
|
581
413
|
package?: string;
|
|
582
|
-
|
|
583
414
|
version?: string;
|
|
584
|
-
|
|
585
415
|
versionRevision?: string;
|
|
586
|
-
|
|
587
416
|
readme?: string;
|
|
588
417
|
}
|
|
589
418
|
export interface GetRepositoryEndpointRequest {
|
|
590
419
|
domain: string | undefined;
|
|
591
|
-
|
|
592
420
|
domainOwner?: string;
|
|
593
|
-
|
|
594
421
|
repository: string | undefined;
|
|
595
|
-
|
|
596
422
|
format: PackageFormat | string | undefined;
|
|
597
423
|
}
|
|
598
424
|
export interface GetRepositoryEndpointResult {
|
|
@@ -600,9 +426,7 @@ export interface GetRepositoryEndpointResult {
|
|
|
600
426
|
}
|
|
601
427
|
export interface GetRepositoryPermissionsPolicyRequest {
|
|
602
428
|
domain: string | undefined;
|
|
603
|
-
|
|
604
429
|
domainOwner?: string;
|
|
605
|
-
|
|
606
430
|
repository: string | undefined;
|
|
607
431
|
}
|
|
608
432
|
export interface GetRepositoryPermissionsPolicyResult {
|
|
@@ -610,138 +434,85 @@ export interface GetRepositoryPermissionsPolicyResult {
|
|
|
610
434
|
}
|
|
611
435
|
export interface ListDomainsRequest {
|
|
612
436
|
maxResults?: number;
|
|
613
|
-
|
|
614
437
|
nextToken?: string;
|
|
615
438
|
}
|
|
616
|
-
|
|
617
439
|
export interface DomainSummary {
|
|
618
440
|
name?: string;
|
|
619
|
-
|
|
620
441
|
owner?: string;
|
|
621
|
-
|
|
622
442
|
arn?: string;
|
|
623
|
-
|
|
624
443
|
status?: DomainStatus | string;
|
|
625
|
-
|
|
626
444
|
createdTime?: Date;
|
|
627
|
-
|
|
628
445
|
encryptionKey?: string;
|
|
629
446
|
}
|
|
630
447
|
export interface ListDomainsResult {
|
|
631
448
|
domains?: DomainSummary[];
|
|
632
|
-
|
|
633
449
|
nextToken?: string;
|
|
634
450
|
}
|
|
635
451
|
export interface ListPackagesRequest {
|
|
636
452
|
domain: string | undefined;
|
|
637
|
-
|
|
638
453
|
domainOwner?: string;
|
|
639
|
-
|
|
640
454
|
repository: string | undefined;
|
|
641
|
-
|
|
642
455
|
format?: PackageFormat | string;
|
|
643
|
-
|
|
644
456
|
namespace?: string;
|
|
645
|
-
|
|
646
457
|
packagePrefix?: string;
|
|
647
|
-
|
|
648
458
|
maxResults?: number;
|
|
649
|
-
|
|
650
459
|
nextToken?: string;
|
|
651
|
-
|
|
652
460
|
publish?: AllowPublish | string;
|
|
653
|
-
|
|
654
461
|
upstream?: AllowUpstream | string;
|
|
655
462
|
}
|
|
656
|
-
|
|
657
463
|
export interface PackageSummary {
|
|
658
464
|
format?: PackageFormat | string;
|
|
659
|
-
|
|
660
465
|
namespace?: string;
|
|
661
|
-
|
|
662
466
|
package?: string;
|
|
663
|
-
|
|
664
467
|
originConfiguration?: PackageOriginConfiguration;
|
|
665
468
|
}
|
|
666
469
|
export interface ListPackagesResult {
|
|
667
470
|
packages?: PackageSummary[];
|
|
668
|
-
|
|
669
471
|
nextToken?: string;
|
|
670
472
|
}
|
|
671
473
|
export interface ListPackageVersionAssetsRequest {
|
|
672
474
|
domain: string | undefined;
|
|
673
|
-
|
|
674
475
|
domainOwner?: string;
|
|
675
|
-
|
|
676
476
|
repository: string | undefined;
|
|
677
|
-
|
|
678
477
|
format: PackageFormat | string | undefined;
|
|
679
|
-
|
|
680
478
|
namespace?: string;
|
|
681
|
-
|
|
682
479
|
package: string | undefined;
|
|
683
|
-
|
|
684
480
|
packageVersion: string | undefined;
|
|
685
|
-
|
|
686
481
|
maxResults?: number;
|
|
687
|
-
|
|
688
482
|
nextToken?: string;
|
|
689
483
|
}
|
|
690
484
|
export interface ListPackageVersionAssetsResult {
|
|
691
485
|
format?: PackageFormat | string;
|
|
692
|
-
|
|
693
486
|
namespace?: string;
|
|
694
|
-
|
|
695
487
|
package?: string;
|
|
696
|
-
|
|
697
488
|
version?: string;
|
|
698
|
-
|
|
699
489
|
versionRevision?: string;
|
|
700
|
-
|
|
701
490
|
nextToken?: string;
|
|
702
|
-
|
|
703
491
|
assets?: AssetSummary[];
|
|
704
492
|
}
|
|
705
493
|
export interface ListPackageVersionDependenciesRequest {
|
|
706
494
|
domain: string | undefined;
|
|
707
|
-
|
|
708
495
|
domainOwner?: string;
|
|
709
|
-
|
|
710
496
|
repository: string | undefined;
|
|
711
|
-
|
|
712
497
|
format: PackageFormat | string | undefined;
|
|
713
|
-
|
|
714
498
|
namespace?: string;
|
|
715
|
-
|
|
716
499
|
package: string | undefined;
|
|
717
|
-
|
|
718
500
|
packageVersion: string | undefined;
|
|
719
|
-
|
|
720
501
|
nextToken?: string;
|
|
721
502
|
}
|
|
722
|
-
|
|
723
503
|
export interface PackageDependency {
|
|
724
504
|
namespace?: string;
|
|
725
|
-
|
|
726
505
|
package?: string;
|
|
727
|
-
|
|
728
506
|
dependencyType?: string;
|
|
729
|
-
|
|
730
507
|
versionRequirement?: string;
|
|
731
508
|
}
|
|
732
509
|
export interface ListPackageVersionDependenciesResult {
|
|
733
510
|
format?: PackageFormat | string;
|
|
734
|
-
|
|
735
511
|
namespace?: string;
|
|
736
|
-
|
|
737
512
|
package?: string;
|
|
738
|
-
|
|
739
513
|
version?: string;
|
|
740
|
-
|
|
741
514
|
versionRevision?: string;
|
|
742
|
-
|
|
743
515
|
nextToken?: string;
|
|
744
|
-
|
|
745
516
|
dependencies?: PackageDependency[];
|
|
746
517
|
}
|
|
747
518
|
export declare enum PackageVersionSortType {
|
|
@@ -749,92 +520,58 @@ export declare enum PackageVersionSortType {
|
|
|
749
520
|
}
|
|
750
521
|
export interface ListPackageVersionsRequest {
|
|
751
522
|
domain: string | undefined;
|
|
752
|
-
|
|
753
523
|
domainOwner?: string;
|
|
754
|
-
|
|
755
524
|
repository: string | undefined;
|
|
756
|
-
|
|
757
525
|
format: PackageFormat | string | undefined;
|
|
758
|
-
|
|
759
526
|
namespace?: string;
|
|
760
|
-
|
|
761
527
|
package: string | undefined;
|
|
762
|
-
|
|
763
528
|
status?: PackageVersionStatus | string;
|
|
764
|
-
|
|
765
529
|
sortBy?: PackageVersionSortType | string;
|
|
766
|
-
|
|
767
530
|
maxResults?: number;
|
|
768
|
-
|
|
769
531
|
nextToken?: string;
|
|
770
|
-
|
|
771
532
|
originType?: PackageVersionOriginType | string;
|
|
772
533
|
}
|
|
773
|
-
|
|
774
534
|
export interface PackageVersionSummary {
|
|
775
535
|
version: string | undefined;
|
|
776
|
-
|
|
777
536
|
revision?: string;
|
|
778
|
-
|
|
779
537
|
status: PackageVersionStatus | string | undefined;
|
|
780
|
-
|
|
781
538
|
origin?: PackageVersionOrigin;
|
|
782
539
|
}
|
|
783
540
|
export interface ListPackageVersionsResult {
|
|
784
541
|
defaultDisplayVersion?: string;
|
|
785
|
-
|
|
786
542
|
format?: PackageFormat | string;
|
|
787
|
-
|
|
788
543
|
namespace?: string;
|
|
789
|
-
|
|
790
544
|
package?: string;
|
|
791
|
-
|
|
792
545
|
versions?: PackageVersionSummary[];
|
|
793
|
-
|
|
794
546
|
nextToken?: string;
|
|
795
547
|
}
|
|
796
548
|
export interface ListRepositoriesRequest {
|
|
797
549
|
repositoryPrefix?: string;
|
|
798
|
-
|
|
799
550
|
maxResults?: number;
|
|
800
|
-
|
|
801
551
|
nextToken?: string;
|
|
802
552
|
}
|
|
803
|
-
|
|
804
553
|
export interface RepositorySummary {
|
|
805
554
|
name?: string;
|
|
806
|
-
|
|
807
555
|
administratorAccount?: string;
|
|
808
|
-
|
|
809
556
|
domainName?: string;
|
|
810
|
-
|
|
811
557
|
domainOwner?: string;
|
|
812
|
-
|
|
813
558
|
arn?: string;
|
|
814
|
-
|
|
815
559
|
description?: string;
|
|
816
560
|
}
|
|
817
561
|
export interface ListRepositoriesResult {
|
|
818
562
|
repositories?: RepositorySummary[];
|
|
819
|
-
|
|
820
563
|
nextToken?: string;
|
|
821
564
|
}
|
|
822
565
|
export interface ListRepositoriesInDomainRequest {
|
|
823
566
|
domain: string | undefined;
|
|
824
|
-
|
|
825
567
|
domainOwner?: string;
|
|
826
|
-
|
|
827
568
|
administratorAccount?: string;
|
|
828
|
-
|
|
829
569
|
repositoryPrefix?: string;
|
|
830
|
-
|
|
831
570
|
maxResults?: number;
|
|
832
|
-
|
|
833
571
|
nextToken?: string;
|
|
834
572
|
}
|
|
835
573
|
export interface ListRepositoriesInDomainResult {
|
|
836
574
|
repositories?: RepositorySummary[];
|
|
837
|
-
|
|
838
575
|
nextToken?: string;
|
|
839
576
|
}
|
|
840
577
|
export interface ListTagsForResourceRequest {
|
|
@@ -845,11 +582,8 @@ export interface ListTagsForResourceResult {
|
|
|
845
582
|
}
|
|
846
583
|
export interface PutDomainPermissionsPolicyRequest {
|
|
847
584
|
domain: string | undefined;
|
|
848
|
-
|
|
849
585
|
domainOwner?: string;
|
|
850
|
-
|
|
851
586
|
policyRevision?: string;
|
|
852
|
-
|
|
853
587
|
policyDocument: string | undefined;
|
|
854
588
|
}
|
|
855
589
|
export interface PutDomainPermissionsPolicyResult {
|
|
@@ -857,17 +591,11 @@ export interface PutDomainPermissionsPolicyResult {
|
|
|
857
591
|
}
|
|
858
592
|
export interface PutPackageOriginConfigurationRequest {
|
|
859
593
|
domain: string | undefined;
|
|
860
|
-
|
|
861
594
|
domainOwner?: string;
|
|
862
|
-
|
|
863
595
|
repository: string | undefined;
|
|
864
|
-
|
|
865
596
|
format: PackageFormat | string | undefined;
|
|
866
|
-
|
|
867
597
|
namespace?: string;
|
|
868
|
-
|
|
869
598
|
package: string | undefined;
|
|
870
|
-
|
|
871
599
|
restrictions: PackageOriginRestrictions | undefined;
|
|
872
600
|
}
|
|
873
601
|
export interface PutPackageOriginConfigurationResult {
|
|
@@ -875,13 +603,9 @@ export interface PutPackageOriginConfigurationResult {
|
|
|
875
603
|
}
|
|
876
604
|
export interface PutRepositoryPermissionsPolicyRequest {
|
|
877
605
|
domain: string | undefined;
|
|
878
|
-
|
|
879
606
|
domainOwner?: string;
|
|
880
|
-
|
|
881
607
|
repository: string | undefined;
|
|
882
|
-
|
|
883
608
|
policyRevision?: string;
|
|
884
|
-
|
|
885
609
|
policyDocument: string | undefined;
|
|
886
610
|
}
|
|
887
611
|
export interface PutRepositoryPermissionsPolicyResult {
|
|
@@ -889,423 +613,313 @@ export interface PutRepositoryPermissionsPolicyResult {
|
|
|
889
613
|
}
|
|
890
614
|
export interface TagResourceRequest {
|
|
891
615
|
resourceArn: string | undefined;
|
|
892
|
-
|
|
893
616
|
tags: Tag[] | undefined;
|
|
894
617
|
}
|
|
895
618
|
export interface TagResourceResult {}
|
|
896
619
|
export interface UntagResourceRequest {
|
|
897
620
|
resourceArn: string | undefined;
|
|
898
|
-
|
|
899
621
|
tagKeys: string[] | undefined;
|
|
900
622
|
}
|
|
901
623
|
export interface UntagResourceResult {}
|
|
902
624
|
export interface UpdatePackageVersionsStatusRequest {
|
|
903
625
|
domain: string | undefined;
|
|
904
|
-
|
|
905
626
|
domainOwner?: string;
|
|
906
|
-
|
|
907
627
|
repository: string | undefined;
|
|
908
|
-
|
|
909
628
|
format: PackageFormat | string | undefined;
|
|
910
|
-
|
|
911
629
|
namespace?: string;
|
|
912
|
-
|
|
913
630
|
package: string | undefined;
|
|
914
|
-
|
|
915
631
|
versions: string[] | undefined;
|
|
916
|
-
|
|
917
632
|
versionRevisions?: Record<string, string>;
|
|
918
|
-
|
|
919
633
|
expectedStatus?: PackageVersionStatus | string;
|
|
920
|
-
|
|
921
634
|
targetStatus: PackageVersionStatus | string | undefined;
|
|
922
635
|
}
|
|
923
636
|
export interface UpdatePackageVersionsStatusResult {
|
|
924
637
|
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
925
|
-
|
|
926
638
|
failedVersions?: Record<string, PackageVersionError>;
|
|
927
639
|
}
|
|
928
640
|
export interface UpdateRepositoryRequest {
|
|
929
641
|
domain: string | undefined;
|
|
930
|
-
|
|
931
642
|
domainOwner?: string;
|
|
932
|
-
|
|
933
643
|
repository: string | undefined;
|
|
934
|
-
|
|
935
644
|
description?: string;
|
|
936
|
-
|
|
937
645
|
upstreams?: UpstreamRepository[];
|
|
938
646
|
}
|
|
939
647
|
export interface UpdateRepositoryResult {
|
|
940
648
|
repository?: RepositoryDescription;
|
|
941
649
|
}
|
|
942
|
-
|
|
943
650
|
export declare const AssetSummaryFilterSensitiveLog: (obj: AssetSummary) => any;
|
|
944
|
-
|
|
945
651
|
export declare const AssociateExternalConnectionRequestFilterSensitiveLog: (
|
|
946
652
|
obj: AssociateExternalConnectionRequest
|
|
947
653
|
) => any;
|
|
948
|
-
|
|
949
654
|
export declare const RepositoryExternalConnectionInfoFilterSensitiveLog: (
|
|
950
655
|
obj: RepositoryExternalConnectionInfo
|
|
951
656
|
) => any;
|
|
952
|
-
|
|
953
657
|
export declare const UpstreamRepositoryInfoFilterSensitiveLog: (
|
|
954
658
|
obj: UpstreamRepositoryInfo
|
|
955
659
|
) => any;
|
|
956
|
-
|
|
957
660
|
export declare const RepositoryDescriptionFilterSensitiveLog: (
|
|
958
661
|
obj: RepositoryDescription
|
|
959
662
|
) => any;
|
|
960
|
-
|
|
961
663
|
export declare const AssociateExternalConnectionResultFilterSensitiveLog: (
|
|
962
664
|
obj: AssociateExternalConnectionResult
|
|
963
665
|
) => any;
|
|
964
|
-
|
|
965
666
|
export declare const CopyPackageVersionsRequestFilterSensitiveLog: (
|
|
966
667
|
obj: CopyPackageVersionsRequest
|
|
967
668
|
) => any;
|
|
968
|
-
|
|
969
669
|
export declare const PackageVersionErrorFilterSensitiveLog: (
|
|
970
670
|
obj: PackageVersionError
|
|
971
671
|
) => any;
|
|
972
|
-
|
|
973
672
|
export declare const SuccessfulPackageVersionInfoFilterSensitiveLog: (
|
|
974
673
|
obj: SuccessfulPackageVersionInfo
|
|
975
674
|
) => any;
|
|
976
|
-
|
|
977
675
|
export declare const CopyPackageVersionsResultFilterSensitiveLog: (
|
|
978
676
|
obj: CopyPackageVersionsResult
|
|
979
677
|
) => any;
|
|
980
|
-
|
|
981
678
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
982
|
-
|
|
983
679
|
export declare const CreateDomainRequestFilterSensitiveLog: (
|
|
984
680
|
obj: CreateDomainRequest
|
|
985
681
|
) => any;
|
|
986
|
-
|
|
987
682
|
export declare const DomainDescriptionFilterSensitiveLog: (
|
|
988
683
|
obj: DomainDescription
|
|
989
684
|
) => any;
|
|
990
|
-
|
|
991
685
|
export declare const CreateDomainResultFilterSensitiveLog: (
|
|
992
686
|
obj: CreateDomainResult
|
|
993
687
|
) => any;
|
|
994
|
-
|
|
995
688
|
export declare const UpstreamRepositoryFilterSensitiveLog: (
|
|
996
689
|
obj: UpstreamRepository
|
|
997
690
|
) => any;
|
|
998
|
-
|
|
999
691
|
export declare const CreateRepositoryRequestFilterSensitiveLog: (
|
|
1000
692
|
obj: CreateRepositoryRequest
|
|
1001
693
|
) => any;
|
|
1002
|
-
|
|
1003
694
|
export declare const CreateRepositoryResultFilterSensitiveLog: (
|
|
1004
695
|
obj: CreateRepositoryResult
|
|
1005
696
|
) => any;
|
|
1006
|
-
|
|
1007
697
|
export declare const DeleteDomainRequestFilterSensitiveLog: (
|
|
1008
698
|
obj: DeleteDomainRequest
|
|
1009
699
|
) => any;
|
|
1010
|
-
|
|
1011
700
|
export declare const DeleteDomainResultFilterSensitiveLog: (
|
|
1012
701
|
obj: DeleteDomainResult
|
|
1013
702
|
) => any;
|
|
1014
|
-
|
|
1015
703
|
export declare const DeleteDomainPermissionsPolicyRequestFilterSensitiveLog: (
|
|
1016
704
|
obj: DeleteDomainPermissionsPolicyRequest
|
|
1017
705
|
) => any;
|
|
1018
|
-
|
|
1019
706
|
export declare const ResourcePolicyFilterSensitiveLog: (
|
|
1020
707
|
obj: ResourcePolicy
|
|
1021
708
|
) => any;
|
|
1022
|
-
|
|
1023
709
|
export declare const DeleteDomainPermissionsPolicyResultFilterSensitiveLog: (
|
|
1024
710
|
obj: DeleteDomainPermissionsPolicyResult
|
|
1025
711
|
) => any;
|
|
1026
|
-
|
|
1027
712
|
export declare const DeletePackageVersionsRequestFilterSensitiveLog: (
|
|
1028
713
|
obj: DeletePackageVersionsRequest
|
|
1029
714
|
) => any;
|
|
1030
|
-
|
|
1031
715
|
export declare const DeletePackageVersionsResultFilterSensitiveLog: (
|
|
1032
716
|
obj: DeletePackageVersionsResult
|
|
1033
717
|
) => any;
|
|
1034
|
-
|
|
1035
718
|
export declare const DeleteRepositoryRequestFilterSensitiveLog: (
|
|
1036
719
|
obj: DeleteRepositoryRequest
|
|
1037
720
|
) => any;
|
|
1038
|
-
|
|
1039
721
|
export declare const DeleteRepositoryResultFilterSensitiveLog: (
|
|
1040
722
|
obj: DeleteRepositoryResult
|
|
1041
723
|
) => any;
|
|
1042
|
-
|
|
1043
724
|
export declare const DeleteRepositoryPermissionsPolicyRequestFilterSensitiveLog: (
|
|
1044
725
|
obj: DeleteRepositoryPermissionsPolicyRequest
|
|
1045
726
|
) => any;
|
|
1046
|
-
|
|
1047
727
|
export declare const DeleteRepositoryPermissionsPolicyResultFilterSensitiveLog: (
|
|
1048
728
|
obj: DeleteRepositoryPermissionsPolicyResult
|
|
1049
729
|
) => any;
|
|
1050
|
-
|
|
1051
730
|
export declare const DescribeDomainRequestFilterSensitiveLog: (
|
|
1052
731
|
obj: DescribeDomainRequest
|
|
1053
732
|
) => any;
|
|
1054
|
-
|
|
1055
733
|
export declare const DescribeDomainResultFilterSensitiveLog: (
|
|
1056
734
|
obj: DescribeDomainResult
|
|
1057
735
|
) => any;
|
|
1058
|
-
|
|
1059
736
|
export declare const DescribePackageRequestFilterSensitiveLog: (
|
|
1060
737
|
obj: DescribePackageRequest
|
|
1061
738
|
) => any;
|
|
1062
|
-
|
|
1063
739
|
export declare const PackageOriginRestrictionsFilterSensitiveLog: (
|
|
1064
740
|
obj: PackageOriginRestrictions
|
|
1065
741
|
) => any;
|
|
1066
|
-
|
|
1067
742
|
export declare const PackageOriginConfigurationFilterSensitiveLog: (
|
|
1068
743
|
obj: PackageOriginConfiguration
|
|
1069
744
|
) => any;
|
|
1070
|
-
|
|
1071
745
|
export declare const PackageDescriptionFilterSensitiveLog: (
|
|
1072
746
|
obj: PackageDescription
|
|
1073
747
|
) => any;
|
|
1074
|
-
|
|
1075
748
|
export declare const DescribePackageResultFilterSensitiveLog: (
|
|
1076
749
|
obj: DescribePackageResult
|
|
1077
750
|
) => any;
|
|
1078
|
-
|
|
1079
751
|
export declare const DescribePackageVersionRequestFilterSensitiveLog: (
|
|
1080
752
|
obj: DescribePackageVersionRequest
|
|
1081
753
|
) => any;
|
|
1082
|
-
|
|
1083
754
|
export declare const LicenseInfoFilterSensitiveLog: (obj: LicenseInfo) => any;
|
|
1084
|
-
|
|
1085
755
|
export declare const DomainEntryPointFilterSensitiveLog: (
|
|
1086
756
|
obj: DomainEntryPoint
|
|
1087
757
|
) => any;
|
|
1088
|
-
|
|
1089
758
|
export declare const PackageVersionOriginFilterSensitiveLog: (
|
|
1090
759
|
obj: PackageVersionOrigin
|
|
1091
760
|
) => any;
|
|
1092
|
-
|
|
1093
761
|
export declare const PackageVersionDescriptionFilterSensitiveLog: (
|
|
1094
762
|
obj: PackageVersionDescription
|
|
1095
763
|
) => any;
|
|
1096
|
-
|
|
1097
764
|
export declare const DescribePackageVersionResultFilterSensitiveLog: (
|
|
1098
765
|
obj: DescribePackageVersionResult
|
|
1099
766
|
) => any;
|
|
1100
|
-
|
|
1101
767
|
export declare const DescribeRepositoryRequestFilterSensitiveLog: (
|
|
1102
768
|
obj: DescribeRepositoryRequest
|
|
1103
769
|
) => any;
|
|
1104
|
-
|
|
1105
770
|
export declare const DescribeRepositoryResultFilterSensitiveLog: (
|
|
1106
771
|
obj: DescribeRepositoryResult
|
|
1107
772
|
) => any;
|
|
1108
|
-
|
|
1109
773
|
export declare const DisassociateExternalConnectionRequestFilterSensitiveLog: (
|
|
1110
774
|
obj: DisassociateExternalConnectionRequest
|
|
1111
775
|
) => any;
|
|
1112
|
-
|
|
1113
776
|
export declare const DisassociateExternalConnectionResultFilterSensitiveLog: (
|
|
1114
777
|
obj: DisassociateExternalConnectionResult
|
|
1115
778
|
) => any;
|
|
1116
|
-
|
|
1117
779
|
export declare const DisposePackageVersionsRequestFilterSensitiveLog: (
|
|
1118
780
|
obj: DisposePackageVersionsRequest
|
|
1119
781
|
) => any;
|
|
1120
|
-
|
|
1121
782
|
export declare const DisposePackageVersionsResultFilterSensitiveLog: (
|
|
1122
783
|
obj: DisposePackageVersionsResult
|
|
1123
784
|
) => any;
|
|
1124
|
-
|
|
1125
785
|
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (
|
|
1126
786
|
obj: GetAuthorizationTokenRequest
|
|
1127
787
|
) => any;
|
|
1128
|
-
|
|
1129
788
|
export declare const GetAuthorizationTokenResultFilterSensitiveLog: (
|
|
1130
789
|
obj: GetAuthorizationTokenResult
|
|
1131
790
|
) => any;
|
|
1132
|
-
|
|
1133
791
|
export declare const GetDomainPermissionsPolicyRequestFilterSensitiveLog: (
|
|
1134
792
|
obj: GetDomainPermissionsPolicyRequest
|
|
1135
793
|
) => any;
|
|
1136
|
-
|
|
1137
794
|
export declare const GetDomainPermissionsPolicyResultFilterSensitiveLog: (
|
|
1138
795
|
obj: GetDomainPermissionsPolicyResult
|
|
1139
796
|
) => any;
|
|
1140
|
-
|
|
1141
797
|
export declare const GetPackageVersionAssetRequestFilterSensitiveLog: (
|
|
1142
798
|
obj: GetPackageVersionAssetRequest
|
|
1143
799
|
) => any;
|
|
1144
|
-
|
|
1145
800
|
export declare const GetPackageVersionAssetResultFilterSensitiveLog: (
|
|
1146
801
|
obj: GetPackageVersionAssetResult
|
|
1147
802
|
) => any;
|
|
1148
|
-
|
|
1149
803
|
export declare const GetPackageVersionReadmeRequestFilterSensitiveLog: (
|
|
1150
804
|
obj: GetPackageVersionReadmeRequest
|
|
1151
805
|
) => any;
|
|
1152
|
-
|
|
1153
806
|
export declare const GetPackageVersionReadmeResultFilterSensitiveLog: (
|
|
1154
807
|
obj: GetPackageVersionReadmeResult
|
|
1155
808
|
) => any;
|
|
1156
|
-
|
|
1157
809
|
export declare const GetRepositoryEndpointRequestFilterSensitiveLog: (
|
|
1158
810
|
obj: GetRepositoryEndpointRequest
|
|
1159
811
|
) => any;
|
|
1160
|
-
|
|
1161
812
|
export declare const GetRepositoryEndpointResultFilterSensitiveLog: (
|
|
1162
813
|
obj: GetRepositoryEndpointResult
|
|
1163
814
|
) => any;
|
|
1164
|
-
|
|
1165
815
|
export declare const GetRepositoryPermissionsPolicyRequestFilterSensitiveLog: (
|
|
1166
816
|
obj: GetRepositoryPermissionsPolicyRequest
|
|
1167
817
|
) => any;
|
|
1168
|
-
|
|
1169
818
|
export declare const GetRepositoryPermissionsPolicyResultFilterSensitiveLog: (
|
|
1170
819
|
obj: GetRepositoryPermissionsPolicyResult
|
|
1171
820
|
) => any;
|
|
1172
|
-
|
|
1173
821
|
export declare const ListDomainsRequestFilterSensitiveLog: (
|
|
1174
822
|
obj: ListDomainsRequest
|
|
1175
823
|
) => any;
|
|
1176
|
-
|
|
1177
824
|
export declare const DomainSummaryFilterSensitiveLog: (
|
|
1178
825
|
obj: DomainSummary
|
|
1179
826
|
) => any;
|
|
1180
|
-
|
|
1181
827
|
export declare const ListDomainsResultFilterSensitiveLog: (
|
|
1182
828
|
obj: ListDomainsResult
|
|
1183
829
|
) => any;
|
|
1184
|
-
|
|
1185
830
|
export declare const ListPackagesRequestFilterSensitiveLog: (
|
|
1186
831
|
obj: ListPackagesRequest
|
|
1187
832
|
) => any;
|
|
1188
|
-
|
|
1189
833
|
export declare const PackageSummaryFilterSensitiveLog: (
|
|
1190
834
|
obj: PackageSummary
|
|
1191
835
|
) => any;
|
|
1192
|
-
|
|
1193
836
|
export declare const ListPackagesResultFilterSensitiveLog: (
|
|
1194
837
|
obj: ListPackagesResult
|
|
1195
838
|
) => any;
|
|
1196
|
-
|
|
1197
839
|
export declare const ListPackageVersionAssetsRequestFilterSensitiveLog: (
|
|
1198
840
|
obj: ListPackageVersionAssetsRequest
|
|
1199
841
|
) => any;
|
|
1200
|
-
|
|
1201
842
|
export declare const ListPackageVersionAssetsResultFilterSensitiveLog: (
|
|
1202
843
|
obj: ListPackageVersionAssetsResult
|
|
1203
844
|
) => any;
|
|
1204
|
-
|
|
1205
845
|
export declare const ListPackageVersionDependenciesRequestFilterSensitiveLog: (
|
|
1206
846
|
obj: ListPackageVersionDependenciesRequest
|
|
1207
847
|
) => any;
|
|
1208
|
-
|
|
1209
848
|
export declare const PackageDependencyFilterSensitiveLog: (
|
|
1210
849
|
obj: PackageDependency
|
|
1211
850
|
) => any;
|
|
1212
|
-
|
|
1213
851
|
export declare const ListPackageVersionDependenciesResultFilterSensitiveLog: (
|
|
1214
852
|
obj: ListPackageVersionDependenciesResult
|
|
1215
853
|
) => any;
|
|
1216
|
-
|
|
1217
854
|
export declare const ListPackageVersionsRequestFilterSensitiveLog: (
|
|
1218
855
|
obj: ListPackageVersionsRequest
|
|
1219
856
|
) => any;
|
|
1220
|
-
|
|
1221
857
|
export declare const PackageVersionSummaryFilterSensitiveLog: (
|
|
1222
858
|
obj: PackageVersionSummary
|
|
1223
859
|
) => any;
|
|
1224
|
-
|
|
1225
860
|
export declare const ListPackageVersionsResultFilterSensitiveLog: (
|
|
1226
861
|
obj: ListPackageVersionsResult
|
|
1227
862
|
) => any;
|
|
1228
|
-
|
|
1229
863
|
export declare const ListRepositoriesRequestFilterSensitiveLog: (
|
|
1230
864
|
obj: ListRepositoriesRequest
|
|
1231
865
|
) => any;
|
|
1232
|
-
|
|
1233
866
|
export declare const RepositorySummaryFilterSensitiveLog: (
|
|
1234
867
|
obj: RepositorySummary
|
|
1235
868
|
) => any;
|
|
1236
|
-
|
|
1237
869
|
export declare const ListRepositoriesResultFilterSensitiveLog: (
|
|
1238
870
|
obj: ListRepositoriesResult
|
|
1239
871
|
) => any;
|
|
1240
|
-
|
|
1241
872
|
export declare const ListRepositoriesInDomainRequestFilterSensitiveLog: (
|
|
1242
873
|
obj: ListRepositoriesInDomainRequest
|
|
1243
874
|
) => any;
|
|
1244
|
-
|
|
1245
875
|
export declare const ListRepositoriesInDomainResultFilterSensitiveLog: (
|
|
1246
876
|
obj: ListRepositoriesInDomainResult
|
|
1247
877
|
) => any;
|
|
1248
|
-
|
|
1249
878
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1250
879
|
obj: ListTagsForResourceRequest
|
|
1251
880
|
) => any;
|
|
1252
|
-
|
|
1253
881
|
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
1254
882
|
obj: ListTagsForResourceResult
|
|
1255
883
|
) => any;
|
|
1256
|
-
|
|
1257
884
|
export declare const PutDomainPermissionsPolicyRequestFilterSensitiveLog: (
|
|
1258
885
|
obj: PutDomainPermissionsPolicyRequest
|
|
1259
886
|
) => any;
|
|
1260
|
-
|
|
1261
887
|
export declare const PutDomainPermissionsPolicyResultFilterSensitiveLog: (
|
|
1262
888
|
obj: PutDomainPermissionsPolicyResult
|
|
1263
889
|
) => any;
|
|
1264
|
-
|
|
1265
890
|
export declare const PutPackageOriginConfigurationRequestFilterSensitiveLog: (
|
|
1266
891
|
obj: PutPackageOriginConfigurationRequest
|
|
1267
892
|
) => any;
|
|
1268
|
-
|
|
1269
893
|
export declare const PutPackageOriginConfigurationResultFilterSensitiveLog: (
|
|
1270
894
|
obj: PutPackageOriginConfigurationResult
|
|
1271
895
|
) => any;
|
|
1272
|
-
|
|
1273
896
|
export declare const PutRepositoryPermissionsPolicyRequestFilterSensitiveLog: (
|
|
1274
897
|
obj: PutRepositoryPermissionsPolicyRequest
|
|
1275
898
|
) => any;
|
|
1276
|
-
|
|
1277
899
|
export declare const PutRepositoryPermissionsPolicyResultFilterSensitiveLog: (
|
|
1278
900
|
obj: PutRepositoryPermissionsPolicyResult
|
|
1279
901
|
) => any;
|
|
1280
|
-
|
|
1281
902
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1282
903
|
obj: TagResourceRequest
|
|
1283
904
|
) => any;
|
|
1284
|
-
|
|
1285
905
|
export declare const TagResourceResultFilterSensitiveLog: (
|
|
1286
906
|
obj: TagResourceResult
|
|
1287
907
|
) => any;
|
|
1288
|
-
|
|
1289
908
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1290
909
|
obj: UntagResourceRequest
|
|
1291
910
|
) => any;
|
|
1292
|
-
|
|
1293
911
|
export declare const UntagResourceResultFilterSensitiveLog: (
|
|
1294
912
|
obj: UntagResourceResult
|
|
1295
913
|
) => any;
|
|
1296
|
-
|
|
1297
914
|
export declare const UpdatePackageVersionsStatusRequestFilterSensitiveLog: (
|
|
1298
915
|
obj: UpdatePackageVersionsStatusRequest
|
|
1299
916
|
) => any;
|
|
1300
|
-
|
|
1301
917
|
export declare const UpdatePackageVersionsStatusResultFilterSensitiveLog: (
|
|
1302
918
|
obj: UpdatePackageVersionsStatusResult
|
|
1303
919
|
) => any;
|
|
1304
|
-
|
|
1305
920
|
export declare const UpdateRepositoryRequestFilterSensitiveLog: (
|
|
1306
921
|
obj: UpdateRepositoryRequest
|
|
1307
922
|
) => any;
|
|
1308
|
-
|
|
1309
923
|
export declare const UpdateRepositoryResultFilterSensitiveLog: (
|
|
1310
924
|
obj: UpdateRepositoryResult
|
|
1311
925
|
) => any;
|