aws-sdk-signer 1.22.1 → 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.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -12,14 +14,17 @@ module Aws::Signer
12
14
  include Seahorse::Model
13
15
 
14
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')
15
21
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
16
22
  BucketName = Shapes::StringShape.new(name: 'BucketName')
17
23
  CancelSigningProfileRequest = Shapes::StructureShape.new(name: 'CancelSigningProfileRequest')
18
24
  Category = Shapes::StringShape.new(name: 'Category')
19
25
  CertificateArn = Shapes::StringShape.new(name: 'CertificateArn')
20
26
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
21
- CompletedAt = Shapes::TimestampShape.new(name: 'CompletedAt')
22
- CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
27
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
23
28
  DescribeSigningJobRequest = Shapes::StructureShape.new(name: 'DescribeSigningJobRequest')
24
29
  DescribeSigningJobResponse = Shapes::StructureShape.new(name: 'DescribeSigningJobResponse')
25
30
  Destination = Shapes::StructureShape.new(name: 'Destination')
@@ -27,6 +32,7 @@ module Aws::Signer
27
32
  EncryptionAlgorithm = Shapes::StringShape.new(name: 'EncryptionAlgorithm')
28
33
  EncryptionAlgorithmOptions = Shapes::StructureShape.new(name: 'EncryptionAlgorithmOptions')
29
34
  EncryptionAlgorithms = Shapes::ListShape.new(name: 'EncryptionAlgorithms')
35
+ ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
30
36
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
31
37
  GetSigningPlatformRequest = Shapes::StructureShape.new(name: 'GetSigningPlatformRequest')
32
38
  GetSigningPlatformResponse = Shapes::StructureShape.new(name: 'GetSigningPlatformResponse')
@@ -37,9 +43,12 @@ module Aws::Signer
37
43
  HashAlgorithms = Shapes::ListShape.new(name: 'HashAlgorithms')
38
44
  ImageFormat = Shapes::StringShape.new(name: 'ImageFormat')
39
45
  ImageFormats = Shapes::ListShape.new(name: 'ImageFormats')
46
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
40
47
  InternalServiceErrorException = Shapes::StructureShape.new(name: 'InternalServiceErrorException')
41
48
  JobId = Shapes::StringShape.new(name: 'JobId')
42
49
  Key = Shapes::StringShape.new(name: 'Key')
50
+ ListProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListProfilePermissionsRequest')
51
+ ListProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListProfilePermissionsResponse')
43
52
  ListSigningJobsRequest = Shapes::StructureShape.new(name: 'ListSigningJobsRequest')
44
53
  ListSigningJobsResponse = Shapes::StructureShape.new(name: 'ListSigningJobsResponse')
45
54
  ListSigningPlatformsRequest = Shapes::StructureShape.new(name: 'ListSigningPlatformsRequest')
@@ -52,21 +61,33 @@ module Aws::Signer
52
61
  MaxSizeInMB = Shapes::IntegerShape.new(name: 'MaxSizeInMB')
53
62
  NextToken = Shapes::StringShape.new(name: 'NextToken')
54
63
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
64
+ Permission = Shapes::StructureShape.new(name: 'Permission')
65
+ Permissions = Shapes::ListShape.new(name: 'Permissions')
55
66
  PlatformId = Shapes::StringShape.new(name: 'PlatformId')
67
+ PolicySizeBytes = Shapes::IntegerShape.new(name: 'PolicySizeBytes')
56
68
  Prefix = Shapes::StringShape.new(name: 'Prefix')
57
69
  ProfileName = Shapes::StringShape.new(name: 'ProfileName')
70
+ ProfileVersion = Shapes::StringShape.new(name: 'ProfileVersion')
58
71
  PutSigningProfileRequest = Shapes::StructureShape.new(name: 'PutSigningProfileRequest')
59
72
  PutSigningProfileResponse = Shapes::StructureShape.new(name: 'PutSigningProfileResponse')
73
+ RemoveProfilePermissionRequest = Shapes::StructureShape.new(name: 'RemoveProfilePermissionRequest')
74
+ RemoveProfilePermissionResponse = Shapes::StructureShape.new(name: 'RemoveProfilePermissionResponse')
60
75
  RequestedBy = Shapes::StringShape.new(name: 'RequestedBy')
61
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')
62
80
  S3Destination = Shapes::StructureShape.new(name: 'S3Destination')
63
81
  S3SignedObject = Shapes::StructureShape.new(name: 'S3SignedObject')
64
82
  S3Source = Shapes::StructureShape.new(name: 'S3Source')
83
+ ServiceLimitExceededException = Shapes::StructureShape.new(name: 'ServiceLimitExceededException')
84
+ SignatureValidityPeriod = Shapes::StructureShape.new(name: 'SignatureValidityPeriod')
65
85
  SignedObject = Shapes::StructureShape.new(name: 'SignedObject')
66
86
  SigningConfiguration = Shapes::StructureShape.new(name: 'SigningConfiguration')
67
87
  SigningConfigurationOverrides = Shapes::StructureShape.new(name: 'SigningConfigurationOverrides')
68
88
  SigningImageFormat = Shapes::StructureShape.new(name: 'SigningImageFormat')
69
89
  SigningJob = Shapes::StructureShape.new(name: 'SigningJob')
90
+ SigningJobRevocationRecord = Shapes::StructureShape.new(name: 'SigningJobRevocationRecord')
70
91
  SigningJobs = Shapes::ListShape.new(name: 'SigningJobs')
71
92
  SigningMaterial = Shapes::StructureShape.new(name: 'SigningMaterial')
72
93
  SigningParameterKey = Shapes::StringShape.new(name: 'SigningParameterKey')
@@ -76,6 +97,7 @@ module Aws::Signer
76
97
  SigningPlatformOverrides = Shapes::StructureShape.new(name: 'SigningPlatformOverrides')
77
98
  SigningPlatforms = Shapes::ListShape.new(name: 'SigningPlatforms')
78
99
  SigningProfile = Shapes::StructureShape.new(name: 'SigningProfile')
100
+ SigningProfileRevocationRecord = Shapes::StructureShape.new(name: 'SigningProfileRevocationRecord')
79
101
  SigningProfileStatus = Shapes::StringShape.new(name: 'SigningProfileStatus')
80
102
  SigningProfiles = Shapes::ListShape.new(name: 'SigningProfiles')
81
103
  SigningStatus = Shapes::StringShape.new(name: 'SigningStatus')
@@ -83,6 +105,7 @@ module Aws::Signer
83
105
  StartSigningJobRequest = Shapes::StructureShape.new(name: 'StartSigningJobRequest')
84
106
  StartSigningJobResponse = Shapes::StructureShape.new(name: 'StartSigningJobResponse')
85
107
  StatusReason = Shapes::StringShape.new(name: 'StatusReason')
108
+ Statuses = Shapes::ListShape.new(name: 'Statuses')
86
109
  String = Shapes::StringShape.new(name: 'String')
87
110
  TagKey = Shapes::StringShape.new(name: 'TagKey')
88
111
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -91,23 +114,42 @@ module Aws::Signer
91
114
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
92
115
  TagValue = Shapes::StringShape.new(name: 'TagValue')
93
116
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
117
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
118
+ TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
94
119
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
95
120
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
96
121
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
122
+ ValidityType = Shapes::StringShape.new(name: 'ValidityType')
97
123
  Version = Shapes::StringShape.new(name: 'Version')
98
124
  bool = Shapes::BooleanShape.new(name: 'bool')
99
- key = Shapes::StringShape.new(name: 'key')
100
125
  string = Shapes::StringShape.new(name: 'string')
101
126
 
102
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"))
103
129
  AccessDeniedException.struct_class = Types::AccessDeniedException
104
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
+
105
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"))
106
144
  BadRequestException.struct_class = Types::BadRequestException
107
145
 
108
146
  CancelSigningProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
109
147
  CancelSigningProfileRequest.struct_class = Types::CancelSigningProfileRequest
110
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
+
111
153
  DescribeSigningJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
112
154
  DescribeSigningJobRequest.struct_class = Types::DescribeSigningJobRequest
113
155
 
@@ -115,15 +157,21 @@ module Aws::Signer
115
157
  DescribeSigningJobResponse.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
116
158
  DescribeSigningJobResponse.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
117
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"))
118
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"))
119
163
  DescribeSigningJobResponse.add_member(:overrides, Shapes::ShapeRef.new(shape: SigningPlatformOverrides, location_name: "overrides"))
120
164
  DescribeSigningJobResponse.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
121
- DescribeSigningJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
122
- 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"))
123
168
  DescribeSigningJobResponse.add_member(:requested_by, Shapes::ShapeRef.new(shape: RequestedBy, location_name: "requestedBy"))
124
169
  DescribeSigningJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: SigningStatus, location_name: "status"))
125
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"))
126
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"))
127
175
  DescribeSigningJobResponse.struct_class = Types::DescribeSigningJobResponse
128
176
 
129
177
  Destination.add_member(:s3, Shapes::ShapeRef.new(shape: S3Destination, location_name: "s3"))
@@ -146,17 +194,25 @@ module Aws::Signer
146
194
  GetSigningPlatformResponse.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, location_name: "signingConfiguration"))
147
195
  GetSigningPlatformResponse.add_member(:signing_image_format, Shapes::ShapeRef.new(shape: SigningImageFormat, location_name: "signingImageFormat"))
148
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"))
149
198
  GetSigningPlatformResponse.struct_class = Types::GetSigningPlatformResponse
150
199
 
151
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"))
152
202
  GetSigningProfileRequest.struct_class = Types::GetSigningProfileRequest
153
203
 
154
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"))
155
208
  GetSigningProfileResponse.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
156
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"))
157
212
  GetSigningProfileResponse.add_member(:overrides, Shapes::ShapeRef.new(shape: SigningPlatformOverrides, location_name: "overrides"))
158
213
  GetSigningProfileResponse.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
159
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"))
160
216
  GetSigningProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "arn"))
161
217
  GetSigningProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
162
218
  GetSigningProfileResponse.struct_class = Types::GetSigningProfileResponse
@@ -170,13 +226,28 @@ module Aws::Signer
170
226
  ImageFormats.member = Shapes::ShapeRef.new(shape: ImageFormat)
171
227
 
172
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"))
173
230
  InternalServiceErrorException.struct_class = Types::InternalServiceErrorException
174
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
+
175
242
  ListSigningJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: SigningStatus, location: "querystring", location_name: "status"))
176
243
  ListSigningJobsRequest.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, location: "querystring", location_name: "platformId"))
177
244
  ListSigningJobsRequest.add_member(:requested_by, Shapes::ShapeRef.new(shape: RequestedBy, location: "querystring", location_name: "requestedBy"))
178
245
  ListSigningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
179
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"))
180
251
  ListSigningJobsRequest.struct_class = Types::ListSigningJobsRequest
181
252
 
182
253
  ListSigningJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: SigningJobs, location_name: "jobs"))
@@ -197,6 +268,8 @@ module Aws::Signer
197
268
  ListSigningProfilesRequest.add_member(:include_canceled, Shapes::ShapeRef.new(shape: bool, location: "querystring", location_name: "includeCanceled"))
198
269
  ListSigningProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
199
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"))
200
273
  ListSigningProfilesRequest.struct_class = Types::ListSigningProfilesRequest
201
274
 
202
275
  ListSigningProfilesResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: SigningProfiles, location_name: "profiles"))
@@ -210,10 +283,20 @@ module Aws::Signer
210
283
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
211
284
 
212
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"))
213
287
  NotFoundException.struct_class = Types::NotFoundException
214
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
+
215
297
  PutSigningProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location: "uri", location_name: "profileName"))
216
- 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"))
217
300
  PutSigningProfileRequest.add_member(:platform_id, Shapes::ShapeRef.new(shape: PlatformId, required: true, location_name: "platformId"))
218
301
  PutSigningProfileRequest.add_member(:overrides, Shapes::ShapeRef.new(shape: SigningPlatformOverrides, location_name: "overrides"))
219
302
  PutSigningProfileRequest.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
@@ -221,17 +304,39 @@ module Aws::Signer
221
304
  PutSigningProfileRequest.struct_class = Types::PutSigningProfileRequest
222
305
 
223
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"))
224
309
  PutSigningProfileResponse.struct_class = Types::PutSigningProfileResponse
225
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
+
226
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"))
227
321
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
228
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
+
229
334
  S3Destination.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
230
335
  S3Destination.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "prefix"))
231
336
  S3Destination.struct_class = Types::S3Destination
232
337
 
233
338
  S3SignedObject.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
234
- 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"))
235
340
  S3SignedObject.struct_class = Types::S3SignedObject
236
341
 
237
342
  S3Source.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
@@ -239,6 +344,14 @@ module Aws::Signer
239
344
  S3Source.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
240
345
  S3Source.struct_class = Types::S3Source
241
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
+
242
355
  SignedObject.add_member(:s3, Shapes::ShapeRef.new(shape: S3SignedObject, location_name: "s3"))
243
356
  SignedObject.struct_class = Types::SignedObject
244
357
 
@@ -258,10 +371,23 @@ module Aws::Signer
258
371
  SigningJob.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
259
372
  SigningJob.add_member(:signed_object, Shapes::ShapeRef.new(shape: SignedObject, location_name: "signedObject"))
260
373
  SigningJob.add_member(:signing_material, Shapes::ShapeRef.new(shape: SigningMaterial, location_name: "signingMaterial"))
261
- 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"))
262
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"))
263
384
  SigningJob.struct_class = Types::SigningJob
264
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
+
265
391
  SigningJobs.member = Shapes::ShapeRef.new(shape: SigningJob)
266
392
 
267
393
  SigningMaterial.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, required: true, location_name: "certificateArn"))
@@ -278,6 +404,7 @@ module Aws::Signer
278
404
  SigningPlatform.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfiguration, location_name: "signingConfiguration"))
279
405
  SigningPlatform.add_member(:signing_image_format, Shapes::ShapeRef.new(shape: SigningImageFormat, location_name: "signingImageFormat"))
280
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"))
281
408
  SigningPlatform.struct_class = Types::SigningPlatform
282
409
 
283
410
  SigningPlatformOverrides.add_member(:signing_configuration, Shapes::ShapeRef.new(shape: SigningConfigurationOverrides, location_name: "signingConfiguration"))
@@ -287,14 +414,23 @@ module Aws::Signer
287
414
  SigningPlatforms.member = Shapes::ShapeRef.new(shape: SigningPlatform)
288
415
 
289
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"))
290
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"))
291
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"))
292
423
  SigningProfile.add_member(:signing_parameters, Shapes::ShapeRef.new(shape: SigningParameters, location_name: "signingParameters"))
293
424
  SigningProfile.add_member(:status, Shapes::ShapeRef.new(shape: SigningProfileStatus, location_name: "status"))
294
425
  SigningProfile.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "arn"))
295
426
  SigningProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
296
427
  SigningProfile.struct_class = Types::SigningProfile
297
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
+
298
434
  SigningProfiles.member = Shapes::ShapeRef.new(shape: SigningProfile)
299
435
 
300
436
  Source.add_member(:s3, Shapes::ShapeRef.new(shape: S3Source, location_name: "s3"))
@@ -302,13 +438,17 @@ module Aws::Signer
302
438
 
303
439
  StartSigningJobRequest.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "source"))
304
440
  StartSigningJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "destination"))
305
- 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"))
306
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"))
307
444
  StartSigningJobRequest.struct_class = Types::StartSigningJobRequest
308
445
 
309
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"))
310
448
  StartSigningJobResponse.struct_class = Types::StartSigningJobResponse
311
449
 
450
+ Statuses.member = Shapes::ShapeRef.new(shape: SigningProfileStatus)
451
+
312
452
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
313
453
 
314
454
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -321,8 +461,13 @@ module Aws::Signer
321
461
  TagResourceResponse.struct_class = Types::TagResourceResponse
322
462
 
323
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"))
324
465
  ThrottlingException.struct_class = Types::ThrottlingException
325
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
+
326
471
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
327
472
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
328
473
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -330,6 +475,7 @@ module Aws::Signer
330
475
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
331
476
 
332
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"))
333
479
  ValidationException.struct_class = Types::ValidationException
334
480
 
335
481
 
@@ -351,6 +497,21 @@ module Aws::Signer
351
497
  "uid" => "signer-2017-08-25",
352
498
  }
353
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
+
354
515
  api.add_operation(:cancel_signing_profile, Seahorse::Model::Operation.new.tap do |o|
355
516
  o.name = "CancelSigningProfile"
356
517
  o.http_method = "DELETE"
@@ -359,7 +520,7 @@ module Aws::Signer
359
520
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
360
521
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
361
522
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
362
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
523
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
363
524
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
364
525
  end)
365
526
 
@@ -371,6 +532,7 @@ module Aws::Signer
371
532
  o.output = Shapes::ShapeRef.new(shape: DescribeSigningJobResponse)
372
533
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
373
534
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
535
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
374
536
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
375
537
  end)
376
538
 
@@ -382,6 +544,7 @@ module Aws::Signer
382
544
  o.output = Shapes::ShapeRef.new(shape: GetSigningPlatformResponse)
383
545
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
384
546
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
547
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
385
548
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
386
549
  end)
387
550
 
@@ -393,7 +556,20 @@ module Aws::Signer
393
556
  o.output = Shapes::ShapeRef.new(shape: GetSigningProfileResponse)
394
557
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
395
558
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
396
- 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)
397
573
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
398
574
  end)
399
575
 
@@ -405,7 +581,7 @@ module Aws::Signer
405
581
  o.output = Shapes::ShapeRef.new(shape: ListSigningJobsResponse)
406
582
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
407
583
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
408
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
584
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
409
585
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
410
586
  o[:pager] = Aws::Pager.new(
411
587
  limit_key: "max_results",
@@ -423,7 +599,7 @@ module Aws::Signer
423
599
  o.output = Shapes::ShapeRef.new(shape: ListSigningPlatformsResponse)
424
600
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
425
601
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
426
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
602
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
427
603
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
428
604
  o[:pager] = Aws::Pager.new(
429
605
  limit_key: "max_results",
@@ -440,7 +616,7 @@ module Aws::Signer
440
616
  o.input = Shapes::ShapeRef.new(shape: ListSigningProfilesRequest)
441
617
  o.output = Shapes::ShapeRef.new(shape: ListSigningProfilesResponse)
442
618
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
443
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
619
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
444
620
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
445
621
  o[:pager] = Aws::Pager.new(
446
622
  limit_key: "max_results",
@@ -459,6 +635,7 @@ module Aws::Signer
459
635
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
460
636
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
461
637
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
638
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
462
639
  end)
463
640
 
464
641
  api.add_operation(:put_signing_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -470,7 +647,47 @@ module Aws::Signer
470
647
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
471
648
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
472
649
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
473
- 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)
474
691
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
475
692
  end)
476
693
 
@@ -484,6 +701,7 @@ module Aws::Signer
484
701
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
485
702
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
486
703
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
704
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
487
705
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
488
706
  end)
489
707
 
@@ -496,6 +714,7 @@ module Aws::Signer
496
714
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
497
715
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
498
716
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
717
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
499
718
  end)
500
719
 
501
720
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -507,6 +726,7 @@ module Aws::Signer
507
726
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
508
727
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
509
728
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
729
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
510
730
  end)
511
731
  end
512
732