@aws-sdk/client-ecr-public 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/ECRPUBLIC.d.ts +395 -120
- package/dist-types/ts3.4/ECRPUBLICClient.d.ts +242 -96
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- 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/ECRPUBLICServiceException.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 +659 -797
- package/dist-types/ts3.4/pagination/DescribeImageTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRegistriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
- 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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ecr-public
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-ecr-public
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-ecr-public
|
|
@@ -1,120 +1,395 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchCheckLayerAvailabilityCommandInput,
|
|
4
|
+
BatchCheckLayerAvailabilityCommandOutput,
|
|
5
|
+
} from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchDeleteImageCommandInput,
|
|
8
|
+
BatchDeleteImageCommandOutput,
|
|
9
|
+
} from "./commands/BatchDeleteImageCommand";
|
|
10
|
+
import {
|
|
11
|
+
CompleteLayerUploadCommandInput,
|
|
12
|
+
CompleteLayerUploadCommandOutput,
|
|
13
|
+
} from "./commands/CompleteLayerUploadCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateRepositoryCommandInput,
|
|
16
|
+
CreateRepositoryCommandOutput,
|
|
17
|
+
} from "./commands/CreateRepositoryCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteRepositoryCommandInput,
|
|
20
|
+
DeleteRepositoryCommandOutput,
|
|
21
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteRepositoryPolicyCommandInput,
|
|
24
|
+
DeleteRepositoryPolicyCommandOutput,
|
|
25
|
+
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
26
|
+
import {
|
|
27
|
+
DescribeImagesCommandInput,
|
|
28
|
+
DescribeImagesCommandOutput,
|
|
29
|
+
} from "./commands/DescribeImagesCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeImageTagsCommandInput,
|
|
32
|
+
DescribeImageTagsCommandOutput,
|
|
33
|
+
} from "./commands/DescribeImageTagsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeRegistriesCommandInput,
|
|
36
|
+
DescribeRegistriesCommandOutput,
|
|
37
|
+
} from "./commands/DescribeRegistriesCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeRepositoriesCommandInput,
|
|
40
|
+
DescribeRepositoriesCommandOutput,
|
|
41
|
+
} from "./commands/DescribeRepositoriesCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetAuthorizationTokenCommandInput,
|
|
44
|
+
GetAuthorizationTokenCommandOutput,
|
|
45
|
+
} from "./commands/GetAuthorizationTokenCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetRegistryCatalogDataCommandInput,
|
|
48
|
+
GetRegistryCatalogDataCommandOutput,
|
|
49
|
+
} from "./commands/GetRegistryCatalogDataCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetRepositoryCatalogDataCommandInput,
|
|
52
|
+
GetRepositoryCatalogDataCommandOutput,
|
|
53
|
+
} from "./commands/GetRepositoryCatalogDataCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetRepositoryPolicyCommandInput,
|
|
56
|
+
GetRepositoryPolicyCommandOutput,
|
|
57
|
+
} from "./commands/GetRepositoryPolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
InitiateLayerUploadCommandInput,
|
|
60
|
+
InitiateLayerUploadCommandOutput,
|
|
61
|
+
} from "./commands/InitiateLayerUploadCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListTagsForResourceCommandInput,
|
|
64
|
+
ListTagsForResourceCommandOutput,
|
|
65
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
66
|
+
import {
|
|
67
|
+
PutImageCommandInput,
|
|
68
|
+
PutImageCommandOutput,
|
|
69
|
+
} from "./commands/PutImageCommand";
|
|
70
|
+
import {
|
|
71
|
+
PutRegistryCatalogDataCommandInput,
|
|
72
|
+
PutRegistryCatalogDataCommandOutput,
|
|
73
|
+
} from "./commands/PutRegistryCatalogDataCommand";
|
|
74
|
+
import {
|
|
75
|
+
PutRepositoryCatalogDataCommandInput,
|
|
76
|
+
PutRepositoryCatalogDataCommandOutput,
|
|
77
|
+
} from "./commands/PutRepositoryCatalogDataCommand";
|
|
78
|
+
import {
|
|
79
|
+
SetRepositoryPolicyCommandInput,
|
|
80
|
+
SetRepositoryPolicyCommandOutput,
|
|
81
|
+
} from "./commands/SetRepositoryPolicyCommand";
|
|
82
|
+
import {
|
|
83
|
+
TagResourceCommandInput,
|
|
84
|
+
TagResourceCommandOutput,
|
|
85
|
+
} from "./commands/TagResourceCommand";
|
|
86
|
+
import {
|
|
87
|
+
UntagResourceCommandInput,
|
|
88
|
+
UntagResourceCommandOutput,
|
|
89
|
+
} from "./commands/UntagResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
UploadLayerPartCommandInput,
|
|
92
|
+
UploadLayerPartCommandOutput,
|
|
93
|
+
} from "./commands/UploadLayerPartCommand";
|
|
94
|
+
import { ECRPUBLICClient } from "./ECRPUBLICClient";
|
|
95
|
+
export declare class ECRPUBLIC extends ECRPUBLICClient {
|
|
96
|
+
batchCheckLayerAvailability(
|
|
97
|
+
args: BatchCheckLayerAvailabilityCommandInput,
|
|
98
|
+
options?: __HttpHandlerOptions
|
|
99
|
+
): Promise<BatchCheckLayerAvailabilityCommandOutput>;
|
|
100
|
+
batchCheckLayerAvailability(
|
|
101
|
+
args: BatchCheckLayerAvailabilityCommandInput,
|
|
102
|
+
cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void
|
|
103
|
+
): void;
|
|
104
|
+
batchCheckLayerAvailability(
|
|
105
|
+
args: BatchCheckLayerAvailabilityCommandInput,
|
|
106
|
+
options: __HttpHandlerOptions,
|
|
107
|
+
cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void
|
|
108
|
+
): void;
|
|
109
|
+
batchDeleteImage(
|
|
110
|
+
args: BatchDeleteImageCommandInput,
|
|
111
|
+
options?: __HttpHandlerOptions
|
|
112
|
+
): Promise<BatchDeleteImageCommandOutput>;
|
|
113
|
+
batchDeleteImage(
|
|
114
|
+
args: BatchDeleteImageCommandInput,
|
|
115
|
+
cb: (err: any, data?: BatchDeleteImageCommandOutput) => void
|
|
116
|
+
): void;
|
|
117
|
+
batchDeleteImage(
|
|
118
|
+
args: BatchDeleteImageCommandInput,
|
|
119
|
+
options: __HttpHandlerOptions,
|
|
120
|
+
cb: (err: any, data?: BatchDeleteImageCommandOutput) => void
|
|
121
|
+
): void;
|
|
122
|
+
completeLayerUpload(
|
|
123
|
+
args: CompleteLayerUploadCommandInput,
|
|
124
|
+
options?: __HttpHandlerOptions
|
|
125
|
+
): Promise<CompleteLayerUploadCommandOutput>;
|
|
126
|
+
completeLayerUpload(
|
|
127
|
+
args: CompleteLayerUploadCommandInput,
|
|
128
|
+
cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void
|
|
129
|
+
): void;
|
|
130
|
+
completeLayerUpload(
|
|
131
|
+
args: CompleteLayerUploadCommandInput,
|
|
132
|
+
options: __HttpHandlerOptions,
|
|
133
|
+
cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void
|
|
134
|
+
): void;
|
|
135
|
+
createRepository(
|
|
136
|
+
args: CreateRepositoryCommandInput,
|
|
137
|
+
options?: __HttpHandlerOptions
|
|
138
|
+
): Promise<CreateRepositoryCommandOutput>;
|
|
139
|
+
createRepository(
|
|
140
|
+
args: CreateRepositoryCommandInput,
|
|
141
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
142
|
+
): void;
|
|
143
|
+
createRepository(
|
|
144
|
+
args: CreateRepositoryCommandInput,
|
|
145
|
+
options: __HttpHandlerOptions,
|
|
146
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
147
|
+
): void;
|
|
148
|
+
deleteRepository(
|
|
149
|
+
args: DeleteRepositoryCommandInput,
|
|
150
|
+
options?: __HttpHandlerOptions
|
|
151
|
+
): Promise<DeleteRepositoryCommandOutput>;
|
|
152
|
+
deleteRepository(
|
|
153
|
+
args: DeleteRepositoryCommandInput,
|
|
154
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
155
|
+
): void;
|
|
156
|
+
deleteRepository(
|
|
157
|
+
args: DeleteRepositoryCommandInput,
|
|
158
|
+
options: __HttpHandlerOptions,
|
|
159
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
160
|
+
): void;
|
|
161
|
+
deleteRepositoryPolicy(
|
|
162
|
+
args: DeleteRepositoryPolicyCommandInput,
|
|
163
|
+
options?: __HttpHandlerOptions
|
|
164
|
+
): Promise<DeleteRepositoryPolicyCommandOutput>;
|
|
165
|
+
deleteRepositoryPolicy(
|
|
166
|
+
args: DeleteRepositoryPolicyCommandInput,
|
|
167
|
+
cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
|
|
168
|
+
): void;
|
|
169
|
+
deleteRepositoryPolicy(
|
|
170
|
+
args: DeleteRepositoryPolicyCommandInput,
|
|
171
|
+
options: __HttpHandlerOptions,
|
|
172
|
+
cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
|
|
173
|
+
): void;
|
|
174
|
+
describeImages(
|
|
175
|
+
args: DescribeImagesCommandInput,
|
|
176
|
+
options?: __HttpHandlerOptions
|
|
177
|
+
): Promise<DescribeImagesCommandOutput>;
|
|
178
|
+
describeImages(
|
|
179
|
+
args: DescribeImagesCommandInput,
|
|
180
|
+
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
181
|
+
): void;
|
|
182
|
+
describeImages(
|
|
183
|
+
args: DescribeImagesCommandInput,
|
|
184
|
+
options: __HttpHandlerOptions,
|
|
185
|
+
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
186
|
+
): void;
|
|
187
|
+
describeImageTags(
|
|
188
|
+
args: DescribeImageTagsCommandInput,
|
|
189
|
+
options?: __HttpHandlerOptions
|
|
190
|
+
): Promise<DescribeImageTagsCommandOutput>;
|
|
191
|
+
describeImageTags(
|
|
192
|
+
args: DescribeImageTagsCommandInput,
|
|
193
|
+
cb: (err: any, data?: DescribeImageTagsCommandOutput) => void
|
|
194
|
+
): void;
|
|
195
|
+
describeImageTags(
|
|
196
|
+
args: DescribeImageTagsCommandInput,
|
|
197
|
+
options: __HttpHandlerOptions,
|
|
198
|
+
cb: (err: any, data?: DescribeImageTagsCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
describeRegistries(
|
|
201
|
+
args: DescribeRegistriesCommandInput,
|
|
202
|
+
options?: __HttpHandlerOptions
|
|
203
|
+
): Promise<DescribeRegistriesCommandOutput>;
|
|
204
|
+
describeRegistries(
|
|
205
|
+
args: DescribeRegistriesCommandInput,
|
|
206
|
+
cb: (err: any, data?: DescribeRegistriesCommandOutput) => void
|
|
207
|
+
): void;
|
|
208
|
+
describeRegistries(
|
|
209
|
+
args: DescribeRegistriesCommandInput,
|
|
210
|
+
options: __HttpHandlerOptions,
|
|
211
|
+
cb: (err: any, data?: DescribeRegistriesCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
describeRepositories(
|
|
214
|
+
args: DescribeRepositoriesCommandInput,
|
|
215
|
+
options?: __HttpHandlerOptions
|
|
216
|
+
): Promise<DescribeRepositoriesCommandOutput>;
|
|
217
|
+
describeRepositories(
|
|
218
|
+
args: DescribeRepositoriesCommandInput,
|
|
219
|
+
cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
|
|
220
|
+
): void;
|
|
221
|
+
describeRepositories(
|
|
222
|
+
args: DescribeRepositoriesCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
getAuthorizationToken(
|
|
227
|
+
args: GetAuthorizationTokenCommandInput,
|
|
228
|
+
options?: __HttpHandlerOptions
|
|
229
|
+
): Promise<GetAuthorizationTokenCommandOutput>;
|
|
230
|
+
getAuthorizationToken(
|
|
231
|
+
args: GetAuthorizationTokenCommandInput,
|
|
232
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
233
|
+
): void;
|
|
234
|
+
getAuthorizationToken(
|
|
235
|
+
args: GetAuthorizationTokenCommandInput,
|
|
236
|
+
options: __HttpHandlerOptions,
|
|
237
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
238
|
+
): void;
|
|
239
|
+
getRegistryCatalogData(
|
|
240
|
+
args: GetRegistryCatalogDataCommandInput,
|
|
241
|
+
options?: __HttpHandlerOptions
|
|
242
|
+
): Promise<GetRegistryCatalogDataCommandOutput>;
|
|
243
|
+
getRegistryCatalogData(
|
|
244
|
+
args: GetRegistryCatalogDataCommandInput,
|
|
245
|
+
cb: (err: any, data?: GetRegistryCatalogDataCommandOutput) => void
|
|
246
|
+
): void;
|
|
247
|
+
getRegistryCatalogData(
|
|
248
|
+
args: GetRegistryCatalogDataCommandInput,
|
|
249
|
+
options: __HttpHandlerOptions,
|
|
250
|
+
cb: (err: any, data?: GetRegistryCatalogDataCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
getRepositoryCatalogData(
|
|
253
|
+
args: GetRepositoryCatalogDataCommandInput,
|
|
254
|
+
options?: __HttpHandlerOptions
|
|
255
|
+
): Promise<GetRepositoryCatalogDataCommandOutput>;
|
|
256
|
+
getRepositoryCatalogData(
|
|
257
|
+
args: GetRepositoryCatalogDataCommandInput,
|
|
258
|
+
cb: (err: any, data?: GetRepositoryCatalogDataCommandOutput) => void
|
|
259
|
+
): void;
|
|
260
|
+
getRepositoryCatalogData(
|
|
261
|
+
args: GetRepositoryCatalogDataCommandInput,
|
|
262
|
+
options: __HttpHandlerOptions,
|
|
263
|
+
cb: (err: any, data?: GetRepositoryCatalogDataCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
getRepositoryPolicy(
|
|
266
|
+
args: GetRepositoryPolicyCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<GetRepositoryPolicyCommandOutput>;
|
|
269
|
+
getRepositoryPolicy(
|
|
270
|
+
args: GetRepositoryPolicyCommandInput,
|
|
271
|
+
cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
getRepositoryPolicy(
|
|
274
|
+
args: GetRepositoryPolicyCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
initiateLayerUpload(
|
|
279
|
+
args: InitiateLayerUploadCommandInput,
|
|
280
|
+
options?: __HttpHandlerOptions
|
|
281
|
+
): Promise<InitiateLayerUploadCommandOutput>;
|
|
282
|
+
initiateLayerUpload(
|
|
283
|
+
args: InitiateLayerUploadCommandInput,
|
|
284
|
+
cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
|
|
285
|
+
): void;
|
|
286
|
+
initiateLayerUpload(
|
|
287
|
+
args: InitiateLayerUploadCommandInput,
|
|
288
|
+
options: __HttpHandlerOptions,
|
|
289
|
+
cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
listTagsForResource(
|
|
292
|
+
args: ListTagsForResourceCommandInput,
|
|
293
|
+
options?: __HttpHandlerOptions
|
|
294
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
295
|
+
listTagsForResource(
|
|
296
|
+
args: ListTagsForResourceCommandInput,
|
|
297
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
298
|
+
): void;
|
|
299
|
+
listTagsForResource(
|
|
300
|
+
args: ListTagsForResourceCommandInput,
|
|
301
|
+
options: __HttpHandlerOptions,
|
|
302
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
303
|
+
): void;
|
|
304
|
+
putImage(
|
|
305
|
+
args: PutImageCommandInput,
|
|
306
|
+
options?: __HttpHandlerOptions
|
|
307
|
+
): Promise<PutImageCommandOutput>;
|
|
308
|
+
putImage(
|
|
309
|
+
args: PutImageCommandInput,
|
|
310
|
+
cb: (err: any, data?: PutImageCommandOutput) => void
|
|
311
|
+
): void;
|
|
312
|
+
putImage(
|
|
313
|
+
args: PutImageCommandInput,
|
|
314
|
+
options: __HttpHandlerOptions,
|
|
315
|
+
cb: (err: any, data?: PutImageCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
putRegistryCatalogData(
|
|
318
|
+
args: PutRegistryCatalogDataCommandInput,
|
|
319
|
+
options?: __HttpHandlerOptions
|
|
320
|
+
): Promise<PutRegistryCatalogDataCommandOutput>;
|
|
321
|
+
putRegistryCatalogData(
|
|
322
|
+
args: PutRegistryCatalogDataCommandInput,
|
|
323
|
+
cb: (err: any, data?: PutRegistryCatalogDataCommandOutput) => void
|
|
324
|
+
): void;
|
|
325
|
+
putRegistryCatalogData(
|
|
326
|
+
args: PutRegistryCatalogDataCommandInput,
|
|
327
|
+
options: __HttpHandlerOptions,
|
|
328
|
+
cb: (err: any, data?: PutRegistryCatalogDataCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
putRepositoryCatalogData(
|
|
331
|
+
args: PutRepositoryCatalogDataCommandInput,
|
|
332
|
+
options?: __HttpHandlerOptions
|
|
333
|
+
): Promise<PutRepositoryCatalogDataCommandOutput>;
|
|
334
|
+
putRepositoryCatalogData(
|
|
335
|
+
args: PutRepositoryCatalogDataCommandInput,
|
|
336
|
+
cb: (err: any, data?: PutRepositoryCatalogDataCommandOutput) => void
|
|
337
|
+
): void;
|
|
338
|
+
putRepositoryCatalogData(
|
|
339
|
+
args: PutRepositoryCatalogDataCommandInput,
|
|
340
|
+
options: __HttpHandlerOptions,
|
|
341
|
+
cb: (err: any, data?: PutRepositoryCatalogDataCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
setRepositoryPolicy(
|
|
344
|
+
args: SetRepositoryPolicyCommandInput,
|
|
345
|
+
options?: __HttpHandlerOptions
|
|
346
|
+
): Promise<SetRepositoryPolicyCommandOutput>;
|
|
347
|
+
setRepositoryPolicy(
|
|
348
|
+
args: SetRepositoryPolicyCommandInput,
|
|
349
|
+
cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void
|
|
350
|
+
): void;
|
|
351
|
+
setRepositoryPolicy(
|
|
352
|
+
args: SetRepositoryPolicyCommandInput,
|
|
353
|
+
options: __HttpHandlerOptions,
|
|
354
|
+
cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void
|
|
355
|
+
): void;
|
|
356
|
+
tagResource(
|
|
357
|
+
args: TagResourceCommandInput,
|
|
358
|
+
options?: __HttpHandlerOptions
|
|
359
|
+
): Promise<TagResourceCommandOutput>;
|
|
360
|
+
tagResource(
|
|
361
|
+
args: TagResourceCommandInput,
|
|
362
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
363
|
+
): void;
|
|
364
|
+
tagResource(
|
|
365
|
+
args: TagResourceCommandInput,
|
|
366
|
+
options: __HttpHandlerOptions,
|
|
367
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
368
|
+
): void;
|
|
369
|
+
untagResource(
|
|
370
|
+
args: UntagResourceCommandInput,
|
|
371
|
+
options?: __HttpHandlerOptions
|
|
372
|
+
): Promise<UntagResourceCommandOutput>;
|
|
373
|
+
untagResource(
|
|
374
|
+
args: UntagResourceCommandInput,
|
|
375
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
376
|
+
): void;
|
|
377
|
+
untagResource(
|
|
378
|
+
args: UntagResourceCommandInput,
|
|
379
|
+
options: __HttpHandlerOptions,
|
|
380
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
381
|
+
): void;
|
|
382
|
+
uploadLayerPart(
|
|
383
|
+
args: UploadLayerPartCommandInput,
|
|
384
|
+
options?: __HttpHandlerOptions
|
|
385
|
+
): Promise<UploadLayerPartCommandOutput>;
|
|
386
|
+
uploadLayerPart(
|
|
387
|
+
args: UploadLayerPartCommandInput,
|
|
388
|
+
cb: (err: any, data?: UploadLayerPartCommandOutput) => void
|
|
389
|
+
): void;
|
|
390
|
+
uploadLayerPart(
|
|
391
|
+
args: UploadLayerPartCommandInput,
|
|
392
|
+
options: __HttpHandlerOptions,
|
|
393
|
+
cb: (err: any, data?: UploadLayerPartCommandOutput) => void
|
|
394
|
+
): void;
|
|
395
|
+
}
|