Skip to content

Commit

Permalink
Merge branch 'release-1.12.209'
Browse files Browse the repository at this point in the history
* release-1.12.209:
  Bumping version to 1.12.209
  Update to latest models
  Remove glue paginator for GetJobBookmarks
  i#1789: Bump docutils to <0.16 due to conflict
  • Loading branch information
aws-sdk-python-automation committed Aug 15, 2019
2 parents 7452c86 + cd5abf9 commit b51e1f6
Show file tree
Hide file tree
Showing 15 changed files with 386 additions and 82 deletions.
32 changes: 32 additions & 0 deletions .changes/1.12.209.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``appmesh``",
"description": "Update appmesh client to latest version",
"type": "api-change"
},
{
"category": "``athena``",
"description": "Update athena client to latest version",
"type": "api-change"
},
{
"category": "``codecommit``",
"description": "Update codecommit client to latest version",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Update glue client to latest version",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "Update storagegateway client to latest version",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.12.209
========

* api-change:``ec2``: Update ec2 client to latest version
* api-change:``appmesh``: Update appmesh client to latest version
* api-change:``athena``: Update athena client to latest version
* api-change:``codecommit``: Update codecommit client to latest version
* api-change:``glue``: Update glue client to latest version
* api-change:``storagegateway``: Update storagegateway client to latest version


1.12.208
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.12.208'
__version__ = '1.12.209'


class NullHandler(logging.Handler):
Expand Down
152 changes: 150 additions & 2 deletions botocore/data/appmesh/2019-01-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,9 @@
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "InternalServerErrorException"
},
Expand All @@ -685,6 +688,9 @@
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "TooManyRequestsException"
}
],
"documentation": "<p>List the tags for an App Mesh resource.</p>"
Expand Down Expand Up @@ -811,6 +817,9 @@
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "InternalServerErrorException"
},
Expand All @@ -820,6 +829,9 @@
{
"shape": "ServiceUnavailableException"
},
{
"shape": "TooManyRequestsException"
},
{
"shape": "TooManyTagsException"
}
Expand All @@ -844,6 +856,9 @@
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "InternalServerErrorException"
},
Expand All @@ -852,6 +867,9 @@
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "TooManyRequestsException"
}
],
"documentation": "<p>Deletes specified tags from a resource.</p>",
Expand Down Expand Up @@ -1787,6 +1805,31 @@
},
"documentation": "<p>An object representing a virtual service returned by a describe operation.</p>"
},
"Boolean": {
"type": "boolean",
"box": true
},
"HttpRouteHeader": {
"type": "structure",
"required": [
"name"
],
"members": {
"invert": {
"shape": "Boolean",
"documentation": "<p>Specify <code>True</code> to match the opposite of the <code>HeaderMatchMethod</code>\n method and value. The default value is <code>False</code>.</p>"
},
"match": {
"shape": "HeaderMatchMethod",
"documentation": "<p>The <code>HeaderMatchMethod</code> object.</p>"
},
"name": {
"shape": "HeaderName",
"documentation": "<p>A name for the HTTP header in the client request that will be matched on.</p>"
}
},
"documentation": "<p>An object representing the HTTP header in the request.</p>"
},
"DescribeVirtualServiceOutput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2040,14 +2083,14 @@
"members": {
"key": {
"shape": "AwsCloudMapInstanceAttributeKey",
"documentation": "<p>The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance\n that contains the specified key and value is returned.</p>"
"documentation": "<p>The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n instance that contains the specified key and value is returned.</p>"
},
"value": {
"shape": "AwsCloudMapInstanceAttributeValue",
"documentation": "<p>The value of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n instance that contains the specified key and value is returned.</p>"
}
},
"documentation": "<p>An object representing the AWS Cloud Map attribute information for your virtual node.</p>"
"documentation": "<p>An object representing the AWS Cloud Map attribute information for your virtual\n node.</p>"
},
"VirtualServiceSpec": {
"type": "structure",
Expand All @@ -2069,6 +2112,24 @@
},
"documentation": "<p>An object representing the backends that a virtual node is expected to send outbound\n traffic to. </p>"
},
"MatchRange": {
"type": "structure",
"required": [
"end",
"start"
],
"members": {
"end": {
"shape": "Long",
"documentation": "<p>End of the range value.</p>"
},
"start": {
"shape": "Long",
"documentation": "<p>Start of the range value.</p>"
}
},
"documentation": "<p>The range of values to match on. The first character of the range is included in the\n range, though the last character is not. For example, if the range specified were 1-100,\n only values 1-99 would be matched.</p>"
},
"ListVirtualRoutersLimit": {
"type": "integer",
"box": true,
Expand Down Expand Up @@ -2211,6 +2272,12 @@
},
"documentation": ""
},
"RoutePriority": {
"type": "integer",
"box": true,
"min": 0,
"max": 1000
},
"ListVirtualServicesInput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2421,6 +2488,11 @@
"Timestamp": {
"type": "timestamp"
},
"HeaderMatch": {
"type": "string",
"min": 1,
"max": 255
},
"VirtualNodeSpec": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2468,6 +2540,20 @@
"min": 1,
"max": 1
},
"HttpMethod": {
"type": "string",
"enum": [
"connect",
"delete",
"get",
"head",
"options",
"patch",
"post",
"put",
"trace"
]
},
"ConflictException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2503,9 +2589,21 @@
"prefix"
],
"members": {
"headers": {
"shape": "HttpRouteHeaders",
"documentation": "<p>The client request headers to match on.</p>"
},
"method": {
"shape": "HttpMethod",
"documentation": "<p>The client request header method to match on.</p>"
},
"prefix": {
"shape": "String",
"documentation": "<p>Specifies the path to match requests with. This parameter must always start with\n <code>/</code>, which by itself matches all requests to the virtual service name. You\n can also match for path-based routing of requests. For example, if your virtual service\n name is <code>my-service.local</code> and you want the route to match requests to\n <code>my-service.local/metrics</code>, your prefix should be\n <code>/metrics</code>.</p>"
},
"scheme": {
"shape": "HttpScheme",
"documentation": "<p>The client request scheme to match on.</p>"
}
},
"documentation": "<p>An object representing the requirements for a route to match HTTP requests for a virtual\n router.</p>"
Expand Down Expand Up @@ -2868,6 +2966,11 @@
"fault": true
}
},
"HeaderName": {
"type": "string",
"min": 1,
"max": 50
},
"TagList": {
"type": "list",
"member": {
Expand Down Expand Up @@ -2939,6 +3042,32 @@
"senderFault": true
}
},
"HeaderMatchMethod": {
"type": "structure",
"members": {
"exact": {
"shape": "HeaderMatch",
"documentation": "<p>The header value sent by the client must match the specified value exactly.</p>"
},
"prefix": {
"shape": "HeaderMatch",
"documentation": "<p>The header value sent by the client must begin with the specified characters.</p>"
},
"range": {
"shape": "MatchRange",
"documentation": "<p>The object that specifies the range of numbers within which the header value sent by the client\n must be included.</p>"
},
"regex": {
"shape": "HeaderMatch",
"documentation": "<p>The header value sent by the client must include the specified characters.</p>"
},
"suffix": {
"shape": "HeaderMatch",
"documentation": "<p>The header value sent by the client must end with the specified characters.</p>"
}
},
"documentation": "<p>An object representing the method and value to match the header value sent with a\n request. Specify one match method.</p>"
},
"DeleteMeshOutput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -3037,6 +3166,14 @@
"min": 1,
"max": 10
},
"HttpRouteHeaders": {
"type": "list",
"member": {
"shape": "HttpRouteHeader"
},
"min": 1,
"max": 10
},
"VirtualServiceProvider": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3076,6 +3213,13 @@
},
"documentation": "<p>An object representing the AWS Cloud Map service discovery information for your virtual\n node.</p>"
},
"HttpScheme": {
"type": "string",
"enum": [
"http",
"https"
]
},
"UpdateVirtualServiceOutput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -3195,6 +3339,10 @@
"shape": "HttpRoute",
"documentation": "<p>The HTTP routing information for the route.</p>"
},
"priority": {
"shape": "RoutePriority",
"documentation": "<p>The priority for the route. Routes are matched based on the specified value, where 0 is\n the highest priority.</p>"
},
"tcpRoute": {
"shape": "TcpRoute",
"documentation": "<p>The TCP routing information for the route.</p>"
Expand Down
Loading

0 comments on commit b51e1f6

Please sign in to comment.