@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
|
@@ -1,96 +1,242 @@
|
|
|
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
|
-
|
|
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
|
+
BatchCheckLayerAvailabilityCommandInput,
|
|
47
|
+
BatchCheckLayerAvailabilityCommandOutput,
|
|
48
|
+
} from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchDeleteImageCommandInput,
|
|
51
|
+
BatchDeleteImageCommandOutput,
|
|
52
|
+
} from "./commands/BatchDeleteImageCommand";
|
|
53
|
+
import {
|
|
54
|
+
CompleteLayerUploadCommandInput,
|
|
55
|
+
CompleteLayerUploadCommandOutput,
|
|
56
|
+
} from "./commands/CompleteLayerUploadCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateRepositoryCommandInput,
|
|
59
|
+
CreateRepositoryCommandOutput,
|
|
60
|
+
} from "./commands/CreateRepositoryCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteRepositoryCommandInput,
|
|
63
|
+
DeleteRepositoryCommandOutput,
|
|
64
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteRepositoryPolicyCommandInput,
|
|
67
|
+
DeleteRepositoryPolicyCommandOutput,
|
|
68
|
+
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeImagesCommandInput,
|
|
71
|
+
DescribeImagesCommandOutput,
|
|
72
|
+
} from "./commands/DescribeImagesCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeImageTagsCommandInput,
|
|
75
|
+
DescribeImageTagsCommandOutput,
|
|
76
|
+
} from "./commands/DescribeImageTagsCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeRegistriesCommandInput,
|
|
79
|
+
DescribeRegistriesCommandOutput,
|
|
80
|
+
} from "./commands/DescribeRegistriesCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeRepositoriesCommandInput,
|
|
83
|
+
DescribeRepositoriesCommandOutput,
|
|
84
|
+
} from "./commands/DescribeRepositoriesCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetAuthorizationTokenCommandInput,
|
|
87
|
+
GetAuthorizationTokenCommandOutput,
|
|
88
|
+
} from "./commands/GetAuthorizationTokenCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetRegistryCatalogDataCommandInput,
|
|
91
|
+
GetRegistryCatalogDataCommandOutput,
|
|
92
|
+
} from "./commands/GetRegistryCatalogDataCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetRepositoryCatalogDataCommandInput,
|
|
95
|
+
GetRepositoryCatalogDataCommandOutput,
|
|
96
|
+
} from "./commands/GetRepositoryCatalogDataCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetRepositoryPolicyCommandInput,
|
|
99
|
+
GetRepositoryPolicyCommandOutput,
|
|
100
|
+
} from "./commands/GetRepositoryPolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
InitiateLayerUploadCommandInput,
|
|
103
|
+
InitiateLayerUploadCommandOutput,
|
|
104
|
+
} from "./commands/InitiateLayerUploadCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListTagsForResourceCommandInput,
|
|
107
|
+
ListTagsForResourceCommandOutput,
|
|
108
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
109
|
+
import {
|
|
110
|
+
PutImageCommandInput,
|
|
111
|
+
PutImageCommandOutput,
|
|
112
|
+
} from "./commands/PutImageCommand";
|
|
113
|
+
import {
|
|
114
|
+
PutRegistryCatalogDataCommandInput,
|
|
115
|
+
PutRegistryCatalogDataCommandOutput,
|
|
116
|
+
} from "./commands/PutRegistryCatalogDataCommand";
|
|
117
|
+
import {
|
|
118
|
+
PutRepositoryCatalogDataCommandInput,
|
|
119
|
+
PutRepositoryCatalogDataCommandOutput,
|
|
120
|
+
} from "./commands/PutRepositoryCatalogDataCommand";
|
|
121
|
+
import {
|
|
122
|
+
SetRepositoryPolicyCommandInput,
|
|
123
|
+
SetRepositoryPolicyCommandOutput,
|
|
124
|
+
} from "./commands/SetRepositoryPolicyCommand";
|
|
125
|
+
import {
|
|
126
|
+
TagResourceCommandInput,
|
|
127
|
+
TagResourceCommandOutput,
|
|
128
|
+
} from "./commands/TagResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
UntagResourceCommandInput,
|
|
131
|
+
UntagResourceCommandOutput,
|
|
132
|
+
} from "./commands/UntagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UploadLayerPartCommandInput,
|
|
135
|
+
UploadLayerPartCommandOutput,
|
|
136
|
+
} from "./commands/UploadLayerPartCommand";
|
|
137
|
+
export declare type ServiceInputTypes =
|
|
138
|
+
| BatchCheckLayerAvailabilityCommandInput
|
|
139
|
+
| BatchDeleteImageCommandInput
|
|
140
|
+
| CompleteLayerUploadCommandInput
|
|
141
|
+
| CreateRepositoryCommandInput
|
|
142
|
+
| DeleteRepositoryCommandInput
|
|
143
|
+
| DeleteRepositoryPolicyCommandInput
|
|
144
|
+
| DescribeImageTagsCommandInput
|
|
145
|
+
| DescribeImagesCommandInput
|
|
146
|
+
| DescribeRegistriesCommandInput
|
|
147
|
+
| DescribeRepositoriesCommandInput
|
|
148
|
+
| GetAuthorizationTokenCommandInput
|
|
149
|
+
| GetRegistryCatalogDataCommandInput
|
|
150
|
+
| GetRepositoryCatalogDataCommandInput
|
|
151
|
+
| GetRepositoryPolicyCommandInput
|
|
152
|
+
| InitiateLayerUploadCommandInput
|
|
153
|
+
| ListTagsForResourceCommandInput
|
|
154
|
+
| PutImageCommandInput
|
|
155
|
+
| PutRegistryCatalogDataCommandInput
|
|
156
|
+
| PutRepositoryCatalogDataCommandInput
|
|
157
|
+
| SetRepositoryPolicyCommandInput
|
|
158
|
+
| TagResourceCommandInput
|
|
159
|
+
| UntagResourceCommandInput
|
|
160
|
+
| UploadLayerPartCommandInput;
|
|
161
|
+
export declare type ServiceOutputTypes =
|
|
162
|
+
| BatchCheckLayerAvailabilityCommandOutput
|
|
163
|
+
| BatchDeleteImageCommandOutput
|
|
164
|
+
| CompleteLayerUploadCommandOutput
|
|
165
|
+
| CreateRepositoryCommandOutput
|
|
166
|
+
| DeleteRepositoryCommandOutput
|
|
167
|
+
| DeleteRepositoryPolicyCommandOutput
|
|
168
|
+
| DescribeImageTagsCommandOutput
|
|
169
|
+
| DescribeImagesCommandOutput
|
|
170
|
+
| DescribeRegistriesCommandOutput
|
|
171
|
+
| DescribeRepositoriesCommandOutput
|
|
172
|
+
| GetAuthorizationTokenCommandOutput
|
|
173
|
+
| GetRegistryCatalogDataCommandOutput
|
|
174
|
+
| GetRepositoryCatalogDataCommandOutput
|
|
175
|
+
| GetRepositoryPolicyCommandOutput
|
|
176
|
+
| InitiateLayerUploadCommandOutput
|
|
177
|
+
| ListTagsForResourceCommandOutput
|
|
178
|
+
| PutImageCommandOutput
|
|
179
|
+
| PutRegistryCatalogDataCommandOutput
|
|
180
|
+
| PutRepositoryCatalogDataCommandOutput
|
|
181
|
+
| SetRepositoryPolicyCommandOutput
|
|
182
|
+
| TagResourceCommandOutput
|
|
183
|
+
| UntagResourceCommandOutput
|
|
184
|
+
| UploadLayerPartCommandOutput;
|
|
185
|
+
export interface ClientDefaults
|
|
186
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
|
+
requestHandler?: __HttpHandler;
|
|
188
|
+
sha256?: __HashConstructor;
|
|
189
|
+
urlParser?: __UrlParser;
|
|
190
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
191
|
+
streamCollector?: __StreamCollector;
|
|
192
|
+
base64Decoder?: __Decoder;
|
|
193
|
+
base64Encoder?: __Encoder;
|
|
194
|
+
utf8Decoder?: __Decoder;
|
|
195
|
+
utf8Encoder?: __Encoder;
|
|
196
|
+
runtime?: string;
|
|
197
|
+
disableHostPrefix?: boolean;
|
|
198
|
+
maxAttempts?: number | __Provider<number>;
|
|
199
|
+
retryMode?: string | __Provider<string>;
|
|
200
|
+
logger?: __Logger;
|
|
201
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
202
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
203
|
+
serviceId?: string;
|
|
204
|
+
region?: string | __Provider<string>;
|
|
205
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
206
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
207
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
208
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
209
|
+
}
|
|
210
|
+
declare type ECRPUBLICClientConfigType = Partial<
|
|
211
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
212
|
+
> &
|
|
213
|
+
ClientDefaults &
|
|
214
|
+
RegionInputConfig &
|
|
215
|
+
EndpointsInputConfig &
|
|
216
|
+
RetryInputConfig &
|
|
217
|
+
HostHeaderInputConfig &
|
|
218
|
+
AwsAuthInputConfig &
|
|
219
|
+
UserAgentInputConfig;
|
|
220
|
+
export interface ECRPUBLICClientConfig extends ECRPUBLICClientConfigType {}
|
|
221
|
+
declare type ECRPUBLICClientResolvedConfigType =
|
|
222
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
223
|
+
Required<ClientDefaults> &
|
|
224
|
+
RegionResolvedConfig &
|
|
225
|
+
EndpointsResolvedConfig &
|
|
226
|
+
RetryResolvedConfig &
|
|
227
|
+
HostHeaderResolvedConfig &
|
|
228
|
+
AwsAuthResolvedConfig &
|
|
229
|
+
UserAgentResolvedConfig;
|
|
230
|
+
export interface ECRPUBLICClientResolvedConfig
|
|
231
|
+
extends ECRPUBLICClientResolvedConfigType {}
|
|
232
|
+
export declare class ECRPUBLICClient extends __Client<
|
|
233
|
+
__HttpHandlerOptions,
|
|
234
|
+
ServiceInputTypes,
|
|
235
|
+
ServiceOutputTypes,
|
|
236
|
+
ECRPUBLICClientResolvedConfig
|
|
237
|
+
> {
|
|
238
|
+
readonly config: ECRPUBLICClientResolvedConfig;
|
|
239
|
+
constructor(configuration: ECRPUBLICClientConfig);
|
|
240
|
+
destroy(): void;
|
|
241
|
+
}
|
|
242
|
+
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
|
+
ECRPUBLICClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRPUBLICClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchCheckLayerAvailabilityRequest,
|
|
15
|
+
BatchCheckLayerAvailabilityResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchCheckLayerAvailabilityCommandInput
|
|
18
|
+
extends BatchCheckLayerAvailabilityRequest {}
|
|
19
|
+
export interface BatchCheckLayerAvailabilityCommandOutput
|
|
20
|
+
extends BatchCheckLayerAvailabilityResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchCheckLayerAvailabilityCommand extends $Command<
|
|
23
|
+
BatchCheckLayerAvailabilityCommandInput,
|
|
24
|
+
BatchCheckLayerAvailabilityCommandOutput,
|
|
25
|
+
ECRPUBLICClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchCheckLayerAvailabilityCommandInput;
|
|
28
|
+
constructor(input: BatchCheckLayerAvailabilityCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECRPUBLICClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchCheckLayerAvailabilityCommandInput,
|
|
35
|
+
BatchCheckLayerAvailabilityCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ECRPUBLICClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRPUBLICClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDeleteImageRequest,
|
|
15
|
+
BatchDeleteImageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {}
|
|
18
|
+
export interface BatchDeleteImageCommandOutput
|
|
19
|
+
extends BatchDeleteImageResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class BatchDeleteImageCommand extends $Command<
|
|
22
|
+
BatchDeleteImageCommandInput,
|
|
23
|
+
BatchDeleteImageCommandOutput,
|
|
24
|
+
ECRPUBLICClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: BatchDeleteImageCommandInput;
|
|
27
|
+
constructor(input: BatchDeleteImageCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECRPUBLICClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ECRPUBLICClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRPUBLICClient";
|
|
13
|
+
import {
|
|
14
|
+
CompleteLayerUploadRequest,
|
|
15
|
+
CompleteLayerUploadResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CompleteLayerUploadCommandInput
|
|
18
|
+
extends CompleteLayerUploadRequest {}
|
|
19
|
+
export interface CompleteLayerUploadCommandOutput
|
|
20
|
+
extends CompleteLayerUploadResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CompleteLayerUploadCommand extends $Command<
|
|
23
|
+
CompleteLayerUploadCommandInput,
|
|
24
|
+
CompleteLayerUploadCommandOutput,
|
|
25
|
+
ECRPUBLICClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CompleteLayerUploadCommandInput;
|
|
28
|
+
constructor(input: CompleteLayerUploadCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECRPUBLICClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ECRPUBLICClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRPUBLICClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateRepositoryRequest,
|
|
15
|
+
CreateRepositoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
|
|
18
|
+
export interface CreateRepositoryCommandOutput
|
|
19
|
+
extends CreateRepositoryResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateRepositoryCommand extends $Command<
|
|
22
|
+
CreateRepositoryCommandInput,
|
|
23
|
+
CreateRepositoryCommandOutput,
|
|
24
|
+
ECRPUBLICClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateRepositoryCommandInput;
|
|
27
|
+
constructor(input: CreateRepositoryCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECRPUBLICClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ECRPUBLICClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRPUBLICClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteRepositoryRequest,
|
|
15
|
+
DeleteRepositoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
|
|
18
|
+
export interface DeleteRepositoryCommandOutput
|
|
19
|
+
extends DeleteRepositoryResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteRepositoryCommand extends $Command<
|
|
22
|
+
DeleteRepositoryCommandInput,
|
|
23
|
+
DeleteRepositoryCommandOutput,
|
|
24
|
+
ECRPUBLICClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteRepositoryCommandInput;
|
|
27
|
+
constructor(input: DeleteRepositoryCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECRPUBLICClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|