vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-03-19 15:51:38 +00:00
parent 940df88eb2
commit d64789528d
4309 changed files with 1327278 additions and 1001118 deletions

View file

@ -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/"
@ -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":{
@ -1156,6 +1171,12 @@
}
},
"DeploymentTimestamp":{"type":"timestamp"},
"DescribeAccountAttributesResult":{
"type":"structure",
"members":{
"ResourceQuotas":{"shape":"ResourceQuotas"}
}
},
"DescribeApplicationVersionsMessage":{
"type":"structure",
"members":{
@ -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":{

View file

@ -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>",
@ -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": {
@ -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": {
@ -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": {

View file

@ -0,0 +1,18 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "ListAvailableSolutionStacks",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "DescribeEnvironmentResources",
"input": {
"EnvironmentId": "fake_environment"
},
"errorExpectedFromService": true
}
]
}