vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2017-07-23 08:51:42 +01:00
parent 0b6fba34a3
commit eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions

View file

@ -406,7 +406,9 @@
{"shape":"TargetGroupAssociationLimitException"},
{"shape":"RuleNotFoundException"},
{"shape":"OperationNotPermittedException"},
{"shape":"TooManyRegistrationsForTargetIdException"}
{"shape":"TooManyRegistrationsForTargetIdException"},
{"shape":"TooManyTargetsException"},
{"shape":"TargetGroupNotFoundException"}
]
},
"ModifyTargetGroup":{
@ -856,13 +858,16 @@
"type":"structure",
"members":{
"ListenerArn":{"shape":"ListenerArn"},
"RuleArns":{"shape":"RuleArns"}
"RuleArns":{"shape":"RuleArns"},
"Marker":{"shape":"Marker"},
"PageSize":{"shape":"PageSize"}
}
},
"DescribeRulesOutput":{
"type":"structure",
"members":{
"Rules":{"shape":"Rules"}
"Rules":{"shape":"Rules"},
"NextMarker":{"shape":"Marker"}
}
},
"DescribeSSLPoliciesInput":{

View file

@ -632,6 +632,8 @@
"DescribeListenersOutput$NextMarker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
"DescribeLoadBalancersInput$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
"DescribeLoadBalancersOutput$NextMarker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
"DescribeRulesInput$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
"DescribeRulesOutput$NextMarker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
"DescribeSSLPoliciesInput$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
"DescribeSSLPoliciesOutput$NextMarker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
"DescribeTargetGroupsInput$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
@ -719,6 +721,7 @@
"DescribeAccountLimitsInput$PageSize": "<p>The maximum number of results to return with this call.</p>",
"DescribeListenersInput$PageSize": "<p>The maximum number of results to return with this call.</p>",
"DescribeLoadBalancersInput$PageSize": "<p>The maximum number of results to return with this call.</p>",
"DescribeRulesInput$PageSize": "<p>The maximum number of results to return with this call.</p>",
"DescribeSSLPoliciesInput$PageSize": "<p>The maximum number of results to return with this call.</p>",
"DescribeTargetGroupsInput$PageSize": "<p>The maximum number of results to return with this call.</p>"
}