@aws-sdk/client-ecr 3.987.0 → 3.989.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/dist-cjs/index.js +77 -2871
- package/dist-cjs/models/ECRServiceException.js +12 -0
- package/dist-cjs/models/errors.js +612 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1954 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +292 -286
- package/dist-types/schemas/schemas_0.d.ts +54 -47
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +49 -47
- package/package.json +13 -13
|
@@ -1,4 +1,58 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ECRServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var BlockedByOrganizationPolicyException$: StaticErrorSchema;
|
|
5
|
+
export declare var EmptyUploadException$: StaticErrorSchema;
|
|
6
|
+
export declare var ExclusionAlreadyExistsException$: StaticErrorSchema;
|
|
7
|
+
export declare var ExclusionNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ImageAlreadyExistsException$: StaticErrorSchema;
|
|
9
|
+
export declare var ImageArchivedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ImageDigestDoesNotMatchException$: StaticErrorSchema;
|
|
11
|
+
export declare var ImageNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ImageStorageClassUpdateNotSupportedException$: StaticErrorSchema;
|
|
13
|
+
export declare var ImageTagAlreadyExistsException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidLayerException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidLayerPartException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
18
|
+
export declare var KmsException$: StaticErrorSchema;
|
|
19
|
+
export declare var LayerAlreadyExistsException$: StaticErrorSchema;
|
|
20
|
+
export declare var LayerInaccessibleException$: StaticErrorSchema;
|
|
21
|
+
export declare var LayerPartTooSmallException$: StaticErrorSchema;
|
|
22
|
+
export declare var LayersNotFoundException$: StaticErrorSchema;
|
|
23
|
+
export declare var LifecyclePolicyNotFoundException$: StaticErrorSchema;
|
|
24
|
+
export declare var LifecyclePolicyPreviewInProgressException$: StaticErrorSchema;
|
|
25
|
+
export declare var LifecyclePolicyPreviewNotFoundException$: StaticErrorSchema;
|
|
26
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
27
|
+
export declare var PullThroughCacheRuleAlreadyExistsException$: StaticErrorSchema;
|
|
28
|
+
export declare var PullThroughCacheRuleNotFoundException$: StaticErrorSchema;
|
|
29
|
+
export declare var ReferencedImagesNotFoundException$: StaticErrorSchema;
|
|
30
|
+
export declare var RegistryPolicyNotFoundException$: StaticErrorSchema;
|
|
31
|
+
export declare var RepositoryAlreadyExistsException$: StaticErrorSchema;
|
|
32
|
+
export declare var RepositoryNotEmptyException$: StaticErrorSchema;
|
|
33
|
+
export declare var RepositoryNotFoundException$: StaticErrorSchema;
|
|
34
|
+
export declare var RepositoryPolicyNotFoundException$: StaticErrorSchema;
|
|
35
|
+
export declare var ScanNotFoundException$: StaticErrorSchema;
|
|
36
|
+
export declare var SecretNotFoundException$: StaticErrorSchema;
|
|
37
|
+
export declare var ServerException$: StaticErrorSchema;
|
|
38
|
+
export declare var SigningConfigurationNotFoundException$: StaticErrorSchema;
|
|
39
|
+
export declare var TemplateAlreadyExistsException$: StaticErrorSchema;
|
|
40
|
+
export declare var TemplateNotFoundException$: StaticErrorSchema;
|
|
41
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
42
|
+
export declare var UnableToAccessSecretException$: StaticErrorSchema;
|
|
43
|
+
export declare var UnableToDecryptSecretValueException$: StaticErrorSchema;
|
|
44
|
+
export declare var UnableToGetUpstreamImageException$: StaticErrorSchema;
|
|
45
|
+
export declare var UnableToGetUpstreamLayerException$: StaticErrorSchema;
|
|
46
|
+
export declare var UnsupportedImageTypeException$: StaticErrorSchema;
|
|
47
|
+
export declare var UnsupportedUpstreamRegistryException$: StaticErrorSchema;
|
|
48
|
+
export declare var UploadNotFoundException$: StaticErrorSchema;
|
|
49
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
50
|
+
/**
|
|
51
|
+
* TypeRegistry instances containing modeled errors.
|
|
52
|
+
* @internal
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
56
|
export declare var Attribute$: StaticStructureSchema;
|
|
3
57
|
export declare var AuthorizationData$: StaticStructureSchema;
|
|
4
58
|
export declare var AwsEcrContainerImageDetails$: StaticStructureSchema;
|
|
@@ -10,7 +64,6 @@ export declare var BatchGetImageRequest$: StaticStructureSchema;
|
|
|
10
64
|
export declare var BatchGetImageResponse$: StaticStructureSchema;
|
|
11
65
|
export declare var BatchGetRepositoryScanningConfigurationRequest$: StaticStructureSchema;
|
|
12
66
|
export declare var BatchGetRepositoryScanningConfigurationResponse$: StaticStructureSchema;
|
|
13
|
-
export declare var BlockedByOrganizationPolicyException$: StaticErrorSchema;
|
|
14
67
|
export declare var CompleteLayerUploadRequest$: StaticStructureSchema;
|
|
15
68
|
export declare var CompleteLayerUploadResponse$: StaticStructureSchema;
|
|
16
69
|
export declare var CreatePullThroughCacheRuleRequest$: StaticStructureSchema;
|
|
@@ -55,12 +108,9 @@ export declare var DescribeRepositoriesRequest$: StaticStructureSchema;
|
|
|
55
108
|
export declare var DescribeRepositoriesResponse$: StaticStructureSchema;
|
|
56
109
|
export declare var DescribeRepositoryCreationTemplatesRequest$: StaticStructureSchema;
|
|
57
110
|
export declare var DescribeRepositoryCreationTemplatesResponse$: StaticStructureSchema;
|
|
58
|
-
export declare var EmptyUploadException$: StaticErrorSchema;
|
|
59
111
|
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
60
112
|
export declare var EncryptionConfigurationForRepositoryCreationTemplate$: StaticStructureSchema;
|
|
61
113
|
export declare var EnhancedImageScanFinding$: StaticStructureSchema;
|
|
62
|
-
export declare var ExclusionAlreadyExistsException$: StaticErrorSchema;
|
|
63
|
-
export declare var ExclusionNotFoundException$: StaticErrorSchema;
|
|
64
114
|
export declare var GetAccountSettingRequest$: StaticStructureSchema;
|
|
65
115
|
export declare var GetAccountSettingResponse$: StaticStructureSchema;
|
|
66
116
|
export declare var GetAuthorizationTokenRequest$: StaticStructureSchema;
|
|
@@ -80,13 +130,9 @@ export declare var GetRepositoryPolicyResponse$: StaticStructureSchema;
|
|
|
80
130
|
export declare var GetSigningConfigurationRequest$: StaticStructureSchema;
|
|
81
131
|
export declare var GetSigningConfigurationResponse$: StaticStructureSchema;
|
|
82
132
|
export declare var Image$: StaticStructureSchema;
|
|
83
|
-
export declare var ImageAlreadyExistsException$: StaticErrorSchema;
|
|
84
|
-
export declare var ImageArchivedException$: StaticErrorSchema;
|
|
85
133
|
export declare var ImageDetail$: StaticStructureSchema;
|
|
86
|
-
export declare var ImageDigestDoesNotMatchException$: StaticErrorSchema;
|
|
87
134
|
export declare var ImageFailure$: StaticStructureSchema;
|
|
88
135
|
export declare var ImageIdentifier$: StaticStructureSchema;
|
|
89
|
-
export declare var ImageNotFoundException$: StaticErrorSchema;
|
|
90
136
|
export declare var ImageReferrer$: StaticStructureSchema;
|
|
91
137
|
export declare var ImageReplicationStatus$: StaticStructureSchema;
|
|
92
138
|
export declare var ImageScanFinding$: StaticStructureSchema;
|
|
@@ -95,30 +141,15 @@ export declare var ImageScanFindingsSummary$: StaticStructureSchema;
|
|
|
95
141
|
export declare var ImageScanningConfiguration$: StaticStructureSchema;
|
|
96
142
|
export declare var ImageScanStatus$: StaticStructureSchema;
|
|
97
143
|
export declare var ImageSigningStatus$: StaticStructureSchema;
|
|
98
|
-
export declare var ImageStorageClassUpdateNotSupportedException$: StaticErrorSchema;
|
|
99
|
-
export declare var ImageTagAlreadyExistsException$: StaticErrorSchema;
|
|
100
144
|
export declare var ImageTagMutabilityExclusionFilter$: StaticStructureSchema;
|
|
101
145
|
export declare var InitiateLayerUploadRequest$: StaticStructureSchema;
|
|
102
146
|
export declare var InitiateLayerUploadResponse$: StaticStructureSchema;
|
|
103
|
-
export declare var InvalidLayerException$: StaticErrorSchema;
|
|
104
|
-
export declare var InvalidLayerPartException$: StaticErrorSchema;
|
|
105
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
106
|
-
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
107
|
-
export declare var KmsException$: StaticErrorSchema;
|
|
108
147
|
export declare var Layer$: StaticStructureSchema;
|
|
109
|
-
export declare var LayerAlreadyExistsException$: StaticErrorSchema;
|
|
110
148
|
export declare var LayerFailure$: StaticStructureSchema;
|
|
111
|
-
export declare var LayerInaccessibleException$: StaticErrorSchema;
|
|
112
|
-
export declare var LayerPartTooSmallException$: StaticErrorSchema;
|
|
113
|
-
export declare var LayersNotFoundException$: StaticErrorSchema;
|
|
114
|
-
export declare var LifecyclePolicyNotFoundException$: StaticErrorSchema;
|
|
115
149
|
export declare var LifecyclePolicyPreviewFilter$: StaticStructureSchema;
|
|
116
|
-
export declare var LifecyclePolicyPreviewInProgressException$: StaticErrorSchema;
|
|
117
|
-
export declare var LifecyclePolicyPreviewNotFoundException$: StaticErrorSchema;
|
|
118
150
|
export declare var LifecyclePolicyPreviewResult$: StaticStructureSchema;
|
|
119
151
|
export declare var LifecyclePolicyPreviewSummary$: StaticStructureSchema;
|
|
120
152
|
export declare var LifecyclePolicyRuleAction$: StaticStructureSchema;
|
|
121
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
122
153
|
export declare var ListImageReferrersFilter$: StaticStructureSchema;
|
|
123
154
|
export declare var ListImageReferrersRequest$: StaticStructureSchema;
|
|
124
155
|
export declare var ListImageReferrersResponse$: StaticStructureSchema;
|
|
@@ -131,8 +162,6 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
131
162
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
132
163
|
export declare var PackageVulnerabilityDetails$: StaticStructureSchema;
|
|
133
164
|
export declare var PullThroughCacheRule$: StaticStructureSchema;
|
|
134
|
-
export declare var PullThroughCacheRuleAlreadyExistsException$: StaticErrorSchema;
|
|
135
|
-
export declare var PullThroughCacheRuleNotFoundException$: StaticErrorSchema;
|
|
136
165
|
export declare var PutAccountSettingRequest$: StaticStructureSchema;
|
|
137
166
|
export declare var PutAccountSettingResponse$: StaticStructureSchema;
|
|
138
167
|
export declare var PutImageRequest$: StaticStructureSchema;
|
|
@@ -152,10 +181,8 @@ export declare var PutReplicationConfigurationResponse$: StaticStructureSchema;
|
|
|
152
181
|
export declare var PutSigningConfigurationRequest$: StaticStructureSchema;
|
|
153
182
|
export declare var PutSigningConfigurationResponse$: StaticStructureSchema;
|
|
154
183
|
export declare var Recommendation$: StaticStructureSchema;
|
|
155
|
-
export declare var ReferencedImagesNotFoundException$: StaticErrorSchema;
|
|
156
184
|
export declare var RegisterPullTimeUpdateExclusionRequest$: StaticStructureSchema;
|
|
157
185
|
export declare var RegisterPullTimeUpdateExclusionResponse$: StaticStructureSchema;
|
|
158
|
-
export declare var RegistryPolicyNotFoundException$: StaticErrorSchema;
|
|
159
186
|
export declare var RegistryScanningConfiguration$: StaticStructureSchema;
|
|
160
187
|
export declare var RegistryScanningRule$: StaticStructureSchema;
|
|
161
188
|
export declare var Remediation$: StaticStructureSchema;
|
|
@@ -163,25 +190,17 @@ export declare var ReplicationConfiguration$: StaticStructureSchema;
|
|
|
163
190
|
export declare var ReplicationDestination$: StaticStructureSchema;
|
|
164
191
|
export declare var ReplicationRule$: StaticStructureSchema;
|
|
165
192
|
export declare var Repository$: StaticStructureSchema;
|
|
166
|
-
export declare var RepositoryAlreadyExistsException$: StaticErrorSchema;
|
|
167
193
|
export declare var RepositoryCreationTemplate$: StaticStructureSchema;
|
|
168
194
|
export declare var RepositoryFilter$: StaticStructureSchema;
|
|
169
|
-
export declare var RepositoryNotEmptyException$: StaticErrorSchema;
|
|
170
|
-
export declare var RepositoryNotFoundException$: StaticErrorSchema;
|
|
171
|
-
export declare var RepositoryPolicyNotFoundException$: StaticErrorSchema;
|
|
172
195
|
export declare var RepositoryScanningConfiguration$: StaticStructureSchema;
|
|
173
196
|
export declare var RepositoryScanningConfigurationFailure$: StaticStructureSchema;
|
|
174
197
|
export declare var Resource$: StaticStructureSchema;
|
|
175
198
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
176
199
|
export declare var ScanningRepositoryFilter$: StaticStructureSchema;
|
|
177
|
-
export declare var ScanNotFoundException$: StaticErrorSchema;
|
|
178
200
|
export declare var ScoreDetails$: StaticStructureSchema;
|
|
179
|
-
export declare var SecretNotFoundException$: StaticErrorSchema;
|
|
180
|
-
export declare var ServerException$: StaticErrorSchema;
|
|
181
201
|
export declare var SetRepositoryPolicyRequest$: StaticStructureSchema;
|
|
182
202
|
export declare var SetRepositoryPolicyResponse$: StaticStructureSchema;
|
|
183
203
|
export declare var SigningConfiguration$: StaticStructureSchema;
|
|
184
|
-
export declare var SigningConfigurationNotFoundException$: StaticErrorSchema;
|
|
185
204
|
export declare var SigningRepositoryFilter$: StaticStructureSchema;
|
|
186
205
|
export declare var SigningRule$: StaticStructureSchema;
|
|
187
206
|
export declare var StartImageScanRequest$: StaticStructureSchema;
|
|
@@ -192,16 +211,7 @@ export declare var SubjectIdentifier$: StaticStructureSchema;
|
|
|
192
211
|
export declare var Tag$: StaticStructureSchema;
|
|
193
212
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
194
213
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
195
|
-
export declare var TemplateAlreadyExistsException$: StaticErrorSchema;
|
|
196
|
-
export declare var TemplateNotFoundException$: StaticErrorSchema;
|
|
197
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
198
214
|
export declare var TransitioningImageTotalCount$: StaticStructureSchema;
|
|
199
|
-
export declare var UnableToAccessSecretException$: StaticErrorSchema;
|
|
200
|
-
export declare var UnableToDecryptSecretValueException$: StaticErrorSchema;
|
|
201
|
-
export declare var UnableToGetUpstreamImageException$: StaticErrorSchema;
|
|
202
|
-
export declare var UnableToGetUpstreamLayerException$: StaticErrorSchema;
|
|
203
|
-
export declare var UnsupportedImageTypeException$: StaticErrorSchema;
|
|
204
|
-
export declare var UnsupportedUpstreamRegistryException$: StaticErrorSchema;
|
|
205
215
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
206
216
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
207
217
|
export declare var UpdateImageStorageClassRequest$: StaticStructureSchema;
|
|
@@ -212,12 +222,9 @@ export declare var UpdateRepositoryCreationTemplateRequest$: StaticStructureSche
|
|
|
212
222
|
export declare var UpdateRepositoryCreationTemplateResponse$: StaticStructureSchema;
|
|
213
223
|
export declare var UploadLayerPartRequest$: StaticStructureSchema;
|
|
214
224
|
export declare var UploadLayerPartResponse$: StaticStructureSchema;
|
|
215
|
-
export declare var UploadNotFoundException$: StaticErrorSchema;
|
|
216
225
|
export declare var ValidatePullThroughCacheRuleRequest$: StaticStructureSchema;
|
|
217
226
|
export declare var ValidatePullThroughCacheRuleResponse$: StaticStructureSchema;
|
|
218
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
219
227
|
export declare var VulnerablePackage$: StaticStructureSchema;
|
|
220
|
-
export declare var ECRServiceException$: StaticErrorSchema;
|
|
221
228
|
export declare var BatchCheckLayerAvailability$: StaticOperationSchema;
|
|
222
229
|
export declare var BatchDeleteImage$: StaticOperationSchema;
|
|
223
230
|
export declare var BatchGetImage$: StaticOperationSchema;
|
|
@@ -1,8 +1,57 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ECRServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var BlockedByOrganizationPolicyException$: StaticErrorSchema;
|
|
9
|
+
export declare var EmptyUploadException$: StaticErrorSchema;
|
|
10
|
+
export declare var ExclusionAlreadyExistsException$: StaticErrorSchema;
|
|
11
|
+
export declare var ExclusionNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ImageAlreadyExistsException$: StaticErrorSchema;
|
|
13
|
+
export declare var ImageArchivedException$: StaticErrorSchema;
|
|
14
|
+
export declare var ImageDigestDoesNotMatchException$: StaticErrorSchema;
|
|
15
|
+
export declare var ImageNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ImageStorageClassUpdateNotSupportedException$: StaticErrorSchema;
|
|
17
|
+
export declare var ImageTagAlreadyExistsException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidLayerException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidLayerPartException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
22
|
+
export declare var KmsException$: StaticErrorSchema;
|
|
23
|
+
export declare var LayerAlreadyExistsException$: StaticErrorSchema;
|
|
24
|
+
export declare var LayerInaccessibleException$: StaticErrorSchema;
|
|
25
|
+
export declare var LayerPartTooSmallException$: StaticErrorSchema;
|
|
26
|
+
export declare var LayersNotFoundException$: StaticErrorSchema;
|
|
27
|
+
export declare var LifecyclePolicyNotFoundException$: StaticErrorSchema;
|
|
28
|
+
export declare var LifecyclePolicyPreviewInProgressException$: StaticErrorSchema;
|
|
29
|
+
export declare var LifecyclePolicyPreviewNotFoundException$: StaticErrorSchema;
|
|
30
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var PullThroughCacheRuleAlreadyExistsException$: StaticErrorSchema;
|
|
32
|
+
export declare var PullThroughCacheRuleNotFoundException$: StaticErrorSchema;
|
|
33
|
+
export declare var ReferencedImagesNotFoundException$: StaticErrorSchema;
|
|
34
|
+
export declare var RegistryPolicyNotFoundException$: StaticErrorSchema;
|
|
35
|
+
export declare var RepositoryAlreadyExistsException$: StaticErrorSchema;
|
|
36
|
+
export declare var RepositoryNotEmptyException$: StaticErrorSchema;
|
|
37
|
+
export declare var RepositoryNotFoundException$: StaticErrorSchema;
|
|
38
|
+
export declare var RepositoryPolicyNotFoundException$: StaticErrorSchema;
|
|
39
|
+
export declare var ScanNotFoundException$: StaticErrorSchema;
|
|
40
|
+
export declare var SecretNotFoundException$: StaticErrorSchema;
|
|
41
|
+
export declare var ServerException$: StaticErrorSchema;
|
|
42
|
+
export declare var SigningConfigurationNotFoundException$: StaticErrorSchema;
|
|
43
|
+
export declare var TemplateAlreadyExistsException$: StaticErrorSchema;
|
|
44
|
+
export declare var TemplateNotFoundException$: StaticErrorSchema;
|
|
45
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
46
|
+
export declare var UnableToAccessSecretException$: StaticErrorSchema;
|
|
47
|
+
export declare var UnableToDecryptSecretValueException$: StaticErrorSchema;
|
|
48
|
+
export declare var UnableToGetUpstreamImageException$: StaticErrorSchema;
|
|
49
|
+
export declare var UnableToGetUpstreamLayerException$: StaticErrorSchema;
|
|
50
|
+
export declare var UnsupportedImageTypeException$: StaticErrorSchema;
|
|
51
|
+
export declare var UnsupportedUpstreamRegistryException$: StaticErrorSchema;
|
|
52
|
+
export declare var UploadNotFoundException$: StaticErrorSchema;
|
|
53
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
54
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
55
|
export declare var Attribute$: StaticStructureSchema;
|
|
7
56
|
export declare var AuthorizationData$: StaticStructureSchema;
|
|
8
57
|
export declare var AwsEcrContainerImageDetails$: StaticStructureSchema;
|
|
@@ -14,7 +63,6 @@ export declare var BatchGetImageRequest$: StaticStructureSchema;
|
|
|
14
63
|
export declare var BatchGetImageResponse$: StaticStructureSchema;
|
|
15
64
|
export declare var BatchGetRepositoryScanningConfigurationRequest$: StaticStructureSchema;
|
|
16
65
|
export declare var BatchGetRepositoryScanningConfigurationResponse$: StaticStructureSchema;
|
|
17
|
-
export declare var BlockedByOrganizationPolicyException$: StaticErrorSchema;
|
|
18
66
|
export declare var CompleteLayerUploadRequest$: StaticStructureSchema;
|
|
19
67
|
export declare var CompleteLayerUploadResponse$: StaticStructureSchema;
|
|
20
68
|
export declare var CreatePullThroughCacheRuleRequest$: StaticStructureSchema;
|
|
@@ -59,12 +107,9 @@ export declare var DescribeRepositoriesRequest$: StaticStructureSchema;
|
|
|
59
107
|
export declare var DescribeRepositoriesResponse$: StaticStructureSchema;
|
|
60
108
|
export declare var DescribeRepositoryCreationTemplatesRequest$: StaticStructureSchema;
|
|
61
109
|
export declare var DescribeRepositoryCreationTemplatesResponse$: StaticStructureSchema;
|
|
62
|
-
export declare var EmptyUploadException$: StaticErrorSchema;
|
|
63
110
|
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
64
111
|
export declare var EncryptionConfigurationForRepositoryCreationTemplate$: StaticStructureSchema;
|
|
65
112
|
export declare var EnhancedImageScanFinding$: StaticStructureSchema;
|
|
66
|
-
export declare var ExclusionAlreadyExistsException$: StaticErrorSchema;
|
|
67
|
-
export declare var ExclusionNotFoundException$: StaticErrorSchema;
|
|
68
113
|
export declare var GetAccountSettingRequest$: StaticStructureSchema;
|
|
69
114
|
export declare var GetAccountSettingResponse$: StaticStructureSchema;
|
|
70
115
|
export declare var GetAuthorizationTokenRequest$: StaticStructureSchema;
|
|
@@ -84,13 +129,9 @@ export declare var GetRepositoryPolicyResponse$: StaticStructureSchema;
|
|
|
84
129
|
export declare var GetSigningConfigurationRequest$: StaticStructureSchema;
|
|
85
130
|
export declare var GetSigningConfigurationResponse$: StaticStructureSchema;
|
|
86
131
|
export declare var Image$: StaticStructureSchema;
|
|
87
|
-
export declare var ImageAlreadyExistsException$: StaticErrorSchema;
|
|
88
|
-
export declare var ImageArchivedException$: StaticErrorSchema;
|
|
89
132
|
export declare var ImageDetail$: StaticStructureSchema;
|
|
90
|
-
export declare var ImageDigestDoesNotMatchException$: StaticErrorSchema;
|
|
91
133
|
export declare var ImageFailure$: StaticStructureSchema;
|
|
92
134
|
export declare var ImageIdentifier$: StaticStructureSchema;
|
|
93
|
-
export declare var ImageNotFoundException$: StaticErrorSchema;
|
|
94
135
|
export declare var ImageReferrer$: StaticStructureSchema;
|
|
95
136
|
export declare var ImageReplicationStatus$: StaticStructureSchema;
|
|
96
137
|
export declare var ImageScanFinding$: StaticStructureSchema;
|
|
@@ -99,30 +140,15 @@ export declare var ImageScanFindingsSummary$: StaticStructureSchema;
|
|
|
99
140
|
export declare var ImageScanningConfiguration$: StaticStructureSchema;
|
|
100
141
|
export declare var ImageScanStatus$: StaticStructureSchema;
|
|
101
142
|
export declare var ImageSigningStatus$: StaticStructureSchema;
|
|
102
|
-
export declare var ImageStorageClassUpdateNotSupportedException$: StaticErrorSchema;
|
|
103
|
-
export declare var ImageTagAlreadyExistsException$: StaticErrorSchema;
|
|
104
143
|
export declare var ImageTagMutabilityExclusionFilter$: StaticStructureSchema;
|
|
105
144
|
export declare var InitiateLayerUploadRequest$: StaticStructureSchema;
|
|
106
145
|
export declare var InitiateLayerUploadResponse$: StaticStructureSchema;
|
|
107
|
-
export declare var InvalidLayerException$: StaticErrorSchema;
|
|
108
|
-
export declare var InvalidLayerPartException$: StaticErrorSchema;
|
|
109
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
110
|
-
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
111
|
-
export declare var KmsException$: StaticErrorSchema;
|
|
112
146
|
export declare var Layer$: StaticStructureSchema;
|
|
113
|
-
export declare var LayerAlreadyExistsException$: StaticErrorSchema;
|
|
114
147
|
export declare var LayerFailure$: StaticStructureSchema;
|
|
115
|
-
export declare var LayerInaccessibleException$: StaticErrorSchema;
|
|
116
|
-
export declare var LayerPartTooSmallException$: StaticErrorSchema;
|
|
117
|
-
export declare var LayersNotFoundException$: StaticErrorSchema;
|
|
118
|
-
export declare var LifecyclePolicyNotFoundException$: StaticErrorSchema;
|
|
119
148
|
export declare var LifecyclePolicyPreviewFilter$: StaticStructureSchema;
|
|
120
|
-
export declare var LifecyclePolicyPreviewInProgressException$: StaticErrorSchema;
|
|
121
|
-
export declare var LifecyclePolicyPreviewNotFoundException$: StaticErrorSchema;
|
|
122
149
|
export declare var LifecyclePolicyPreviewResult$: StaticStructureSchema;
|
|
123
150
|
export declare var LifecyclePolicyPreviewSummary$: StaticStructureSchema;
|
|
124
151
|
export declare var LifecyclePolicyRuleAction$: StaticStructureSchema;
|
|
125
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
126
152
|
export declare var ListImageReferrersFilter$: StaticStructureSchema;
|
|
127
153
|
export declare var ListImageReferrersRequest$: StaticStructureSchema;
|
|
128
154
|
export declare var ListImageReferrersResponse$: StaticStructureSchema;
|
|
@@ -135,8 +161,6 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
135
161
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
136
162
|
export declare var PackageVulnerabilityDetails$: StaticStructureSchema;
|
|
137
163
|
export declare var PullThroughCacheRule$: StaticStructureSchema;
|
|
138
|
-
export declare var PullThroughCacheRuleAlreadyExistsException$: StaticErrorSchema;
|
|
139
|
-
export declare var PullThroughCacheRuleNotFoundException$: StaticErrorSchema;
|
|
140
164
|
export declare var PutAccountSettingRequest$: StaticStructureSchema;
|
|
141
165
|
export declare var PutAccountSettingResponse$: StaticStructureSchema;
|
|
142
166
|
export declare var PutImageRequest$: StaticStructureSchema;
|
|
@@ -156,10 +180,8 @@ export declare var PutReplicationConfigurationResponse$: StaticStructureSchema;
|
|
|
156
180
|
export declare var PutSigningConfigurationRequest$: StaticStructureSchema;
|
|
157
181
|
export declare var PutSigningConfigurationResponse$: StaticStructureSchema;
|
|
158
182
|
export declare var Recommendation$: StaticStructureSchema;
|
|
159
|
-
export declare var ReferencedImagesNotFoundException$: StaticErrorSchema;
|
|
160
183
|
export declare var RegisterPullTimeUpdateExclusionRequest$: StaticStructureSchema;
|
|
161
184
|
export declare var RegisterPullTimeUpdateExclusionResponse$: StaticStructureSchema;
|
|
162
|
-
export declare var RegistryPolicyNotFoundException$: StaticErrorSchema;
|
|
163
185
|
export declare var RegistryScanningConfiguration$: StaticStructureSchema;
|
|
164
186
|
export declare var RegistryScanningRule$: StaticStructureSchema;
|
|
165
187
|
export declare var Remediation$: StaticStructureSchema;
|
|
@@ -167,25 +189,17 @@ export declare var ReplicationConfiguration$: StaticStructureSchema;
|
|
|
167
189
|
export declare var ReplicationDestination$: StaticStructureSchema;
|
|
168
190
|
export declare var ReplicationRule$: StaticStructureSchema;
|
|
169
191
|
export declare var Repository$: StaticStructureSchema;
|
|
170
|
-
export declare var RepositoryAlreadyExistsException$: StaticErrorSchema;
|
|
171
192
|
export declare var RepositoryCreationTemplate$: StaticStructureSchema;
|
|
172
193
|
export declare var RepositoryFilter$: StaticStructureSchema;
|
|
173
|
-
export declare var RepositoryNotEmptyException$: StaticErrorSchema;
|
|
174
|
-
export declare var RepositoryNotFoundException$: StaticErrorSchema;
|
|
175
|
-
export declare var RepositoryPolicyNotFoundException$: StaticErrorSchema;
|
|
176
194
|
export declare var RepositoryScanningConfiguration$: StaticStructureSchema;
|
|
177
195
|
export declare var RepositoryScanningConfigurationFailure$: StaticStructureSchema;
|
|
178
196
|
export declare var Resource$: StaticStructureSchema;
|
|
179
197
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
180
198
|
export declare var ScanningRepositoryFilter$: StaticStructureSchema;
|
|
181
|
-
export declare var ScanNotFoundException$: StaticErrorSchema;
|
|
182
199
|
export declare var ScoreDetails$: StaticStructureSchema;
|
|
183
|
-
export declare var SecretNotFoundException$: StaticErrorSchema;
|
|
184
|
-
export declare var ServerException$: StaticErrorSchema;
|
|
185
200
|
export declare var SetRepositoryPolicyRequest$: StaticStructureSchema;
|
|
186
201
|
export declare var SetRepositoryPolicyResponse$: StaticStructureSchema;
|
|
187
202
|
export declare var SigningConfiguration$: StaticStructureSchema;
|
|
188
|
-
export declare var SigningConfigurationNotFoundException$: StaticErrorSchema;
|
|
189
203
|
export declare var SigningRepositoryFilter$: StaticStructureSchema;
|
|
190
204
|
export declare var SigningRule$: StaticStructureSchema;
|
|
191
205
|
export declare var StartImageScanRequest$: StaticStructureSchema;
|
|
@@ -196,16 +210,7 @@ export declare var SubjectIdentifier$: StaticStructureSchema;
|
|
|
196
210
|
export declare var Tag$: StaticStructureSchema;
|
|
197
211
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
198
212
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
199
|
-
export declare var TemplateAlreadyExistsException$: StaticErrorSchema;
|
|
200
|
-
export declare var TemplateNotFoundException$: StaticErrorSchema;
|
|
201
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
202
213
|
export declare var TransitioningImageTotalCount$: StaticStructureSchema;
|
|
203
|
-
export declare var UnableToAccessSecretException$: StaticErrorSchema;
|
|
204
|
-
export declare var UnableToDecryptSecretValueException$: StaticErrorSchema;
|
|
205
|
-
export declare var UnableToGetUpstreamImageException$: StaticErrorSchema;
|
|
206
|
-
export declare var UnableToGetUpstreamLayerException$: StaticErrorSchema;
|
|
207
|
-
export declare var UnsupportedImageTypeException$: StaticErrorSchema;
|
|
208
|
-
export declare var UnsupportedUpstreamRegistryException$: StaticErrorSchema;
|
|
209
214
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
210
215
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
211
216
|
export declare var UpdateImageStorageClassRequest$: StaticStructureSchema;
|
|
@@ -216,12 +221,9 @@ export declare var UpdateRepositoryCreationTemplateRequest$: StaticStructureSche
|
|
|
216
221
|
export declare var UpdateRepositoryCreationTemplateResponse$: StaticStructureSchema;
|
|
217
222
|
export declare var UploadLayerPartRequest$: StaticStructureSchema;
|
|
218
223
|
export declare var UploadLayerPartResponse$: StaticStructureSchema;
|
|
219
|
-
export declare var UploadNotFoundException$: StaticErrorSchema;
|
|
220
224
|
export declare var ValidatePullThroughCacheRuleRequest$: StaticStructureSchema;
|
|
221
225
|
export declare var ValidatePullThroughCacheRuleResponse$: StaticStructureSchema;
|
|
222
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
223
226
|
export declare var VulnerablePackage$: StaticStructureSchema;
|
|
224
|
-
export declare var ECRServiceException$: StaticErrorSchema;
|
|
225
227
|
export declare var BatchCheckLayerAvailability$: StaticOperationSchema;
|
|
226
228
|
export declare var BatchDeleteImage$: StaticOperationSchema;
|
|
227
229
|
export declare var BatchGetImage$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|