Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 992c1b8

Browse files
author
awstools
committed
Updates SDK documentation
1 parent 501b590 commit 992c1b8

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

apis/acm-2015-12-08.normal.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"shape": "InvalidArnException"
137137
}
138138
],
139-
"documentation": "<p>Retrieves a certificate specified by an ARN and its certificate chain . The chain is an ordered list of certificates that contains the end entity certificate, intermediate certificates of subordinate CAs, and the root certificate in that order. The certificate and certificate chain are base64 encoded. If you want to decode the certificate to see the individual fields, you can use OpenSSL.</p>"
139+
"documentation": "<p>Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use <a href=\"https://wiki.openssl.org/index.php/Command_Line_Utilities\">OpenSSL</a> to decode the certificates and inspect individual fields.</p>"
140140
},
141141
"ImportCertificate": {
142142
"name": "ImportCertificate",
@@ -646,7 +646,7 @@
646646
},
647647
"ResourceRecord": {
648648
"shape": "ResourceRecord",
649-
"documentation": "<p>Contains the CNAME record that you add to your DNS database for domain validation. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html\">Use DNS to Validate Domain Ownership</a>.</p>"
649+
"documentation": "<p>Contains the CNAME record that you add to your DNS database for domain validation. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html\">Use DNS to Validate Domain Ownership</a>.</p> <p>Note: The CNAME information that you need does not include the name of your domain. If you include&#x2028; your domain name in the DNS database CNAME record, validation fails.&#x2028; For example, if the name is \"_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com\", only \"_a79865eb4cd1a6ab990a45779b4e0b96\" must be used.</p>"
650650
},
651651
"ValidationMethod": {
652652
"shape": "ValidationMethod",
@@ -822,11 +822,11 @@
822822
"members": {
823823
"Certificate": {
824824
"shape": "CertificateBody",
825-
"documentation": "<p>String that contains the ACM certificate represented by the ARN specified at input.</p>"
825+
"documentation": "<p>The ACM-issued certificate corresponding to the ARN specified as input.</p>"
826826
},
827827
"CertificateChain": {
828828
"shape": "CertificateChain",
829-
"documentation": "<p>The certificate chain that contains the root certificate issued by the certificate authority (CA).</p>"
829+
"documentation": "<p>Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. </p>"
830830
}
831831
}
832832
},
@@ -997,7 +997,7 @@
997997
},
998998
"NextToken": {
999999
"type": "string",
1000-
"max": 320,
1000+
"max": 10000,
10011001
"min": 1,
10021002
"pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*"
10031003
},
@@ -1016,7 +1016,7 @@
10161016
},
10171017
"PrivateKeyBlob": {
10181018
"type": "blob",
1019-
"max": 524288,
1019+
"max": 5120,
10201020
"min": 1,
10211021
"sensitive": true
10221022
},
@@ -1114,7 +1114,7 @@
11141114
},
11151115
"SubjectAlternativeNames": {
11161116
"shape": "DomainList",
1117-
"documentation": "<p>Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the <code>DomainName</code> field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-limits.html\">Limits</a>.</p> <p> The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples: </p> <ul> <li> <p> <code>(63 octets).(63 octets).(63 octets).(61 octets)</code> is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.</p> </li> <li> <p> <code>(64 octets).(63 octets).(63 octets).(61 octets)</code> is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.</p> </li> <li> <p> <code>(63 octets).(63 octets).(63 octets).(62 octets)</code> is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.</p> </li> </ul>"
1117+
"documentation": "<p>Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the <code>DomainName</code> field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial quota is 10 domain names. If you need more than 10 names, you must request a quota increase. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-limits.html\">Quotas</a>.</p> <p> The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples: </p> <ul> <li> <p> <code>(63 octets).(63 octets).(63 octets).(61 octets)</code> is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.</p> </li> <li> <p> <code>(64 octets).(63 octets).(63 octets).(61 octets)</code> is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.</p> </li> <li> <p> <code>(63 octets).(63 octets).(63 octets).(62 octets)</code> is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.</p> </li> </ul>"
11181118
},
11191119
"IdempotencyToken": {
11201120
"shape": "IdempotencyToken",

apis/outposts-2019-12-03.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@
216216
},
217217
"AvailabilityZone": {
218218
"type": "string",
219-
"documentation": "<p>The Availability Zone.</p>",
219+
"documentation": "<p>The Availability Zone.</p> <p>You must specify <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code>.</p>",
220220
"max": 1000,
221221
"min": 1,
222222
"pattern": "[a-z\\d-]+"
223223
},
224224
"AvailabilityZoneId": {
225225
"type": "string",
226-
"documentation": "<p>The ID of the Availability Zone.</p>",
226+
"documentation": "<p>The ID of the Availability Zone.</p> <p>You must specify <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code>.</p>",
227227
"max": 255,
228228
"min": 1,
229229
"pattern": "[a-z]+[0-9]+-az[0-9]+"

0 commit comments

Comments
 (0)