aws-sdk-acmpca 1.15.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eba4774798565525f37fb953e4c5cd425cdbc915
4
- data.tar.gz: 74a1e9aa4825e437a06de116069b2ee5e754a058
3
+ metadata.gz: 3e8e47b6c2eab229803f6128ed03924a5676feb5
4
+ data.tar.gz: 69d204fafbc3dbe2136889794f17571f3f3a0d33
5
5
  SHA512:
6
- metadata.gz: 74729c5e757382f9289de093422e223c7e98e6b9b27a91be986370e08035c43f8f499925e964a58ca6014707ca664b9a3b8abf957e05240ed89c6f1e02d1af88
7
- data.tar.gz: b558a5a11bb0412e3461dc3ac4a2aed87721dd1a141a86b6438223a8c528df9d7ee4f2181b1ef8ef0b1e8b92c47ad9e31444238efae1553a541857384a6a7fa2
6
+ metadata.gz: ce291e9048f54bdd0be93439ff61f9591c542613dd66024be58c95694a7782e9c08fe67a6d1303c3d8dfb28a82e9ab999e0109b028b64b8c222a78112e547473
7
+ data.tar.gz: df788b490fde4c5f8e76bd4d4a40e36bde6fbc7e7f71142d0a8bffa684b1899f19f12667dea2e135cccc86d4cdf94c8703c704ec2710e06b74f61aa79a255c0e
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-acmpca/customizations'
43
43
  # @service
44
44
  module Aws::ACMPCA
45
45
 
46
- GEM_VERSION = '1.15.0'
46
+ GEM_VERSION = '1.16.0'
47
47
 
48
48
  end
@@ -1374,7 +1374,7 @@ module Aws::ACMPCA
1374
1374
  params: params,
1375
1375
  config: config)
1376
1376
  context[:gem_name] = 'aws-sdk-acmpca'
1377
- context[:gem_version] = '1.15.0'
1377
+ context[:gem_version] = '1.16.0'
1378
1378
  Seahorse::Client::Request.new(handlers, context)
1379
1379
  end
1380
1380
 
@@ -152,6 +152,12 @@ module Aws::ACMPCA
152
152
  CertificateAuthorityConfiguration.add_member(:subject, Shapes::ShapeRef.new(shape: ASN1Subject, required: true, location_name: "Subject"))
153
153
  CertificateAuthorityConfiguration.struct_class = Types::CertificateAuthorityConfiguration
154
154
 
155
+ CertificateMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
156
+ CertificateMismatchException.struct_class = Types::CertificateMismatchException
157
+
158
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
159
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
160
+
155
161
  CreateCertificateAuthorityAuditReportRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CertificateAuthorityArn"))
156
162
  CreateCertificateAuthorityAuditReportRequest.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketName"))
157
163
  CreateCertificateAuthorityAuditReportRequest.add_member(:audit_report_response_format, Shapes::ShapeRef.new(shape: AuditReportResponseFormat, required: true, location_name: "AuditReportResponseFormat"))
@@ -234,6 +240,24 @@ module Aws::ACMPCA
234
240
  ImportCertificateAuthorityCertificateRequest.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: CertificateChainBlob, required: true, location_name: "CertificateChain"))
235
241
  ImportCertificateAuthorityCertificateRequest.struct_class = Types::ImportCertificateAuthorityCertificateRequest
236
242
 
243
+ InvalidArgsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
244
+ InvalidArgsException.struct_class = Types::InvalidArgsException
245
+
246
+ InvalidArnException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
247
+ InvalidArnException.struct_class = Types::InvalidArnException
248
+
249
+ InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
250
+ InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
251
+
252
+ InvalidPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
253
+ InvalidPolicyException.struct_class = Types::InvalidPolicyException
254
+
255
+ InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
256
+ InvalidStateException.struct_class = Types::InvalidStateException
257
+
258
+ InvalidTagException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
259
+ InvalidTagException.struct_class = Types::InvalidTagException
260
+
237
261
  IssueCertificateRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CertificateAuthorityArn"))
238
262
  IssueCertificateRequest.add_member(:csr, Shapes::ShapeRef.new(shape: CsrBlob, required: true, location_name: "Csr"))
239
263
  IssueCertificateRequest.add_member(:signing_algorithm, Shapes::ShapeRef.new(shape: SigningAlgorithm, required: true, location_name: "SigningAlgorithm"))
@@ -244,6 +268,9 @@ module Aws::ACMPCA
244
268
  IssueCertificateResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateArn"))
245
269
  IssueCertificateResponse.struct_class = Types::IssueCertificateResponse
246
270
 
271
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
272
+ LimitExceededException.struct_class = Types::LimitExceededException
273
+
247
274
  ListCertificateAuthoritiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
248
275
  ListCertificateAuthoritiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
249
276
  ListCertificateAuthoritiesRequest.struct_class = Types::ListCertificateAuthoritiesRequest
@@ -270,6 +297,12 @@ module Aws::ACMPCA
270
297
  ListTagsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
271
298
  ListTagsResponse.struct_class = Types::ListTagsResponse
272
299
 
300
+ MalformedCSRException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
301
+ MalformedCSRException.struct_class = Types::MalformedCSRException
302
+
303
+ MalformedCertificateException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
304
+ MalformedCertificateException.struct_class = Types::MalformedCertificateException
305
+
273
306
  Permission.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateAuthorityArn"))
274
307
  Permission.add_member(:created_at, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedAt"))
275
308
  Permission.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "Principal"))
@@ -278,8 +311,23 @@ module Aws::ACMPCA
278
311
  Permission.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "Policy"))
279
312
  Permission.struct_class = Types::Permission
280
313
 
314
+ PermissionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
315
+ PermissionAlreadyExistsException.struct_class = Types::PermissionAlreadyExistsException
316
+
281
317
  PermissionList.member = Shapes::ShapeRef.new(shape: Permission)
282
318
 
319
+ RequestAlreadyProcessedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
320
+ RequestAlreadyProcessedException.struct_class = Types::RequestAlreadyProcessedException
321
+
322
+ RequestFailedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
323
+ RequestFailedException.struct_class = Types::RequestFailedException
324
+
325
+ RequestInProgressException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
326
+ RequestInProgressException.struct_class = Types::RequestInProgressException
327
+
328
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
329
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
330
+
283
331
  RestoreCertificateAuthorityRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CertificateAuthorityArn"))
284
332
  RestoreCertificateAuthorityRequest.struct_class = Types::RestoreCertificateAuthorityRequest
285
333
 
@@ -301,6 +349,9 @@ module Aws::ACMPCA
301
349
 
302
350
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
303
351
 
352
+ TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
353
+ TooManyTagsException.struct_class = Types::TooManyTagsException
354
+
304
355
  UntagCertificateAuthorityRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CertificateAuthorityArn"))
305
356
  UntagCertificateAuthorityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
306
357
  UntagCertificateAuthorityRequest.struct_class = Types::UntagCertificateAuthorityRequest
@@ -10,5 +10,277 @@ module Aws::ACMPCA
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class CertificateMismatchException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::ACMPCA::Types::CertificateMismatchException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class ConcurrentModificationException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::ACMPCA::Types::ConcurrentModificationException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class InvalidArgsException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::ACMPCA::Types::InvalidArgsException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class InvalidArnException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::ACMPCA::Types::InvalidArnException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class InvalidNextTokenException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::ACMPCA::Types::InvalidNextTokenException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class InvalidPolicyException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::ACMPCA::Types::InvalidPolicyException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class InvalidStateException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::ACMPCA::Types::InvalidStateException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class InvalidTagException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::ACMPCA::Types::InvalidTagException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class LimitExceededException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::ACMPCA::Types::LimitExceededException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class MalformedCSRException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::ACMPCA::Types::MalformedCSRException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class MalformedCertificateException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::ACMPCA::Types::MalformedCertificateException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
189
+ class PermissionAlreadyExistsException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::ACMPCA::Types::PermissionAlreadyExistsException] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ end
204
+
205
+ class RequestAlreadyProcessedException < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::ACMPCA::Types::RequestAlreadyProcessedException] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def message
216
+ @message || @data[:message]
217
+ end
218
+
219
+ end
220
+
221
+ class RequestFailedException < ServiceError
222
+
223
+ # @param [Seahorse::Client::RequestContext] context
224
+ # @param [String] message
225
+ # @param [Aws::ACMPCA::Types::RequestFailedException] data
226
+ def initialize(context, message, data = Aws::EmptyStructure.new)
227
+ super(context, message, data)
228
+ end
229
+
230
+ # @return [String]
231
+ def message
232
+ @message || @data[:message]
233
+ end
234
+
235
+ end
236
+
237
+ class RequestInProgressException < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::ACMPCA::Types::RequestInProgressException] data
242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
243
+ super(context, message, data)
244
+ end
245
+
246
+ # @return [String]
247
+ def message
248
+ @message || @data[:message]
249
+ end
250
+
251
+ end
252
+
253
+ class ResourceNotFoundException < ServiceError
254
+
255
+ # @param [Seahorse::Client::RequestContext] context
256
+ # @param [String] message
257
+ # @param [Aws::ACMPCA::Types::ResourceNotFoundException] data
258
+ def initialize(context, message, data = Aws::EmptyStructure.new)
259
+ super(context, message, data)
260
+ end
261
+
262
+ # @return [String]
263
+ def message
264
+ @message || @data[:message]
265
+ end
266
+
267
+ end
268
+
269
+ class TooManyTagsException < ServiceError
270
+
271
+ # @param [Seahorse::Client::RequestContext] context
272
+ # @param [String] message
273
+ # @param [Aws::ACMPCA::Types::TooManyTagsException] data
274
+ def initialize(context, message, data = Aws::EmptyStructure.new)
275
+ super(context, message, data)
276
+ end
277
+
278
+ # @return [String]
279
+ def message
280
+ @message || @data[:message]
281
+ end
282
+
283
+ end
284
+
13
285
  end
14
286
  end
@@ -266,6 +266,31 @@ module Aws::ACMPCA
266
266
  include Aws::Structure
267
267
  end
268
268
 
269
+ # The certificate authority certificate you are importing does not
270
+ # comply with conditions specified in the certificate that signed it.
271
+ #
272
+ # @!attribute [rw] message
273
+ # @return [String]
274
+ #
275
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CertificateMismatchException AWS API Documentation
276
+ #
277
+ class CertificateMismatchException < Struct.new(
278
+ :message)
279
+ include Aws::Structure
280
+ end
281
+
282
+ # A previous update to your private CA is still ongoing.
283
+ #
284
+ # @!attribute [rw] message
285
+ # @return [String]
286
+ #
287
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/ConcurrentModificationException AWS API Documentation
288
+ #
289
+ class ConcurrentModificationException < Struct.new(
290
+ :message)
291
+ include Aws::Structure
292
+ end
293
+
269
294
  # @note When making an API call, you may pass CreateCertificateAuthorityAuditReportRequest
270
295
  # data as a hash:
271
296
  #
@@ -901,6 +926,83 @@ module Aws::ACMPCA
901
926
  include Aws::Structure
902
927
  end
903
928
 
929
+ # One or more of the specified arguments was not valid.
930
+ #
931
+ # @!attribute [rw] message
932
+ # @return [String]
933
+ #
934
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/InvalidArgsException AWS API Documentation
935
+ #
936
+ class InvalidArgsException < Struct.new(
937
+ :message)
938
+ include Aws::Structure
939
+ end
940
+
941
+ # The requested Amazon Resource Name (ARN) does not refer to an existing
942
+ # resource.
943
+ #
944
+ # @!attribute [rw] message
945
+ # @return [String]
946
+ #
947
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/InvalidArnException AWS API Documentation
948
+ #
949
+ class InvalidArnException < Struct.new(
950
+ :message)
951
+ include Aws::Structure
952
+ end
953
+
954
+ # The token specified in the `NextToken` argument is not valid. Use the
955
+ # token returned from your previous call to ListCertificateAuthorities.
956
+ #
957
+ # @!attribute [rw] message
958
+ # @return [String]
959
+ #
960
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/InvalidNextTokenException AWS API Documentation
961
+ #
962
+ class InvalidNextTokenException < Struct.new(
963
+ :message)
964
+ include Aws::Structure
965
+ end
966
+
967
+ # The S3 bucket policy is not valid. The policy must give ACM PCA rights
968
+ # to read from and write to the bucket and find the bucket location.
969
+ #
970
+ # @!attribute [rw] message
971
+ # @return [String]
972
+ #
973
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/InvalidPolicyException AWS API Documentation
974
+ #
975
+ class InvalidPolicyException < Struct.new(
976
+ :message)
977
+ include Aws::Structure
978
+ end
979
+
980
+ # The private CA is in a state during which a report or certificate
981
+ # cannot be generated.
982
+ #
983
+ # @!attribute [rw] message
984
+ # @return [String]
985
+ #
986
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/InvalidStateException AWS API Documentation
987
+ #
988
+ class InvalidStateException < Struct.new(
989
+ :message)
990
+ include Aws::Structure
991
+ end
992
+
993
+ # The tag associated with the CA is not valid. The invalid argument is
994
+ # contained in the message field.
995
+ #
996
+ # @!attribute [rw] message
997
+ # @return [String]
998
+ #
999
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/InvalidTagException AWS API Documentation
1000
+ #
1001
+ class InvalidTagException < Struct.new(
1002
+ :message)
1003
+ include Aws::Structure
1004
+ end
1005
+
904
1006
  # @note When making an API call, you may pass IssueCertificateRequest
905
1007
  # data as a hash:
906
1008
  #
@@ -985,6 +1087,19 @@ module Aws::ACMPCA
985
1087
  include Aws::Structure
986
1088
  end
987
1089
 
1090
+ # An ACM PCA limit has been exceeded. See the exception message returned
1091
+ # to determine the limit that was exceeded.
1092
+ #
1093
+ # @!attribute [rw] message
1094
+ # @return [String]
1095
+ #
1096
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/LimitExceededException AWS API Documentation
1097
+ #
1098
+ class LimitExceededException < Struct.new(
1099
+ :message)
1100
+ include Aws::Structure
1101
+ end
1102
+
988
1103
  # @note When making an API call, you may pass ListCertificateAuthoritiesRequest
989
1104
  # data as a hash:
990
1105
  #
@@ -1151,6 +1266,30 @@ module Aws::ACMPCA
1151
1266
  include Aws::Structure
1152
1267
  end
1153
1268
 
1269
+ # The certificate signing request is invalid.
1270
+ #
1271
+ # @!attribute [rw] message
1272
+ # @return [String]
1273
+ #
1274
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/MalformedCSRException AWS API Documentation
1275
+ #
1276
+ class MalformedCSRException < Struct.new(
1277
+ :message)
1278
+ include Aws::Structure
1279
+ end
1280
+
1281
+ # One or more fields in the certificate are invalid.
1282
+ #
1283
+ # @!attribute [rw] message
1284
+ # @return [String]
1285
+ #
1286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/MalformedCertificateException AWS API Documentation
1287
+ #
1288
+ class MalformedCertificateException < Struct.new(
1289
+ :message)
1290
+ include Aws::Structure
1291
+ end
1292
+
1154
1293
  # Permissions designate which private CA operations can be performed by
1155
1294
  # an AWS service or entity. In order for ACM to automatically renew
1156
1295
  # private certificates, you must give the ACM service principal all
@@ -1198,6 +1337,67 @@ module Aws::ACMPCA
1198
1337
  include Aws::Structure
1199
1338
  end
1200
1339
 
1340
+ # The designated permission has already been given to the user.
1341
+ #
1342
+ # @!attribute [rw] message
1343
+ # @return [String]
1344
+ #
1345
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/PermissionAlreadyExistsException AWS API Documentation
1346
+ #
1347
+ class PermissionAlreadyExistsException < Struct.new(
1348
+ :message)
1349
+ include Aws::Structure
1350
+ end
1351
+
1352
+ # Your request has already been completed.
1353
+ #
1354
+ # @!attribute [rw] message
1355
+ # @return [String]
1356
+ #
1357
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/RequestAlreadyProcessedException AWS API Documentation
1358
+ #
1359
+ class RequestAlreadyProcessedException < Struct.new(
1360
+ :message)
1361
+ include Aws::Structure
1362
+ end
1363
+
1364
+ # The request has failed for an unspecified reason.
1365
+ #
1366
+ # @!attribute [rw] message
1367
+ # @return [String]
1368
+ #
1369
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/RequestFailedException AWS API Documentation
1370
+ #
1371
+ class RequestFailedException < Struct.new(
1372
+ :message)
1373
+ include Aws::Structure
1374
+ end
1375
+
1376
+ # Your request is already in progress.
1377
+ #
1378
+ # @!attribute [rw] message
1379
+ # @return [String]
1380
+ #
1381
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/RequestInProgressException AWS API Documentation
1382
+ #
1383
+ class RequestInProgressException < Struct.new(
1384
+ :message)
1385
+ include Aws::Structure
1386
+ end
1387
+
1388
+ # A resource such as a private CA, S3 bucket, certificate, or audit
1389
+ # report cannot be found.
1390
+ #
1391
+ # @!attribute [rw] message
1392
+ # @return [String]
1393
+ #
1394
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/ResourceNotFoundException AWS API Documentation
1395
+ #
1396
+ class ResourceNotFoundException < Struct.new(
1397
+ :message)
1398
+ include Aws::Structure
1399
+ end
1400
+
1201
1401
  # @note When making an API call, you may pass RestoreCertificateAuthorityRequest
1202
1402
  # data as a hash:
1203
1403
  #
@@ -1364,6 +1564,19 @@ module Aws::ACMPCA
1364
1564
  include Aws::Structure
1365
1565
  end
1366
1566
 
1567
+ # You can associate up to 50 tags with a private CA. Exception
1568
+ # information is contained in the exception message field.
1569
+ #
1570
+ # @!attribute [rw] message
1571
+ # @return [String]
1572
+ #
1573
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/TooManyTagsException AWS API Documentation
1574
+ #
1575
+ class TooManyTagsException < Struct.new(
1576
+ :message)
1577
+ include Aws::Structure
1578
+ end
1579
+
1367
1580
  # @note When making an API call, you may pass UntagCertificateAuthorityRequest
1368
1581
  # data as a hash:
1369
1582
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement