@aws-sdk/client-codeartifact 3.533.0 → 3.539.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/README.md +149 -6
- package/dist-cjs/index.js +609 -2
- package/dist-es/Codeartifact.js +20 -0
- package/dist-es/commands/CreatePackageGroupCommand.js +24 -0
- package/dist-es/commands/DeletePackageGroupCommand.js +24 -0
- package/dist-es/commands/DescribePackageGroupCommand.js +24 -0
- package/dist-es/commands/GetAssociatedPackageGroupCommand.js +24 -0
- package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -1
- package/dist-es/commands/ListAllowedRepositoriesForGroupCommand.js +24 -0
- package/dist-es/commands/ListAssociatedPackagesCommand.js +24 -0
- package/dist-es/commands/ListPackageGroupsCommand.js +24 -0
- package/dist-es/commands/ListSubPackageGroupsCommand.js +24 -0
- package/dist-es/commands/UpdatePackageGroupCommand.js +24 -0
- package/dist-es/commands/UpdatePackageGroupOriginConfigurationCommand.js +24 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +22 -0
- package/dist-es/pagination/ListAllowedRepositoriesForGroupPaginator.js +4 -0
- package/dist-es/pagination/ListAssociatedPackagesPaginator.js +4 -0
- package/dist-es/pagination/ListPackageGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListSubPackageGroupsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +347 -0
- package/dist-types/Codeartifact.d.ts +142 -7
- package/dist-types/CodeartifactClient.d.ts +82 -9
- package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CopyPackageVersionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreatePackageGroupCommand.d.ts +129 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePackageCommand.d.ts +3 -2
- package/dist-types/commands/DeletePackageGroupCommand.d.ts +123 -0
- package/dist-types/commands/DeletePackageVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
- package/dist-types/commands/DescribePackageCommand.d.ts +2 -1
- package/dist-types/commands/DescribePackageGroupCommand.d.ts +110 -0
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DisposePackageVersionsCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +112 -0
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +2 -1
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +2 -1
- package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +12 -1
- package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +97 -0
- package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +92 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackageGroupsCommand.d.ts +114 -0
- package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +2 -1
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackagesCommand.d.ts +2 -1
- package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +2 -1
- package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +117 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PublishPackageVersionCommand.d.ts +5 -4
- package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePackageGroupCommand.d.ts +117 -0
- package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +141 -0
- package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/index.d.ts +69 -6
- package/dist-types/models/models_0.d.ts +1658 -559
- package/dist-types/pagination/ListAllowedRepositoriesForGroupPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssociatedPackagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPackageGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSubPackageGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +178 -0
- package/dist-types/ts3.4/CodeartifactClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +196 -6
- package/dist-types/ts3.4/pagination/ListAllowedRepositoriesForGroupPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssociatedPackagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPackageGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSubPackageGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +41 -41
|
@@ -58,6 +58,10 @@ import {
|
|
|
58
58
|
CreateDomainCommandInput,
|
|
59
59
|
CreateDomainCommandOutput,
|
|
60
60
|
} from "./commands/CreateDomainCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreatePackageGroupCommandInput,
|
|
63
|
+
CreatePackageGroupCommandOutput,
|
|
64
|
+
} from "./commands/CreatePackageGroupCommand";
|
|
61
65
|
import {
|
|
62
66
|
CreateRepositoryCommandInput,
|
|
63
67
|
CreateRepositoryCommandOutput,
|
|
@@ -74,6 +78,10 @@ import {
|
|
|
74
78
|
DeletePackageCommandInput,
|
|
75
79
|
DeletePackageCommandOutput,
|
|
76
80
|
} from "./commands/DeletePackageCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeletePackageGroupCommandInput,
|
|
83
|
+
DeletePackageGroupCommandOutput,
|
|
84
|
+
} from "./commands/DeletePackageGroupCommand";
|
|
77
85
|
import {
|
|
78
86
|
DeletePackageVersionsCommandInput,
|
|
79
87
|
DeletePackageVersionsCommandOutput,
|
|
@@ -94,6 +102,10 @@ import {
|
|
|
94
102
|
DescribePackageCommandInput,
|
|
95
103
|
DescribePackageCommandOutput,
|
|
96
104
|
} from "./commands/DescribePackageCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribePackageGroupCommandInput,
|
|
107
|
+
DescribePackageGroupCommandOutput,
|
|
108
|
+
} from "./commands/DescribePackageGroupCommand";
|
|
97
109
|
import {
|
|
98
110
|
DescribePackageVersionCommandInput,
|
|
99
111
|
DescribePackageVersionCommandOutput,
|
|
@@ -110,6 +122,10 @@ import {
|
|
|
110
122
|
DisposePackageVersionsCommandInput,
|
|
111
123
|
DisposePackageVersionsCommandOutput,
|
|
112
124
|
} from "./commands/DisposePackageVersionsCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetAssociatedPackageGroupCommandInput,
|
|
127
|
+
GetAssociatedPackageGroupCommandOutput,
|
|
128
|
+
} from "./commands/GetAssociatedPackageGroupCommand";
|
|
113
129
|
import {
|
|
114
130
|
GetAuthorizationTokenCommandInput,
|
|
115
131
|
GetAuthorizationTokenCommandOutput,
|
|
@@ -134,10 +150,22 @@ import {
|
|
|
134
150
|
GetRepositoryPermissionsPolicyCommandInput,
|
|
135
151
|
GetRepositoryPermissionsPolicyCommandOutput,
|
|
136
152
|
} from "./commands/GetRepositoryPermissionsPolicyCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListAllowedRepositoriesForGroupCommandInput,
|
|
155
|
+
ListAllowedRepositoriesForGroupCommandOutput,
|
|
156
|
+
} from "./commands/ListAllowedRepositoriesForGroupCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListAssociatedPackagesCommandInput,
|
|
159
|
+
ListAssociatedPackagesCommandOutput,
|
|
160
|
+
} from "./commands/ListAssociatedPackagesCommand";
|
|
137
161
|
import {
|
|
138
162
|
ListDomainsCommandInput,
|
|
139
163
|
ListDomainsCommandOutput,
|
|
140
164
|
} from "./commands/ListDomainsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListPackageGroupsCommandInput,
|
|
167
|
+
ListPackageGroupsCommandOutput,
|
|
168
|
+
} from "./commands/ListPackageGroupsCommand";
|
|
141
169
|
import {
|
|
142
170
|
ListPackagesCommandInput,
|
|
143
171
|
ListPackagesCommandOutput,
|
|
@@ -162,6 +190,10 @@ import {
|
|
|
162
190
|
ListRepositoriesInDomainCommandInput,
|
|
163
191
|
ListRepositoriesInDomainCommandOutput,
|
|
164
192
|
} from "./commands/ListRepositoriesInDomainCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListSubPackageGroupsCommandInput,
|
|
195
|
+
ListSubPackageGroupsCommandOutput,
|
|
196
|
+
} from "./commands/ListSubPackageGroupsCommand";
|
|
165
197
|
import {
|
|
166
198
|
ListTagsForResourceCommandInput,
|
|
167
199
|
ListTagsForResourceCommandOutput,
|
|
@@ -190,6 +222,14 @@ import {
|
|
|
190
222
|
UntagResourceCommandInput,
|
|
191
223
|
UntagResourceCommandOutput,
|
|
192
224
|
} from "./commands/UntagResourceCommand";
|
|
225
|
+
import {
|
|
226
|
+
UpdatePackageGroupCommandInput,
|
|
227
|
+
UpdatePackageGroupCommandOutput,
|
|
228
|
+
} from "./commands/UpdatePackageGroupCommand";
|
|
229
|
+
import {
|
|
230
|
+
UpdatePackageGroupOriginConfigurationCommandInput,
|
|
231
|
+
UpdatePackageGroupOriginConfigurationCommandOutput,
|
|
232
|
+
} from "./commands/UpdatePackageGroupOriginConfigurationCommand";
|
|
193
233
|
import {
|
|
194
234
|
UpdatePackageVersionsStatusCommandInput,
|
|
195
235
|
UpdatePackageVersionsStatusCommandOutput,
|
|
@@ -209,32 +249,40 @@ export type ServiceInputTypes =
|
|
|
209
249
|
| AssociateExternalConnectionCommandInput
|
|
210
250
|
| CopyPackageVersionsCommandInput
|
|
211
251
|
| CreateDomainCommandInput
|
|
252
|
+
| CreatePackageGroupCommandInput
|
|
212
253
|
| CreateRepositoryCommandInput
|
|
213
254
|
| DeleteDomainCommandInput
|
|
214
255
|
| DeleteDomainPermissionsPolicyCommandInput
|
|
215
256
|
| DeletePackageCommandInput
|
|
257
|
+
| DeletePackageGroupCommandInput
|
|
216
258
|
| DeletePackageVersionsCommandInput
|
|
217
259
|
| DeleteRepositoryCommandInput
|
|
218
260
|
| DeleteRepositoryPermissionsPolicyCommandInput
|
|
219
261
|
| DescribeDomainCommandInput
|
|
220
262
|
| DescribePackageCommandInput
|
|
263
|
+
| DescribePackageGroupCommandInput
|
|
221
264
|
| DescribePackageVersionCommandInput
|
|
222
265
|
| DescribeRepositoryCommandInput
|
|
223
266
|
| DisassociateExternalConnectionCommandInput
|
|
224
267
|
| DisposePackageVersionsCommandInput
|
|
268
|
+
| GetAssociatedPackageGroupCommandInput
|
|
225
269
|
| GetAuthorizationTokenCommandInput
|
|
226
270
|
| GetDomainPermissionsPolicyCommandInput
|
|
227
271
|
| GetPackageVersionAssetCommandInput
|
|
228
272
|
| GetPackageVersionReadmeCommandInput
|
|
229
273
|
| GetRepositoryEndpointCommandInput
|
|
230
274
|
| GetRepositoryPermissionsPolicyCommandInput
|
|
275
|
+
| ListAllowedRepositoriesForGroupCommandInput
|
|
276
|
+
| ListAssociatedPackagesCommandInput
|
|
231
277
|
| ListDomainsCommandInput
|
|
278
|
+
| ListPackageGroupsCommandInput
|
|
232
279
|
| ListPackageVersionAssetsCommandInput
|
|
233
280
|
| ListPackageVersionDependenciesCommandInput
|
|
234
281
|
| ListPackageVersionsCommandInput
|
|
235
282
|
| ListPackagesCommandInput
|
|
236
283
|
| ListRepositoriesCommandInput
|
|
237
284
|
| ListRepositoriesInDomainCommandInput
|
|
285
|
+
| ListSubPackageGroupsCommandInput
|
|
238
286
|
| ListTagsForResourceCommandInput
|
|
239
287
|
| PublishPackageVersionCommandInput
|
|
240
288
|
| PutDomainPermissionsPolicyCommandInput
|
|
@@ -242,38 +290,48 @@ export type ServiceInputTypes =
|
|
|
242
290
|
| PutRepositoryPermissionsPolicyCommandInput
|
|
243
291
|
| TagResourceCommandInput
|
|
244
292
|
| UntagResourceCommandInput
|
|
293
|
+
| UpdatePackageGroupCommandInput
|
|
294
|
+
| UpdatePackageGroupOriginConfigurationCommandInput
|
|
245
295
|
| UpdatePackageVersionsStatusCommandInput
|
|
246
296
|
| UpdateRepositoryCommandInput;
|
|
247
297
|
export type ServiceOutputTypes =
|
|
248
298
|
| AssociateExternalConnectionCommandOutput
|
|
249
299
|
| CopyPackageVersionsCommandOutput
|
|
250
300
|
| CreateDomainCommandOutput
|
|
301
|
+
| CreatePackageGroupCommandOutput
|
|
251
302
|
| CreateRepositoryCommandOutput
|
|
252
303
|
| DeleteDomainCommandOutput
|
|
253
304
|
| DeleteDomainPermissionsPolicyCommandOutput
|
|
254
305
|
| DeletePackageCommandOutput
|
|
306
|
+
| DeletePackageGroupCommandOutput
|
|
255
307
|
| DeletePackageVersionsCommandOutput
|
|
256
308
|
| DeleteRepositoryCommandOutput
|
|
257
309
|
| DeleteRepositoryPermissionsPolicyCommandOutput
|
|
258
310
|
| DescribeDomainCommandOutput
|
|
259
311
|
| DescribePackageCommandOutput
|
|
312
|
+
| DescribePackageGroupCommandOutput
|
|
260
313
|
| DescribePackageVersionCommandOutput
|
|
261
314
|
| DescribeRepositoryCommandOutput
|
|
262
315
|
| DisassociateExternalConnectionCommandOutput
|
|
263
316
|
| DisposePackageVersionsCommandOutput
|
|
317
|
+
| GetAssociatedPackageGroupCommandOutput
|
|
264
318
|
| GetAuthorizationTokenCommandOutput
|
|
265
319
|
| GetDomainPermissionsPolicyCommandOutput
|
|
266
320
|
| GetPackageVersionAssetCommandOutput
|
|
267
321
|
| GetPackageVersionReadmeCommandOutput
|
|
268
322
|
| GetRepositoryEndpointCommandOutput
|
|
269
323
|
| GetRepositoryPermissionsPolicyCommandOutput
|
|
324
|
+
| ListAllowedRepositoriesForGroupCommandOutput
|
|
325
|
+
| ListAssociatedPackagesCommandOutput
|
|
270
326
|
| ListDomainsCommandOutput
|
|
327
|
+
| ListPackageGroupsCommandOutput
|
|
271
328
|
| ListPackageVersionAssetsCommandOutput
|
|
272
329
|
| ListPackageVersionDependenciesCommandOutput
|
|
273
330
|
| ListPackageVersionsCommandOutput
|
|
274
331
|
| ListPackagesCommandOutput
|
|
275
332
|
| ListRepositoriesCommandOutput
|
|
276
333
|
| ListRepositoriesInDomainCommandOutput
|
|
334
|
+
| ListSubPackageGroupsCommandOutput
|
|
277
335
|
| ListTagsForResourceCommandOutput
|
|
278
336
|
| PublishPackageVersionCommandOutput
|
|
279
337
|
| PutDomainPermissionsPolicyCommandOutput
|
|
@@ -281,6 +339,8 @@ export type ServiceOutputTypes =
|
|
|
281
339
|
| PutRepositoryPermissionsPolicyCommandOutput
|
|
282
340
|
| TagResourceCommandOutput
|
|
283
341
|
| UntagResourceCommandOutput
|
|
342
|
+
| UpdatePackageGroupCommandOutput
|
|
343
|
+
| UpdatePackageGroupOriginConfigurationCommandOutput
|
|
284
344
|
| UpdatePackageVersionsStatusCommandOutput
|
|
285
345
|
| UpdateRepositoryCommandOutput;
|
|
286
346
|
export interface ClientDefaults
|
|
@@ -25,6 +25,15 @@ declare const AssociateExternalConnectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateExternalConnectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateExternalConnectionCommandInput,
|
|
32
|
+
AssociateExternalConnectionCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateExternalConnectionCommand extends AssociateExternalConnectionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CopyPackageVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CopyPackageVersionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CopyPackageVersionsCommandInput,
|
|
32
|
+
CopyPackageVersionsCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CopyPackageVersionsCommand extends CopyPackageVersionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateDomainCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateDomainCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateDomainCommandInput,
|
|
28
|
+
CreateDomainCommandOutput,
|
|
29
|
+
CodeartifactClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CodeartifactClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CodeartifactClient";
|
|
8
|
+
import {
|
|
9
|
+
CreatePackageGroupRequest,
|
|
10
|
+
CreatePackageGroupResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface CreatePackageGroupCommandInput
|
|
14
|
+
extends CreatePackageGroupRequest {}
|
|
15
|
+
export interface CreatePackageGroupCommandOutput
|
|
16
|
+
extends CreatePackageGroupResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreatePackageGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreatePackageGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreatePackageGroupCommandInput,
|
|
23
|
+
CreatePackageGroupCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreatePackageGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreatePackageGroupCommandInput,
|
|
32
|
+
CreatePackageGroupCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreatePackageGroupCommand extends CreatePackageGroupCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateRepositoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateRepositoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateRepositoryCommandInput,
|
|
31
|
+
CreateRepositoryCommandOutput,
|
|
32
|
+
CodeartifactClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteDomainCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteDomainCommandInput,
|
|
28
|
+
DeleteDomainCommandOutput,
|
|
29
|
+
CodeartifactClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteDomainPermissionsPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteDomainPermissionsPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteDomainPermissionsPolicyCommandInput,
|
|
32
|
+
DeleteDomainPermissionsPolicyCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteDomainPermissionsPolicyCommand extends DeleteDomainPermissionsPolicyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeletePackageCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeletePackageCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeletePackageCommandInput,
|
|
28
|
+
DeletePackageCommandOutput,
|
|
29
|
+
CodeartifactClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeletePackageCommand extends DeletePackageCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CodeartifactClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CodeartifactClient";
|
|
8
|
+
import {
|
|
9
|
+
DeletePackageGroupRequest,
|
|
10
|
+
DeletePackageGroupResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface DeletePackageGroupCommandInput
|
|
14
|
+
extends DeletePackageGroupRequest {}
|
|
15
|
+
export interface DeletePackageGroupCommandOutput
|
|
16
|
+
extends DeletePackageGroupResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeletePackageGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeletePackageGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeletePackageGroupCommandInput,
|
|
23
|
+
DeletePackageGroupCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeletePackageGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeletePackageGroupCommandInput,
|
|
32
|
+
DeletePackageGroupCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeletePackageGroupCommand extends DeletePackageGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeletePackageVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeletePackageVersionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeletePackageVersionsCommandInput,
|
|
32
|
+
DeletePackageVersionsCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeletePackageVersionsCommand extends DeletePackageVersionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteRepositoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteRepositoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteRepositoryCommandInput,
|
|
31
|
+
DeleteRepositoryCommandOutput,
|
|
32
|
+
CodeartifactClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteRepositoryPermissionsPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteRepositoryPermissionsPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
32
|
+
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteRepositoryPermissionsPolicyCommand extends DeleteRepositoryPermissionsPolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeDomainCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeDomainCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeDomainCommandInput,
|
|
31
|
+
DescribeDomainCommandOutput,
|
|
32
|
+
CodeartifactClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribePackageCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribePackageCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribePackageCommandInput,
|
|
31
|
+
DescribePackageCommandOutput,
|
|
32
|
+
CodeartifactClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribePackageCommand extends DescribePackageCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CodeartifactClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CodeartifactClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribePackageGroupRequest,
|
|
10
|
+
DescribePackageGroupResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface DescribePackageGroupCommandInput
|
|
14
|
+
extends DescribePackageGroupRequest {}
|
|
15
|
+
export interface DescribePackageGroupCommandOutput
|
|
16
|
+
extends DescribePackageGroupResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DescribePackageGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribePackageGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribePackageGroupCommandInput,
|
|
23
|
+
DescribePackageGroupCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribePackageGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribePackageGroupCommandInput,
|
|
32
|
+
DescribePackageGroupCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DescribePackageGroupCommand extends DescribePackageGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribePackageVersionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribePackageVersionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribePackageVersionCommandInput,
|
|
32
|
+
DescribePackageVersionCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeRepositoryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeRepositoryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeRepositoryCommandInput,
|
|
32
|
+
DescribeRepositoryCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeRepositoryCommand extends DescribeRepositoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateExternalConnectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateExternalConnectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateExternalConnectionCommandInput,
|
|
32
|
+
DisassociateExternalConnectionCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateExternalConnectionCommand extends DisassociateExternalConnectionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisposePackageVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisposePackageVersionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisposePackageVersionsCommandInput,
|
|
32
|
+
DisposePackageVersionsCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisposePackageVersionsCommand extends DisposePackageVersionsCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CodeartifactClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CodeartifactClient";
|
|
8
|
+
import {
|
|
9
|
+
GetAssociatedPackageGroupRequest,
|
|
10
|
+
GetAssociatedPackageGroupResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface GetAssociatedPackageGroupCommandInput
|
|
14
|
+
extends GetAssociatedPackageGroupRequest {}
|
|
15
|
+
export interface GetAssociatedPackageGroupCommandOutput
|
|
16
|
+
extends GetAssociatedPackageGroupResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetAssociatedPackageGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetAssociatedPackageGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetAssociatedPackageGroupCommandInput,
|
|
23
|
+
GetAssociatedPackageGroupCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetAssociatedPackageGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAssociatedPackageGroupCommandInput,
|
|
32
|
+
GetAssociatedPackageGroupCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetAssociatedPackageGroupCommand extends GetAssociatedPackageGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetAuthorizationTokenCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetAuthorizationTokenCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAuthorizationTokenCommandInput,
|
|
32
|
+
GetAuthorizationTokenCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetDomainPermissionsPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetDomainPermissionsPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetDomainPermissionsPolicyCommandInput,
|
|
32
|
+
GetDomainPermissionsPolicyCommandOutput,
|
|
33
|
+
CodeartifactClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetDomainPermissionsPolicyCommand extends GetDomainPermissionsPolicyCommand_base {}
|
|
@@ -33,6 +33,15 @@ declare const GetPackageVersionAssetCommand_base: {
|
|
|
33
33
|
ServiceInputTypes,
|
|
34
34
|
ServiceOutputTypes
|
|
35
35
|
>;
|
|
36
|
+
new (
|
|
37
|
+
__0_0: GetPackageVersionAssetCommandInput
|
|
38
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
39
|
+
GetPackageVersionAssetCommandInput,
|
|
40
|
+
GetPackageVersionAssetCommandOutput,
|
|
41
|
+
CodeartifactClientResolvedConfig,
|
|
42
|
+
ServiceInputTypes,
|
|
43
|
+
ServiceOutputTypes
|
|
44
|
+
>;
|
|
36
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
46
|
};
|
|
38
47
|
export declare class GetPackageVersionAssetCommand extends GetPackageVersionAssetCommand_base {}
|