Skip to content

Commit e189dea

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 6f06925 commit e189dea

File tree

14 files changed

+1164
-285
lines changed

14 files changed

+1164
-285
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ACMPCA - Updated the API, and documentation for AWS Certificate Manager Private Certificate Authority.
5+
6+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
7+
8+
* Feature - Aws::Health - Updated the API, and documentation for AWS Health APIs and Notifications.
9+
10+
* Feature - Aws::IoTEventsData - Updated the API, and documentation for AWS IoT Events Data.
11+
12+
* Feature - Aws::OpsWorks - Updated the documentation for AWS OpsWorks.
13+
14+
* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
15+
416
2.11.298 (2019-06-19)
517
------------------
618

aws-sdk-core/apis/acm-pca/2017-08-22/api-2.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
{"shape":"RequestFailedException"},
178178
{"shape":"ResourceNotFoundException"},
179179
{"shape":"InvalidArnException"},
180+
{"shape":"InvalidRequestException"},
180181
{"shape":"InvalidStateException"},
181182
{"shape":"MalformedCertificateException"},
182183
{"shape":"CertificateMismatchException"}
@@ -238,7 +239,8 @@
238239
"output":{"shape":"ListTagsResponse"},
239240
"errors":[
240241
{"shape":"ResourceNotFoundException"},
241-
{"shape":"InvalidArnException"}
242+
{"shape":"InvalidArnException"},
243+
{"shape":"InvalidStateException"}
242244
]
243245
},
244246
"RestoreCertificateAuthority":{
@@ -264,6 +266,7 @@
264266
"errors":[
265267
{"shape":"ConcurrentModificationException"},
266268
{"shape":"InvalidArnException"},
269+
{"shape":"InvalidRequestException"},
267270
{"shape":"InvalidStateException"},
268271
{"shape":"LimitExceededException"},
269272
{"shape":"ResourceNotFoundException"},
@@ -362,7 +365,7 @@
362365
"type":"string",
363366
"max":200,
364367
"min":5,
365-
"pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*"
368+
"pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*"
366369
},
367370
"AuditReportId":{
368371
"type":"string",
@@ -434,7 +437,10 @@
434437
},
435438
"CertificateAuthorityType":{
436439
"type":"string",
437-
"enum":["SUBORDINATE"]
440+
"enum":[
441+
"ROOT",
442+
"SUBORDINATE"
443+
]
438444
},
439445
"CertificateBody":{"type":"string"},
440446
"CertificateBodyBlob":{
@@ -664,8 +670,7 @@
664670
"type":"structure",
665671
"required":[
666672
"CertificateAuthorityArn",
667-
"Certificate",
668-
"CertificateChain"
673+
"Certificate"
669674
],
670675
"members":{
671676
"CertificateAuthorityArn":{"shape":"Arn"},
@@ -706,6 +711,13 @@
706711
},
707712
"exception":true
708713
},
714+
"InvalidRequestException":{
715+
"type":"structure",
716+
"members":{
717+
"message":{"shape":"String"}
718+
},
719+
"exception":true
720+
},
709721
"InvalidStateException":{
710722
"type":"structure",
711723
"members":{
@@ -732,6 +744,7 @@
732744
"CertificateAuthorityArn":{"shape":"Arn"},
733745
"Csr":{"shape":"CsrBlob"},
734746
"SigningAlgorithm":{"shape":"SigningAlgorithm"},
747+
"TemplateArn":{"shape":"Arn"},
735748
"Validity":{"shape":"Validity"},
736749
"IdempotencyToken":{"shape":"IdempotencyToken"}
737750
}

aws-sdk-core/apis/acm-pca/2017-08-22/docs-2.json

Lines changed: 57 additions & 50 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)