Skip to content

Commit f68bc89

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Documentation updates for the RDS DescribeExportTasks API
1 parent 65b260d commit f68bc89

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"description": "Documentation updates for the RDS DescribeExportTasks API"
5+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
{"shape":"SnapshotQuotaExceededFault"},
222222
{"shape":"KMSKeyNotAccessibleFault"}
223223
],
224-
"documentation":"<p>Copies the specified DB snapshot. The source DB snapshot must be in the \"available\" state.</p> <p>You can copy a snapshot from one AWS Region to another. In that case, the AWS Region where you call the <code>CopyDBSnapshot</code> action is the destination AWS Region for the DB snapshot copy. </p> <p>For more information about copying snapshots, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot\">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide.</i> </p>"
224+
"documentation":"<p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> or <code>storage-optimization</code> state.</p> <p>You can copy a snapshot from one AWS Region to another. In that case, the AWS Region where you call the <code>CopyDBSnapshot</code> action is the destination AWS Region for the DB snapshot copy. </p> <p>For more information about copying snapshots, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot\">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide.</i> </p>"
225225
},
226226
"CopyOptionGroup":{
227227
"name":"CopyOptionGroup",
@@ -549,7 +549,7 @@
549549
{"shape":"InvalidDBClusterStateFault"},
550550
{"shape":"DBClusterNotFoundFault"}
551551
],
552-
"documentation":"<p> Creates an Aurora global database spread across multiple regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. </p> <p> You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. </p> <note> <p>This action only applies to Aurora DB clusters.</p> </note>"
552+
"documentation":"<p> Creates an Aurora global database spread across multiple AWS Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. </p> <p> You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. </p> <note> <p>This action only applies to Aurora DB clusters.</p> </note>"
553553
},
554554
"CreateOptionGroup":{
555555
"name":"CreateOptionGroup",
@@ -1281,7 +1281,7 @@
12811281
"shape":"EventsMessage",
12821282
"resultWrapper":"DescribeEventsResult"
12831283
},
1284-
"documentation":"<p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots for the past 14 days. Events specific to a particular DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.</p>"
1284+
"documentation":"<p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots for the past 14 days. Events specific to a particular DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots group can be obtained by providing the name as a parameter.</p> <note> <p>By default, the past hour of events are returned.</p> </note>"
12851285
},
12861286
"DescribeExportTasks":{
12871287
"name":"DescribeExportTasks",
@@ -3244,7 +3244,7 @@
32443244
},
32453245
"EnableCloudwatchLogsExports":{
32463246
"shape":"LogTypeList",
3247-
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>"
3247+
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p> <p> <b>Aurora MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Aurora PostgreSQL</b> </p> <p>Possible values are <code>postgresql</code> and <code>upgrade</code>. </p>"
32483248
},
32493249
"EngineMode":{
32503250
"shape":"String",
@@ -3530,7 +3530,7 @@
35303530
},
35313531
"EnableCloudwatchLogsExports":{
35323532
"shape":"LogTypeList",
3533-
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs </a> in the <i>Amazon Relational Database Service User Guide</i>.</p>"
3533+
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs </a> in the <i>Amazon Relational Database Service User Guide</i>.</p> <p> <b>MariaDB</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Microsoft SQL Server</b> </p> <p>Possible values are <code>agent</code> and <code>error</code>. </p> <p> <b>MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Oracle</b> </p> <p>Possible values are <code>alert</code>, <code>audit</code>, <code>listener</code>, and <code>trace</code>. </p> <p> <b>PostgreSQL</b> </p> <p>Possible values are <code>postgresql</code> and <code>upgrade</code>. </p>"
35343534
},
35353535
"ProcessorFeatures":{
35363536
"shape":"ProcessorFeatureList",
@@ -3923,7 +3923,7 @@
39233923
},
39243924
"Engine":{
39253925
"shape":"String",
3926-
"documentation":"<p>Provides the name of the database engine to be used for this DB cluster.</p>"
3926+
"documentation":"<p>The name of the database engine to be used for this DB cluster.</p>"
39273927
},
39283928
"EngineVersion":{
39293929
"shape":"String",
@@ -4131,7 +4131,7 @@
41314131
},
41324132
"Engine":{
41334133
"shape":"String",
4134-
"documentation":"<p>Provides the name of the database engine to be used for this DB cluster.</p>"
4134+
"documentation":"<p>The name of the database engine to be used for this DB cluster.</p>"
41354135
},
41364136
"EngineVersion":{
41374137
"shape":"String",
@@ -4577,11 +4577,11 @@
45774577
"members":{
45784578
"DBClusterParameterGroupName":{
45794579
"shape":"String",
4580-
"documentation":"<p>Provides the name of the DB cluster parameter group.</p>"
4580+
"documentation":"<p>The name of the DB cluster parameter group.</p>"
45814581
},
45824582
"DBParameterGroupFamily":{
45834583
"shape":"String",
4584-
"documentation":"<p>Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.</p>"
4584+
"documentation":"<p>The name of the DB parameter group family that this DB cluster parameter group is compatible with.</p>"
45854585
},
45864586
"Description":{
45874587
"shape":"String",
@@ -5001,7 +5001,7 @@
50015001
},
50025002
"Engine":{
50035003
"shape":"String",
5004-
"documentation":"<p>Provides the name of the database engine to be used for this DB instance.</p>"
5004+
"documentation":"<p>The name of the database engine to be used for this DB instance.</p>"
50055005
},
50065006
"DBInstanceStatus":{
50075007
"shape":"String",
@@ -5527,11 +5527,11 @@
55275527
"members":{
55285528
"DBParameterGroupName":{
55295529
"shape":"String",
5530-
"documentation":"<p>Provides the name of the DB parameter group.</p>"
5530+
"documentation":"<p>The name of the DB parameter group.</p>"
55315531
},
55325532
"DBParameterGroupFamily":{
55335533
"shape":"String",
5534-
"documentation":"<p>Provides the name of the DB parameter group family that this DB parameter group is compatible with.</p>"
5534+
"documentation":"<p>The name of the DB parameter group family that this DB parameter group is compatible with.</p>"
55355535
},
55365536
"Description":{
55375537
"shape":"String",
@@ -5583,7 +5583,7 @@
55835583
"members":{
55845584
"DBParameterGroupName":{
55855585
"shape":"String",
5586-
"documentation":"<p>Provides the name of the DB parameter group.</p>"
5586+
"documentation":"<p>The name of the DB parameter group.</p>"
55875587
}
55885588
},
55895589
"documentation":"<p> Contains the result of a successful invocation of the <code>ModifyDBParameterGroup</code> or <code>ResetDBParameterGroup</code> action. </p>"
@@ -7425,7 +7425,7 @@
74257425
},
74267426
"Filters":{
74277427
"shape":"FilterList",
7428-
"documentation":"<p>Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output.</p> <p>Supported filters include the following: </p> <ul> <li> <p> <code>export-task-identifier</code> - An identifier for the snapshot export task.</p> </li> <li> <p> <code>s3-bucket</code> - The Amazon S3 bucket the snapshot is exported to.</p> </li> <li> <p> <code>source-arn</code> - The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3</p> </li> <li> <p> <code>status</code> - The status of the export task.</p> </li> </ul>"
7428+
"documentation":"<p>Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.</p> <p>Supported filters include the following: </p> <ul> <li> <p> <code>export-task-identifier</code> - An identifier for the snapshot export task.</p> </li> <li> <p> <code>s3-bucket</code> - The Amazon S3 bucket the snapshot is exported to.</p> </li> <li> <p> <code>source-arn</code> - The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3</p> </li> <li> <p> <code>status</code> - The status of the export task. Must be lowercase, for example, <code>complete</code>.</p> </li> </ul>"
74297429
},
74307430
"Marker":{
74317431
"shape":"String",
@@ -10423,7 +10423,7 @@
1042310423
"documentation":"<p>The value of a processor feature name.</p>"
1042410424
}
1042510425
},
10426-
"documentation":"<p>Contains the processor features of a DB instance class.</p> <p>To specify the number of CPU cores, use the <code>coreCount</code> feature name for the <code>Name</code> parameter. To specify the number of threads per core, use the <code>threadsPerCore</code> feature name for the <code>Name</code> parameter.</p> <p>You can set the processor features of the DB instance class for a DB instance when you call one of the following actions:</p> <ul> <li> <p> <code>CreateDBInstance</code> </p> </li> <li> <p> <code>ModifyDBInstance</code> </p> </li> <li> <p> <code>RestoreDBInstanceFromDBSnapshot</code> </p> </li> <li> <p> <code>RestoreDBInstanceFromS3</code> </p> </li> <li> <p> <code>RestoreDBInstanceToPointInTime</code> </p> </li> </ul> <p>You can view the valid processor values for a particular instance class by calling the <code>DescribeOrderableDBInstanceOptions</code> action and specifying the instance class for the <code>DBInstanceClass</code> parameter.</p> <p>In addition, you can use the following actions for DB instance class processor information:</p> <ul> <li> <p> <code>DescribeDBInstances</code> </p> </li> <li> <p> <code>DescribeDBSnapshots</code> </p> </li> <li> <p> <code>DescribeValidDBInstanceModifications</code> </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor\">Configuring the Processor of the DB Instance Class</a> in the <i>Amazon RDS User Guide. </i> </p>"
10426+
"documentation":"<p>Contains the processor features of a DB instance class.</p> <p>To specify the number of CPU cores, use the <code>coreCount</code> feature name for the <code>Name</code> parameter. To specify the number of threads per core, use the <code>threadsPerCore</code> feature name for the <code>Name</code> parameter.</p> <p>You can set the processor features of the DB instance class for a DB instance when you call one of the following actions:</p> <ul> <li> <p> <code>CreateDBInstance</code> </p> </li> <li> <p> <code>ModifyDBInstance</code> </p> </li> <li> <p> <code>RestoreDBInstanceFromDBSnapshot</code> </p> </li> <li> <p> <code>RestoreDBInstanceFromS3</code> </p> </li> <li> <p> <code>RestoreDBInstanceToPointInTime</code> </p> </li> </ul> <p>You can view the valid processor values for a particular instance class by calling the <code>DescribeOrderableDBInstanceOptions</code> action and specifying the instance class for the <code>DBInstanceClass</code> parameter.</p> <p>In addition, you can use the following actions for DB instance class processor information:</p> <ul> <li> <p> <code>DescribeDBInstances</code> </p> </li> <li> <p> <code>DescribeDBSnapshots</code> </p> </li> <li> <p> <code>DescribeValidDBInstanceModifications</code> </p> </li> </ul> <p>If you call <code>DescribeDBInstances</code>, <code>ProcessorFeature</code> returns non-null values only if the following conditions are met:</p> <ul> <li> <p>You are accessing an Oracle DB instance.</p> </li> <li> <p>Your Oracle DB instance class supports configuring the number of CPU cores and threads per core.</p> </li> <li> <p>The current number CPU cores and threads is set to a non-default value.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor\">Configuring the Processor of the DB Instance Class</a> in the <i>Amazon RDS User Guide. </i> </p>"
1042710427
},
1042810428
"ProcessorFeatureList":{
1042910429
"type":"list",
@@ -12359,11 +12359,11 @@
1235912359
"members":{
1236012360
"Key":{
1236112361
"shape":"String",
12362-
"documentation":"<p>A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>"
12362+
"documentation":"<p>A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$\").</p>"
1236312363
},
1236412364
"Value":{
1236512365
"shape":"String",
12366-
"documentation":"<p>A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>"
12366+
"documentation":"<p>A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$\").</p>"
1236712367
}
1236812368
},
1236912369
"documentation":"<p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>"

0 commit comments

Comments
 (0)