|
177 | 177 | {"shape":"RequestFailedException"}, |
178 | 178 | {"shape":"ResourceNotFoundException"}, |
179 | 179 | {"shape":"InvalidArnException"}, |
| 180 | + {"shape":"InvalidRequestException"}, |
180 | 181 | {"shape":"InvalidStateException"}, |
181 | 182 | {"shape":"MalformedCertificateException"}, |
182 | 183 | {"shape":"CertificateMismatchException"} |
|
238 | 239 | "output":{"shape":"ListTagsResponse"}, |
239 | 240 | "errors":[ |
240 | 241 | {"shape":"ResourceNotFoundException"}, |
241 | | - {"shape":"InvalidArnException"} |
| 242 | + {"shape":"InvalidArnException"}, |
| 243 | + {"shape":"InvalidStateException"} |
242 | 244 | ] |
243 | 245 | }, |
244 | 246 | "RestoreCertificateAuthority":{ |
|
264 | 266 | "errors":[ |
265 | 267 | {"shape":"ConcurrentModificationException"}, |
266 | 268 | {"shape":"InvalidArnException"}, |
| 269 | + {"shape":"InvalidRequestException"}, |
267 | 270 | {"shape":"InvalidStateException"}, |
268 | 271 | {"shape":"LimitExceededException"}, |
269 | 272 | {"shape":"ResourceNotFoundException"}, |
|
362 | 365 | "type":"string", |
363 | 366 | "max":200, |
364 | 367 | "min":5, |
365 | | - "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*" |
| 368 | + "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*" |
366 | 369 | }, |
367 | 370 | "AuditReportId":{ |
368 | 371 | "type":"string", |
|
434 | 437 | }, |
435 | 438 | "CertificateAuthorityType":{ |
436 | 439 | "type":"string", |
437 | | - "enum":["SUBORDINATE"] |
| 440 | + "enum":[ |
| 441 | + "ROOT", |
| 442 | + "SUBORDINATE" |
| 443 | + ] |
438 | 444 | }, |
439 | 445 | "CertificateBody":{"type":"string"}, |
440 | 446 | "CertificateBodyBlob":{ |
|
664 | 670 | "type":"structure", |
665 | 671 | "required":[ |
666 | 672 | "CertificateAuthorityArn", |
667 | | - "Certificate", |
668 | | - "CertificateChain" |
| 673 | + "Certificate" |
669 | 674 | ], |
670 | 675 | "members":{ |
671 | 676 | "CertificateAuthorityArn":{"shape":"Arn"}, |
|
706 | 711 | }, |
707 | 712 | "exception":true |
708 | 713 | }, |
| 714 | + "InvalidRequestException":{ |
| 715 | + "type":"structure", |
| 716 | + "members":{ |
| 717 | + "message":{"shape":"String"} |
| 718 | + }, |
| 719 | + "exception":true |
| 720 | + }, |
709 | 721 | "InvalidStateException":{ |
710 | 722 | "type":"structure", |
711 | 723 | "members":{ |
|
732 | 744 | "CertificateAuthorityArn":{"shape":"Arn"}, |
733 | 745 | "Csr":{"shape":"CsrBlob"}, |
734 | 746 | "SigningAlgorithm":{"shape":"SigningAlgorithm"}, |
| 747 | + "TemplateArn":{"shape":"Arn"}, |
735 | 748 | "Validity":{"shape":"Validity"}, |
736 | 749 | "IdempotencyToken":{"shape":"IdempotencyToken"} |
737 | 750 | } |
|
0 commit comments