Skip to content

Commit

Permalink
Release v1.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Aug 9, 2018
1 parent 8cf801c commit 859b69a
Show file tree
Hide file tree
Showing 16 changed files with 5,077 additions and 3,985 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.15.9 (2018-08-09)
===

### Service Client Updates
* `service/dax`: Updates service API and documentation
* Add the SSESpecification field to CreateCluster to allow creation of clusters with server-side encryption, and add the SSEDescription field to DescribeClusters to display the status of server-side encryption for a cluster.
* `service/ecs`: Updates service API and documentation
* This release of Amazon Elastic Container Service (Amazon ECS) introduces support for Docker volumes and Docker volume drivers. Customers can now configure their ECS Tasks to use Docker volumes, enabling stateful and storage-intensive applications to be deployed on ECS.
* `service/rds`: Updates service API, documentation, and examples
* Launch RDS Aurora Serverless

Release v1.15.8 (2018-08-08)
===

Expand Down
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.15.8"
const SDKVersion = "1.15.9"
74 changes: 64 additions & 10 deletions models/apis/dax/2017-04-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"protocol":"json",
"serviceAbbreviation":"Amazon DAX",
"serviceFullName":"Amazon DynamoDB Accelerator (DAX)",
"serviceId":"DAX",
"signatureVersion":"v4",
"targetPrefix":"AmazonDAXV3",
"uid":"dax-2017-04-19"
Expand All @@ -32,6 +33,7 @@
{"shape":"NodeQuotaForCustomerExceededFault"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"TagQuotaPerResourceExceeded"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -48,6 +50,7 @@
{"shape":"ParameterGroupQuotaExceededFault"},
{"shape":"ParameterGroupAlreadyExistsFault"},
{"shape":"InvalidParameterGroupStateFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -64,7 +67,8 @@
{"shape":"SubnetGroupAlreadyExistsFault"},
{"shape":"SubnetGroupQuotaExceededFault"},
{"shape":"SubnetQuotaExceededFault"},
{"shape":"InvalidSubnet"}
{"shape":"InvalidSubnet"},
{"shape":"ServiceLinkedRoleNotFoundFault"}
]
},
"DecreaseReplicationFactor":{
Expand All @@ -79,6 +83,7 @@
{"shape":"ClusterNotFoundFault"},
{"shape":"NodeNotFoundFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -94,6 +99,7 @@
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -109,6 +115,7 @@
"errors":[
{"shape":"InvalidParameterGroupStateFault"},
{"shape":"ParameterGroupNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -123,7 +130,8 @@
"output":{"shape":"DeleteSubnetGroupResponse"},
"errors":[
{"shape":"SubnetGroupInUseFault"},
{"shape":"SubnetGroupNotFoundFault"}
{"shape":"SubnetGroupNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"}
]
},
"DescribeClusters":{
Expand All @@ -136,6 +144,7 @@
"output":{"shape":"DescribeClustersResponse"},
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -149,6 +158,7 @@
"input":{"shape":"DescribeDefaultParametersRequest"},
"output":{"shape":"DescribeDefaultParametersResponse"},
"errors":[
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -162,6 +172,7 @@
"input":{"shape":"DescribeEventsRequest"},
"output":{"shape":"DescribeEventsResponse"},
"errors":[
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -176,6 +187,7 @@
"output":{"shape":"DescribeParameterGroupsResponse"},
"errors":[
{"shape":"ParameterGroupNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -190,6 +202,7 @@
"output":{"shape":"DescribeParametersResponse"},
"errors":[
{"shape":"ParameterGroupNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -203,7 +216,8 @@
"input":{"shape":"DescribeSubnetGroupsRequest"},
"output":{"shape":"DescribeSubnetGroupsResponse"},
"errors":[
{"shape":"SubnetGroupNotFoundFault"}
{"shape":"SubnetGroupNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"}
]
},
"IncreaseReplicationFactor":{
Expand All @@ -221,6 +235,7 @@
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"NodeQuotaForClusterExceededFault"},
{"shape":"NodeQuotaForCustomerExceededFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -237,6 +252,7 @@
{"shape":"ClusterNotFoundFault"},
{"shape":"InvalidARNFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -253,6 +269,7 @@
{"shape":"ClusterNotFoundFault"},
{"shape":"NodeNotFoundFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -270,6 +287,7 @@
{"shape":"TagQuotaPerResourceExceeded"},
{"shape":"InvalidARNFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -287,6 +305,7 @@
{"shape":"InvalidARNFault"},
{"shape":"TagNotFoundFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -304,6 +323,7 @@
{"shape":"ClusterNotFoundFault"},
{"shape":"InvalidParameterGroupStateFault"},
{"shape":"ParameterGroupNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -319,6 +339,7 @@
"errors":[
{"shape":"InvalidParameterGroupStateFault"},
{"shape":"ParameterGroupNotFoundFault"},
{"shape":"ServiceLinkedRoleNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
]
Expand All @@ -335,7 +356,8 @@
{"shape":"SubnetGroupNotFoundFault"},
{"shape":"SubnetQuotaExceededFault"},
{"shape":"SubnetInUse"},
{"shape":"InvalidSubnet"}
{"shape":"InvalidSubnet"},
{"shape":"ServiceLinkedRoleNotFoundFault"}
]
}
},
Expand Down Expand Up @@ -370,7 +392,8 @@
"SubnetGroup":{"shape":"String"},
"SecurityGroups":{"shape":"SecurityGroupMembershipList"},
"IamRoleArn":{"shape":"String"},
"ParameterGroup":{"shape":"ParameterGroupStatus"}
"ParameterGroup":{"shape":"ParameterGroupStatus"},
"SSEDescription":{"shape":"SSEDescription"}
}
},
"ClusterAlreadyExistsFault":{
Expand Down Expand Up @@ -404,8 +427,7 @@
"required":[
"ClusterName",
"NodeType",
"ReplicationFactor",
"IamRoleArn"
"ReplicationFactor"
],
"members":{
"ClusterName":{"shape":"String"},
Expand All @@ -419,7 +441,8 @@
"NotificationTopicArn":{"shape":"String"},
"IamRoleArn":{"shape":"String"},
"ParameterGroupName":{"shape":"String"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"TagList"},
"SSESpecification":{"shape":"SSESpecification"}
}
},
"CreateClusterResponse":{
Expand Down Expand Up @@ -676,7 +699,8 @@
"members":{
"message":{"shape":"AwsQueryErrorMessage"}
},
"exception":true
"exception":true,
"synthetic":true
},
"InvalidParameterGroupStateFault":{
"type":"structure",
Expand All @@ -689,7 +713,8 @@
"members":{
"message":{"shape":"AwsQueryErrorMessage"}
},
"exception":true
"exception":true,
"synthetic":true
},
"InvalidSubnet":{
"type":"structure",
Expand Down Expand Up @@ -880,6 +905,29 @@
"Cluster":{"shape":"Cluster"}
}
},
"SSEDescription":{
"type":"structure",
"members":{
"Status":{"shape":"SSEStatus"}
}
},
"SSEEnabled":{"type":"boolean"},
"SSESpecification":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{"shape":"SSEEnabled"}
}
},
"SSEStatus":{
"type":"string",
"enum":[
"ENABLING",
"ENABLED",
"DISABLING",
"DISABLED"
]
},
"SecurityGroupIdentifierList":{
"type":"list",
"member":{"shape":"String"}
Expand All @@ -895,6 +943,12 @@
"type":"list",
"member":{"shape":"SecurityGroupMembership"}
},
"ServiceLinkedRoleNotFoundFault":{
"type":"structure",
"members":{
},
"exception":true
},
"SourceType":{
"type":"string",
"enum":[
Expand Down
29 changes: 29 additions & 0 deletions models/apis/dax/2017-04-19/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,30 @@
"refs": {
}
},
"SSEDescription": {
"base": "<p>The description of the server-side encryption status on the specified DAX cluster.</p>",
"refs": {
"Cluster$SSEDescription": "<p>The description of the server-side encryption status on the specified DAX cluster.</p>"
}
},
"SSEEnabled": {
"base": null,
"refs": {
"SSESpecification$Enabled": "<p>Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.</p>"
}
},
"SSESpecification": {
"base": "<p>Represents the settings used to enable server-side encryption.</p>",
"refs": {
"CreateClusterRequest$SSESpecification": "<p>Represents the settings used to enable server-side encryption on the cluster.</p>"
}
},
"SSEStatus": {
"base": null,
"refs": {
"SSEDescription$Status": "<p>The current state of server-side encryption:</p> <ul> <li> <p> <code>ENABLING</code> - Server-side encryption is being enabled.</p> </li> <li> <p> <code>ENABLED</code> - Server-side encryption is enabled.</p> </li> <li> <p> <code>DISABLING</code> - Server-side encryption is being disabled.</p> </li> <li> <p> <code>DISABLED</code> - Server-side encryption is disabled.</p> </li> </ul>"
}
},
"SecurityGroupIdentifierList": {
"base": null,
"refs": {
Expand All @@ -483,6 +507,11 @@
"Cluster$SecurityGroups": "<p>A list of security groups, and the status of each, for the nodes in the cluster.</p>"
}
},
"ServiceLinkedRoleNotFoundFault": {
"base": null,
"refs": {
}
},
"SourceType": {
"base": null,
"refs": {
Expand Down
25 changes: 24 additions & 1 deletion models/apis/ecs/2014-11-13/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,16 @@
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"DockerVolumeConfiguration":{
"type":"structure",
"members":{
"scope":{"shape":"Scope"},
"autoprovision":{"shape":"BoxedBoolean"},
"driver":{"shape":"String"},
"driverOpts":{"shape":"StringMap"},
"labels":{"shape":"StringMap"}
}
},
"Double":{"type":"double"},
"EnvironmentVariables":{
"type":"list",
Expand Down Expand Up @@ -1532,6 +1542,13 @@
"DAEMON"
]
},
"Scope":{
"type":"string",
"enum":[
"task",
"shared"
]
},
"ServerException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1662,6 +1679,11 @@
"type":"list",
"member":{"shape":"String"}
},
"StringMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"SubmitContainerStateChangeRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1943,7 +1965,8 @@
"type":"structure",
"members":{
"name":{"shape":"String"},
"host":{"shape":"HostVolumeProperties"}
"host":{"shape":"HostVolumeProperties"},
"dockerVolumeConfiguration":{"shape":"DockerVolumeConfiguration"}
}
},
"VolumeFrom":{
Expand Down

0 comments on commit 859b69a

Please sign in to comment.