Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Feb 16, 2018
1 parent ca6ba21 commit e8f8e04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.

2.10.133 (2018-02-15)
------------------

Expand Down
3 changes: 2 additions & 1 deletion aws-sdk-core/apis/rds/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,8 @@
"ValidUpgradeTarget":{"shape":"ValidUpgradeTargetList"},
"SupportedTimezones":{"shape":"SupportedTimezonesList"},
"ExportableLogTypes":{"shape":"LogTypeList"},
"SupportsLogExportsToCloudwatchLogs":{"shape":"Boolean"}
"SupportsLogExportsToCloudwatchLogs":{"shape":"Boolean"},
"SupportsReadReplica":{"shape":"Boolean"}
}
},
"DBEngineVersionList":{
Expand Down
3 changes: 2 additions & 1 deletion aws-sdk-core/apis/rds/2014-10-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
"DBClusterSnapshot$StorageEncrypted": "<p>Specifies whether the DB cluster snapshot is encrypted.</p>",
"DBClusterSnapshot$IAMDatabaseAuthenticationEnabled": "<p>True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.</p>",
"DBEngineVersion$SupportsLogExportsToCloudwatchLogs": "<p>A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.</p>",
"DBEngineVersion$SupportsReadReplica": "<p>Indicates whether the database engine version supports read replicas.</p>",
"DBInstance$MultiAZ": "<p>Specifies if the DB instance is a Multi-AZ deployment.</p>",
"DBInstance$AutoMinorVersionUpgrade": "<p>Indicates that minor version patches are applied automatically.</p>",
"DBInstance$PubliclyAccessible": "<p>Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.</p> <p>Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.</p> <ul> <li> <p> <b>Default VPC:</b>true</p> </li> <li> <p> <b>VPC:</b>false</p> </li> </ul> <p>If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is private.</p>",
Expand Down Expand Up @@ -284,7 +285,7 @@
"CreateDBInstanceMessage$CopyTagsToSnapshot": "<p>True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The default is false.</p>",
"CreateDBInstanceMessage$EnableIAMDatabaseAuthentication": "<p>True to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts, and otherwise false. </p> <p>You can enable IAM database authentication for the following database engines:</p> <p> <b>Amazon Aurora</b> </p> <p>Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster. For more information, see <a>CreateDBCluster</a>.</p> <p> <b>MySQL</b> </p> <ul> <li> <p>For MySQL 5.6, minor version 5.6.34 or higher</p> </li> <li> <p>For MySQL 5.7, minor version 5.7.16 or higher</p> </li> </ul> <p>Default: <code>false</code> </p>",
"CreateDBInstanceMessage$EnablePerformanceInsights": "<p>True to enable Performance Insights for the DB instance, and otherwise false. </p>",
"CreateDBInstanceReadReplicaMessage$MultiAZ": "<p>Specifies whether the Read Replica is in a Multi-AZ deployment. </p> <p>You can create a Read Replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your Read Replica as a Multi-AZ DB instance is independent of whether the source database is a Multi-AZ DB instance. </p> <note> <p>Currently, you can't create PostgreSQL Read Replicas as Multi-AZ DB instances.</p> </note>",
"CreateDBInstanceReadReplicaMessage$MultiAZ": "<p>Specifies whether the Read Replica is in a Multi-AZ deployment. </p> <p>You can create a Read Replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your Read Replica as a Multi-AZ DB instance is independent of whether the source database is a Multi-AZ DB instance. </p>",
"CreateDBInstanceReadReplicaMessage$AutoMinorVersionUpgrade": "<p>Indicates that minor engine upgrades are applied automatically to the Read Replica during the maintenance window.</p> <p>Default: Inherits from the source DB instance</p>",
"CreateDBInstanceReadReplicaMessage$PubliclyAccessible": "<p>Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.</p> <p>Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.</p> <ul> <li> <p> <b>Default VPC:</b>true</p> </li> <li> <p> <b>VPC:</b>false</p> </li> </ul> <p>If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is private.</p>",
"CreateDBInstanceReadReplicaMessage$CopyTagsToSnapshot": "<p>True to copy all tags from the Read Replica to snapshots of the Read Replica, and otherwise false. The default is false.</p>",
Expand Down

0 comments on commit e8f8e04

Please sign in to comment.