@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.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ECRPUBLIC.d.ts +395 -120
  3. package/dist-types/ts3.4/ECRPUBLICClient.d.ts +242 -96
  4. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/index.d.ts +23 -23
  28. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  29. package/dist-types/ts3.4/index.d.ts +6 -6
  30. package/dist-types/ts3.4/models/ECRPUBLICServiceException.d.ts +7 -6
  31. package/dist-types/ts3.4/models/index.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +659 -797
  33. package/dist-types/ts3.4/pagination/DescribeImageTagsPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/DescribeRegistriesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  38. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  39. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  44. package/package.json +34 -34
@@ -1,96 +1,242 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
10
- import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
11
- import { CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput } from "./commands/CompleteLayerUploadCommand";
12
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
13
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
14
- import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "./commands/DeleteRepositoryPolicyCommand";
15
- import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
16
- import { DescribeImageTagsCommandInput, DescribeImageTagsCommandOutput } from "./commands/DescribeImageTagsCommand";
17
- import { DescribeRegistriesCommandInput, DescribeRegistriesCommandOutput } from "./commands/DescribeRegistriesCommand";
18
- import { DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput } from "./commands/DescribeRepositoriesCommand";
19
- import { GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput } from "./commands/GetAuthorizationTokenCommand";
20
- import { GetRegistryCatalogDataCommandInput, GetRegistryCatalogDataCommandOutput } from "./commands/GetRegistryCatalogDataCommand";
21
- import { GetRepositoryCatalogDataCommandInput, GetRepositoryCatalogDataCommandOutput } from "./commands/GetRepositoryCatalogDataCommand";
22
- import { GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput } from "./commands/GetRepositoryPolicyCommand";
23
- import { InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput } from "./commands/InitiateLayerUploadCommand";
24
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
- import { PutImageCommandInput, PutImageCommandOutput } from "./commands/PutImageCommand";
26
- import { PutRegistryCatalogDataCommandInput, PutRegistryCatalogDataCommandOutput } from "./commands/PutRegistryCatalogDataCommand";
27
- import { PutRepositoryCatalogDataCommandInput, PutRepositoryCatalogDataCommandOutput } from "./commands/PutRepositoryCatalogDataCommand";
28
- import { SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput } from "./commands/SetRepositoryPolicyCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
- import { UploadLayerPartCommandInput, UploadLayerPartCommandOutput } from "./commands/UploadLayerPartCommand";
32
- export declare type ServiceInputTypes = BatchCheckLayerAvailabilityCommandInput | BatchDeleteImageCommandInput | CompleteLayerUploadCommandInput | CreateRepositoryCommandInput | DeleteRepositoryCommandInput | DeleteRepositoryPolicyCommandInput | DescribeImageTagsCommandInput | DescribeImagesCommandInput | DescribeRegistriesCommandInput | DescribeRepositoriesCommandInput | GetAuthorizationTokenCommandInput | GetRegistryCatalogDataCommandInput | GetRepositoryCatalogDataCommandInput | GetRepositoryPolicyCommandInput | InitiateLayerUploadCommandInput | ListTagsForResourceCommandInput | PutImageCommandInput | PutRegistryCatalogDataCommandInput | PutRepositoryCatalogDataCommandInput | SetRepositoryPolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UploadLayerPartCommandInput;
33
- export declare type ServiceOutputTypes = BatchCheckLayerAvailabilityCommandOutput | BatchDeleteImageCommandOutput | CompleteLayerUploadCommandOutput | CreateRepositoryCommandOutput | DeleteRepositoryCommandOutput | DeleteRepositoryPolicyCommandOutput | DescribeImageTagsCommandOutput | DescribeImagesCommandOutput | DescribeRegistriesCommandOutput | DescribeRepositoriesCommandOutput | GetAuthorizationTokenCommandOutput | GetRegistryCatalogDataCommandOutput | GetRepositoryCatalogDataCommandOutput | GetRepositoryPolicyCommandOutput | InitiateLayerUploadCommandOutput | ListTagsForResourceCommandOutput | PutImageCommandOutput | PutRegistryCatalogDataCommandOutput | PutRepositoryCatalogDataCommandOutput | SetRepositoryPolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UploadLayerPartCommandOutput;
34
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
35
-
36
- requestHandler?: __HttpHandler;
37
-
38
- sha256?: __HashConstructor;
39
-
40
- urlParser?: __UrlParser;
41
-
42
- bodyLengthChecker?: __BodyLengthCalculator;
43
-
44
- streamCollector?: __StreamCollector;
45
-
46
- base64Decoder?: __Decoder;
47
-
48
- base64Encoder?: __Encoder;
49
-
50
- utf8Decoder?: __Decoder;
51
-
52
- utf8Encoder?: __Encoder;
53
-
54
- runtime?: string;
55
-
56
- disableHostPrefix?: boolean;
57
-
58
- maxAttempts?: number | __Provider<number>;
59
-
60
- retryMode?: string | __Provider<string>;
61
-
62
- logger?: __Logger;
63
-
64
- useDualstackEndpoint?: boolean | __Provider<boolean>;
65
-
66
- useFipsEndpoint?: boolean | __Provider<boolean>;
67
-
68
- serviceId?: string;
69
-
70
- region?: string | __Provider<string>;
71
-
72
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
73
-
74
- regionInfoProvider?: RegionInfoProvider;
75
-
76
- defaultUserAgentProvider?: Provider<__UserAgent>;
77
-
78
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
79
- }
80
- declare type ECRPUBLICClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
81
-
82
- export interface ECRPUBLICClientConfig extends ECRPUBLICClientConfigType {
83
- }
84
- declare type ECRPUBLICClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
85
-
86
- export interface ECRPUBLICClientResolvedConfig extends ECRPUBLICClientResolvedConfigType {
87
- }
88
-
89
- export declare class ECRPUBLICClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ECRPUBLICClientResolvedConfig> {
90
-
91
- readonly config: ECRPUBLICClientResolvedConfig;
92
- constructor(configuration: ECRPUBLICClientConfig);
93
-
94
- destroy(): void;
95
- }
96
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
- import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0";
5
- export interface BatchCheckLayerAvailabilityCommandInput extends BatchCheckLayerAvailabilityRequest {
6
- }
7
- export interface BatchCheckLayerAvailabilityCommandOutput extends BatchCheckLayerAvailabilityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchCheckLayerAvailabilityCommand extends $Command<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput, ECRPUBLICClientResolvedConfig> {
11
- readonly input: BatchCheckLayerAvailabilityCommandInput;
12
- constructor(input: BatchCheckLayerAvailabilityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
- import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0";
5
- export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {
6
- }
7
- export interface BatchDeleteImageCommandOutput extends BatchDeleteImageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteImageCommand extends $Command<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput, ECRPUBLICClientResolvedConfig> {
11
- readonly input: BatchDeleteImageCommandInput;
12
- constructor(input: BatchDeleteImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
- import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0";
5
- export interface CompleteLayerUploadCommandInput extends CompleteLayerUploadRequest {
6
- }
7
- export interface CompleteLayerUploadCommandOutput extends CompleteLayerUploadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CompleteLayerUploadCommand extends $Command<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, ECRPUBLICClientResolvedConfig> {
11
- readonly input: CompleteLayerUploadCommandInput;
12
- constructor(input: CompleteLayerUploadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
- import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0";
5
- export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {
6
- }
7
- export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ECRPUBLICClientResolvedConfig> {
11
- readonly input: CreateRepositoryCommandInput;
12
- constructor(input: CreateRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
- import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0";
5
- export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {
6
- }
7
- export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ECRPUBLICClientResolvedConfig> {
11
- readonly input: DeleteRepositoryCommandInput;
12
- constructor(input: DeleteRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }