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