@aws-sdk/client-ecr 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/ECR.d.ts +707 -210
- package/dist-types/ts3.4/ECRClient.d.ts +349 -114
- 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/BatchGetImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +39 -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/DescribeImageReplicationStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +35 -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/GetDownloadUrlForLayerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.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/ListImagesCommand.d.ts +32 -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/PutImageScanningConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +39 -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 +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECRServiceException.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 +1332 -1637
- package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
- 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/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,114 +1,349 @@
|
|
|
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
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
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
|
-
|
|
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
|
+
BatchGetImageCommandInput,
|
|
55
|
+
BatchGetImageCommandOutput,
|
|
56
|
+
} from "./commands/BatchGetImageCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchGetRepositoryScanningConfigurationCommandInput,
|
|
59
|
+
BatchGetRepositoryScanningConfigurationCommandOutput,
|
|
60
|
+
} from "./commands/BatchGetRepositoryScanningConfigurationCommand";
|
|
61
|
+
import {
|
|
62
|
+
CompleteLayerUploadCommandInput,
|
|
63
|
+
CompleteLayerUploadCommandOutput,
|
|
64
|
+
} from "./commands/CompleteLayerUploadCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreatePullThroughCacheRuleCommandInput,
|
|
67
|
+
CreatePullThroughCacheRuleCommandOutput,
|
|
68
|
+
} from "./commands/CreatePullThroughCacheRuleCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateRepositoryCommandInput,
|
|
71
|
+
CreateRepositoryCommandOutput,
|
|
72
|
+
} from "./commands/CreateRepositoryCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteLifecyclePolicyCommandInput,
|
|
75
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
76
|
+
} from "./commands/DeleteLifecyclePolicyCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeletePullThroughCacheRuleCommandInput,
|
|
79
|
+
DeletePullThroughCacheRuleCommandOutput,
|
|
80
|
+
} from "./commands/DeletePullThroughCacheRuleCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteRegistryPolicyCommandInput,
|
|
83
|
+
DeleteRegistryPolicyCommandOutput,
|
|
84
|
+
} from "./commands/DeleteRegistryPolicyCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteRepositoryCommandInput,
|
|
87
|
+
DeleteRepositoryCommandOutput,
|
|
88
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteRepositoryPolicyCommandInput,
|
|
91
|
+
DeleteRepositoryPolicyCommandOutput,
|
|
92
|
+
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeImageReplicationStatusCommandInput,
|
|
95
|
+
DescribeImageReplicationStatusCommandOutput,
|
|
96
|
+
} from "./commands/DescribeImageReplicationStatusCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeImageScanFindingsCommandInput,
|
|
99
|
+
DescribeImageScanFindingsCommandOutput,
|
|
100
|
+
} from "./commands/DescribeImageScanFindingsCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeImagesCommandInput,
|
|
103
|
+
DescribeImagesCommandOutput,
|
|
104
|
+
} from "./commands/DescribeImagesCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribePullThroughCacheRulesCommandInput,
|
|
107
|
+
DescribePullThroughCacheRulesCommandOutput,
|
|
108
|
+
} from "./commands/DescribePullThroughCacheRulesCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeRegistryCommandInput,
|
|
111
|
+
DescribeRegistryCommandOutput,
|
|
112
|
+
} from "./commands/DescribeRegistryCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeRepositoriesCommandInput,
|
|
115
|
+
DescribeRepositoriesCommandOutput,
|
|
116
|
+
} from "./commands/DescribeRepositoriesCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetAuthorizationTokenCommandInput,
|
|
119
|
+
GetAuthorizationTokenCommandOutput,
|
|
120
|
+
} from "./commands/GetAuthorizationTokenCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetDownloadUrlForLayerCommandInput,
|
|
123
|
+
GetDownloadUrlForLayerCommandOutput,
|
|
124
|
+
} from "./commands/GetDownloadUrlForLayerCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetLifecyclePolicyCommandInput,
|
|
127
|
+
GetLifecyclePolicyCommandOutput,
|
|
128
|
+
} from "./commands/GetLifecyclePolicyCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetLifecyclePolicyPreviewCommandInput,
|
|
131
|
+
GetLifecyclePolicyPreviewCommandOutput,
|
|
132
|
+
} from "./commands/GetLifecyclePolicyPreviewCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetRegistryPolicyCommandInput,
|
|
135
|
+
GetRegistryPolicyCommandOutput,
|
|
136
|
+
} from "./commands/GetRegistryPolicyCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetRegistryScanningConfigurationCommandInput,
|
|
139
|
+
GetRegistryScanningConfigurationCommandOutput,
|
|
140
|
+
} from "./commands/GetRegistryScanningConfigurationCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetRepositoryPolicyCommandInput,
|
|
143
|
+
GetRepositoryPolicyCommandOutput,
|
|
144
|
+
} from "./commands/GetRepositoryPolicyCommand";
|
|
145
|
+
import {
|
|
146
|
+
InitiateLayerUploadCommandInput,
|
|
147
|
+
InitiateLayerUploadCommandOutput,
|
|
148
|
+
} from "./commands/InitiateLayerUploadCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListImagesCommandInput,
|
|
151
|
+
ListImagesCommandOutput,
|
|
152
|
+
} from "./commands/ListImagesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListTagsForResourceCommandInput,
|
|
155
|
+
ListTagsForResourceCommandOutput,
|
|
156
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
PutImageCommandInput,
|
|
159
|
+
PutImageCommandOutput,
|
|
160
|
+
} from "./commands/PutImageCommand";
|
|
161
|
+
import {
|
|
162
|
+
PutImageScanningConfigurationCommandInput,
|
|
163
|
+
PutImageScanningConfigurationCommandOutput,
|
|
164
|
+
} from "./commands/PutImageScanningConfigurationCommand";
|
|
165
|
+
import {
|
|
166
|
+
PutImageTagMutabilityCommandInput,
|
|
167
|
+
PutImageTagMutabilityCommandOutput,
|
|
168
|
+
} from "./commands/PutImageTagMutabilityCommand";
|
|
169
|
+
import {
|
|
170
|
+
PutLifecyclePolicyCommandInput,
|
|
171
|
+
PutLifecyclePolicyCommandOutput,
|
|
172
|
+
} from "./commands/PutLifecyclePolicyCommand";
|
|
173
|
+
import {
|
|
174
|
+
PutRegistryPolicyCommandInput,
|
|
175
|
+
PutRegistryPolicyCommandOutput,
|
|
176
|
+
} from "./commands/PutRegistryPolicyCommand";
|
|
177
|
+
import {
|
|
178
|
+
PutRegistryScanningConfigurationCommandInput,
|
|
179
|
+
PutRegistryScanningConfigurationCommandOutput,
|
|
180
|
+
} from "./commands/PutRegistryScanningConfigurationCommand";
|
|
181
|
+
import {
|
|
182
|
+
PutReplicationConfigurationCommandInput,
|
|
183
|
+
PutReplicationConfigurationCommandOutput,
|
|
184
|
+
} from "./commands/PutReplicationConfigurationCommand";
|
|
185
|
+
import {
|
|
186
|
+
SetRepositoryPolicyCommandInput,
|
|
187
|
+
SetRepositoryPolicyCommandOutput,
|
|
188
|
+
} from "./commands/SetRepositoryPolicyCommand";
|
|
189
|
+
import {
|
|
190
|
+
StartImageScanCommandInput,
|
|
191
|
+
StartImageScanCommandOutput,
|
|
192
|
+
} from "./commands/StartImageScanCommand";
|
|
193
|
+
import {
|
|
194
|
+
StartLifecyclePolicyPreviewCommandInput,
|
|
195
|
+
StartLifecyclePolicyPreviewCommandOutput,
|
|
196
|
+
} from "./commands/StartLifecyclePolicyPreviewCommand";
|
|
197
|
+
import {
|
|
198
|
+
TagResourceCommandInput,
|
|
199
|
+
TagResourceCommandOutput,
|
|
200
|
+
} from "./commands/TagResourceCommand";
|
|
201
|
+
import {
|
|
202
|
+
UntagResourceCommandInput,
|
|
203
|
+
UntagResourceCommandOutput,
|
|
204
|
+
} from "./commands/UntagResourceCommand";
|
|
205
|
+
import {
|
|
206
|
+
UploadLayerPartCommandInput,
|
|
207
|
+
UploadLayerPartCommandOutput,
|
|
208
|
+
} from "./commands/UploadLayerPartCommand";
|
|
209
|
+
export declare type ServiceInputTypes =
|
|
210
|
+
| BatchCheckLayerAvailabilityCommandInput
|
|
211
|
+
| BatchDeleteImageCommandInput
|
|
212
|
+
| BatchGetImageCommandInput
|
|
213
|
+
| BatchGetRepositoryScanningConfigurationCommandInput
|
|
214
|
+
| CompleteLayerUploadCommandInput
|
|
215
|
+
| CreatePullThroughCacheRuleCommandInput
|
|
216
|
+
| CreateRepositoryCommandInput
|
|
217
|
+
| DeleteLifecyclePolicyCommandInput
|
|
218
|
+
| DeletePullThroughCacheRuleCommandInput
|
|
219
|
+
| DeleteRegistryPolicyCommandInput
|
|
220
|
+
| DeleteRepositoryCommandInput
|
|
221
|
+
| DeleteRepositoryPolicyCommandInput
|
|
222
|
+
| DescribeImageReplicationStatusCommandInput
|
|
223
|
+
| DescribeImageScanFindingsCommandInput
|
|
224
|
+
| DescribeImagesCommandInput
|
|
225
|
+
| DescribePullThroughCacheRulesCommandInput
|
|
226
|
+
| DescribeRegistryCommandInput
|
|
227
|
+
| DescribeRepositoriesCommandInput
|
|
228
|
+
| GetAuthorizationTokenCommandInput
|
|
229
|
+
| GetDownloadUrlForLayerCommandInput
|
|
230
|
+
| GetLifecyclePolicyCommandInput
|
|
231
|
+
| GetLifecyclePolicyPreviewCommandInput
|
|
232
|
+
| GetRegistryPolicyCommandInput
|
|
233
|
+
| GetRegistryScanningConfigurationCommandInput
|
|
234
|
+
| GetRepositoryPolicyCommandInput
|
|
235
|
+
| InitiateLayerUploadCommandInput
|
|
236
|
+
| ListImagesCommandInput
|
|
237
|
+
| ListTagsForResourceCommandInput
|
|
238
|
+
| PutImageCommandInput
|
|
239
|
+
| PutImageScanningConfigurationCommandInput
|
|
240
|
+
| PutImageTagMutabilityCommandInput
|
|
241
|
+
| PutLifecyclePolicyCommandInput
|
|
242
|
+
| PutRegistryPolicyCommandInput
|
|
243
|
+
| PutRegistryScanningConfigurationCommandInput
|
|
244
|
+
| PutReplicationConfigurationCommandInput
|
|
245
|
+
| SetRepositoryPolicyCommandInput
|
|
246
|
+
| StartImageScanCommandInput
|
|
247
|
+
| StartLifecyclePolicyPreviewCommandInput
|
|
248
|
+
| TagResourceCommandInput
|
|
249
|
+
| UntagResourceCommandInput
|
|
250
|
+
| UploadLayerPartCommandInput;
|
|
251
|
+
export declare type ServiceOutputTypes =
|
|
252
|
+
| BatchCheckLayerAvailabilityCommandOutput
|
|
253
|
+
| BatchDeleteImageCommandOutput
|
|
254
|
+
| BatchGetImageCommandOutput
|
|
255
|
+
| BatchGetRepositoryScanningConfigurationCommandOutput
|
|
256
|
+
| CompleteLayerUploadCommandOutput
|
|
257
|
+
| CreatePullThroughCacheRuleCommandOutput
|
|
258
|
+
| CreateRepositoryCommandOutput
|
|
259
|
+
| DeleteLifecyclePolicyCommandOutput
|
|
260
|
+
| DeletePullThroughCacheRuleCommandOutput
|
|
261
|
+
| DeleteRegistryPolicyCommandOutput
|
|
262
|
+
| DeleteRepositoryCommandOutput
|
|
263
|
+
| DeleteRepositoryPolicyCommandOutput
|
|
264
|
+
| DescribeImageReplicationStatusCommandOutput
|
|
265
|
+
| DescribeImageScanFindingsCommandOutput
|
|
266
|
+
| DescribeImagesCommandOutput
|
|
267
|
+
| DescribePullThroughCacheRulesCommandOutput
|
|
268
|
+
| DescribeRegistryCommandOutput
|
|
269
|
+
| DescribeRepositoriesCommandOutput
|
|
270
|
+
| GetAuthorizationTokenCommandOutput
|
|
271
|
+
| GetDownloadUrlForLayerCommandOutput
|
|
272
|
+
| GetLifecyclePolicyCommandOutput
|
|
273
|
+
| GetLifecyclePolicyPreviewCommandOutput
|
|
274
|
+
| GetRegistryPolicyCommandOutput
|
|
275
|
+
| GetRegistryScanningConfigurationCommandOutput
|
|
276
|
+
| GetRepositoryPolicyCommandOutput
|
|
277
|
+
| InitiateLayerUploadCommandOutput
|
|
278
|
+
| ListImagesCommandOutput
|
|
279
|
+
| ListTagsForResourceCommandOutput
|
|
280
|
+
| PutImageCommandOutput
|
|
281
|
+
| PutImageScanningConfigurationCommandOutput
|
|
282
|
+
| PutImageTagMutabilityCommandOutput
|
|
283
|
+
| PutLifecyclePolicyCommandOutput
|
|
284
|
+
| PutRegistryPolicyCommandOutput
|
|
285
|
+
| PutRegistryScanningConfigurationCommandOutput
|
|
286
|
+
| PutReplicationConfigurationCommandOutput
|
|
287
|
+
| SetRepositoryPolicyCommandOutput
|
|
288
|
+
| StartImageScanCommandOutput
|
|
289
|
+
| StartLifecyclePolicyPreviewCommandOutput
|
|
290
|
+
| TagResourceCommandOutput
|
|
291
|
+
| UntagResourceCommandOutput
|
|
292
|
+
| UploadLayerPartCommandOutput;
|
|
293
|
+
export interface ClientDefaults
|
|
294
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
295
|
+
requestHandler?: __HttpHandler;
|
|
296
|
+
sha256?: __HashConstructor;
|
|
297
|
+
urlParser?: __UrlParser;
|
|
298
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
299
|
+
streamCollector?: __StreamCollector;
|
|
300
|
+
base64Decoder?: __Decoder;
|
|
301
|
+
base64Encoder?: __Encoder;
|
|
302
|
+
utf8Decoder?: __Decoder;
|
|
303
|
+
utf8Encoder?: __Encoder;
|
|
304
|
+
runtime?: string;
|
|
305
|
+
disableHostPrefix?: boolean;
|
|
306
|
+
maxAttempts?: number | __Provider<number>;
|
|
307
|
+
retryMode?: string | __Provider<string>;
|
|
308
|
+
logger?: __Logger;
|
|
309
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
310
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
311
|
+
serviceId?: string;
|
|
312
|
+
region?: string | __Provider<string>;
|
|
313
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
314
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
315
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
316
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
317
|
+
}
|
|
318
|
+
declare type ECRClientConfigType = Partial<
|
|
319
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
320
|
+
> &
|
|
321
|
+
ClientDefaults &
|
|
322
|
+
RegionInputConfig &
|
|
323
|
+
EndpointsInputConfig &
|
|
324
|
+
RetryInputConfig &
|
|
325
|
+
HostHeaderInputConfig &
|
|
326
|
+
AwsAuthInputConfig &
|
|
327
|
+
UserAgentInputConfig;
|
|
328
|
+
export interface ECRClientConfig extends ECRClientConfigType {}
|
|
329
|
+
declare type ECRClientResolvedConfigType =
|
|
330
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
331
|
+
Required<ClientDefaults> &
|
|
332
|
+
RegionResolvedConfig &
|
|
333
|
+
EndpointsResolvedConfig &
|
|
334
|
+
RetryResolvedConfig &
|
|
335
|
+
HostHeaderResolvedConfig &
|
|
336
|
+
AwsAuthResolvedConfig &
|
|
337
|
+
UserAgentResolvedConfig;
|
|
338
|
+
export interface ECRClientResolvedConfig extends ECRClientResolvedConfigType {}
|
|
339
|
+
export declare class ECRClient extends __Client<
|
|
340
|
+
__HttpHandlerOptions,
|
|
341
|
+
ServiceInputTypes,
|
|
342
|
+
ServiceOutputTypes,
|
|
343
|
+
ECRClientResolvedConfig
|
|
344
|
+
> {
|
|
345
|
+
readonly config: ECRClientResolvedConfig;
|
|
346
|
+
constructor(configuration: ECRClientConfig);
|
|
347
|
+
destroy(): void;
|
|
348
|
+
}
|
|
349
|
+
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
|
+
ECRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRClient";
|
|
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
|
+
ECRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchCheckLayerAvailabilityCommandInput;
|
|
28
|
+
constructor(input: BatchCheckLayerAvailabilityCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECRClientResolvedConfig,
|
|
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
|
+
ECRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRClient";
|
|
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
|
+
ECRClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: BatchDeleteImageCommandInput;
|
|
27
|
+
constructor(input: BatchDeleteImageCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECRClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput>;
|
|
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
|
+
ECRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECRClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetImageRequest,
|
|
15
|
+
BatchGetImageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetImageCommandInput extends BatchGetImageRequest {}
|
|
18
|
+
export interface BatchGetImageCommandOutput
|
|
19
|
+
extends BatchGetImageResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class BatchGetImageCommand extends $Command<
|
|
22
|
+
BatchGetImageCommandInput,
|
|
23
|
+
BatchGetImageCommandOutput,
|
|
24
|
+
ECRClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: BatchGetImageCommandInput;
|
|
27
|
+
constructor(input: BatchGetImageCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECRClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<BatchGetImageCommandInput, BatchGetImageCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|