@aws-sdk/client-ecr 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ECR.d.ts +748 -210
- package/dist-types/ts3.4/ECRClient.d.ts +374 -114
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1835 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,125 +1,497 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
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
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
BatchCheckLayerAvailabilityCommandInput,
|
|
8
|
+
BatchCheckLayerAvailabilityCommandOutput,
|
|
9
|
+
} from "../commands/BatchCheckLayerAvailabilityCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchDeleteImageCommandInput,
|
|
12
|
+
BatchDeleteImageCommandOutput,
|
|
13
|
+
} from "../commands/BatchDeleteImageCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchGetImageCommandInput,
|
|
16
|
+
BatchGetImageCommandOutput,
|
|
17
|
+
} from "../commands/BatchGetImageCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchGetRepositoryScanningConfigurationCommandInput,
|
|
20
|
+
BatchGetRepositoryScanningConfigurationCommandOutput,
|
|
21
|
+
} from "../commands/BatchGetRepositoryScanningConfigurationCommand";
|
|
22
|
+
import {
|
|
23
|
+
CompleteLayerUploadCommandInput,
|
|
24
|
+
CompleteLayerUploadCommandOutput,
|
|
25
|
+
} from "../commands/CompleteLayerUploadCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreatePullThroughCacheRuleCommandInput,
|
|
28
|
+
CreatePullThroughCacheRuleCommandOutput,
|
|
29
|
+
} from "../commands/CreatePullThroughCacheRuleCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateRepositoryCommandInput,
|
|
32
|
+
CreateRepositoryCommandOutput,
|
|
33
|
+
} from "../commands/CreateRepositoryCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteLifecyclePolicyCommandInput,
|
|
36
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
37
|
+
} from "../commands/DeleteLifecyclePolicyCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeletePullThroughCacheRuleCommandInput,
|
|
40
|
+
DeletePullThroughCacheRuleCommandOutput,
|
|
41
|
+
} from "../commands/DeletePullThroughCacheRuleCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteRegistryPolicyCommandInput,
|
|
44
|
+
DeleteRegistryPolicyCommandOutput,
|
|
45
|
+
} from "../commands/DeleteRegistryPolicyCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteRepositoryCommandInput,
|
|
48
|
+
DeleteRepositoryCommandOutput,
|
|
49
|
+
} from "../commands/DeleteRepositoryCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteRepositoryPolicyCommandInput,
|
|
52
|
+
DeleteRepositoryPolicyCommandOutput,
|
|
53
|
+
} from "../commands/DeleteRepositoryPolicyCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeImageReplicationStatusCommandInput,
|
|
56
|
+
DescribeImageReplicationStatusCommandOutput,
|
|
57
|
+
} from "../commands/DescribeImageReplicationStatusCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeImageScanFindingsCommandInput,
|
|
60
|
+
DescribeImageScanFindingsCommandOutput,
|
|
61
|
+
} from "../commands/DescribeImageScanFindingsCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeImagesCommandInput,
|
|
64
|
+
DescribeImagesCommandOutput,
|
|
65
|
+
} from "../commands/DescribeImagesCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribePullThroughCacheRulesCommandInput,
|
|
68
|
+
DescribePullThroughCacheRulesCommandOutput,
|
|
69
|
+
} from "../commands/DescribePullThroughCacheRulesCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeRegistryCommandInput,
|
|
72
|
+
DescribeRegistryCommandOutput,
|
|
73
|
+
} from "../commands/DescribeRegistryCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeRepositoriesCommandInput,
|
|
76
|
+
DescribeRepositoriesCommandOutput,
|
|
77
|
+
} from "../commands/DescribeRepositoriesCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetAuthorizationTokenCommandInput,
|
|
80
|
+
GetAuthorizationTokenCommandOutput,
|
|
81
|
+
} from "../commands/GetAuthorizationTokenCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetDownloadUrlForLayerCommandInput,
|
|
84
|
+
GetDownloadUrlForLayerCommandOutput,
|
|
85
|
+
} from "../commands/GetDownloadUrlForLayerCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetLifecyclePolicyCommandInput,
|
|
88
|
+
GetLifecyclePolicyCommandOutput,
|
|
89
|
+
} from "../commands/GetLifecyclePolicyCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetLifecyclePolicyPreviewCommandInput,
|
|
92
|
+
GetLifecyclePolicyPreviewCommandOutput,
|
|
93
|
+
} from "../commands/GetLifecyclePolicyPreviewCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetRegistryPolicyCommandInput,
|
|
96
|
+
GetRegistryPolicyCommandOutput,
|
|
97
|
+
} from "../commands/GetRegistryPolicyCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetRegistryScanningConfigurationCommandInput,
|
|
100
|
+
GetRegistryScanningConfigurationCommandOutput,
|
|
101
|
+
} from "../commands/GetRegistryScanningConfigurationCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetRepositoryPolicyCommandInput,
|
|
104
|
+
GetRepositoryPolicyCommandOutput,
|
|
105
|
+
} from "../commands/GetRepositoryPolicyCommand";
|
|
106
|
+
import {
|
|
107
|
+
InitiateLayerUploadCommandInput,
|
|
108
|
+
InitiateLayerUploadCommandOutput,
|
|
109
|
+
} from "../commands/InitiateLayerUploadCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListImagesCommandInput,
|
|
112
|
+
ListImagesCommandOutput,
|
|
113
|
+
} from "../commands/ListImagesCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListTagsForResourceCommandInput,
|
|
116
|
+
ListTagsForResourceCommandOutput,
|
|
117
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
118
|
+
import {
|
|
119
|
+
PutImageCommandInput,
|
|
120
|
+
PutImageCommandOutput,
|
|
121
|
+
} from "../commands/PutImageCommand";
|
|
122
|
+
import {
|
|
123
|
+
PutImageScanningConfigurationCommandInput,
|
|
124
|
+
PutImageScanningConfigurationCommandOutput,
|
|
125
|
+
} from "../commands/PutImageScanningConfigurationCommand";
|
|
126
|
+
import {
|
|
127
|
+
PutImageTagMutabilityCommandInput,
|
|
128
|
+
PutImageTagMutabilityCommandOutput,
|
|
129
|
+
} from "../commands/PutImageTagMutabilityCommand";
|
|
130
|
+
import {
|
|
131
|
+
PutLifecyclePolicyCommandInput,
|
|
132
|
+
PutLifecyclePolicyCommandOutput,
|
|
133
|
+
} from "../commands/PutLifecyclePolicyCommand";
|
|
134
|
+
import {
|
|
135
|
+
PutRegistryPolicyCommandInput,
|
|
136
|
+
PutRegistryPolicyCommandOutput,
|
|
137
|
+
} from "../commands/PutRegistryPolicyCommand";
|
|
138
|
+
import {
|
|
139
|
+
PutRegistryScanningConfigurationCommandInput,
|
|
140
|
+
PutRegistryScanningConfigurationCommandOutput,
|
|
141
|
+
} from "../commands/PutRegistryScanningConfigurationCommand";
|
|
142
|
+
import {
|
|
143
|
+
PutReplicationConfigurationCommandInput,
|
|
144
|
+
PutReplicationConfigurationCommandOutput,
|
|
145
|
+
} from "../commands/PutReplicationConfigurationCommand";
|
|
146
|
+
import {
|
|
147
|
+
SetRepositoryPolicyCommandInput,
|
|
148
|
+
SetRepositoryPolicyCommandOutput,
|
|
149
|
+
} from "../commands/SetRepositoryPolicyCommand";
|
|
150
|
+
import {
|
|
151
|
+
StartImageScanCommandInput,
|
|
152
|
+
StartImageScanCommandOutput,
|
|
153
|
+
} from "../commands/StartImageScanCommand";
|
|
154
|
+
import {
|
|
155
|
+
StartLifecyclePolicyPreviewCommandInput,
|
|
156
|
+
StartLifecyclePolicyPreviewCommandOutput,
|
|
157
|
+
} from "../commands/StartLifecyclePolicyPreviewCommand";
|
|
158
|
+
import {
|
|
159
|
+
TagResourceCommandInput,
|
|
160
|
+
TagResourceCommandOutput,
|
|
161
|
+
} from "../commands/TagResourceCommand";
|
|
162
|
+
import {
|
|
163
|
+
UntagResourceCommandInput,
|
|
164
|
+
UntagResourceCommandOutput,
|
|
165
|
+
} from "../commands/UntagResourceCommand";
|
|
166
|
+
import {
|
|
167
|
+
UploadLayerPartCommandInput,
|
|
168
|
+
UploadLayerPartCommandOutput,
|
|
169
|
+
} from "../commands/UploadLayerPartCommand";
|
|
170
|
+
export declare const serializeAws_json1_1BatchCheckLayerAvailabilityCommand: (
|
|
171
|
+
input: BatchCheckLayerAvailabilityCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_1BatchDeleteImageCommand: (
|
|
175
|
+
input: BatchDeleteImageCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_1BatchGetImageCommand: (
|
|
179
|
+
input: BatchGetImageCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand: (
|
|
183
|
+
input: BatchGetRepositoryScanningConfigurationCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_1CompleteLayerUploadCommand: (
|
|
187
|
+
input: CompleteLayerUploadCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_1CreatePullThroughCacheRuleCommand: (
|
|
191
|
+
input: CreatePullThroughCacheRuleCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_1CreateRepositoryCommand: (
|
|
195
|
+
input: CreateRepositoryCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_1DeleteLifecyclePolicyCommand: (
|
|
199
|
+
input: DeleteLifecyclePolicyCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1DeletePullThroughCacheRuleCommand: (
|
|
203
|
+
input: DeletePullThroughCacheRuleCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1DeleteRegistryPolicyCommand: (
|
|
207
|
+
input: DeleteRegistryPolicyCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1DeleteRepositoryCommand: (
|
|
211
|
+
input: DeleteRepositoryCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1DeleteRepositoryPolicyCommand: (
|
|
215
|
+
input: DeleteRepositoryPolicyCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1DescribeImageReplicationStatusCommand: (
|
|
219
|
+
input: DescribeImageReplicationStatusCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1DescribeImagesCommand: (
|
|
223
|
+
input: DescribeImagesCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1DescribeImageScanFindingsCommand: (
|
|
227
|
+
input: DescribeImageScanFindingsCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1DescribePullThroughCacheRulesCommand: (
|
|
231
|
+
input: DescribePullThroughCacheRulesCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1DescribeRegistryCommand: (
|
|
235
|
+
input: DescribeRegistryCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1DescribeRepositoriesCommand: (
|
|
239
|
+
input: DescribeRepositoriesCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1GetAuthorizationTokenCommand: (
|
|
243
|
+
input: GetAuthorizationTokenCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1GetDownloadUrlForLayerCommand: (
|
|
247
|
+
input: GetDownloadUrlForLayerCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1GetLifecyclePolicyCommand: (
|
|
251
|
+
input: GetLifecyclePolicyCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1GetLifecyclePolicyPreviewCommand: (
|
|
255
|
+
input: GetLifecyclePolicyPreviewCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1GetRegistryPolicyCommand: (
|
|
259
|
+
input: GetRegistryPolicyCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1GetRegistryScanningConfigurationCommand: (
|
|
263
|
+
input: GetRegistryScanningConfigurationCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1GetRepositoryPolicyCommand: (
|
|
267
|
+
input: GetRepositoryPolicyCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1InitiateLayerUploadCommand: (
|
|
271
|
+
input: InitiateLayerUploadCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1ListImagesCommand: (
|
|
275
|
+
input: ListImagesCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
279
|
+
input: ListTagsForResourceCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1PutImageCommand: (
|
|
283
|
+
input: PutImageCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1PutImageScanningConfigurationCommand: (
|
|
287
|
+
input: PutImageScanningConfigurationCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1PutImageTagMutabilityCommand: (
|
|
291
|
+
input: PutImageTagMutabilityCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1PutLifecyclePolicyCommand: (
|
|
295
|
+
input: PutLifecyclePolicyCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1PutRegistryPolicyCommand: (
|
|
299
|
+
input: PutRegistryPolicyCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1PutRegistryScanningConfigurationCommand: (
|
|
303
|
+
input: PutRegistryScanningConfigurationCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1PutReplicationConfigurationCommand: (
|
|
307
|
+
input: PutReplicationConfigurationCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1SetRepositoryPolicyCommand: (
|
|
311
|
+
input: SetRepositoryPolicyCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1StartImageScanCommand: (
|
|
315
|
+
input: StartImageScanCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1StartLifecyclePolicyPreviewCommand: (
|
|
319
|
+
input: StartLifecyclePolicyPreviewCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
323
|
+
input: TagResourceCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
327
|
+
input: UntagResourceCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1UploadLayerPartCommand: (
|
|
331
|
+
input: UploadLayerPartCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const deserializeAws_json1_1BatchCheckLayerAvailabilityCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<BatchCheckLayerAvailabilityCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_1BatchDeleteImageCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<BatchDeleteImageCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_json1_1BatchGetImageCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<BatchGetImageCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<BatchGetRepositoryScanningConfigurationCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_json1_1CompleteLayerUploadCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<CompleteLayerUploadCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_json1_1CreatePullThroughCacheRuleCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<CreatePullThroughCacheRuleCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_json1_1CreateRepositoryCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<CreateRepositoryCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_json1_1DeleteLifecyclePolicyCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_1DeletePullThroughCacheRuleCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<DeletePullThroughCacheRuleCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_1DeleteRegistryPolicyCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<DeleteRegistryPolicyCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_1DeleteRepositoryCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<DeleteRepositoryCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_1DeleteRepositoryPolicyCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<DeleteRepositoryPolicyCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_1DescribeImageReplicationStatusCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<DescribeImageReplicationStatusCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_1DescribeImagesCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<DescribeImagesCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1DescribeImageScanFindingsCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<DescribeImageScanFindingsCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1DescribePullThroughCacheRulesCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<DescribePullThroughCacheRulesCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1DescribeRegistryCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<DescribeRegistryCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1DescribeRepositoriesCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<DescribeRepositoriesCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1GetAuthorizationTokenCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<GetAuthorizationTokenCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1GetDownloadUrlForLayerCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<GetDownloadUrlForLayerCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1GetLifecyclePolicyCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<GetLifecyclePolicyCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1GetLifecyclePolicyPreviewCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<GetLifecyclePolicyPreviewCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1GetRegistryPolicyCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<GetRegistryPolicyCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1GetRegistryScanningConfigurationCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<GetRegistryScanningConfigurationCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1GetRepositoryPolicyCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<GetRepositoryPolicyCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1InitiateLayerUploadCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<InitiateLayerUploadCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1ListImagesCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<ListImagesCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1PutImageCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<PutImageCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_1PutImageScanningConfigurationCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<PutImageScanningConfigurationCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_1PutImageTagMutabilityCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<PutImageTagMutabilityCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1PutLifecyclePolicyCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<PutLifecyclePolicyCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1PutRegistryPolicyCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<PutRegistryPolicyCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1PutRegistryScanningConfigurationCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<PutRegistryScanningConfigurationCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1PutReplicationConfigurationCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<PutReplicationConfigurationCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_1SetRepositoryPolicyCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<SetRepositoryPolicyCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_1StartImageScanCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<StartImageScanCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_1StartLifecyclePolicyPreviewCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<StartLifecyclePolicyPreviewCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<TagResourceCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1UploadLayerPartCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<UploadLayerPartCommandOutput>;
|