aws-sdk-signer 1.26.0 → 1.27.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.
@@ -14,14 +14,17 @@ module Aws::Signer
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
18
+ AddProfilePermissionRequest = Shapes::StructureShape.new(name: 'AddProfilePermissionRequest')
19
+ AddProfilePermissionResponse = Shapes::StructureShape.new(name: 'AddProfilePermissionResponse')
20
+ Arn = Shapes::StringShape.new(name: 'Arn')
17
21
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
18
22
  BucketName = Shapes::StringShape.new(name: 'BucketName')
19
23
  CancelSigningProfileRequest = Shapes::StructureShape.new(name: 'CancelSigningProfileRequest')
20
24
  Category = Shapes::StringShape.new(name: 'Category')
21
25
  CertificateArn = Shapes::StringShape.new(name: 'CertificateArn')
22
26
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
23
- CompletedAt = Shapes::TimestampShape.new(name: 'CompletedAt')
24
- CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
27
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
25
28
  DescribeSigningJobRequest = Shapes::StructureShape.new(name: 'DescribeSigningJobRequest')
26
29
  DescribeSigningJobResponse = Shapes::StructureShape.new(name: 'DescribeSigningJobResponse')
27
30
  Destination = Shapes::StructureShape.new(name: 'Destination')
@@ -29,6 +32,7 @@ module Aws::Signer
29
32
  EncryptionAlgorithm = Shapes::StringShape.new(name: 'EncryptionAlgorithm')
30
33
  EncryptionAlgorithmOptions = Shapes::StructureShape.new(name: 'EncryptionAlgorithmOptions')
31
34
  EncryptionAlgorithms = Shapes::ListShape.new(name: 'EncryptionAlgorithms')
35
+ ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
32
36
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
33
37
  GetSigningPlatformRequest = Shapes::StructureShape.new(name: 'GetSigningPlatformRequest')
34
38
  GetSigningPlatformResponse = Shapes::StructureShape.new(name: 'GetSigningPlatformResponse')
@@ -39,9 +43,12 @@ module Aws::Signer
39
43
  HashAlgorithms = Shapes::ListShape.new(name: 'HashAlgorithms')
40
44
  ImageFormat = Shapes::StringShape.new(name: 'ImageFormat')
41
45
  ImageFormats = Shapes::ListShape.new(name: 'ImageFormats')
46
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
42
47
  InternalServiceErrorException = Shapes::StructureShape.new(name: 'InternalServiceErrorException')
43
48
  JobId = Shapes::StringShape.new(name: 'JobId')
44
49
  Key = Shapes::StringShape.new(name: 'Key')
50
+ ListProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListProfilePermissionsRequest')
51
+ ListProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListProfilePermissionsResponse')
45
52
  ListSigningJobsRequest = Shapes::StructureShape.new(name: 'ListSigningJobsRequest')
46
53
  ListSigningJobsResponse = Shapes::StructureShape.new(name: 'ListSigningJobsResponse')
47
54
  ListSigningPlatformsRequest = Shapes::StructureShape.new(name: 'ListSigningPlatformsRequest')
@@ -54,21 +61,33 @@ module Aws::Signer
54
61
  MaxSizeInMB = Shapes::IntegerShape.new(name: 'MaxSizeInMB')
55
62
  NextToken = Shapes::StringShape.new(name: 'NextToken')
56
63
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
64
+ Permission = Shapes::StructureShape.new(name: 'Permission')
65
+ Permissions = Shapes::ListShape.new(name: 'Permissions')
57
66
  PlatformId = Shapes::StringShape.new(name: 'PlatformId')
67
+ PolicySizeBytes = Shapes::IntegerShape.new(name: 'PolicySizeBytes')
58
68
  Prefix = Shapes::StringShape.new(name: 'Prefix')
59
69
  ProfileName = Shapes::StringShape.new(name: 'ProfileName')
70
+ ProfileVersion = Shapes::StringShape.new(name: 'ProfileVersion')
60
71
  PutSigningProfileRequest = Shapes::StructureShape.new(name: 'PutSigningProfileRequest')
61
72
  PutSigningProfileResponse = Shapes::StructureShape.new(name: 'PutSigningProfileResponse')
73
+ RemoveProfilePermissionRequest = Shapes::StructureShape.new(name: 'RemoveProfilePermissionRequest')
74
+ RemoveProfilePermissionResponse = Shapes::StructureShape.new(name: 'RemoveProfilePermissionResponse')
62
75
  RequestedBy = Shapes::StringShape.new(name: 'RequestedBy')
63
76
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
77
+ RevocationReasonString = Shapes::StringShape.new(name: 'RevocationReasonString')
78
+ RevokeSignatureRequest = Shapes::StructureShape.new(name: 'RevokeSignatureRequest')
79
+ RevokeSigningProfileRequest = Shapes::StructureShape.new(name: 'RevokeSigningProfileRequest')
64
80
  S3Destination = Shapes::StructureShape.new(name: 'S3Destination')
65
81
  S3SignedObject = Shapes::StructureShape.new(name: 'S3SignedObject')
66
82
  S3Source = Shapes::StructureShape.new(name: 'S3Source')
83
+ ServiceLimitExceededException = Shapes::StructureShape.new(name: 'ServiceLimitExceededException')
84
+ SignatureValidityPeriod = Shapes::StructureShape.new(name: 'SignatureValidityPeriod')
67
85
  SignedObject = Shapes::StructureShape.new(name: 'SignedObject')
68
86
  SigningConfiguration = Shapes::StructureShape.new(name: 'SigningConfiguration')
69
87
  SigningConfigurationOverrides = Shapes::StructureShape.new(name: 'SigningConfigurationOverrides')
70
88
  SigningImageFormat = Shapes::StructureShape.new(name: 'SigningImageFormat')
71
89
  SigningJob = Shapes::StructureShape.new(name: 'SigningJob')
90
+ SigningJobRevocationRecord = Shapes::StructureShape.new(name: 'SigningJobRevocationRecord')
72
91
  SigningJobs = Shapes::ListShape.new(name: 'SigningJobs')
73
92
  SigningMaterial = Shapes::StructureShape.new(name: 'SigningMaterial')
74
93
  SigningParameterKey = Shapes::StringShape.new(name: 'SigningParameterKey')
@@ -78,6 +97,7 @@ module Aws::Signer
78
97
  SigningPlatformOverrides = Shapes::StructureShape.new(name: 'SigningPlatformOverrides')
79
98
  SigningPlatforms = Shapes::ListShape.new(name: 'SigningPlatforms')
80
99
  SigningProfile = Shapes::StructureShape.new(name: 'SigningProfile')
100
+ SigningProfileRevocationRecord = Shapes::StructureShape.new(name: 'SigningProfileRevocationRecord')
81
101
  SigningProfileStatus = Shapes::StringShape.new(name: 'SigningProfileStatus')
82
102
  SigningProfiles = Shapes::ListShape.new(name: 'SigningProfiles')
83
103
  SigningStatus = Shapes::StringShape.new(name: 'SigningStatus')
@@ -85,6 +105,7 @@ module Aws::Signer
85
105
  StartSigningJobRequest = Shapes::StructureShape.new(name: 'StartSigningJobRequest')
86
106
  StartSigningJobResponse = Shapes::StructureShape.new(name: 'StartSigningJobResponse')
87
107
  StatusReason = Shapes::StringShape.new(name: 'StatusReason')
108
+ Statuses = Shapes::ListShape.new(name: 'Statuses')
88
109
  String = Shapes::StringShape.new(name: 'String')
89
110
  TagKey = Shapes::StringShape.new(name: 'TagKey')
90
111
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -93,23 +114,42 @@ module Aws::Signer
93
114
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
94
115
  TagValue = Shapes::StringShape.new(name: 'TagValue')
95
116
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
117
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
118
+ TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
96
119
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
97
120
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
98
121
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
122
+ ValidityType = Shapes::StringShape.new(name: 'ValidityType')
99
123
  Version = Shapes::StringShape.new(name: 'Version')
100
124
  bool = Shapes::BooleanShape.new(name: 'bool')
101
- key = Shapes::StringShape.new(name: 'key')
102
125
  string = Shapes::StringShape.new(name: 'string')
103
126
 
104
127
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
128
+ AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
105
129
  AccessDeniedException.struct_class = Types::AccessDeniedException
106
130
 
131
+ AddProfilePermissionRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
132
+ AddProfilePermissionRequest.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "profileVersion"))
133
+ AddProfilePermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "action"))
134
+ AddProfilePermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: String, required: true, location_name: "principal"))
135
+ AddProfilePermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "revisionId"))
136
+ AddProfilePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "statementId"))
137
+ AddProfilePermissionRequest.struct_class = Types::AddProfilePermissionRequest
138
+
139
+ AddProfilePermissionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "revisionId"))
140
+ AddProfilePermissionResponse.struct_class = Types::AddProfilePermissionResponse
141
+
107
142
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
143
+ BadRequestException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
108
144
  BadRequestException.struct_class = Types::BadRequestException
109
145
 
110
146
  CancelSigningProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
111
147
  CancelSigningProfileRequest.struct_class = Types::CancelSigningProfileRequest
112
148
 
149
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
150
+ ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
151
+ ConflictException.struct_class = Types::ConflictException
152
+
113
153
  DescribeSigningJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
114
154
  DescribeSigningJobRequest.struct_class = Types::DescribeSigningJobRequest
115
155
 
@@ -117,15 +157,21 @@ module Aws::Signer
117
157
  DescribeSigningJobResponse.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
118
158
  DescribeSigningJobResponse.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
119
159
  DescribeSigningJobResponse.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, location_name: "platformId"))
160
+ DescribeSigningJobResponse.add_member(:platform_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "platformDisplayName"))
120
161
  DescribeSigningJobResponse.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "profileName"))
162
+ DescribeSigningJobResponse.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "profileVersion"))
121
163
  DescribeSigningJobResponse.add_member(:overrides, Shapes::ShapeRef.new(shape: SigningPlatformOverrides, location_name: "overrides"))
122
164
  DescribeSigningJobResponse.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
123
- DescribeSigningJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
124
- DescribeSigningJobResponse.add_member(:completed_at, Shapes::ShapeRef.new(shape: CompletedAt, location_name: "completedAt"))
165
+ DescribeSigningJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
166
+ DescribeSigningJobResponse.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
167
+ DescribeSigningJobResponse.add_member(:signature_expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "signatureExpiresAt"))
125
168
  DescribeSigningJobResponse.add_member(:requested_by, Shapes::ShapeRef.new(shape: RequestedBy, location_name: "requestedBy"))
126
169
  DescribeSigningJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: SigningStatus, location_name: "status"))
127
170
  DescribeSigningJobResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
171
+ DescribeSigningJobResponse.add_member(:revocation_record, Shapes::ShapeRef.new(shape: SigningJobRevocationRecord, location_name: "revocationRecord"))
128
172
  DescribeSigningJobResponse.add_member(:signed_object, Shapes::ShapeRef.new(shape: SignedObject, location_name: "signedObject"))
173
+ DescribeSigningJobResponse.add_member(:job_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "jobOwner"))
174
+ DescribeSigningJobResponse.add_member(:job_invoker, Shapes::ShapeRef.new(shape: AccountId, location_name: "jobInvoker"))
129
175
  DescribeSigningJobResponse.struct_class = Types::DescribeSigningJobResponse
130
176
 
131
177
  Destination.add_member(:s3, Shapes::ShapeRef.new(shape: S3Destination, location_name: "s3"))
@@ -148,17 +194,25 @@ module Aws::Signer
148
194
  GetSigningPlatformResponse.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, location_name: "signingConfiguration"))
149
195
  GetSigningPlatformResponse.add_member(:signing_image_format, Shapes::ShapeRef.new(shape: SigningImageFormat, location_name: "signingImageFormat"))
150
196
  GetSigningPlatformResponse.add_member(:max_size_in_mb, Shapes::ShapeRef.new(shape: MaxSizeInMB, location_name: "maxSizeInMB"))
197
+ GetSigningPlatformResponse.add_member(:revocation_supported, Shapes::ShapeRef.new(shape: bool, location_name: "revocationSupported"))
151
198
  GetSigningPlatformResponse.struct_class = Types::GetSigningPlatformResponse
152
199
 
153
200
  GetSigningProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
201
+ GetSigningProfileRequest.add_member(:profile_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "profileOwner"))
154
202
  GetSigningProfileRequest.struct_class = Types::GetSigningProfileRequest
155
203
 
156
204
  GetSigningProfileResponse.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "profileName"))
205
+ GetSigningProfileResponse.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "profileVersion"))
206
+ GetSigningProfileResponse.add_member(:profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "profileVersionArn"))
207
+ GetSigningProfileResponse.add_member(:revocation_record, Shapes::ShapeRef.new(shape: SigningProfileRevocationRecord, location_name: "revocationRecord"))
157
208
  GetSigningProfileResponse.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
158
209
  GetSigningProfileResponse.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, location_name: "platformId"))
210
+ GetSigningProfileResponse.add_member(:platform_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "platformDisplayName"))
211
+ GetSigningProfileResponse.add_member(:signature_validity_period, Shapes::ShapeRef.new(shape: SignatureValidityPeriod, location_name: "signatureValidityPeriod"))
159
212
  GetSigningProfileResponse.add_member(:overrides, Shapes::ShapeRef.new(shape: SigningPlatformOverrides, location_name: "overrides"))
160
213
  GetSigningProfileResponse.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
161
214
  GetSigningProfileResponse.add_member(:status, Shapes::ShapeRef.new(shape: SigningProfileStatus, location_name: "status"))
215
+ GetSigningProfileResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
162
216
  GetSigningProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "arn"))
163
217
  GetSigningProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
164
218
  GetSigningProfileResponse.struct_class = Types::GetSigningProfileResponse
@@ -172,13 +226,28 @@ module Aws::Signer
172
226
  ImageFormats.member = Shapes::ShapeRef.new(shape: ImageFormat)
173
227
 
174
228
  InternalServiceErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
229
+ InternalServiceErrorException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
175
230
  InternalServiceErrorException.struct_class = Types::InternalServiceErrorException
176
231
 
232
+ ListProfilePermissionsRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
233
+ ListProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
234
+ ListProfilePermissionsRequest.struct_class = Types::ListProfilePermissionsRequest
235
+
236
+ ListProfilePermissionsResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "revisionId"))
237
+ ListProfilePermissionsResponse.add_member(:policy_size_bytes, Shapes::ShapeRef.new(shape: PolicySizeBytes, location_name: "policySizeBytes"))
238
+ ListProfilePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: Permissions, location_name: "permissions"))
239
+ ListProfilePermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
240
+ ListProfilePermissionsResponse.struct_class = Types::ListProfilePermissionsResponse
241
+
177
242
  ListSigningJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: SigningStatus, location: "querystring", location_name: "status"))
178
243
  ListSigningJobsRequest.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, location: "querystring", location_name: "platformId"))
179
244
  ListSigningJobsRequest.add_member(:requested_by, Shapes::ShapeRef.new(shape: RequestedBy, location: "querystring", location_name: "requestedBy"))
180
245
  ListSigningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
181
246
  ListSigningJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
247
+ ListSigningJobsRequest.add_member(:is_revoked, Shapes::ShapeRef.new(shape: bool, location: "querystring", location_name: "isRevoked"))
248
+ ListSigningJobsRequest.add_member(:signature_expires_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "signatureExpiresBefore"))
249
+ ListSigningJobsRequest.add_member(:signature_expires_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "signatureExpiresAfter"))
250
+ ListSigningJobsRequest.add_member(:job_invoker, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "jobInvoker"))
182
251
  ListSigningJobsRequest.struct_class = Types::ListSigningJobsRequest
183
252
 
184
253
  ListSigningJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: SigningJobs, location_name: "jobs"))
@@ -199,6 +268,8 @@ module Aws::Signer
199
268
  ListSigningProfilesRequest.add_member(:include_canceled, Shapes::ShapeRef.new(shape: bool, location: "querystring", location_name: "includeCanceled"))
200
269
  ListSigningProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
201
270
  ListSigningProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
271
+ ListSigningProfilesRequest.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, location: "querystring", location_name: "platformId"))
272
+ ListSigningProfilesRequest.add_member(:statuses, Shapes::ShapeRef.new(shape: Statuses, location: "querystring", location_name: "statuses"))
202
273
  ListSigningProfilesRequest.struct_class = Types::ListSigningProfilesRequest
203
274
 
204
275
  ListSigningProfilesResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: SigningProfiles, location_name: "profiles"))
@@ -212,10 +283,20 @@ module Aws::Signer
212
283
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
213
284
 
214
285
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
286
+ NotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
215
287
  NotFoundException.struct_class = Types::NotFoundException
216
288
 
289
+ Permission.add_member(:action, Shapes::ShapeRef.new(shape: String, location_name: "action"))
290
+ Permission.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "principal"))
291
+ Permission.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, location_name: "statementId"))
292
+ Permission.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "profileVersion"))
293
+ Permission.struct_class = Types::Permission
294
+
295
+ Permissions.member = Shapes::ShapeRef.new(shape: Permission)
296
+
217
297
  PutSigningProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
218
- PutSigningProfileRequest.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, required: true, location_name: "signingMaterial"))
298
+ PutSigningProfileRequest.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
299
+ PutSigningProfileRequest.add_member(:signature_validity_period, Shapes::ShapeRef.new(shape: SignatureValidityPeriod, location_name: "signatureValidityPeriod"))
219
300
  PutSigningProfileRequest.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, required: true, location_name: "platformId"))
220
301
  PutSigningProfileRequest.add_member(:overrides, Shapes::ShapeRef.new(shape: SigningPlatformOverrides, location_name: "overrides"))
221
302
  PutSigningProfileRequest.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
@@ -223,17 +304,39 @@ module Aws::Signer
223
304
  PutSigningProfileRequest.struct_class = Types::PutSigningProfileRequest
224
305
 
225
306
  PutSigningProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "arn"))
307
+ PutSigningProfileResponse.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "profileVersion"))
308
+ PutSigningProfileResponse.add_member(:profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "profileVersionArn"))
226
309
  PutSigningProfileResponse.struct_class = Types::PutSigningProfileResponse
227
310
 
311
+ RemoveProfilePermissionRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
312
+ RemoveProfilePermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, required: true, location: "querystring", location_name: "revisionId"))
313
+ RemoveProfilePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "statementId"))
314
+ RemoveProfilePermissionRequest.struct_class = Types::RemoveProfilePermissionRequest
315
+
316
+ RemoveProfilePermissionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "revisionId"))
317
+ RemoveProfilePermissionResponse.struct_class = Types::RemoveProfilePermissionResponse
318
+
228
319
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
320
+ ResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
229
321
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
230
322
 
323
+ RevokeSignatureRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
324
+ RevokeSignatureRequest.add_member(:job_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "jobOwner"))
325
+ RevokeSignatureRequest.add_member(:reason, Shapes::ShapeRef.new(shape: RevocationReasonString, required: true, location_name: "reason"))
326
+ RevokeSignatureRequest.struct_class = Types::RevokeSignatureRequest
327
+
328
+ RevokeSigningProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
329
+ RevokeSigningProfileRequest.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, required: true, location_name: "profileVersion"))
330
+ RevokeSigningProfileRequest.add_member(:reason, Shapes::ShapeRef.new(shape: RevocationReasonString, required: true, location_name: "reason"))
331
+ RevokeSigningProfileRequest.add_member(:effective_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "effectiveTime"))
332
+ RevokeSigningProfileRequest.struct_class = Types::RevokeSigningProfileRequest
333
+
231
334
  S3Destination.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
232
335
  S3Destination.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "prefix"))
233
336
  S3Destination.struct_class = Types::S3Destination
234
337
 
235
338
  S3SignedObject.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
236
- S3SignedObject.add_member(:key, Shapes::ShapeRef.new(shape: key, location_name: "key"))
339
+ S3SignedObject.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "key"))
237
340
  S3SignedObject.struct_class = Types::S3SignedObject
238
341
 
239
342
  S3Source.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
@@ -241,6 +344,14 @@ module Aws::Signer
241
344
  S3Source.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
242
345
  S3Source.struct_class = Types::S3Source
243
346
 
347
+ ServiceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
348
+ ServiceLimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
349
+ ServiceLimitExceededException.struct_class = Types::ServiceLimitExceededException
350
+
351
+ SignatureValidityPeriod.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "value"))
352
+ SignatureValidityPeriod.add_member(:type, Shapes::ShapeRef.new(shape: ValidityType, location_name: "type"))
353
+ SignatureValidityPeriod.struct_class = Types::SignatureValidityPeriod
354
+
244
355
  SignedObject.add_member(:s3, Shapes::ShapeRef.new(shape: S3SignedObject, location_name: "s3"))
245
356
  SignedObject.struct_class = Types::SignedObject
246
357
 
@@ -260,10 +371,23 @@ module Aws::Signer
260
371
  SigningJob.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
261
372
  SigningJob.add_member(:signed_object, Shapes::ShapeRef.new(shape: SignedObject, location_name: "signedObject"))
262
373
  SigningJob.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
263
- SigningJob.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
374
+ SigningJob.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
264
375
  SigningJob.add_member(:status, Shapes::ShapeRef.new(shape: SigningStatus, location_name: "status"))
376
+ SigningJob.add_member(:is_revoked, Shapes::ShapeRef.new(shape: bool, location_name: "isRevoked"))
377
+ SigningJob.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "profileName"))
378
+ SigningJob.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "profileVersion"))
379
+ SigningJob.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, location_name: "platformId"))
380
+ SigningJob.add_member(:platform_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "platformDisplayName"))
381
+ SigningJob.add_member(:signature_expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "signatureExpiresAt"))
382
+ SigningJob.add_member(:job_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "jobOwner"))
383
+ SigningJob.add_member(:job_invoker, Shapes::ShapeRef.new(shape: AccountId, location_name: "jobInvoker"))
265
384
  SigningJob.struct_class = Types::SigningJob
266
385
 
386
+ SigningJobRevocationRecord.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
387
+ SigningJobRevocationRecord.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "revokedAt"))
388
+ SigningJobRevocationRecord.add_member(:revoked_by, Shapes::ShapeRef.new(shape: String, location_name: "revokedBy"))
389
+ SigningJobRevocationRecord.struct_class = Types::SigningJobRevocationRecord
390
+
267
391
  SigningJobs.member = Shapes::ShapeRef.new(shape: SigningJob)
268
392
 
269
393
  SigningMaterial.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, required: true, location_name: "certificateArn"))
@@ -280,6 +404,7 @@ module Aws::Signer
280
404
  SigningPlatform.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, location_name: "signingConfiguration"))
281
405
  SigningPlatform.add_member(:signing_image_format, Shapes::ShapeRef.new(shape: SigningImageFormat, location_name: "signingImageFormat"))
282
406
  SigningPlatform.add_member(:max_size_in_mb, Shapes::ShapeRef.new(shape: MaxSizeInMB, location_name: "maxSizeInMB"))
407
+ SigningPlatform.add_member(:revocation_supported, Shapes::ShapeRef.new(shape: bool, location_name: "revocationSupported"))
283
408
  SigningPlatform.struct_class = Types::SigningPlatform
284
409
 
285
410
  SigningPlatformOverrides.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfigurationOverrides, location_name: "signingConfiguration"))
@@ -289,14 +414,23 @@ module Aws::Signer
289
414
  SigningPlatforms.member = Shapes::ShapeRef.new(shape: SigningPlatform)
290
415
 
291
416
  SigningProfile.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "profileName"))
417
+ SigningProfile.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "profileVersion"))
418
+ SigningProfile.add_member(:profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "profileVersionArn"))
292
419
  SigningProfile.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
420
+ SigningProfile.add_member(:signature_validity_period, Shapes::ShapeRef.new(shape: SignatureValidityPeriod, location_name: "signatureValidityPeriod"))
293
421
  SigningProfile.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, location_name: "platformId"))
422
+ SigningProfile.add_member(:platform_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "platformDisplayName"))
294
423
  SigningProfile.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
295
424
  SigningProfile.add_member(:status, Shapes::ShapeRef.new(shape: SigningProfileStatus, location_name: "status"))
296
425
  SigningProfile.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "arn"))
297
426
  SigningProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
298
427
  SigningProfile.struct_class = Types::SigningProfile
299
428
 
429
+ SigningProfileRevocationRecord.add_member(:revocation_effective_from, Shapes::ShapeRef.new(shape: Timestamp, location_name: "revocationEffectiveFrom"))
430
+ SigningProfileRevocationRecord.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "revokedAt"))
431
+ SigningProfileRevocationRecord.add_member(:revoked_by, Shapes::ShapeRef.new(shape: String, location_name: "revokedBy"))
432
+ SigningProfileRevocationRecord.struct_class = Types::SigningProfileRevocationRecord
433
+
300
434
  SigningProfiles.member = Shapes::ShapeRef.new(shape: SigningProfile)
301
435
 
302
436
  Source.add_member(:s3, Shapes::ShapeRef.new(shape: S3Source, location_name: "s3"))
@@ -304,13 +438,17 @@ module Aws::Signer
304
438
 
305
439
  StartSigningJobRequest.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "source"))
306
440
  StartSigningJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "destination"))
307
- StartSigningJobRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "profileName"))
441
+ StartSigningJobRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "profileName"))
308
442
  StartSigningJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
443
+ StartSigningJobRequest.add_member(:profile_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "profileOwner"))
309
444
  StartSigningJobRequest.struct_class = Types::StartSigningJobRequest
310
445
 
311
446
  StartSigningJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
447
+ StartSigningJobResponse.add_member(:job_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "jobOwner"))
312
448
  StartSigningJobResponse.struct_class = Types::StartSigningJobResponse
313
449
 
450
+ Statuses.member = Shapes::ShapeRef.new(shape: SigningProfileStatus)
451
+
314
452
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
315
453
 
316
454
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -323,8 +461,13 @@ module Aws::Signer
323
461
  TagResourceResponse.struct_class = Types::TagResourceResponse
324
462
 
325
463
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
464
+ ThrottlingException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
326
465
  ThrottlingException.struct_class = Types::ThrottlingException
327
466
 
467
+ TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
468
+ TooManyRequestsException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
469
+ TooManyRequestsException.struct_class = Types::TooManyRequestsException
470
+
328
471
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
329
472
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
330
473
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -332,6 +475,7 @@ module Aws::Signer
332
475
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
333
476
 
334
477
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
478
+ ValidationException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
335
479
  ValidationException.struct_class = Types::ValidationException
336
480
 
337
481
 
@@ -353,6 +497,21 @@ module Aws::Signer
353
497
  "uid" => "signer-2017-08-25",
354
498
  }
355
499
 
500
+ api.add_operation(:add_profile_permission, Seahorse::Model::Operation.new.tap do |o|
501
+ o.name = "AddProfilePermission"
502
+ o.http_method = "POST"
503
+ o.http_request_uri = "/signing-profiles/{profileName}/permissions"
504
+ o.input = Shapes::ShapeRef.new(shape: AddProfilePermissionRequest)
505
+ o.output = Shapes::ShapeRef.new(shape: AddProfilePermissionResponse)
506
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
507
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
508
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
509
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
510
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
511
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
512
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
513
+ end)
514
+
356
515
  api.add_operation(:cancel_signing_profile, Seahorse::Model::Operation.new.tap do |o|
357
516
  o.name = "CancelSigningProfile"
358
517
  o.http_method = "DELETE"
@@ -361,7 +520,7 @@ module Aws::Signer
361
520
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
362
521
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
363
522
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
364
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
523
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
365
524
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
366
525
  end)
367
526
 
@@ -373,6 +532,7 @@ module Aws::Signer
373
532
  o.output = Shapes::ShapeRef.new(shape: DescribeSigningJobResponse)
374
533
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
375
534
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
535
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
376
536
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
377
537
  end)
378
538
 
@@ -384,6 +544,7 @@ module Aws::Signer
384
544
  o.output = Shapes::ShapeRef.new(shape: GetSigningPlatformResponse)
385
545
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
386
546
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
547
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
387
548
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
388
549
  end)
389
550
 
@@ -395,7 +556,20 @@ module Aws::Signer
395
556
  o.output = Shapes::ShapeRef.new(shape: GetSigningProfileResponse)
396
557
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
397
558
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
398
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
559
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
560
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
561
+ end)
562
+
563
+ api.add_operation(:list_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
564
+ o.name = "ListProfilePermissions"
565
+ o.http_method = "GET"
566
+ o.http_request_uri = "/signing-profiles/{profileName}/permissions"
567
+ o.input = Shapes::ShapeRef.new(shape: ListProfilePermissionsRequest)
568
+ o.output = Shapes::ShapeRef.new(shape: ListProfilePermissionsResponse)
569
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
570
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
571
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
572
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
399
573
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
400
574
  end)
401
575
 
@@ -407,7 +581,7 @@ module Aws::Signer
407
581
  o.output = Shapes::ShapeRef.new(shape: ListSigningJobsResponse)
408
582
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
409
583
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
410
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
584
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
411
585
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
412
586
  o[:pager] = Aws::Pager.new(
413
587
  limit_key: "max_results",
@@ -425,7 +599,7 @@ module Aws::Signer
425
599
  o.output = Shapes::ShapeRef.new(shape: ListSigningPlatformsResponse)
426
600
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
427
601
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
428
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
602
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
429
603
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
430
604
  o[:pager] = Aws::Pager.new(
431
605
  limit_key: "max_results",
@@ -442,7 +616,7 @@ module Aws::Signer
442
616
  o.input = Shapes::ShapeRef.new(shape: ListSigningProfilesRequest)
443
617
  o.output = Shapes::ShapeRef.new(shape: ListSigningProfilesResponse)
444
618
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
445
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
619
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
446
620
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
447
621
  o[:pager] = Aws::Pager.new(
448
622
  limit_key: "max_results",
@@ -461,6 +635,7 @@ module Aws::Signer
461
635
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
462
636
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
463
637
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
638
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
464
639
  end)
465
640
 
466
641
  api.add_operation(:put_signing_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -472,7 +647,47 @@ module Aws::Signer
472
647
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
473
648
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
474
649
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
475
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
650
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
651
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
652
+ end)
653
+
654
+ api.add_operation(:remove_profile_permission, Seahorse::Model::Operation.new.tap do |o|
655
+ o.name = "RemoveProfilePermission"
656
+ o.http_method = "DELETE"
657
+ o.http_request_uri = "/signing-profiles/{profileName}/permissions/{statementId}"
658
+ o.input = Shapes::ShapeRef.new(shape: RemoveProfilePermissionRequest)
659
+ o.output = Shapes::ShapeRef.new(shape: RemoveProfilePermissionResponse)
660
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
661
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
662
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
663
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
664
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
665
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
666
+ end)
667
+
668
+ api.add_operation(:revoke_signature, Seahorse::Model::Operation.new.tap do |o|
669
+ o.name = "RevokeSignature"
670
+ o.http_method = "PUT"
671
+ o.http_request_uri = "/signing-jobs/{jobId}/revoke"
672
+ o.input = Shapes::ShapeRef.new(shape: RevokeSignatureRequest)
673
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
674
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
675
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
676
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
677
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
678
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
679
+ end)
680
+
681
+ api.add_operation(:revoke_signing_profile, Seahorse::Model::Operation.new.tap do |o|
682
+ o.name = "RevokeSigningProfile"
683
+ o.http_method = "PUT"
684
+ o.http_request_uri = "/signing-profiles/{profileName}/revoke"
685
+ o.input = Shapes::ShapeRef.new(shape: RevokeSigningProfileRequest)
686
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
687
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
688
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
689
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
690
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
476
691
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
477
692
  end)
478
693
 
@@ -486,6 +701,7 @@ module Aws::Signer
486
701
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
487
702
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
488
703
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
704
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
489
705
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
490
706
  end)
491
707
 
@@ -498,6 +714,7 @@ module Aws::Signer
498
714
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
499
715
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
500
716
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
717
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
501
718
  end)
502
719
 
503
720
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -509,6 +726,7 @@ module Aws::Signer
509
726
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
510
727
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
511
728
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
729
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
512
730
  end)
513
731
  end
514
732