Skip to content

Commit

Permalink
Merge branch 'release-1.33.13' into develop
Browse files Browse the repository at this point in the history
* release-1.33.13:
  Bumping version to 1.33.13
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 12, 2023
2 parents 6c747d6 + 5614d14 commit ec73d20
Show file tree
Hide file tree
Showing 8 changed files with 1,067 additions and 36 deletions.
17 changes: 17 additions & 0 deletions .changes/1.33.13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``imagebuilder``",
"description": "This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process.",
"type": "api-change"
},
{
"category": "``location``",
"description": "This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "This release introduces the StartLiveTail API to tail ingested logs in near real time.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.33.13
=======

* api-change:``imagebuilder``: This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process.
* api-change:``location``: This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time.
* api-change:``logs``: This release introduces the StartLiveTail API to tail ingested logs in near real time.


1.33.12
=======

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 os
import re

__version__ = '1.33.12'
__version__ = '1.33.13'


class NullHandler(logging.Handler):
Expand Down
1 change: 1 addition & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2768,6 +2768,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down
843 changes: 819 additions & 24 deletions botocore/data/imagebuilder/2019-12-02/service-2.json

Large diffs are not rendered by default.

23 changes: 21 additions & 2 deletions botocore/data/location/2020-11-19/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,10 @@
"DestinationPosition"
],
"members":{
"ArrivalTime":{
"shape":"Timestamp",
"documentation":"<p>Specifies the desired time of arrival. Uses the given time to calculate the route. Otherwise, the best time of day to travel with the best traffic conditions is used to calculate the route.</p> <note> <p>ArrivalTime is not supported Esri.</p> </note>"
},
"CalculatorName":{
"shape":"ResourceName",
"documentation":"<p>The name of the route calculator resource that you want to use to calculate the route. </p>",
Expand All @@ -1889,7 +1893,7 @@
},
"DepartureTime":{
"shape":"Timestamp",
"documentation":"<p>Specifies the desired time of departure. Uses the given time to calculate the route. Otherwise, the best time of day to travel with the best traffic conditions is used to calculate the route.</p> <note> <p>Setting a departure time in the past returns a <code>400 ValidationException</code> error.</p> </note> <ul> <li> <p>In <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. For example, <code>2020–07-2T12:15:20.000Z+01:00</code> </p> </li> </ul>"
"documentation":"<p>Specifies the desired time of departure. Uses the given time to calculate the route. Otherwise, the best time of day to travel with the best traffic conditions is used to calculate the route.</p> <ul> <li> <p>In <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. For example, <code>2020–07-2T12:15:20.000Z+01:00</code> </p> </li> </ul>"
},
"DestinationPosition":{
"shape":"Position",
Expand All @@ -1909,6 +1913,10 @@
"location":"querystring",
"locationName":"key"
},
"OptimizeFor":{
"shape":"OptimizationMode",
"documentation":"<p>Specifies the distance to optimize for when calculating a route.</p>"
},
"TravelMode":{
"shape":"TravelMode",
"documentation":"<p>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. You can choose <code>Car</code>, <code>Truck</code>, <code>Walking</code>, <code>Bicycle</code> or <code>Motorcycle</code> as options for the <code>TravelMode</code>.</p> <note> <p> <code>Bicycle</code> and <code>Motorcycle</code> are only valid when using Grab as a data provider, and only within Southeast Asia.</p> <p> <code>Truck</code> is not available for Grab.</p> <p>For more details on the using Grab for routing, including areas of coverage, see <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/grab.html\">GrabMaps</a> in the <i>Amazon Location Service Developer Guide</i>.</p> </note> <p>The <code>TravelMode</code> you specify also determines how you specify route preferences: </p> <ul> <li> <p>If traveling by <code>Car</code> use the <code>CarModeOptions</code> parameter.</p> </li> <li> <p>If traveling by <code>Truck</code> use the <code>TruckModeOptions</code> parameter.</p> </li> </ul> <p>Default Value: <code>Car</code> </p>"
Expand Down Expand Up @@ -3627,7 +3635,7 @@
"members":{
"FilterGeometry":{
"shape":"TrackingFilterGeometry",
"documentation":"<p>The geomerty used to filter device positions.</p>"
"documentation":"<p>The geometry used to filter device positions.</p>"
},
"MaxResults":{
"shape":"ListDevicePositionsRequestMaxResultsInteger",
Expand Down Expand Up @@ -4330,6 +4338,13 @@
"min":1,
"pattern":"^[-._\\w]+$"
},
"OptimizationMode":{
"type":"string",
"enum":[
"FastestRoute",
"ShortestRoute"
]
},
"Place":{
"type":"structure",
"required":["Geometry"],
Expand Down Expand Up @@ -4375,6 +4390,10 @@
"shape":"String",
"documentation":"<p>The name for a street or a road to identify a location. For example, <code>Main Street</code>.</p>"
},
"SubMunicipality":{
"shape":"String",
"documentation":"<p>An area that's part of a larger municipality. For example, <code>Blissville </code> is a submunicipality in the Queen County in New York.</p> <note> <p>This property supported by Esri and OpenData. The Esri property is <code>district</code>, and the OpenData property is <code>borough</code>.</p> </note>"
},
"SubRegion":{
"shape":"String",
"documentation":"<p>A county, or an area that's part of a larger region. For example, <code>Metro Vancouver</code>.</p>"
Expand Down
Loading

0 comments on commit ec73d20

Please sign in to comment.