aws-sdk-ecr 1.113.0 → 1.114.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +512 -20
- data/lib/aws-sdk-ecr/client_api.rb +202 -0
- data/lib/aws-sdk-ecr/errors.rb +80 -0
- data/lib/aws-sdk-ecr/types.rb +509 -37
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/client.rbs +77 -2
- data/sig/errors.rbs +15 -0
- data/sig/types.rbs +130 -4
- metadata +1 -1
|
@@ -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,6 +73,8 @@ 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
|
+
DeregisterPullTimeUpdateExclusionRequest = Shapes::StructureShape.new(name: 'DeregisterPullTimeUpdateExclusionRequest')
|
|
77
|
+
DeregisterPullTimeUpdateExclusionResponse = Shapes::StructureShape.new(name: 'DeregisterPullTimeUpdateExclusionResponse')
|
|
70
78
|
DescribeImageReplicationStatusRequest = Shapes::StructureShape.new(name: 'DescribeImageReplicationStatusRequest')
|
|
71
79
|
DescribeImageReplicationStatusResponse = Shapes::StructureShape.new(name: 'DescribeImageReplicationStatusResponse')
|
|
72
80
|
DescribeImageScanFindingsRequest = Shapes::StructureShape.new(name: 'DescribeImageScanFindingsRequest')
|
|
@@ -91,8 +99,11 @@ module Aws::ECR
|
|
|
91
99
|
Epoch = Shapes::IntegerShape.new(name: 'Epoch')
|
|
92
100
|
EvaluationTimestamp = Shapes::TimestampShape.new(name: 'EvaluationTimestamp')
|
|
93
101
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
|
102
|
+
ExclusionAlreadyExistsException = Shapes::StructureShape.new(name: 'ExclusionAlreadyExistsException')
|
|
103
|
+
ExclusionNotFoundException = Shapes::StructureShape.new(name: 'ExclusionNotFoundException')
|
|
94
104
|
ExpirationTimestamp = Shapes::TimestampShape.new(name: 'ExpirationTimestamp')
|
|
95
105
|
ExploitAvailable = Shapes::StringShape.new(name: 'ExploitAvailable')
|
|
106
|
+
FiftyMaxResults = Shapes::IntegerShape.new(name: 'FiftyMaxResults')
|
|
96
107
|
FilePath = Shapes::StringShape.new(name: 'FilePath')
|
|
97
108
|
FindingArn = Shapes::StringShape.new(name: 'FindingArn')
|
|
98
109
|
FindingDescription = Shapes::StringShape.new(name: 'FindingDescription')
|
|
@@ -122,6 +133,7 @@ module Aws::ECR
|
|
|
122
133
|
Image = Shapes::StructureShape.new(name: 'Image')
|
|
123
134
|
ImageActionType = Shapes::StringShape.new(name: 'ImageActionType')
|
|
124
135
|
ImageAlreadyExistsException = Shapes::StructureShape.new(name: 'ImageAlreadyExistsException')
|
|
136
|
+
ImageArchivedException = Shapes::StructureShape.new(name: 'ImageArchivedException')
|
|
125
137
|
ImageCount = Shapes::IntegerShape.new(name: 'ImageCount')
|
|
126
138
|
ImageDetail = Shapes::StructureShape.new(name: 'ImageDetail')
|
|
127
139
|
ImageDetailList = Shapes::ListShape.new(name: 'ImageDetailList')
|
|
@@ -136,6 +148,8 @@ module Aws::ECR
|
|
|
136
148
|
ImageList = Shapes::ListShape.new(name: 'ImageList')
|
|
137
149
|
ImageManifest = Shapes::StringShape.new(name: 'ImageManifest')
|
|
138
150
|
ImageNotFoundException = Shapes::StructureShape.new(name: 'ImageNotFoundException')
|
|
151
|
+
ImageReferrer = Shapes::StructureShape.new(name: 'ImageReferrer')
|
|
152
|
+
ImageReferrerList = Shapes::ListShape.new(name: 'ImageReferrerList')
|
|
139
153
|
ImageReplicationStatus = Shapes::StructureShape.new(name: 'ImageReplicationStatus')
|
|
140
154
|
ImageReplicationStatusList = Shapes::ListShape.new(name: 'ImageReplicationStatusList')
|
|
141
155
|
ImageScanFinding = Shapes::StructureShape.new(name: 'ImageScanFinding')
|
|
@@ -145,6 +159,9 @@ module Aws::ECR
|
|
|
145
159
|
ImageScanStatus = Shapes::StructureShape.new(name: 'ImageScanStatus')
|
|
146
160
|
ImageScanningConfiguration = Shapes::StructureShape.new(name: 'ImageScanningConfiguration')
|
|
147
161
|
ImageSizeInBytes = Shapes::IntegerShape.new(name: 'ImageSizeInBytes')
|
|
162
|
+
ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
|
|
163
|
+
ImageStatusFilter = Shapes::StringShape.new(name: 'ImageStatusFilter')
|
|
164
|
+
ImageStorageClassUpdateNotSupportedException = Shapes::StructureShape.new(name: 'ImageStorageClassUpdateNotSupportedException')
|
|
148
165
|
ImageTag = Shapes::StringShape.new(name: 'ImageTag')
|
|
149
166
|
ImageTagAlreadyExistsException = Shapes::StructureShape.new(name: 'ImageTagAlreadyExistsException')
|
|
150
167
|
ImageTagList = Shapes::ListShape.new(name: 'ImageTagList')
|
|
@@ -166,6 +183,8 @@ module Aws::ECR
|
|
|
166
183
|
KmsException = Shapes::StructureShape.new(name: 'KmsException')
|
|
167
184
|
KmsKey = Shapes::StringShape.new(name: 'KmsKey')
|
|
168
185
|
KmsKeyForRepositoryCreationTemplate = Shapes::StringShape.new(name: 'KmsKeyForRepositoryCreationTemplate')
|
|
186
|
+
LastActivatedAtTimestamp = Shapes::TimestampShape.new(name: 'LastActivatedAtTimestamp')
|
|
187
|
+
LastArchivedAtTimestamp = Shapes::TimestampShape.new(name: 'LastArchivedAtTimestamp')
|
|
169
188
|
Layer = Shapes::StructureShape.new(name: 'Layer')
|
|
170
189
|
LayerAlreadyExistsException = Shapes::StructureShape.new(name: 'LayerAlreadyExistsException')
|
|
171
190
|
LayerAvailability = Shapes::StringShape.new(name: 'LayerAvailability')
|
|
@@ -191,13 +210,20 @@ module Aws::ECR
|
|
|
191
210
|
LifecyclePolicyPreviewSummary = Shapes::StructureShape.new(name: 'LifecyclePolicyPreviewSummary')
|
|
192
211
|
LifecyclePolicyRuleAction = Shapes::StructureShape.new(name: 'LifecyclePolicyRuleAction')
|
|
193
212
|
LifecyclePolicyRulePriority = Shapes::IntegerShape.new(name: 'LifecyclePolicyRulePriority')
|
|
213
|
+
LifecyclePolicyStorageClass = Shapes::StringShape.new(name: 'LifecyclePolicyStorageClass')
|
|
214
|
+
LifecyclePolicyTargetStorageClass = Shapes::StringShape.new(name: 'LifecyclePolicyTargetStorageClass')
|
|
194
215
|
LifecyclePolicyText = Shapes::StringShape.new(name: 'LifecyclePolicyText')
|
|
195
216
|
LifecyclePolicyTextForRepositoryCreationTemplate = Shapes::StringShape.new(name: 'LifecyclePolicyTextForRepositoryCreationTemplate')
|
|
196
217
|
LifecyclePreviewMaxResults = Shapes::IntegerShape.new(name: 'LifecyclePreviewMaxResults')
|
|
197
218
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
|
219
|
+
ListImageReferrersFilter = Shapes::StructureShape.new(name: 'ListImageReferrersFilter')
|
|
220
|
+
ListImageReferrersRequest = Shapes::StructureShape.new(name: 'ListImageReferrersRequest')
|
|
221
|
+
ListImageReferrersResponse = Shapes::StructureShape.new(name: 'ListImageReferrersResponse')
|
|
198
222
|
ListImagesFilter = Shapes::StructureShape.new(name: 'ListImagesFilter')
|
|
199
223
|
ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
|
|
200
224
|
ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
|
|
225
|
+
ListPullTimeUpdateExclusionsRequest = Shapes::StructureShape.new(name: 'ListPullTimeUpdateExclusionsRequest')
|
|
226
|
+
ListPullTimeUpdateExclusionsResponse = Shapes::StructureShape.new(name: 'ListPullTimeUpdateExclusionsResponse')
|
|
201
227
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
202
228
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
203
229
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
@@ -212,6 +238,7 @@ module Aws::ECR
|
|
|
212
238
|
Platform = Shapes::StringShape.new(name: 'Platform')
|
|
213
239
|
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
|
214
240
|
PrefixList = Shapes::ListShape.new(name: 'PrefixList')
|
|
241
|
+
PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
|
|
215
242
|
ProxyEndpoint = Shapes::StringShape.new(name: 'ProxyEndpoint')
|
|
216
243
|
PullThroughCacheRule = Shapes::StructureShape.new(name: 'PullThroughCacheRule')
|
|
217
244
|
PullThroughCacheRuleAlreadyExistsException = Shapes::StructureShape.new(name: 'PullThroughCacheRuleAlreadyExistsException')
|
|
@@ -219,6 +246,7 @@ module Aws::ECR
|
|
|
219
246
|
PullThroughCacheRuleNotFoundException = Shapes::StructureShape.new(name: 'PullThroughCacheRuleNotFoundException')
|
|
220
247
|
PullThroughCacheRuleRepositoryPrefix = Shapes::StringShape.new(name: 'PullThroughCacheRuleRepositoryPrefix')
|
|
221
248
|
PullThroughCacheRuleRepositoryPrefixList = Shapes::ListShape.new(name: 'PullThroughCacheRuleRepositoryPrefixList')
|
|
249
|
+
PullTimeUpdateExclusionList = Shapes::ListShape.new(name: 'PullTimeUpdateExclusionList')
|
|
222
250
|
PushTimestamp = Shapes::TimestampShape.new(name: 'PushTimestamp')
|
|
223
251
|
PutAccountSettingRequest = Shapes::StructureShape.new(name: 'PutAccountSettingRequest')
|
|
224
252
|
PutAccountSettingResponse = Shapes::StructureShape.new(name: 'PutAccountSettingResponse')
|
|
@@ -245,6 +273,8 @@ module Aws::ECR
|
|
|
245
273
|
ReferenceUrlsList = Shapes::ListShape.new(name: 'ReferenceUrlsList')
|
|
246
274
|
ReferencedImagesNotFoundException = Shapes::StructureShape.new(name: 'ReferencedImagesNotFoundException')
|
|
247
275
|
Region = Shapes::StringShape.new(name: 'Region')
|
|
276
|
+
RegisterPullTimeUpdateExclusionRequest = Shapes::StructureShape.new(name: 'RegisterPullTimeUpdateExclusionRequest')
|
|
277
|
+
RegisterPullTimeUpdateExclusionResponse = Shapes::StructureShape.new(name: 'RegisterPullTimeUpdateExclusionResponse')
|
|
248
278
|
RegistryId = Shapes::StringShape.new(name: 'RegistryId')
|
|
249
279
|
RegistryPolicyNotFoundException = Shapes::StructureShape.new(name: 'RegistryPolicyNotFoundException')
|
|
250
280
|
RegistryPolicyText = Shapes::StringShape.new(name: 'RegistryPolicyText')
|
|
@@ -316,6 +346,8 @@ module Aws::ECR
|
|
|
316
346
|
StartLifecyclePolicyPreviewRequest = Shapes::StructureShape.new(name: 'StartLifecyclePolicyPreviewRequest')
|
|
317
347
|
StartLifecyclePolicyPreviewResponse = Shapes::StructureShape.new(name: 'StartLifecyclePolicyPreviewResponse')
|
|
318
348
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
349
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
350
|
+
SubjectIdentifier = Shapes::StructureShape.new(name: 'SubjectIdentifier')
|
|
319
351
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
|
320
352
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
321
353
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
@@ -325,10 +357,13 @@ module Aws::ECR
|
|
|
325
357
|
TagStatus = Shapes::StringShape.new(name: 'TagStatus')
|
|
326
358
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
327
359
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
360
|
+
TargetStorageClass = Shapes::StringShape.new(name: 'TargetStorageClass')
|
|
328
361
|
TemplateAlreadyExistsException = Shapes::StructureShape.new(name: 'TemplateAlreadyExistsException')
|
|
329
362
|
TemplateNotFoundException = Shapes::StructureShape.new(name: 'TemplateNotFoundException')
|
|
330
363
|
Title = Shapes::StringShape.new(name: 'Title')
|
|
331
364
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
|
365
|
+
TransitioningImageTotalCount = Shapes::StructureShape.new(name: 'TransitioningImageTotalCount')
|
|
366
|
+
TransitioningImageTotalCounts = Shapes::ListShape.new(name: 'TransitioningImageTotalCounts')
|
|
332
367
|
Type = Shapes::StringShape.new(name: 'Type')
|
|
333
368
|
UnableToAccessSecretException = Shapes::StructureShape.new(name: 'UnableToAccessSecretException')
|
|
334
369
|
UnableToDecryptSecretValueException = Shapes::StructureShape.new(name: 'UnableToDecryptSecretValueException')
|
|
@@ -338,6 +373,8 @@ module Aws::ECR
|
|
|
338
373
|
UnsupportedUpstreamRegistryException = Shapes::StructureShape.new(name: 'UnsupportedUpstreamRegistryException')
|
|
339
374
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
340
375
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
376
|
+
UpdateImageStorageClassRequest = Shapes::StructureShape.new(name: 'UpdateImageStorageClassRequest')
|
|
377
|
+
UpdateImageStorageClassResponse = Shapes::StructureShape.new(name: 'UpdateImageStorageClassResponse')
|
|
341
378
|
UpdatePullThroughCacheRuleRequest = Shapes::StructureShape.new(name: 'UpdatePullThroughCacheRuleRequest')
|
|
342
379
|
UpdatePullThroughCacheRuleResponse = Shapes::StructureShape.new(name: 'UpdatePullThroughCacheRuleResponse')
|
|
343
380
|
UpdateRepositoryCreationTemplateRequest = Shapes::StructureShape.new(name: 'UpdateRepositoryCreationTemplateRequest')
|
|
@@ -359,6 +396,11 @@ module Aws::ECR
|
|
|
359
396
|
VulnerablePackageName = Shapes::StringShape.new(name: 'VulnerablePackageName')
|
|
360
397
|
VulnerablePackagesList = Shapes::ListShape.new(name: 'VulnerablePackagesList')
|
|
361
398
|
|
|
399
|
+
Annotations.key = Shapes::ShapeRef.new(shape: String)
|
|
400
|
+
Annotations.value = Shapes::ShapeRef.new(shape: String)
|
|
401
|
+
|
|
402
|
+
ArtifactTypeList.member = Shapes::ShapeRef.new(shape: ArtifactType)
|
|
403
|
+
|
|
362
404
|
Attribute.add_member(:key, Shapes::ShapeRef.new(shape: AttributeKey, required: true, location_name: "key"))
|
|
363
405
|
Attribute.add_member(:value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "value"))
|
|
364
406
|
Attribute.struct_class = Types::Attribute
|
|
@@ -421,6 +463,9 @@ module Aws::ECR
|
|
|
421
463
|
|
|
422
464
|
BatchedOperationLayerDigestList.member = Shapes::ShapeRef.new(shape: BatchedOperationLayerDigest)
|
|
423
465
|
|
|
466
|
+
BlockedByOrganizationPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
467
|
+
BlockedByOrganizationPolicyException.struct_class = Types::BlockedByOrganizationPolicyException
|
|
468
|
+
|
|
424
469
|
CompleteLayerUploadRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
425
470
|
CompleteLayerUploadRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
426
471
|
CompleteLayerUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
|
|
@@ -554,6 +599,12 @@ module Aws::ECR
|
|
|
554
599
|
DeleteRepositoryResponse.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
|
|
555
600
|
DeleteRepositoryResponse.struct_class = Types::DeleteRepositoryResponse
|
|
556
601
|
|
|
602
|
+
DeregisterPullTimeUpdateExclusionRequest.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, required: true, location_name: "principalArn"))
|
|
603
|
+
DeregisterPullTimeUpdateExclusionRequest.struct_class = Types::DeregisterPullTimeUpdateExclusionRequest
|
|
604
|
+
|
|
605
|
+
DeregisterPullTimeUpdateExclusionResponse.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, location_name: "principalArn"))
|
|
606
|
+
DeregisterPullTimeUpdateExclusionResponse.struct_class = Types::DeregisterPullTimeUpdateExclusionResponse
|
|
607
|
+
|
|
557
608
|
DescribeImageReplicationStatusRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
558
609
|
DescribeImageReplicationStatusRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "imageId"))
|
|
559
610
|
DescribeImageReplicationStatusRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
@@ -580,6 +631,7 @@ module Aws::ECR
|
|
|
580
631
|
DescribeImageScanFindingsResponse.struct_class = Types::DescribeImageScanFindingsResponse
|
|
581
632
|
|
|
582
633
|
DescribeImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
|
|
634
|
+
DescribeImagesFilter.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatusFilter, location_name: "imageStatus"))
|
|
583
635
|
DescribeImagesFilter.struct_class = Types::DescribeImagesFilter
|
|
584
636
|
|
|
585
637
|
DescribeImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
@@ -662,6 +714,12 @@ module Aws::ECR
|
|
|
662
714
|
|
|
663
715
|
EnhancedImageScanFindingList.member = Shapes::ShapeRef.new(shape: EnhancedImageScanFinding)
|
|
664
716
|
|
|
717
|
+
ExclusionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
718
|
+
ExclusionAlreadyExistsException.struct_class = Types::ExclusionAlreadyExistsException
|
|
719
|
+
|
|
720
|
+
ExclusionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
721
|
+
ExclusionNotFoundException.struct_class = Types::ExclusionNotFoundException
|
|
722
|
+
|
|
665
723
|
FindingSeverityCounts.key = Shapes::ShapeRef.new(shape: FindingSeverity)
|
|
666
724
|
FindingSeverityCounts.value = Shapes::ShapeRef.new(shape: SeverityCount)
|
|
667
725
|
|
|
@@ -747,6 +805,9 @@ module Aws::ECR
|
|
|
747
805
|
ImageAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
748
806
|
ImageAlreadyExistsException.struct_class = Types::ImageAlreadyExistsException
|
|
749
807
|
|
|
808
|
+
ImageArchivedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
809
|
+
ImageArchivedException.struct_class = Types::ImageArchivedException
|
|
810
|
+
|
|
750
811
|
ImageDetail.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
751
812
|
ImageDetail.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
|
|
752
813
|
ImageDetail.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
|
|
@@ -758,6 +819,10 @@ module Aws::ECR
|
|
|
758
819
|
ImageDetail.add_member(:image_manifest_media_type, Shapes::ShapeRef.new(shape: MediaType, location_name: "imageManifestMediaType"))
|
|
759
820
|
ImageDetail.add_member(:artifact_media_type, Shapes::ShapeRef.new(shape: MediaType, location_name: "artifactMediaType"))
|
|
760
821
|
ImageDetail.add_member(:last_recorded_pull_time, Shapes::ShapeRef.new(shape: RecordedPullTimestamp, location_name: "lastRecordedPullTime"))
|
|
822
|
+
ImageDetail.add_member(:subject_manifest_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "subjectManifestDigest"))
|
|
823
|
+
ImageDetail.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "imageStatus"))
|
|
824
|
+
ImageDetail.add_member(:last_archived_at, Shapes::ShapeRef.new(shape: LastArchivedAtTimestamp, location_name: "lastArchivedAt"))
|
|
825
|
+
ImageDetail.add_member(:last_activated_at, Shapes::ShapeRef.new(shape: LastActivatedAtTimestamp, location_name: "lastActivatedAt"))
|
|
761
826
|
ImageDetail.struct_class = Types::ImageDetail
|
|
762
827
|
|
|
763
828
|
ImageDetailList.member = Shapes::ShapeRef.new(shape: ImageDetail)
|
|
@@ -783,6 +848,16 @@ module Aws::ECR
|
|
|
783
848
|
ImageNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
784
849
|
ImageNotFoundException.struct_class = Types::ImageNotFoundException
|
|
785
850
|
|
|
851
|
+
ImageReferrer.add_member(:digest, Shapes::ShapeRef.new(shape: ImageDigest, required: true, location_name: "digest"))
|
|
852
|
+
ImageReferrer.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location_name: "mediaType"))
|
|
853
|
+
ImageReferrer.add_member(:artifact_type, Shapes::ShapeRef.new(shape: ArtifactType, location_name: "artifactType"))
|
|
854
|
+
ImageReferrer.add_member(:size, Shapes::ShapeRef.new(shape: ImageSizeInBytes, required: true, location_name: "size"))
|
|
855
|
+
ImageReferrer.add_member(:annotations, Shapes::ShapeRef.new(shape: Annotations, location_name: "annotations"))
|
|
856
|
+
ImageReferrer.add_member(:artifact_status, Shapes::ShapeRef.new(shape: ArtifactStatus, location_name: "artifactStatus"))
|
|
857
|
+
ImageReferrer.struct_class = Types::ImageReferrer
|
|
858
|
+
|
|
859
|
+
ImageReferrerList.member = Shapes::ShapeRef.new(shape: ImageReferrer)
|
|
860
|
+
|
|
786
861
|
ImageReplicationStatus.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
|
|
787
862
|
ImageReplicationStatus.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
788
863
|
ImageReplicationStatus.add_member(:status, Shapes::ShapeRef.new(shape: ReplicationStatus, location_name: "status"))
|
|
@@ -819,6 +894,9 @@ module Aws::ECR
|
|
|
819
894
|
ImageScanningConfiguration.add_member(:scan_on_push, Shapes::ShapeRef.new(shape: ScanOnPushFlag, location_name: "scanOnPush"))
|
|
820
895
|
ImageScanningConfiguration.struct_class = Types::ImageScanningConfiguration
|
|
821
896
|
|
|
897
|
+
ImageStorageClassUpdateNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
898
|
+
ImageStorageClassUpdateNotSupportedException.struct_class = Types::ImageStorageClassUpdateNotSupportedException
|
|
899
|
+
|
|
822
900
|
ImageTagAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
823
901
|
ImageTagAlreadyExistsException.struct_class = Types::ImageTagAlreadyExistsException
|
|
824
902
|
|
|
@@ -906,20 +984,40 @@ module Aws::ECR
|
|
|
906
984
|
LifecyclePolicyPreviewResult.add_member(:image_pushed_at, Shapes::ShapeRef.new(shape: PushTimestamp, location_name: "imagePushedAt"))
|
|
907
985
|
LifecyclePolicyPreviewResult.add_member(:action, Shapes::ShapeRef.new(shape: LifecyclePolicyRuleAction, location_name: "action"))
|
|
908
986
|
LifecyclePolicyPreviewResult.add_member(:applied_rule_priority, Shapes::ShapeRef.new(shape: LifecyclePolicyRulePriority, location_name: "appliedRulePriority"))
|
|
987
|
+
LifecyclePolicyPreviewResult.add_member(:storage_class, Shapes::ShapeRef.new(shape: LifecyclePolicyStorageClass, location_name: "storageClass"))
|
|
909
988
|
LifecyclePolicyPreviewResult.struct_class = Types::LifecyclePolicyPreviewResult
|
|
910
989
|
|
|
911
990
|
LifecyclePolicyPreviewResultList.member = Shapes::ShapeRef.new(shape: LifecyclePolicyPreviewResult)
|
|
912
991
|
|
|
913
992
|
LifecyclePolicyPreviewSummary.add_member(:expiring_image_total_count, Shapes::ShapeRef.new(shape: ImageCount, location_name: "expiringImageTotalCount"))
|
|
993
|
+
LifecyclePolicyPreviewSummary.add_member(:transitioning_image_total_counts, Shapes::ShapeRef.new(shape: TransitioningImageTotalCounts, location_name: "transitioningImageTotalCounts"))
|
|
914
994
|
LifecyclePolicyPreviewSummary.struct_class = Types::LifecyclePolicyPreviewSummary
|
|
915
995
|
|
|
916
996
|
LifecyclePolicyRuleAction.add_member(:type, Shapes::ShapeRef.new(shape: ImageActionType, location_name: "type"))
|
|
997
|
+
LifecyclePolicyRuleAction.add_member(:target_storage_class, Shapes::ShapeRef.new(shape: LifecyclePolicyTargetStorageClass, location_name: "targetStorageClass"))
|
|
917
998
|
LifecyclePolicyRuleAction.struct_class = Types::LifecyclePolicyRuleAction
|
|
918
999
|
|
|
919
1000
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
920
1001
|
LimitExceededException.struct_class = Types::LimitExceededException
|
|
921
1002
|
|
|
1003
|
+
ListImageReferrersFilter.add_member(:artifact_types, Shapes::ShapeRef.new(shape: ArtifactTypeList, location_name: "artifactTypes"))
|
|
1004
|
+
ListImageReferrersFilter.add_member(:artifact_status, Shapes::ShapeRef.new(shape: ArtifactStatusFilter, location_name: "artifactStatus"))
|
|
1005
|
+
ListImageReferrersFilter.struct_class = Types::ListImageReferrersFilter
|
|
1006
|
+
|
|
1007
|
+
ListImageReferrersRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1008
|
+
ListImageReferrersRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
1009
|
+
ListImageReferrersRequest.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectIdentifier, required: true, location_name: "subjectId"))
|
|
1010
|
+
ListImageReferrersRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListImageReferrersFilter, location_name: "filter"))
|
|
1011
|
+
ListImageReferrersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1012
|
+
ListImageReferrersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: FiftyMaxResults, location_name: "maxResults"))
|
|
1013
|
+
ListImageReferrersRequest.struct_class = Types::ListImageReferrersRequest
|
|
1014
|
+
|
|
1015
|
+
ListImageReferrersResponse.add_member(:referrers, Shapes::ShapeRef.new(shape: ImageReferrerList, location_name: "referrers"))
|
|
1016
|
+
ListImageReferrersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1017
|
+
ListImageReferrersResponse.struct_class = Types::ListImageReferrersResponse
|
|
1018
|
+
|
|
922
1019
|
ListImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
|
|
1020
|
+
ListImagesFilter.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatusFilter, location_name: "imageStatus"))
|
|
923
1021
|
ListImagesFilter.struct_class = Types::ListImagesFilter
|
|
924
1022
|
|
|
925
1023
|
ListImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
@@ -933,6 +1031,14 @@ module Aws::ECR
|
|
|
933
1031
|
ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
934
1032
|
ListImagesResponse.struct_class = Types::ListImagesResponse
|
|
935
1033
|
|
|
1034
|
+
ListPullTimeUpdateExclusionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1035
|
+
ListPullTimeUpdateExclusionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1036
|
+
ListPullTimeUpdateExclusionsRequest.struct_class = Types::ListPullTimeUpdateExclusionsRequest
|
|
1037
|
+
|
|
1038
|
+
ListPullTimeUpdateExclusionsResponse.add_member(:pull_time_update_exclusions, Shapes::ShapeRef.new(shape: PullTimeUpdateExclusionList, location_name: "pullTimeUpdateExclusions"))
|
|
1039
|
+
ListPullTimeUpdateExclusionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1040
|
+
ListPullTimeUpdateExclusionsResponse.struct_class = Types::ListPullTimeUpdateExclusionsResponse
|
|
1041
|
+
|
|
936
1042
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
|
|
937
1043
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
938
1044
|
|
|
@@ -976,6 +1082,8 @@ module Aws::ECR
|
|
|
976
1082
|
|
|
977
1083
|
PullThroughCacheRuleRepositoryPrefixList.member = Shapes::ShapeRef.new(shape: PullThroughCacheRuleRepositoryPrefix)
|
|
978
1084
|
|
|
1085
|
+
PullTimeUpdateExclusionList.member = Shapes::ShapeRef.new(shape: PrincipalArn)
|
|
1086
|
+
|
|
979
1087
|
PutAccountSettingRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccountSettingName, required: true, location_name: "name"))
|
|
980
1088
|
PutAccountSettingRequest.add_member(:value, Shapes::ShapeRef.new(shape: AccountSettingValue, required: true, location_name: "value"))
|
|
981
1089
|
PutAccountSettingRequest.struct_class = Types::PutAccountSettingRequest
|
|
@@ -1058,6 +1166,13 @@ module Aws::ECR
|
|
|
1058
1166
|
ReferencedImagesNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1059
1167
|
ReferencedImagesNotFoundException.struct_class = Types::ReferencedImagesNotFoundException
|
|
1060
1168
|
|
|
1169
|
+
RegisterPullTimeUpdateExclusionRequest.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, required: true, location_name: "principalArn"))
|
|
1170
|
+
RegisterPullTimeUpdateExclusionRequest.struct_class = Types::RegisterPullTimeUpdateExclusionRequest
|
|
1171
|
+
|
|
1172
|
+
RegisterPullTimeUpdateExclusionResponse.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, location_name: "principalArn"))
|
|
1173
|
+
RegisterPullTimeUpdateExclusionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreationTimestamp, location_name: "createdAt"))
|
|
1174
|
+
RegisterPullTimeUpdateExclusionResponse.struct_class = Types::RegisterPullTimeUpdateExclusionResponse
|
|
1175
|
+
|
|
1061
1176
|
RegistryPolicyNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1062
1177
|
RegistryPolicyNotFoundException.struct_class = Types::RegistryPolicyNotFoundException
|
|
1063
1178
|
|
|
@@ -1220,6 +1335,9 @@ module Aws::ECR
|
|
|
1220
1335
|
StartLifecyclePolicyPreviewResponse.add_member(:status, Shapes::ShapeRef.new(shape: LifecyclePolicyPreviewStatus, location_name: "status"))
|
|
1221
1336
|
StartLifecyclePolicyPreviewResponse.struct_class = Types::StartLifecyclePolicyPreviewResponse
|
|
1222
1337
|
|
|
1338
|
+
SubjectIdentifier.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, required: true, location_name: "imageDigest"))
|
|
1339
|
+
SubjectIdentifier.struct_class = Types::SubjectIdentifier
|
|
1340
|
+
|
|
1223
1341
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
|
1224
1342
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
|
1225
1343
|
Tag.struct_class = Types::Tag
|
|
@@ -1246,6 +1364,12 @@ module Aws::ECR
|
|
|
1246
1364
|
TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1247
1365
|
TooManyTagsException.struct_class = Types::TooManyTagsException
|
|
1248
1366
|
|
|
1367
|
+
TransitioningImageTotalCount.add_member(:target_storage_class, Shapes::ShapeRef.new(shape: LifecyclePolicyTargetStorageClass, location_name: "targetStorageClass"))
|
|
1368
|
+
TransitioningImageTotalCount.add_member(:image_total_count, Shapes::ShapeRef.new(shape: ImageCount, location_name: "imageTotalCount"))
|
|
1369
|
+
TransitioningImageTotalCount.struct_class = Types::TransitioningImageTotalCount
|
|
1370
|
+
|
|
1371
|
+
TransitioningImageTotalCounts.member = Shapes::ShapeRef.new(shape: TransitioningImageTotalCount)
|
|
1372
|
+
|
|
1249
1373
|
UnableToAccessSecretException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1250
1374
|
UnableToAccessSecretException.struct_class = Types::UnableToAccessSecretException
|
|
1251
1375
|
|
|
@@ -1270,6 +1394,18 @@ module Aws::ECR
|
|
|
1270
1394
|
|
|
1271
1395
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
1272
1396
|
|
|
1397
|
+
UpdateImageStorageClassRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1398
|
+
UpdateImageStorageClassRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
|
|
1399
|
+
UpdateImageStorageClassRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "imageId"))
|
|
1400
|
+
UpdateImageStorageClassRequest.add_member(:target_storage_class, Shapes::ShapeRef.new(shape: TargetStorageClass, required: true, location_name: "targetStorageClass"))
|
|
1401
|
+
UpdateImageStorageClassRequest.struct_class = Types::UpdateImageStorageClassRequest
|
|
1402
|
+
|
|
1403
|
+
UpdateImageStorageClassResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1404
|
+
UpdateImageStorageClassResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
|
|
1405
|
+
UpdateImageStorageClassResponse.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
|
|
1406
|
+
UpdateImageStorageClassResponse.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "imageStatus"))
|
|
1407
|
+
UpdateImageStorageClassResponse.struct_class = Types::UpdateImageStorageClassResponse
|
|
1408
|
+
|
|
1273
1409
|
UpdatePullThroughCacheRuleRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
|
|
1274
1410
|
UpdatePullThroughCacheRuleRequest.add_member(:ecr_repository_prefix, Shapes::ShapeRef.new(shape: PullThroughCacheRuleRepositoryPrefix, required: true, location_name: "ecrRepositoryPrefix"))
|
|
1275
1411
|
UpdatePullThroughCacheRuleRequest.add_member(:credential_arn, Shapes::ShapeRef.new(shape: CredentialArn, location_name: "credentialArn"))
|
|
@@ -1552,6 +1688,19 @@ module Aws::ECR
|
|
|
1552
1688
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryPolicyNotFoundException)
|
|
1553
1689
|
end)
|
|
1554
1690
|
|
|
1691
|
+
api.add_operation(:deregister_pull_time_update_exclusion, Seahorse::Model::Operation.new.tap do |o|
|
|
1692
|
+
o.name = "DeregisterPullTimeUpdateExclusion"
|
|
1693
|
+
o.http_method = "POST"
|
|
1694
|
+
o.http_request_uri = "/"
|
|
1695
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterPullTimeUpdateExclusionRequest)
|
|
1696
|
+
o.output = Shapes::ShapeRef.new(shape: DeregisterPullTimeUpdateExclusionResponse)
|
|
1697
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1698
|
+
o.errors << Shapes::ShapeRef.new(shape: ExclusionNotFoundException)
|
|
1699
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1700
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1701
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1702
|
+
end)
|
|
1703
|
+
|
|
1555
1704
|
api.add_operation(:describe_image_replication_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1556
1705
|
o.name = "DescribeImageReplicationStatus"
|
|
1557
1706
|
o.http_method = "POST"
|
|
@@ -1780,6 +1929,18 @@ module Aws::ECR
|
|
|
1780
1929
|
o.errors << Shapes::ShapeRef.new(shape: KmsException)
|
|
1781
1930
|
end)
|
|
1782
1931
|
|
|
1932
|
+
api.add_operation(:list_image_referrers, Seahorse::Model::Operation.new.tap do |o|
|
|
1933
|
+
o.name = "ListImageReferrers"
|
|
1934
|
+
o.http_method = "POST"
|
|
1935
|
+
o.http_request_uri = "/"
|
|
1936
|
+
o.input = Shapes::ShapeRef.new(shape: ListImageReferrersRequest)
|
|
1937
|
+
o.output = Shapes::ShapeRef.new(shape: ListImageReferrersResponse)
|
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1939
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1942
|
+
end)
|
|
1943
|
+
|
|
1783
1944
|
api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
|
|
1784
1945
|
o.name = "ListImages"
|
|
1785
1946
|
o.http_method = "POST"
|
|
@@ -1797,6 +1958,18 @@ module Aws::ECR
|
|
|
1797
1958
|
)
|
|
1798
1959
|
end)
|
|
1799
1960
|
|
|
1961
|
+
api.add_operation(:list_pull_time_update_exclusions, Seahorse::Model::Operation.new.tap do |o|
|
|
1962
|
+
o.name = "ListPullTimeUpdateExclusions"
|
|
1963
|
+
o.http_method = "POST"
|
|
1964
|
+
o.http_request_uri = "/"
|
|
1965
|
+
o.input = Shapes::ShapeRef.new(shape: ListPullTimeUpdateExclusionsRequest)
|
|
1966
|
+
o.output = Shapes::ShapeRef.new(shape: ListPullTimeUpdateExclusionsResponse)
|
|
1967
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1968
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1971
|
+
end)
|
|
1972
|
+
|
|
1800
1973
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1801
1974
|
o.name = "ListTagsForResource"
|
|
1802
1975
|
o.http_method = "POST"
|
|
@@ -1893,6 +2066,7 @@ module Aws::ECR
|
|
|
1893
2066
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1894
2067
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1895
2068
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2069
|
+
o.errors << Shapes::ShapeRef.new(shape: BlockedByOrganizationPolicyException)
|
|
1896
2070
|
end)
|
|
1897
2071
|
|
|
1898
2072
|
api.add_operation(:put_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1906,6 +2080,19 @@ module Aws::ECR
|
|
|
1906
2080
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1907
2081
|
end)
|
|
1908
2082
|
|
|
2083
|
+
api.add_operation(:register_pull_time_update_exclusion, Seahorse::Model::Operation.new.tap do |o|
|
|
2084
|
+
o.name = "RegisterPullTimeUpdateExclusion"
|
|
2085
|
+
o.http_method = "POST"
|
|
2086
|
+
o.http_request_uri = "/"
|
|
2087
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterPullTimeUpdateExclusionRequest)
|
|
2088
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterPullTimeUpdateExclusionResponse)
|
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2090
|
+
o.errors << Shapes::ShapeRef.new(shape: ExclusionAlreadyExistsException)
|
|
2091
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2093
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2094
|
+
end)
|
|
2095
|
+
|
|
1909
2096
|
api.add_operation(:set_repository_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1910
2097
|
o.name = "SetRepositoryPolicy"
|
|
1911
2098
|
o.http_method = "POST"
|
|
@@ -1930,6 +2117,7 @@ module Aws::ECR
|
|
|
1930
2117
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
1931
2118
|
o.errors << Shapes::ShapeRef.new(shape: ImageNotFoundException)
|
|
1932
2119
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2120
|
+
o.errors << Shapes::ShapeRef.new(shape: ImageArchivedException)
|
|
1933
2121
|
end)
|
|
1934
2122
|
|
|
1935
2123
|
api.add_operation(:start_lifecycle_policy_preview, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1972,6 +2160,20 @@ module Aws::ECR
|
|
|
1972
2160
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1973
2161
|
end)
|
|
1974
2162
|
|
|
2163
|
+
api.add_operation(:update_image_storage_class, Seahorse::Model::Operation.new.tap do |o|
|
|
2164
|
+
o.name = "UpdateImageStorageClass"
|
|
2165
|
+
o.http_method = "POST"
|
|
2166
|
+
o.http_request_uri = "/"
|
|
2167
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateImageStorageClassRequest)
|
|
2168
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateImageStorageClassResponse)
|
|
2169
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2170
|
+
o.errors << Shapes::ShapeRef.new(shape: ImageNotFoundException)
|
|
2171
|
+
o.errors << Shapes::ShapeRef.new(shape: ImageStorageClassUpdateNotSupportedException)
|
|
2172
|
+
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2174
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2175
|
+
end)
|
|
2176
|
+
|
|
1975
2177
|
api.add_operation(:update_pull_through_cache_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1976
2178
|
o.name = "UpdatePullThroughCacheRule"
|
|
1977
2179
|
o.http_method = "POST"
|
data/lib/aws-sdk-ecr/errors.rb
CHANGED
|
@@ -27,10 +27,15 @@ module Aws::ECR
|
|
|
27
27
|
# See {Seahorse::Client::RequestContext} for more information.
|
|
28
28
|
#
|
|
29
29
|
# ## Error Classes
|
|
30
|
+
# * {BlockedByOrganizationPolicyException}
|
|
30
31
|
# * {EmptyUploadException}
|
|
32
|
+
# * {ExclusionAlreadyExistsException}
|
|
33
|
+
# * {ExclusionNotFoundException}
|
|
31
34
|
# * {ImageAlreadyExistsException}
|
|
35
|
+
# * {ImageArchivedException}
|
|
32
36
|
# * {ImageDigestDoesNotMatchException}
|
|
33
37
|
# * {ImageNotFoundException}
|
|
38
|
+
# * {ImageStorageClassUpdateNotSupportedException}
|
|
34
39
|
# * {ImageTagAlreadyExistsException}
|
|
35
40
|
# * {InvalidLayerException}
|
|
36
41
|
# * {InvalidLayerPartException}
|
|
@@ -74,6 +79,21 @@ module Aws::ECR
|
|
|
74
79
|
|
|
75
80
|
extend Aws::Errors::DynamicErrors
|
|
76
81
|
|
|
82
|
+
class BlockedByOrganizationPolicyException < ServiceError
|
|
83
|
+
|
|
84
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
85
|
+
# @param [String] message
|
|
86
|
+
# @param [Aws::ECR::Types::BlockedByOrganizationPolicyException] data
|
|
87
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
88
|
+
super(context, message, data)
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
# @return [String]
|
|
92
|
+
def message
|
|
93
|
+
@message || @data[:message]
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
|
|
77
97
|
class EmptyUploadException < ServiceError
|
|
78
98
|
|
|
79
99
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -89,6 +109,36 @@ module Aws::ECR
|
|
|
89
109
|
end
|
|
90
110
|
end
|
|
91
111
|
|
|
112
|
+
class ExclusionAlreadyExistsException < ServiceError
|
|
113
|
+
|
|
114
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
115
|
+
# @param [String] message
|
|
116
|
+
# @param [Aws::ECR::Types::ExclusionAlreadyExistsException] data
|
|
117
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
118
|
+
super(context, message, data)
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
# @return [String]
|
|
122
|
+
def message
|
|
123
|
+
@message || @data[:message]
|
|
124
|
+
end
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class ExclusionNotFoundException < ServiceError
|
|
128
|
+
|
|
129
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
130
|
+
# @param [String] message
|
|
131
|
+
# @param [Aws::ECR::Types::ExclusionNotFoundException] data
|
|
132
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
133
|
+
super(context, message, data)
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
# @return [String]
|
|
137
|
+
def message
|
|
138
|
+
@message || @data[:message]
|
|
139
|
+
end
|
|
140
|
+
end
|
|
141
|
+
|
|
92
142
|
class ImageAlreadyExistsException < ServiceError
|
|
93
143
|
|
|
94
144
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -104,6 +154,21 @@ module Aws::ECR
|
|
|
104
154
|
end
|
|
105
155
|
end
|
|
106
156
|
|
|
157
|
+
class ImageArchivedException < ServiceError
|
|
158
|
+
|
|
159
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
160
|
+
# @param [String] message
|
|
161
|
+
# @param [Aws::ECR::Types::ImageArchivedException] data
|
|
162
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
163
|
+
super(context, message, data)
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# @return [String]
|
|
167
|
+
def message
|
|
168
|
+
@message || @data[:message]
|
|
169
|
+
end
|
|
170
|
+
end
|
|
171
|
+
|
|
107
172
|
class ImageDigestDoesNotMatchException < ServiceError
|
|
108
173
|
|
|
109
174
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -134,6 +199,21 @@ module Aws::ECR
|
|
|
134
199
|
end
|
|
135
200
|
end
|
|
136
201
|
|
|
202
|
+
class ImageStorageClassUpdateNotSupportedException < ServiceError
|
|
203
|
+
|
|
204
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
205
|
+
# @param [String] message
|
|
206
|
+
# @param [Aws::ECR::Types::ImageStorageClassUpdateNotSupportedException] data
|
|
207
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
208
|
+
super(context, message, data)
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
# @return [String]
|
|
212
|
+
def message
|
|
213
|
+
@message || @data[:message]
|
|
214
|
+
end
|
|
215
|
+
end
|
|
216
|
+
|
|
137
217
|
class ImageTagAlreadyExistsException < ServiceError
|
|
138
218
|
|
|
139
219
|
# @param [Seahorse::Client::RequestContext] context
|