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 Sep 30, 2019
1 parent b766f8c commit c68b601
Show file tree
Hide file tree
Showing 9 changed files with 163 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Unreleased Changes
------------------

* Feature - Aws::MQ - Updated the API, and documentation for AmazonMQ.

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

* Feature - Aws::WAF - Updated the API, and documentation for AWS WAF.

2.11.363 (2019-09-27)
------------------

Expand Down
28 changes: 26 additions & 2 deletions aws-sdk-core/apis/mq/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1314,8 +1314,12 @@
"locationName" : "pendingEngineVersion"
},
"PendingSecurityGroups" : {
"shape" : "__listOf__string",
"locationName" : "pendingSecurityGroups"
"shape": "__listOf__string",
"locationName": "pendingSecurityGroups"
},
"PendingHostInstanceType" : {
"shape" : "__string",
"locationName" : "pendingHostInstanceType"
},
"PubliclyAccessible" : {
"shape" : "__boolean",
Expand Down Expand Up @@ -1420,6 +1424,10 @@
"PendingSecurityGroups" : {
"shape" : "__listOf__string",
"locationName" : "pendingSecurityGroups"
},
"PendingHostInstanceType" : {
"shape" : "__string",
"locationName" : "pendingHostInstanceType"
},
"PubliclyAccessible" : {
"shape" : "__boolean",
Expand Down Expand Up @@ -2079,6 +2087,10 @@
"shape" : "__string",
"locationName" : "engineVersion"
},
"HostInstanceType" : {
"shape" : "__string",
"locationName" : "hostInstanceType"
},
"Logs" : {
"shape" : "Logs",
"locationName" : "logs"
Expand Down Expand Up @@ -2108,6 +2120,10 @@
"shape" : "__string",
"locationName" : "engineVersion"
},
"HostInstanceType" : {
"shape" : "__string",
"locationName" : "hostInstanceType"
},
"Logs" : {
"shape" : "Logs",
"locationName" : "logs"
Expand Down Expand Up @@ -2138,6 +2154,10 @@
"shape" : "__string",
"locationName" : "engineVersion"
},
"HostInstanceType" : {
"shape" : "__string",
"locationName" : "hostInstanceType"
},
"Logs" : {
"shape" : "Logs",
"locationName" : "logs"
Expand Down Expand Up @@ -2168,6 +2188,10 @@
"shape" : "__string",
"locationName" : "engineVersion"
},
"HostInstanceType" : {
"shape" : "__string",
"locationName" : "hostInstanceType"
},
"Logs" : {
"shape" : "Logs",
"locationName" : "logs"
Expand Down
3 changes: 3 additions & 0 deletions aws-sdk-core/apis/mq/2017-11-27/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
"DescribeBrokerOutput$EngineVersion" : "The version of the broker engine. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html",
"DescribeBrokerOutput$HostInstanceType" : "The broker's instance type.",
"DescribeBrokerOutput$PendingEngineVersion" : "The version of the broker engine to upgrade to. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html",
"DescribeBrokerOutput$PendingHostInstanceType" : "The host instance type of the broker to upgrade to. For a list of supported instance types, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types",
"DescribeConfigurationRevisionOutput$ConfigurationId" : "Required. The unique ID that Amazon MQ generates for the configuration.",
"DescribeConfigurationRevisionOutput$Data" : "Required. The base64-encoded XML configuration.",
"DescribeConfigurationRevisionOutput$Description" : "The description of the configuration.",
Expand All @@ -510,8 +511,10 @@
"SanitizationWarning$AttributeName" : "The name of the XML attribute that has been sanitized.",
"SanitizationWarning$ElementName" : "The name of the XML element that has been sanitized.",
"UpdateBrokerInput$EngineVersion" : "The version of the broker engine. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html",
"UpdateBrokerInput$HostInstanceType" : "The host instance type of the broker to upgrade to. For a list of supported instance types, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types",
"UpdateBrokerOutput$BrokerId" : "Required. The unique ID that Amazon MQ generates for the broker.",
"UpdateBrokerOutput$EngineVersion" : "The version of the broker engine to upgrade to. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html",
"UpdateBrokerOutput$HostInstanceType" : "The host instance type of the broker to upgrade to. For a list of supported instance types, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types",
"UpdateConfigurationInput$Data" : "Required. The base64-encoded XML configuration.",
"UpdateConfigurationInput$Description" : "The description of the configuration.",
"UpdateConfigurationOutput$Arn" : "Required. The Amazon Resource Name (ARN) of the configuration.",
Expand Down
19 changes: 14 additions & 5 deletions aws-sdk-core/apis/rds/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@
{"shape":"DBInstanceNotFoundFault"},
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
{"shape":"GlobalClusterNotFoundFault"},
{"shape":"InvalidGlobalClusterStateFault"}
{"shape":"InvalidGlobalClusterStateFault"},
{"shape":"DomainNotFoundFault"}
]
},
"CreateDBClusterEndpoint":{
Expand Down Expand Up @@ -358,7 +359,8 @@
{"shape":"DBSubnetGroupNotAllowedFault"},
{"shape":"InvalidDBSubnetGroupFault"},
{"shape":"StorageTypeNotSupportedFault"},
{"shape":"KMSKeyNotAccessibleFault"}
{"shape":"KMSKeyNotAccessibleFault"},
{"shape":"DomainNotFoundFault"}
]
},
"CreateDBParameterGroup":{
Expand Down Expand Up @@ -1242,7 +1244,8 @@
{"shape":"DBClusterParameterGroupNotFoundFault"},
{"shape":"InvalidDBSecurityGroupStateFault"},
{"shape":"InvalidDBInstanceStateFault"},
{"shape":"DBClusterAlreadyExistsFault"}
{"shape":"DBClusterAlreadyExistsFault"},
{"shape":"DomainNotFoundFault"}
]
},
"ModifyDBClusterEndpoint":{
Expand Down Expand Up @@ -1640,6 +1643,7 @@
{"shape":"DBClusterParameterGroupNotFoundFault"},
{"shape":"KMSKeyNotAccessibleFault"},
{"shape":"DBClusterNotFoundFault"},
{"shape":"DomainNotFoundFault"},
{"shape":"InsufficientStorageClusterCapacityFault"}
]
},
Expand Down Expand Up @@ -1672,6 +1676,7 @@
{"shape":"InvalidSubnet"},
{"shape":"OptionGroupNotFoundFault"},
{"shape":"KMSKeyNotAccessibleFault"},
{"shape":"DomainNotFoundFault"},
{"shape":"DBClusterParameterGroupNotFoundFault"}
]
},
Expand Down Expand Up @@ -1703,6 +1708,7 @@
{"shape":"KMSKeyNotAccessibleFault"},
{"shape":"OptionGroupNotFoundFault"},
{"shape":"StorageQuotaExceededFault"},
{"shape":"DomainNotFoundFault"},
{"shape":"DBClusterParameterGroupNotFoundFault"}
]
},
Expand Down Expand Up @@ -2523,7 +2529,9 @@
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
"DeletionProtection":{"shape":"BooleanOptional"}
"DeletionProtection":{"shape":"BooleanOptional"},
"Domain":{"shape":"String"},
"DomainIAMRoleName":{"shape":"String"}
}
},
"CreateDBInstanceReadReplicaResult":{
Expand Down Expand Up @@ -5406,7 +5414,8 @@
"MaxIopsPerGib":{"shape":"DoubleOptional"},
"AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"},
"SupportedEngineModes":{"shape":"EngineModeList"},
"SupportsStorageAutoscaling":{"shape":"BooleanOptional"}
"SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
"SupportsKerberosAuthentication":{"shape":"BooleanOptional"}
},
"wrapper":true
},
Expand Down
Loading

0 comments on commit c68b601

Please sign in to comment.