@aws-sdk/client-codeartifact 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +658 -185
- package/dist-types/ts3.4/CodeartifactClient.d.ts +346 -109
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1311 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,110 +1,437 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
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
|
-
|
|
110
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateExternalConnectionCommandInput,
|
|
8
|
+
AssociateExternalConnectionCommandOutput,
|
|
9
|
+
} from "../commands/AssociateExternalConnectionCommand";
|
|
10
|
+
import {
|
|
11
|
+
CopyPackageVersionsCommandInput,
|
|
12
|
+
CopyPackageVersionsCommandOutput,
|
|
13
|
+
} from "../commands/CopyPackageVersionsCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateDomainCommandInput,
|
|
16
|
+
CreateDomainCommandOutput,
|
|
17
|
+
} from "../commands/CreateDomainCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateRepositoryCommandInput,
|
|
20
|
+
CreateRepositoryCommandOutput,
|
|
21
|
+
} from "../commands/CreateRepositoryCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteDomainCommandInput,
|
|
24
|
+
DeleteDomainCommandOutput,
|
|
25
|
+
} from "../commands/DeleteDomainCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteDomainPermissionsPolicyCommandInput,
|
|
28
|
+
DeleteDomainPermissionsPolicyCommandOutput,
|
|
29
|
+
} from "../commands/DeleteDomainPermissionsPolicyCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeletePackageVersionsCommandInput,
|
|
32
|
+
DeletePackageVersionsCommandOutput,
|
|
33
|
+
} from "../commands/DeletePackageVersionsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteRepositoryCommandInput,
|
|
36
|
+
DeleteRepositoryCommandOutput,
|
|
37
|
+
} from "../commands/DeleteRepositoryCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
40
|
+
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
41
|
+
} from "../commands/DeleteRepositoryPermissionsPolicyCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeDomainCommandInput,
|
|
44
|
+
DescribeDomainCommandOutput,
|
|
45
|
+
} from "../commands/DescribeDomainCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribePackageCommandInput,
|
|
48
|
+
DescribePackageCommandOutput,
|
|
49
|
+
} from "../commands/DescribePackageCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribePackageVersionCommandInput,
|
|
52
|
+
DescribePackageVersionCommandOutput,
|
|
53
|
+
} from "../commands/DescribePackageVersionCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeRepositoryCommandInput,
|
|
56
|
+
DescribeRepositoryCommandOutput,
|
|
57
|
+
} from "../commands/DescribeRepositoryCommand";
|
|
58
|
+
import {
|
|
59
|
+
DisassociateExternalConnectionCommandInput,
|
|
60
|
+
DisassociateExternalConnectionCommandOutput,
|
|
61
|
+
} from "../commands/DisassociateExternalConnectionCommand";
|
|
62
|
+
import {
|
|
63
|
+
DisposePackageVersionsCommandInput,
|
|
64
|
+
DisposePackageVersionsCommandOutput,
|
|
65
|
+
} from "../commands/DisposePackageVersionsCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetAuthorizationTokenCommandInput,
|
|
68
|
+
GetAuthorizationTokenCommandOutput,
|
|
69
|
+
} from "../commands/GetAuthorizationTokenCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetDomainPermissionsPolicyCommandInput,
|
|
72
|
+
GetDomainPermissionsPolicyCommandOutput,
|
|
73
|
+
} from "../commands/GetDomainPermissionsPolicyCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetPackageVersionAssetCommandInput,
|
|
76
|
+
GetPackageVersionAssetCommandOutput,
|
|
77
|
+
} from "../commands/GetPackageVersionAssetCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetPackageVersionReadmeCommandInput,
|
|
80
|
+
GetPackageVersionReadmeCommandOutput,
|
|
81
|
+
} from "../commands/GetPackageVersionReadmeCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetRepositoryEndpointCommandInput,
|
|
84
|
+
GetRepositoryEndpointCommandOutput,
|
|
85
|
+
} from "../commands/GetRepositoryEndpointCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetRepositoryPermissionsPolicyCommandInput,
|
|
88
|
+
GetRepositoryPermissionsPolicyCommandOutput,
|
|
89
|
+
} from "../commands/GetRepositoryPermissionsPolicyCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListDomainsCommandInput,
|
|
92
|
+
ListDomainsCommandOutput,
|
|
93
|
+
} from "../commands/ListDomainsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListPackagesCommandInput,
|
|
96
|
+
ListPackagesCommandOutput,
|
|
97
|
+
} from "../commands/ListPackagesCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListPackageVersionAssetsCommandInput,
|
|
100
|
+
ListPackageVersionAssetsCommandOutput,
|
|
101
|
+
} from "../commands/ListPackageVersionAssetsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListPackageVersionDependenciesCommandInput,
|
|
104
|
+
ListPackageVersionDependenciesCommandOutput,
|
|
105
|
+
} from "../commands/ListPackageVersionDependenciesCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListPackageVersionsCommandInput,
|
|
108
|
+
ListPackageVersionsCommandOutput,
|
|
109
|
+
} from "../commands/ListPackageVersionsCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListRepositoriesCommandInput,
|
|
112
|
+
ListRepositoriesCommandOutput,
|
|
113
|
+
} from "../commands/ListRepositoriesCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListRepositoriesInDomainCommandInput,
|
|
116
|
+
ListRepositoriesInDomainCommandOutput,
|
|
117
|
+
} from "../commands/ListRepositoriesInDomainCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListTagsForResourceCommandInput,
|
|
120
|
+
ListTagsForResourceCommandOutput,
|
|
121
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
122
|
+
import {
|
|
123
|
+
PutDomainPermissionsPolicyCommandInput,
|
|
124
|
+
PutDomainPermissionsPolicyCommandOutput,
|
|
125
|
+
} from "../commands/PutDomainPermissionsPolicyCommand";
|
|
126
|
+
import {
|
|
127
|
+
PutPackageOriginConfigurationCommandInput,
|
|
128
|
+
PutPackageOriginConfigurationCommandOutput,
|
|
129
|
+
} from "../commands/PutPackageOriginConfigurationCommand";
|
|
130
|
+
import {
|
|
131
|
+
PutRepositoryPermissionsPolicyCommandInput,
|
|
132
|
+
PutRepositoryPermissionsPolicyCommandOutput,
|
|
133
|
+
} from "../commands/PutRepositoryPermissionsPolicyCommand";
|
|
134
|
+
import {
|
|
135
|
+
TagResourceCommandInput,
|
|
136
|
+
TagResourceCommandOutput,
|
|
137
|
+
} from "../commands/TagResourceCommand";
|
|
138
|
+
import {
|
|
139
|
+
UntagResourceCommandInput,
|
|
140
|
+
UntagResourceCommandOutput,
|
|
141
|
+
} from "../commands/UntagResourceCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdatePackageVersionsStatusCommandInput,
|
|
144
|
+
UpdatePackageVersionsStatusCommandOutput,
|
|
145
|
+
} from "../commands/UpdatePackageVersionsStatusCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateRepositoryCommandInput,
|
|
148
|
+
UpdateRepositoryCommandOutput,
|
|
149
|
+
} from "../commands/UpdateRepositoryCommand";
|
|
150
|
+
export declare const serializeAws_restJson1AssociateExternalConnectionCommand: (
|
|
151
|
+
input: AssociateExternalConnectionCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_restJson1CopyPackageVersionsCommand: (
|
|
155
|
+
input: CopyPackageVersionsCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_restJson1CreateDomainCommand: (
|
|
159
|
+
input: CreateDomainCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_restJson1CreateRepositoryCommand: (
|
|
163
|
+
input: CreateRepositoryCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_restJson1DeleteDomainCommand: (
|
|
167
|
+
input: DeleteDomainCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_restJson1DeleteDomainPermissionsPolicyCommand: (
|
|
171
|
+
input: DeleteDomainPermissionsPolicyCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_restJson1DeletePackageVersionsCommand: (
|
|
175
|
+
input: DeletePackageVersionsCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_restJson1DeleteRepositoryCommand: (
|
|
179
|
+
input: DeleteRepositoryCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand: (
|
|
183
|
+
input: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_restJson1DescribeDomainCommand: (
|
|
187
|
+
input: DescribeDomainCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1DescribePackageCommand: (
|
|
191
|
+
input: DescribePackageCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1DescribePackageVersionCommand: (
|
|
195
|
+
input: DescribePackageVersionCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_restJson1DescribeRepositoryCommand: (
|
|
199
|
+
input: DescribeRepositoryCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_restJson1DisassociateExternalConnectionCommand: (
|
|
203
|
+
input: DisassociateExternalConnectionCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_restJson1DisposePackageVersionsCommand: (
|
|
207
|
+
input: DisposePackageVersionsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1GetAuthorizationTokenCommand: (
|
|
211
|
+
input: GetAuthorizationTokenCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1GetDomainPermissionsPolicyCommand: (
|
|
215
|
+
input: GetDomainPermissionsPolicyCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1GetPackageVersionAssetCommand: (
|
|
219
|
+
input: GetPackageVersionAssetCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1GetPackageVersionReadmeCommand: (
|
|
223
|
+
input: GetPackageVersionReadmeCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1GetRepositoryEndpointCommand: (
|
|
227
|
+
input: GetRepositoryEndpointCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1GetRepositoryPermissionsPolicyCommand: (
|
|
231
|
+
input: GetRepositoryPermissionsPolicyCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1ListDomainsCommand: (
|
|
235
|
+
input: ListDomainsCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1ListPackagesCommand: (
|
|
239
|
+
input: ListPackagesCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1ListPackageVersionAssetsCommand: (
|
|
243
|
+
input: ListPackageVersionAssetsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1ListPackageVersionDependenciesCommand: (
|
|
247
|
+
input: ListPackageVersionDependenciesCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1ListPackageVersionsCommand: (
|
|
251
|
+
input: ListPackageVersionsCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1ListRepositoriesCommand: (
|
|
255
|
+
input: ListRepositoriesCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1ListRepositoriesInDomainCommand: (
|
|
259
|
+
input: ListRepositoriesInDomainCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
263
|
+
input: ListTagsForResourceCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1PutDomainPermissionsPolicyCommand: (
|
|
267
|
+
input: PutDomainPermissionsPolicyCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1PutPackageOriginConfigurationCommand: (
|
|
271
|
+
input: PutPackageOriginConfigurationCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1PutRepositoryPermissionsPolicyCommand: (
|
|
275
|
+
input: PutRepositoryPermissionsPolicyCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
279
|
+
input: TagResourceCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
283
|
+
input: UntagResourceCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1UpdatePackageVersionsStatusCommand: (
|
|
287
|
+
input: UpdatePackageVersionsStatusCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1UpdateRepositoryCommand: (
|
|
291
|
+
input: UpdateRepositoryCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const deserializeAws_restJson1AssociateExternalConnectionCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<AssociateExternalConnectionCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_restJson1CopyPackageVersionsCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<CopyPackageVersionsCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_restJson1CreateDomainCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<CreateDomainCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_restJson1CreateRepositoryCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<CreateRepositoryCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_restJson1DeleteDomainCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<DeleteDomainCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_restJson1DeleteDomainPermissionsPolicyCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<DeleteDomainPermissionsPolicyCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_restJson1DeletePackageVersionsCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<DeletePackageVersionsCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_restJson1DeleteRepositoryCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<DeleteRepositoryCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<DeleteRepositoryPermissionsPolicyCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_restJson1DescribeDomainCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<DescribeDomainCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_restJson1DescribePackageCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<DescribePackageCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_restJson1DescribePackageVersionCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<DescribePackageVersionCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_restJson1DescribeRepositoryCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<DescribeRepositoryCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_restJson1DisassociateExternalConnectionCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<DisassociateExternalConnectionCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_restJson1DisposePackageVersionsCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<DisposePackageVersionsCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_restJson1GetAuthorizationTokenCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<GetAuthorizationTokenCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_restJson1GetDomainPermissionsPolicyCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<GetDomainPermissionsPolicyCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_restJson1GetPackageVersionAssetCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<GetPackageVersionAssetCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_restJson1GetPackageVersionReadmeCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<GetPackageVersionReadmeCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_restJson1GetRepositoryEndpointCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<GetRepositoryEndpointCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_restJson1GetRepositoryPermissionsPolicyCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<GetRepositoryPermissionsPolicyCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_restJson1ListDomainsCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<ListDomainsCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_restJson1ListPackagesCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<ListPackagesCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_restJson1ListPackageVersionAssetsCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<ListPackageVersionAssetsCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_restJson1ListPackageVersionDependenciesCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<ListPackageVersionDependenciesCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_restJson1ListPackageVersionsCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<ListPackageVersionsCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_restJson1ListRepositoriesCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<ListRepositoriesCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_restJson1ListRepositoriesInDomainCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<ListRepositoriesInDomainCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_restJson1PutDomainPermissionsPolicyCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<PutDomainPermissionsPolicyCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_restJson1PutPackageOriginConfigurationCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<PutPackageOriginConfigurationCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_restJson1PutRepositoryPermissionsPolicyCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<PutRepositoryPermissionsPolicyCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<TagResourceCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_restJson1UpdatePackageVersionsStatusCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<UpdatePackageVersionsStatusCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_restJson1UpdateRepositoryCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<UpdateRepositoryCommandOutput>;
|