Skip to content

Commit a2b9685

Browse files
feat: update AWS API models
1 parent b1c369d commit a2b9685

File tree

4 files changed

+370
-253
lines changed

4 files changed

+370
-253
lines changed

codegen/sdk/aws-models/acm.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,13 +1473,13 @@
14731473
"SubjectAlternativeNameSummaries": {
14741474
"target": "com.amazonaws.acm#DomainList",
14751475
"traits": {
1476-
"smithy.api#documentation": "<p>One or more domain names (subject alternative names) \n included in the certificate. This\n list contains the domain names that are bound to the public key that is contained in the\n certificate. The subject alternative names include the canonical domain name (CN) of the\n certificate and additional domain names that can be used to connect to the website. </p>\n <p>When called by <a href=\"https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html\">ListCertificates</a>, this parameter will only return the first 100 subject alternative\n names included in the certificate. To display the full list of subject alternative names, use\n <a href=\"https://docs.aws.amazon.com/acm/latestAPIReference/API_DescribeCertificate.html\">DescribeCertificate</a>.</p>"
1476+
"smithy.api#documentation": "<p>One or more domain names (subject alternative names) \n included in the certificate. This\n list contains the domain names that are bound to the public key that is contained in the\n certificate. The subject alternative names include the canonical domain name (CN) of the\n certificate and additional domain names that can be used to connect to the website. </p>\n <p>When called by <a>ListCertificates</a>, this parameter will only return the first 100 subject alternative\n names included in the certificate. To display the full list of subject alternative names, use\n <a>DescribeCertificate</a>.</p>"
14771477
}
14781478
},
14791479
"HasAdditionalSubjectAlternativeNames": {
14801480
"target": "com.amazonaws.acm#NullableBoolean",
14811481
"traits": {
1482-
"smithy.api#documentation": "<p>When called by <a href=\"https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html\">ListCertificates</a>, indicates whether the full list of subject alternative names has\n been included in the response. If false, the response includes all of the subject alternative\n names included in the certificate. If true, the response only includes the first 100 subject\n alternative names included in the certificate. To display the full list of subject alternative\n names, use <a href=\"https://docs.aws.amazon.com/acm/latestAPIReference/API_DescribeCertificate.html\">DescribeCertificate</a>.</p>"
1482+
"smithy.api#documentation": "<p>When called by <a>ListCertificates</a>, indicates whether the full list of subject alternative names has\n been included in the response. If false, the response includes all of the subject alternative\n names included in the certificate. If true, the response only includes the first 100 subject\n alternative names included in the certificate. To display the full list of subject alternative\n names, use <a>DescribeCertificate</a>.</p>"
14831483
}
14841484
},
14851485
"Status": {
@@ -1838,7 +1838,7 @@
18381838
"ValidationStatus": {
18391839
"target": "com.amazonaws.acm#DomainStatus",
18401840
"traits": {
1841-
"smithy.api#documentation": "<p>The validation status of the domain name. This can be one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>PENDING_VALIDATION</code>\n </p>\n </li>\n <li>\n <p>\n <code></code>SUCCESS</p>\n </li>\n <li>\n <p>\n <code></code>FAILED</p>\n </li>\n </ul>"
1841+
"smithy.api#documentation": "<p>The validation status of the domain name. This can be one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>PENDING_VALIDATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>SUCCESS</code>\n </p>\n </li>\n <li>\n <p>\n <code>FAILED</code>\n </p>\n </li>\n </ul>"
18421842
}
18431843
},
18441844
"ResourceRecord": {
@@ -2291,7 +2291,7 @@
22912291
}
22922292
],
22932293
"traits": {
2294-
"smithy.api#documentation": "<p>Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of\n the certificate of the issuing CA and the intermediate certificates of any other subordinate\n 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\n the certificates and inspect individual fields.</p>",
2294+
"smithy.api#documentation": "<p>Retrieves a certificate and its certificate chain. The certificate may be either a public\n or private certificate issued using the ACM <code>RequestCertificate</code> action, or a\n certificate imported into ACM using the <code>ImportCertificate</code> action. The chain\n consists of the certificate of the issuing CA and the intermediate certificates of any other\n 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\n the certificates and inspect individual fields.</p>",
22952295
"smithy.test#smokeTests": [
22962296
{
22972297
"id": "GetCertificateFailure",
@@ -2386,7 +2386,7 @@
23862386
}
23872387
],
23882388
"traits": {
2389-
"smithy.api#documentation": "<p>Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with\n ACM. Note that <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html\">integrated\n services</a> allow only certificate types and keys they support to be associated with\n their resources. Further, their support differs depending on whether the certificate is\n imported into IAM or into ACM. For more information, see the documentation for each\n service. For more information about importing certificates into ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing\n Certificates</a> in the <i>Certificate Manager User Guide</i>. </p>\n <note>\n <p>ACM does not provide <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html\">managed renewal</a> for certificates that you import.</p>\n </note>\n <p>Note the following guidelines when importing third party certificates:</p>\n <ul>\n <li>\n <p>You must enter the private key that matches the certificate you are importing.</p>\n </li>\n <li>\n <p>The private key must be unencrypted. You cannot import a private key that is protected\n by a password or a passphrase.</p>\n </li>\n <li>\n <p>The private key must be no larger than 5 KB (5,120 bytes).</p>\n </li>\n <li>\n <p>If the certificate you are importing is not self-signed, you must enter its\n certificate chain.</p>\n </li>\n <li>\n <p>If a certificate chain is included, the issuer must be the subject of one of the\n certificates in the chain.</p>\n </li>\n <li>\n <p>The certificate, private key, and certificate chain must be PEM-encoded.</p>\n </li>\n <li>\n <p>The current time must be between the <code>Not Before</code> and <code>Not\n After</code> certificate fields.</p>\n </li>\n <li>\n <p>The <code>Issuer</code> field must not be empty.</p>\n </li>\n <li>\n <p>The OCSP authority URL, if present, must not exceed 1000 characters.</p>\n </li>\n <li>\n <p>To import a new certificate, omit the <code>CertificateArn</code> argument. Include\n this argument only when you want to replace a previously imported certificate.</p>\n </li>\n <li>\n <p>When you import a certificate by using the CLI, you must specify the certificate, the\n certificate chain, and the private key by their file names preceded by\n <code>fileb://</code>. For example, you can specify a certificate saved in the\n <code>C:\\temp</code> folder as <code>fileb://C:\\temp\\certificate_to_import.pem</code>.\n If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs.\n </p>\n </li>\n <li>\n <p>When you import a certificate by using an SDK, you must specify the certificate, the\n certificate chain, and the private key files in the manner required by the programming\n language you're using. </p>\n </li>\n <li>\n <p>The cryptographic algorithm of an imported certificate must match the algorithm of the\n signing CA. For example, if the signing CA key type is RSA, then the certificate key type\n must also be RSA.</p>\n </li>\n </ul>\n <p>This operation returns the <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n Resource Name (ARN)</a> of the imported certificate.</p>"
2389+
"smithy.api#documentation": "<p>Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with\n ACM. Note that <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html\">integrated\n services</a> allow only certificate types and keys they support to be associated with\n their resources. Further, their support differs depending on whether the certificate is\n imported into IAM or into ACM. For more information, see the documentation for each\n service. For more information about importing certificates into ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing\n Certificates</a> in the <i>Certificate Manager User Guide</i>. </p>\n <note>\n <p>ACM does not provide <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html\">managed renewal</a> for certificates that you import.</p>\n </note>\n <p>Note the following guidelines when importing third party certificates:</p>\n <ul>\n <li>\n <p>You must enter the private key that matches the certificate you are importing.</p>\n </li>\n <li>\n <p>The private key must be unencrypted. You cannot import a private key that is protected\n by a password or a passphrase.</p>\n </li>\n <li>\n <p>The private key must be no larger than 5 KB (5,120 bytes).</p>\n </li>\n <li>\n <p>The certificate, private key, and certificate chain must be PEM-encoded.</p>\n </li>\n <li>\n <p>The current time must be between the <code>Not Before</code> and <code>Not\n After</code> certificate fields.</p>\n </li>\n <li>\n <p>The <code>Issuer</code> field must not be empty.</p>\n </li>\n <li>\n <p>The OCSP authority URL, if present, must not exceed 1000 characters.</p>\n </li>\n <li>\n <p>To import a new certificate, omit the <code>CertificateArn</code> argument. Include\n this argument only when you want to replace a previously imported certificate.</p>\n </li>\n <li>\n <p>When you import a certificate by using the CLI, you must specify the certificate, the\n certificate chain, and the private key by their file names preceded by\n <code>fileb://</code>. For example, you can specify a certificate saved in the\n <code>C:\\temp</code> folder as <code>fileb://C:\\temp\\certificate_to_import.pem</code>.\n If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs.\n </p>\n </li>\n <li>\n <p>When you import a certificate by using an SDK, you must specify the certificate, the\n certificate chain, and the private key files in the manner required by the programming\n language you're using. </p>\n </li>\n <li>\n <p>The cryptographic algorithm of an imported certificate must match the algorithm of the\n signing CA. For example, if the signing CA key type is RSA, then the certificate key type\n must also be RSA.</p>\n </li>\n </ul>\n <p>This operation returns the <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n Resource Name (ARN)</a> of the imported certificate.</p>"
23902390
}
23912391
},
23922392
"com.amazonaws.acm#ImportCertificateRequest": {
@@ -2706,7 +2706,7 @@
27062706
}
27072707
],
27082708
"traits": {
2709-
"smithy.api#documentation": "<p>Retrieves a list of certificate ARNs and domain names. You can request that only\n certificates that match a specific status be listed. You can also filter by specific\n attributes of the certificate. Default filtering returns only <code>RSA_2048</code>\n certificates. For more information, see <a>Filters</a>.</p>",
2709+
"smithy.api#documentation": "<p>Retrieves a list of certificate ARNs and domain names. By default, the API returns RSA_2048 certificates. To return all certificates in the account, include the <code>keyType</code> filter with the values <code>[RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1]</code>.</p>\n <p>In addition to <code>keyType</code>, you can also filter by the <code>CertificateStatuses</code>, <code>keyUsage</code>, and <code>extendedKeyUsage</code> attributes on the certificate. For more information, see <a>Filters</a>.</p>",
27102710
"smithy.api#paginated": {
27112711
"inputToken": "NextToken",
27122712
"outputToken": "NextToken",
@@ -3230,7 +3230,7 @@
32303230
"KeyAlgorithm": {
32313231
"target": "com.amazonaws.acm#KeyAlgorithm",
32323232
"traits": {
3233-
"smithy.api#documentation": "<p>Specifies the algorithm of the public and private key pair that your certificate uses to\n encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital\n Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but\n with greater computing efficiency. However, ECDSA is not supported by all network clients.\n Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while\n others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken.\n Check the requirements for the AWS service where you plan to deploy your certificate.</p>\n <p>Default: RSA_2048</p>"
3233+
"smithy.api#documentation": "<p>Specifies the algorithm of the public and private key pair that your certificate uses to\n encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital\n Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but\n with greater computing efficiency. However, ECDSA is not supported by all network clients.\n Some Amazon Web Services services may require RSA keys, or only support ECDSA keys of a particular size,\n while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not\n broken. Check the requirements for the Amazon Web Services service where you plan to deploy your\n certificate. For more information about selecting an algorithm, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms\">Key\n algorithms</a>.</p>\n <note>\n <p>Algorithms supported for an ACM certificate request include: </p>\n <ul>\n <li>\n <p>\n <code>RSA_2048</code>\n </p>\n </li>\n <li>\n <p>\n <code>EC_prime256v1</code>\n </p>\n </li>\n <li>\n <p>\n <code>EC_secp384r1</code>\n </p>\n </li>\n </ul>\n <p>Other listed algorithms are for imported certificates only. </p>\n </note>\n <note>\n <p>When you request a private PKI certificate signed by a CA from Amazon Web Services Private CA, the\n specified signing algorithm family (RSA or ECDSA) must match the algorithm family of\n the CA's secret key.</p>\n </note>\n <p>Default: RSA_2048</p>"
32343234
}
32353235
}
32363236
},

codegen/sdk/aws-models/ecr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6226,7 +6226,7 @@
62266226
"traits": {
62276227
"smithy.api#length": {
62286228
"min": 0,
6229-
"max": 25
6229+
"max": 100
62306230
}
62316231
}
62326232
},

0 commit comments

Comments
 (0)