diff --git a/codegen/sdk-codegen/aws-models/amp.json b/codegen/sdk-codegen/aws-models/amp.json index 6631ffdf1b8..ca1198b876d 100644 --- a/codegen/sdk-codegen/aws-models/amp.json +++ b/codegen/sdk-codegen/aws-models/amp.json @@ -1402,6 +1402,12 @@ "smithy.api#required": {} } }, + "roleConfiguration": { + "target": "com.amazonaws.amp#RoleConfiguration", + "traits": { + "smithy.api#documentation": "

The scraper role configuration for the workspace.

" + } + }, "clientToken": { "target": "com.amazonaws.amp#IdempotencyToken", "traits": { @@ -2552,7 +2558,8 @@ "aws.api#arnReference": { "type": "AWS::IAM::Role" }, - "smithy.api#documentation": "

An ARN identifying an IAM role used by the scraper.

" + "smithy.api#documentation": "

An ARN identifying an IAM role used by the scraper.

", + "smithy.api#pattern": "^arn:aws[-a-z]*:iam::[0-9]{12}:role/.+$" } }, "com.amazonaws.amp#IdempotencyToken": { @@ -2602,7 +2609,7 @@ "min": 20, "max": 2048 }, - "smithy.api#pattern": "^arn:aws:kms:[a-z0-9\\-]+:\\d+:key/[a-f0-9\\-]+$" + "smithy.api#pattern": "^arn:aws[-a-z]*:kms:[-a-z0-9]+:[0-9]{12}:key/[-a-f0-9]+$" } }, "com.amazonaws.amp#ListRuleGroupsNamespaces": { @@ -3081,7 +3088,7 @@ "aws.api#arnReference": { "type": "AWS::Logs::LogGroup" }, - "smithy.api#pattern": "^arn:aws[a-z0-9-]*:logs:[a-z0-9-]+:\\d{12}:log-group:[A-Za-z0-9\\.\\-\\_\\#/]{1,512}\\:\\*$" + "smithy.api#pattern": "^arn:aws[-a-z]*:logs:[-a-z0-9]+:[0-9]{12}:log-group:[A-Za-z0-9\\.\\-\\_\\#/]{1,512}\\:\\*$" } }, "com.amazonaws.amp#LoggingConfiguration": { @@ -3452,6 +3459,26 @@ "smithy.api#httpError": 404 } }, + "com.amazonaws.amp#RoleConfiguration": { + "type": "structure", + "members": { + "sourceRoleArn": { + "target": "com.amazonaws.amp#IamRoleArn", + "traits": { + "smithy.api#documentation": "

A ARN identifying the source role configuration.

" + } + }, + "targetRoleArn": { + "target": "com.amazonaws.amp#IamRoleArn", + "traits": { + "smithy.api#documentation": "

A ARN identifying the target role configuration.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

To configure roles that allows users to write to an Amazon Managed Service for Prometheus workspace in a different account.

" + } + }, "com.amazonaws.amp#RuleGroupsNamespace": { "type": "resource", "identifiers": { @@ -3833,6 +3860,9 @@ "smithy.api#documentation": "

The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.

", "smithy.api#required": {} } + }, + "roleConfiguration": { + "target": "com.amazonaws.amp#RoleConfiguration" } }, "traits": { @@ -4011,6 +4041,9 @@ "smithy.api#documentation": "

The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.

", "smithy.api#required": {} } + }, + "roleConfiguration": { + "target": "com.amazonaws.amp#RoleConfiguration" } }, "traits": { @@ -4526,6 +4559,12 @@ "smithy.api#documentation": "

The new Amazon Managed Service for Prometheus workspace to send metrics to.

" } }, + "roleConfiguration": { + "target": "com.amazonaws.amp#RoleConfiguration", + "traits": { + "smithy.api#documentation": "

The scraper role configuration for the workspace.

" + } + }, "clientToken": { "target": "com.amazonaws.amp#IdempotencyToken", "traits": { diff --git a/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json b/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json index 6218426b589..ccb56530002 100644 --- a/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json +++ b/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json @@ -1567,8 +1567,24 @@ "citation": { "target": "com.amazonaws.bedrockagentruntime#Citation", "traits": { + "smithy.api#deprecated": { + "since": "2024-12-17", + "message": "Citation is deprecated. Please use GeneratedResponsePart and RetrievedReferences for citation event." + }, "smithy.api#documentation": "

The citation.

" } + }, + "generatedResponsePart": { + "target": "com.amazonaws.bedrockagentruntime#GeneratedResponsePart", + "traits": { + "smithy.api#documentation": "

The generated response to the citation event.

" + } + }, + "retrievedReferences": { + "target": "com.amazonaws.bedrockagentruntime#RetrievedReferences", + "traits": { + "smithy.api#documentation": "

The retrieved references of the citation event.

" + } } }, "traits": { diff --git a/codegen/sdk-codegen/aws-models/codebuild.json b/codegen/sdk-codegen/aws-models/codebuild.json index b0c1b09d974..17df85fe63d 100644 --- a/codegen/sdk-codegen/aws-models/codebuild.json +++ b/codegen/sdk-codegen/aws-models/codebuild.json @@ -9415,6 +9415,12 @@ "traits": { "smithy.api#enumValue": "BUILD_BATCH" } + }, + "RUNNER_BUILDKITE_BUILD": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RUNNER_BUILDKITE_BUILD" + } } } }, @@ -9424,7 +9430,7 @@ "type": { "target": "com.amazonaws.codebuild#WebhookFilterType", "traits": { - "smithy.api#documentation": "

The type of webhook filter. There are nine webhook filter types: EVENT,\n ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF,\n FILE_PATH, COMMIT_MESSAGE, TAG_NAME, RELEASE_NAME, \n and WORKFLOW_NAME.

\n ", + "smithy.api#documentation": "

The type of webhook filter. There are nine webhook filter types: EVENT,\n ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF,\n FILE_PATH, COMMIT_MESSAGE, TAG_NAME, RELEASE_NAME, \n and WORKFLOW_NAME.

\n ", "smithy.api#required": {} } }, @@ -9443,7 +9449,7 @@ } }, "traits": { - "smithy.api#documentation": "

A filter used to determine which webhooks trigger a build.

" + "smithy.api#documentation": "

A filter used to determine which webhooks trigger a build.

" } }, "com.amazonaws.codebuild#WebhookFilterType": { diff --git a/codegen/sdk-codegen/aws-models/geo-routes.json b/codegen/sdk-codegen/aws-models/geo-routes.json index aa9c2cf304e..54445b7382f 100644 --- a/codegen/sdk-codegen/aws-models/geo-routes.json +++ b/codegen/sdk-codegen/aws-models/geo-routes.json @@ -113,19 +113,19 @@ "Allow": { "target": "com.amazonaws.georoutes#IsolineAllowOptions", "traits": { - "smithy.api#documentation": "

Features that are allowed while calculating. a route

" + "smithy.api#documentation": "

Features that are allowed while calculating an isoline.

" } }, "ArrivalTime": { "target": "com.amazonaws.georoutes#TimestampWithTimezoneOffset", "traits": { - "smithy.api#documentation": "

Time of arrival at the destination.

\n

Time format: YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm\n

\n

Examples:

\n

\n 2020-04-22T17:57:24Z\n

\n

\n 2020-04-22T17:57:24+02:00\n

" + "smithy.api#documentation": "

Time of arrival at the destination.

\n

Time format: YYYY-MM-DDThh:mm:ss.sssZ |\n YYYY-MM-DDThh:mm:ss.sss+hh:mm\n

\n

Examples:

\n

\n 2020-04-22T17:57:24Z\n

\n

\n 2020-04-22T17:57:24+02:00\n

" } }, "Avoid": { "target": "com.amazonaws.georoutes#IsolineAvoidanceOptions", "traits": { - "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis. If an\n avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" + "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis.\n If an avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" } }, "DepartNow": { @@ -143,7 +143,7 @@ "Destination": { "target": "com.amazonaws.georoutes#Position", "traits": { - "smithy.api#documentation": "

The final position for the route. In the World Geodetic System (WGS 84) format: [longitude, latitude].

" + "smithy.api#documentation": "

The final position for the route. In the World Geodetic System (WGS 84) format:\n [longitude, latitude].

" } }, "DestinationOptions": { @@ -161,7 +161,7 @@ "IsolineGranularity": { "target": "com.amazonaws.georoutes#IsolineGranularityOptions", "traits": { - "smithy.api#documentation": "

Defines the granularity of the returned Isoline

" + "smithy.api#documentation": "

Defines the granularity of the returned Isoline.

" } }, "Key": { @@ -174,7 +174,7 @@ "OptimizeIsolineFor": { "target": "com.amazonaws.georoutes#IsolineOptimizationObjective", "traits": { - "smithy.api#documentation": "

Specifies the optimization criteria for when calculating an isoline. AccurateCalculation generates an isoline of higher granularity that is more precise. \nFastCalculation generates an isoline faster by reducing the granularity, and in turn the quality of the isoline. BalancedCalculation generates an isoline by balancing between quality and performance. \n

\n

Default Value: BalancedCalculation\n

" + "smithy.api#documentation": "

Specifies the optimization criteria for when calculating an isoline. AccurateCalculation\n generates an isoline of higher granularity that is more precise. FastCalculation generates\n an isoline faster by reducing the granularity, and in turn the quality of the isoline.\n BalancedCalculation generates an isoline by balancing between quality and performance.

\n

Default Value: BalancedCalculation\n

" } }, "OptimizeRoutingFor": { @@ -198,7 +198,7 @@ "Thresholds": { "target": "com.amazonaws.georoutes#IsolineThresholds", "traits": { - "smithy.api#documentation": "

Threshold to be used for the isoline calculation. Up to \n 3 thresholds per provided type can be requested.

", + "smithy.api#documentation": "

Threshold to be used for the isoline calculation. Up to 3 thresholds per provided type\n can be requested.

\n

You incur a calculation charge for each threshold. Using a large amount of thresholds in a\n request can lead you to incur unexpected charges. See\n \n Amazon Location's pricing page for more information.

", "smithy.api#required": {} } }, @@ -211,7 +211,7 @@ "TravelMode": { "target": "com.amazonaws.georoutes#IsolineTravelMode", "traits": { - "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. \n Used in estimating the speed of travel and road compatibility.

\n \n

The mode Scooter also applies to motorcycles, set to Scooter when wanted to calculate options for motorcycles.

\n
\n

Default Value: Car\n

" + "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. Used in estimating the speed\n of travel and road compatibility.

\n \n

The mode Scooter also applies to motorcycles, set to\n Scooter when wanted to calculate options for motorcycles.

\n
\n

Default Value: Car\n

" } }, "TravelModeOptions": { @@ -231,7 +231,7 @@ "ArrivalTime": { "target": "com.amazonaws.georoutes#TimestampWithTimezoneOffset", "traits": { - "smithy.api#documentation": "

Time of arrival at the destination. This parameter is returned only if the Destination parameters was provided in the request.

\n

Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm\n

\n

Examples:

\n

\n 2020-04-22T17:57:24Z\n

\n

\n 2020-04-22T17:57:24+02:00\n

" + "smithy.api#documentation": "

Time of arrival at the destination. This parameter is returned only if the Destination\n parameters was provided in the request.

\n

Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm\n

\n

Examples:

\n

\n 2020-04-22T17:57:24Z\n

\n

\n 2020-04-22T17:57:24+02:00\n

" } }, "DepartureTime": { @@ -303,7 +303,7 @@ ], "traits": { "aws.api#dataPlane": {}, - "smithy.api#documentation": "

Calculates route matrix containing the results for all pairs of \n Origins to Destinations. Each row corresponds to one entry in Origins. \n Each entry in the row corresponds to the route from that entry in Origins to an entry in Destinations positions.

", + "smithy.api#documentation": "

Use CalculateRouteMatrix to compute results for all pairs of Origins to\n Destinations. Each row corresponds to one entry in Origins. Each entry in the row\n corresponds to the route from that entry in Origins to an entry in Destinations\n positions.

", "smithy.api#http": { "uri": "/route-matrix", "method": "POST" @@ -350,13 +350,13 @@ "Allow": { "target": "com.amazonaws.georoutes#RouteMatrixAllowOptions", "traits": { - "smithy.api#documentation": "

Features that are allowed while calculating. a route

" + "smithy.api#documentation": "

Features that are allowed while calculating a route.

" } }, "Avoid": { "target": "com.amazonaws.georoutes#RouteMatrixAvoidanceOptions", "traits": { - "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis. If an\n avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" + "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis.\n If an avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" } }, "DepartNow": { @@ -374,7 +374,7 @@ "Destinations": { "target": "com.amazonaws.georoutes#RouteMatrixDestinationList", "traits": { - "smithy.api#documentation": "

List of destinations for the route.

", + "smithy.api#documentation": "

List of destinations for the route.

\n \n

Route calculations are billed for each origin and destination pair. If you use a large matrix of origins and destinations, your costs will increase accordingly. See\n \n Amazon Location's pricing page for more information.

\n
", "smithy.api#length": { "min": 1 }, @@ -403,7 +403,7 @@ "Origins": { "target": "com.amazonaws.georoutes#RouteMatrixOriginList", "traits": { - "smithy.api#documentation": "

The position in longitude and latitude for the origin.

", + "smithy.api#documentation": "

The position in longitude and latitude for the origin.

\n \n

Route calculations are billed for each origin and destination pair. Using a large amount of Origins in a\n request can lead you to incur unexpected charges. See\n \n Amazon Location's pricing page for more information.

\n
", "smithy.api#length": { "min": 1 }, @@ -413,7 +413,7 @@ "RoutingBoundary": { "target": "com.amazonaws.georoutes#RouteMatrixBoundary", "traits": { - "smithy.api#documentation": "

Boundary within which the matrix is to be calculated. \n All data, origins and destinations outside the boundary are considered invalid.

\n \n

When request routing boundary was set as AutoCircle, the response routing boundary will return Circle derived from the AutoCircle settings.

\n
", + "smithy.api#documentation": "

Boundary within which the matrix is to be calculated. All data, origins and destinations\n outside the boundary are considered invalid.

\n \n

When request routing boundary was set as AutoCircle, the response routing boundary\n will return Circle derived from the AutoCircle settings.

\n
", "smithy.api#required": {} } }, @@ -426,7 +426,7 @@ "TravelMode": { "target": "com.amazonaws.georoutes#RouteMatrixTravelMode", "traits": { - "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. \n Used in estimating the speed of travel and road compatibility.

\n

Default Value: Car\n

" + "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. Used in estimating the speed\n of travel and road compatibility.

\n

Default Value: Car\n

" } }, "TravelModeOptions": { @@ -446,7 +446,7 @@ "ErrorCount": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

The count of error results in the route matrix. If this number is 0, all routes were calculated successfully.

", + "smithy.api#documentation": "

The count of error results in the route matrix. If this number is 0, all routes were\n calculated successfully.

", "smithy.api#range": { "min": 0 }, @@ -464,14 +464,14 @@ "RouteMatrix": { "target": "com.amazonaws.georoutes#RouteMatrix", "traits": { - "smithy.api#documentation": "

The calculated route matrix containing the results for all pairs of Origins to Destination positions. Each row corresponds to one entry in Origins. Each entry in the row corresponds to the route from that entry in Origins to an entry in Destination positions.

", + "smithy.api#documentation": "

The calculated route matrix containing the results for all pairs of Origins to\n Destination positions. Each row corresponds to one entry in Origins. Each entry in the row\n corresponds to the route from that entry in Origins to an entry in Destination\n positions.

", "smithy.api#required": {} } }, "RoutingBoundary": { "target": "com.amazonaws.georoutes#RouteMatrixBoundary", "traits": { - "smithy.api#documentation": "

Boundary within which the matrix is to be calculated. All data, origins and destinations outside the boundary are considered invalid.

\n \n

When request routing boundary was set as AutoCircle, the response routing boundary will return Circle derived from the AutoCircle settings.

\n
", + "smithy.api#documentation": "

Boundary within which the matrix is to be calculated. All data, origins and destinations\n outside the boundary are considered invalid.

\n \n

When request routing boundary was set as AutoCircle, the response routing boundary\n will return Circle derived from the AutoCircle settings.

\n
", "smithy.api#required": {} } } @@ -504,7 +504,7 @@ ], "traits": { "aws.api#dataPlane": {}, - "smithy.api#documentation": "

Calculates a route given the following required parameters: \n Origin and Destination.

", + "smithy.api#documentation": "

\n CalculateRoutes computes routes given the following required parameters:\n Origin and Destination.

", "smithy.api#http": { "uri": "/routes", "method": "POST" @@ -540,7 +540,7 @@ "Allow": { "target": "com.amazonaws.georoutes#RouteAllowOptions", "traits": { - "smithy.api#documentation": "

Features that are allowed while calculating. a route

" + "smithy.api#documentation": "

Features that are allowed while calculating a route.

" } }, "ArrivalTime": { @@ -552,7 +552,7 @@ "Avoid": { "target": "com.amazonaws.georoutes#RouteAvoidanceOptions", "traits": { - "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis. If an\n avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" + "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis.\n If an avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" } }, "DepartNow": { @@ -570,7 +570,7 @@ "Destination": { "target": "com.amazonaws.georoutes#Position", "traits": { - "smithy.api#documentation": "

The final position for the route. In the World Geodetic System (WGS 84) format: [longitude, latitude].

", + "smithy.api#documentation": "

The final position for the route. In the World Geodetic System (WGS 84) format:\n [longitude, latitude].

", "smithy.api#required": {} } }, @@ -608,7 +608,7 @@ "Languages": { "target": "com.amazonaws.georoutes#LanguageTagList", "traits": { - "smithy.api#documentation": "

List of languages for instructions within steps in the response.

\n \n

Instructions in the requested language are returned only if they are available.

\n
", + "smithy.api#documentation": "

List of languages for instructions within steps in the response.

\n \n

Instructions in the requested language are returned only if they are\n available.

\n
", "smithy.api#length": { "max": 10 } @@ -617,19 +617,19 @@ "LegAdditionalFeatures": { "target": "com.amazonaws.georoutes#RouteLegAdditionalFeatureList", "traits": { - "smithy.api#documentation": "

A list of optional additional parameters such as timezone that can be requested for each result.

\n " + "smithy.api#documentation": "

A list of optional additional parameters such as timezone that can be requested for each\n result.

\n " } }, "LegGeometryFormat": { "target": "com.amazonaws.georoutes#GeometryFormat", "traits": { - "smithy.api#documentation": "

Specifies the format of the geometry returned for each leg of the route. You can \n choose between two different geometry encoding formats.

\n

\n FlexiblePolyline: A compact and precise encoding format for the \n leg geometry. For more information on the format, see the GitHub repository for \n FlexiblePolyline\n .

\n

\n Simple: A less compact encoding,\n which is easier to decode but may be less precise and result in larger payloads.

" + "smithy.api#documentation": "

Specifies the format of the geometry returned for each leg of the route. You can choose\n between two different geometry encoding formats.

\n

\n FlexiblePolyline: A compact and precise encoding format for the leg\n geometry. For more information on the format, see the GitHub repository for \n FlexiblePolyline\n .

\n

\n Simple: A less compact encoding, which is easier to decode but may be less\n precise and result in larger payloads.

" } }, "MaxAlternatives": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

Maximum number of alternative routes to be provided in the response, if available.

", + "smithy.api#documentation": "

Maximum number of alternative routes to be provided in the response, if\n available.

", "smithy.api#range": { "min": 0, "max": 5 @@ -658,7 +658,7 @@ "SpanAdditionalFeatures": { "target": "com.amazonaws.georoutes#RouteSpanAdditionalFeatureList", "traits": { - "smithy.api#documentation": "

A list of optional features such as SpeedLimit that can be requested for a Span. A span is a section of a Leg for which the requested features have the same values.

" + "smithy.api#documentation": "

A list of optional features such as SpeedLimit that can be requested for a Span. A span\n is a section of a Leg for which the requested features have the same values.

" } }, "Tolls": { @@ -676,7 +676,7 @@ "TravelMode": { "target": "com.amazonaws.georoutes#RouteTravelMode", "traits": { - "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. \n Used in estimating the speed of travel and road compatibility.

\n

Default Value: Car\n

" + "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. Used in estimating the speed\n of travel and road compatibility.

\n

Default Value: Car\n

" } }, "TravelModeOptions": { @@ -688,7 +688,7 @@ "TravelStepType": { "target": "com.amazonaws.georoutes#RouteTravelStepType", "traits": { - "smithy.api#documentation": "

Type of step returned by the response.\nDefault provides basic steps intended for web based applications.\nTurnByTurn provides detailed instructions with more granularity intended for a turn based naviagtion system.

" + "smithy.api#documentation": "

Type of step returned by the response. Default provides basic steps intended for web\n based applications. TurnByTurn provides detailed instructions with more granularity\n intended for a turn based navigation system.

" } }, "Waypoints": { @@ -715,7 +715,7 @@ "Notices": { "target": "com.amazonaws.georoutes#RouteResponseNoticeList", "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

", + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

", "smithy.api#required": {} } }, @@ -745,7 +745,7 @@ "Center": { "target": "com.amazonaws.georoutes#Position", "traits": { - "smithy.api#documentation": "

Center of the Circle defined in longitude and latitude coordinates.

\n

Example: [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

", + "smithy.api#documentation": "

Center of the Circle defined in longitude and latitude coordinates.

\n

Example: [-123.1174, 49.2847] represents the position with longitude\n -123.1174 and latitude 49.2847.

", "smithy.api#required": {} } }, @@ -758,10 +758,18 @@ } }, "traits": { - "smithy.api#documentation": "

Geometry defined as a circle. When request routing boundary was set as AutoCircle, the response routing boundary will return Circle derived from the AutoCircle settings.

", + "smithy.api#documentation": "

Geometry defined as a circle. When request routing boundary was set as\n AutoCircle, the response routing boundary will return Circle\n derived from the AutoCircle settings.

", "smithy.api#sensitive": {} } }, + "com.amazonaws.georoutes#ClusterIndex": { + "type": "integer", + "traits": { + "smithy.api#range": { + "min": 0 + } + } + }, "com.amazonaws.georoutes#Corridor": { "type": "structure", "members": { @@ -781,7 +789,7 @@ } }, "traits": { - "smithy.api#documentation": "

Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.

", + "smithy.api#documentation": "

Geometry defined as a corridor - a LineString with a radius that defines the width of\n the corridor.

", "smithy.api#sensitive": {} } }, @@ -954,7 +962,7 @@ } }, "traits": { - "smithy.api#documentation": "

The request processing has failed because of an unknown error, exception or failure.

", + "smithy.api#documentation": "

The request processing has failed because of an unknown error, exception or\n failure.

", "smithy.api#error": "server", "smithy.api#httpError": 500, "smithy.api#retryable": {} @@ -966,7 +974,7 @@ "Connections": { "target": "com.amazonaws.georoutes#IsolineConnectionList", "traits": { - "smithy.api#documentation": "

Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.

", + "smithy.api#documentation": "

Isolines may contain multiple components, if these components are connected by ferry\n links. These components are returned as separate polygons while the ferry links are\n returned as connections.

", "smithy.api#required": {} } }, @@ -1002,18 +1010,18 @@ "Hot": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Allow Hot (High Occupancy Toll) lanes while calculating the route.

" + "smithy.api#documentation": "

Allow Hot (High Occupancy Toll) lanes while calculating an isoline.

\n

Default value: false\n

" } }, "Hov": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Allow Hov (High Occupancy vehicle) lanes while calculating the route.

" + "smithy.api#documentation": "

Allow Hov (High Occupancy vehicle) lanes while calculating an isoline.

\n

Default value: false\n

" } } }, "traits": { - "smithy.api#documentation": "

Features that are allowed while calculating. a route

" + "smithy.api#documentation": "

Features that are allowed while calculating an isoline.

" } }, "com.amazonaws.georoutes#IsolineAvoidanceArea": { @@ -1022,7 +1030,7 @@ "Except": { "target": "com.amazonaws.georoutes#IsolineAvoidanceAreaGeometryList", "traits": { - "smithy.api#documentation": "

Exceptions to the provided avoidance geometry, to be included while calculating the route.

" + "smithy.api#documentation": "

Exceptions to the provided avoidance geometry, to be included while calculating an\n isoline.

" } }, "Geometry": { @@ -1049,13 +1057,13 @@ "Corridor": { "target": "com.amazonaws.georoutes#Corridor", "traits": { - "smithy.api#documentation": "

Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.

" + "smithy.api#documentation": "

Geometry defined as a corridor - a LineString with a radius that defines the width of\n the corridor.

" } }, "Polygon": { "target": "com.amazonaws.georoutes#LinearRings", "traits": { - "smithy.api#documentation": "

A list of Polygon will be excluded for calculating isolines, the list can only contain 1 polygon.

", + "smithy.api#documentation": "

A list of Polygon will be excluded for calculating isolines, the list can only contain 1\n polygon.

", "smithy.api#length": { "min": 1, "max": 1 @@ -1065,13 +1073,13 @@ "PolylineCorridor": { "target": "com.amazonaws.georoutes#PolylineCorridor", "traits": { - "smithy.api#documentation": "

Geometry defined as an encoded corridor – a polyline with a radius that defines the width of the corridor. For more information on polyline \nencoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

" + "smithy.api#documentation": "

Geometry defined as an encoded corridor – a polyline with a radius that defines the\n width of the corridor. For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

" } }, "PolylinePolygon": { "target": "com.amazonaws.georoutes#PolylineRingList", "traits": { - "smithy.api#documentation": "

A list of PolylinePolygon's that are excluded for calculating isolines, the list can only contain 1 polygon. For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md. \n

", + "smithy.api#documentation": "

A list of PolylinePolygon's that are excluded for calculating isolines, the list can\n only contain 1 polygon. For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

", "smithy.api#length": { "min": 1, "max": 1 @@ -1080,7 +1088,7 @@ } }, "traits": { - "smithy.api#documentation": "

The avoidance geometry, to be included while calculating the route.

" + "smithy.api#documentation": "

The avoidance geometry, to be included while calculating an isoline.

" } }, "com.amazonaws.georoutes#IsolineAvoidanceAreaGeometryList": { @@ -1107,31 +1115,31 @@ "CarShuttleTrains": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Avoid car-shuttle-trains while calculating the route.

" + "smithy.api#documentation": "

Avoid car-shuttle-trains while calculating an isoline.

" } }, "ControlledAccessHighways": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Avoid controlled access highways while calculating the route.

" + "smithy.api#documentation": "

Avoid controlled access highways while calculating an isoline.

" } }, "DirtRoads": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Avoid dirt roads while calculating the route.

" + "smithy.api#documentation": "

Avoid dirt roads while calculating an isoline.

" } }, "Ferries": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Avoid ferries while calculating the route.

" + "smithy.api#documentation": "

Avoid ferries while calculating an isoline.

" } }, "SeasonalClosure": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Avoid roads that have seasonal closure while calculating the route.

" + "smithy.api#documentation": "

Avoid roads that have seasonal closure while calculating an isoline.

" } }, "TollRoads": { @@ -1149,13 +1157,13 @@ "TruckRoadTypes": { "target": "com.amazonaws.georoutes#TruckRoadTypeList", "traits": { - "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to Sweden. \nA2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" + "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to\n Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" } }, "Tunnels": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Avoid tunnels while calculating the route.

" + "smithy.api#documentation": "

Avoid tunnels while calculating an isoline.

" } }, "UTurns": { @@ -1172,7 +1180,7 @@ } }, "traits": { - "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis. If an\n avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" + "smithy.api#documentation": "

Features that are avoided while calculating isolines. Avoidance is on a best-case basis.\n If an avoidance can't be satisfied for a particular case, it violates the avoidance and the\n returned response produces a notice for the violation.

" } }, "com.amazonaws.georoutes#IsolineAvoidanceZoneCategory": { @@ -1239,7 +1247,7 @@ } }, "traits": { - "smithy.api#documentation": "

Options for vehicles.

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Car.

" } }, "com.amazonaws.georoutes#IsolineConnection": { @@ -1248,7 +1256,7 @@ "FromPolygonIndex": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

Index of the polygon corresponding to the \"from\" component of the connection. The polygon is available from Isoline[].Geometries.

", + "smithy.api#documentation": "

Index of the polygon corresponding to the \"from\" component of the connection.\n The polygon is available from Isoline[].Geometries.

", "smithy.api#range": { "min": 0 }, @@ -1265,7 +1273,7 @@ "ToPolygonIndex": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

Index of the polygon corresponding to the \"to\" component of the connection. The polygon is available from Isoline[].Geometries.

", + "smithy.api#documentation": "

Index of the polygon corresponding to the \"to\" component of the connection.\n The polygon is available from Isoline[].Geometries.

", "smithy.api#range": { "min": 0 }, @@ -1274,7 +1282,7 @@ } }, "traits": { - "smithy.api#documentation": "

Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.

" + "smithy.api#documentation": "

Isolines may contain multiple components, if these components are connected by ferry\n links. These components are returned as separate polygons while the ferry links are\n returned as connections.

" } }, "com.amazonaws.georoutes#IsolineConnectionGeometry": { @@ -1289,12 +1297,12 @@ "Polyline": { "target": "com.amazonaws.georoutes#Polyline", "traits": { - "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
" + "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression\n format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
" } } }, "traits": { - "smithy.api#documentation": "

Geometry of the connection between different Isoline components.

" + "smithy.api#documentation": "

Geometry of the connection between different isoline components.

" } }, "com.amazonaws.georoutes#IsolineConnectionList": { @@ -1310,7 +1318,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.

" + "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in\n moving vehicles who may not have sufficient time to make an action at an origin or a\n destination.

" } }, "Heading": { @@ -1373,7 +1381,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Maximum resolution of the returned isoline.

\n

\n Unit: centimeters\n

" + "smithy.api#documentation": "

Maximum resolution of the returned isoline.

\n

\n Unit: meters\n

" } } }, @@ -1469,20 +1477,20 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.

\n

\n Unit: meters\n

" + "smithy.api#documentation": "

If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint\n will be snapped to the highway/bridge/tunnel/sliproad.

\n

\n Unit: meters\n

" } }, "Radius": { "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

" + "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The\n roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

" } }, "Strategy": { "target": "com.amazonaws.georoutes#MatchingStrategy", "traits": { - "smithy.api#documentation": "

Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.

" + "smithy.api#documentation": "

Strategy that defines matching of the position onto the road network. MatchAny considers\n all roads possible, whereas MatchMostSignificantRoad matches to the most significant\n road.

" } } }, @@ -1516,7 +1524,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.

" + "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in\n moving vehicles who may not have sufficient time to make an action at an origin or a\n destination.

" } }, "Heading": { @@ -1540,7 +1548,7 @@ } }, "traits": { - "smithy.api#documentation": "

Options for the property.

" + "smithy.api#documentation": "

Origin related options.

" } }, "com.amazonaws.georoutes#IsolineScooterOptions": { @@ -1581,7 +1589,7 @@ } }, "traits": { - "smithy.api#documentation": "

Options for the property.

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Scooter\n

" } }, "com.amazonaws.georoutes#IsolineShapeGeometry": { @@ -1590,13 +1598,13 @@ "Polygon": { "target": "com.amazonaws.georoutes#LinearRings", "traits": { - "smithy.api#documentation": "

A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings).

" + "smithy.api#documentation": "

A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first\n linear ring (the outer ring) and from 2nd item to the last item (the inner rings).

" } }, "PolylinePolygon": { "target": "com.amazonaws.georoutes#PolylineRingList", "traits": { - "smithy.api#documentation": "

A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon \n of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings). \n For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

" + "smithy.api#documentation": "

A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains\n PolylinePolygon of the first linear ring (the outer ring) and from 2nd item to the last\n item (the inner rings). For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

" } } }, @@ -1623,7 +1631,7 @@ "UseWith": { "target": "com.amazonaws.georoutes#SideOfStreetMatchingStrategy", "traits": { - "smithy.api#documentation": "

Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.

\n

Default Value: DividedStreetOnly\n

" + "smithy.api#documentation": "

Strategy that defines when the side of street position should be used. AnyStreet will\n always use the provided position.

\n

Default Value: DividedStreetOnly\n

" } } }, @@ -1648,7 +1656,7 @@ } }, "traits": { - "smithy.api#documentation": "

Threshold to be used for the isoline calculation. Up to 3 thresholds per provided type\n can be requested.

" + "smithy.api#documentation": "

Threshold to be used for the isoline calculation. Up to 5 thresholds per provided type\n can be requested.

" } }, "com.amazonaws.georoutes#IsolineTrafficOptions": { @@ -1658,7 +1666,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Duration for which flow traffic is considered valid. For this period, the flow traffic is used over historical traffic data. Flow traffic refers to congestion, which changes very quickly. Duration in seconds for which flow traffic event would be considered valid. While flow traffic event is valid it will be used over the historical traffic data.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Duration for which flow traffic is considered valid. For this period, the flow traffic\n is used over historical traffic data. Flow traffic refers to congestion, which changes very\n quickly. Duration in seconds for which flow traffic event would be considered valid. While\n flow traffic event is valid it will be used over the historical traffic data.

\n

\n Unit: seconds\n

" } }, "Usage": { @@ -1736,7 +1744,7 @@ "Scooter": { "target": "com.amazonaws.georoutes#IsolineScooterOptions", "traits": { - "smithy.api#documentation": "

Travel mode options when the provided travel mode is \"Scooter\"

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Scooter\n

\n \n

When travel mode is set to Scooter, then the avoidance option\n ControlledAccessHighways defaults to true.

\n
" } }, "Truck": { @@ -1883,20 +1891,20 @@ "TunnelRestrictionCode": { "target": "com.amazonaws.georoutes#TunnelRestrictionCode", "traits": { - "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. \n They relate to the types of dangerous goods that can be transported through them.

\n " + "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels\n in Great Britain. They relate to the types of dangerous goods that can be transported\n through them.

\n " } }, "WeightPerAxle": { "target": "com.amazonaws.georoutes#WeightKilograms", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished.

\n

\n Unit: Kilograms\n

" + "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for\n usage in countries where the differences in axle types or axle groups are not\n distinguished.

\n

\n Unit: Kilograms\n

" } }, "WeightPerAxleGroup": { "target": "com.amazonaws.georoutes#WeightPerAxleGroup", "traits": { - "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries that have different regulations based on the axle group type.

\n

\n Unit: Kilograms\n

" + "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries\n that have different regulations based on the axle group type.

\n

\n Unit: Kilograms\n

" } }, "Width": { @@ -2106,7 +2114,7 @@ ], "traits": { "aws.api#dataPlane": {}, - "smithy.api#documentation": "

Calculates the optimal order to travel between a set of waypoints to minimize either the\n travel time or the distance travelled during the journey, based on road network\n restrictions and the traffic pattern data.

", + "smithy.api#documentation": "

\n OptimizeWaypoints calculates the optimal order to travel between a set of\n waypoints to minimize either the travel time or the distance travelled during the journey,\n based on road network restrictions and the traffic pattern data.

", "smithy.api#http": { "uri": "/optimize-waypoints", "method": "POST" @@ -2142,7 +2150,13 @@ "Avoid": { "target": "com.amazonaws.georoutes#WaypointOptimizationAvoidanceOptions", "traits": { - "smithy.api#documentation": "

Features that are avoided while calculating a route. Avoidance is on a best-case basis. If an\n avoidance can't be satisfied for a particular case, this setting is ignored.

" + "smithy.api#documentation": "

Features that are avoided. Avoidance is on a best-case basis. If an avoidance can't be\n satisfied for a particular case, this setting is ignored.

" + } + }, + "Clustering": { + "target": "com.amazonaws.georoutes#WaypointOptimizationClusteringOptions", + "traits": { + "smithy.api#documentation": "

Clustering allows you to specify how nearby waypoints can be clustered to improve the\n optimized sequence.

" } }, "DepartureTime": { @@ -2210,7 +2224,7 @@ "TravelMode": { "target": "com.amazonaws.georoutes#WaypointOptimizationTravelMode", "traits": { - "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. \n Used in estimating the speed of travel and road compatibility.

\n

Default Value: Car\n

" + "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. Used in estimating the speed\n of travel and road compatibility.

\n

Default Value: Car\n

" } }, "TravelModeOptions": { @@ -2236,7 +2250,7 @@ "Connections": { "target": "com.amazonaws.georoutes#WaypointOptimizationConnectionList", "traits": { - "smithy.api#documentation": "

Details about the connection from one waypoint to the next, within the optimized sequence.

", + "smithy.api#documentation": "

Details about the connection from one waypoint to the next, within the optimized\n sequence.

", "smithy.api#required": {} } }, @@ -2259,7 +2273,7 @@ "ImpedingWaypoints": { "target": "com.amazonaws.georoutes#WaypointOptimizationImpedingWaypointList", "traits": { - "smithy.api#documentation": "

Returns waypoints that caused the optimization problem to fail, and the constraints that were unsatisfied leading to the failure.

", + "smithy.api#documentation": "

Returns waypoints that caused the optimization problem to fail, and the constraints that\n were unsatisfied leading to the failure.

", "smithy.api#required": {} } }, @@ -2308,14 +2322,14 @@ "Polyline": { "target": "com.amazonaws.georoutes#Polyline", "traits": { - "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
", + "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression\n format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
", "smithy.api#required": {} } }, "Radius": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

", + "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The\n roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

", "smithy.api#required": {} } } @@ -2489,7 +2503,7 @@ } }, "traits": { - "smithy.api#documentation": "

Notices provide information around factors that may have influenced snapping in a manner atypical to the standard use cases.

" + "smithy.api#documentation": "

Notices provide information around factors that may have influenced snapping in a manner\n atypical to the standard use cases.

" } }, "com.amazonaws.georoutes#RoadSnapNoticeCode": { @@ -2545,7 +2559,7 @@ "Polyline": { "target": "com.amazonaws.georoutes#Polyline", "traits": { - "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
" + "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression\n format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
" } } }, @@ -2577,7 +2591,7 @@ "SnappedPosition": { "target": "com.amazonaws.georoutes#Position", "traits": { - "smithy.api#documentation": "

Snapped position of the TracePoint provided within the request, at the same index.

", + "smithy.api#documentation": "

Snapped position of the TracePoint provided within the request, at the same index.\n

", "smithy.api#required": {} } } @@ -2747,7 +2761,7 @@ "TunnelRestrictionCode": { "target": "com.amazonaws.georoutes#TunnelRestrictionCode", "traits": { - "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. \n They relate to the types of dangerous goods that can be transported through them.

\n " + "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels\n in Great Britain. They relate to the types of dangerous goods that can be transported\n through them.

\n " } }, "Width": { @@ -2782,14 +2796,14 @@ "Legs": { "target": "com.amazonaws.georoutes#RouteLegList", "traits": { - "smithy.api#documentation": "

A leg is a section of a route from one waypoint to the next. A leg could be of type Vehicle, Pedestrian or Ferry.\nLegs of different types could occur together within a single route. For example, a car employing the use of a Ferry will contain Vehicle legs corresponding to journey on land, and Ferry legs corresponding to the journey via Ferry.

", + "smithy.api#documentation": "

A leg is a section of a route from one waypoint to the next. A leg could be of type\n Vehicle, Pedestrian or Ferry. Legs of different types could occur together within a single\n route. For example, a car employing the use of a Ferry will contain Vehicle legs\n corresponding to journey on land, and Ferry legs corresponding to the journey via\n Ferry.

", "smithy.api#required": {} } }, "MajorRoadLabels": { "target": "com.amazonaws.georoutes#RouteMajorRoadLabelList", "traits": { - "smithy.api#documentation": "

Important labels including names and route numbers that differentiate the current route from the alternatives presented.

", + "smithy.api#documentation": "

Important labels including names and route numbers that differentiate the current route\n from the alternatives presented.

", "smithy.api#length": { "min": 0, "max": 2 @@ -2814,18 +2828,18 @@ "Hot": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Allow Hot (High Occupancy Toll) lanes while calculating the route.

" + "smithy.api#documentation": "

Allow Hot (High Occupancy Toll) lanes while calculating the route.

\n

Default value: false\n

" } }, "Hov": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Allow Hov (High Occupancy vehicle) lanes while calculating the route.

" + "smithy.api#documentation": "

Allow Hov (High Occupancy vehicle) lanes while calculating the route.

\n

Default value: false\n

" } } }, "traits": { - "smithy.api#documentation": "

Features that are allowed while calculating. a route

" + "smithy.api#documentation": "

Features that are allowed while calculating a route.

" } }, "com.amazonaws.georoutes#RouteAvoidanceArea": { @@ -2834,7 +2848,7 @@ "Except": { "target": "com.amazonaws.georoutes#RouteAvoidanceAreaGeometryList", "traits": { - "smithy.api#documentation": "

Exceptions to the provided avoidance geometry, to be included while calculating the route.

" + "smithy.api#documentation": "

Exceptions to the provided avoidance geometry, to be included while calculating the\n route.

" } }, "Geometry": { @@ -2854,7 +2868,7 @@ "Corridor": { "target": "com.amazonaws.georoutes#Corridor", "traits": { - "smithy.api#documentation": "

Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.

" + "smithy.api#documentation": "

Geometry defined as a corridor - a LineString with a radius that defines the width of\n the corridor.

" } }, "BoundingBox": { @@ -2882,7 +2896,7 @@ "PolylinePolygon": { "target": "com.amazonaws.georoutes#PolylineRingList", "traits": { - "smithy.api#documentation": "

A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon \n of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings). \n For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

", + "smithy.api#documentation": "

A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains\n PolylinePolygon of the first linear ring (the outer ring) and from 2nd item to the last\n item (the inner rings). For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.

", "smithy.api#length": { "min": 1, "max": 1 @@ -2960,7 +2974,7 @@ "TruckRoadTypes": { "target": "com.amazonaws.georoutes#TruckRoadTypeList", "traits": { - "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to Sweden. \n A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" + "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to\n Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" } }, "Tunnels": { @@ -2983,7 +2997,7 @@ } }, "traits": { - "smithy.api#documentation": "

Options related to areas to be avoided.

" + "smithy.api#documentation": "

Specifies options for areas to avoid when calculating the route. This is a best-effort\n avoidance setting, meaning the router will try to honor the avoidance preferences but may\n still include restricted areas if no feasible alternative route exists. If avoidance\n options are not followed, the response will indicate that the avoidance criteria were\n violated.

" } }, "com.amazonaws.georoutes#RouteAvoidanceZoneCategory": { @@ -3050,7 +3064,7 @@ } }, "traits": { - "smithy.api#documentation": "

Travel mode options when the provided travel mode is \"Car\"

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Car.

" } }, "com.amazonaws.georoutes#RouteContinueHighwayStepDetails": { @@ -3109,7 +3123,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.

", + "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in\n moving vehicles who may not have sufficient time to make an action at an origin or a\n destination.

", "smithy.api#range": { "max": 2000 } @@ -3210,7 +3224,7 @@ } }, "traits": { - "smithy.api#documentation": "

Interval of the driver work-rest schedule. \n Stops are added to fulfil the provided rest schedule.

" + "smithy.api#documentation": "

Interval of the driver work-rest schedule. Stops are added to fulfil the provided rest\n schedule.

" } }, "com.amazonaws.georoutes#RouteDriverScheduleIntervalList": { @@ -3225,19 +3239,19 @@ "Co2EmissionClass": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

The CO 2 emission classes.

" + "smithy.api#documentation": "

The CO 2 emission classes.

" } }, "Type": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

Type of the emission.

\n

\n Valid values: Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev\n

", + "smithy.api#documentation": "

Type of the emission.

\n

\n Valid values: Euro1, Euro2, Euro3, Euro4, Euro5,\n Euro6, EuroEev\n

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

Type of the emission.

\n

\n Valid values: Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev\n

" + "smithy.api#documentation": "

Type of the emission.

\n

\n Valid values: Euro1, Euro2, Euro3, Euro4, Euro5,\n Euro6, EuroEev\n

" } }, "com.amazonaws.georoutes#RouteEngineType": { @@ -3299,13 +3313,13 @@ "Countries": { "target": "com.amazonaws.georoutes#CountryCodeList", "traits": { - "smithy.api#documentation": "

List of countries to be avoided defined by two-letter or three-letter country codes.

", + "smithy.api#documentation": "

List of countries to be avoided defined by two-letter or three-letter country\n codes.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

Exclusion options for the route.

" + "smithy.api#documentation": "

Specifies strict exclusion options for the route calculation. This setting mandates that\n the router will avoid any routes that include the specified options, rather than merely\n attempting to minimize them.

" } }, "com.amazonaws.georoutes#RouteExitStepDetails": { @@ -3521,14 +3535,14 @@ "Notices": { "target": "com.amazonaws.georoutes#RouteFerryNoticeList", "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

", + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

", "smithy.api#required": {} } }, "PassThroughWaypoints": { "target": "com.amazonaws.georoutes#RoutePassThroughWaypointList", "traits": { - "smithy.api#documentation": "

Waypoints that were passed through during the leg. This includes the waypoints that were configured with the PassThrough option.

", + "smithy.api#documentation": "

Waypoints that were passed through during the leg. This includes the waypoints that were\n configured with the PassThrough option.

", "smithy.api#required": {} } }, @@ -3576,12 +3590,12 @@ "Impact": { "target": "com.amazonaws.georoutes#RouteNoticeImpact", "traits": { - "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.

" + "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High\n impact notices must be evaluated further to determine the impact.

" } } }, "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

" + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

" } }, "com.amazonaws.georoutes#RouteFerryNoticeCode": { @@ -3607,6 +3621,10 @@ { "name": "VIOLATED_AVOID_RAIL_FERRY", "value": "ViolatedAvoidRailFerry" + }, + { + "name": "SEASONAL_CLOSURE", + "value": "SeasonalClosure" } ] } @@ -3690,14 +3708,14 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Distance of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

" + "smithy.api#documentation": "

Distance of the computed span. This feature doesn't split a span, but is always computed\n on a span split by other properties.

\n

\n Unit: meters\n

" } }, "Duration": { "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Duration of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Duration of the computed span. This feature doesn't split a span, but is always computed\n on a span split by other properties.

\n

\n Unit: seconds\n

" } }, "GeometryOffset": { @@ -3718,7 +3736,7 @@ "Region": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

2-3 letter Region code corresponding to the Span. This is either a province or a state.

", + "smithy.api#documentation": "

2-3 letter Region code corresponding to the Span. This is either a province or a\n state.

", "smithy.api#length": { "min": 0, "max": 3 @@ -3727,7 +3745,7 @@ } }, "traits": { - "smithy.api#documentation": "

Span computed for the requested SpanAdditionalFeatures.

" + "smithy.api#documentation": "

Span computed for the requested SpanAdditionalFeatures.

" } }, "com.amazonaws.georoutes#RouteFerrySpanList": { @@ -3742,18 +3760,18 @@ "Overview": { "target": "com.amazonaws.georoutes#RouteFerryOverviewSummary", "traits": { - "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel steps.

" + "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel\n steps.

" } }, "TravelOnly": { "target": "com.amazonaws.georoutes#RouteFerryTravelOnlySummary", "traits": { - "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is in meters

" + "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel\n only portion of the journey is in meters

" } } }, "traits": { - "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is the same as the Distance within the Overview summary.

" + "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel\n only portion of the journey is the same as the Distance within the Overview summary.

" } }, "com.amazonaws.georoutes#RouteFerryTravelOnlySummary": { @@ -3763,13 +3781,13 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.

\n

\n Unit: seconds\n

", + "smithy.api#documentation": "

Total duration in free flowing traffic, which is the best case or shortest duration\n possible to cover the leg.

\n

\n Unit: seconds\n

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is the same as the Distance within the Overview summary.

" + "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel\n only portion of the journey is the same as the Distance within the Overview summary.

" } }, "com.amazonaws.georoutes#RouteFerryTravelStep": { @@ -3970,7 +3988,7 @@ "TravelMode": { "target": "com.amazonaws.georoutes#RouteLegTravelMode", "traits": { - "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. \n Used in estimating the speed of travel and road compatibility.

\n

Default Value: Car\n

", + "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. Used in estimating the speed\n of travel and road compatibility.

\n

Default Value: Car\n

", "smithy.api#required": {} } }, @@ -3989,7 +4007,7 @@ } }, "traits": { - "smithy.api#documentation": "

A leg is a section of a route from one waypoint to the next. A leg could be of type Vehicle, Pedestrian or Ferry.\nLegs of different types could occur together within a single route. For example, a car employing the use of a Ferry will contain Vehicle legs corresponding to journey on land, and Ferry legs corresponding to the journey via Ferry.

" + "smithy.api#documentation": "

A leg is a section of a route from one waypoint to the next. A leg could be of type\n Vehicle, Pedestrian or Ferry. Legs of different types could occur together within a single\n route. For example, a car employing the use of a Ferry will contain Vehicle legs\n corresponding to journey on land, and Ferry legs corresponding to the journey via\n Ferry.

" } }, "com.amazonaws.georoutes#RouteLegAdditionalFeature": { @@ -4059,7 +4077,7 @@ "Polyline": { "target": "com.amazonaws.georoutes#Polyline", "traits": { - "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
" + "smithy.api#documentation": "

An ordered list of positions used to plot a route on a map in a lossy compression\n format.

\n \n

LineString and Polyline are mutually exclusive properties.

\n
" } } }, @@ -4096,6 +4114,10 @@ { "name": "TRUCK", "value": "Truck" + }, + { + "name": "CAR_SHUTTLE_TRAIN", + "value": "CarShuttleTrain" } ] } @@ -4142,7 +4164,7 @@ } }, "traits": { - "smithy.api#documentation": "

Important labels including names and route numbers that differentiate the current route from the alternatives presented.

" + "smithy.api#documentation": "

Important labels including names and route numbers that differentiate the current route\n from the alternatives presented.

" } }, "com.amazonaws.georoutes#RouteMajorRoadLabelList": { @@ -4167,20 +4189,20 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.

\n

\n Unit: meters\n

" + "smithy.api#documentation": "

If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint\n will be snapped to the highway/bridge/tunnel/sliproad.

\n

\n Unit: meters\n

" } }, "Radius": { "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

" + "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The\n roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

" } }, "Strategy": { "target": "com.amazonaws.georoutes#MatchingStrategy", "traits": { - "smithy.api#documentation": "

Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.

" + "smithy.api#documentation": "

Strategy that defines matching of the position onto the road network. MatchAny considers\n all roads possible, whereas MatchMostSignificantRoad matches to the most significant\n road.

" } } }, @@ -4200,13 +4222,13 @@ "Hot": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Allow Hot (High Occupancy Toll) lanes while calculating the route.

" + "smithy.api#documentation": "

Allow Hot (High Occupancy Toll) lanes while calculating the route.

\n

Default value: false\n

" } }, "Hov": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Allow Hov (High Occupancy vehicle) lanes while calculating the route.

" + "smithy.api#documentation": "

Allow Hov (High Occupancy vehicle) lanes while calculating the route.

\n

Default value: false\n

" } } }, @@ -4350,7 +4372,7 @@ "TruckRoadTypes": { "target": "com.amazonaws.georoutes#TruckRoadTypeList", "traits": { - "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to Sweden. \n A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" + "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to\n Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" } }, "Tunnels": { @@ -4373,7 +4395,7 @@ } }, "traits": { - "smithy.api#documentation": "

Options related to the route matrix.

" + "smithy.api#documentation": "

Specifies options for areas to avoid when calculating the route. This is a best-effort\n avoidance setting, meaning the router will try to honor the avoidance preferences but may\n still include restricted areas if no feasible alternative route exists. If avoidance\n options are not followed, the response will indicate that the avoidance criteria were\n violated.

" } }, "com.amazonaws.georoutes#RouteMatrixAvoidanceZoneCategory": { @@ -4414,12 +4436,12 @@ "Unbounded": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

No restrictions in terms of a routing boundary, and is typically used for longer routes.

" + "smithy.api#documentation": "

No restrictions in terms of a routing boundary, and is typically used for longer\n routes.

" } } }, "traits": { - "smithy.api#documentation": "

Boundary within which the matrix is to be calculated. All data, origins and destinations outside the boundary are considered invalid.

" + "smithy.api#documentation": "

Boundary within which the matrix is to be calculated. All data, origins and destinations\n outside the boundary are considered invalid.

" } }, "com.amazonaws.georoutes#RouteMatrixBoundaryGeometry": { @@ -4434,7 +4456,7 @@ "Circle": { "target": "com.amazonaws.georoutes#Circle", "traits": { - "smithy.api#documentation": "

Geometry defined as a circle. When request routing boundary was set as AutoCircle, the response routing boundary will return Circle derived from the AutoCircle settings.

" + "smithy.api#documentation": "

Geometry defined as a circle. When request routing boundary was set as\n AutoCircle, the response routing boundary will return Circle\n derived from the AutoCircle settings.

" } }, "BoundingBox": { @@ -4490,7 +4512,7 @@ } }, "traits": { - "smithy.api#documentation": "

Options related to the car.

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Car.

" } }, "com.amazonaws.georoutes#RouteMatrixDestination": { @@ -4527,7 +4549,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.

", + "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in\n moving vehicles who may not have sufficient time to make an action at an origin or a\n destination.

", "smithy.api#range": { "min": 0 } @@ -4584,7 +4606,7 @@ } }, "traits": { - "smithy.api#documentation": "

The calculated route matrix containing the results for all pairs of Origins to Destination positions. Each row corresponds to one entry in Origins. Each entry in the row corresponds to the route from that entry in Origins to an entry in Destination positions.

" + "smithy.api#documentation": "

The calculated route matrix containing the results for all pairs of Origins to\n Destination positions. Each row corresponds to one entry in Origins. Each entry in the row\n corresponds to the route from that entry in Origins to an entry in Destination\n positions.

" } }, "com.amazonaws.georoutes#RouteMatrixErrorCode": { @@ -4636,13 +4658,13 @@ "Countries": { "target": "com.amazonaws.georoutes#CountryCodeList", "traits": { - "smithy.api#documentation": "

List of countries to be avoided defined by two-letter or three-letter country codes.

", + "smithy.api#documentation": "

List of countries to be avoided defined by two-letter or three-letter country\n codes.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

Exclusion options.

" + "smithy.api#documentation": "

Specifies strict exclusion options for the route calculation. This setting mandates that\n the router will avoid any routes that include the specified options, rather than merely\n attempting to minimize them.

" } }, "com.amazonaws.georoutes#RouteMatrixHazardousCargoType": { @@ -4721,7 +4743,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.

\n

\n Unit: meters\n

", + "smithy.api#documentation": "

If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint\n will be snapped to the highway/bridge/tunnel/sliproad.

\n

\n Unit: meters\n

", "smithy.api#range": { "min": 0 } @@ -4731,13 +4753,13 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

" + "smithy.api#documentation": "

Considers all roads within the provided radius to match the provided destination to. The\n roads that are considered are determined by the provided Strategy.

\n

\n Unit: Meters\n

" } }, "Strategy": { "target": "com.amazonaws.georoutes#MatchingStrategy", "traits": { - "smithy.api#documentation": "

Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.

" + "smithy.api#documentation": "

Strategy that defines matching of the position onto the road network. MatchAny considers\n all roads possible, whereas MatchMostSignificantRoad matches to the most significant\n road.

" } } }, @@ -4779,7 +4801,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.

", + "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in\n moving vehicles who may not have sufficient time to make an action at an origin or a\n destination.

", "smithy.api#range": { "min": 0 } @@ -4847,7 +4869,7 @@ } }, "traits": { - "smithy.api#documentation": "

Travel mode options when the provided travel mode is \"Scooter\"

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Scooter\n

" } }, "com.amazonaws.georoutes#RouteMatrixSideOfStreetOptions": { @@ -4863,7 +4885,7 @@ "UseWith": { "target": "com.amazonaws.georoutes#SideOfStreetMatchingStrategy", "traits": { - "smithy.api#documentation": "

Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.

\n

Default Value: DividedStreetOnly\n

" + "smithy.api#documentation": "

Strategy that defines when the side of street position should be used. AnyStreet will\n always use the provided position.

\n

Default Value: DividedStreetOnly\n

" } } }, @@ -4878,7 +4900,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Duration for which flow traffic is considered valid. \n For this period, the flow traffic is used over historical traffic data. \n Flow traffic refers to congestion, which changes very quickly. \n Duration in seconds for which flow traffic event would be considered valid. \n While flow traffic event is valid it will be used over the historical traffic data.

" + "smithy.api#documentation": "

Duration for which flow traffic is considered valid. For this period, the flow traffic\n is used over historical traffic data. Flow traffic refers to congestion, which changes very\n quickly. Duration in seconds for which flow traffic event would be considered valid. While\n flow traffic event is valid it will be used over the historical traffic data.

" } }, "Usage": { @@ -4945,7 +4967,7 @@ "Scooter": { "target": "com.amazonaws.georoutes#RouteMatrixScooterOptions", "traits": { - "smithy.api#documentation": "

Travel mode options when the provided travel mode is \"Scooter\"

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Scooter\n

\n \n

When travel mode is set to Scooter, then the avoidance option\n ControlledAccessHighways defaults to true.

\n
" } }, "Truck": { @@ -5064,20 +5086,20 @@ "TunnelRestrictionCode": { "target": "com.amazonaws.georoutes#TunnelRestrictionCode", "traits": { - "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. \n They relate to the types of dangerous goods that can be transported through them.

\n " + "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels\n in Great Britain. They relate to the types of dangerous goods that can be transported\n through them.

\n " } }, "WeightPerAxle": { "target": "com.amazonaws.georoutes#WeightKilograms", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished.

\n

\n Unit: Kilograms\n

" + "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for\n usage in countries where the differences in axle types or axle groups are not\n distinguished.

\n

\n Unit: Kilograms\n

" } }, "WeightPerAxleGroup": { "target": "com.amazonaws.georoutes#WeightPerAxleGroup", "traits": { - "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries that have different regulations based on the axle group type.

" + "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries\n that have different regulations based on the axle group type.

" } }, "Width": { @@ -5233,7 +5255,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.

", + "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in\n moving vehicles who may not have sufficient time to make an action at an origin or a\n destination.

", "smithy.api#range": { "max": 2000 } @@ -5320,7 +5342,7 @@ } }, "traits": { - "smithy.api#documentation": "

If the waypoint should be treated as a stop. If yes, the route is split up into different legs around the stop.

" + "smithy.api#documentation": "

If the waypoint should be treated as a stop. If yes, the route is split up into\n different legs around the stop.

" } }, "com.amazonaws.georoutes#RoutePassThroughWaypointList": { @@ -5391,14 +5413,14 @@ "Notices": { "target": "com.amazonaws.georoutes#RoutePedestrianNoticeList", "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

", + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

", "smithy.api#required": {} } }, "PassThroughWaypoints": { "target": "com.amazonaws.georoutes#RoutePassThroughWaypointList", "traits": { - "smithy.api#documentation": "

Waypoints that were passed through during the leg. This includes the waypoints that were configured with the PassThrough option.

", + "smithy.api#documentation": "

Waypoints that were passed through during the leg. This includes the waypoints that were\n configured with the PassThrough option.

", "smithy.api#required": {} } }, @@ -5440,12 +5462,12 @@ "Impact": { "target": "com.amazonaws.georoutes#RouteNoticeImpact", "traits": { - "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.

" + "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High\n impact notices must be evaluated further to determine the impact.

" } } }, "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

" + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

" } }, "com.amazonaws.georoutes#RoutePedestrianNoticeCode": { @@ -5586,14 +5608,14 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Distance of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

" + "smithy.api#documentation": "

Distance of the computed span. This feature doesn't split a span, but is always computed\n on a span split by other properties.

" } }, "Duration": { "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Duration of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Duration of the computed span. This feature doesn't split a span, but is always computed\n on a span split by other properties.

\n

\n Unit: seconds\n

" } }, "DynamicSpeed": { @@ -5624,7 +5646,7 @@ "Incidents": { "target": "com.amazonaws.georoutes#IndexList", "traits": { - "smithy.api#documentation": "

Incidents corresponding to the span. These index into the Incidents in the parent Leg.

" + "smithy.api#documentation": "

Incidents corresponding to the span. These index into the Incidents in the parent\n Leg.

" } }, "Names": { @@ -5642,7 +5664,7 @@ "Region": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

2-3 letter Region code corresponding to the Span. This is either a province or a state.

", + "smithy.api#documentation": "

2-3 letter Region code corresponding to the Span. This is either a province or a\n state.

", "smithy.api#length": { "min": 0, "max": 3 @@ -5691,18 +5713,18 @@ "Overview": { "target": "com.amazonaws.georoutes#RoutePedestrianOverviewSummary", "traits": { - "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel steps.

" + "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel\n steps.

" } }, "TravelOnly": { "target": "com.amazonaws.georoutes#RoutePedestrianTravelOnlySummary", "traits": { - "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is in meters

" + "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel\n only portion of the journey is in meters

" } } }, "traits": { - "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel steps.

" + "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel\n steps.

" } }, "com.amazonaws.georoutes#RoutePedestrianTravelOnlySummary": { @@ -5805,7 +5827,7 @@ "Signpost": { "target": "com.amazonaws.georoutes#RouteSignpost", "traits": { - "smithy.api#documentation": "

Sign post information of the action, applicable only for TurnByTurn steps. See RouteSignpost for details of sub-attributes.

" + "smithy.api#documentation": "

Sign post information of the action, applicable only for TurnByTurn steps. See\n RouteSignpost for details of sub-attributes.

" } }, "TurnStepDetails": { @@ -5930,12 +5952,12 @@ "Impact": { "target": "com.amazonaws.georoutes#RouteNoticeImpact", "traits": { - "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.

" + "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High\n impact notices must be evaluated further to determine the impact.

" } } }, "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

" + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

" } }, "com.amazonaws.georoutes#RouteResponseNoticeCode": { @@ -6162,7 +6184,7 @@ } }, "traits": { - "smithy.api#documentation": "

Travel mode options when the provided travel mode is \"Scooter\"

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Scooter\n

" } }, "com.amazonaws.georoutes#RouteSideOfStreet": { @@ -6213,7 +6235,7 @@ } }, "traits": { - "smithy.api#documentation": "

Sign post information of the action, applicable only for TurnByTurn steps. See RouteSignpost for details of sub-attributes.

" + "smithy.api#documentation": "

Sign post information of the action, applicable only for TurnByTurn steps. See\n RouteSignpost for details of sub-attributes.

" } }, "com.amazonaws.georoutes#RouteSignpostLabel": { @@ -6688,7 +6710,7 @@ } }, "traits": { - "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is the same as the Distance within the Overview summary.

" + "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel\n only portion of the journey is the same as the Distance within the Overview summary.

" } }, "com.amazonaws.georoutes#RouteToll": { @@ -6723,7 +6745,7 @@ } }, "traits": { - "smithy.api#documentation": "

Provides details about toll information along a route, including the payment sites, applicable toll rates, toll systems, and the country associated with the toll collection.

" + "smithy.api#documentation": "

Provides details about toll information along a route, including the payment sites,\n applicable toll rates, toll systems, and the country associated with the toll\n collection.

" } }, "com.amazonaws.georoutes#RouteTollList": { @@ -6744,19 +6766,19 @@ "AllVignettes": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

Specifies if the user has valid vignettes with access for all toll roads. If a user has a vignette for a toll road, then toll cost for that road is omitted since no further payment is necessary.

" + "smithy.api#documentation": "

Specifies if the user has valid vignettes with access for all toll roads. If a user has\n a vignette for a toll road, then toll cost for that road is omitted since no further\n payment is necessary.

" } }, "Currency": { "target": "com.amazonaws.georoutes#CurrencyCode", "traits": { - "smithy.api#documentation": "

Currency code corresponding to the price. This is the same as Currency specified in the request.

" + "smithy.api#documentation": "

Currency code corresponding to the price. This is the same as Currency specified in the\n request.

" } }, "EmissionType": { "target": "com.amazonaws.georoutes#RouteEmissionType", "traits": { - "smithy.api#documentation": "

Emission type of the vehicle for toll cost calculation.

\n

\n Valid values: Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev\n

" + "smithy.api#documentation": "

Emission type of the vehicle for toll cost calculation.

\n

\n Valid values: Euro1, Euro2, Euro3, Euro4, Euro5,\n Euro6, EuroEev\n

" } }, "VehicleCategory": { @@ -6949,7 +6971,7 @@ "Currency": { "target": "com.amazonaws.georoutes#CurrencyCode", "traits": { - "smithy.api#documentation": "

Currency code corresponding to the price. This is the same as Currency specified in the request.

", + "smithy.api#documentation": "

Currency code corresponding to the price. This is the same as Currency specified in the\n request.

", "smithy.api#required": {} } }, @@ -6970,7 +6992,7 @@ "Range": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

If the price is a range or an exact value. If any of the toll fares making up the route is a range, the overall price is also a range.

", + "smithy.api#documentation": "

If the price is a range or an exact value. If any of the toll fares making up the route\n is a range, the overall price is also a range.

", "smithy.api#required": {} } }, @@ -7001,7 +7023,7 @@ "Currency": { "target": "com.amazonaws.georoutes#CurrencyCode", "traits": { - "smithy.api#documentation": "

Currency code corresponding to the price. This is the same as Currency specified in the request.

", + "smithy.api#documentation": "

Currency code corresponding to the price. This is the same as Currency specified in the\n request.

", "smithy.api#required": {} } }, @@ -7015,7 +7037,7 @@ "Range": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

If the price is a range or an exact value. If any of the toll fares making up the route is a range, the overall price is also a range.

", + "smithy.api#documentation": "

If the price is a range or an exact value. If any of the toll fares making up the route\n is a range, the overall price is also a range.

", "smithy.api#required": {} } }, @@ -7187,7 +7209,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Duration for which flow \n traffic is considered valid. \n For this period, the flow traffic is used over historical traffic data. \n Flow traffic refers to congestion, which changes very quickly. \n Duration in seconds for which flow traffic event would be considered valid. \n While flow traffic event is valid it will be used over the historical traffic data.

" + "smithy.api#documentation": "

Duration for which flow traffic is considered valid. For this period, the flow traffic\n is used over historical traffic data. Flow traffic refers to congestion, which changes very\n quickly. Duration in seconds for which flow traffic event would be considered valid. While\n flow traffic event is valid it will be used over the historical traffic data.

" } }, "Usage": { @@ -7291,7 +7313,7 @@ "Scooter": { "target": "com.amazonaws.georoutes#RouteScooterOptions", "traits": { - "smithy.api#documentation": "

Travel mode options when the provided travel mode is \"Scooter\"

" + "smithy.api#documentation": "

Travel mode options when the provided travel mode is Scooter\n

\n \n

When travel mode is set to Scooter, then the avoidance option\n ControlledAccessHighways defaults to true.

\n
" } }, "Truck": { @@ -7453,7 +7475,7 @@ "TunnelRestrictionCode": { "target": "com.amazonaws.georoutes#TunnelRestrictionCode", "traits": { - "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. \n They relate to the types of dangerous goods that can be transported through them.

\n ", + "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels\n in Great Britain. They relate to the types of dangerous goods that can be transported\n through them.

\n ", "smithy.api#length": { "max": 20 } @@ -7463,13 +7485,13 @@ "target": "com.amazonaws.georoutes#WeightKilograms", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished.

\n

\n Unit: Kilograms\n

" + "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for\n usage in countries where the differences in axle types or axle groups are not\n distinguished.

\n

\n Unit: Kilograms\n

" } }, "WeightPerAxleGroup": { "target": "com.amazonaws.georoutes#WeightPerAxleGroup", "traits": { - "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries that have different regulations based on the axle group type.

\n

\n Unit: Kilograms\n

" + "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries\n that have different regulations based on the axle group type.

\n

\n Unit: Kilograms\n

" } }, "Width": { @@ -7654,7 +7676,7 @@ "Severity": { "target": "com.amazonaws.georoutes#RouteVehicleIncidentSeverity", "traits": { - "smithy.api#documentation": "

Severity of the incident\nCritical - The part of the route the incident affects is unusable.\nMajor- Major impact on the leg duration, for example stop and go\nMinor- Minor impact on the leg duration, for example traffic jam\nLow - Low on duration, for example slightly increased traffic

" + "smithy.api#documentation": "

Severity of the incident Critical - The part of the route the incident affects is\n unusable. Major- Major impact on the leg duration, for example stop and go Minor- Minor\n impact on the leg duration, for example traffic jam Low - Low on duration, for example\n slightly increased traffic

" } }, "StartTime": { @@ -7781,14 +7803,14 @@ "Notices": { "target": "com.amazonaws.georoutes#RouteVehicleNoticeList", "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

", + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

", "smithy.api#required": {} } }, "PassThroughWaypoints": { "target": "com.amazonaws.georoutes#RoutePassThroughWaypointList", "traits": { - "smithy.api#documentation": "

Waypoints that were passed through during the leg. This includes the waypoints that were configured with the PassThrough option.

", + "smithy.api#documentation": "

Waypoints that were passed through during the leg. This includes the waypoints that were\n configured with the PassThrough option.

", "smithy.api#required": {} } }, @@ -7829,7 +7851,7 @@ "TruckRoadTypes": { "target": "com.amazonaws.georoutes#TruckRoadTypeList", "traits": { - "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to Sweden. \n A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
", + "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to\n Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
", "smithy.api#required": {} } }, @@ -7883,12 +7905,12 @@ "Impact": { "target": "com.amazonaws.georoutes#RouteNoticeImpact", "traits": { - "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.

" + "smithy.api#documentation": "

Impact corresponding to the issue. While Low impact notices can be safely ignored, High\n impact notices must be evaluated further to determine the impact.

" } } }, "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

" + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

" } }, "com.amazonaws.georoutes#RouteVehicleNoticeCode": { @@ -8045,7 +8067,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Total duration in free flowing traffic, which is the best case or shortest duration\n possible to cover the leg.

\n

\n Unit: seconds\n

" } }, "Distance": { @@ -8144,14 +8166,14 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Distance of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

" + "smithy.api#documentation": "

Distance of the computed span. This feature doesn't split a span, but is always computed\n on a span split by other properties.

" } }, "Duration": { "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Duration of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Duration of the computed span. This feature doesn't split a span, but is always computed\n on a span split by other properties.

\n

\n Unit: seconds\n

" } }, "DynamicSpeed": { @@ -8173,7 +8195,7 @@ "Gate": { "target": "com.amazonaws.georoutes#RouteSpanGateAttribute", "traits": { - "smithy.api#documentation": "

Attributes corresponding to a gate. The gate is present at the end of the returned span.

" + "smithy.api#documentation": "

Attributes corresponding to a gate. The gate is present at the end of the returned\n span.

" } }, "GeometryOffset": { @@ -8188,7 +8210,7 @@ "Incidents": { "target": "com.amazonaws.georoutes#IndexList", "traits": { - "smithy.api#documentation": "

Incidents corresponding to the span. These index into the Incidents in the parent Leg.

" + "smithy.api#documentation": "

Incidents corresponding to the span. These index into the Incidents in the parent\n Leg.

" } }, "Names": { @@ -8200,19 +8222,19 @@ "Notices": { "target": "com.amazonaws.georoutes#IndexList", "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

" + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

" } }, "RailwayCrossing": { "target": "com.amazonaws.georoutes#RouteSpanRailwayCrossingAttribute", "traits": { - "smithy.api#documentation": "

Attributes corresponding to a railway crossing. The gate is present at the end of the returned span.

" + "smithy.api#documentation": "

Attributes corresponding to a railway crossing. The gate is present at the end of the\n returned span.

" } }, "Region": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

2-3 letter Region code corresponding to the Span. This is either a province or a state.

", + "smithy.api#documentation": "

2-3 letter Region code corresponding to the Span. This is either a province or a\n state.

", "smithy.api#length": { "min": 0, "max": 3 @@ -8258,7 +8280,7 @@ "TruckRoadTypes": { "target": "com.amazonaws.georoutes#IndexList", "traits": { - "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to Sweden. \n A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" + "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to\n Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" } }, "TypicalDuration": { @@ -8291,13 +8313,13 @@ "Overview": { "target": "com.amazonaws.georoutes#RouteVehicleOverviewSummary", "traits": { - "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel steps.

" + "smithy.api#documentation": "

Summarized details for the leg including before travel, travel and after travel\n steps.

" } }, "TravelOnly": { "target": "com.amazonaws.georoutes#RouteVehicleTravelOnlySummary", "traits": { - "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is in meters

" + "smithy.api#documentation": "

Summarized details for the leg including travel steps only. The Distance for the travel\n only portion of the journey is in meters

" } } }, @@ -8312,7 +8334,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Total duration in free flowing traffic, which is the best case or shortest duration\n possible to cover the leg.

\n

\n Unit: seconds\n

" } }, "Duration": { @@ -8443,7 +8465,7 @@ "Signpost": { "target": "com.amazonaws.georoutes#RouteSignpost", "traits": { - "smithy.api#documentation": "

Sign post information of the action, applicable only for TurnByTurn steps. See RouteSignpost for details of sub-attributes.

" + "smithy.api#documentation": "

Sign post information of the action, applicable only for TurnByTurn steps. See\n RouteSignpost for details of sub-attributes.

" } }, "TurnStepDetails": { @@ -8541,7 +8563,7 @@ "AllHazardsRestricted": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

This restriction applies to truck cargo, where the resulting route excludes roads on which hazardous materials are prohibited from being transported.

" + "smithy.api#documentation": "

This restriction applies to truck cargo, where the resulting route excludes roads on\n which hazardous materials are prohibited from being transported.

" } }, "AxleCount": { @@ -8644,7 +8666,7 @@ "TruckRoadType": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to Sweden. \n A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" + "smithy.api#documentation": "

Truck road type identifiers. BK1 through BK4 apply only to\n Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

\n \n

There are currently no other supported values as of 26th April 2024.

\n
" } }, "TruckType": { @@ -8656,12 +8678,12 @@ "TunnelRestrictionCode": { "target": "com.amazonaws.georoutes#TunnelRestrictionCode", "traits": { - "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. \n They relate to the types of dangerous goods that can be transported through them.

\n " + "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels\n in Great Britain. They relate to the types of dangerous goods that can be transported\n through them.

\n " } } }, "traits": { - "smithy.api#documentation": "

This property contains a \n summary of violated constraints.

" + "smithy.api#documentation": "

This property contains a summary of violated constraints.

" } }, "com.amazonaws.georoutes#RouteWaypoint": { @@ -8671,7 +8693,7 @@ "target": "com.amazonaws.georoutes#DistanceMeters", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.

", + "smithy.api#documentation": "

Avoids actions for the provided distance. This is typically to consider for users in\n moving vehicles who may not have sufficient time to make an action at an origin or a\n destination.

", "smithy.api#range": { "max": 2000 } @@ -8699,7 +8721,7 @@ "PassThrough": { "target": "smithy.api#Boolean", "traits": { - "smithy.api#documentation": "

If the waypoint should not be treated as a stop. If yes, the waypoint is passed through and doesn't split the route into different legs.

" + "smithy.api#documentation": "

If the waypoint should not be treated as a stop. If yes, the waypoint is passed through\n and doesn't split the route into different legs.

" } }, "Position": { @@ -8889,7 +8911,7 @@ "content-type" ] }, - "smithy.api#documentation": "

With the Amazon Location Routes API you can calculate\n routes and estimate travel time based on up-to-date road network and live \n traffic information.

\n

Calculate optimal travel routes and estimate travel times using up-to-date road network and traffic data. Key features include:

\n ", + "smithy.api#documentation": "

With the Amazon Location Routes API you can calculate routes and estimate travel time\n based on up-to-date road network and live traffic information.

\n

Calculate optimal travel routes and estimate travel times using up-to-date road network\n and traffic data. Key features include:

\n ", "smithy.api#title": "Amazon Location Service Routes V2", "smithy.rules#endpointRuleSet": { "version": "1.0", @@ -10033,7 +10055,7 @@ ], "traits": { "aws.api#dataPlane": {}, - "smithy.api#documentation": "

The SnapToRoads action matches GPS trace to roads most likely traveled on.

", + "smithy.api#documentation": "

\n SnapToRoads matches GPS trace to roads most likely traveled on.

", "smithy.api#http": { "uri": "/snap-to-roads", "method": "POST" @@ -10110,7 +10132,7 @@ "TravelMode": { "target": "com.amazonaws.georoutes#RoadSnapTravelMode", "traits": { - "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. \n Used in estimating the speed of travel and road compatibility.

\n

Default Value: Car\n

" + "smithy.api#documentation": "

Specifies the mode of transport when calculating a route. Used in estimating the speed\n of travel and road compatibility.

\n

Default Value: Car\n

" } }, "TravelModeOptions": { @@ -10130,7 +10152,7 @@ "Notices": { "target": "com.amazonaws.georoutes#RoadSnapNoticeList", "traits": { - "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during route calculation.

", + "smithy.api#documentation": "

Notices are additional information returned that indicate issues that occurred during\n route calculation.

", "smithy.api#required": {} } }, @@ -10334,7 +10356,7 @@ } }, "traits": { - "smithy.api#documentation": "

The input fails to satisfy the constraints specified by the Amazon Location service.

" + "smithy.api#documentation": "

The input fails to satisfy the constraints specified by the Amazon Location\n service.

" } }, "com.amazonaws.georoutes#ValidationExceptionFieldList": { @@ -10530,7 +10552,43 @@ } }, "traits": { - "smithy.api#documentation": "

Options for WaypointOptimizationAvoidance.

" + "smithy.api#documentation": "

Specifies options for areas to avoid. This is a best-effort avoidance setting, meaning\n the router will try to honor the avoidance preferences but may still include restricted\n areas if no feasible alternative route exists. If avoidance options are not followed, the\n response will indicate that the avoidance criteria were violated.

" + } + }, + "com.amazonaws.georoutes#WaypointOptimizationClusteringAlgorithm": { + "type": "string", + "traits": { + "smithy.api#enum": [ + { + "name": "DRIVING_DISTANCE", + "value": "DrivingDistance" + }, + { + "name": "TOPOLOGY_SEGMENT", + "value": "TopologySegment" + } + ] + } + }, + "com.amazonaws.georoutes#WaypointOptimizationClusteringOptions": { + "type": "structure", + "members": { + "Algorithm": { + "target": "com.amazonaws.georoutes#WaypointOptimizationClusteringAlgorithm", + "traits": { + "smithy.api#documentation": "

The algorithm to be used. DrivingDistance assigns all the waypoints that\n are within driving distance of each other into a single cluster.\n TopologySegment assigns all the waypoints that are within the same topology\n segment into a single cluster. A Topology segment is a linear stretch of road between two\n junctions.

", + "smithy.api#required": {} + } + }, + "DrivingDistanceOptions": { + "target": "com.amazonaws.georoutes#WaypointOptimizationDrivingDistanceOptions", + "traits": { + "smithy.api#documentation": "

Driving distance options to be used when the clustering algorithm is\n DrivingDistance.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Options for WaypointOptimizationClustering.

" } }, "com.amazonaws.georoutes#WaypointOptimizationConnection": { @@ -10584,7 +10642,7 @@ } }, "traits": { - "smithy.api#documentation": "

This contains information such as distance and duration from one waypoint to the next waypoint in the sequence.

" + "smithy.api#documentation": "

This contains information such as distance and duration from one waypoint to the next\n waypoint in the sequence.

" } }, "com.amazonaws.georoutes#WaypointOptimizationConnectionList": { @@ -10656,7 +10714,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Service time spent at the destination. At an appointment, the service time should be the appointment duration.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Service time spent at the destination. At an appointment, the service time should be the\n appointment duration.

\n

\n Unit: seconds\n

" } }, "SideOfStreet": { @@ -10676,7 +10734,7 @@ "RestCycles": { "target": "com.amazonaws.georoutes#WaypointOptimizationRestCycles", "traits": { - "smithy.api#documentation": "

Driver work-rest schedules defined by a short and long cycle. A rest needs to be taken after the short work duration. The short cycle can be repeated until you hit the long work duration, at which point the long rest duration should be taken before restarting.

" + "smithy.api#documentation": "

Driver work-rest schedules defined by a short and long cycle. A rest needs to be taken\n after the short work duration. The short cycle can be repeated until you hit the long work\n duration, at which point the long rest duration should be taken before restarting.

" } }, "RestProfile": { @@ -10688,7 +10746,7 @@ "TreatServiceTimeAs": { "target": "com.amazonaws.georoutes#WaypointOptimizationServiceTimeTreatment", "traits": { - "smithy.api#documentation": "

If the service time provided at a waypoint/destination should be considered as rest or work. This contributes to the total time breakdown returned within the response.

" + "smithy.api#documentation": "

If the service time provided at a waypoint/destination should be considered as rest or\n work. This contributes to the total time breakdown returned within the response.

" } } }, @@ -10696,19 +10754,35 @@ "smithy.api#documentation": "

Driver related options.

" } }, + "com.amazonaws.georoutes#WaypointOptimizationDrivingDistanceOptions": { + "type": "structure", + "members": { + "DrivingDistance": { + "target": "com.amazonaws.georoutes#DistanceMeters", + "traits": { + "smithy.api#default": 0, + "smithy.api#documentation": "

DrivingDistance assigns all the waypoints that are within driving distance of each other\n into a single cluster.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Driving distance related options.

" + } + }, "com.amazonaws.georoutes#WaypointOptimizationExclusionOptions": { "type": "structure", "members": { "Countries": { "target": "com.amazonaws.georoutes#CountryCodeList", "traits": { - "smithy.api#documentation": "

List of countries to be avoided defined by two-letter or three-letter country codes.

", + "smithy.api#documentation": "

List of countries to be avoided defined by two-letter or three-letter country\n codes.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

Exclusion options.

" + "smithy.api#documentation": "

Specifies strict exclusion options for the route calculation. This setting mandates that\n the router will avoid any routes that include the specified options, rather than merely\n attempting to minimize them.

" } }, "com.amazonaws.georoutes#WaypointOptimizationFailedConstraint": { @@ -10841,6 +10915,12 @@ "smithy.api#documentation": "

Estimated time of arrival at the destination.

\n

Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm\n

\n

Examples:

\n

\n 2020-04-22T17:57:24Z\n

\n

\n 2020-04-22T17:57:24+02:00\n

" } }, + "ClusterIndex": { + "target": "com.amazonaws.georoutes#ClusterIndex", + "traits": { + "smithy.api#documentation": "

Index of the cluster the waypoint is associated with. The index is included in the response only if clustering was performed while processing the request.

" + } + }, "DepartureTime": { "target": "com.amazonaws.georoutes#TimestampWithTimezoneOffset", "traits": { @@ -10884,7 +10964,7 @@ } }, "traits": { - "smithy.api#documentation": "

Options related to the origin.

" + "smithy.api#documentation": "

Origin related options.

" } }, "com.amazonaws.georoutes#WaypointOptimizationPedestrianOptions": { @@ -10927,7 +11007,7 @@ } }, "traits": { - "smithy.api#documentation": "

Driver work-rest schedules defined by a short and long cycle. A rest needs to be taken after the short work duration. The short cycle can be repeated until you hit the long work duration, at which point the long rest duration should be taken before restarting.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Driver work-rest schedules defined by a short and long cycle. A rest needs to be taken\n after the short work duration. The short cycle can be repeated until you hit the long work\n duration, at which point the long rest duration should be taken before restarting.

\n

\n Unit: seconds\n

" } }, "com.amazonaws.georoutes#WaypointOptimizationRestCycles": { @@ -11014,7 +11094,7 @@ "UseWith": { "target": "com.amazonaws.georoutes#SideOfStreetMatchingStrategy", "traits": { - "smithy.api#documentation": "

Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.

\n

Default Value: DividedStreetOnly\n

" + "smithy.api#documentation": "

Strategy that defines when the side of street position should be used. AnyStreet will\n always use the provided position.

\n

Default Value: DividedStreetOnly\n

" } } }, @@ -11037,7 +11117,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Service time spent at the destination. At an appointment, the service time should be the appointment duration.

\n

\n Unit: seconds\n

", + "smithy.api#documentation": "

Service time spent at the destination. At an appointment, the service time should be the\n appointment duration.

\n

\n Unit: seconds\n

", "smithy.api#required": {} } }, @@ -11190,14 +11270,14 @@ "TunnelRestrictionCode": { "target": "com.amazonaws.georoutes#TunnelRestrictionCode", "traits": { - "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. \n They relate to the types of dangerous goods that can be transported through them.

\n " + "smithy.api#documentation": "

The tunnel restriction code.

\n

Tunnel categories in this list indicate the restrictions which apply to certain tunnels\n in Great Britain. They relate to the types of dangerous goods that can be transported\n through them.

\n " } }, "WeightPerAxle": { "target": "com.amazonaws.georoutes#WeightKilograms", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished.

\n

\n Unit: Kilograms\n

" + "smithy.api#documentation": "

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for\n usage in countries where the differences in axle types or axle groups are not\n distinguished.

\n

\n Unit: Kilograms\n

" } }, "Width": { @@ -11276,7 +11356,7 @@ "target": "com.amazonaws.georoutes#DurationSeconds", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

Service time spent at the waypoint. At an appointment, the service time should be the appointment duration.

\n

\n Unit: seconds\n

" + "smithy.api#documentation": "

Service time spent at the waypoint. At an appointment, the service time should be the\n appointment duration.

\n

\n Unit: seconds\n

" } }, "SideOfStreet": { @@ -11346,7 +11426,7 @@ } }, "traits": { - "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries that have different regulations based on the axle group type.

\n

\n Unit: Kilograms\n

" + "smithy.api#documentation": "

Specifies the total weight for the specified axle group. Meant for usage in countries\n that have different regulations based on the axle group type.

\n

\n Unit: Kilograms\n

" } } } diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json index 0924f5cd5bd..e147a7292aa 100644 --- a/codegen/sdk-codegen/aws-models/rds.json +++ b/codegen/sdk-codegen/aws-models/rds.json @@ -4366,7 +4366,7 @@ "EnableCloudwatchLogsExports": { "target": "com.amazonaws.rds#LogTypeList", "traits": { - "smithy.api#documentation": "

The list of log types that need to be enabled for exporting to CloudWatch Logs.

\n

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

\n

The following values are valid for each DB engine:

\n \n

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

" + "smithy.api#documentation": "

The list of log types that need to be enabled for exporting to CloudWatch Logs.

\n

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

\n

The following values are valid for each DB engine:

\n \n

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

" } }, "EngineMode": { @@ -5304,7 +5304,7 @@ "StorageThroughput": { "target": "com.amazonaws.rds#IntegerOptional", "traits": { - "smithy.api#documentation": "

The storage throughput value for the DB instance.

\n

This setting applies only to the gp3 storage type.

\n

This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.

" + "smithy.api#documentation": "

The storage throughput value, in mebibyte per second (MiBps), for the DB instance.

\n

This setting applies only to the gp3 storage type.

\n

This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.

" } }, "ManageMasterUserPassword": { @@ -7372,7 +7372,7 @@ "CloneGroupId": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

The ID of the clone group with which the DB cluster is associated.

" + "smithy.api#documentation": "

The ID of the clone group with which the DB cluster is associated. For newly created\n clusters, the ID is typically null.

\n

If you clone a DB cluster when the ID is null, the operation populates the ID value\n for the source cluster and the clone because both clusters become part of the same clone\n group. Even if you delete the clone cluster, the clone group ID remains for the lifetime\n of the source cluster to show that it was used in a cloning operation.

\n

For PITR, the clone group ID is inherited from the source cluster. For snapshot\n restore operations, the clone group ID isn't inherited from the source cluster.

" } }, "ClusterCreateTime": { @@ -21781,7 +21781,7 @@ "CloudwatchLogsExportConfiguration": { "target": "com.amazonaws.rds#CloudwatchLogsExportConfiguration", "traits": { - "smithy.api#documentation": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.

\n

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

\n

The following values are valid for each DB engine:

\n \n

For more information about exporting CloudWatch Logs for Amazon RDS, see \n Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

" + "smithy.api#documentation": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.

\n

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

\n

The following values are valid for each DB engine:

\n \n

For more information about exporting CloudWatch Logs for Amazon RDS, see \n Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

" } }, "EngineVersion": { @@ -27138,7 +27138,7 @@ "EnableCloudwatchLogsExports": { "target": "com.amazonaws.rds#LogTypeList", "traits": { - "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values\n in the list depend on the DB engine being used.

\n

\n Aurora MySQL\n

\n

Possible values are audit, error, general, and slowquery.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

" + "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values\n in the list depend on the DB engine being used.

\n

\n Aurora MySQL\n

\n

Possible values are audit, error, general, instance, and slowquery.

\n

\n Aurora PostgreSQL\n

\n

Possible value are instance and postgresql.

\n

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

" } }, "DeletionProtection": { @@ -27443,7 +27443,7 @@ "EnableCloudwatchLogsExports": { "target": "com.amazonaws.rds#LogTypeList", "traits": { - "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.\n The values in the list depend on the DB engine being used.

\n

\n RDS for MySQL\n

\n

Possible values are error, general, and slowquery.

\n

\n RDS for PostgreSQL\n

\n

Possible values are postgresql and upgrade.

\n

\n Aurora MySQL\n

\n

Possible values are audit, error, general, and slowquery.

\n

\n Aurora PostgreSQL\n

\n

Possible value is postgresql.

\n

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

\n

Valid for: Aurora DB clusters and Multi-AZ DB clusters

" + "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.\n The values in the list depend on the DB engine being used.

\n

\n RDS for MySQL\n

\n

Possible values are error, general, and slowquery.

\n

\n RDS for PostgreSQL\n

\n

Possible values are postgresql and upgrade.

\n

\n Aurora MySQL\n

\n

Possible values are audit, error, general, instance, and slowquery.

\n

\n Aurora PostgreSQL\n

\n

Possible value are instance and postgresql.

\n

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

\n

Valid for: Aurora DB clusters and Multi-AZ DB clusters

" } }, "EngineMode": { @@ -27796,7 +27796,7 @@ "EnableCloudwatchLogsExports": { "target": "com.amazonaws.rds#LogTypeList", "traits": { - "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values\n in the list depend on the DB engine being used.

\n

\n RDS for MySQL\n

\n

Possible values are error, general, and slowquery.

\n

\n RDS for PostgreSQL\n

\n

Possible values are postgresql and upgrade.

\n

\n Aurora MySQL\n

\n

Possible values are audit, error, general, and slowquery.

\n

\n Aurora PostgreSQL\n

\n

Possible value is postgresql.

\n

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

\n

Valid for: Aurora DB clusters and Multi-AZ DB clusters

" + "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values\n in the list depend on the DB engine being used.

\n

\n RDS for MySQL\n

\n

Possible values are error, general, and slowquery.

\n

\n RDS for PostgreSQL\n

\n

Possible values are postgresql and upgrade.

\n

\n Aurora MySQL\n

\n

Possible values are audit, error, general, instance, and slowquery.

\n

\n Aurora PostgreSQL\n

\n

Possible value are instance and postgresql.

\n

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

\n

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

\n

Valid for: Aurora DB clusters and Multi-AZ DB clusters

" } }, "DBClusterParameterGroupName": { @@ -30505,7 +30505,7 @@ } ], "traits": { - "smithy.api#documentation": "

Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, \n DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if \n necessary.

\n

For more information, see \n \n Stopping an Amazon RDS DB Instance Temporarily in the \n Amazon RDS User Guide.\n

\n \n

This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.\n For Aurora clusters, use StopDBCluster instead.

\n
", + "smithy.api#documentation": "

Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, \n including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains\n the transaction logs so you can do a point-in-time restore if necessary. The instance restarts automatically \n after 7 days.

\n

For more information, see \n \n Stopping an Amazon RDS DB Instance Temporarily in the \n Amazon RDS User Guide.\n

\n \n

This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.\n For Aurora clusters, use StopDBCluster instead.

\n
", "smithy.api#examples": [ { "title": "To stop a DB instance", diff --git a/codegen/sdk-codegen/aws-models/sagemaker.json b/codegen/sdk-codegen/aws-models/sagemaker.json index e2beec9f869..33f4f466c35 100644 --- a/codegen/sdk-codegen/aws-models/sagemaker.json +++ b/codegen/sdk-codegen/aws-models/sagemaker.json @@ -56915,6 +56915,12 @@ "smithy.api#enumValue": "ml.p5e.48xlarge" } }, + "ML_P5EN_48XLARGE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ml.p5en.48xlarge" + } + }, "ML_M7I_LARGE": { "target": "smithy.api#Unit", "traits": { @@ -60202,7 +60208,7 @@ "SageMakerImageVersionArn": { "target": "com.amazonaws.sagemaker#ImageVersionArn", "traits": { - "smithy.api#documentation": "

The ARN of the image version created on the instance.

" + "smithy.api#documentation": "

The ARN of the image version created on the instance. To clear the value set for SageMakerImageVersionArn, pass None as the value.

" } }, "SageMakerImageVersionAlias": { @@ -60225,7 +60231,7 @@ } }, "traits": { - "smithy.api#documentation": "

Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that\n the version runs on.

" + "smithy.api#documentation": "

Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that\n the version runs on.

\n \n

When both SageMakerImageVersionArn and SageMakerImageArn are passed, SageMakerImageVersionArn is used. Any updates to SageMakerImageArn will not take effect if SageMakerImageVersionArn already exists in the ResourceSpec because SageMakerImageVersionArn always takes precedence. To clear the value set for SageMakerImageVersionArn, pass None as the value.

\n
" } }, "com.amazonaws.sagemaker#ResourceType": {