Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 16, 2024
1 parent ef4a9a0 commit e209d02
Show file tree
Hide file tree
Showing 7 changed files with 500 additions and 31 deletions.
29 changes: 28 additions & 1 deletion codegen/sdk-codegen/aws-models/acm-pca.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"sdkId": "ACM PCA",
"arnNamespace": "acm-pca",
"cloudFormationName": "ACMPCA",
"cloudTrailEventSource": "acmpca.amazonaws.com",
"cloudTrailEventSource": "acm-pca.amazonaws.com",
"endpointPrefix": "acm-pca"
},
"aws.auth#sigv4": {
Expand Down Expand Up @@ -2360,6 +2360,9 @@
],
"traits": {
"smithy.api#documentation": "<p>Lists information about a specific audit report created by calling the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html\">CreateCertificateAuthorityAuditReport</a> action. Audit information is created\n\t\t\tevery time the certificate authority (CA) private key is used. The private key is used\n\t\t\twhen you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html\">IssueCertificate</a> action or the\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_RevokeCertificate.html\">RevokeCertificate</a> action. </p>",
"smithy.api#suppress": [
"WaitableTraitInvalidErrorType"
],
"smithy.waiters#waitable": {
"AuditReportCreated": {
"documentation": "Wait until a Audit Report is created",
Expand All @@ -2383,6 +2386,12 @@
"comparator": "stringEquals"
}
}
},
{
"state": "failure",
"matcher": {
"errorType": "AccessDeniedException"
}
}
],
"minDelay": 3
Expand Down Expand Up @@ -2735,6 +2744,9 @@
],
"traits": {
"smithy.api#documentation": "<p>Retrieves a certificate from your private CA or one that has been shared with you. The\n\t\t\tARN of the certificate is returned when you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html\">IssueCertificate</a> action. You\n\t\t\tmust specify both the ARN of your private CA and the ARN of the issued certificate when\n\t\t\tcalling the <b>GetCertificate</b> action. You can retrieve the\n\t\t\tcertificate if it is in the <b>ISSUED</b> state. You can call\n\t\t\tthe <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html\">CreateCertificateAuthorityAuditReport</a> action to create a report that\n\t\t\tcontains information about all of the certificates issued and revoked by your private\n\t\t\tCA. </p>",
"smithy.api#suppress": [
"WaitableTraitInvalidErrorType"
],
"smithy.waiters#waitable": {
"CertificateIssued": {
"documentation": "Wait until a certificate is issued",
Expand All @@ -2750,6 +2762,12 @@
"matcher": {
"errorType": "RequestInProgressException"
}
},
{
"state": "failure",
"matcher": {
"errorType": "AccessDeniedException"
}
}
],
"minDelay": 1
Expand Down Expand Up @@ -2842,6 +2860,9 @@
],
"traits": {
"smithy.api#documentation": "<p>Retrieves the certificate signing request (CSR) for your private certificate authority\n\t\t\t(CA). The CSR is created when you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html\">CreateCertificateAuthority</a> action. Sign the CSR with your Amazon Web Services Private CA-hosted\n\t\t\tor on-premises root or subordinate CA. Then import the signed certificate back into\n\t\t\tAmazon Web Services Private CA by calling the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_ImportCertificateAuthorityCertificate.html\">ImportCertificateAuthorityCertificate</a> action. The CSR is returned as a\n\t\t\tbase64 PEM-encoded string. </p>",
"smithy.api#suppress": [
"WaitableTraitInvalidErrorType"
],
"smithy.waiters#waitable": {
"CertificateAuthorityCSRCreated": {
"documentation": "Wait until a Certificate Authority CSR is created",
Expand All @@ -2857,6 +2878,12 @@
"matcher": {
"errorType": "RequestInProgressException"
}
},
{
"state": "failure",
"matcher": {
"errorType": "AccessDeniedException"
}
}
],
"minDelay": 3
Expand Down
14 changes: 7 additions & 7 deletions codegen/sdk-codegen/aws-models/connect.json

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions codegen/sdk-codegen/aws-models/kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,28 @@
"smithy.api#documentation": "<p>The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.</p>\n <p>Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.</p>"
}
},
"com.amazonaws.kafka#BrokerCountUpdateInfo": {
"type": "structure",
"members": {
"CreatedBrokerIds": {
"target": "com.amazonaws.kafka#__listOf__double",
"traits": {
"smithy.api#documentation": "<p>Kafka Broker IDs of brokers being created.</p>",
"smithy.api#jsonName": "createdBrokerIds"
}
},
"DeletedBrokerIds": {
"target": "com.amazonaws.kafka#__listOf__double",
"traits": {
"smithy.api#documentation": "<p>Kafka Broker IDs of brokers being deleted.</p>",
"smithy.api#jsonName": "deletedBrokerIds"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information regarding UpdateBrokerCount.</p>"
}
},
"com.amazonaws.kafka#BrokerEBSVolumeInfo": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -6375,6 +6397,13 @@
"smithy.api#documentation": "<p>This controls storage mode for supported storage tiers.</p>",
"smithy.api#jsonName": "storageMode"
}
},
"BrokerCountUpdateInfo": {
"target": "com.amazonaws.kafka#BrokerCountUpdateInfo",
"traits": {
"smithy.api#documentation": "<p>Describes brokers being changed during a broker count update.</p>",
"smithy.api#jsonName": "brokerCountUpdateInfo"
}
}
},
"traits": {
Expand Down Expand Up @@ -9533,6 +9562,12 @@
"target": "com.amazonaws.kafka#VpcConnection"
}
},
"com.amazonaws.kafka#__listOf__double": {
"type": "list",
"member": {
"target": "com.amazonaws.kafka#__double"
}
},
"com.amazonaws.kafka#__listOf__string": {
"type": "list",
"member": {
Expand Down
Loading

0 comments on commit e209d02

Please sign in to comment.