Skip to content

Commit 4e28d7d

Browse files
Release v1.37.15 (2021-02-19) (#3793)
Release v1.37.15 (2021-02-19) === ### Service Client Updates * `service/rds`: Updates service API and documentation * Added awsBackupRecoveryPointArn in ModifyDBInstanceRequest and in the response of ModifyDBInstance.
1 parent 6a40d08 commit 4e28d7d

File tree

7 files changed

+57
-10
lines changed

7 files changed

+57
-10
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.37.15 (2021-02-19)
2+
===
3+
4+
### Service Client Updates
5+
* `service/rds`: Updates service API and documentation
6+
* Added awsBackupRecoveryPointArn in ModifyDBInstanceRequest and in the response of ModifyDBInstance.
7+
18
Release v1.37.14 (2021-02-18)
29
===
310

aws/endpoints/defaults.go

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.37.14"
8+
const SDKVersion = "1.37.15"

models/apis/rds/2014-10-31/api-2.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -2548,6 +2548,12 @@
25482548
"locationName":"AvailableProcessorFeature"
25492549
}
25502550
},
2551+
"AwsBackupRecoveryPointArn":{
2552+
"type":"string",
2553+
"max":350,
2554+
"min":43,
2555+
"pattern":"^arn:aws[a-z-]*:backup:[-a-z0-9]+:[0-9]{12}:[-a-z]+:([a-z0-9\\-]+:)?[a-z][a-z0-9\\-]{0,255}$"
2556+
},
25512557
"BacktrackDBClusterMessage":{
25522558
"type":"structure",
25532559
"required":[
@@ -3760,7 +3766,8 @@
37603766
"MaxAllocatedStorage":{"shape":"IntegerOptional"},
37613767
"TagList":{"shape":"TagList"},
37623768
"DBInstanceAutomatedBackupsReplications":{"shape":"DBInstanceAutomatedBackupsReplicationList"},
3763-
"CustomerOwnedIpEnabled":{"shape":"BooleanOptional"}
3769+
"CustomerOwnedIpEnabled":{"shape":"BooleanOptional"},
3770+
"AwsBackupRecoveryPointArn":{"shape":"String"}
37643771
},
37653772
"wrapper":true
37663773
},
@@ -6159,7 +6166,8 @@
61596166
"MaxAllocatedStorage":{"shape":"IntegerOptional"},
61606167
"CertificateRotationRestart":{"shape":"BooleanOptional"},
61616168
"ReplicaMode":{"shape":"ReplicaMode"},
6162-
"EnableCustomerOwnedIp":{"shape":"BooleanOptional"}
6169+
"EnableCustomerOwnedIp":{"shape":"BooleanOptional"},
6170+
"AwsBackupRecoveryPointArn":{"shape":"AwsBackupRecoveryPointArn"}
61636171
}
61646172
},
61656173
"ModifyDBInstanceResult":{

models/apis/rds/2014-10-31/docs-2.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,12 @@
290290
"ValidDBInstanceModificationsMessage$ValidProcessorFeatures": "<p>Valid processor features for your DB instance. </p>"
291291
}
292292
},
293+
"AwsBackupRecoveryPointArn": {
294+
"base": null,
295+
"refs": {
296+
"ModifyDBInstanceMessage$AwsBackupRecoveryPointArn": "<p>The Amazon Resource Name (ARN) of the recovery point in AWS Backup.</p>"
297+
}
298+
},
293299
"BacktrackDBClusterMessage": {
294300
"base": "<p/>",
295301
"refs": {
@@ -2574,7 +2580,7 @@
25742580
"refs": {
25752581
"CloudwatchLogsExportConfiguration$EnableLogTypes": "<p>The list of log types to enable.</p>",
25762582
"CloudwatchLogsExportConfiguration$DisableLogTypes": "<p>The list of log types to disable.</p>",
2577-
"CreateDBClusterMessage$EnableCloudwatchLogsExports": "<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>",
2583+
"CreateDBClusterMessage$EnableCloudwatchLogsExports": "<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 value is <code>postgresql</code>. </p>",
25782584
"CreateDBInstanceMessage$EnableCloudwatchLogsExports": "<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>Amazon Aurora</b> </p> <p>Not applicable. CloudWatch Logs exports are managed by the DB cluster. </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>, <code>trace</code>, and <code>oemagent</code>. </p> <p> <b>PostgreSQL</b> </p> <p>Possible values are <code>postgresql</code> and <code>upgrade</code>. </p>",
25792585
"CreateDBInstanceReadReplicaMessage$EnableCloudwatchLogsExports": "<p>The list of logs that the new DB instance is to export 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 RDS User Guide</i>.</p>",
25802586
"DBCluster$EnabledCloudwatchLogsExports": "<p>A list of log types that this DB cluster is configured to export to CloudWatch Logs.</p> <p>Log types vary by DB engine. For information about the log types for each DB engine, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html\">Amazon RDS Database Log Files</a> in the <i>Amazon Aurora User Guide.</i> </p>",
@@ -3756,6 +3762,7 @@
37563762
"DBInstance$DBInstanceArn": "<p>The Amazon Resource Name (ARN) for the DB instance.</p>",
37573763
"DBInstance$Timezone": "<p>The time zone of the DB instance. In most cases, the <code>Timezone</code> element is empty. <code>Timezone</code> content appears only for Microsoft SQL Server DB instances that were created with a time zone specified. </p>",
37583764
"DBInstance$PerformanceInsightsKMSKeyId": "<p>The AWS KMS key identifier for encryption of Performance Insights data.</p> <p>The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the AWS KMS customer master key (CMK).</p>",
3765+
"DBInstance$AwsBackupRecoveryPointArn": "<p>The Amazon Resource Name (ARN) of the recovery point in AWS Backup.</p>",
37593766
"DBInstanceAutomatedBackup$DBInstanceArn": "<p>The Amazon Resource Name (ARN) for the automated backups.</p>",
37603767
"DBInstanceAutomatedBackup$DbiResourceId": "<p>The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.</p>",
37613768
"DBInstanceAutomatedBackup$Region": "<p>The AWS Region associated with the automated backup.</p>",

models/endpoints/endpoints.json

+2
Original file line numberDiff line numberDiff line change
@@ -6349,6 +6349,7 @@
63496349
},
63506350
"transfer" : {
63516351
"endpoints" : {
6352+
"ap-east-1" : { },
63526353
"ap-northeast-1" : { },
63536354
"ap-northeast-2" : { },
63546355
"ap-south-1" : { },
@@ -6390,6 +6391,7 @@
63906391
},
63916392
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
63926393
},
6394+
"me-south-1" : { },
63936395
"sa-east-1" : { },
63946396
"us-east-1" : { },
63956397
"us-east-2" : { },

service/rds/api.go

+22-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)