Skip to content

Commit

Permalink
Release v1.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xibz committed Apr 26, 2017
1 parent 6f5e72f commit 8cab543
Show file tree
Hide file tree
Showing 14 changed files with 606 additions and 420 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.8.17 (2017-04-26)
===

### Service Client Updates
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/rds`: Updates service API and documentation
* With Amazon Relational Database Service (Amazon RDS) running MySQL or Amazon Aurora, you can now authenticate to your DB instance using IAM database authentication.

Release v1.8.16 (2017-04-21)
===

Expand Down
14 changes: 14 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.8.16"
const SDKVersion = "1.8.17"
2 changes: 1 addition & 1 deletion models/apis/rds/2013-01-10/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
}
},
"InvalidDBParameterGroupStateFault": {
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
"refs": {
}
},
Expand Down
2 changes: 1 addition & 1 deletion models/apis/rds/2013-02-12/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
}
},
"InvalidDBParameterGroupStateFault": {
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
"refs": {
}
},
Expand Down
2 changes: 1 addition & 1 deletion models/apis/rds/2013-09-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@
}
},
"InvalidDBParameterGroupStateFault": {
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
"refs": {
}
},
Expand Down
2 changes: 1 addition & 1 deletion models/apis/rds/2014-09-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
}
},
"InvalidDBParameterGroupStateFault": {
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
"refs": {
}
},
Expand Down
56 changes: 35 additions & 21 deletions models/apis/rds/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1403,22 +1403,21 @@
},
"errors":[
{"shape":"DBClusterAlreadyExistsFault"},
{"shape":"DBClusterQuotaExceededFault"},
{"shape":"StorageQuotaExceededFault"},
{"shape":"DBSubnetGroupNotFoundFault"},
{"shape":"DBClusterNotFoundFault"},
{"shape":"DBClusterQuotaExceededFault"},
{"shape":"DBClusterSnapshotNotFoundFault"},
{"shape":"DBSubnetGroupNotFoundFault"},
{"shape":"InsufficientDBClusterCapacityFault"},
{"shape":"InsufficientStorageClusterCapacityFault"},
{"shape":"InvalidDBSnapshotStateFault"},
{"shape":"InvalidDBClusterSnapshotStateFault"},
{"shape":"StorageQuotaExceededFault"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"InvalidDBClusterStateFault"},
{"shape":"InvalidDBSnapshotStateFault"},
{"shape":"InvalidRestoreFault"},
{"shape":"DBSubnetGroupNotFoundFault"},
{"shape":"InvalidSubnet"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"KMSKeyNotAccessibleFault"},
{"shape":"OptionGroupNotFoundFault"},
{"shape":"KMSKeyNotAccessibleFault"}
{"shape":"StorageQuotaExceededFault"}
]
},
"RestoreDBInstanceFromDBSnapshot":{
Expand Down Expand Up @@ -1845,7 +1844,8 @@
"Tags":{"shape":"TagList"},
"StorageEncrypted":{"shape":"BooleanOptional"},
"KmsKeyId":{"shape":"String"},
"PreSignedUrl":{"shape":"String"}
"PreSignedUrl":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"CreateDBClusterParameterGroupMessage":{
Expand Down Expand Up @@ -1937,7 +1937,8 @@
"MonitoringRoleArn":{"shape":"String"},
"DomainIAMRoleName":{"shape":"String"},
"PromotionTier":{"shape":"IntegerOptional"},
"Timezone":{"shape":"String"}
"Timezone":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"CreateDBInstanceReadReplicaMessage":{
Expand All @@ -1963,7 +1964,8 @@
"MonitoringInterval":{"shape":"IntegerOptional"},
"MonitoringRoleArn":{"shape":"String"},
"KmsKeyId":{"shape":"String"},
"PreSignedUrl":{"shape":"String"}
"PreSignedUrl":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"CreateDBInstanceReadReplicaResult":{
Expand Down Expand Up @@ -2133,6 +2135,7 @@
"DbClusterResourceId":{"shape":"String"},
"DBClusterArn":{"shape":"String"},
"AssociatedRoles":{"shape":"DBClusterRoles"},
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
"ClusterCreateTime":{"shape":"TStamp"}
},
"wrapper":true
Expand Down Expand Up @@ -2330,7 +2333,8 @@
"PercentProgress":{"shape":"Integer"},
"StorageEncrypted":{"shape":"Boolean"},
"KmsKeyId":{"shape":"String"},
"DBClusterSnapshotArn":{"shape":"String"}
"DBClusterSnapshotArn":{"shape":"String"},
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
},
"wrapper":true
},
Expand Down Expand Up @@ -2470,7 +2474,8 @@
"MonitoringRoleArn":{"shape":"String"},
"PromotionTier":{"shape":"IntegerOptional"},
"DBInstanceArn":{"shape":"String"},
"Timezone":{"shape":"String"}
"Timezone":{"shape":"String"},
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
},
"wrapper":true
},
Expand Down Expand Up @@ -2740,7 +2745,8 @@
"Encrypted":{"shape":"Boolean"},
"KmsKeyId":{"shape":"String"},
"DBSnapshotArn":{"shape":"String"},
"Timezone":{"shape":"String"}
"Timezone":{"shape":"String"},
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
},
"wrapper":true
},
Expand Down Expand Up @@ -3823,7 +3829,8 @@
"MasterUserPassword":{"shape":"String"},
"OptionGroupName":{"shape":"String"},
"PreferredBackupWindow":{"shape":"String"},
"PreferredMaintenanceWindow":{"shape":"String"}
"PreferredMaintenanceWindow":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"ModifyDBClusterParameterGroupMessage":{
Expand Down Expand Up @@ -3897,7 +3904,8 @@
"PubliclyAccessible":{"shape":"BooleanOptional"},
"MonitoringRoleArn":{"shape":"String"},
"DomainIAMRoleName":{"shape":"String"},
"PromotionTier":{"shape":"IntegerOptional"}
"PromotionTier":{"shape":"IntegerOptional"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"ModifyDBInstanceResult":{
Expand Down Expand Up @@ -4240,7 +4248,8 @@
"SupportsStorageEncryption":{"shape":"Boolean"},
"StorageType":{"shape":"String"},
"SupportsIops":{"shape":"Boolean"},
"SupportsEnhancedMonitoring":{"shape":"Boolean"}
"SupportsEnhancedMonitoring":{"shape":"Boolean"},
"SupportsIAMDatabaseAuthentication":{"shape":"Boolean"}
},
"wrapper":true
},
Expand Down Expand Up @@ -4663,6 +4672,7 @@
"Tags":{"shape":"TagList"},
"StorageEncrypted":{"shape":"BooleanOptional"},
"KmsKeyId":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
"SourceEngine":{"shape":"String"},
"SourceEngineVersion":{"shape":"String"},
"S3BucketName":{"shape":"String"},
Expand Down Expand Up @@ -4695,7 +4705,8 @@
"OptionGroupName":{"shape":"String"},
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
"Tags":{"shape":"TagList"},
"KmsKeyId":{"shape":"String"}
"KmsKeyId":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"RestoreDBClusterFromSnapshotResult":{
Expand All @@ -4720,7 +4731,8 @@
"OptionGroupName":{"shape":"String"},
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
"Tags":{"shape":"TagList"},
"KmsKeyId":{"shape":"String"}
"KmsKeyId":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"RestoreDBClusterToPointInTimeResult":{
Expand Down Expand Up @@ -4756,7 +4768,8 @@
"TdeCredentialPassword":{"shape":"String"},
"Domain":{"shape":"String"},
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
"DomainIAMRoleName":{"shape":"String"}
"DomainIAMRoleName":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"RestoreDBInstanceFromDBSnapshotResult":{
Expand Down Expand Up @@ -4794,7 +4807,8 @@
"TdeCredentialArn":{"shape":"String"},
"TdeCredentialPassword":{"shape":"String"},
"Domain":{"shape":"String"},
"DomainIAMRoleName":{"shape":"String"}
"DomainIAMRoleName":{"shape":"String"},
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
}
},
"RestoreDBInstanceToPointInTimeResult":{
Expand Down
Loading

0 comments on commit 8cab543

Please sign in to comment.