aws-sdk-ecr 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,597 +1,602 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module ECR
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- Arn = Shapes::StringShape.new(name: 'Arn')
16
- AuthorizationData = Shapes::StructureShape.new(name: 'AuthorizationData')
17
- AuthorizationDataList = Shapes::ListShape.new(name: 'AuthorizationDataList')
18
- Base64 = Shapes::StringShape.new(name: 'Base64')
19
- BatchCheckLayerAvailabilityRequest = Shapes::StructureShape.new(name: 'BatchCheckLayerAvailabilityRequest')
20
- BatchCheckLayerAvailabilityResponse = Shapes::StructureShape.new(name: 'BatchCheckLayerAvailabilityResponse')
21
- BatchDeleteImageRequest = Shapes::StructureShape.new(name: 'BatchDeleteImageRequest')
22
- BatchDeleteImageResponse = Shapes::StructureShape.new(name: 'BatchDeleteImageResponse')
23
- BatchGetImageRequest = Shapes::StructureShape.new(name: 'BatchGetImageRequest')
24
- BatchGetImageResponse = Shapes::StructureShape.new(name: 'BatchGetImageResponse')
25
- BatchedOperationLayerDigest = Shapes::StringShape.new(name: 'BatchedOperationLayerDigest')
26
- BatchedOperationLayerDigestList = Shapes::ListShape.new(name: 'BatchedOperationLayerDigestList')
27
- CompleteLayerUploadRequest = Shapes::StructureShape.new(name: 'CompleteLayerUploadRequest')
28
- CompleteLayerUploadResponse = Shapes::StructureShape.new(name: 'CompleteLayerUploadResponse')
29
- CreateRepositoryRequest = Shapes::StructureShape.new(name: 'CreateRepositoryRequest')
30
- CreateRepositoryResponse = Shapes::StructureShape.new(name: 'CreateRepositoryResponse')
31
- CreationTimestamp = Shapes::TimestampShape.new(name: 'CreationTimestamp')
32
- DeleteRepositoryPolicyRequest = Shapes::StructureShape.new(name: 'DeleteRepositoryPolicyRequest')
33
- DeleteRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'DeleteRepositoryPolicyResponse')
34
- DeleteRepositoryRequest = Shapes::StructureShape.new(name: 'DeleteRepositoryRequest')
35
- DeleteRepositoryResponse = Shapes::StructureShape.new(name: 'DeleteRepositoryResponse')
36
- DescribeImagesFilter = Shapes::StructureShape.new(name: 'DescribeImagesFilter')
37
- DescribeImagesRequest = Shapes::StructureShape.new(name: 'DescribeImagesRequest')
38
- DescribeImagesResponse = Shapes::StructureShape.new(name: 'DescribeImagesResponse')
39
- DescribeRepositoriesRequest = Shapes::StructureShape.new(name: 'DescribeRepositoriesRequest')
40
- DescribeRepositoriesResponse = Shapes::StructureShape.new(name: 'DescribeRepositoriesResponse')
41
- EmptyUploadException = Shapes::StructureShape.new(name: 'EmptyUploadException')
42
- ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
43
- ExpirationTimestamp = Shapes::TimestampShape.new(name: 'ExpirationTimestamp')
44
- ForceFlag = Shapes::BooleanShape.new(name: 'ForceFlag')
45
- GetAuthorizationTokenRegistryIdList = Shapes::ListShape.new(name: 'GetAuthorizationTokenRegistryIdList')
46
- GetAuthorizationTokenRequest = Shapes::StructureShape.new(name: 'GetAuthorizationTokenRequest')
47
- GetAuthorizationTokenResponse = Shapes::StructureShape.new(name: 'GetAuthorizationTokenResponse')
48
- GetDownloadUrlForLayerRequest = Shapes::StructureShape.new(name: 'GetDownloadUrlForLayerRequest')
49
- GetDownloadUrlForLayerResponse = Shapes::StructureShape.new(name: 'GetDownloadUrlForLayerResponse')
50
- GetRepositoryPolicyRequest = Shapes::StructureShape.new(name: 'GetRepositoryPolicyRequest')
51
- GetRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'GetRepositoryPolicyResponse')
52
- Image = Shapes::StructureShape.new(name: 'Image')
53
- ImageAlreadyExistsException = Shapes::StructureShape.new(name: 'ImageAlreadyExistsException')
54
- ImageDetail = Shapes::StructureShape.new(name: 'ImageDetail')
55
- ImageDetailList = Shapes::ListShape.new(name: 'ImageDetailList')
56
- ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
57
- ImageFailure = Shapes::StructureShape.new(name: 'ImageFailure')
58
- ImageFailureCode = Shapes::StringShape.new(name: 'ImageFailureCode')
59
- ImageFailureList = Shapes::ListShape.new(name: 'ImageFailureList')
60
- ImageFailureReason = Shapes::StringShape.new(name: 'ImageFailureReason')
61
- ImageIdentifier = Shapes::StructureShape.new(name: 'ImageIdentifier')
62
- ImageIdentifierList = Shapes::ListShape.new(name: 'ImageIdentifierList')
63
- ImageList = Shapes::ListShape.new(name: 'ImageList')
64
- ImageManifest = Shapes::StringShape.new(name: 'ImageManifest')
65
- ImageNotFoundException = Shapes::StructureShape.new(name: 'ImageNotFoundException')
66
- ImageSizeInBytes = Shapes::IntegerShape.new(name: 'ImageSizeInBytes')
67
- ImageTag = Shapes::StringShape.new(name: 'ImageTag')
68
- ImageTagList = Shapes::ListShape.new(name: 'ImageTagList')
69
- InitiateLayerUploadRequest = Shapes::StructureShape.new(name: 'InitiateLayerUploadRequest')
70
- InitiateLayerUploadResponse = Shapes::StructureShape.new(name: 'InitiateLayerUploadResponse')
71
- InvalidLayerException = Shapes::StructureShape.new(name: 'InvalidLayerException')
72
- InvalidLayerPartException = Shapes::StructureShape.new(name: 'InvalidLayerPartException')
73
- InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
74
- Layer = Shapes::StructureShape.new(name: 'Layer')
75
- LayerAlreadyExistsException = Shapes::StructureShape.new(name: 'LayerAlreadyExistsException')
76
- LayerAvailability = Shapes::StringShape.new(name: 'LayerAvailability')
77
- LayerDigest = Shapes::StringShape.new(name: 'LayerDigest')
78
- LayerDigestList = Shapes::ListShape.new(name: 'LayerDigestList')
79
- LayerFailure = Shapes::StructureShape.new(name: 'LayerFailure')
80
- LayerFailureCode = Shapes::StringShape.new(name: 'LayerFailureCode')
81
- LayerFailureList = Shapes::ListShape.new(name: 'LayerFailureList')
82
- LayerFailureReason = Shapes::StringShape.new(name: 'LayerFailureReason')
83
- LayerInaccessibleException = Shapes::StructureShape.new(name: 'LayerInaccessibleException')
84
- LayerList = Shapes::ListShape.new(name: 'LayerList')
85
- LayerPartBlob = Shapes::BlobShape.new(name: 'LayerPartBlob')
86
- LayerPartTooSmallException = Shapes::StructureShape.new(name: 'LayerPartTooSmallException')
87
- LayerSizeInBytes = Shapes::IntegerShape.new(name: 'LayerSizeInBytes')
88
- LayersNotFoundException = Shapes::StructureShape.new(name: 'LayersNotFoundException')
89
- LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
90
- ListImagesFilter = Shapes::StructureShape.new(name: 'ListImagesFilter')
91
- ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
92
- ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
93
- MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
94
- NextToken = Shapes::StringShape.new(name: 'NextToken')
95
- PartSize = Shapes::IntegerShape.new(name: 'PartSize')
96
- ProxyEndpoint = Shapes::StringShape.new(name: 'ProxyEndpoint')
97
- PushTimestamp = Shapes::TimestampShape.new(name: 'PushTimestamp')
98
- PutImageRequest = Shapes::StructureShape.new(name: 'PutImageRequest')
99
- PutImageResponse = Shapes::StructureShape.new(name: 'PutImageResponse')
100
- RegistryId = Shapes::StringShape.new(name: 'RegistryId')
101
- Repository = Shapes::StructureShape.new(name: 'Repository')
102
- RepositoryAlreadyExistsException = Shapes::StructureShape.new(name: 'RepositoryAlreadyExistsException')
103
- RepositoryList = Shapes::ListShape.new(name: 'RepositoryList')
104
- RepositoryName = Shapes::StringShape.new(name: 'RepositoryName')
105
- RepositoryNameList = Shapes::ListShape.new(name: 'RepositoryNameList')
106
- RepositoryNotEmptyException = Shapes::StructureShape.new(name: 'RepositoryNotEmptyException')
107
- RepositoryNotFoundException = Shapes::StructureShape.new(name: 'RepositoryNotFoundException')
108
- RepositoryPolicyNotFoundException = Shapes::StructureShape.new(name: 'RepositoryPolicyNotFoundException')
109
- RepositoryPolicyText = Shapes::StringShape.new(name: 'RepositoryPolicyText')
110
- ServerException = Shapes::StructureShape.new(name: 'ServerException')
111
- SetRepositoryPolicyRequest = Shapes::StructureShape.new(name: 'SetRepositoryPolicyRequest')
112
- SetRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'SetRepositoryPolicyResponse')
113
- TagStatus = Shapes::StringShape.new(name: 'TagStatus')
114
- UploadId = Shapes::StringShape.new(name: 'UploadId')
115
- UploadLayerPartRequest = Shapes::StructureShape.new(name: 'UploadLayerPartRequest')
116
- UploadLayerPartResponse = Shapes::StructureShape.new(name: 'UploadLayerPartResponse')
117
- UploadNotFoundException = Shapes::StructureShape.new(name: 'UploadNotFoundException')
118
- Url = Shapes::StringShape.new(name: 'Url')
119
-
120
- AuthorizationData.add_member(:authorization_token, Shapes::ShapeRef.new(shape: Base64, location_name: "authorizationToken"))
121
- AuthorizationData.add_member(:expires_at, Shapes::ShapeRef.new(shape: ExpirationTimestamp, location_name: "expiresAt"))
122
- AuthorizationData.add_member(:proxy_endpoint, Shapes::ShapeRef.new(shape: ProxyEndpoint, location_name: "proxyEndpoint"))
123
- AuthorizationData.struct_class = Types::AuthorizationData
124
-
125
- AuthorizationDataList.member = Shapes::ShapeRef.new(shape: AuthorizationData)
126
-
127
- BatchCheckLayerAvailabilityRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
128
- BatchCheckLayerAvailabilityRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
129
- BatchCheckLayerAvailabilityRequest.add_member(:layer_digests, Shapes::ShapeRef.new(shape: BatchedOperationLayerDigestList, required: true, location_name: "layerDigests"))
130
- BatchCheckLayerAvailabilityRequest.struct_class = Types::BatchCheckLayerAvailabilityRequest
131
-
132
- BatchCheckLayerAvailabilityResponse.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "layers"))
133
- BatchCheckLayerAvailabilityResponse.add_member(:failures, Shapes::ShapeRef.new(shape: LayerFailureList, location_name: "failures"))
134
- BatchCheckLayerAvailabilityResponse.struct_class = Types::BatchCheckLayerAvailabilityResponse
135
-
136
- BatchDeleteImageRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
137
- BatchDeleteImageRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
138
- BatchDeleteImageRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, required: true, location_name: "imageIds"))
139
- BatchDeleteImageRequest.struct_class = Types::BatchDeleteImageRequest
140
-
141
- BatchDeleteImageResponse.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, location_name: "imageIds"))
142
- BatchDeleteImageResponse.add_member(:failures, Shapes::ShapeRef.new(shape: ImageFailureList, location_name: "failures"))
143
- BatchDeleteImageResponse.struct_class = Types::BatchDeleteImageResponse
144
-
145
- BatchGetImageRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
146
- BatchGetImageRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
147
- BatchGetImageRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, required: true, location_name: "imageIds"))
148
- BatchGetImageRequest.struct_class = Types::BatchGetImageRequest
149
-
150
- BatchGetImageResponse.add_member(:images, Shapes::ShapeRef.new(shape: ImageList, location_name: "images"))
151
- BatchGetImageResponse.add_member(:failures, Shapes::ShapeRef.new(shape: ImageFailureList, location_name: "failures"))
152
- BatchGetImageResponse.struct_class = Types::BatchGetImageResponse
153
-
154
- BatchedOperationLayerDigestList.member = Shapes::ShapeRef.new(shape: BatchedOperationLayerDigest)
155
-
156
- CompleteLayerUploadRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
157
- CompleteLayerUploadRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
158
- CompleteLayerUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
159
- CompleteLayerUploadRequest.add_member(:layer_digests, Shapes::ShapeRef.new(shape: LayerDigestList, required: true, location_name: "layerDigests"))
160
- CompleteLayerUploadRequest.struct_class = Types::CompleteLayerUploadRequest
161
-
162
- CompleteLayerUploadResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
163
- CompleteLayerUploadResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
164
- CompleteLayerUploadResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, location_name: "uploadId"))
165
- CompleteLayerUploadResponse.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, location_name: "layerDigest"))
166
- CompleteLayerUploadResponse.struct_class = Types::CompleteLayerUploadResponse
167
-
168
- CreateRepositoryRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
169
- CreateRepositoryRequest.struct_class = Types::CreateRepositoryRequest
170
-
171
- CreateRepositoryResponse.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
172
- CreateRepositoryResponse.struct_class = Types::CreateRepositoryResponse
173
-
174
- DeleteRepositoryPolicyRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
175
- DeleteRepositoryPolicyRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
176
- DeleteRepositoryPolicyRequest.struct_class = Types::DeleteRepositoryPolicyRequest
177
-
178
- DeleteRepositoryPolicyResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
179
- DeleteRepositoryPolicyResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
180
- DeleteRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
181
- DeleteRepositoryPolicyResponse.struct_class = Types::DeleteRepositoryPolicyResponse
182
-
183
- DeleteRepositoryRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
184
- DeleteRepositoryRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
185
- DeleteRepositoryRequest.add_member(:force, Shapes::ShapeRef.new(shape: ForceFlag, location_name: "force"))
186
- DeleteRepositoryRequest.struct_class = Types::DeleteRepositoryRequest
187
-
188
- DeleteRepositoryResponse.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
189
- DeleteRepositoryResponse.struct_class = Types::DeleteRepositoryResponse
190
-
191
- DescribeImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
192
- DescribeImagesFilter.struct_class = Types::DescribeImagesFilter
193
-
194
- DescribeImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
195
- DescribeImagesRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
196
- DescribeImagesRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, location_name: "imageIds"))
197
- DescribeImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
198
- DescribeImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
199
- DescribeImagesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: DescribeImagesFilter, location_name: "filter"))
200
- DescribeImagesRequest.struct_class = Types::DescribeImagesRequest
201
-
202
- DescribeImagesResponse.add_member(:image_details, Shapes::ShapeRef.new(shape: ImageDetailList, location_name: "imageDetails"))
203
- DescribeImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
204
- DescribeImagesResponse.struct_class = Types::DescribeImagesResponse
205
-
206
- DescribeRepositoriesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
207
- DescribeRepositoriesRequest.add_member(:repository_names, Shapes::ShapeRef.new(shape: RepositoryNameList, location_name: "repositoryNames"))
208
- DescribeRepositoriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
209
- DescribeRepositoriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
210
- DescribeRepositoriesRequest.struct_class = Types::DescribeRepositoriesRequest
211
-
212
- DescribeRepositoriesResponse.add_member(:repositories, Shapes::ShapeRef.new(shape: RepositoryList, location_name: "repositories"))
213
- DescribeRepositoriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
214
- DescribeRepositoriesResponse.struct_class = Types::DescribeRepositoriesResponse
215
-
216
- GetAuthorizationTokenRegistryIdList.member = Shapes::ShapeRef.new(shape: RegistryId)
8
+ module Aws::ECR
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ Arn = Shapes::StringShape.new(name: 'Arn')
15
+ AuthorizationData = Shapes::StructureShape.new(name: 'AuthorizationData')
16
+ AuthorizationDataList = Shapes::ListShape.new(name: 'AuthorizationDataList')
17
+ Base64 = Shapes::StringShape.new(name: 'Base64')
18
+ BatchCheckLayerAvailabilityRequest = Shapes::StructureShape.new(name: 'BatchCheckLayerAvailabilityRequest')
19
+ BatchCheckLayerAvailabilityResponse = Shapes::StructureShape.new(name: 'BatchCheckLayerAvailabilityResponse')
20
+ BatchDeleteImageRequest = Shapes::StructureShape.new(name: 'BatchDeleteImageRequest')
21
+ BatchDeleteImageResponse = Shapes::StructureShape.new(name: 'BatchDeleteImageResponse')
22
+ BatchGetImageRequest = Shapes::StructureShape.new(name: 'BatchGetImageRequest')
23
+ BatchGetImageResponse = Shapes::StructureShape.new(name: 'BatchGetImageResponse')
24
+ BatchedOperationLayerDigest = Shapes::StringShape.new(name: 'BatchedOperationLayerDigest')
25
+ BatchedOperationLayerDigestList = Shapes::ListShape.new(name: 'BatchedOperationLayerDigestList')
26
+ CompleteLayerUploadRequest = Shapes::StructureShape.new(name: 'CompleteLayerUploadRequest')
27
+ CompleteLayerUploadResponse = Shapes::StructureShape.new(name: 'CompleteLayerUploadResponse')
28
+ CreateRepositoryRequest = Shapes::StructureShape.new(name: 'CreateRepositoryRequest')
29
+ CreateRepositoryResponse = Shapes::StructureShape.new(name: 'CreateRepositoryResponse')
30
+ CreationTimestamp = Shapes::TimestampShape.new(name: 'CreationTimestamp')
31
+ DeleteRepositoryPolicyRequest = Shapes::StructureShape.new(name: 'DeleteRepositoryPolicyRequest')
32
+ DeleteRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'DeleteRepositoryPolicyResponse')
33
+ DeleteRepositoryRequest = Shapes::StructureShape.new(name: 'DeleteRepositoryRequest')
34
+ DeleteRepositoryResponse = Shapes::StructureShape.new(name: 'DeleteRepositoryResponse')
35
+ DescribeImagesFilter = Shapes::StructureShape.new(name: 'DescribeImagesFilter')
36
+ DescribeImagesRequest = Shapes::StructureShape.new(name: 'DescribeImagesRequest')
37
+ DescribeImagesResponse = Shapes::StructureShape.new(name: 'DescribeImagesResponse')
38
+ DescribeRepositoriesRequest = Shapes::StructureShape.new(name: 'DescribeRepositoriesRequest')
39
+ DescribeRepositoriesResponse = Shapes::StructureShape.new(name: 'DescribeRepositoriesResponse')
40
+ EmptyUploadException = Shapes::StructureShape.new(name: 'EmptyUploadException')
41
+ ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
42
+ ExpirationTimestamp = Shapes::TimestampShape.new(name: 'ExpirationTimestamp')
43
+ ForceFlag = Shapes::BooleanShape.new(name: 'ForceFlag')
44
+ GetAuthorizationTokenRegistryIdList = Shapes::ListShape.new(name: 'GetAuthorizationTokenRegistryIdList')
45
+ GetAuthorizationTokenRequest = Shapes::StructureShape.new(name: 'GetAuthorizationTokenRequest')
46
+ GetAuthorizationTokenResponse = Shapes::StructureShape.new(name: 'GetAuthorizationTokenResponse')
47
+ GetDownloadUrlForLayerRequest = Shapes::StructureShape.new(name: 'GetDownloadUrlForLayerRequest')
48
+ GetDownloadUrlForLayerResponse = Shapes::StructureShape.new(name: 'GetDownloadUrlForLayerResponse')
49
+ GetRepositoryPolicyRequest = Shapes::StructureShape.new(name: 'GetRepositoryPolicyRequest')
50
+ GetRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'GetRepositoryPolicyResponse')
51
+ Image = Shapes::StructureShape.new(name: 'Image')
52
+ ImageAlreadyExistsException = Shapes::StructureShape.new(name: 'ImageAlreadyExistsException')
53
+ ImageDetail = Shapes::StructureShape.new(name: 'ImageDetail')
54
+ ImageDetailList = Shapes::ListShape.new(name: 'ImageDetailList')
55
+ ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
56
+ ImageFailure = Shapes::StructureShape.new(name: 'ImageFailure')
57
+ ImageFailureCode = Shapes::StringShape.new(name: 'ImageFailureCode')
58
+ ImageFailureList = Shapes::ListShape.new(name: 'ImageFailureList')
59
+ ImageFailureReason = Shapes::StringShape.new(name: 'ImageFailureReason')
60
+ ImageIdentifier = Shapes::StructureShape.new(name: 'ImageIdentifier')
61
+ ImageIdentifierList = Shapes::ListShape.new(name: 'ImageIdentifierList')
62
+ ImageList = Shapes::ListShape.new(name: 'ImageList')
63
+ ImageManifest = Shapes::StringShape.new(name: 'ImageManifest')
64
+ ImageNotFoundException = Shapes::StructureShape.new(name: 'ImageNotFoundException')
65
+ ImageSizeInBytes = Shapes::IntegerShape.new(name: 'ImageSizeInBytes')
66
+ ImageTag = Shapes::StringShape.new(name: 'ImageTag')
67
+ ImageTagList = Shapes::ListShape.new(name: 'ImageTagList')
68
+ InitiateLayerUploadRequest = Shapes::StructureShape.new(name: 'InitiateLayerUploadRequest')
69
+ InitiateLayerUploadResponse = Shapes::StructureShape.new(name: 'InitiateLayerUploadResponse')
70
+ InvalidLayerException = Shapes::StructureShape.new(name: 'InvalidLayerException')
71
+ InvalidLayerPartException = Shapes::StructureShape.new(name: 'InvalidLayerPartException')
72
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
73
+ Layer = Shapes::StructureShape.new(name: 'Layer')
74
+ LayerAlreadyExistsException = Shapes::StructureShape.new(name: 'LayerAlreadyExistsException')
75
+ LayerAvailability = Shapes::StringShape.new(name: 'LayerAvailability')
76
+ LayerDigest = Shapes::StringShape.new(name: 'LayerDigest')
77
+ LayerDigestList = Shapes::ListShape.new(name: 'LayerDigestList')
78
+ LayerFailure = Shapes::StructureShape.new(name: 'LayerFailure')
79
+ LayerFailureCode = Shapes::StringShape.new(name: 'LayerFailureCode')
80
+ LayerFailureList = Shapes::ListShape.new(name: 'LayerFailureList')
81
+ LayerFailureReason = Shapes::StringShape.new(name: 'LayerFailureReason')
82
+ LayerInaccessibleException = Shapes::StructureShape.new(name: 'LayerInaccessibleException')
83
+ LayerList = Shapes::ListShape.new(name: 'LayerList')
84
+ LayerPartBlob = Shapes::BlobShape.new(name: 'LayerPartBlob')
85
+ LayerPartTooSmallException = Shapes::StructureShape.new(name: 'LayerPartTooSmallException')
86
+ LayerSizeInBytes = Shapes::IntegerShape.new(name: 'LayerSizeInBytes')
87
+ LayersNotFoundException = Shapes::StructureShape.new(name: 'LayersNotFoundException')
88
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
89
+ ListImagesFilter = Shapes::StructureShape.new(name: 'ListImagesFilter')
90
+ ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
91
+ ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
92
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
93
+ MediaType = Shapes::StringShape.new(name: 'MediaType')
94
+ MediaTypeList = Shapes::ListShape.new(name: 'MediaTypeList')
95
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
96
+ PartSize = Shapes::IntegerShape.new(name: 'PartSize')
97
+ ProxyEndpoint = Shapes::StringShape.new(name: 'ProxyEndpoint')
98
+ PushTimestamp = Shapes::TimestampShape.new(name: 'PushTimestamp')
99
+ PutImageRequest = Shapes::StructureShape.new(name: 'PutImageRequest')
100
+ PutImageResponse = Shapes::StructureShape.new(name: 'PutImageResponse')
101
+ RegistryId = Shapes::StringShape.new(name: 'RegistryId')
102
+ Repository = Shapes::StructureShape.new(name: 'Repository')
103
+ RepositoryAlreadyExistsException = Shapes::StructureShape.new(name: 'RepositoryAlreadyExistsException')
104
+ RepositoryList = Shapes::ListShape.new(name: 'RepositoryList')
105
+ RepositoryName = Shapes::StringShape.new(name: 'RepositoryName')
106
+ RepositoryNameList = Shapes::ListShape.new(name: 'RepositoryNameList')
107
+ RepositoryNotEmptyException = Shapes::StructureShape.new(name: 'RepositoryNotEmptyException')
108
+ RepositoryNotFoundException = Shapes::StructureShape.new(name: 'RepositoryNotFoundException')
109
+ RepositoryPolicyNotFoundException = Shapes::StructureShape.new(name: 'RepositoryPolicyNotFoundException')
110
+ RepositoryPolicyText = Shapes::StringShape.new(name: 'RepositoryPolicyText')
111
+ ServerException = Shapes::StructureShape.new(name: 'ServerException')
112
+ SetRepositoryPolicyRequest = Shapes::StructureShape.new(name: 'SetRepositoryPolicyRequest')
113
+ SetRepositoryPolicyResponse = Shapes::StructureShape.new(name: 'SetRepositoryPolicyResponse')
114
+ TagStatus = Shapes::StringShape.new(name: 'TagStatus')
115
+ UploadId = Shapes::StringShape.new(name: 'UploadId')
116
+ UploadLayerPartRequest = Shapes::StructureShape.new(name: 'UploadLayerPartRequest')
117
+ UploadLayerPartResponse = Shapes::StructureShape.new(name: 'UploadLayerPartResponse')
118
+ UploadNotFoundException = Shapes::StructureShape.new(name: 'UploadNotFoundException')
119
+ Url = Shapes::StringShape.new(name: 'Url')
120
+
121
+ AuthorizationData.add_member(:authorization_token, Shapes::ShapeRef.new(shape: Base64, location_name: "authorizationToken"))
122
+ AuthorizationData.add_member(:expires_at, Shapes::ShapeRef.new(shape: ExpirationTimestamp, location_name: "expiresAt"))
123
+ AuthorizationData.add_member(:proxy_endpoint, Shapes::ShapeRef.new(shape: ProxyEndpoint, location_name: "proxyEndpoint"))
124
+ AuthorizationData.struct_class = Types::AuthorizationData
125
+
126
+ AuthorizationDataList.member = Shapes::ShapeRef.new(shape: AuthorizationData)
127
+
128
+ BatchCheckLayerAvailabilityRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
129
+ BatchCheckLayerAvailabilityRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
130
+ BatchCheckLayerAvailabilityRequest.add_member(:layer_digests, Shapes::ShapeRef.new(shape: BatchedOperationLayerDigestList, required: true, location_name: "layerDigests"))
131
+ BatchCheckLayerAvailabilityRequest.struct_class = Types::BatchCheckLayerAvailabilityRequest
132
+
133
+ BatchCheckLayerAvailabilityResponse.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "layers"))
134
+ BatchCheckLayerAvailabilityResponse.add_member(:failures, Shapes::ShapeRef.new(shape: LayerFailureList, location_name: "failures"))
135
+ BatchCheckLayerAvailabilityResponse.struct_class = Types::BatchCheckLayerAvailabilityResponse
136
+
137
+ BatchDeleteImageRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
138
+ BatchDeleteImageRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
139
+ BatchDeleteImageRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, required: true, location_name: "imageIds"))
140
+ BatchDeleteImageRequest.struct_class = Types::BatchDeleteImageRequest
141
+
142
+ BatchDeleteImageResponse.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, location_name: "imageIds"))
143
+ BatchDeleteImageResponse.add_member(:failures, Shapes::ShapeRef.new(shape: ImageFailureList, location_name: "failures"))
144
+ BatchDeleteImageResponse.struct_class = Types::BatchDeleteImageResponse
145
+
146
+ BatchGetImageRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
147
+ BatchGetImageRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
148
+ BatchGetImageRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, required: true, location_name: "imageIds"))
149
+ BatchGetImageRequest.add_member(:accepted_media_types, Shapes::ShapeRef.new(shape: MediaTypeList, location_name: "acceptedMediaTypes"))
150
+ BatchGetImageRequest.struct_class = Types::BatchGetImageRequest
151
+
152
+ BatchGetImageResponse.add_member(:images, Shapes::ShapeRef.new(shape: ImageList, location_name: "images"))
153
+ BatchGetImageResponse.add_member(:failures, Shapes::ShapeRef.new(shape: ImageFailureList, location_name: "failures"))
154
+ BatchGetImageResponse.struct_class = Types::BatchGetImageResponse
155
+
156
+ BatchedOperationLayerDigestList.member = Shapes::ShapeRef.new(shape: BatchedOperationLayerDigest)
157
+
158
+ CompleteLayerUploadRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
159
+ CompleteLayerUploadRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
160
+ CompleteLayerUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
161
+ CompleteLayerUploadRequest.add_member(:layer_digests, Shapes::ShapeRef.new(shape: LayerDigestList, required: true, location_name: "layerDigests"))
162
+ CompleteLayerUploadRequest.struct_class = Types::CompleteLayerUploadRequest
163
+
164
+ CompleteLayerUploadResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
165
+ CompleteLayerUploadResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
166
+ CompleteLayerUploadResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, location_name: "uploadId"))
167
+ CompleteLayerUploadResponse.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, location_name: "layerDigest"))
168
+ CompleteLayerUploadResponse.struct_class = Types::CompleteLayerUploadResponse
169
+
170
+ CreateRepositoryRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
171
+ CreateRepositoryRequest.struct_class = Types::CreateRepositoryRequest
172
+
173
+ CreateRepositoryResponse.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
174
+ CreateRepositoryResponse.struct_class = Types::CreateRepositoryResponse
175
+
176
+ DeleteRepositoryPolicyRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
177
+ DeleteRepositoryPolicyRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
178
+ DeleteRepositoryPolicyRequest.struct_class = Types::DeleteRepositoryPolicyRequest
179
+
180
+ DeleteRepositoryPolicyResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
181
+ DeleteRepositoryPolicyResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
182
+ DeleteRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
183
+ DeleteRepositoryPolicyResponse.struct_class = Types::DeleteRepositoryPolicyResponse
184
+
185
+ DeleteRepositoryRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
186
+ DeleteRepositoryRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
187
+ DeleteRepositoryRequest.add_member(:force, Shapes::ShapeRef.new(shape: ForceFlag, location_name: "force"))
188
+ DeleteRepositoryRequest.struct_class = Types::DeleteRepositoryRequest
189
+
190
+ DeleteRepositoryResponse.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
191
+ DeleteRepositoryResponse.struct_class = Types::DeleteRepositoryResponse
192
+
193
+ DescribeImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
194
+ DescribeImagesFilter.struct_class = Types::DescribeImagesFilter
195
+
196
+ DescribeImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
197
+ DescribeImagesRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
198
+ DescribeImagesRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, location_name: "imageIds"))
199
+ DescribeImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
200
+ DescribeImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
201
+ DescribeImagesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: DescribeImagesFilter, location_name: "filter"))
202
+ DescribeImagesRequest.struct_class = Types::DescribeImagesRequest
203
+
204
+ DescribeImagesResponse.add_member(:image_details, Shapes::ShapeRef.new(shape: ImageDetailList, location_name: "imageDetails"))
205
+ DescribeImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
206
+ DescribeImagesResponse.struct_class = Types::DescribeImagesResponse
207
+
208
+ DescribeRepositoriesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
209
+ DescribeRepositoriesRequest.add_member(:repository_names, Shapes::ShapeRef.new(shape: RepositoryNameList, location_name: "repositoryNames"))
210
+ DescribeRepositoriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
211
+ DescribeRepositoriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
212
+ DescribeRepositoriesRequest.struct_class = Types::DescribeRepositoriesRequest
213
+
214
+ DescribeRepositoriesResponse.add_member(:repositories, Shapes::ShapeRef.new(shape: RepositoryList, location_name: "repositories"))
215
+ DescribeRepositoriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
216
+ DescribeRepositoriesResponse.struct_class = Types::DescribeRepositoriesResponse
217
+
218
+ GetAuthorizationTokenRegistryIdList.member = Shapes::ShapeRef.new(shape: RegistryId)
219
+
220
+ GetAuthorizationTokenRequest.add_member(:registry_ids, Shapes::ShapeRef.new(shape: GetAuthorizationTokenRegistryIdList, location_name: "registryIds"))
221
+ GetAuthorizationTokenRequest.struct_class = Types::GetAuthorizationTokenRequest
222
+
223
+ GetAuthorizationTokenResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationDataList, location_name: "authorizationData"))
224
+ GetAuthorizationTokenResponse.struct_class = Types::GetAuthorizationTokenResponse
225
+
226
+ GetDownloadUrlForLayerRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
227
+ GetDownloadUrlForLayerRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
228
+ GetDownloadUrlForLayerRequest.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, required: true, location_name: "layerDigest"))
229
+ GetDownloadUrlForLayerRequest.struct_class = Types::GetDownloadUrlForLayerRequest
230
+
231
+ GetDownloadUrlForLayerResponse.add_member(:download_url, Shapes::ShapeRef.new(shape: Url, location_name: "downloadUrl"))
232
+ GetDownloadUrlForLayerResponse.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, location_name: "layerDigest"))
233
+ GetDownloadUrlForLayerResponse.struct_class = Types::GetDownloadUrlForLayerResponse
234
+
235
+ GetRepositoryPolicyRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
236
+ GetRepositoryPolicyRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
237
+ GetRepositoryPolicyRequest.struct_class = Types::GetRepositoryPolicyRequest
238
+
239
+ GetRepositoryPolicyResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
240
+ GetRepositoryPolicyResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
241
+ GetRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
242
+ GetRepositoryPolicyResponse.struct_class = Types::GetRepositoryPolicyResponse
243
+
244
+ Image.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
245
+ Image.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
246
+ Image.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
247
+ Image.add_member(:image_manifest, Shapes::ShapeRef.new(shape: ImageManifest, location_name: "imageManifest"))
248
+ Image.struct_class = Types::Image
249
+
250
+ ImageDetail.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
251
+ ImageDetail.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
252
+ ImageDetail.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
253
+ ImageDetail.add_member(:image_tags, Shapes::ShapeRef.new(shape: ImageTagList, location_name: "imageTags"))
254
+ ImageDetail.add_member(:image_size_in_bytes, Shapes::ShapeRef.new(shape: ImageSizeInBytes, location_name: "imageSizeInBytes"))
255
+ ImageDetail.add_member(:image_pushed_at, Shapes::ShapeRef.new(shape: PushTimestamp, location_name: "imagePushedAt"))
256
+ ImageDetail.struct_class = Types::ImageDetail
257
+
258
+ ImageDetailList.member = Shapes::ShapeRef.new(shape: ImageDetail)
259
+
260
+ ImageFailure.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
261
+ ImageFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: ImageFailureCode, location_name: "failureCode"))
262
+ ImageFailure.add_member(:failure_reason, Shapes::ShapeRef.new(shape: ImageFailureReason, location_name: "failureReason"))
263
+ ImageFailure.struct_class = Types::ImageFailure
264
+
265
+ ImageFailureList.member = Shapes::ShapeRef.new(shape: ImageFailure)
266
+
267
+ ImageIdentifier.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
268
+ ImageIdentifier.add_member(:image_tag, Shapes::ShapeRef.new(shape: ImageTag, location_name: "imageTag"))
269
+ ImageIdentifier.struct_class = Types::ImageIdentifier
270
+
271
+ ImageIdentifierList.member = Shapes::ShapeRef.new(shape: ImageIdentifier)
272
+
273
+ ImageList.member = Shapes::ShapeRef.new(shape: Image)
274
+
275
+ ImageTagList.member = Shapes::ShapeRef.new(shape: ImageTag)
276
+
277
+ InitiateLayerUploadRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
278
+ InitiateLayerUploadRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
279
+ InitiateLayerUploadRequest.struct_class = Types::InitiateLayerUploadRequest
280
+
281
+ InitiateLayerUploadResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, location_name: "uploadId"))
282
+ InitiateLayerUploadResponse.add_member(:part_size, Shapes::ShapeRef.new(shape: PartSize, location_name: "partSize"))
283
+ InitiateLayerUploadResponse.struct_class = Types::InitiateLayerUploadResponse
284
+
285
+ Layer.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, location_name: "layerDigest"))
286
+ Layer.add_member(:layer_availability, Shapes::ShapeRef.new(shape: LayerAvailability, location_name: "layerAvailability"))
287
+ Layer.add_member(:layer_size, Shapes::ShapeRef.new(shape: LayerSizeInBytes, location_name: "layerSize"))
288
+ Layer.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, location_name: "mediaType"))
289
+ Layer.struct_class = Types::Layer
290
+
291
+ LayerDigestList.member = Shapes::ShapeRef.new(shape: LayerDigest)
217
292
 
218
- GetAuthorizationTokenRequest.add_member(:registry_ids, Shapes::ShapeRef.new(shape: GetAuthorizationTokenRegistryIdList, location_name: "registryIds"))
219
- GetAuthorizationTokenRequest.struct_class = Types::GetAuthorizationTokenRequest
293
+ LayerFailure.add_member(:layer_digest, Shapes::ShapeRef.new(shape: BatchedOperationLayerDigest, location_name: "layerDigest"))
294
+ LayerFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: LayerFailureCode, location_name: "failureCode"))
295
+ LayerFailure.add_member(:failure_reason, Shapes::ShapeRef.new(shape: LayerFailureReason, location_name: "failureReason"))
296
+ LayerFailure.struct_class = Types::LayerFailure
220
297
 
221
- GetAuthorizationTokenResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationDataList, location_name: "authorizationData"))
222
- GetAuthorizationTokenResponse.struct_class = Types::GetAuthorizationTokenResponse
298
+ LayerFailureList.member = Shapes::ShapeRef.new(shape: LayerFailure)
223
299
 
224
- GetDownloadUrlForLayerRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
225
- GetDownloadUrlForLayerRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
226
- GetDownloadUrlForLayerRequest.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, required: true, location_name: "layerDigest"))
227
- GetDownloadUrlForLayerRequest.struct_class = Types::GetDownloadUrlForLayerRequest
228
-
229
- GetDownloadUrlForLayerResponse.add_member(:download_url, Shapes::ShapeRef.new(shape: Url, location_name: "downloadUrl"))
230
- GetDownloadUrlForLayerResponse.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, location_name: "layerDigest"))
231
- GetDownloadUrlForLayerResponse.struct_class = Types::GetDownloadUrlForLayerResponse
300
+ LayerList.member = Shapes::ShapeRef.new(shape: Layer)
232
301
 
233
- GetRepositoryPolicyRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
234
- GetRepositoryPolicyRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
235
- GetRepositoryPolicyRequest.struct_class = Types::GetRepositoryPolicyRequest
236
-
237
- GetRepositoryPolicyResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
238
- GetRepositoryPolicyResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
239
- GetRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
240
- GetRepositoryPolicyResponse.struct_class = Types::GetRepositoryPolicyResponse
241
-
242
- Image.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
243
- Image.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
244
- Image.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
245
- Image.add_member(:image_manifest, Shapes::ShapeRef.new(shape: ImageManifest, location_name: "imageManifest"))
246
- Image.struct_class = Types::Image
247
-
248
- ImageDetail.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
249
- ImageDetail.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
250
- ImageDetail.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
251
- ImageDetail.add_member(:image_tags, Shapes::ShapeRef.new(shape: ImageTagList, location_name: "imageTags"))
252
- ImageDetail.add_member(:image_size_in_bytes, Shapes::ShapeRef.new(shape: ImageSizeInBytes, location_name: "imageSizeInBytes"))
253
- ImageDetail.add_member(:image_pushed_at, Shapes::ShapeRef.new(shape: PushTimestamp, location_name: "imagePushedAt"))
254
- ImageDetail.struct_class = Types::ImageDetail
255
-
256
- ImageDetailList.member = Shapes::ShapeRef.new(shape: ImageDetail)
257
-
258
- ImageFailure.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageIdentifier, location_name: "imageId"))
259
- ImageFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: ImageFailureCode, location_name: "failureCode"))
260
- ImageFailure.add_member(:failure_reason, Shapes::ShapeRef.new(shape: ImageFailureReason, location_name: "failureReason"))
261
- ImageFailure.struct_class = Types::ImageFailure
302
+ ListImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
303
+ ListImagesFilter.struct_class = Types::ListImagesFilter
262
304
 
263
- ImageFailureList.member = Shapes::ShapeRef.new(shape: ImageFailure)
305
+ ListImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
306
+ ListImagesRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
307
+ ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
308
+ ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
309
+ ListImagesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListImagesFilter, location_name: "filter"))
310
+ ListImagesRequest.struct_class = Types::ListImagesRequest
264
311
 
265
- ImageIdentifier.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
266
- ImageIdentifier.add_member(:image_tag, Shapes::ShapeRef.new(shape: ImageTag, location_name: "imageTag"))
267
- ImageIdentifier.struct_class = Types::ImageIdentifier
268
-
269
- ImageIdentifierList.member = Shapes::ShapeRef.new(shape: ImageIdentifier)
270
-
271
- ImageList.member = Shapes::ShapeRef.new(shape: Image)
272
-
273
- ImageTagList.member = Shapes::ShapeRef.new(shape: ImageTag)
274
-
275
- InitiateLayerUploadRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
276
- InitiateLayerUploadRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
277
- InitiateLayerUploadRequest.struct_class = Types::InitiateLayerUploadRequest
278
-
279
- InitiateLayerUploadResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, location_name: "uploadId"))
280
- InitiateLayerUploadResponse.add_member(:part_size, Shapes::ShapeRef.new(shape: PartSize, location_name: "partSize"))
281
- InitiateLayerUploadResponse.struct_class = Types::InitiateLayerUploadResponse
282
-
283
- Layer.add_member(:layer_digest, Shapes::ShapeRef.new(shape: LayerDigest, location_name: "layerDigest"))
284
- Layer.add_member(:layer_availability, Shapes::ShapeRef.new(shape: LayerAvailability, location_name: "layerAvailability"))
285
- Layer.add_member(:layer_size, Shapes::ShapeRef.new(shape: LayerSizeInBytes, location_name: "layerSize"))
286
- Layer.struct_class = Types::Layer
287
-
288
- LayerDigestList.member = Shapes::ShapeRef.new(shape: LayerDigest)
289
-
290
- LayerFailure.add_member(:layer_digest, Shapes::ShapeRef.new(shape: BatchedOperationLayerDigest, location_name: "layerDigest"))
291
- LayerFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: LayerFailureCode, location_name: "failureCode"))
292
- LayerFailure.add_member(:failure_reason, Shapes::ShapeRef.new(shape: LayerFailureReason, location_name: "failureReason"))
293
- LayerFailure.struct_class = Types::LayerFailure
294
-
295
- LayerFailureList.member = Shapes::ShapeRef.new(shape: LayerFailure)
296
-
297
- LayerList.member = Shapes::ShapeRef.new(shape: Layer)
298
-
299
- ListImagesFilter.add_member(:tag_status, Shapes::ShapeRef.new(shape: TagStatus, location_name: "tagStatus"))
300
- ListImagesFilter.struct_class = Types::ListImagesFilter
301
-
302
- ListImagesRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
303
- ListImagesRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
304
- ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
305
- ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
306
- ListImagesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListImagesFilter, location_name: "filter"))
307
- ListImagesRequest.struct_class = Types::ListImagesRequest
308
-
309
- ListImagesResponse.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, location_name: "imageIds"))
310
- ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
311
- ListImagesResponse.struct_class = Types::ListImagesResponse
312
-
313
- PutImageRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
314
- PutImageRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
315
- PutImageRequest.add_member(:image_manifest, Shapes::ShapeRef.new(shape: ImageManifest, required: true, location_name: "imageManifest"))
316
- PutImageRequest.struct_class = Types::PutImageRequest
317
-
318
- PutImageResponse.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "image"))
319
- PutImageResponse.struct_class = Types::PutImageResponse
320
-
321
- Repository.add_member(:repository_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "repositoryArn"))
322
- Repository.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
323
- Repository.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
324
- Repository.add_member(:repository_uri, Shapes::ShapeRef.new(shape: Url, location_name: "repositoryUri"))
325
- Repository.add_member(:created_at, Shapes::ShapeRef.new(shape: CreationTimestamp, location_name: "createdAt"))
326
- Repository.struct_class = Types::Repository
327
-
328
- RepositoryList.member = Shapes::ShapeRef.new(shape: Repository)
329
-
330
- RepositoryNameList.member = Shapes::ShapeRef.new(shape: RepositoryName)
331
-
332
- SetRepositoryPolicyRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
333
- SetRepositoryPolicyRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
334
- SetRepositoryPolicyRequest.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, required: true, location_name: "policyText"))
335
- SetRepositoryPolicyRequest.add_member(:force, Shapes::ShapeRef.new(shape: ForceFlag, location_name: "force"))
336
- SetRepositoryPolicyRequest.struct_class = Types::SetRepositoryPolicyRequest
337
-
338
- SetRepositoryPolicyResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
339
- SetRepositoryPolicyResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
340
- SetRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
341
- SetRepositoryPolicyResponse.struct_class = Types::SetRepositoryPolicyResponse
342
-
343
- UploadLayerPartRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
344
- UploadLayerPartRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
345
- UploadLayerPartRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
346
- UploadLayerPartRequest.add_member(:part_first_byte, Shapes::ShapeRef.new(shape: PartSize, required: true, location_name: "partFirstByte"))
347
- UploadLayerPartRequest.add_member(:part_last_byte, Shapes::ShapeRef.new(shape: PartSize, required: true, location_name: "partLastByte"))
348
- UploadLayerPartRequest.add_member(:layer_part_blob, Shapes::ShapeRef.new(shape: LayerPartBlob, required: true, location_name: "layerPartBlob"))
349
- UploadLayerPartRequest.struct_class = Types::UploadLayerPartRequest
350
-
351
- UploadLayerPartResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
352
- UploadLayerPartResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
353
- UploadLayerPartResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, location_name: "uploadId"))
354
- UploadLayerPartResponse.add_member(:last_byte_received, Shapes::ShapeRef.new(shape: PartSize, location_name: "lastByteReceived"))
355
- UploadLayerPartResponse.struct_class = Types::UploadLayerPartResponse
356
-
357
-
358
- # @api private
359
- API = Seahorse::Model::Api.new.tap do |api|
360
-
361
- api.version = "2015-09-21"
362
-
363
- api.metadata = {
364
- "endpointPrefix" => "ecr",
365
- "jsonVersion" => "1.1",
366
- "protocol" => "json",
367
- "serviceFullName" => "Amazon EC2 Container Registry",
368
- "signatureVersion" => "v4",
369
- "targetPrefix" => "AmazonEC2ContainerRegistry_V20150921",
370
- }
371
-
372
- api.add_operation(:batch_check_layer_availability, Seahorse::Model::Operation.new.tap do |o|
373
- o.name = "BatchCheckLayerAvailability"
374
- o.http_method = "POST"
375
- o.http_request_uri = "/"
376
- o.input = Shapes::ShapeRef.new(shape: BatchCheckLayerAvailabilityRequest)
377
- o.output = Shapes::ShapeRef.new(shape: BatchCheckLayerAvailabilityResponse)
378
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
379
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
380
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
381
- end)
382
-
383
- api.add_operation(:batch_delete_image, Seahorse::Model::Operation.new.tap do |o|
384
- o.name = "BatchDeleteImage"
385
- o.http_method = "POST"
386
- o.http_request_uri = "/"
387
- o.input = Shapes::ShapeRef.new(shape: BatchDeleteImageRequest)
388
- o.output = Shapes::ShapeRef.new(shape: BatchDeleteImageResponse)
389
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
390
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
391
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
392
- end)
393
-
394
- api.add_operation(:batch_get_image, Seahorse::Model::Operation.new.tap do |o|
395
- o.name = "BatchGetImage"
396
- o.http_method = "POST"
397
- o.http_request_uri = "/"
398
- o.input = Shapes::ShapeRef.new(shape: BatchGetImageRequest)
399
- o.output = Shapes::ShapeRef.new(shape: BatchGetImageResponse)
400
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
401
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
402
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
403
- end)
404
-
405
- api.add_operation(:complete_layer_upload, Seahorse::Model::Operation.new.tap do |o|
406
- o.name = "CompleteLayerUpload"
407
- o.http_method = "POST"
408
- o.http_request_uri = "/"
409
- o.input = Shapes::ShapeRef.new(shape: CompleteLayerUploadRequest)
410
- o.output = Shapes::ShapeRef.new(shape: CompleteLayerUploadResponse)
411
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
412
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
413
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
414
- o.errors << Shapes::ShapeRef.new(shape: UploadNotFoundException)
415
- o.errors << Shapes::ShapeRef.new(shape: InvalidLayerException)
416
- o.errors << Shapes::ShapeRef.new(shape: LayerPartTooSmallException)
417
- o.errors << Shapes::ShapeRef.new(shape: LayerAlreadyExistsException)
418
- o.errors << Shapes::ShapeRef.new(shape: EmptyUploadException)
419
- end)
420
-
421
- api.add_operation(:create_repository, Seahorse::Model::Operation.new.tap do |o|
422
- o.name = "CreateRepository"
423
- o.http_method = "POST"
424
- o.http_request_uri = "/"
425
- o.input = Shapes::ShapeRef.new(shape: CreateRepositoryRequest)
426
- o.output = Shapes::ShapeRef.new(shape: CreateRepositoryResponse)
427
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
428
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
429
- o.errors << Shapes::ShapeRef.new(shape: RepositoryAlreadyExistsException)
430
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
431
- end)
432
-
433
- api.add_operation(:delete_repository, Seahorse::Model::Operation.new.tap do |o|
434
- o.name = "DeleteRepository"
435
- o.http_method = "POST"
436
- o.http_request_uri = "/"
437
- o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryRequest)
438
- o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryResponse)
439
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
440
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
441
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
442
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotEmptyException)
443
- end)
444
-
445
- api.add_operation(:delete_repository_policy, Seahorse::Model::Operation.new.tap do |o|
446
- o.name = "DeleteRepositoryPolicy"
447
- o.http_method = "POST"
448
- o.http_request_uri = "/"
449
- o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryPolicyRequest)
450
- o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryPolicyResponse)
451
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
452
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
453
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
454
- o.errors << Shapes::ShapeRef.new(shape: RepositoryPolicyNotFoundException)
455
- end)
456
-
457
- api.add_operation(:describe_images, Seahorse::Model::Operation.new.tap do |o|
458
- o.name = "DescribeImages"
459
- o.http_method = "POST"
460
- o.http_request_uri = "/"
461
- o.input = Shapes::ShapeRef.new(shape: DescribeImagesRequest)
462
- o.output = Shapes::ShapeRef.new(shape: DescribeImagesResponse)
463
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
464
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
465
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
466
- o.errors << Shapes::ShapeRef.new(shape: ImageNotFoundException)
467
- o[:pager] = Aws::Pager.new(
468
- limit_key: "max_results",
469
- tokens: {
470
- "next_token" => "next_token"
471
- }
472
- )
473
- end)
474
-
475
- api.add_operation(:describe_repositories, Seahorse::Model::Operation.new.tap do |o|
476
- o.name = "DescribeRepositories"
477
- o.http_method = "POST"
478
- o.http_request_uri = "/"
479
- o.input = Shapes::ShapeRef.new(shape: DescribeRepositoriesRequest)
480
- o.output = Shapes::ShapeRef.new(shape: DescribeRepositoriesResponse)
481
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
482
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
483
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
484
- o[:pager] = Aws::Pager.new(
485
- limit_key: "max_results",
486
- tokens: {
487
- "next_token" => "next_token"
488
- }
489
- )
490
- end)
491
-
492
- api.add_operation(:get_authorization_token, Seahorse::Model::Operation.new.tap do |o|
493
- o.name = "GetAuthorizationToken"
494
- o.http_method = "POST"
495
- o.http_request_uri = "/"
496
- o.input = Shapes::ShapeRef.new(shape: GetAuthorizationTokenRequest)
497
- o.output = Shapes::ShapeRef.new(shape: GetAuthorizationTokenResponse)
498
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
499
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
500
- end)
501
-
502
- api.add_operation(:get_download_url_for_layer, Seahorse::Model::Operation.new.tap do |o|
503
- o.name = "GetDownloadUrlForLayer"
504
- o.http_method = "POST"
505
- o.http_request_uri = "/"
506
- o.input = Shapes::ShapeRef.new(shape: GetDownloadUrlForLayerRequest)
507
- o.output = Shapes::ShapeRef.new(shape: GetDownloadUrlForLayerResponse)
508
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
509
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
510
- o.errors << Shapes::ShapeRef.new(shape: LayersNotFoundException)
511
- o.errors << Shapes::ShapeRef.new(shape: LayerInaccessibleException)
512
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
513
- end)
514
-
515
- api.add_operation(:get_repository_policy, Seahorse::Model::Operation.new.tap do |o|
516
- o.name = "GetRepositoryPolicy"
517
- o.http_method = "POST"
518
- o.http_request_uri = "/"
519
- o.input = Shapes::ShapeRef.new(shape: GetRepositoryPolicyRequest)
520
- o.output = Shapes::ShapeRef.new(shape: GetRepositoryPolicyResponse)
521
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
522
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
523
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
524
- o.errors << Shapes::ShapeRef.new(shape: RepositoryPolicyNotFoundException)
525
- end)
526
-
527
- api.add_operation(:initiate_layer_upload, Seahorse::Model::Operation.new.tap do |o|
528
- o.name = "InitiateLayerUpload"
529
- o.http_method = "POST"
530
- o.http_request_uri = "/"
531
- o.input = Shapes::ShapeRef.new(shape: InitiateLayerUploadRequest)
532
- o.output = Shapes::ShapeRef.new(shape: InitiateLayerUploadResponse)
533
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
534
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
535
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
536
- end)
537
-
538
- api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
539
- o.name = "ListImages"
540
- o.http_method = "POST"
541
- o.http_request_uri = "/"
542
- o.input = Shapes::ShapeRef.new(shape: ListImagesRequest)
543
- o.output = Shapes::ShapeRef.new(shape: ListImagesResponse)
544
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
545
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
546
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
547
- o[:pager] = Aws::Pager.new(
548
- limit_key: "max_results",
549
- tokens: {
550
- "next_token" => "next_token"
551
- }
552
- )
553
- end)
554
-
555
- api.add_operation(:put_image, Seahorse::Model::Operation.new.tap do |o|
556
- o.name = "PutImage"
557
- o.http_method = "POST"
558
- o.http_request_uri = "/"
559
- o.input = Shapes::ShapeRef.new(shape: PutImageRequest)
560
- o.output = Shapes::ShapeRef.new(shape: PutImageResponse)
561
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
562
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
563
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
564
- o.errors << Shapes::ShapeRef.new(shape: ImageAlreadyExistsException)
565
- o.errors << Shapes::ShapeRef.new(shape: LayersNotFoundException)
566
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
567
- end)
568
-
569
- api.add_operation(:set_repository_policy, Seahorse::Model::Operation.new.tap do |o|
570
- o.name = "SetRepositoryPolicy"
571
- o.http_method = "POST"
572
- o.http_request_uri = "/"
573
- o.input = Shapes::ShapeRef.new(shape: SetRepositoryPolicyRequest)
574
- o.output = Shapes::ShapeRef.new(shape: SetRepositoryPolicyResponse)
575
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
576
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
577
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
578
- end)
579
-
580
- api.add_operation(:upload_layer_part, Seahorse::Model::Operation.new.tap do |o|
581
- o.name = "UploadLayerPart"
582
- o.http_method = "POST"
583
- o.http_request_uri = "/"
584
- o.input = Shapes::ShapeRef.new(shape: UploadLayerPartRequest)
585
- o.output = Shapes::ShapeRef.new(shape: UploadLayerPartResponse)
586
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
587
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
588
- o.errors << Shapes::ShapeRef.new(shape: InvalidLayerPartException)
589
- o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
590
- o.errors << Shapes::ShapeRef.new(shape: UploadNotFoundException)
591
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
592
- end)
593
- end
312
+ ListImagesResponse.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdentifierList, location_name: "imageIds"))
313
+ ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
314
+ ListImagesResponse.struct_class = Types::ListImagesResponse
594
315
 
316
+ MediaTypeList.member = Shapes::ShapeRef.new(shape: MediaType)
317
+
318
+ PutImageRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
319
+ PutImageRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
320
+ PutImageRequest.add_member(:image_manifest, Shapes::ShapeRef.new(shape: ImageManifest, required: true, location_name: "imageManifest"))
321
+ PutImageRequest.add_member(:image_tag, Shapes::ShapeRef.new(shape: ImageTag, location_name: "imageTag"))
322
+ PutImageRequest.struct_class = Types::PutImageRequest
323
+
324
+ PutImageResponse.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "image"))
325
+ PutImageResponse.struct_class = Types::PutImageResponse
326
+
327
+ Repository.add_member(:repository_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "repositoryArn"))
328
+ Repository.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
329
+ Repository.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
330
+ Repository.add_member(:repository_uri, Shapes::ShapeRef.new(shape: Url, location_name: "repositoryUri"))
331
+ Repository.add_member(:created_at, Shapes::ShapeRef.new(shape: CreationTimestamp, location_name: "createdAt"))
332
+ Repository.struct_class = Types::Repository
333
+
334
+ RepositoryList.member = Shapes::ShapeRef.new(shape: Repository)
335
+
336
+ RepositoryNameList.member = Shapes::ShapeRef.new(shape: RepositoryName)
337
+
338
+ SetRepositoryPolicyRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
339
+ SetRepositoryPolicyRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
340
+ SetRepositoryPolicyRequest.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, required: true, location_name: "policyText"))
341
+ SetRepositoryPolicyRequest.add_member(:force, Shapes::ShapeRef.new(shape: ForceFlag, location_name: "force"))
342
+ SetRepositoryPolicyRequest.struct_class = Types::SetRepositoryPolicyRequest
343
+
344
+ SetRepositoryPolicyResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
345
+ SetRepositoryPolicyResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
346
+ SetRepositoryPolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: RepositoryPolicyText, location_name: "policyText"))
347
+ SetRepositoryPolicyResponse.struct_class = Types::SetRepositoryPolicyResponse
348
+
349
+ UploadLayerPartRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
350
+ UploadLayerPartRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
351
+ UploadLayerPartRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
352
+ UploadLayerPartRequest.add_member(:part_first_byte, Shapes::ShapeRef.new(shape: PartSize, required: true, location_name: "partFirstByte"))
353
+ UploadLayerPartRequest.add_member(:part_last_byte, Shapes::ShapeRef.new(shape: PartSize, required: true, location_name: "partLastByte"))
354
+ UploadLayerPartRequest.add_member(:layer_part_blob, Shapes::ShapeRef.new(shape: LayerPartBlob, required: true, location_name: "layerPartBlob"))
355
+ UploadLayerPartRequest.struct_class = Types::UploadLayerPartRequest
356
+
357
+ UploadLayerPartResponse.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "registryId"))
358
+ UploadLayerPartResponse.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
359
+ UploadLayerPartResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, location_name: "uploadId"))
360
+ UploadLayerPartResponse.add_member(:last_byte_received, Shapes::ShapeRef.new(shape: PartSize, location_name: "lastByteReceived"))
361
+ UploadLayerPartResponse.struct_class = Types::UploadLayerPartResponse
362
+
363
+
364
+ # @api private
365
+ API = Seahorse::Model::Api.new.tap do |api|
366
+
367
+ api.version = "2015-09-21"
368
+
369
+ api.metadata = {
370
+ "endpointPrefix" => "ecr",
371
+ "jsonVersion" => "1.1",
372
+ "protocol" => "json",
373
+ "serviceFullName" => "Amazon EC2 Container Registry",
374
+ "signatureVersion" => "v4",
375
+ "targetPrefix" => "AmazonEC2ContainerRegistry_V20150921",
376
+ }
377
+
378
+ api.add_operation(:batch_check_layer_availability, Seahorse::Model::Operation.new.tap do |o|
379
+ o.name = "BatchCheckLayerAvailability"
380
+ o.http_method = "POST"
381
+ o.http_request_uri = "/"
382
+ o.input = Shapes::ShapeRef.new(shape: BatchCheckLayerAvailabilityRequest)
383
+ o.output = Shapes::ShapeRef.new(shape: BatchCheckLayerAvailabilityResponse)
384
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
385
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
386
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
387
+ end)
388
+
389
+ api.add_operation(:batch_delete_image, Seahorse::Model::Operation.new.tap do |o|
390
+ o.name = "BatchDeleteImage"
391
+ o.http_method = "POST"
392
+ o.http_request_uri = "/"
393
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteImageRequest)
394
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteImageResponse)
395
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
396
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
397
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
398
+ end)
399
+
400
+ api.add_operation(:batch_get_image, Seahorse::Model::Operation.new.tap do |o|
401
+ o.name = "BatchGetImage"
402
+ o.http_method = "POST"
403
+ o.http_request_uri = "/"
404
+ o.input = Shapes::ShapeRef.new(shape: BatchGetImageRequest)
405
+ o.output = Shapes::ShapeRef.new(shape: BatchGetImageResponse)
406
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
407
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
408
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
409
+ end)
410
+
411
+ api.add_operation(:complete_layer_upload, Seahorse::Model::Operation.new.tap do |o|
412
+ o.name = "CompleteLayerUpload"
413
+ o.http_method = "POST"
414
+ o.http_request_uri = "/"
415
+ o.input = Shapes::ShapeRef.new(shape: CompleteLayerUploadRequest)
416
+ o.output = Shapes::ShapeRef.new(shape: CompleteLayerUploadResponse)
417
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
418
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
419
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
420
+ o.errors << Shapes::ShapeRef.new(shape: UploadNotFoundException)
421
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLayerException)
422
+ o.errors << Shapes::ShapeRef.new(shape: LayerPartTooSmallException)
423
+ o.errors << Shapes::ShapeRef.new(shape: LayerAlreadyExistsException)
424
+ o.errors << Shapes::ShapeRef.new(shape: EmptyUploadException)
425
+ end)
426
+
427
+ api.add_operation(:create_repository, Seahorse::Model::Operation.new.tap do |o|
428
+ o.name = "CreateRepository"
429
+ o.http_method = "POST"
430
+ o.http_request_uri = "/"
431
+ o.input = Shapes::ShapeRef.new(shape: CreateRepositoryRequest)
432
+ o.output = Shapes::ShapeRef.new(shape: CreateRepositoryResponse)
433
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
434
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
435
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryAlreadyExistsException)
436
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
437
+ end)
438
+
439
+ api.add_operation(:delete_repository, Seahorse::Model::Operation.new.tap do |o|
440
+ o.name = "DeleteRepository"
441
+ o.http_method = "POST"
442
+ o.http_request_uri = "/"
443
+ o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryRequest)
444
+ o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryResponse)
445
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
446
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
447
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
448
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotEmptyException)
449
+ end)
450
+
451
+ api.add_operation(:delete_repository_policy, Seahorse::Model::Operation.new.tap do |o|
452
+ o.name = "DeleteRepositoryPolicy"
453
+ o.http_method = "POST"
454
+ o.http_request_uri = "/"
455
+ o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryPolicyRequest)
456
+ o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryPolicyResponse)
457
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
458
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
459
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
460
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryPolicyNotFoundException)
461
+ end)
462
+
463
+ api.add_operation(:describe_images, Seahorse::Model::Operation.new.tap do |o|
464
+ o.name = "DescribeImages"
465
+ o.http_method = "POST"
466
+ o.http_request_uri = "/"
467
+ o.input = Shapes::ShapeRef.new(shape: DescribeImagesRequest)
468
+ o.output = Shapes::ShapeRef.new(shape: DescribeImagesResponse)
469
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
470
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
471
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
472
+ o.errors << Shapes::ShapeRef.new(shape: ImageNotFoundException)
473
+ o[:pager] = Aws::Pager.new(
474
+ limit_key: "max_results",
475
+ tokens: {
476
+ "next_token" => "next_token"
477
+ }
478
+ )
479
+ end)
480
+
481
+ api.add_operation(:describe_repositories, Seahorse::Model::Operation.new.tap do |o|
482
+ o.name = "DescribeRepositories"
483
+ o.http_method = "POST"
484
+ o.http_request_uri = "/"
485
+ o.input = Shapes::ShapeRef.new(shape: DescribeRepositoriesRequest)
486
+ o.output = Shapes::ShapeRef.new(shape: DescribeRepositoriesResponse)
487
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
488
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
489
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
490
+ o[:pager] = Aws::Pager.new(
491
+ limit_key: "max_results",
492
+ tokens: {
493
+ "next_token" => "next_token"
494
+ }
495
+ )
496
+ end)
497
+
498
+ api.add_operation(:get_authorization_token, Seahorse::Model::Operation.new.tap do |o|
499
+ o.name = "GetAuthorizationToken"
500
+ o.http_method = "POST"
501
+ o.http_request_uri = "/"
502
+ o.input = Shapes::ShapeRef.new(shape: GetAuthorizationTokenRequest)
503
+ o.output = Shapes::ShapeRef.new(shape: GetAuthorizationTokenResponse)
504
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
505
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
506
+ end)
507
+
508
+ api.add_operation(:get_download_url_for_layer, Seahorse::Model::Operation.new.tap do |o|
509
+ o.name = "GetDownloadUrlForLayer"
510
+ o.http_method = "POST"
511
+ o.http_request_uri = "/"
512
+ o.input = Shapes::ShapeRef.new(shape: GetDownloadUrlForLayerRequest)
513
+ o.output = Shapes::ShapeRef.new(shape: GetDownloadUrlForLayerResponse)
514
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
515
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
516
+ o.errors << Shapes::ShapeRef.new(shape: LayersNotFoundException)
517
+ o.errors << Shapes::ShapeRef.new(shape: LayerInaccessibleException)
518
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
519
+ end)
520
+
521
+ api.add_operation(:get_repository_policy, Seahorse::Model::Operation.new.tap do |o|
522
+ o.name = "GetRepositoryPolicy"
523
+ o.http_method = "POST"
524
+ o.http_request_uri = "/"
525
+ o.input = Shapes::ShapeRef.new(shape: GetRepositoryPolicyRequest)
526
+ o.output = Shapes::ShapeRef.new(shape: GetRepositoryPolicyResponse)
527
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
528
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
529
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
530
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryPolicyNotFoundException)
531
+ end)
532
+
533
+ api.add_operation(:initiate_layer_upload, Seahorse::Model::Operation.new.tap do |o|
534
+ o.name = "InitiateLayerUpload"
535
+ o.http_method = "POST"
536
+ o.http_request_uri = "/"
537
+ o.input = Shapes::ShapeRef.new(shape: InitiateLayerUploadRequest)
538
+ o.output = Shapes::ShapeRef.new(shape: InitiateLayerUploadResponse)
539
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
540
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
541
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
542
+ end)
543
+
544
+ api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
545
+ o.name = "ListImages"
546
+ o.http_method = "POST"
547
+ o.http_request_uri = "/"
548
+ o.input = Shapes::ShapeRef.new(shape: ListImagesRequest)
549
+ o.output = Shapes::ShapeRef.new(shape: ListImagesResponse)
550
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
551
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
552
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
553
+ o[:pager] = Aws::Pager.new(
554
+ limit_key: "max_results",
555
+ tokens: {
556
+ "next_token" => "next_token"
557
+ }
558
+ )
559
+ end)
560
+
561
+ api.add_operation(:put_image, Seahorse::Model::Operation.new.tap do |o|
562
+ o.name = "PutImage"
563
+ o.http_method = "POST"
564
+ o.http_request_uri = "/"
565
+ o.input = Shapes::ShapeRef.new(shape: PutImageRequest)
566
+ o.output = Shapes::ShapeRef.new(shape: PutImageResponse)
567
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
568
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
569
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
570
+ o.errors << Shapes::ShapeRef.new(shape: ImageAlreadyExistsException)
571
+ o.errors << Shapes::ShapeRef.new(shape: LayersNotFoundException)
572
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
573
+ end)
574
+
575
+ api.add_operation(:set_repository_policy, Seahorse::Model::Operation.new.tap do |o|
576
+ o.name = "SetRepositoryPolicy"
577
+ o.http_method = "POST"
578
+ o.http_request_uri = "/"
579
+ o.input = Shapes::ShapeRef.new(shape: SetRepositoryPolicyRequest)
580
+ o.output = Shapes::ShapeRef.new(shape: SetRepositoryPolicyResponse)
581
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
582
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
583
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
584
+ end)
585
+
586
+ api.add_operation(:upload_layer_part, Seahorse::Model::Operation.new.tap do |o|
587
+ o.name = "UploadLayerPart"
588
+ o.http_method = "POST"
589
+ o.http_request_uri = "/"
590
+ o.input = Shapes::ShapeRef.new(shape: UploadLayerPartRequest)
591
+ o.output = Shapes::ShapeRef.new(shape: UploadLayerPartResponse)
592
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
593
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
594
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLayerPartException)
595
+ o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
596
+ o.errors << Shapes::ShapeRef.new(shape: UploadNotFoundException)
597
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
598
+ end)
595
599
  end
600
+
596
601
  end
597
602
  end