Skip to content

Commit 47211e4

Browse files
Updated API models and rebuilt service gems.
1 parent cc01bd4 commit 47211e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+818
-368
lines changed

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
},
402402
"AWSPolicy":{
403403
"type":"string",
404-
"max":20480,
404+
"max":81920,
405405
"min":1,
406406
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
407407
},
@@ -672,7 +672,9 @@
672672
"CustomCname":{"shape":"CnameString"},
673673
"S3BucketName":{"shape":"S3BucketName3To255"},
674674
"S3ObjectAcl":{"shape":"S3ObjectAcl"},
675-
"CrlDistributionPointExtensionConfiguration":{"shape":"CrlDistributionPointExtensionConfiguration"}
675+
"CrlDistributionPointExtensionConfiguration":{"shape":"CrlDistributionPointExtensionConfiguration"},
676+
"CrlType":{"shape":"CrlType"},
677+
"CustomPath":{"shape":"CrlPathString"}
676678
}
677679
},
678680
"CrlDistributionPointExtensionConfiguration":{
@@ -685,6 +687,19 @@
685687
}
686688
}
687689
},
690+
"CrlPathString":{
691+
"type":"string",
692+
"max":253,
693+
"min":0,
694+
"pattern":"[-a-zA-Z0-9;?:@&=+$,%_.!~*()']+(/[-a-zA-Z0-9;?:@&=+$,%_.!~*()']+)*"
695+
},
696+
"CrlType":{
697+
"type":"string",
698+
"enum":[
699+
"COMPLETE",
700+
"PARTITIONED"
701+
]
702+
},
688703
"CsrBlob":{
689704
"type":"blob",
690705
"max":32768,

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,18 @@
310310
"CrlConfiguration$CrlDistributionPointExtensionConfiguration": "<p>Configures the behavior of the CRL Distribution Point extension for certificates issued by your certificate authority. If this field is not provided, then the CRl Distribution Point Extension will be present and contain the default CRL URL.</p>"
311311
}
312312
},
313+
"CrlPathString": {
314+
"base": null,
315+
"refs": {
316+
"CrlConfiguration$CustomPath": "<p>Designates a custom file path in S3 for CRL(s). For example, <code>http://&lt;CustomName&gt;/&lt;CustomPath&gt;/&lt;CrlPartition_GUID&gt;.crl</code>. You can change the custom path up to five times.</p>"
317+
}
318+
},
319+
"CrlType": {
320+
"base": null,
321+
"refs": {
322+
"CrlConfiguration$CrlType": "<p>Choose whether to use a partitioned or complete CRL. Your choice determines the maximum number of certificates that the certificate authority can issue and revoke, as described in the <a href=\"https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca-connector-ad\">Amazon Web Services Private CA quotas</a>.</p> <ul> <li> <p> <code>PARTITIONED</code> - The default setting. Partitioned CRLs are an especially good option for devices that have limited processing power or storage capacity, such as certain IoT devices. Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. Each certificate that Amazon Web Services Private CA issues is bound to a specific CRL partition through the CRL distribution point (CDP) defined in <a href=\"https://datatracker.ietf.org/doc/html/rfc5280\">RFC 5280</a>.</p> <important> <p>To make sure that your client fetches the CRL from a valid endpoint, we recommend that you programmatically validate that the CRL's issuing distribution point (IDP) URI matches the certificate's CDP URI. Amazon Web Services Private CA marks the IDP extension as critical, which your client must be able to process.</p> </important> </li> <li> <p> <code>COMPLETE</code> - Amazon Web Services Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason.</p> </li> </ul>"
323+
}
324+
},
313325
"CsrBlob": {
314326
"base": null,
315327
"refs": {
Lines changed: 62 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,64 @@
11
{
2-
"version": 2,
3-
"waiters": {
4-
"CertificateAuthorityCSRCreated": {
5-
"description": "Wait until a Certificate Authority CSR is created",
6-
"operation": "GetCertificateAuthorityCsr",
7-
"delay": 3,
8-
"maxAttempts": 60,
9-
"acceptors": [
10-
{
11-
"state": "success",
12-
"matcher": "status",
13-
"expected": 200
14-
},
15-
{
16-
"state": "retry",
17-
"matcher": "error",
18-
"expected": "RequestInProgressException"
19-
},
20-
{
21-
"state": "failure",
22-
"matcher": "error",
23-
"expected": "AccessDeniedException"
24-
}
25-
]
26-
},
27-
"CertificateIssued": {
28-
"description": "Wait until a certificate is issued",
29-
"operation": "GetCertificate",
30-
"delay": 1,
31-
"maxAttempts": 60,
32-
"acceptors": [
33-
{
34-
"state": "success",
35-
"matcher": "status",
36-
"expected": 200
37-
},
38-
{
39-
"state": "retry",
40-
"matcher": "error",
41-
"expected": "RequestInProgressException"
42-
},
43-
{
44-
"state": "failure",
45-
"matcher": "error",
46-
"expected": "AccessDeniedException"
47-
}
48-
]
49-
},
50-
"AuditReportCreated": {
51-
"description": "Wait until a Audit Report is created",
52-
"operation": "DescribeCertificateAuthorityAuditReport",
53-
"delay": 3,
54-
"maxAttempts": 60,
55-
"acceptors": [
56-
{
57-
"state": "success",
58-
"matcher": "path",
59-
"argument": "AuditReportStatus",
60-
"expected": "SUCCESS"
61-
},
62-
{
63-
"state": "failure",
64-
"matcher": "path",
65-
"argument": "AuditReportStatus",
66-
"expected": "FAILED"
67-
},
68-
{
69-
"state": "failure",
70-
"matcher": "error",
71-
"expected": "AccessDeniedException"
72-
}
73-
]
74-
}
2+
"version" : 2,
3+
"waiters" : {
4+
"AuditReportCreated" : {
5+
"description" : "Wait until a Audit Report is created",
6+
"delay" : 3,
7+
"maxAttempts" : 60,
8+
"operation" : "DescribeCertificateAuthorityAuditReport",
9+
"acceptors" : [ {
10+
"matcher" : "path",
11+
"argument" : "AuditReportStatus",
12+
"state" : "success",
13+
"expected" : "SUCCESS"
14+
}, {
15+
"matcher" : "path",
16+
"argument" : "AuditReportStatus",
17+
"state" : "failure",
18+
"expected" : "FAILED"
19+
}, {
20+
"matcher" : "error",
21+
"state" : "failure",
22+
"expected" : "AccessDeniedException"
23+
} ]
24+
},
25+
"CertificateAuthorityCSRCreated" : {
26+
"description" : "Wait until a Certificate Authority CSR is created",
27+
"delay" : 3,
28+
"maxAttempts" : 60,
29+
"operation" : "GetCertificateAuthorityCsr",
30+
"acceptors" : [ {
31+
"matcher" : "error",
32+
"state" : "success",
33+
"expected" : false
34+
}, {
35+
"matcher" : "error",
36+
"state" : "retry",
37+
"expected" : "RequestInProgressException"
38+
}, {
39+
"matcher" : "error",
40+
"state" : "failure",
41+
"expected" : "AccessDeniedException"
42+
} ]
43+
},
44+
"CertificateIssued" : {
45+
"description" : "Wait until a certificate is issued",
46+
"delay" : 1,
47+
"maxAttempts" : 60,
48+
"operation" : "GetCertificate",
49+
"acceptors" : [ {
50+
"matcher" : "error",
51+
"state" : "success",
52+
"expected" : false
53+
}, {
54+
"matcher" : "error",
55+
"state" : "retry",
56+
"expected" : "RequestInProgressException"
57+
}, {
58+
"matcher" : "error",
59+
"state" : "failure",
60+
"expected" : "AccessDeniedException"
61+
} ]
7562
}
76-
}
63+
}
64+
}

apis/appsync/2017-07-25/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,8 @@
12801280
"type":"string",
12811281
"enum":[
12821282
"FULL_REQUEST_CACHING",
1283-
"PER_RESOLVER_CACHING"
1283+
"PER_RESOLVER_CACHING",
1284+
"OPERATION_LEVEL_CACHING"
12841285
]
12851286
},
12861287
"ApiKey":{

apis/appsync/2017-07-25/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
"ApiCachingBehavior": {
139139
"base": null,
140140
"refs": {
141-
"ApiCache$apiCachingBehavior": "<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests are fully cached.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> </ul>",
142-
"CreateApiCacheRequest$apiCachingBehavior": "<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests are fully cached.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> </ul>",
143-
"UpdateApiCacheRequest$apiCachingBehavior": "<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests are fully cached.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> </ul>"
141+
"ApiCache$apiCachingBehavior": "<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> <li> <p> <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p> </li> </ul>",
142+
"CreateApiCacheRequest$apiCachingBehavior": "<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> <li> <p> <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p> </li> </ul>",
143+
"UpdateApiCacheRequest$apiCachingBehavior": "<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> <li> <p> <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p> </li> </ul>"
144144
}
145145
},
146146
"ApiKey": {

apis/ec2/2016-11-15/api-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43738,6 +43738,10 @@
4373843738
"shape":"MillisecondDateTime",
4373943739
"locationName":"completionTime"
4374043740
},
43741+
"FullSnapshotSizeInBytes":{
43742+
"shape":"Long",
43743+
"locationName":"fullSnapshotSizeInBytes"
43744+
},
4374143745
"SnapshotId":{
4374243746
"shape":"String",
4374343747
"locationName":"snapshotId"

0 commit comments

Comments
 (0)