Skip to content

Commit 04fed2f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 6fa167a commit 04fed2f

File tree

7 files changed

+858
-206
lines changed

7 files changed

+858
-206
lines changed

codegen/sdk-codegen/aws-models/arc-zonal-shift.json

Lines changed: 159 additions & 91 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/direct-connect.json

Lines changed: 22 additions & 10 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/mediaconvert.json

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

codegen/sdk-codegen/aws-models/mediatailor.json

Lines changed: 548 additions & 1 deletion
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/polly.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3559,6 +3559,12 @@
35593559
"traits": {
35603560
"smithy.api#enumValue": "Jasmine"
35613561
}
3562+
},
3563+
"Jihye": {
3564+
"target": "smithy.api#Unit",
3565+
"traits": {
3566+
"smithy.api#enumValue": "Jihye"
3567+
}
35623568
}
35633569
}
35643570
},

codegen/sdk-codegen/aws-models/rds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27651,7 +27651,7 @@
2765127651
}
2765227652
],
2765327653
"traits": {
27654-
"smithy.api#documentation": "<p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point\n in time before <code>LatestRestorableTime</code> for up to\n <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the\n source DB cluster with the same configuration as the original DB cluster, except that\n the new DB cluster is created with the default DB security group.</p>\n <note>\n <p>For Aurora, this operation only restores the DB cluster, not the DB instances for that DB\n cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB\n instances for the restored DB cluster, specifying the identifier of the restored DB\n cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after\n the <code>RestoreDBClusterToPointInTime</code> operation has completed and the DB\n cluster is available.</p>\n </note>\n <p>For more information on Amazon Aurora DB clusters, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\">\n What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>\n <p>For more information on Multi-AZ DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\"> Multi-AZ DB\n cluster deployments</a> in the <i>Amazon RDS User\n Guide.</i>\n </p>",
27654+
"smithy.api#documentation": "<p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point\n in time before <code>LatestRestorableTime</code> for up to\n <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the\n source DB cluster with the same configuration as the original DB cluster, except that\n the new DB cluster is created with the default DB security group. Unless the \n <code>RestoreType</code> is set to <code>copy-on-write</code>, the restore may occur in a \n different Availability Zone (AZ) from the original DB cluster. The AZ where RDS restores \n the DB cluster depends on the AZs in the specified subnet group.</p>\n <note>\n <p>For Aurora, this operation only restores the DB cluster, not the DB instances for that DB\n cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB\n instances for the restored DB cluster, specifying the identifier of the restored DB\n cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after\n the <code>RestoreDBClusterToPointInTime</code> operation has completed and the DB\n cluster is available.</p>\n </note>\n <p>For more information on Amazon Aurora DB clusters, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\">\n What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>\n <p>For more information on Multi-AZ DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\"> Multi-AZ DB\n cluster deployments</a> in the <i>Amazon RDS User\n Guide.</i>\n </p>",
2765527655
"smithy.api#examples": [
2765627656
{
2765727657
"title": "To restore a DB cluster to a specified time",

0 commit comments

Comments
 (0)