@aws-sdk/client-codeartifact 3.169.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 +16 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +622 -185
- package/dist-types/ts3.4/CodeartifactClient.d.ts +321 -109
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeartifactServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +925 -1212
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesInDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,109 +1,321 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateExternalConnectionCommandInput,
|
|
47
|
+
AssociateExternalConnectionCommandOutput,
|
|
48
|
+
} from "./commands/AssociateExternalConnectionCommand";
|
|
49
|
+
import {
|
|
50
|
+
CopyPackageVersionsCommandInput,
|
|
51
|
+
CopyPackageVersionsCommandOutput,
|
|
52
|
+
} from "./commands/CopyPackageVersionsCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateDomainCommandInput,
|
|
55
|
+
CreateDomainCommandOutput,
|
|
56
|
+
} from "./commands/CreateDomainCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateRepositoryCommandInput,
|
|
59
|
+
CreateRepositoryCommandOutput,
|
|
60
|
+
} from "./commands/CreateRepositoryCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteDomainCommandInput,
|
|
63
|
+
DeleteDomainCommandOutput,
|
|
64
|
+
} from "./commands/DeleteDomainCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteDomainPermissionsPolicyCommandInput,
|
|
67
|
+
DeleteDomainPermissionsPolicyCommandOutput,
|
|
68
|
+
} from "./commands/DeleteDomainPermissionsPolicyCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeletePackageVersionsCommandInput,
|
|
71
|
+
DeletePackageVersionsCommandOutput,
|
|
72
|
+
} from "./commands/DeletePackageVersionsCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteRepositoryCommandInput,
|
|
75
|
+
DeleteRepositoryCommandOutput,
|
|
76
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
79
|
+
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
80
|
+
} from "./commands/DeleteRepositoryPermissionsPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeDomainCommandInput,
|
|
83
|
+
DescribeDomainCommandOutput,
|
|
84
|
+
} from "./commands/DescribeDomainCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribePackageCommandInput,
|
|
87
|
+
DescribePackageCommandOutput,
|
|
88
|
+
} from "./commands/DescribePackageCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribePackageVersionCommandInput,
|
|
91
|
+
DescribePackageVersionCommandOutput,
|
|
92
|
+
} from "./commands/DescribePackageVersionCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeRepositoryCommandInput,
|
|
95
|
+
DescribeRepositoryCommandOutput,
|
|
96
|
+
} from "./commands/DescribeRepositoryCommand";
|
|
97
|
+
import {
|
|
98
|
+
DisassociateExternalConnectionCommandInput,
|
|
99
|
+
DisassociateExternalConnectionCommandOutput,
|
|
100
|
+
} from "./commands/DisassociateExternalConnectionCommand";
|
|
101
|
+
import {
|
|
102
|
+
DisposePackageVersionsCommandInput,
|
|
103
|
+
DisposePackageVersionsCommandOutput,
|
|
104
|
+
} from "./commands/DisposePackageVersionsCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetAuthorizationTokenCommandInput,
|
|
107
|
+
GetAuthorizationTokenCommandOutput,
|
|
108
|
+
} from "./commands/GetAuthorizationTokenCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetDomainPermissionsPolicyCommandInput,
|
|
111
|
+
GetDomainPermissionsPolicyCommandOutput,
|
|
112
|
+
} from "./commands/GetDomainPermissionsPolicyCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetPackageVersionAssetCommandInput,
|
|
115
|
+
GetPackageVersionAssetCommandOutput,
|
|
116
|
+
} from "./commands/GetPackageVersionAssetCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetPackageVersionReadmeCommandInput,
|
|
119
|
+
GetPackageVersionReadmeCommandOutput,
|
|
120
|
+
} from "./commands/GetPackageVersionReadmeCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetRepositoryEndpointCommandInput,
|
|
123
|
+
GetRepositoryEndpointCommandOutput,
|
|
124
|
+
} from "./commands/GetRepositoryEndpointCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetRepositoryPermissionsPolicyCommandInput,
|
|
127
|
+
GetRepositoryPermissionsPolicyCommandOutput,
|
|
128
|
+
} from "./commands/GetRepositoryPermissionsPolicyCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListDomainsCommandInput,
|
|
131
|
+
ListDomainsCommandOutput,
|
|
132
|
+
} from "./commands/ListDomainsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListPackagesCommandInput,
|
|
135
|
+
ListPackagesCommandOutput,
|
|
136
|
+
} from "./commands/ListPackagesCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListPackageVersionAssetsCommandInput,
|
|
139
|
+
ListPackageVersionAssetsCommandOutput,
|
|
140
|
+
} from "./commands/ListPackageVersionAssetsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListPackageVersionDependenciesCommandInput,
|
|
143
|
+
ListPackageVersionDependenciesCommandOutput,
|
|
144
|
+
} from "./commands/ListPackageVersionDependenciesCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListPackageVersionsCommandInput,
|
|
147
|
+
ListPackageVersionsCommandOutput,
|
|
148
|
+
} from "./commands/ListPackageVersionsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListRepositoriesCommandInput,
|
|
151
|
+
ListRepositoriesCommandOutput,
|
|
152
|
+
} from "./commands/ListRepositoriesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListRepositoriesInDomainCommandInput,
|
|
155
|
+
ListRepositoriesInDomainCommandOutput,
|
|
156
|
+
} from "./commands/ListRepositoriesInDomainCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListTagsForResourceCommandInput,
|
|
159
|
+
ListTagsForResourceCommandOutput,
|
|
160
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
161
|
+
import {
|
|
162
|
+
PutDomainPermissionsPolicyCommandInput,
|
|
163
|
+
PutDomainPermissionsPolicyCommandOutput,
|
|
164
|
+
} from "./commands/PutDomainPermissionsPolicyCommand";
|
|
165
|
+
import {
|
|
166
|
+
PutPackageOriginConfigurationCommandInput,
|
|
167
|
+
PutPackageOriginConfigurationCommandOutput,
|
|
168
|
+
} from "./commands/PutPackageOriginConfigurationCommand";
|
|
169
|
+
import {
|
|
170
|
+
PutRepositoryPermissionsPolicyCommandInput,
|
|
171
|
+
PutRepositoryPermissionsPolicyCommandOutput,
|
|
172
|
+
} from "./commands/PutRepositoryPermissionsPolicyCommand";
|
|
173
|
+
import {
|
|
174
|
+
TagResourceCommandInput,
|
|
175
|
+
TagResourceCommandOutput,
|
|
176
|
+
} from "./commands/TagResourceCommand";
|
|
177
|
+
import {
|
|
178
|
+
UntagResourceCommandInput,
|
|
179
|
+
UntagResourceCommandOutput,
|
|
180
|
+
} from "./commands/UntagResourceCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdatePackageVersionsStatusCommandInput,
|
|
183
|
+
UpdatePackageVersionsStatusCommandOutput,
|
|
184
|
+
} from "./commands/UpdatePackageVersionsStatusCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateRepositoryCommandInput,
|
|
187
|
+
UpdateRepositoryCommandOutput,
|
|
188
|
+
} from "./commands/UpdateRepositoryCommand";
|
|
189
|
+
export declare type ServiceInputTypes =
|
|
190
|
+
| AssociateExternalConnectionCommandInput
|
|
191
|
+
| CopyPackageVersionsCommandInput
|
|
192
|
+
| CreateDomainCommandInput
|
|
193
|
+
| CreateRepositoryCommandInput
|
|
194
|
+
| DeleteDomainCommandInput
|
|
195
|
+
| DeleteDomainPermissionsPolicyCommandInput
|
|
196
|
+
| DeletePackageVersionsCommandInput
|
|
197
|
+
| DeleteRepositoryCommandInput
|
|
198
|
+
| DeleteRepositoryPermissionsPolicyCommandInput
|
|
199
|
+
| DescribeDomainCommandInput
|
|
200
|
+
| DescribePackageCommandInput
|
|
201
|
+
| DescribePackageVersionCommandInput
|
|
202
|
+
| DescribeRepositoryCommandInput
|
|
203
|
+
| DisassociateExternalConnectionCommandInput
|
|
204
|
+
| DisposePackageVersionsCommandInput
|
|
205
|
+
| GetAuthorizationTokenCommandInput
|
|
206
|
+
| GetDomainPermissionsPolicyCommandInput
|
|
207
|
+
| GetPackageVersionAssetCommandInput
|
|
208
|
+
| GetPackageVersionReadmeCommandInput
|
|
209
|
+
| GetRepositoryEndpointCommandInput
|
|
210
|
+
| GetRepositoryPermissionsPolicyCommandInput
|
|
211
|
+
| ListDomainsCommandInput
|
|
212
|
+
| ListPackageVersionAssetsCommandInput
|
|
213
|
+
| ListPackageVersionDependenciesCommandInput
|
|
214
|
+
| ListPackageVersionsCommandInput
|
|
215
|
+
| ListPackagesCommandInput
|
|
216
|
+
| ListRepositoriesCommandInput
|
|
217
|
+
| ListRepositoriesInDomainCommandInput
|
|
218
|
+
| ListTagsForResourceCommandInput
|
|
219
|
+
| PutDomainPermissionsPolicyCommandInput
|
|
220
|
+
| PutPackageOriginConfigurationCommandInput
|
|
221
|
+
| PutRepositoryPermissionsPolicyCommandInput
|
|
222
|
+
| TagResourceCommandInput
|
|
223
|
+
| UntagResourceCommandInput
|
|
224
|
+
| UpdatePackageVersionsStatusCommandInput
|
|
225
|
+
| UpdateRepositoryCommandInput;
|
|
226
|
+
export declare type ServiceOutputTypes =
|
|
227
|
+
| AssociateExternalConnectionCommandOutput
|
|
228
|
+
| CopyPackageVersionsCommandOutput
|
|
229
|
+
| CreateDomainCommandOutput
|
|
230
|
+
| CreateRepositoryCommandOutput
|
|
231
|
+
| DeleteDomainCommandOutput
|
|
232
|
+
| DeleteDomainPermissionsPolicyCommandOutput
|
|
233
|
+
| DeletePackageVersionsCommandOutput
|
|
234
|
+
| DeleteRepositoryCommandOutput
|
|
235
|
+
| DeleteRepositoryPermissionsPolicyCommandOutput
|
|
236
|
+
| DescribeDomainCommandOutput
|
|
237
|
+
| DescribePackageCommandOutput
|
|
238
|
+
| DescribePackageVersionCommandOutput
|
|
239
|
+
| DescribeRepositoryCommandOutput
|
|
240
|
+
| DisassociateExternalConnectionCommandOutput
|
|
241
|
+
| DisposePackageVersionsCommandOutput
|
|
242
|
+
| GetAuthorizationTokenCommandOutput
|
|
243
|
+
| GetDomainPermissionsPolicyCommandOutput
|
|
244
|
+
| GetPackageVersionAssetCommandOutput
|
|
245
|
+
| GetPackageVersionReadmeCommandOutput
|
|
246
|
+
| GetRepositoryEndpointCommandOutput
|
|
247
|
+
| GetRepositoryPermissionsPolicyCommandOutput
|
|
248
|
+
| ListDomainsCommandOutput
|
|
249
|
+
| ListPackageVersionAssetsCommandOutput
|
|
250
|
+
| ListPackageVersionDependenciesCommandOutput
|
|
251
|
+
| ListPackageVersionsCommandOutput
|
|
252
|
+
| ListPackagesCommandOutput
|
|
253
|
+
| ListRepositoriesCommandOutput
|
|
254
|
+
| ListRepositoriesInDomainCommandOutput
|
|
255
|
+
| ListTagsForResourceCommandOutput
|
|
256
|
+
| PutDomainPermissionsPolicyCommandOutput
|
|
257
|
+
| PutPackageOriginConfigurationCommandOutput
|
|
258
|
+
| PutRepositoryPermissionsPolicyCommandOutput
|
|
259
|
+
| TagResourceCommandOutput
|
|
260
|
+
| UntagResourceCommandOutput
|
|
261
|
+
| UpdatePackageVersionsStatusCommandOutput
|
|
262
|
+
| UpdateRepositoryCommandOutput;
|
|
263
|
+
export interface ClientDefaults
|
|
264
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
265
|
+
requestHandler?: __HttpHandler;
|
|
266
|
+
sha256?: __HashConstructor;
|
|
267
|
+
urlParser?: __UrlParser;
|
|
268
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
269
|
+
streamCollector?: __StreamCollector;
|
|
270
|
+
base64Decoder?: __Decoder;
|
|
271
|
+
base64Encoder?: __Encoder;
|
|
272
|
+
utf8Decoder?: __Decoder;
|
|
273
|
+
utf8Encoder?: __Encoder;
|
|
274
|
+
runtime?: string;
|
|
275
|
+
disableHostPrefix?: boolean;
|
|
276
|
+
maxAttempts?: number | __Provider<number>;
|
|
277
|
+
retryMode?: string | __Provider<string>;
|
|
278
|
+
logger?: __Logger;
|
|
279
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
280
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
281
|
+
serviceId?: string;
|
|
282
|
+
region?: string | __Provider<string>;
|
|
283
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
284
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
285
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
286
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
287
|
+
}
|
|
288
|
+
declare type CodeartifactClientConfigType = Partial<
|
|
289
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
290
|
+
> &
|
|
291
|
+
ClientDefaults &
|
|
292
|
+
RegionInputConfig &
|
|
293
|
+
EndpointsInputConfig &
|
|
294
|
+
RetryInputConfig &
|
|
295
|
+
HostHeaderInputConfig &
|
|
296
|
+
AwsAuthInputConfig &
|
|
297
|
+
UserAgentInputConfig;
|
|
298
|
+
export interface CodeartifactClientConfig
|
|
299
|
+
extends CodeartifactClientConfigType {}
|
|
300
|
+
declare type CodeartifactClientResolvedConfigType =
|
|
301
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
302
|
+
Required<ClientDefaults> &
|
|
303
|
+
RegionResolvedConfig &
|
|
304
|
+
EndpointsResolvedConfig &
|
|
305
|
+
RetryResolvedConfig &
|
|
306
|
+
HostHeaderResolvedConfig &
|
|
307
|
+
AwsAuthResolvedConfig &
|
|
308
|
+
UserAgentResolvedConfig;
|
|
309
|
+
export interface CodeartifactClientResolvedConfig
|
|
310
|
+
extends CodeartifactClientResolvedConfigType {}
|
|
311
|
+
export declare class CodeartifactClient extends __Client<
|
|
312
|
+
__HttpHandlerOptions,
|
|
313
|
+
ServiceInputTypes,
|
|
314
|
+
ServiceOutputTypes,
|
|
315
|
+
CodeartifactClientResolvedConfig
|
|
316
|
+
> {
|
|
317
|
+
readonly config: CodeartifactClientResolvedConfig;
|
|
318
|
+
constructor(configuration: CodeartifactClientConfig);
|
|
319
|
+
destroy(): void;
|
|
320
|
+
}
|
|
321
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateExternalConnectionRequest,
|
|
15
|
+
AssociateExternalConnectionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateExternalConnectionCommandInput
|
|
18
|
+
extends AssociateExternalConnectionRequest {}
|
|
19
|
+
export interface AssociateExternalConnectionCommandOutput
|
|
20
|
+
extends AssociateExternalConnectionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateExternalConnectionCommand extends $Command<
|
|
23
|
+
AssociateExternalConnectionCommandInput,
|
|
24
|
+
AssociateExternalConnectionCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateExternalConnectionCommandInput;
|
|
28
|
+
constructor(input: AssociateExternalConnectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateExternalConnectionCommandInput,
|
|
35
|
+
AssociateExternalConnectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
CopyPackageVersionsRequest,
|
|
15
|
+
CopyPackageVersionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CopyPackageVersionsCommandInput
|
|
18
|
+
extends CopyPackageVersionsRequest {}
|
|
19
|
+
export interface CopyPackageVersionsCommandOutput
|
|
20
|
+
extends CopyPackageVersionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CopyPackageVersionsCommand extends $Command<
|
|
23
|
+
CopyPackageVersionsCommandInput,
|
|
24
|
+
CopyPackageVersionsCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CopyPackageVersionsCommandInput;
|
|
28
|
+
constructor(input: CopyPackageVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CopyPackageVersionsCommandInput, CopyPackageVersionsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import { CreateDomainRequest, CreateDomainResult } from "../models/models_0";
|
|
14
|
+
export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
15
|
+
export interface CreateDomainCommandOutput
|
|
16
|
+
extends CreateDomainResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateDomainCommand extends $Command<
|
|
19
|
+
CreateDomainCommandInput,
|
|
20
|
+
CreateDomainCommandOutput,
|
|
21
|
+
CodeartifactClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateDomainCommandInput;
|
|
24
|
+
constructor(input: CreateDomainCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|