Skip to content

Commit

Permalink
Release v1.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Mar 16, 2018
1 parent 393a6e5 commit f0872da
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.13.16 (2018-03-16)
===

### Service Client Updates
* `service/elasticbeanstalk`: Updates service API and documentation
* AWS Elastic Beanstalk is launching a new public API named DescribeAccountAttributes which allows customers to access account level attributes. In this release, the API will support quotas for resources such as applications, application versions, and environments.

Release v1.13.15 (2018-03-15)
===

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.13.15"
const SDKVersion = "1.13.16"
37 changes: 37 additions & 0 deletions models/apis/elasticbeanstalk/2010-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"protocol":"query",
"serviceAbbreviation":"Elastic Beanstalk",
"serviceFullName":"AWS Elastic Beanstalk",
"serviceId":"Elastic Beanstalk",
"signatureVersion":"v4",
"uid":"elasticbeanstalk-2010-12-01",
"xmlNamespace":"http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"
Expand Down Expand Up @@ -228,6 +229,20 @@
{"shape":"PlatformVersionStillReferencedException"}
]
},
"DescribeAccountAttributes":{
"name":"DescribeAccountAttributes",
"http":{
"method":"POST",
"requestUri":"/"
},
"output":{
"shape":"DescribeAccountAttributesResult",
"resultWrapper":"DescribeAccountAttributesResult"
},
"errors":[
{"shape":"InsufficientPrivilegesException"}
]
},
"DescribeApplicationVersions":{
"name":"DescribeApplicationVersions",
"http":{
Expand Down Expand Up @@ -1156,6 +1171,12 @@
}
},
"DeploymentTimestamp":{"type":"timestamp"},
"DescribeAccountAttributesResult":{
"type":"structure",
"members":{
"ResourceQuotas":{"shape":"ResourceQuotas"}
}
},
"DescribeApplicationVersionsMessage":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1991,6 +2012,22 @@
},
"exception":true
},
"ResourceQuota":{
"type":"structure",
"members":{
"Maximum":{"shape":"BoxedInt"}
}
},
"ResourceQuotas":{
"type":"structure",
"members":{
"ApplicationQuota":{"shape":"ResourceQuota"},
"ApplicationVersionQuota":{"shape":"ResourceQuota"},
"EnvironmentQuota":{"shape":"ResourceQuota"},
"ConfigurationTemplateQuota":{"shape":"ResourceQuota"},
"CustomPlatformQuota":{"shape":"ResourceQuota"}
}
},
"ResourceTagsDescriptionMessage":{
"type":"structure",
"members":{
Expand Down
25 changes: 24 additions & 1 deletion models/apis/elasticbeanstalk/2010-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"DeleteConfigurationTemplate": "<p>Deletes the specified configuration template.</p> <note> <p>When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.</p> </note>",
"DeleteEnvironmentConfiguration": "<p>Deletes the draft configuration associated with the running environment.</p> <p>Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update fails. The <code>DeploymentStatus</code> for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.</p>",
"DeletePlatformVersion": "<p>Deletes the specified version of a custom platform.</p>",
"DescribeAccountAttributes": null,
"DescribeApplicationVersions": "<p>Retrieve a list of application versions.</p>",
"DescribeApplications": "<p>Returns the descriptions of existing applications.</p>",
"DescribeConfigurationOptions": "<p>Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.</p>",
Expand Down Expand Up @@ -263,7 +264,8 @@
"refs": {
"BuildConfiguration$TimeoutInMinutes": "<p>How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.</p>",
"MaxAgeRule$MaxAgeInDays": "<p>Specify the number of days to retain an application versions.</p>",
"MaxCountRule$MaxCount": "<p>Specify the maximum number of application versions to retain.</p>"
"MaxCountRule$MaxCount": "<p>Specify the maximum number of application versions to retain.</p>",
"ResourceQuota$Maximum": null
}
},
"BuildConfiguration": {
Expand Down Expand Up @@ -581,6 +583,11 @@
"Deployment$DeploymentTime": "<p>For in-progress deployments, the time that the deployment started.</p> <p>For completed deployments, the time that the deployment ended.</p>"
}
},
"DescribeAccountAttributesResult": {
"base": null,
"refs": {
}
},
"DescribeApplicationVersionsMessage": {
"base": "<p>Request to describe application versions.</p>",
"refs": {
Expand Down Expand Up @@ -1522,6 +1529,22 @@
"refs": {
}
},
"ResourceQuota": {
"base": null,
"refs": {
"ResourceQuotas$ApplicationQuota": null,
"ResourceQuotas$ApplicationVersionQuota": null,
"ResourceQuotas$EnvironmentQuota": null,
"ResourceQuotas$ConfigurationTemplateQuota": null,
"ResourceQuotas$CustomPlatformQuota": null
}
},
"ResourceQuotas": {
"base": null,
"refs": {
"DescribeAccountAttributesResult$ResourceQuotas": null
}
},
"ResourceTagsDescriptionMessage": {
"base": null,
"refs": {
Expand Down
18 changes: 18 additions & 0 deletions models/apis/elasticbeanstalk/2010-12-01/smoke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "ListAvailableSolutionStacks",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "DescribeEnvironmentResources",
"input": {
"EnvironmentId": "fake_environment"
},
"errorExpectedFromService": true
}
]
}
190 changes: 190 additions & 0 deletions service/elasticbeanstalk/api.go

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

4 changes: 4 additions & 0 deletions service/elasticbeanstalk/elasticbeanstalkiface/interface.go

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

0 comments on commit f0872da

Please sign in to comment.