vendor: update all dependencies to latest versions
This commit is contained in:
parent
911d121bb9
commit
b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions
82
vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/api-2.json
generated
vendored
82
vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/api-2.json
generated
vendored
|
@ -229,7 +229,10 @@
|
|||
{"shape":"InvalidAutoRollbackConfigException"},
|
||||
{"shape":"InvalidLoadBalancerInfoException"},
|
||||
{"shape":"InvalidDeploymentStyleException"},
|
||||
{"shape":"InvalidBlueGreenDeploymentConfigurationException"}
|
||||
{"shape":"InvalidBlueGreenDeploymentConfigurationException"},
|
||||
{"shape":"InvalidEC2TagCombinationException"},
|
||||
{"shape":"InvalidOnPremisesTagCombinationException"},
|
||||
{"shape":"TagSetListLimitExceededException"}
|
||||
]
|
||||
},
|
||||
"DeleteApplication":{
|
||||
|
@ -646,7 +649,10 @@
|
|||
{"shape":"InvalidAutoRollbackConfigException"},
|
||||
{"shape":"InvalidLoadBalancerInfoException"},
|
||||
{"shape":"InvalidDeploymentStyleException"},
|
||||
{"shape":"InvalidBlueGreenDeploymentConfigurationException"}
|
||||
{"shape":"InvalidBlueGreenDeploymentConfigurationException"},
|
||||
{"shape":"InvalidEC2TagCombinationException"},
|
||||
{"shape":"InvalidOnPremisesTagCombinationException"},
|
||||
{"shape":"TagSetListLimitExceededException"}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -929,7 +935,10 @@
|
|||
},
|
||||
"CreateDeploymentConfigInput":{
|
||||
"type":"structure",
|
||||
"required":["deploymentConfigName"],
|
||||
"required":[
|
||||
"deploymentConfigName",
|
||||
"minimumHealthyHosts"
|
||||
],
|
||||
"members":{
|
||||
"deploymentConfigName":{"shape":"DeploymentConfigName"},
|
||||
"minimumHealthyHosts":{"shape":"MinimumHealthyHosts"}
|
||||
|
@ -961,7 +970,9 @@
|
|||
"autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
|
||||
"deploymentStyle":{"shape":"DeploymentStyle"},
|
||||
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
||||
"loadBalancerInfo":{"shape":"LoadBalancerInfo"}
|
||||
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
||||
"ec2TagSet":{"shape":"EC2TagSet"},
|
||||
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
|
||||
}
|
||||
},
|
||||
"CreateDeploymentGroupOutput":{
|
||||
|
@ -1124,7 +1135,9 @@
|
|||
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
||||
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
||||
"lastSuccessfulDeployment":{"shape":"LastDeploymentInfo"},
|
||||
"lastAttemptedDeployment":{"shape":"LastDeploymentInfo"}
|
||||
"lastAttemptedDeployment":{"shape":"LastDeploymentInfo"},
|
||||
"ec2TagSet":{"shape":"EC2TagSet"},
|
||||
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
|
||||
}
|
||||
},
|
||||
"DeploymentGroupInfoList":{
|
||||
|
@ -1321,6 +1334,16 @@
|
|||
"KEY_AND_VALUE"
|
||||
]
|
||||
},
|
||||
"EC2TagSet":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ec2TagSetList":{"shape":"EC2TagSetList"}
|
||||
}
|
||||
},
|
||||
"EC2TagSetList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"EC2TagFilterList"}
|
||||
},
|
||||
"ELBInfo":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1735,6 +1758,12 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidEC2TagCombinationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidEC2TagException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1801,6 +1830,12 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidOnPremisesTagCombinationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidOperationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -2056,7 +2091,8 @@
|
|||
"LoadBalancerInfo":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"elbInfoList":{"shape":"ELBInfoList"}
|
||||
"elbInfoList":{"shape":"ELBInfoList"},
|
||||
"targetGroupInfoList":{"shape":"TargetGroupInfoList"}
|
||||
}
|
||||
},
|
||||
"LogTail":{"type":"string"},
|
||||
|
@ -2084,6 +2120,16 @@
|
|||
},
|
||||
"NextToken":{"type":"string"},
|
||||
"NullableBoolean":{"type":"boolean"},
|
||||
"OnPremisesTagSet":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"onPremisesTagSetList":{"shape":"OnPremisesTagSetList"}
|
||||
}
|
||||
},
|
||||
"OnPremisesTagSetList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"TagFilterList"}
|
||||
},
|
||||
"RegisterApplicationRevisionInput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
|
@ -2278,11 +2324,29 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"TagSetListLimitExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"TargetGroupInfo":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"name":{"shape":"TargetGroupName"}
|
||||
}
|
||||
},
|
||||
"TargetGroupInfoList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"TargetGroupInfo"}
|
||||
},
|
||||
"TargetGroupName":{"type":"string"},
|
||||
"TargetInstances":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"tagFilters":{"shape":"EC2TagFilterList"},
|
||||
"autoScalingGroups":{"shape":"AutoScalingGroupNameList"}
|
||||
"autoScalingGroups":{"shape":"AutoScalingGroupNameList"},
|
||||
"ec2TagSet":{"shape":"EC2TagSet"}
|
||||
}
|
||||
},
|
||||
"TimeRange":{
|
||||
|
@ -2365,7 +2429,9 @@
|
|||
"autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
|
||||
"deploymentStyle":{"shape":"DeploymentStyle"},
|
||||
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
||||
"loadBalancerInfo":{"shape":"LoadBalancerInfo"}
|
||||
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
||||
"ec2TagSet":{"shape":"EC2TagSet"},
|
||||
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
|
||||
}
|
||||
},
|
||||
"UpdateDeploymentGroupOutput":{
|
||||
|
|
82
vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/docs-2.json
generated
vendored
82
vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/docs-2.json
generated
vendored
|
@ -691,9 +691,10 @@
|
|||
"EC2TagFilterList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateDeploymentGroupInput$ec2TagFilters": "<p>The Amazon EC2 tags on which to filter. The deployment group will include EC2 instances with any of the specified tags.</p>",
|
||||
"DeploymentGroupInfo$ec2TagFilters": "<p>The Amazon EC2 tags on which to filter.</p>",
|
||||
"TargetInstances$tagFilters": "<p>The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment.</p>",
|
||||
"CreateDeploymentGroupInput$ec2TagFilters": "<p>The Amazon EC2 tags on which to filter. The deployment group will include EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet.</p>",
|
||||
"DeploymentGroupInfo$ec2TagFilters": "<p>The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.</p>",
|
||||
"EC2TagSetList$member": null,
|
||||
"TargetInstances$tagFilters": "<p>The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.</p>",
|
||||
"UpdateDeploymentGroupInput$ec2TagFilters": "<p>The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.</p>"
|
||||
}
|
||||
},
|
||||
|
@ -703,8 +704,23 @@
|
|||
"EC2TagFilter$Type": "<p>The tag filter type:</p> <ul> <li> <p>KEY_ONLY: Key only.</p> </li> <li> <p>VALUE_ONLY: Value only.</p> </li> <li> <p>KEY_AND_VALUE: Key and value.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"EC2TagSet": {
|
||||
"base": "<p>Information about groups of EC2 instance tags.</p>",
|
||||
"refs": {
|
||||
"CreateDeploymentGroupInput$ec2TagSet": "<p>Information about groups of tags applied to EC2 instances. The deployment group will include only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters.</p>",
|
||||
"DeploymentGroupInfo$ec2TagSet": "<p>Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters.</p>",
|
||||
"TargetInstances$ec2TagSet": "<p>Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.</p>",
|
||||
"UpdateDeploymentGroupInput$ec2TagSet": "<p>Information about groups of tags applied to on-premises instances. The deployment group will include only EC2 instances identified by all the tag groups.</p>"
|
||||
}
|
||||
},
|
||||
"EC2TagSetList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"EC2TagSet$ec2TagSetList": "<p>A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.</p>"
|
||||
}
|
||||
},
|
||||
"ELBInfo": {
|
||||
"base": "<p>Information about a load balancer in Elastic Load Balancing to use in a deployment.</p>",
|
||||
"base": "<p>Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.</p>",
|
||||
"refs": {
|
||||
"ELBInfoList$member": null
|
||||
}
|
||||
|
@ -712,13 +728,13 @@
|
|||
"ELBInfoList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"LoadBalancerInfo$elbInfoList": "<p>An array containing information about the load balancer in Elastic Load Balancing to use in a deployment.</p>"
|
||||
"LoadBalancerInfo$elbInfoList": "<p>An array containing information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.</p>"
|
||||
}
|
||||
},
|
||||
"ELBName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ELBInfo$name": "<p>For blue/green deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.</p>"
|
||||
"ELBInfo$name": "<p>For blue/green deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.</p>"
|
||||
}
|
||||
},
|
||||
"ETag": {
|
||||
|
@ -1106,6 +1122,11 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidEC2TagCombinationException": {
|
||||
"base": "<p>A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of these data types can be used in a single call.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidEC2TagException": {
|
||||
"base": "<p>The tag was specified in an invalid format.</p>",
|
||||
"refs": {
|
||||
|
@ -1161,6 +1182,11 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidOnPremisesTagCombinationException": {
|
||||
"base": "<p>A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet, but only one of these data types can be used in a single call.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidOperationException": {
|
||||
"base": "<p>An invalid operation was detected.</p>",
|
||||
"refs": {
|
||||
|
@ -1359,7 +1385,7 @@
|
|||
}
|
||||
},
|
||||
"LoadBalancerInfo": {
|
||||
"base": "<p>Information about the load balancer used in a deployment.</p>",
|
||||
"base": "<p>Information about the Elastic Load Balancing load balancer or target group used in a deployment.</p>",
|
||||
"refs": {
|
||||
"CreateDeploymentGroupInput$loadBalancerInfo": "<p>Information about the load balancer used in a deployment.</p>",
|
||||
"DeploymentGroupInfo$loadBalancerInfo": "<p>Information about the load balancer to use in a deployment.</p>",
|
||||
|
@ -1430,6 +1456,20 @@
|
|||
"StopDeploymentInput$autoRollbackEnabled": "<p>Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.</p>"
|
||||
}
|
||||
},
|
||||
"OnPremisesTagSet": {
|
||||
"base": "<p>Information about groups of on-premises instance tags.</p>",
|
||||
"refs": {
|
||||
"CreateDeploymentGroupInput$onPremisesTagSet": "<p>Information about groups of tags applied to on-premises instances. The deployment group will include only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.</p>",
|
||||
"DeploymentGroupInfo$onPremisesTagSet": "<p>Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.</p>",
|
||||
"UpdateDeploymentGroupInput$onPremisesTagSet": "<p>Information about an on-premises instance tag set. The deployment group will include only on-premises instances identified by all the tag groups.</p>"
|
||||
}
|
||||
},
|
||||
"OnPremisesTagSetList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OnPremisesTagSet$onPremisesTagSetList": "<p>A list containing other lists of on-premises instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.</p>"
|
||||
}
|
||||
},
|
||||
"RegisterApplicationRevisionInput": {
|
||||
"base": "<p>Represents the input of a RegisterApplicationRevision operation.</p>",
|
||||
"refs": {
|
||||
|
@ -1598,9 +1638,10 @@
|
|||
"TagFilterList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateDeploymentGroupInput$onPremisesInstanceTagFilters": "<p>The on-premises instance tags on which to filter. The deployment group will include on-premises instances with any of the specified tags.</p>",
|
||||
"DeploymentGroupInfo$onPremisesInstanceTagFilters": "<p>The on-premises instance tags on which to filter.</p>",
|
||||
"CreateDeploymentGroupInput$onPremisesInstanceTagFilters": "<p>The on-premises instance tags on which to filter. The deployment group will include on-premises instances with any of the specified tags. Cannot be used in the same call as OnPremisesTagSet.</p>",
|
||||
"DeploymentGroupInfo$onPremisesInstanceTagFilters": "<p>The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.</p>",
|
||||
"ListOnPremisesInstancesInput$tagFilters": "<p>The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.</p>",
|
||||
"OnPremisesTagSetList$member": null,
|
||||
"UpdateDeploymentGroupInput$onPremisesInstanceTagFilters": "<p>The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.</p>"
|
||||
}
|
||||
},
|
||||
|
@ -1628,6 +1669,29 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"TagSetListLimitExceededException": {
|
||||
"base": "<p>The number of tag groups included in the tag set list exceeded the maximum allowed limit of 3.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TargetGroupInfo": {
|
||||
"base": "<p>Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.</p>",
|
||||
"refs": {
|
||||
"TargetGroupInfoList$member": null
|
||||
}
|
||||
},
|
||||
"TargetGroupInfoList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"LoadBalancerInfo$targetGroupInfoList": "<p>An array containing information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.</p>"
|
||||
}
|
||||
},
|
||||
"TargetGroupName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"TargetGroupInfo$name": "<p>For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes. </p>"
|
||||
}
|
||||
},
|
||||
"TargetInstances": {
|
||||
"base": "<p>Information about the instances to be used in the replacement environment in a blue/green deployment.</p>",
|
||||
"refs": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue