aws-sdk-ecr 1.113.0 → 1.115.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +704 -20
- data/lib/aws-sdk-ecr/client_api.rb +326 -0
- data/lib/aws-sdk-ecr/errors.rb +96 -0
- data/lib/aws-sdk-ecr/types.rb +767 -37
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/client.rbs +137 -2
- data/sig/errors.rbs +18 -0
- data/sig/types.rbs +203 -4
- metadata +3 -3
|
@@ -16,8 +16,13 @@ module Aws::ECR
|
|
|
16
16
|
|
|
17
17
|
AccountSettingName = Shapes::StringShape.new(name: 'AccountSettingName')
|
|
18
18
|
AccountSettingValue = Shapes::StringShape.new(name: 'AccountSettingValue')
|
|
19
|
+
Annotations = Shapes::MapShape.new(name: 'Annotations')
|
|
19
20
|
Arch = Shapes::StringShape.new(name: 'Arch')
|
|
20
21
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
22
|
+
ArtifactStatus = Shapes::StringShape.new(name: 'ArtifactStatus')
|
|
23
|
+
ArtifactStatusFilter = Shapes::StringShape.new(name: 'ArtifactStatusFilter')
|
|
24
|
+
ArtifactType = Shapes::StringShape.new(name: 'ArtifactType')
|
|
25
|
+
ArtifactTypeList = Shapes::ListShape.new(name: 'ArtifactTypeList')
|
|
21
26
|
Attribute = Shapes::StructureShape.new(name: 'Attribute')
|
|
22
27
|
AttributeKey = Shapes::StringShape.new(name: 'AttributeKey')
|
|
23
28
|
AttributeList = Shapes::ListShape.new(name: 'AttributeList')
|
|
@@ -38,6 +43,7 @@ module Aws::ECR
|
|
|
38
43
|
BatchGetRepositoryScanningConfigurationResponse = Shapes::StructureShape.new(name: 'BatchGetRepositoryScanningConfigurationResponse')
|
|
39
44
|
BatchedOperationLayerDigest = Shapes::StringShape.new(name: 'BatchedOperationLayerDigest')
|
|
40
45
|
BatchedOperationLayerDigestList = Shapes::ListShape.new(name: 'BatchedOperationLayerDigestList')
|
|
46
|
+
BlockedByOrganizationPolicyException = Shapes::StructureShape.new(name: 'BlockedByOrganizationPolicyException')
|
|
41
47
|
CompleteLayerUploadRequest = Shapes::StructureShape.new(name: 'CompleteLayerUploadRequest')
|
|
42
48
|
CompleteLayerUploadResponse = Shapes::StructureShape.new(name: 'CompleteLayerUploadResponse')
|
|
43
49
|
CreatePullThroughCacheRuleRequest = Shapes::StructureShape.new(name: 'CreatePullThroughCacheRuleRequest')
|
|
@@ -67,10 +73,16 @@ module Aws::ECR
|
|
|
67
73
|
DeleteRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'DeleteRepositoryPolicyResponse')
|
|
68
74
|
DeleteRepositoryRequest = Shapes::StructureShape.new(name: 'DeleteRepositoryRequest')
|
|
69
75
|
DeleteRepositoryResponse = Shapes::StructureShape.new(name: 'DeleteRepositoryResponse')
|
|
76
|
+
DeleteSigningConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteSigningConfigurationRequest')
|
|
77
|
+
DeleteSigningConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteSigningConfigurationResponse')
|
|
78
|
+
DeregisterPullTimeUpdateExclusionRequest = Shapes::StructureShape.new(name: 'DeregisterPullTimeUpdateExclusionRequest')
|
|
79
|
+
DeregisterPullTimeUpdateExclusionResponse = Shapes::StructureShape.new(name: 'DeregisterPullTimeUpdateExclusionResponse')
|
|
70
80
|
DescribeImageReplicationStatusRequest = Shapes::StructureShape.new(name: 'DescribeImageReplicationStatusRequest')
|
|
71
81
|
DescribeImageReplicationStatusResponse = Shapes::StructureShape.new(name: 'DescribeImageReplicationStatusResponse')
|
|
72
82
|
DescribeImageScanFindingsRequest = Shapes::StructureShape.new(name: 'DescribeImageScanFindingsRequest')
|
|
73
83
|
DescribeImageScanFindingsResponse = Shapes::StructureShape.new(name: 'DescribeImageScanFindingsResponse')
|
|
84
|
+
DescribeImageSigningStatusRequest = Shapes::StructureShape.new(name: 'DescribeImageSigningStatusRequest')
|
|
85
|
+
DescribeImageSigningStatusResponse = Shapes::StructureShape.new(name: 'DescribeImageSigningStatusResponse')
|
|
74
86
|
DescribeImagesFilter = Shapes::StructureShape.new(name: 'DescribeImagesFilter')
|
|
75
87
|
DescribeImagesRequest = Shapes::StructureShape.new(name: 'DescribeImagesRequest')
|
|
76
88
|
DescribeImagesResponse = Shapes::StructureShape.new(name: 'DescribeImagesResponse')
|
|
@@ -91,8 +103,11 @@ module Aws::ECR
|
|
|
91
103
|
Epoch = Shapes::IntegerShape.new(name: 'Epoch')
|
|
92
104
|
EvaluationTimestamp = Shapes::TimestampShape.new(name: 'EvaluationTimestamp')
|
|
93
105
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
|
106
|
+
ExclusionAlreadyExistsException = Shapes::StructureShape.new(name: 'ExclusionAlreadyExistsException')
|
|
107
|
+
ExclusionNotFoundException = Shapes::StructureShape.new(name: 'ExclusionNotFoundException')
|
|
94
108
|
ExpirationTimestamp = Shapes::TimestampShape.new(name: 'ExpirationTimestamp')
|
|
95
109
|
ExploitAvailable = Shapes::StringShape.new(name: 'ExploitAvailable')
|
|
110
|
+
FiftyMaxResults = Shapes::IntegerShape.new(name: 'FiftyMaxResults')
|
|
96
111
|
FilePath = Shapes::StringShape.new(name: 'FilePath')
|
|
97
112
|
FindingArn = Shapes::StringShape.new(name: 'FindingArn')
|
|
98
113
|
FindingDescription = Shapes::StringShape.new(name: 'FindingDescription')
|
|
@@ -119,9 +134,12 @@ module Aws::ECR
|
|
|
119
134
|
GetRegistryScanningConfigurationResponse = Shapes::StructureShape.new(name: 'GetRegistryScanningConfigurationResponse')
|
|
120
135
|
GetRepositoryPolicyRequest = Shapes::StructureShape.new(name: 'GetRepositoryPolicyRequest')
|
|
121
136
|
GetRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'GetRepositoryPolicyResponse')
|
|
137
|
+
GetSigningConfigurationRequest = Shapes::StructureShape.new(name: 'GetSigningConfigurationRequest')
|
|
138
|
+
GetSigningConfigurationResponse = Shapes::StructureShape.new(name: 'GetSigningConfigurationResponse')
|
|
122
139
|
Image = Shapes::StructureShape.new(name: 'Image')
|
|
123
140
|
ImageActionType = Shapes::StringShape.new(name: 'ImageActionType')
|
|
124
141
|
ImageAlreadyExistsException = Shapes::StructureShape.new(name: 'ImageAlreadyExistsException')
|
|
142
|
+
ImageArchivedException = Shapes::StructureShape.new(name: 'ImageArchivedException')
|
|
125
143
|
ImageCount = Shapes::IntegerShape.new(name: 'ImageCount')
|
|
126
144
|
ImageDetail = Shapes::StructureShape.new(name: 'ImageDetail')
|
|
127
145
|
ImageDetailList = Shapes::ListShape.new(name: 'ImageDetailList')
|
|
@@ -136,6 +154,8 @@ module Aws::ECR
|
|
|
136
154
|
ImageList = Shapes::ListShape.new(name: 'ImageList')
|
|
137
155
|
ImageManifest = Shapes::StringShape.new(name: 'ImageManifest')
|
|
138
156
|
ImageNotFoundException = Shapes::StructureShape.new(name: 'ImageNotFoundException')
|
|
157
|
+
ImageReferrer = Shapes::StructureShape.new(name: 'ImageReferrer')
|
|
158
|
+
ImageReferrerList = Shapes::ListShape.new(name: 'ImageReferrerList')
|
|
139
159
|
ImageReplicationStatus = Shapes::StructureShape.new(name: 'ImageReplicationStatus')
|
|
140
160
|
ImageReplicationStatusList = Shapes::ListShape.new(name: 'ImageReplicationStatusList')
|
|
141
161
|
ImageScanFinding = Shapes::StructureShape.new(name: 'ImageScanFinding')
|
|
@@ -144,7 +164,12 @@ module Aws::ECR
|
|
|
144
164
|
ImageScanFindingsSummary = Shapes::StructureShape.new(name: 'ImageScanFindingsSummary')
|
|
145
165
|
ImageScanStatus = Shapes::StructureShape.new(name: 'ImageScanStatus')
|
|
146
166
|
ImageScanningConfiguration = Shapes::StructureShape.new(name: 'ImageScanningConfiguration')
|
|
167
|
+
ImageSigningStatus = Shapes::StructureShape.new(name: 'ImageSigningStatus')
|
|
168
|
+
ImageSigningStatusList = Shapes::ListShape.new(name: 'ImageSigningStatusList')
|
|
147
169
|
ImageSizeInBytes = Shapes::IntegerShape.new(name: 'ImageSizeInBytes')
|
|
170
|
+
ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
|
|
171
|
+
ImageStatusFilter = Shapes::StringShape.new(name: 'ImageStatusFilter')
|
|
172
|
+
ImageStorageClassUpdateNotSupportedException = Shapes::StructureShape.new(name: 'ImageStorageClassUpdateNotSupportedException')
|
|
148
173
|
ImageTag = Shapes::StringShape.new(name: 'ImageTag')
|
|
149
174
|
ImageTagAlreadyExistsException = Shapes::StructureShape.new(name: 'ImageTagAlreadyExistsException')
|
|
150
175
|
ImageTagList = Shapes::ListShape.new(name: 'ImageTagList')
|
|
@@ -166,6 +191,8 @@ module Aws::ECR
|
|
|
166
191
|
KmsException = Shapes::StructureShape.new(name: 'KmsException')
|
|
167
192
|
KmsKey = Shapes::StringShape.new(name: 'KmsKey')
|
|
168
193
|
KmsKeyForRepositoryCreationTemplate = Shapes::StringShape.new(name: 'KmsKeyForRepositoryCreationTemplate')
|
|
194
|
+
LastActivatedAtTimestamp = Shapes::TimestampShape.new(name: 'LastActivatedAtTimestamp')
|
|
195
|
+
LastArchivedAtTimestamp = Shapes::TimestampShape.new(name: 'LastArchivedAtTimestamp')
|
|
169
196
|
Layer = Shapes::StructureShape.new(name: 'Layer')
|
|
170
197
|
LayerAlreadyExistsException = Shapes::StructureShape.new(name: 'LayerAlreadyExistsException')
|
|
171
198
|
LayerAvailability = Shapes::StringShape.new(name: 'LayerAvailability')
|
|
@@ -191,13 +218,20 @@ module Aws::ECR
|
|
|
191
218
|
LifecyclePolicyPreviewSummary = Shapes::StructureShape.new(name: 'LifecyclePolicyPreviewSummary')
|
|
192
219
|
LifecyclePolicyRuleAction = Shapes::StructureShape.new(name: 'LifecyclePolicyRuleAction')
|
|
193
220
|
LifecyclePolicyRulePriority = Shapes::IntegerShape.new(name: 'LifecyclePolicyRulePriority')
|
|
221
|
+
LifecyclePolicyStorageClass = Shapes::StringShape.new(name: 'LifecyclePolicyStorageClass')
|
|
222
|
+
LifecyclePolicyTargetStorageClass = Shapes::StringShape.new(name: 'LifecyclePolicyTargetStorageClass')
|
|
194
223
|
LifecyclePolicyText = Shapes::StringShape.new(name: 'LifecyclePolicyText')
|
|
195
224
|
LifecyclePolicyTextForRepositoryCreationTemplate = Shapes::StringShape.new(name: 'LifecyclePolicyTextForRepositoryCreationTemplate')
|
|
196
225
|
LifecyclePreviewMaxResults = Shapes::IntegerShape.new(name: 'LifecyclePreviewMaxResults')
|
|
197
226
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
|
227
|
+
ListImageReferrersFilter = Shapes::StructureShape.new(name: 'ListImageReferrersFilter')
|
|
228
|
+
ListImageReferrersRequest = Shapes::StructureShape.new(name: 'ListImageReferrersRequest')
|
|
229
|
+
ListImageReferrersResponse = Shapes::StructureShape.new(name: 'ListImageReferrersResponse')
|
|
198
230
|
ListImagesFilter = Shapes::StructureShape.new(name: 'ListImagesFilter')
|
|
199
231
|
ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
|
|
200
232
|
ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
|
|
233
|
+
ListPullTimeUpdateExclusionsRequest = Shapes::StructureShape.new(name: 'ListPullTimeUpdateExclusionsRequest')
|
|
234
|
+
ListPullTimeUpdateExclusionsResponse = Shapes::StructureShape.new(name: 'ListPullTimeUpdateExclusionsResponse')
|
|
201
235
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
202
236
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
203
237
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
@@ -212,6 +246,7 @@ module Aws::ECR
|
|
|
212
246
|
Platform = Shapes::StringShape.new(name: 'Platform')
|
|
213
247
|
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
|
214
248
|
PrefixList = Shapes::ListShape.new(name: 'PrefixList')
|
|
249
|
+
PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
|
|
215
250
|
ProxyEndpoint = Shapes::StringShape.new(name: 'ProxyEndpoint')
|
|
216
251
|
PullThroughCacheRule = Shapes::StructureShape.new(name: 'PullThroughCacheRule')
|
|
217
252
|
PullThroughCacheRuleAlreadyExistsException = Shapes::StructureShape.new(name: 'PullThroughCacheRuleAlreadyExistsException')
|
|
@@ -219,6 +254,7 @@ module Aws::ECR
|
|
|
219
254
|
PullThroughCacheRuleNotFoundException = Shapes::StructureShape.new(name: 'PullThroughCacheRuleNotFoundException')
|
|
220
255
|
PullThroughCacheRuleRepositoryPrefix = Shapes::StringShape.new(name: 'PullThroughCacheRuleRepositoryPrefix')
|
|
221
256
|
PullThroughCacheRuleRepositoryPrefixList = Shapes::ListShape.new(name: 'PullThroughCacheRuleRepositoryPrefixList')
|
|
257
|
+
PullTimeUpdateExclusionList = Shapes::ListShape.new(name: 'PullTimeUpdateExclusionList')
|
|
222
258
|
PushTimestamp = Shapes::TimestampShape.new(name: 'PushTimestamp')
|
|
223
259
|
PutAccountSettingRequest = Shapes::StructureShape.new(name: 'PutAccountSettingRequest')
|
|
224
260
|
PutAccountSettingResponse = Shapes::StructureShape.new(name: 'PutAccountSettingResponse')
|
|
@@ -236,6 +272,8 @@ module Aws::ECR
|
|
|
236
272
|
PutRegistryScanningConfigurationResponse = Shapes::StructureShape.new(name: 'PutRegistryScanningConfigurationResponse')
|
|
237
273
|
PutReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'PutReplicationConfigurationRequest')
|
|
238
274
|
PutReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'PutReplicationConfigurationResponse')
|
|
275
|
+
PutSigningConfigurationRequest = Shapes::StructureShape.new(name: 'PutSigningConfigurationRequest')
|
|
276
|
+
PutSigningConfigurationResponse = Shapes::StructureShape.new(name: 'PutSigningConfigurationResponse')
|
|
239
277
|
RCTAppliedFor = Shapes::StringShape.new(name: 'RCTAppliedFor')
|
|
240
278
|
RCTAppliedForList = Shapes::ListShape.new(name: 'RCTAppliedForList')
|
|
241
279
|
Reason = Shapes::StringShape.new(name: 'Reason')
|
|
@@ -245,6 +283,8 @@ module Aws::ECR
|
|
|
245
283
|
ReferenceUrlsList = Shapes::ListShape.new(name: 'ReferenceUrlsList')
|
|
246
284
|
ReferencedImagesNotFoundException = Shapes::StructureShape.new(name: 'ReferencedImagesNotFoundException')
|
|
247
285
|
Region = Shapes::StringShape.new(name: 'Region')
|
|
286
|
+
RegisterPullTimeUpdateExclusionRequest = Shapes::StructureShape.new(name: 'RegisterPullTimeUpdateExclusionRequest')
|
|
287
|
+
RegisterPullTimeUpdateExclusionResponse = Shapes::StructureShape.new(name: 'RegisterPullTimeUpdateExclusionResponse')
|
|
248
288
|
RegistryId = Shapes::StringShape.new(name: 'RegistryId')
|
|
249
289
|
RegistryPolicyNotFoundException = Shapes::StructureShape.new(name: 'RegistryPolicyNotFoundException')
|
|
250
290
|
RegistryPolicyText = Shapes::StringShape.new(name: 'RegistryPolicyText')
|
|
@@ -309,6 +349,18 @@ module Aws::ECR
|
|
|
309
349
|
SetRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'SetRepositoryPolicyResponse')
|
|
310
350
|
Severity = Shapes::StringShape.new(name: 'Severity')
|
|
311
351
|
SeverityCount = Shapes::IntegerShape.new(name: 'SeverityCount')
|
|
352
|
+
SigningConfiguration = Shapes::StructureShape.new(name: 'SigningConfiguration')
|
|
353
|
+
SigningConfigurationNotFoundException = Shapes::StructureShape.new(name: 'SigningConfigurationNotFoundException')
|
|
354
|
+
SigningProfileArn = Shapes::StringShape.new(name: 'SigningProfileArn')
|
|
355
|
+
SigningRepositoryFilter = Shapes::StructureShape.new(name: 'SigningRepositoryFilter')
|
|
356
|
+
SigningRepositoryFilterList = Shapes::ListShape.new(name: 'SigningRepositoryFilterList')
|
|
357
|
+
SigningRepositoryFilterType = Shapes::StringShape.new(name: 'SigningRepositoryFilterType')
|
|
358
|
+
SigningRepositoryFilterValue = Shapes::StringShape.new(name: 'SigningRepositoryFilterValue')
|
|
359
|
+
SigningRule = Shapes::StructureShape.new(name: 'SigningRule')
|
|
360
|
+
SigningRuleList = Shapes::ListShape.new(name: 'SigningRuleList')
|
|
361
|
+
SigningStatus = Shapes::StringShape.new(name: 'SigningStatus')
|
|
362
|
+
SigningStatusFailureCode = Shapes::StringShape.new(name: 'SigningStatusFailureCode')
|
|
363
|
+
SigningStatusFailureReason = Shapes::StringShape.new(name: 'SigningStatusFailureReason')
|
|
312
364
|
Source = Shapes::StringShape.new(name: 'Source')
|
|
313
365
|
SourceLayerHash = Shapes::StringShape.new(name: 'SourceLayerHash')
|
|
314
366
|
StartImageScanRequest = Shapes::StructureShape.new(name: 'StartImageScanRequest')
|
|
@@ -316,6 +368,8 @@ module Aws::ECR
|
|
|
316
368
|
StartLifecyclePolicyPreviewRequest = Shapes::StructureShape.new(name: 'StartLifecyclePolicyPreviewRequest')
|
|
317
369
|
StartLifecyclePolicyPreviewResponse = Shapes::StructureShape.new(name: 'StartLifecyclePolicyPreviewResponse')
|
|
318
370
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
371
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
372
|
+
SubjectIdentifier = Shapes::StructureShape.new(name: 'SubjectIdentifier')
|
|
319
373
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
|
320
374
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
321
375
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
@@ -325,10 +379,13 @@ module Aws::ECR
|
|
|
325
379
|
TagStatus = Shapes::StringShape.new(name: 'TagStatus')
|
|
326
380
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
327
381
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
382
|
+
TargetStorageClass = Shapes::StringShape.new(name: 'TargetStorageClass')
|
|
328
383
|
TemplateAlreadyExistsException = Shapes::StructureShape.new(name: 'TemplateAlreadyExistsException')
|
|
329
384
|
TemplateNotFoundException = Shapes::StructureShape.new(name: 'TemplateNotFoundException')
|
|
330
385
|
Title = Shapes::StringShape.new(name: 'Title')
|
|
331
386
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
|
387
|
+
TransitioningImageTotalCount = Shapes::StructureShape.new(name: 'TransitioningImageTotalCount')
|
|
388
|
+
TransitioningImageTotalCounts = Shapes::ListShape.new(name: 'TransitioningImageTotalCounts')
|
|
332
389
|
Type = Shapes::StringShape.new(name: 'Type')
|
|
333
390
|
UnableToAccessSecretException = Shapes::StructureShape.new(name: 'UnableToAccessSecretException')
|
|
334
391
|
UnableToDecryptSecretValueException = Shapes::StructureShape.new(name: 'UnableToDecryptSecretValueException')
|
|
@@ -338,6 +395,8 @@ module Aws::ECR
|
|
|
338
395
|
UnsupportedUpstreamRegistryException = Shapes::StructureShape.new(name: 'UnsupportedUpstreamRegistryException')
|
|
339
396
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
340
397
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
398
|
+
UpdateImageStorageClassRequest = Shapes::StructureShape.new(name: 'UpdateImageStorageClassRequest')
|
|
399
|
+
UpdateImageStorageClassResponse = Shapes::StructureShape.new(name: 'UpdateImageStorageClassResponse')
|
|
341
400
|
UpdatePullThroughCacheRuleRequest = Shapes::StructureShape.new(name: 'UpdatePullThroughCacheRuleRequest')
|
|
342
401
|
UpdatePullThroughCacheRuleResponse = Shapes::StructureShape.new(name: 'UpdatePullThroughCacheRuleResponse')
|
|
343
402
|
UpdateRepositoryCreationTemplateRequest = Shapes::StructureShape.new(name: 'UpdateRepositoryCreationTemplateRequest')
|
|
@@ -359,6 +418,11 @@ module Aws::ECR
|
|
|
359
418
|
VulnerablePackageName = Shapes::StringShape.new(name: 'VulnerablePackageName')
|
|
360
419
|
VulnerablePackagesList = Shapes::ListShape.new(name: 'VulnerablePackagesList')
|
|
361
420
|
|
|
421
|
+
Annotations.key = Shapes::ShapeRef.new(shape: String)
|
|
422
|
+
Annotations.value = Shapes::ShapeRef.new(shape: String)
|
|
423
|
+
|
|
424
|
+
ArtifactTypeList.member = Shapes::ShapeRef.new(shape: ArtifactType)
|
|
425
|
+
|
|
362
426
|
Attribute.add_member(:key, Shapes::ShapeRef.new(shape: AttributeKey, required: true, location_name: "key"))
|
|
363
427
|
Attribute.add_member(:value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "value"))
|
|
364
428
|
Attribute.struct_class = Types::Attribute
|
|
@@ -421,6 +485,9 @@ module Aws::ECR
|
|
|
421
485
|
|
|
422
486
|
BatchedOperationLayerDigestList.member = Shapes::ShapeRef.new(shape: BatchedOperationLayerDigest)
|
|
423
487
|
|
|
488
|
+
BlockedByOrganizationPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
489
|
+
BlockedByOrganizationPolicyException.struct_class = Types::BlockedByOrganizationPolicyException
|
|
490
|
+
|
|
424
491
|
CompleteLayerUploadRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
425
492
|
CompleteLayerUploadRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
426
493
|
CompleteLayerUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
|
|
@@ -554,6 +621,18 @@ module Aws::ECR
|
|
|
554
621
|
DeleteRepositoryResponse.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
|
|
555
622
|
DeleteRepositoryResponse.struct_class = Types::DeleteRepositoryResponse
|
|
556
623
|
|
|
624
|
+
DeleteSigningConfigurationRequest.struct_class = Types::DeleteSigningConfigurationRequest
|
|
625
|
+
|
|
626
|
+
DeleteSigningConfigurationResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
627
|
+
DeleteSigningConfigurationResponse.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, location_name: "signingConfiguration"))
|
|
628
|
+
DeleteSigningConfigurationResponse.struct_class = Types::DeleteSigningConfigurationResponse
|
|
629
|
+
|
|
630
|
+
DeregisterPullTimeUpdateExclusionRequest.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, required: true, location_name: "principalArn"))
|
|
631
|
+
DeregisterPullTimeUpdateExclusionRequest.struct_class = Types::DeregisterPullTimeUpdateExclusionRequest
|
|
632
|
+
|
|
633
|
+
DeregisterPullTimeUpdateExclusionResponse.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, location_name: "principalArn"))
|
|
634
|
+
DeregisterPullTimeUpdateExclusionResponse.struct_class = Types::DeregisterPullTimeUpdateExclusionResponse
|
|
635
|
+
|
|
557
636
|
DescribeImageReplicationStatusRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
558
637
|
DescribeImageReplicationStatusRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "imageId"))
|
|
559
638
|
DescribeImageReplicationStatusRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
@@ -579,7 +658,19 @@ module Aws::ECR
|
|
|
579
658
|
DescribeImageScanFindingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
580
659
|
DescribeImageScanFindingsResponse.struct_class = Types::DescribeImageScanFindingsResponse
|
|
581
660
|
|
|
661
|
+
DescribeImageSigningStatusRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
662
|
+
DescribeImageSigningStatusRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "imageId"))
|
|
663
|
+
DescribeImageSigningStatusRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
664
|
+
DescribeImageSigningStatusRequest.struct_class = Types::DescribeImageSigningStatusRequest
|
|
665
|
+
|
|
666
|
+
DescribeImageSigningStatusResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
|
|
667
|
+
DescribeImageSigningStatusResponse.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
|
|
668
|
+
DescribeImageSigningStatusResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
669
|
+
DescribeImageSigningStatusResponse.add_member(:signing_statuses, Shapes::ShapeRef.new(shape: ImageSigningStatusList, location_name: "signingStatuses"))
|
|
670
|
+
DescribeImageSigningStatusResponse.struct_class = Types::DescribeImageSigningStatusResponse
|
|
671
|
+
|
|
582
672
|
DescribeImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
|
|
673
|
+
DescribeImagesFilter.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatusFilter, location_name: "imageStatus"))
|
|
583
674
|
DescribeImagesFilter.struct_class = Types::DescribeImagesFilter
|
|
584
675
|
|
|
585
676
|
DescribeImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
@@ -662,6 +753,12 @@ module Aws::ECR
|
|
|
662
753
|
|
|
663
754
|
EnhancedImageScanFindingList.member = Shapes::ShapeRef.new(shape: EnhancedImageScanFinding)
|
|
664
755
|
|
|
756
|
+
ExclusionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
757
|
+
ExclusionAlreadyExistsException.struct_class = Types::ExclusionAlreadyExistsException
|
|
758
|
+
|
|
759
|
+
ExclusionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
760
|
+
ExclusionNotFoundException.struct_class = Types::ExclusionNotFoundException
|
|
761
|
+
|
|
665
762
|
FindingSeverityCounts.key = Shapes::ShapeRef.new(shape: FindingSeverity)
|
|
666
763
|
FindingSeverityCounts.value = Shapes::ShapeRef.new(shape: SeverityCount)
|
|
667
764
|
|
|
@@ -737,6 +834,12 @@ module Aws::ECR
|
|
|
737
834
|
GetRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
|
|
738
835
|
GetRepositoryPolicyResponse.struct_class = Types::GetRepositoryPolicyResponse
|
|
739
836
|
|
|
837
|
+
GetSigningConfigurationRequest.struct_class = Types::GetSigningConfigurationRequest
|
|
838
|
+
|
|
839
|
+
GetSigningConfigurationResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
840
|
+
GetSigningConfigurationResponse.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, location_name: "signingConfiguration"))
|
|
841
|
+
GetSigningConfigurationResponse.struct_class = Types::GetSigningConfigurationResponse
|
|
842
|
+
|
|
740
843
|
Image.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
741
844
|
Image.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
|
|
742
845
|
Image.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
|
|
@@ -747,6 +850,9 @@ module Aws::ECR
|
|
|
747
850
|
ImageAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
748
851
|
ImageAlreadyExistsException.struct_class = Types::ImageAlreadyExistsException
|
|
749
852
|
|
|
853
|
+
ImageArchivedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
854
|
+
ImageArchivedException.struct_class = Types::ImageArchivedException
|
|
855
|
+
|
|
750
856
|
ImageDetail.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
751
857
|
ImageDetail.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
|
|
752
858
|
ImageDetail.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
|
|
@@ -758,6 +864,10 @@ module Aws::ECR
|
|
|
758
864
|
ImageDetail.add_member(:image_manifest_media_type, Shapes::ShapeRef.new(shape: MediaType, location_name: "imageManifestMediaType"))
|
|
759
865
|
ImageDetail.add_member(:artifact_media_type, Shapes::ShapeRef.new(shape: MediaType, location_name: "artifactMediaType"))
|
|
760
866
|
ImageDetail.add_member(:last_recorded_pull_time, Shapes::ShapeRef.new(shape: RecordedPullTimestamp, location_name: "lastRecordedPullTime"))
|
|
867
|
+
ImageDetail.add_member(:subject_manifest_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "subjectManifestDigest"))
|
|
868
|
+
ImageDetail.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "imageStatus"))
|
|
869
|
+
ImageDetail.add_member(:last_archived_at, Shapes::ShapeRef.new(shape: LastArchivedAtTimestamp, location_name: "lastArchivedAt"))
|
|
870
|
+
ImageDetail.add_member(:last_activated_at, Shapes::ShapeRef.new(shape: LastActivatedAtTimestamp, location_name: "lastActivatedAt"))
|
|
761
871
|
ImageDetail.struct_class = Types::ImageDetail
|
|
762
872
|
|
|
763
873
|
ImageDetailList.member = Shapes::ShapeRef.new(shape: ImageDetail)
|
|
@@ -783,6 +893,16 @@ module Aws::ECR
|
|
|
783
893
|
ImageNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
784
894
|
ImageNotFoundException.struct_class = Types::ImageNotFoundException
|
|
785
895
|
|
|
896
|
+
ImageReferrer.add_member(:digest, Shapes::ShapeRef.new(shape: ImageDigest, required: true, location_name: "digest"))
|
|
897
|
+
ImageReferrer.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location_name: "mediaType"))
|
|
898
|
+
ImageReferrer.add_member(:artifact_type, Shapes::ShapeRef.new(shape: ArtifactType, location_name: "artifactType"))
|
|
899
|
+
ImageReferrer.add_member(:size, Shapes::ShapeRef.new(shape: ImageSizeInBytes, required: true, location_name: "size"))
|
|
900
|
+
ImageReferrer.add_member(:annotations, Shapes::ShapeRef.new(shape: Annotations, location_name: "annotations"))
|
|
901
|
+
ImageReferrer.add_member(:artifact_status, Shapes::ShapeRef.new(shape: ArtifactStatus, location_name: "artifactStatus"))
|
|
902
|
+
ImageReferrer.struct_class = Types::ImageReferrer
|
|
903
|
+
|
|
904
|
+
ImageReferrerList.member = Shapes::ShapeRef.new(shape: ImageReferrer)
|
|
905
|
+
|
|
786
906
|
ImageReplicationStatus.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
|
|
787
907
|
ImageReplicationStatus.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
788
908
|
ImageReplicationStatus.add_member(:status, Shapes::ShapeRef.new(shape: ReplicationStatus, location_name: "status"))
|
|
@@ -819,6 +939,17 @@ module Aws::ECR
|
|
|
819
939
|
ImageScanningConfiguration.add_member(:scan_on_push, Shapes::ShapeRef.new(shape: ScanOnPushFlag, location_name: "scanOnPush"))
|
|
820
940
|
ImageScanningConfiguration.struct_class = Types::ImageScanningConfiguration
|
|
821
941
|
|
|
942
|
+
ImageSigningStatus.add_member(:signing_profile_arn, Shapes::ShapeRef.new(shape: SigningProfileArn, location_name: "signingProfileArn"))
|
|
943
|
+
ImageSigningStatus.add_member(:failure_code, Shapes::ShapeRef.new(shape: SigningStatusFailureCode, location_name: "failureCode"))
|
|
944
|
+
ImageSigningStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: SigningStatusFailureReason, location_name: "failureReason"))
|
|
945
|
+
ImageSigningStatus.add_member(:status, Shapes::ShapeRef.new(shape: SigningStatus, location_name: "status"))
|
|
946
|
+
ImageSigningStatus.struct_class = Types::ImageSigningStatus
|
|
947
|
+
|
|
948
|
+
ImageSigningStatusList.member = Shapes::ShapeRef.new(shape: ImageSigningStatus)
|
|
949
|
+
|
|
950
|
+
ImageStorageClassUpdateNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
951
|
+
ImageStorageClassUpdateNotSupportedException.struct_class = Types::ImageStorageClassUpdateNotSupportedException
|
|
952
|
+
|
|
822
953
|
ImageTagAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
823
954
|
ImageTagAlreadyExistsException.struct_class = Types::ImageTagAlreadyExistsException
|
|
824
955
|
|
|
@@ -906,20 +1037,40 @@ module Aws::ECR
|
|
|
906
1037
|
LifecyclePolicyPreviewResult.add_member(:image_pushed_at, Shapes::ShapeRef.new(shape: PushTimestamp, location_name: "imagePushedAt"))
|
|
907
1038
|
LifecyclePolicyPreviewResult.add_member(:action, Shapes::ShapeRef.new(shape: LifecyclePolicyRuleAction, location_name: "action"))
|
|
908
1039
|
LifecyclePolicyPreviewResult.add_member(:applied_rule_priority, Shapes::ShapeRef.new(shape: LifecyclePolicyRulePriority, location_name: "appliedRulePriority"))
|
|
1040
|
+
LifecyclePolicyPreviewResult.add_member(:storage_class, Shapes::ShapeRef.new(shape: LifecyclePolicyStorageClass, location_name: "storageClass"))
|
|
909
1041
|
LifecyclePolicyPreviewResult.struct_class = Types::LifecyclePolicyPreviewResult
|
|
910
1042
|
|
|
911
1043
|
LifecyclePolicyPreviewResultList.member = Shapes::ShapeRef.new(shape: LifecyclePolicyPreviewResult)
|
|
912
1044
|
|
|
913
1045
|
LifecyclePolicyPreviewSummary.add_member(:expiring_image_total_count, Shapes::ShapeRef.new(shape: ImageCount, location_name: "expiringImageTotalCount"))
|
|
1046
|
+
LifecyclePolicyPreviewSummary.add_member(:transitioning_image_total_counts, Shapes::ShapeRef.new(shape: TransitioningImageTotalCounts, location_name: "transitioningImageTotalCounts"))
|
|
914
1047
|
LifecyclePolicyPreviewSummary.struct_class = Types::LifecyclePolicyPreviewSummary
|
|
915
1048
|
|
|
916
1049
|
LifecyclePolicyRuleAction.add_member(:type, Shapes::ShapeRef.new(shape: ImageActionType, location_name: "type"))
|
|
1050
|
+
LifecyclePolicyRuleAction.add_member(:target_storage_class, Shapes::ShapeRef.new(shape: LifecyclePolicyTargetStorageClass, location_name: "targetStorageClass"))
|
|
917
1051
|
LifecyclePolicyRuleAction.struct_class = Types::LifecyclePolicyRuleAction
|
|
918
1052
|
|
|
919
1053
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
920
1054
|
LimitExceededException.struct_class = Types::LimitExceededException
|
|
921
1055
|
|
|
1056
|
+
ListImageReferrersFilter.add_member(:artifact_types, Shapes::ShapeRef.new(shape: ArtifactTypeList, location_name: "artifactTypes"))
|
|
1057
|
+
ListImageReferrersFilter.add_member(:artifact_status, Shapes::ShapeRef.new(shape: ArtifactStatusFilter, location_name: "artifactStatus"))
|
|
1058
|
+
ListImageReferrersFilter.struct_class = Types::ListImageReferrersFilter
|
|
1059
|
+
|
|
1060
|
+
ListImageReferrersRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1061
|
+
ListImageReferrersRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
1062
|
+
ListImageReferrersRequest.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectIdentifier, required: true, location_name: "subjectId"))
|
|
1063
|
+
ListImageReferrersRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListImageReferrersFilter, location_name: "filter"))
|
|
1064
|
+
ListImageReferrersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1065
|
+
ListImageReferrersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: FiftyMaxResults, location_name: "maxResults"))
|
|
1066
|
+
ListImageReferrersRequest.struct_class = Types::ListImageReferrersRequest
|
|
1067
|
+
|
|
1068
|
+
ListImageReferrersResponse.add_member(:referrers, Shapes::ShapeRef.new(shape: ImageReferrerList, location_name: "referrers"))
|
|
1069
|
+
ListImageReferrersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1070
|
+
ListImageReferrersResponse.struct_class = Types::ListImageReferrersResponse
|
|
1071
|
+
|
|
922
1072
|
ListImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
|
|
1073
|
+
ListImagesFilter.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatusFilter, location_name: "imageStatus"))
|
|
923
1074
|
ListImagesFilter.struct_class = Types::ListImagesFilter
|
|
924
1075
|
|
|
925
1076
|
ListImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
@@ -933,6 +1084,14 @@ module Aws::ECR
|
|
|
933
1084
|
ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
934
1085
|
ListImagesResponse.struct_class = Types::ListImagesResponse
|
|
935
1086
|
|
|
1087
|
+
ListPullTimeUpdateExclusionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1088
|
+
ListPullTimeUpdateExclusionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1089
|
+
ListPullTimeUpdateExclusionsRequest.struct_class = Types::ListPullTimeUpdateExclusionsRequest
|
|
1090
|
+
|
|
1091
|
+
ListPullTimeUpdateExclusionsResponse.add_member(:pull_time_update_exclusions, Shapes::ShapeRef.new(shape: PullTimeUpdateExclusionList, location_name: "pullTimeUpdateExclusions"))
|
|
1092
|
+
ListPullTimeUpdateExclusionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1093
|
+
ListPullTimeUpdateExclusionsResponse.struct_class = Types::ListPullTimeUpdateExclusionsResponse
|
|
1094
|
+
|
|
936
1095
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
|
|
937
1096
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
938
1097
|
|
|
@@ -976,6 +1135,8 @@ module Aws::ECR
|
|
|
976
1135
|
|
|
977
1136
|
PullThroughCacheRuleRepositoryPrefixList.member = Shapes::ShapeRef.new(shape: PullThroughCacheRuleRepositoryPrefix)
|
|
978
1137
|
|
|
1138
|
+
PullTimeUpdateExclusionList.member = Shapes::ShapeRef.new(shape: PrincipalArn)
|
|
1139
|
+
|
|
979
1140
|
PutAccountSettingRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccountSettingName, required: true, location_name: "name"))
|
|
980
1141
|
PutAccountSettingRequest.add_member(:value, Shapes::ShapeRef.new(shape: AccountSettingValue, required: true, location_name: "value"))
|
|
981
1142
|
PutAccountSettingRequest.struct_class = Types::PutAccountSettingRequest
|
|
@@ -1047,6 +1208,12 @@ module Aws::ECR
|
|
|
1047
1208
|
PutReplicationConfigurationResponse.add_member(:replication_configuration, Shapes::ShapeRef.new(shape: ReplicationConfiguration, location_name: "replicationConfiguration"))
|
|
1048
1209
|
PutReplicationConfigurationResponse.struct_class = Types::PutReplicationConfigurationResponse
|
|
1049
1210
|
|
|
1211
|
+
PutSigningConfigurationRequest.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, required: true, location_name: "signingConfiguration"))
|
|
1212
|
+
PutSigningConfigurationRequest.struct_class = Types::PutSigningConfigurationRequest
|
|
1213
|
+
|
|
1214
|
+
PutSigningConfigurationResponse.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, location_name: "signingConfiguration"))
|
|
1215
|
+
PutSigningConfigurationResponse.struct_class = Types::PutSigningConfigurationResponse
|
|
1216
|
+
|
|
1050
1217
|
RCTAppliedForList.member = Shapes::ShapeRef.new(shape: RCTAppliedFor)
|
|
1051
1218
|
|
|
1052
1219
|
Recommendation.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "url"))
|
|
@@ -1058,6 +1225,13 @@ module Aws::ECR
|
|
|
1058
1225
|
ReferencedImagesNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1059
1226
|
ReferencedImagesNotFoundException.struct_class = Types::ReferencedImagesNotFoundException
|
|
1060
1227
|
|
|
1228
|
+
RegisterPullTimeUpdateExclusionRequest.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, required: true, location_name: "principalArn"))
|
|
1229
|
+
RegisterPullTimeUpdateExclusionRequest.struct_class = Types::RegisterPullTimeUpdateExclusionRequest
|
|
1230
|
+
|
|
1231
|
+
RegisterPullTimeUpdateExclusionResponse.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, location_name: "principalArn"))
|
|
1232
|
+
RegisterPullTimeUpdateExclusionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreationTimestamp, location_name: "createdAt"))
|
|
1233
|
+
RegisterPullTimeUpdateExclusionResponse.struct_class = Types::RegisterPullTimeUpdateExclusionResponse
|
|
1234
|
+
|
|
1061
1235
|
RegistryPolicyNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1062
1236
|
RegistryPolicyNotFoundException.struct_class = Types::RegistryPolicyNotFoundException
|
|
1063
1237
|
|
|
@@ -1198,6 +1372,24 @@ module Aws::ECR
|
|
|
1198
1372
|
SetRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
|
|
1199
1373
|
SetRepositoryPolicyResponse.struct_class = Types::SetRepositoryPolicyResponse
|
|
1200
1374
|
|
|
1375
|
+
SigningConfiguration.add_member(:rules, Shapes::ShapeRef.new(shape: SigningRuleList, required: true, location_name: "rules"))
|
|
1376
|
+
SigningConfiguration.struct_class = Types::SigningConfiguration
|
|
1377
|
+
|
|
1378
|
+
SigningConfigurationNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1379
|
+
SigningConfigurationNotFoundException.struct_class = Types::SigningConfigurationNotFoundException
|
|
1380
|
+
|
|
1381
|
+
SigningRepositoryFilter.add_member(:filter, Shapes::ShapeRef.new(shape: SigningRepositoryFilterValue, required: true, location_name: "filter"))
|
|
1382
|
+
SigningRepositoryFilter.add_member(:filter_type, Shapes::ShapeRef.new(shape: SigningRepositoryFilterType, required: true, location_name: "filterType"))
|
|
1383
|
+
SigningRepositoryFilter.struct_class = Types::SigningRepositoryFilter
|
|
1384
|
+
|
|
1385
|
+
SigningRepositoryFilterList.member = Shapes::ShapeRef.new(shape: SigningRepositoryFilter)
|
|
1386
|
+
|
|
1387
|
+
SigningRule.add_member(:signing_profile_arn, Shapes::ShapeRef.new(shape: SigningProfileArn, required: true, location_name: "signingProfileArn"))
|
|
1388
|
+
SigningRule.add_member(:repository_filters, Shapes::ShapeRef.new(shape: SigningRepositoryFilterList, location_name: "repositoryFilters"))
|
|
1389
|
+
SigningRule.struct_class = Types::SigningRule
|
|
1390
|
+
|
|
1391
|
+
SigningRuleList.member = Shapes::ShapeRef.new(shape: SigningRule)
|
|
1392
|
+
|
|
1201
1393
|
StartImageScanRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1202
1394
|
StartImageScanRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
1203
1395
|
StartImageScanRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "imageId"))
|
|
@@ -1220,6 +1412,9 @@ module Aws::ECR
|
|
|
1220
1412
|
StartLifecyclePolicyPreviewResponse.add_member(:status, Shapes::ShapeRef.new(shape: LifecyclePolicyPreviewStatus, location_name: "status"))
|
|
1221
1413
|
StartLifecyclePolicyPreviewResponse.struct_class = Types::StartLifecyclePolicyPreviewResponse
|
|
1222
1414
|
|
|
1415
|
+
SubjectIdentifier.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, required: true, location_name: "imageDigest"))
|
|
1416
|
+
SubjectIdentifier.struct_class = Types::SubjectIdentifier
|
|
1417
|
+
|
|
1223
1418
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
|
1224
1419
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
|
1225
1420
|
Tag.struct_class = Types::Tag
|
|
@@ -1246,6 +1441,12 @@ module Aws::ECR
|
|
|
1246
1441
|
TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1247
1442
|
TooManyTagsException.struct_class = Types::TooManyTagsException
|
|
1248
1443
|
|
|
1444
|
+
TransitioningImageTotalCount.add_member(:target_storage_class, Shapes::ShapeRef.new(shape: LifecyclePolicyTargetStorageClass, location_name: "targetStorageClass"))
|
|
1445
|
+
TransitioningImageTotalCount.add_member(:image_total_count, Shapes::ShapeRef.new(shape: ImageCount, location_name: "imageTotalCount"))
|
|
1446
|
+
TransitioningImageTotalCount.struct_class = Types::TransitioningImageTotalCount
|
|
1447
|
+
|
|
1448
|
+
TransitioningImageTotalCounts.member = Shapes::ShapeRef.new(shape: TransitioningImageTotalCount)
|
|
1449
|
+
|
|
1249
1450
|
UnableToAccessSecretException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1250
1451
|
UnableToAccessSecretException.struct_class = Types::UnableToAccessSecretException
|
|
1251
1452
|
|
|
@@ -1270,6 +1471,18 @@ module Aws::ECR
|
|
|
1270
1471
|
|
|
1271
1472
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
1272
1473
|
|
|
1474
|
+
UpdateImageStorageClassRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1475
|
+
UpdateImageStorageClassRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
1476
|
+
UpdateImageStorageClassRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "imageId"))
|
|
1477
|
+
UpdateImageStorageClassRequest.add_member(:target_storage_class, Shapes::ShapeRef.new(shape: TargetStorageClass, required: true, location_name: "targetStorageClass"))
|
|
1478
|
+
UpdateImageStorageClassRequest.struct_class = Types::UpdateImageStorageClassRequest
|
|
1479
|
+
|
|
1480
|
+
UpdateImageStorageClassResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1481
|
+
UpdateImageStorageClassResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
|
|
1482
|
+
UpdateImageStorageClassResponse.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
|
|
1483
|
+
UpdateImageStorageClassResponse.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "imageStatus"))
|
|
1484
|
+
UpdateImageStorageClassResponse.struct_class = Types::UpdateImageStorageClassResponse
|
|
1485
|
+
|
|
1273
1486
|
UpdatePullThroughCacheRuleRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1274
1487
|
UpdatePullThroughCacheRuleRequest.add_member(:ecr_repository_prefix, Shapes::ShapeRef.new(shape: PullThroughCacheRuleRepositoryPrefix, required: true, location_name: "ecrRepositoryPrefix"))
|
|
1275
1488
|
UpdatePullThroughCacheRuleRequest.add_member(:credential_arn, Shapes::ShapeRef.new(shape: CredentialArn, location_name: "credentialArn"))
|
|
@@ -1552,6 +1765,30 @@ module Aws::ECR
|
|
|
1552
1765
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryPolicyNotFoundException)
|
|
1553
1766
|
end)
|
|
1554
1767
|
|
|
1768
|
+
api.add_operation(:delete_signing_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1769
|
+
o.name = "DeleteSigningConfiguration"
|
|
1770
|
+
o.http_method = "POST"
|
|
1771
|
+
o.http_request_uri = "/"
|
|
1772
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSigningConfigurationRequest)
|
|
1773
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSigningConfigurationResponse)
|
|
1774
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1775
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1776
|
+
o.errors << Shapes::ShapeRef.new(shape: SigningConfigurationNotFoundException)
|
|
1777
|
+
end)
|
|
1778
|
+
|
|
1779
|
+
api.add_operation(:deregister_pull_time_update_exclusion, Seahorse::Model::Operation.new.tap do |o|
|
|
1780
|
+
o.name = "DeregisterPullTimeUpdateExclusion"
|
|
1781
|
+
o.http_method = "POST"
|
|
1782
|
+
o.http_request_uri = "/"
|
|
1783
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterPullTimeUpdateExclusionRequest)
|
|
1784
|
+
o.output = Shapes::ShapeRef.new(shape: DeregisterPullTimeUpdateExclusionResponse)
|
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: ExclusionNotFoundException)
|
|
1787
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1789
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1790
|
+
end)
|
|
1791
|
+
|
|
1555
1792
|
api.add_operation(:describe_image_replication_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1556
1793
|
o.name = "DescribeImageReplicationStatus"
|
|
1557
1794
|
o.http_method = "POST"
|
|
@@ -1585,6 +1822,19 @@ module Aws::ECR
|
|
|
1585
1822
|
)
|
|
1586
1823
|
end)
|
|
1587
1824
|
|
|
1825
|
+
api.add_operation(:describe_image_signing_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1826
|
+
o.name = "DescribeImageSigningStatus"
|
|
1827
|
+
o.http_method = "POST"
|
|
1828
|
+
o.http_request_uri = "/"
|
|
1829
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeImageSigningStatusRequest)
|
|
1830
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeImageSigningStatusResponse)
|
|
1831
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1832
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1833
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1834
|
+
o.errors << Shapes::ShapeRef.new(shape: ImageNotFoundException)
|
|
1835
|
+
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
1836
|
+
end)
|
|
1837
|
+
|
|
1588
1838
|
api.add_operation(:describe_images, Seahorse::Model::Operation.new.tap do |o|
|
|
1589
1839
|
o.name = "DescribeImages"
|
|
1590
1840
|
o.http_method = "POST"
|
|
@@ -1768,6 +2018,18 @@ module Aws::ECR
|
|
|
1768
2018
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryPolicyNotFoundException)
|
|
1769
2019
|
end)
|
|
1770
2020
|
|
|
2021
|
+
api.add_operation(:get_signing_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2022
|
+
o.name = "GetSigningConfiguration"
|
|
2023
|
+
o.http_method = "POST"
|
|
2024
|
+
o.http_request_uri = "/"
|
|
2025
|
+
o.input = Shapes::ShapeRef.new(shape: GetSigningConfigurationRequest)
|
|
2026
|
+
o.output = Shapes::ShapeRef.new(shape: GetSigningConfigurationResponse)
|
|
2027
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2028
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2029
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2030
|
+
o.errors << Shapes::ShapeRef.new(shape: SigningConfigurationNotFoundException)
|
|
2031
|
+
end)
|
|
2032
|
+
|
|
1771
2033
|
api.add_operation(:initiate_layer_upload, Seahorse::Model::Operation.new.tap do |o|
|
|
1772
2034
|
o.name = "InitiateLayerUpload"
|
|
1773
2035
|
o.http_method = "POST"
|
|
@@ -1780,6 +2042,18 @@ module Aws::ECR
|
|
|
1780
2042
|
o.errors << Shapes::ShapeRef.new(shape: KmsException)
|
|
1781
2043
|
end)
|
|
1782
2044
|
|
|
2045
|
+
api.add_operation(:list_image_referrers, Seahorse::Model::Operation.new.tap do |o|
|
|
2046
|
+
o.name = "ListImageReferrers"
|
|
2047
|
+
o.http_method = "POST"
|
|
2048
|
+
o.http_request_uri = "/"
|
|
2049
|
+
o.input = Shapes::ShapeRef.new(shape: ListImageReferrersRequest)
|
|
2050
|
+
o.output = Shapes::ShapeRef.new(shape: ListImageReferrersResponse)
|
|
2051
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2052
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2053
|
+
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
2054
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2055
|
+
end)
|
|
2056
|
+
|
|
1783
2057
|
api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
|
|
1784
2058
|
o.name = "ListImages"
|
|
1785
2059
|
o.http_method = "POST"
|
|
@@ -1797,6 +2071,18 @@ module Aws::ECR
|
|
|
1797
2071
|
)
|
|
1798
2072
|
end)
|
|
1799
2073
|
|
|
2074
|
+
api.add_operation(:list_pull_time_update_exclusions, Seahorse::Model::Operation.new.tap do |o|
|
|
2075
|
+
o.name = "ListPullTimeUpdateExclusions"
|
|
2076
|
+
o.http_method = "POST"
|
|
2077
|
+
o.http_request_uri = "/"
|
|
2078
|
+
o.input = Shapes::ShapeRef.new(shape: ListPullTimeUpdateExclusionsRequest)
|
|
2079
|
+
o.output = Shapes::ShapeRef.new(shape: ListPullTimeUpdateExclusionsResponse)
|
|
2080
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2081
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2082
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2083
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2084
|
+
end)
|
|
2085
|
+
|
|
1800
2086
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1801
2087
|
o.name = "ListTagsForResource"
|
|
1802
2088
|
o.http_method = "POST"
|
|
@@ -1893,6 +2179,7 @@ module Aws::ECR
|
|
|
1893
2179
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1894
2180
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1895
2181
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2182
|
+
o.errors << Shapes::ShapeRef.new(shape: BlockedByOrganizationPolicyException)
|
|
1896
2183
|
end)
|
|
1897
2184
|
|
|
1898
2185
|
api.add_operation(:put_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1906,6 +2193,30 @@ module Aws::ECR
|
|
|
1906
2193
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1907
2194
|
end)
|
|
1908
2195
|
|
|
2196
|
+
api.add_operation(:put_signing_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2197
|
+
o.name = "PutSigningConfiguration"
|
|
2198
|
+
o.http_method = "POST"
|
|
2199
|
+
o.http_request_uri = "/"
|
|
2200
|
+
o.input = Shapes::ShapeRef.new(shape: PutSigningConfigurationRequest)
|
|
2201
|
+
o.output = Shapes::ShapeRef.new(shape: PutSigningConfigurationResponse)
|
|
2202
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2203
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2204
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2205
|
+
end)
|
|
2206
|
+
|
|
2207
|
+
api.add_operation(:register_pull_time_update_exclusion, Seahorse::Model::Operation.new.tap do |o|
|
|
2208
|
+
o.name = "RegisterPullTimeUpdateExclusion"
|
|
2209
|
+
o.http_method = "POST"
|
|
2210
|
+
o.http_request_uri = "/"
|
|
2211
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterPullTimeUpdateExclusionRequest)
|
|
2212
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterPullTimeUpdateExclusionResponse)
|
|
2213
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2214
|
+
o.errors << Shapes::ShapeRef.new(shape: ExclusionAlreadyExistsException)
|
|
2215
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2216
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2217
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2218
|
+
end)
|
|
2219
|
+
|
|
1909
2220
|
api.add_operation(:set_repository_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1910
2221
|
o.name = "SetRepositoryPolicy"
|
|
1911
2222
|
o.http_method = "POST"
|
|
@@ -1930,6 +2241,7 @@ module Aws::ECR
|
|
|
1930
2241
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
1931
2242
|
o.errors << Shapes::ShapeRef.new(shape: ImageNotFoundException)
|
|
1932
2243
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2244
|
+
o.errors << Shapes::ShapeRef.new(shape: ImageArchivedException)
|
|
1933
2245
|
end)
|
|
1934
2246
|
|
|
1935
2247
|
api.add_operation(:start_lifecycle_policy_preview, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1972,6 +2284,20 @@ module Aws::ECR
|
|
|
1972
2284
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1973
2285
|
end)
|
|
1974
2286
|
|
|
2287
|
+
api.add_operation(:update_image_storage_class, Seahorse::Model::Operation.new.tap do |o|
|
|
2288
|
+
o.name = "UpdateImageStorageClass"
|
|
2289
|
+
o.http_method = "POST"
|
|
2290
|
+
o.http_request_uri = "/"
|
|
2291
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateImageStorageClassRequest)
|
|
2292
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateImageStorageClassResponse)
|
|
2293
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2294
|
+
o.errors << Shapes::ShapeRef.new(shape: ImageNotFoundException)
|
|
2295
|
+
o.errors << Shapes::ShapeRef.new(shape: ImageStorageClassUpdateNotSupportedException)
|
|
2296
|
+
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
2297
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2298
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2299
|
+
end)
|
|
2300
|
+
|
|
1975
2301
|
api.add_operation(:update_pull_through_cache_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1976
2302
|
o.name = "UpdatePullThroughCacheRule"
|
|
1977
2303
|
o.http_method = "POST"
|