diff --git a/codegen/sdk-codegen/aws-models/ec2.json b/codegen/sdk-codegen/aws-models/ec2.json index 3c1d4e15c54..cb607556482 100644 --- a/codegen/sdk-codegen/aws-models/ec2.json +++ b/codegen/sdk-codegen/aws-models/ec2.json @@ -48937,6 +48937,18 @@ { "value": "delete-failed", "name": "delete_failed" + }, + { + "value": "isolate-in-progress", + "name": "isolate_in_progress" + }, + { + "value": "isolate-complete", + "name": "isolate_complete" + }, + { + "value": "restore-in-progress", + "name": "restore_in_progress" } ] } @@ -49285,6 +49297,18 @@ { "value": "delete-failed", "name": "delete_failed" + }, + { + "value": "isolate-in-progress", + "name": "isolate_in_progress" + }, + { + "value": "isolate-complete", + "name": "isolate_complete" + }, + { + "value": "restore-in-progress", + "name": "restore_in_progress" } ] } @@ -49352,6 +49376,18 @@ { "value": "delete-failed", "name": "delete_failed" + }, + { + "value": "isolate-in-progress", + "name": "isolate_in_progress" + }, + { + "value": "isolate-complete", + "name": "isolate_complete" + }, + { + "value": "restore-in-progress", + "name": "restore_in_progress" } ] } diff --git a/codegen/sdk-codegen/aws-models/location.json b/codegen/sdk-codegen/aws-models/location.json index 88fa871ae45..dc68736bd0d 100644 --- a/codegen/sdk-codegen/aws-models/location.json +++ b/codegen/sdk-codegen/aws-models/location.json @@ -325,7 +325,7 @@ } ], "traits": { - "smithy.api#documentation": "

Evaluates device positions against the geofence geometries from a given geofence\n collection.

\n

This operation always returns an empty response because geofences are asynchronously\n evaluated. The evaluation determines if the device has entered or exited a geofenced\n area, and then publishes one of the following events to Amazon EventBridge:

\n \n \n

The last geofence that a device was observed within is tracked for 30 days after\n the most recent device position update.

\n
\n \n

Geofence evaluation uses the given device position. It does not account for the \n optional Accuracy of a DevicePositionUpdate.

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

Evaluates device positions against the geofence geometries from a given geofence\n collection.

\n

This operation always returns an empty response because geofences are asynchronously\n evaluated. The evaluation determines if the device has entered or exited a geofenced\n area, and then publishes one of the following events to Amazon EventBridge:

\n \n \n

The last geofence that a device was observed within is tracked for 30 days after\n the most recent device position update.

\n
\n \n

Geofence evaluation uses the given device position. It does not account for the\n optional Accuracy of a DevicePositionUpdate.

\n
\n \n

The DeviceID is used as a string to represent the device. You do not\n need to have a Tracker associated with the DeviceID.

\n
", "smithy.api#endpoint": { "hostPrefix": "geofencing." }, @@ -887,7 +887,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n Calculates a route given the following required parameters:\n DeparturePosition and DestinationPosition. Requires that\n you first create a\n route calculator resource.

\n

By default, a request that doesn't specify a departure time uses the best time of day\n to travel with the best traffic conditions when calculating the route.

\n

Additional options include:

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

\n Calculates a route given the following required parameters:\n DeparturePosition and DestinationPosition. Requires that\n you first create a\n route calculator resource.

\n

By default, a request that doesn't specify a departure time uses the best time of day\n to travel with the best traffic conditions when calculating the route.

\n

Additional options include:

\n ", "smithy.api#endpoint": { "hostPrefix": "routes." }, @@ -944,7 +944,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n Calculates a\n route matrix given the following required parameters:\n DeparturePositions and DestinationPositions.\n CalculateRouteMatrix calculates routes and returns the travel time and \n travel distance from each departure position to each destination position in the \n request. For example, given departure positions A and B, and destination positions \n X and Y, CalculateRouteMatrix will return time and distance for routes \n from A to X, A to Y, B to X, and B to Y (in that order). The number of results returned \n (and routes calculated) will be the number of DeparturePositions \n times the number of DestinationPositions.

\n \n

Your account is charged for each route calculated, not the number of requests.

\n
\n

Requires that you first create a\n route calculator resource.

\n

By default, a request that doesn't specify a departure time uses the best time of day\n to travel with the best traffic conditions when calculating routes.

\n

Additional options include:

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

\n Calculates a route\n matrix given the following required parameters:\n DeparturePositions and DestinationPositions.\n CalculateRouteMatrix calculates routes and returns the travel time and\n travel distance from each departure position to each destination position in the\n request. For example, given departure positions A and B, and destination positions X and\n Y, CalculateRouteMatrix will return time and distance for routes from A to\n X, A to Y, B to X, and B to Y (in that order). The number of results returned (and\n routes calculated) will be the number of DeparturePositions times the\n number of DestinationPositions.

\n \n

Your account is charged for each route calculated, not the number of\n requests.

\n
\n

Requires that you first create a\n route calculator resource.

\n

By default, a request that doesn't specify a departure time uses the best time of day\n to travel with the best traffic conditions when calculating routes.

\n

Additional options include:

\n ", "smithy.api#endpoint": { "hostPrefix": "routes." }, @@ -961,7 +961,7 @@ "CalculatorName": { "target": "com.amazonaws.location#ResourceName", "traits": { - "smithy.api#documentation": "

The name of the route calculator resource that you want to use to calculate the route matrix.

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

The name of the route calculator resource that you want to use to calculate the route\n matrix.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -969,7 +969,7 @@ "DeparturePositions": { "target": "com.amazonaws.location#PositionList", "traits": { - "smithy.api#documentation": "

The list of departure (origin) positions for the route matrix. An array of points,\n each of which is itself a 2-value array defined in WGS 84 format:\n [longitude, latitude]. For example, [-123.115,\n 49.285].

\n \n

Depending on the data provider selected in the route calculator resource there may be additional\n restrictions on the inputs you can choose. See \n Position restrictions in the Amazon Location Service Developer Guide.

\n
\n \n

For route calculators that use Esri as the data provider, if you specify a \n departure that's not located on a road, Amazon Location moves the position \n to the nearest road. The snapped value is available in the result in \n SnappedDeparturePositions.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

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

The list of departure (origin) positions for the route matrix. An array of points,\n each of which is itself a 2-value array defined in WGS 84 format:\n [longitude, latitude]. For example, [-123.115,\n 49.285].

\n \n

Depending on the data provider selected in the route calculator resource there may\n be additional restrictions on the inputs you can choose. See Position restrictions in the Amazon Location Service Developer\n Guide.

\n
\n \n

For route calculators that use Esri as the data provider, if you specify a\n departure that's not located on a road, Amazon Location moves the\n position to the nearest road. The snapped value is available in the\n result in SnappedDeparturePositions.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

", "smithy.api#length": { "min": 1, "max": 350 @@ -980,7 +980,7 @@ "DestinationPositions": { "target": "com.amazonaws.location#PositionList", "traits": { - "smithy.api#documentation": "

The list of destination positions for the route matrix. An array of points, each of\n which is itself a 2-value array defined in WGS 84 format:\n [longitude, latitude]. For example, [-122.339,\n 47.615]\n

\n \n

Depending on the data provider selected in the route calculator resource there may be additional\n restrictions on the inputs you can choose. See \n Position restrictions in the Amazon Location Service Developer Guide.

\n
\n \n

For route calculators that use Esri as the data provider, if you specify a \n destination that's not located on a road, Amazon Location moves the position \n to the nearest road. The snapped value is available in the result in \n SnappedDestinationPositions.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

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

The list of destination positions for the route matrix. An array of points, each of\n which is itself a 2-value array defined in WGS 84 format:\n [longitude, latitude]. For example, [-122.339,\n 47.615]\n

\n \n

Depending on the data provider selected in the route calculator resource there may\n be additional restrictions on the inputs you can choose. See Position restrictions in the Amazon Location Service Developer\n Guide.

\n
\n \n

For route calculators that use Esri as the data provider, if you specify a\n destination that's not located on a road, Amazon Location moves the\n position to the nearest road. The snapped value is available in the\n result in SnappedDestinationPositions.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

", "smithy.api#length": { "min": 1, "max": 350 @@ -1032,14 +1032,14 @@ "RouteMatrix": { "target": "com.amazonaws.location#RouteMatrix", "traits": { - "smithy.api#documentation": "

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

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

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

", "smithy.api#required": {} } }, "SnappedDeparturePositions": { "target": "com.amazonaws.location#PositionList", "traits": { - "smithy.api#documentation": "

For routes calculated using an Esri route calculator resource, departure positions \n are snapped to the closest road. For Esri route calculator resources, this returns \n the list of departure/origin positions used for calculation of the \n RouteMatrix.

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

For routes calculated using an Esri route calculator resource, departure positions are\n snapped to the closest road. For Esri route calculator resources, this returns the list\n of departure/origin positions used for calculation of the\n RouteMatrix.

", "smithy.api#length": { "min": 1, "max": 350 @@ -1049,7 +1049,7 @@ "SnappedDestinationPositions": { "target": "com.amazonaws.location#PositionList", "traits": { - "smithy.api#documentation": "

The list of destination positions for the route matrix used for calculation of the RouteMatrix.

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

The list of destination positions for the route matrix used for calculation of the\n RouteMatrix.

", "smithy.api#length": { "min": 1, "max": 350 @@ -1059,7 +1059,7 @@ "Summary": { "target": "com.amazonaws.location#CalculateRouteMatrixSummary", "traits": { - "smithy.api#documentation": "

Contains information about the route matrix, DataSource,\n DistanceUnit, RouteCount and ErrorCount.

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

Contains information about the route matrix, DataSource,\n DistanceUnit, RouteCount and\n ErrorCount.

", "smithy.api#required": {} } } @@ -1074,14 +1074,14 @@ "DataSource": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

The data provider of traffic and road network data used to calculate the routes.\n Indicates one of the available providers:

\n \n

For more information about data providers, see Amazon Location Service data providers.

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

The data provider of traffic and road network data used to calculate the routes.\n Indicates one of the available providers:

\n \n

For more information about data providers, see Amazon Location Service data\n providers.

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

The count of cells in the route matrix. Equal to the number of DeparturePositions\n multiplied by the number of DestinationPositions.

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

The count of cells in the route matrix. Equal to the number of\n DeparturePositions multiplied by the number of\n DestinationPositions.

", "smithy.api#range": { "min": 1, "max": 160000 @@ -1092,7 +1092,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": 1, "max": 160000 @@ -1118,7 +1118,7 @@ "CalculatorName": { "target": "com.amazonaws.location#ResourceName", "traits": { - "smithy.api#documentation": "

The name of the route calculator resource that you want to use to calculate the route.

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

The name of the route calculator resource that you want to use to calculate the route.\n

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -1126,21 +1126,21 @@ "DeparturePosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

The start position for the route. Defined in WGS 84 format:\n [longitude, latitude].

\n \n \n

If you specify a departure that's not located on a road, Amazon Location moves the\n position to the nearest road. If Esri is the provider for your route calculator, \n specifying a route that is longer than 400 km returns a 400 RoutesValidationException error.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

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

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

\n \n \n

If you specify a departure that's not located on a road, Amazon Location moves the position\n to the nearest road. If Esri is the provider for your route calculator,\n specifying a route that is longer than 400 km returns a 400\n RoutesValidationException error.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

", "smithy.api#required": {} } }, "DestinationPosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

The finish position for the route. Defined in WGS 84 format:\n [longitude, latitude].

\n \n \n

If you specify a destination that's not located on a road, Amazon Location moves the position to the nearest road.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

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

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

\n \n \n

If you specify a destination that's not located on a road, Amazon Location moves the position\n to the nearest road.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

", "smithy.api#required": {} } }, "WaypointPositions": { "target": "com.amazonaws.location#WaypointPositionList", "traits": { - "smithy.api#documentation": "

Specifies an ordered list of up to 23 intermediate positions to include along a route\n between the departure position and destination position.

\n \n \n

If you specify a waypoint position that's not located on a road, Amazon Location moves the position to the nearest road.

\n

Specifying more than 23 waypoints returns a 400 ValidationException\n error.

\n

If Esri is the provider for your route calculator, specifying a \n route that is longer than 400 km returns a 400 RoutesValidationException error.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

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

Specifies an ordered list of up to 23 intermediate positions to include along a route\n between the departure position and destination position.

\n \n \n

If you specify a waypoint position that's not located on a road, Amazon Location moves the position\n to the nearest road.

\n

Specifying more than 23 waypoints returns a 400 ValidationException\n error.

\n

If Esri is the provider for your route calculator, specifying a route that is\n longer than 400 km returns a 400 RoutesValidationException\n error.

\n
\n

Valid Values: [-180 to 180,-90 to 90]\n

", "smithy.api#length": { "max": 23 } @@ -1196,7 +1196,7 @@ "Legs": { "target": "com.amazonaws.location#LegList", "traits": { - "smithy.api#documentation": "

Contains details about each path between a pair of positions included along a route\n such as: StartPosition, EndPosition, Distance,\n DurationSeconds, Geometry, and Steps. The\n number of legs returned corresponds to one fewer than the total number of positions in\n the request.

\n

For example, a route with a departure position and destination position returns one\n leg with the positions snapped to a nearby road:

\n \n

A route with a waypoint between the departure and destination position returns two\n legs with the positions snapped to a nearby road:

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

Contains details about each path between a pair of positions included along a route\n such as: StartPosition, EndPosition, Distance,\n DurationSeconds, Geometry, and Steps. The\n number of legs returned corresponds to one fewer than the total number of positions in\n the request.

\n

For example, a route with a departure position and destination position returns one\n leg with the positions snapped to a nearby\n road:

\n \n

A route with a waypoint between the departure and destination position returns two\n legs with the positions snapped to a nearby road:

\n ", "smithy.api#required": {} } }, @@ -1232,7 +1232,7 @@ "Distance": { "target": "smithy.api#Double", "traits": { - "smithy.api#documentation": "

The total distance covered by the route. The sum of the distance travelled between\n every stop on the route.

\n \n

If Esri is the data source for the route calculator, the route distance can’t \n be greater than 400 km. If the route exceeds 400 km, the response is a \n 400 RoutesValidationException error.

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

The total distance covered by the route. The sum of the distance travelled between\n every stop on the route.

\n \n

If Esri is the data source for the route calculator, the route distance can’t be\n greater than 400 km. If the route exceeds 400 km, the response is a 400\n RoutesValidationException error.

\n
", "smithy.api#range": { "min": 0 }, @@ -1382,7 +1382,7 @@ "message": "Deprecated. If included, the only allowed value is RequestBasedUsage.", "since": "2022-02-01" }, - "smithy.api#documentation": "

No longer used. If included, the only allowed value is \n RequestBasedUsage.

" + "smithy.api#documentation": "

No longer used. If included, the only allowed value is\n RequestBasedUsage.

" } }, "PricingPlanDataSource": { @@ -1571,7 +1571,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates a place index resource in your AWS account. Use a place index resource to\n geocode addresses and other text queries by using the SearchPlaceIndexForText operation,\n and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation, and\n enable autosuggestions by using the SearchPlaceIndexForSuggestions operation.

\n \n

If your application is tracking or routing assets you use in your business, such \n as delivery vehicles or employees, you may only use HERE as your geolocation \n provider. See section 82 of the AWS\n service terms for more details.

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

Creates a place index resource in your AWS account. Use a place index resource to\n geocode addresses and other text queries by using the\n SearchPlaceIndexForText operation, and reverse geocode coordinates by\n using the SearchPlaceIndexForPosition operation, and enable autosuggestions\n by using the SearchPlaceIndexForSuggestions operation.

\n \n

If your application is tracking or routing assets you use in your business, such\n as delivery vehicles or employees, you may only use HERE as your geolocation\n provider. See section 82 of the AWS\n service terms for more details.

\n
", "smithy.api#endpoint": { "hostPrefix": "places." }, @@ -1588,14 +1588,14 @@ "IndexName": { "target": "com.amazonaws.location#ResourceName", "traits": { - "smithy.api#documentation": "

The name of the place index resource.

\n

Requirements:

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

The name of the place index resource.

\n

Requirements:

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

Specifies the geospatial data provider for the new place index.

\n \n

This field is case-sensitive. Enter the valid values as shown. For example, entering\n HERE returns an error.

\n
\n

Valid values include:

\n \n

For additional information , see Data providers\n on the Amazon Location Service Developer Guide.

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

Specifies the geospatial data provider for the new place index.

\n \n

This field is case-sensitive. Enter the valid values as shown. For example,\n entering HERE returns an error.

\n
\n

Valid values include:

\n \n

For additional information , see Data\n providers on the Amazon Location Service Developer Guide.

", "smithy.api#required": {} } }, @@ -1606,7 +1606,7 @@ "message": "Deprecated. If included, the only allowed value is RequestBasedUsage.", "since": "2022-02-01" }, - "smithy.api#documentation": "

No longer used. If included, the only allowed value is \n RequestBasedUsage.

" + "smithy.api#documentation": "

No longer used. If included, the only allowed value is\n RequestBasedUsage.

" } }, "Description": { @@ -1624,7 +1624,7 @@ "Tags": { "target": "com.amazonaws.location#TagMap", "traits": { - "smithy.api#documentation": "

Applies one or more tags to the place index resource. A tag is a key-value pair that helps you\n manage, identify, search, and filter your resources.

\n

Format: \"key\" : \"value\"\n

\n

Restrictions:

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

Applies one or more tags to the place index resource. A tag is a key-value pair that\n helps you manage, identify, search, and filter your resources.

\n

Format: \"key\" : \"value\"\n

\n

Restrictions:

\n " } } } @@ -1642,14 +1642,14 @@ "IndexArn": { "target": "com.amazonaws.location#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource\n across AWS.

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

The Amazon Resource Name (ARN) for the place index resource. Used to specify a\n resource across AWS.

\n ", "smithy.api#required": {} } }, "CreateTime": { "target": "com.amazonaws.location#Timestamp", "traits": { - "smithy.api#documentation": "

The timestamp for when the place index resource was created in ISO 8601 format:\n YYYY-MM-DDThh:mm:ss.sssZ.

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

The timestamp for when the place index resource was created in ISO 8601\n format: YYYY-MM-DDThh:mm:ss.sssZ.

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

Creates a route calculator resource in your AWS account.

\n

You can send requests to a route calculator resource to estimate travel time,\n distance, and get directions. A route calculator sources traffic and road network data\n from your chosen data provider.

\n \n

If your application is tracking or routing assets you use in your business, such \n as delivery vehicles or employees, you may only use HERE as your geolocation \n provider. See section 82 of the AWS\n service terms for more details.

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

Creates a route calculator resource in your AWS account.

\n

You can send requests to a route calculator resource to estimate travel time,\n distance, and get directions. A route calculator sources traffic and road network data\n from your chosen data provider.

\n \n

If your application is tracking or routing assets you use in your business, such\n as delivery vehicles or employees, you may only use HERE as your geolocation\n provider. See section 82 of the AWS\n service terms for more details.

\n
", "smithy.api#endpoint": { "hostPrefix": "routes." }, @@ -1698,14 +1698,14 @@ "CalculatorName": { "target": "com.amazonaws.location#ResourceName", "traits": { - "smithy.api#documentation": "

The name of the route calculator resource.

\n

Requirements:

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

The name of the route calculator resource.

\n

Requirements:

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

Specifies the data provider of traffic and road network data.

\n \n

This field is case-sensitive. Enter the valid values as shown. For example,\n entering HERE returns an error. Route calculators that use Esri as a data source \n only calculate routes that are shorter than 400 km.

\n
\n

Valid values include:

\n \n

For additional information , see Data\n providers on the Amazon Location Service Developer Guide.

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

Specifies the data provider of traffic and road network data.

\n \n

This field is case-sensitive. Enter the valid values as shown. For example,\n entering HERE returns an error. Route calculators that use Esri as a\n data source only calculate routes that are shorter than 400 km.

\n
\n

Valid values include:

\n \n

For additional information , see Data\n providers on the Amazon Location Service Developer Guide.

", "smithy.api#required": {} } }, @@ -1716,7 +1716,7 @@ "message": "Deprecated. If included, the only allowed value is RequestBasedUsage.", "since": "2022-02-01" }, - "smithy.api#documentation": "

No longer used. If included, the only allowed value is \n RequestBasedUsage.

" + "smithy.api#documentation": "

No longer used. If included, the only allowed value is\n RequestBasedUsage.

" } }, "Description": { @@ -1884,12 +1884,12 @@ "IntendedUse": { "target": "com.amazonaws.location#IntendedUse", "traits": { - "smithy.api#documentation": "

Specifies how the results of an operation will be stored by the caller.

\n

Valid values include:

\n \n

Default value: SingleUse\n

" + "smithy.api#documentation": "

Specifies how the results of an operation will be stored by the caller.

\n

Valid values include:

\n \n

Default value: SingleUse\n

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

Specifies the data storage option chosen for requesting Places.

\n \n

When using Amazon Location Places:

\n \n

For more information, see the AWS Service Terms for\n Amazon Location Service.

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

Specifies the data storage option chosen for requesting Places.

\n \n

When using Amazon Location Places:

\n \n

For more information, see the AWS Service Terms for Amazon Location Service.

\n
" } }, "com.amazonaws.location#DeleteGeofenceCollection": { @@ -2027,7 +2027,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes a place index resource from your AWS account.

\n \n

This operation deletes the resource permanently.

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

Deletes a place index resource from your AWS account.

\n \n

This operation deletes the resource permanently.

\n
", "smithy.api#endpoint": { "hostPrefix": "places." }, @@ -2082,7 +2082,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes a route calculator resource from your AWS account.

\n \n

This operation deletes the resource permanently.

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

Deletes a route calculator resource from your AWS account.

\n \n

This operation deletes the resource permanently.

\n
", "smithy.api#endpoint": { "hostPrefix": "routes." }, @@ -2470,7 +2470,7 @@ "IndexArn": { "target": "com.amazonaws.location#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource\n across AWS.

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

The Amazon Resource Name (ARN) for the place index resource. Used to specify a\n resource across AWS.

\n ", "smithy.api#required": {} } }, @@ -2494,21 +2494,21 @@ "CreateTime": { "target": "com.amazonaws.location#Timestamp", "traits": { - "smithy.api#documentation": "

The timestamp for when the place index resource was created in ISO 8601 format:\n YYYY-MM-DDThh:mm:ss.sssZ.

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

The timestamp for when the place index resource was created in ISO 8601\n format: YYYY-MM-DDThh:mm:ss.sssZ.

", "smithy.api#required": {} } }, "UpdateTime": { "target": "com.amazonaws.location#Timestamp", "traits": { - "smithy.api#documentation": "

The timestamp for when the place index resource was last updated in ISO 8601 format:\n YYYY-MM-DDThh:mm:ss.sssZ.

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

The timestamp for when the place index resource was last updated in ISO 8601\n format: YYYY-MM-DDThh:mm:ss.sssZ.

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

The data provider of geospatial data. Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

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

The data provider of geospatial data. Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

", "smithy.api#required": {} } }, @@ -3766,14 +3766,14 @@ "StartPosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

The starting position of the leg. Follows the format\n [longitude,latitude].

\n \n

If the StartPosition isn't located on a road, it's snapped to a nearby road.

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

The starting position of the leg. Follows the format\n [longitude,latitude].

\n \n

If the StartPosition isn't located on a road, it's snapped to a\n nearby road.

\n
", "smithy.api#required": {} } }, "EndPosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

The terminating position of the leg. Follows the format\n [longitude,latitude].

\n \n

If the EndPosition isn't located on a road, it's snapped to a nearby road.

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

The terminating position of the leg. Follows the format\n [longitude,latitude].

\n \n

If the EndPosition isn't located on a road, it's snapped to a nearby\n road.

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

Contains the calculated route's details for each path between a pair of positions. The\n number of legs returned corresponds to one fewer than the total number of positions in\n the request.

\n

For example, a route with a departure position and destination position returns one\n leg with the positions snapped to a nearby road:

\n \n

A route with a waypoint between the departure and destination position returns two\n legs with the positions snapped to a nearby road:

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

Contains the calculated route's details for each path between a pair of positions. The\n number of legs returned corresponds to one fewer than the total number of positions in\n the request.

\n

For example, a route with a departure position and destination position returns one\n leg with the positions snapped to a nearby\n road:

\n \n

A route with a waypoint between the departure and destination position returns two\n legs with the positions snapped to a nearby road:

\n " } }, "com.amazonaws.location#LegGeometry": { @@ -4233,6 +4233,7 @@ "method": "POST" }, "smithy.api#paginated": { + "pageSize": "MaxResults", "inputToken": "NextToken", "outputToken": "NextToken", "items": "Entries" @@ -4256,6 +4257,16 @@ "traits": { "smithy.api#documentation": "

The pagination token specifying which page of results to return in the response. If no\n token is provided, the default page is the first page.

\n

Default value: null\n

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

An optional limit for the number of geofences returned in a single call.

\n

Default value: 100\n

", + "smithy.api#range": { + "min": 1, + "max": 100 + } + } } } }, @@ -4461,7 +4472,7 @@ "MaxResults": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

An optional limit for the maximum number of results returned in a single call.

\n

Default value: 100\n

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

An optional limit for the maximum number of results returned in a single call.

\n

Default value: 100\n

", "smithy.api#range": { "min": 1, "max": 100 @@ -4471,7 +4482,7 @@ "NextToken": { "target": "com.amazonaws.location#Token", "traits": { - "smithy.api#documentation": "

The pagination token specifying which page of results to return in the response. If no\n token is provided, the default page is the first page.

\n

Default value: null\n

" + "smithy.api#documentation": "

The pagination token specifying which page of results to return in the response. If no\n token is provided, the default page is the first page.

\n

Default value: null\n

" } } } @@ -4489,7 +4500,7 @@ "NextToken": { "target": "com.amazonaws.location#Token", "traits": { - "smithy.api#documentation": "

A pagination token indicating that there are additional pages available. You can use the\n token in a new request to fetch the next page of results.

" + "smithy.api#documentation": "

A pagination token indicating that there are additional pages available. You can use\n the token in a new request to fetch the next page of results.

" } } } @@ -4514,7 +4525,7 @@ "DataSource": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

The data provider of geospatial data. Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

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

The data provider of geospatial data. Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

", "smithy.api#required": {} } }, @@ -4531,14 +4542,14 @@ "CreateTime": { "target": "com.amazonaws.location#Timestamp", "traits": { - "smithy.api#documentation": "

The timestamp for when the place index resource was created in ISO 8601 format:\n YYYY-MM-DDThh:mm:ss.sssZ.

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

The timestamp for when the place index resource was created in ISO 8601\n format: YYYY-MM-DDThh:mm:ss.sssZ.

", "smithy.api#required": {} } }, "UpdateTime": { "target": "com.amazonaws.location#Timestamp", "traits": { - "smithy.api#documentation": "

The timestamp for when the place index resource was last updated in ISO 8601 format:\n YYYY-MM-DDThh:mm:ss.sssZ.

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

The timestamp for when the place index resource was last updated in ISO 8601\n format: YYYY-MM-DDThh:mm:ss.sssZ.

", "smithy.api#required": {} } } @@ -5093,7 +5104,7 @@ "Label": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

The full name and address of the point of interest such as a city,\n region, or country. For example, 123 Any Street, Any Town, USA.

" + "smithy.api#documentation": "

The full name and address of the point of interest such as a city, region, or country.\n For example, 123 Any Street, Any Town, USA.

" } }, "Geometry": { @@ -5111,7 +5122,7 @@ "Street": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

The name for a street or a road to identify a location. For example, Main\n Street.

" + "smithy.api#documentation": "

The name for a street or a road to identify a location. For example, Main\n Street.

" } }, "Neighborhood": { @@ -5123,48 +5134,48 @@ "Municipality": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

A name for a local area, such as a city or town name. For example,\n Toronto.

" + "smithy.api#documentation": "

A name for a local area, such as a city or town name. For example,\n Toronto.

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

A country, or an area that's part of a larger region. For example, Metro\n Vancouver.

" + "smithy.api#documentation": "

A country, or an area that's part of a larger region. For example, Metro\n Vancouver.

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

A name for an area or geographical division, such as a province or state name. For\n example, British Columbia.

" + "smithy.api#documentation": "

A name for an area or geographical division, such as a province or state name. For\n example, British Columbia.

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

A country/region specified using ISO 3166 3-digit\n country/region code. For example, CAN.

" + "smithy.api#documentation": "

A country/region specified using ISO 3166 3-digit\n country/region code. For example, CAN.

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

A group of numbers and letters in a country-specific format, which accompanies the\n address for the purpose of identifying a location.

" + "smithy.api#documentation": "

A group of numbers and letters in a country-specific format, which accompanies the\n address for the purpose of identifying a location.

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

\n True if the result is interpolated from other known places.

\n

\n False if the Place is a known place.

\n

Not returned when the partner does not provide the information.

\n

For example, returns False for an address location that is found in the \n partner data, but returns True if an address does not exist in the partner\n data and its location is calculated by interpolating between other known addresses.\n

" + "smithy.api#documentation": "

\n True if the result is interpolated from other known places.

\n

\n False if the Place is a known place.

\n

Not returned when the partner does not provide the information.

\n

For example, returns False for an address location that is found in the\n partner data, but returns True if an address does not exist in the partner\n data and its location is calculated by interpolating between other known addresses.\n

" } }, "TimeZone": { "target": "com.amazonaws.location#TimeZone", "traits": { - "smithy.api#documentation": "

The time zone in which the Place is located. Returned only when using \n Here as the selected partner.

" + "smithy.api#documentation": "

The time zone in which the Place is located. Returned only when using\n Here as the selected partner.

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

Contains details about addresses or points of interest that match the search\n criteria.

" + "smithy.api#documentation": "

Contains details about addresses or points of interest that match the search\n criteria.

\n

Not all details are included with all responses. Some details may only be returned \n by specific data partners.

" } }, "com.amazonaws.location#PlaceGeometry": { @@ -5173,7 +5184,7 @@ "Point": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

A single point geometry specifies a location for a Place using WGS 84\n coordinates:

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

A single point geometry specifies a location for a Place using WGS 84\n coordinates:

\n " } } }, @@ -5533,12 +5544,12 @@ "Error": { "target": "com.amazonaws.location#RouteMatrixEntryError", "traits": { - "smithy.api#documentation": "

An error corresponding to the calculation of a route between the \n DeparturePosition and DestinationPosition.

" + "smithy.api#documentation": "

An error corresponding to the calculation of a route between the\n DeparturePosition and DestinationPosition.

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

The result for the calculated route of one DeparturePosition \n DestinationPosition pair.

" + "smithy.api#documentation": "

The result for the calculated route of one DeparturePosition\n DestinationPosition pair.

" } }, "com.amazonaws.location#RouteMatrixEntryError": { @@ -5559,7 +5570,7 @@ } }, "traits": { - "smithy.api#documentation": "

An error corresponding to the calculation of a route between the\n DeparturePosition and DestinationPosition.

\n

The error code can be one of the following:

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

An error corresponding to the calculation of a route between the\n DeparturePosition and DestinationPosition.

\n

The error code can be one of the following:

\n \n \n \n \n \n " } }, "com.amazonaws.location#RouteMatrixErrorCode": { @@ -5606,7 +5617,7 @@ "Distance": { "target": "smithy.api#Double", "traits": { - "smithy.api#documentation": "

The distance in meters of a great-circle arc between the query position and the \n result.

\n \n

A great-circle arc is the shortest path on a sphere, in this case the \n Earth. This returns the shortest distance between two locations.

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

The distance in meters of a great-circle arc between the query position and the\n result.

\n \n

A great-circle arc is the shortest path on a sphere, in this case the Earth. This\n returns the shortest distance between two locations.

\n
", "smithy.api#range": { "min": 0 }, @@ -5615,7 +5626,7 @@ } }, "traits": { - "smithy.api#documentation": "

Contains a search result from a position search query that is run on a place index resource.

" + "smithy.api#documentation": "

Contains a search result from a position search query that is run on a place index\n resource.

" } }, "com.amazonaws.location#SearchForPositionResultList": { @@ -5636,7 +5647,7 @@ } }, "traits": { - "smithy.api#documentation": "

Contains a place suggestion resulting from a place suggestion query that is run on a place index resource.

" + "smithy.api#documentation": "

Contains a place suggestion resulting from a place suggestion query that is run on a\n place index resource.

" } }, "com.amazonaws.location#SearchForSuggestionsResultList": { @@ -5658,7 +5669,7 @@ "Distance": { "target": "smithy.api#Double", "traits": { - "smithy.api#documentation": "

The distance in meters of a great-circle arc between the bias position specified \n and the result. Distance will be returned only if a bias position was \n specified in the query.

\n \n

A great-circle arc is the shortest path on a sphere, in this case the \n Earth. This returns the shortest distance between two locations.

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

The distance in meters of a great-circle arc between the bias position specified and\n the result. Distance will be returned only if a bias position was specified\n in the query.

\n \n

A great-circle arc is the shortest path on a sphere, in this case the Earth. This\n returns the shortest distance between two locations.

\n
", "smithy.api#range": { "min": 0 } @@ -5667,7 +5678,7 @@ "Relevance": { "target": "smithy.api#Double", "traits": { - "smithy.api#documentation": "

The relative confidence in the match for a result among the results returned. For \n example, if more fields for an address match (including house number, street, city, \n country/region, and postal code), the relevance score is closer to 1.

\n

Returned only when the partner selected is Esri.

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

The relative confidence in the match for a result among the results returned. For\n example, if more fields for an address match (including house number, street, city,\n country/region, and postal code), the relevance score is closer to 1.

\n

Returned only when the partner selected is Esri.

", "smithy.api#range": { "min": 0, "max": 1 @@ -5676,7 +5687,7 @@ } }, "traits": { - "smithy.api#documentation": "

Contains a search result from a text search query that is run on a place index resource.

" + "smithy.api#documentation": "

Contains a search result from a text search query that is run on a place index\n resource.

" } }, "com.amazonaws.location#SearchForTextResultList": { @@ -5711,7 +5722,7 @@ } ], "traits": { - "smithy.api#documentation": "

Reverse geocodes a given coordinate and returns a legible address. Allows you to search\n for Places or points of interest near a given position.

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

Reverse geocodes a given coordinate and returns a legible address. Allows you to\n search for Places or points of interest near a given position.

", "smithy.api#endpoint": { "hostPrefix": "places." }, @@ -5736,20 +5747,20 @@ "Position": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

Specifies the longitude and latitude of the position to query.

\n

\n This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; \n the second number represents the Y coordinate, or latitude.

\n

For example, [-123.1174, 49.2847] represents a position with\n longitude -123.1174 and\n latitude 49.2847.

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

Specifies the longitude and latitude of the position to query.

\n

This parameter must contain a pair of numbers. The first number represents the X\n coordinate, or longitude; the second number represents the Y coordinate, or\n latitude.

\n

For example, [-123.1174, 49.2847] represents a position with longitude\n -123.1174 and latitude 49.2847.

", "smithy.api#required": {} } }, "MaxResults": { "target": "com.amazonaws.location#PlaceIndexSearchResultLimit", "traits": { - "smithy.api#documentation": "

An optional parameter. The maximum number of results returned per request.

\n

Default value: 50\n

" + "smithy.api#documentation": "

An optional parameter. The maximum number of results returned per request.

\n

Default value: 50\n

" } }, "Language": { "target": "com.amazonaws.location#LanguageTag", "traits": { - "smithy.api#documentation": "

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example,\n en for English.

\n

This setting affects the languages used in the results. It does not change which \n results are returned. If the language is not specified, or not supported for a \n particular result, the partner automatically chooses a language for the result.

" + "smithy.api#documentation": "

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example,\n en for English.

\n

This setting affects the languages used in the results, but not the results\n themselves. If no language is specified, or not supported for a particular result, the\n partner automatically chooses a language for the result.

\n

For an example, we'll use the Greek language. You search for a location around Athens,\n Greece, with the language parameter set to en. The\n city in the results will most likely be returned as\n Athens.

\n

If you set the language parameter to el, for Greek, then the\n city in the results will more likely be returned as\n Αθήνα.

\n

If the data provider does not have a value for Greek, the result will be in a language\n that the provider does support.

" } } } @@ -5760,14 +5771,14 @@ "Summary": { "target": "com.amazonaws.location#SearchPlaceIndexForPositionSummary", "traits": { - "smithy.api#documentation": "

Contains a summary of the request. Echoes the input values for Position,\n Language, MaxResults, and the DataSource of the place index.\n

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

Contains a summary of the request. Echoes the input values for Position,\n Language, MaxResults, and the DataSource of\n the place index.

", "smithy.api#required": {} } }, "Results": { "target": "com.amazonaws.location#SearchForPositionResultList", "traits": { - "smithy.api#documentation": "

Returns a list of Places closest to the specified position. Each result contains\n additional information about the Places returned.

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

Returns a list of Places closest to the specified position. Each result contains\n additional information about the Places returned.

", "smithy.api#required": {} } } @@ -5786,25 +5797,25 @@ "MaxResults": { "target": "com.amazonaws.location#PlaceIndexSearchResultLimit", "traits": { - "smithy.api#documentation": "

Contains the optional result count limit that is specified in the request.

\n

Default value: 50\n

" + "smithy.api#documentation": "

Contains the optional result count limit that is specified in the request.

\n

Default value: 50\n

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

The geospatial data provider attached to the place index resource specified in the request.\n Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

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

The geospatial data provider attached to the place index resource specified in the\n request. Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

", "smithy.api#required": {} } }, "Language": { "target": "com.amazonaws.location#LanguageTag", "traits": { - "smithy.api#documentation": "

The preferred language used to return results. Matches the language in the request. \n The value is a valid BCP 47 language tag, for example,\n en for English.

" + "smithy.api#documentation": "

The preferred language used to return results. Matches the language in the request.\n The value is a valid BCP 47\n language tag, for example, en for English.

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

A summary of the request sent by using SearchPlaceIndexForPosition.

" + "smithy.api#documentation": "

A summary of the request sent by using\n SearchPlaceIndexForPosition.

" } }, "com.amazonaws.location#SearchPlaceIndexForSuggestions": { @@ -5833,7 +5844,7 @@ } ], "traits": { - "smithy.api#documentation": "

Generates suggestions for addresses and points of interest based on partial or\n misspelled free-form text. This operation is also known as autocomplete, autosuggest,\n or fuzzy matching.

\n

Optional parameters let you narrow your search results by bounding box or\n country, or bias your search toward a specific position on the globe.

\n \n

You can search for suggested place names near a specified position by using BiasPosition, or\n filter results within a bounding box by using FilterBBox. These parameters are mutually exclusive; \n using both BiasPosition and FilterBBox in the same command returns an error.

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

Generates suggestions for addresses and points of interest based on partial or\n misspelled free-form text. This operation is also known as autocomplete, autosuggest, or\n fuzzy matching.

\n

Optional parameters let you narrow your search results by bounding box or country, or\n bias your search toward a specific position on the globe.

\n \n

You can search for suggested place names near a specified position by using\n BiasPosition, or filter results within a bounding box by using\n FilterBBox. These parameters are mutually exclusive; using both\n BiasPosition and FilterBBox in the same command\n returns an error.

\n
", "smithy.api#endpoint": { "hostPrefix": "places." }, @@ -5856,39 +5867,38 @@ } }, "Text": { - "target": "smithy.api#String", + "target": "com.amazonaws.location#SensitiveString", "traits": { - "smithy.api#documentation": "

The free-form partial text to use to generate place suggestions. For example,\n eiffel tow.

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

The free-form partial text to use to generate place suggestions. For example,\n eiffel tow.

", "smithy.api#length": { "min": 1, "max": 200 }, - "smithy.api#required": {}, - "smithy.api#sensitive": {} + "smithy.api#required": {} } }, "BiasPosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

An optional parameter that indicates a preference for place suggestions that are closer to a specified position.

\n

\n If provided, this parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; \n the second number represents the Y coordinate, or latitude.

\n

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

\n \n

\n BiasPosition and FilterBBox are mutually exclusive. Specifying both options results in an error.\n

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

An optional parameter that indicates a preference for place suggestions that are\n closer to a specified position.

\n

If provided, this parameter must contain a pair of numbers. The first number\n represents the X coordinate, or longitude; the second number represents the Y\n coordinate, or latitude.

\n

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

\n \n

\n BiasPosition and FilterBBox are mutually exclusive.\n Specifying both options results in an error.

\n
" } }, "FilterBBox": { "target": "com.amazonaws.location#BoundingBox", "traits": { - "smithy.api#documentation": "

An optional parameter that limits the search results by returning only suggestions within a specified bounding box.

\n

\n If provided, this parameter must contain a total of four consecutive numbers in two pairs.\n The first pair of numbers represents the X and Y coordinates (longitude and latitude, respectively)\n of the southwest corner of the bounding box; the second pair of numbers represents the X and Y coordinates (longitude and latitude, respectively)\n of the northeast corner of the bounding box.

\n

For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents\n a bounding box where the southwest corner has longitude -12.7935 and latitude -37.4835, \n and the northeast corner has longitude -12.0684 and latitude -36.9542.

\n \n

\n FilterBBox and BiasPosition are mutually exclusive. Specifying both options results in an error.\n

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

An optional parameter that limits the search results by returning only suggestions\n within a specified bounding box.

\n

If provided, this parameter must contain a total of four consecutive numbers in two\n pairs. The first pair of numbers represents the X and Y coordinates (longitude and\n latitude, respectively) of the southwest corner of the bounding box; the second pair of\n numbers represents the X and Y coordinates (longitude and latitude, respectively) of the\n northeast corner of the bounding box.

\n

For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents a\n bounding box where the southwest corner has longitude -12.7935 and latitude\n -37.4835, and the northeast corner has longitude -12.0684\n and latitude -36.9542.

\n \n

\n FilterBBox and BiasPosition are mutually exclusive.\n Specifying both options results in an error.

\n
" } }, "FilterCountries": { "target": "com.amazonaws.location#CountryCodeList", "traits": { - "smithy.api#documentation": "

An optional parameter that limits the search results by returning only suggestions within the provided list of countries.

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

An optional parameter that limits the search results by returning only suggestions\n within the provided list of countries.

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

An optional parameter. The maximum number of results returned per request.

\n

The default: 5\n

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

An optional parameter. The maximum number of results returned per request.

\n

The default: 5\n

", "smithy.api#range": { "min": 1, "max": 15 @@ -5898,7 +5908,7 @@ "Language": { "target": "com.amazonaws.location#LanguageTag", "traits": { - "smithy.api#documentation": "

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example,\n en for English.

\n

This setting affects the languages used in the results. It does not change which \n results are returned. If the language is not specified, or not supported for a \n particular result, the partner automatically chooses a language for the result.

\n

Used only when the partner selected is Here.

" + "smithy.api#documentation": "

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example,\n en for English.

\n

This setting affects the languages used in the results. If no language is specified,\n or not supported for a particular result, the partner automatically chooses a language\n for the result.

\n

For an example, we'll use the Greek language. You search for Athens, Gr\n to get suggestions with the language parameter set to en. The\n results found will most likely be returned as Athens, Greece.

\n

If you set the language parameter to el, for Greek, then the\n result found will more likely be returned as Αθήνα, Ελλάδα.

\n

If the data provider does not have a value for Greek, the result will be in a language\n that the provider does support.

" } } } @@ -5909,7 +5919,7 @@ "Summary": { "target": "com.amazonaws.location#SearchPlaceIndexForSuggestionsSummary", "traits": { - "smithy.api#documentation": "

Contains a summary of the request. Echoes the input values for BiasPosition,\n FilterBBox, FilterCountries, Language, MaxResults,\n and Text. Also includes the DataSource of the place index.\n

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

Contains a summary of the request. Echoes the input values for\n BiasPosition, FilterBBox, FilterCountries,\n Language, MaxResults, and Text. Also includes\n the DataSource of the place index.

", "smithy.api#required": {} } }, @@ -5926,23 +5936,22 @@ "type": "structure", "members": { "Text": { - "target": "smithy.api#String", + "target": "com.amazonaws.location#SensitiveString", "traits": { "smithy.api#documentation": "

The free-form partial text input specified in the request.

", - "smithy.api#required": {}, - "smithy.api#sensitive": {} + "smithy.api#required": {} } }, "BiasPosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

Contains the coordinates for the optional bias position specified in the request.

\n

This parameter contains a pair of numbers. The first number represents the X \n coordinate, or longitude; the second number represents the Y coordinate, or latitude.

\n

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

" + "smithy.api#documentation": "

Contains the coordinates for the optional bias position specified in the\n request.

\n

This parameter contains a pair of numbers. The first number represents the X\n coordinate, or longitude; the second number represents the Y coordinate, or\n latitude.

\n

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

" } }, "FilterBBox": { "target": "com.amazonaws.location#BoundingBox", "traits": { - "smithy.api#documentation": "

Contains the coordinates for the optional bounding box specified in the request.

" + "smithy.api#documentation": "

Contains the coordinates for the optional bounding box specified in the\n request.

" } }, "FilterCountries": { @@ -5960,19 +5969,19 @@ "DataSource": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

The geospatial data provider attached to the place index resource specified in the request.\n Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

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

The geospatial data provider attached to the place index resource specified in the\n request. Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

", "smithy.api#required": {} } }, "Language": { "target": "com.amazonaws.location#LanguageTag", "traits": { - "smithy.api#documentation": "

The preferred language used to return results. Matches the language in the request. \n The value is a valid BCP 47 language tag, for example,\n en for English.

" + "smithy.api#documentation": "

The preferred language used to return results. Matches the language in the request.\n The value is a valid BCP 47\n language tag, for example, en for English.

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

A summary of the request sent by using SearchPlaceIndexForSuggestions.

" + "smithy.api#documentation": "

A summary of the request sent by using\n SearchPlaceIndexForSuggestions.

" } }, "com.amazonaws.location#SearchPlaceIndexForText": { @@ -6001,7 +6010,7 @@ } ], "traits": { - "smithy.api#documentation": "

Geocodes free-form text, such as an address, name, city, or region to allow you to\n search for Places or points of interest.

\n

Optional parameters let you narrow your search results by bounding box or\n country, or bias your search toward a specific position on the globe.

\n \n

You can search for places near a given position using BiasPosition, or\n filter results within a bounding box using FilterBBox. Providing both\n parameters simultaneously returns an error.

\n
\n

Search results are returned in order of highest to lowest relevance.

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

Geocodes free-form text, such as an address, name, city, or region to allow you to\n search for Places or points of interest.

\n

Optional parameters let you narrow your search results by bounding box or country, or\n bias your search toward a specific position on the globe.

\n \n

You can search for places near a given position using BiasPosition,\n or filter results within a bounding box using FilterBBox. Providing\n both parameters simultaneously returns an error.

\n
\n

Search results are returned in order of highest to lowest relevance.

", "smithy.api#endpoint": { "hostPrefix": "places." }, @@ -6024,45 +6033,44 @@ } }, "Text": { - "target": "smithy.api#String", + "target": "com.amazonaws.location#SensitiveString", "traits": { - "smithy.api#documentation": "

The address, name,\n city, or region to be used in the search in free-form text format. For example, 123 Any\n Street.

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

The address, name, city, or region to be used in the search in free-form text format.\n For example, 123 Any Street.

", "smithy.api#length": { "min": 1, "max": 200 }, - "smithy.api#required": {}, - "smithy.api#sensitive": {} + "smithy.api#required": {} } }, "BiasPosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

An optional parameter that indicates a preference for places that are closer to a specified position.

\n

\n If provided, this parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the \n second number represents the Y coordinate, or latitude.

\n

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

\n \n

\n BiasPosition and FilterBBox are mutually exclusive. Specifying both options \n results in an error.\n

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

An optional parameter that indicates a preference for places that are closer to a\n specified position.

\n

If provided, this parameter must contain a pair of numbers. The first number\n represents the X coordinate, or longitude; the second number represents the Y\n coordinate, or latitude.

\n

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

\n \n

\n BiasPosition and FilterBBox are mutually exclusive.\n Specifying both options results in an error.

\n
" } }, "FilterBBox": { "target": "com.amazonaws.location#BoundingBox", "traits": { - "smithy.api#documentation": "

An optional parameter that limits the search results by returning only places that are within the provided bounding box.

\n

\n If provided, this parameter must contain a total of four consecutive numbers in two pairs.\n The first pair of numbers represents the X and Y coordinates (longitude and latitude, respectively)\n of the southwest corner of the bounding box; the second pair of numbers represents the X and Y coordinates (longitude and latitude, respectively)\n of the northeast corner of the bounding box.

\n

For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents\n a bounding box where the southwest corner has longitude -12.7935 and latitude -37.4835, \n and the northeast corner has longitude -12.0684 and latitude -36.9542.

\n \n

\n FilterBBox and BiasPosition are mutually exclusive. Specifying both options results in an error.\n

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

An optional parameter that limits the search results by returning only places that are\n within the provided bounding box.

\n

If provided, this parameter must contain a total of four consecutive numbers in two\n pairs. The first pair of numbers represents the X and Y coordinates (longitude and\n latitude, respectively) of the southwest corner of the bounding box; the second pair of\n numbers represents the X and Y coordinates (longitude and latitude, respectively) of the\n northeast corner of the bounding box.

\n

For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents a\n bounding box where the southwest corner has longitude -12.7935 and latitude\n -37.4835, and the northeast corner has longitude -12.0684\n and latitude -36.9542.

\n \n

\n FilterBBox and BiasPosition are mutually exclusive.\n Specifying both options results in an error.

\n
" } }, "FilterCountries": { "target": "com.amazonaws.location#CountryCodeList", "traits": { - "smithy.api#documentation": "

An optional parameter that limits the search results by returning only places that are in a specified list of countries.

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

An optional parameter that limits the search results by returning only places that are\n in a specified list of countries.

\n " } }, "MaxResults": { "target": "com.amazonaws.location#PlaceIndexSearchResultLimit", "traits": { - "smithy.api#documentation": "

An optional parameter. The maximum number of results returned per request.

\n

The default: 50\n

" + "smithy.api#documentation": "

An optional parameter. The maximum number of results returned per request.

\n

The default: 50\n

" } }, "Language": { "target": "com.amazonaws.location#LanguageTag", "traits": { - "smithy.api#documentation": "

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example,\n en for English.

\n

This setting affects the languages used in the results. It does not change which \n results are returned. If the language is not specified, or not supported for a \n particular result, the partner automatically chooses a language for the result.

" + "smithy.api#documentation": "

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example,\n en for English.

\n

This setting affects the languages used in the results, but not the results\n themselves. If no language is specified, or not supported for a particular result, the\n partner automatically chooses a language for the result.

\n

For an example, we'll use the Greek language. You search for Athens,\n Greece, with the language parameter set to en. The\n result found will most likely be returned as Athens.

\n

If you set the language parameter to el, for Greek, then the\n result found will more likely be returned as Αθήνα.

\n

If the data provider does not have a value for Greek, the result will be in a language\n that the provider does support.

" } } } @@ -6073,14 +6081,14 @@ "Summary": { "target": "com.amazonaws.location#SearchPlaceIndexForTextSummary", "traits": { - "smithy.api#documentation": "

Contains a summary of the request. Echoes the input values for BiasPosition,\n FilterBBox, FilterCountries, Language, MaxResults,\n and Text. Also includes the DataSource of the place index and\n the bounding box, ResultBBox, which surrounds the search results.\n

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

Contains a summary of the request. Echoes the input values for\n BiasPosition, FilterBBox, FilterCountries,\n Language, MaxResults, and Text. Also includes\n the DataSource of the place index and the bounding box,\n ResultBBox, which surrounds the search results.

", "smithy.api#required": {} } }, "Results": { "target": "com.amazonaws.location#SearchForTextResultList", "traits": { - "smithy.api#documentation": "

A list of Places matching the input text. Each result contains additional\n information about the specific point of interest.

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

A list of Places matching the input text. Each result contains additional information\n about the specific point of interest.

\n

Not all response properties are included with all responses. Some properties may \n only be returned by specific data partners.

", "smithy.api#required": {} } } @@ -6090,23 +6098,22 @@ "type": "structure", "members": { "Text": { - "target": "smithy.api#String", + "target": "com.amazonaws.location#SensitiveString", "traits": { "smithy.api#documentation": "

The search text specified in the request.

", - "smithy.api#required": {}, - "smithy.api#sensitive": {} + "smithy.api#required": {} } }, "BiasPosition": { "target": "com.amazonaws.location#Position", "traits": { - "smithy.api#documentation": "

Contains the coordinates for the optional bias position specified in the request.

\n

This parameter contains a pair of numbers. The first number represents the X \n coordinate, or longitude; the second number represents the Y coordinate, or latitude.

\n

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

" + "smithy.api#documentation": "

Contains the coordinates for the optional bias position specified in the\n request.

\n

This parameter contains a pair of numbers. The first number represents the X\n coordinate, or longitude; the second number represents the Y coordinate, or\n latitude.

\n

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

" } }, "FilterBBox": { "target": "com.amazonaws.location#BoundingBox", "traits": { - "smithy.api#documentation": "

Contains the coordinates for the optional bounding box specified in the request.

" + "smithy.api#documentation": "

Contains the coordinates for the optional bounding box specified in the\n request.

" } }, "FilterCountries": { @@ -6124,20 +6131,20 @@ "ResultBBox": { "target": "com.amazonaws.location#BoundingBox", "traits": { - "smithy.api#documentation": "

The bounding box that fully contains all search results.

\n \n

If you specified the optional FilterBBox parameter in the request, ResultBBox \n is contained within FilterBBox.

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

The bounding box that fully contains all search results.

\n \n

If you specified the optional FilterBBox parameter in the request,\n ResultBBox is contained within FilterBBox.

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

The geospatial data provider attached to the place index resource specified in the request.\n Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

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

The geospatial data provider attached to the place index resource specified in the\n request. Values can be one of the following:

\n \n

For more information about data providers, see Amazon Location Service data providers.

", "smithy.api#required": {} } }, "Language": { "target": "com.amazonaws.location#LanguageTag", "traits": { - "smithy.api#documentation": "

The preferred language used to return results. Matches the language in the request. \n The value is a valid BCP 47 language tag, for example,\n en for English.

" + "smithy.api#documentation": "

The preferred language used to return results. Matches the language in the request.\n The value is a valid BCP 47\n language tag, for example, en for English.

" } } }, @@ -6145,6 +6152,12 @@ "smithy.api#documentation": "

A summary of the request sent by using SearchPlaceIndexForText.

" } }, + "com.amazonaws.location#SensitiveString": { + "type": "string", + "traits": { + "smithy.api#sensitive": {} + } + }, "com.amazonaws.location#ServiceQuotaExceededException": { "type": "structure", "members": { @@ -6350,7 +6363,7 @@ "Name": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

The name of the time zone, following the \n IANA time zone standard. For example, America/Los_Angeles.

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

The name of the time zone, following the \n IANA time zone standard. For example,\n America/Los_Angeles.

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

Information about a time zone. Includes the name of the time zone and the offset\n from UTC in seconds.

" + "smithy.api#documentation": "

Information about a time zone. Includes the name of the time zone and the offset from\n UTC in seconds.

" } }, "com.amazonaws.location#Timestamp": { @@ -6638,7 +6651,7 @@ "message": "Deprecated. If included, the only allowed value is RequestBasedUsage.", "since": "2022-02-01" }, - "smithy.api#documentation": "

No longer used. If included, the only allowed value is \n RequestBasedUsage.

" + "smithy.api#documentation": "

No longer used. If included, the only allowed value is\n RequestBasedUsage.

" } }, "PricingPlanDataSource": { @@ -6832,7 +6845,7 @@ "message": "Deprecated. If included, the only allowed value is RequestBasedUsage.", "since": "2022-02-01" }, - "smithy.api#documentation": "

No longer used. If included, the only allowed value is \n RequestBasedUsage.

" + "smithy.api#documentation": "

No longer used. If included, the only allowed value is\n RequestBasedUsage.

" } }, "Description": { @@ -6862,14 +6875,14 @@ "IndexArn": { "target": "com.amazonaws.location#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a\n resource across AWS.

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

The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a\n resource across AWS.

\n ", "smithy.api#required": {} } }, "UpdateTime": { "target": "com.amazonaws.location#Timestamp", "traits": { - "smithy.api#documentation": "

The timestamp for when the place index resource was last updated in ISO 8601 format:\n YYYY-MM-DDThh:mm:ss.sssZ.

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

The timestamp for when the place index resource was last updated in ISO 8601\n format: YYYY-MM-DDThh:mm:ss.sssZ.

", "smithy.api#required": {} } } @@ -6930,7 +6943,7 @@ "message": "Deprecated. If included, the only allowed value is RequestBasedUsage.", "since": "2022-02-01" }, - "smithy.api#documentation": "

No longer used. If included, the only allowed value is \n RequestBasedUsage.

" + "smithy.api#documentation": "

No longer used. If included, the only allowed value is\n RequestBasedUsage.

" } }, "Description": { @@ -6954,7 +6967,7 @@ "CalculatorArn": { "target": "com.amazonaws.location#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource\n across AWS.

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

The Amazon Resource Name (ARN) of the updated route calculator resource. Used to\n specify a resource across AWS.

\n ", "smithy.api#required": {} } }, diff --git a/codegen/sdk-codegen/aws-models/mediapackage.json b/codegen/sdk-codegen/aws-models/mediapackage.json index 47e766e66fe..10e3f4f106f 100644 --- a/codegen/sdk-codegen/aws-models/mediapackage.json +++ b/codegen/sdk-codegen/aws-models/mediapackage.json @@ -986,7 +986,7 @@ "Profile": { "target": "com.amazonaws.mediapackage#Profile", "traits": { - "smithy.api#documentation": "The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to \"HBBTV_1_5\", HbbTV 1.5 compliant output is enabled.", + "smithy.api#documentation": "The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to \"HBBTV_1_5\", HbbTV 1.5 compliant output is enabled. When set to \"DVB-DASH_2014\", DVB-DASH 2014 compliant output is enabled.", "smithy.api#jsonName": "profile" } }, @@ -1027,7 +1027,7 @@ "UtcTimingUri": { "target": "com.amazonaws.mediapackage#__string", "traits": { - "smithy.api#documentation": "Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD", + "smithy.api#documentation": "Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE", "smithy.api#jsonName": "utcTimingUri" } } @@ -2665,6 +2665,10 @@ { "value": "HYBRIDCAST", "name": "HYBRIDCAST" + }, + { + "value": "DVB_DASH_2014", + "name": "DVB_DASH_2014" } ] } @@ -3543,6 +3547,10 @@ { "value": "HTTP-ISO", "name": "HTTP_ISO" + }, + { + "value": "HTTP-XSDATE", + "name": "HTTP_XSDATE" } ] } diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json index 7a472b51665..9beaaa1eda1 100644 --- a/codegen/sdk-codegen/aws-models/rds.json +++ b/codegen/sdk-codegen/aws-models/rds.json @@ -2579,7 +2579,7 @@ "AvailabilityZone": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

The Availability Zone (AZ) where the database will be created. For information on\n Amazon Web Services Regions and Availability Zones, see \n Regions\n and Availability Zones.

\n

\n Amazon Aurora\n

\n

Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these \n Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.

\n

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

\n

Example: us-east-1d\n

\n

Constraint: The AvailabilityZone parameter can't be specified if the DB instance is a Multi-AZ deployment. \n The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.

\n \n

If you're creating a DB instance in an RDS on VMware environment,\n specify the identifier of the custom Availability Zone to create the DB instance\n in.

\n

For more information about RDS on VMware, see the \n \n RDS on VMware User Guide.\n

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

The Availability Zone (AZ) where the database will be created. For information on\n Amazon Web Services Regions and Availability Zones, see \n Regions\n and Availability Zones.

\n

\n Amazon Aurora\n

\n

Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these \n Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.

\n

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

\n

Example: us-east-1d\n

\n

Constraint: The AvailabilityZone parameter can't be specified if the DB instance is a Multi-AZ deployment. \n The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.

" } }, "DBSubnetGroupName": { diff --git a/codegen/sdk-codegen/aws-models/redshift.json b/codegen/sdk-codegen/aws-models/redshift.json index c9d6a84f6f9..d703091e619 100644 --- a/codegen/sdk-codegen/aws-models/redshift.json +++ b/codegen/sdk-codegen/aws-models/redshift.json @@ -622,7 +622,7 @@ } ], "traits": { - "smithy.api#documentation": "

From a data producer account, authorizes the sharing of a datashare with one or more\n consumer accounts or managing entities. To authorize a datashare for a data consumer, the producer account\n must have the correct access privileges.

" + "smithy.api#documentation": "

From a data producer account, authorizes the sharing of a datashare with one or more\n consumer accounts or managing entities. To authorize a datashare for a data consumer,\n the producer account must have the correct access permissions.

" } }, "com.amazonaws.redshift#AuthorizeDataShareMessage": { @@ -1383,7 +1383,7 @@ "DbUser": { "target": "com.amazonaws.redshift#String", "traits": { - "smithy.api#documentation": "

A database user name that is authorized to log on to the database\n DbName using the password DbPassword. If the specified\n DbUser exists in the database, the new user name has the same database privileges as the\n the user named in DbUser. By default, the user is added to PUBLIC. If the\n DbGroups parameter is specifed, DbUser is added to the\n listed groups for any sessions created using these credentials.

" + "smithy.api#documentation": "

A database user name that is authorized to log on to the database DbName\n using the password DbPassword. If the specified DbUser exists in the\n database, the new user name has the same database permissions as the the user named in\n DbUser. By default, the user is added to PUBLIC. If the DbGroups parameter\n is specifed, DbUser is added to the listed groups for any sessions created\n using these credentials.

" } }, "DbPassword": { @@ -2678,6 +2678,12 @@ "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.

" } + }, + "LoadSampleData": { + "target": "com.amazonaws.redshift#String", + "traits": { + "smithy.api#documentation": "

A flag that specifies whether to load sample data once the cluster is created.

" + } } }, "traits": { @@ -3724,7 +3730,7 @@ "DataShareAssociations": { "target": "com.amazonaws.redshift#DataShareAssociationList", "traits": { - "smithy.api#documentation": "

A value that specifies when the datashare has an association between a producer and data consumers.

" + "smithy.api#documentation": "

A value that specifies when the datashare has an association between producer and data\n consumers.

" } }, "ManagedBy": { @@ -3925,7 +3931,7 @@ } ], "traits": { - "smithy.api#documentation": "

From the producer account, removes authorization from the specified datashare.

" + "smithy.api#documentation": "

From a datashare producer account, removes authorization from the specified datashare.

" } }, "com.amazonaws.redshift#DeauthorizeDataShareMessage": { @@ -7072,7 +7078,7 @@ } ], "traits": { - "smithy.api#documentation": "

From a consumer account, remove association for the specified datashare.\n

" + "smithy.api#documentation": "

From a datashare consumer account, remove association for the specified datashare.\n

" } }, "com.amazonaws.redshift#DisassociateDataShareConsumerMessage": { @@ -7980,7 +7986,7 @@ } ], "traits": { - "smithy.api#documentation": "

Returns a database user name and temporary password with temporary authorization to\n log on to an Amazon Redshift database. The action returns the database user name\n prefixed with IAM: if AutoCreate is False or\n IAMA: if AutoCreate is True. You can\n optionally specify one or more database user groups that the user will join at log on.\n By default, the temporary credentials expire in 900 seconds. You can optionally specify\n a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). For more\n information, see Using IAM Authentication\n to Generate Database User Credentials in the Amazon Redshift Cluster Management Guide.

\n

The Identity and Access Management (IAM) user or role that runs\n GetClusterCredentials must have an IAM policy attached that allows access to all\n necessary actions and resources. For more information about permissions, see Resource Policies for GetClusterCredentials in the\n Amazon Redshift Cluster Management Guide.

\n

If the DbGroups parameter is specified, the IAM policy must allow the\n redshift:JoinGroup action with access to the listed\n dbgroups.

\n

In addition, if the AutoCreate parameter is set to True,\n then the policy must include the redshift:CreateClusterUser\n privilege.

\n

If the DbName parameter is specified, the IAM policy must allow access\n to the resource dbname for the specified database name.

" + "smithy.api#documentation": "

Returns a database user name and temporary password with temporary authorization to\n log on to an Amazon Redshift database. The action returns the database user name\n prefixed with IAM: if AutoCreate is False or\n IAMA: if AutoCreate is True. You can\n optionally specify one or more database user groups that the user will join at log on.\n By default, the temporary credentials expire in 900 seconds. You can optionally specify\n a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). For more\n information, see Using IAM Authentication\n to Generate Database User Credentials in the Amazon Redshift Cluster Management Guide.

\n

The Identity and Access Management (IAM) user or role that runs\n GetClusterCredentials must have an IAM policy attached that allows access to all\n necessary actions and resources. For more information about permissions, see Resource Policies for GetClusterCredentials in the\n Amazon Redshift Cluster Management Guide.

\n

If the DbGroups parameter is specified, the IAM policy must allow the\n redshift:JoinGroup action with access to the listed\n dbgroups.

\n

In addition, if the AutoCreate parameter is set to True,\n then the policy must include the redshift:CreateClusterUser\n permission.

\n

If the DbName parameter is specified, the IAM policy must allow access\n to the resource dbname for the specified database name.

" } }, "com.amazonaws.redshift#GetClusterCredentialsMessage": { @@ -11598,7 +11604,7 @@ } ], "traits": { - "smithy.api#documentation": "

From the consumer account, rejects the specified datashare.

" + "smithy.api#documentation": "

From a datashare consumer account, rejects the specified datashare.

" } }, "com.amazonaws.redshift#RejectDataShareMessage": { diff --git a/codegen/sdk-codegen/aws-models/securityhub.json b/codegen/sdk-codegen/aws-models/securityhub.json index ca9f7732014..7d9e12e3854 100644 --- a/codegen/sdk-codegen/aws-models/securityhub.json +++ b/codegen/sdk-codegen/aws-models/securityhub.json @@ -13854,7 +13854,7 @@ } ], "traits": { - "smithy.api#documentation": "

Imports security findings generated by a finding provider into Security Hub.\n This action is requested by the finding provider to import its findings into\n Security Hub.

\n

\n BatchImportFindings must be called by one of the following:

\n \n

The maximum allowed size for a finding is 240 Kb. An error is returned for any finding\n larger than 240 Kb.

\n

After a finding is created, BatchImportFindings cannot be used to update\n the following finding fields and objects, which Security Hub customers use to manage their\n investigation workflow.

\n \n

Finding providers also should not use BatchImportFindings to update the following attributes.

\n \n

Instead, finding providers use FindingProviderFields to provide values for these attributes.

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

Imports security findings generated by a finding provider into Security Hub.\n This action is requested by the finding provider to import its findings into\n Security Hub.

\n

\n BatchImportFindings must be called by one of the following:

\n \n

The maximum allowed size for a finding is 240 Kb. An error is returned for any finding\n larger than 240 Kb.

\n

After a finding is created, BatchImportFindings cannot be used to update\n the following finding fields and objects, which Security Hub customers use to manage their\n investigation workflow.

\n \n

Finding providers also should not use BatchImportFindings to update the following attributes.

\n \n

Instead, finding providers use FindingProviderFields to provide values for these attributes.

", "smithy.api#http": { "method": "POST", "uri": "/findings/import", @@ -19886,7 +19886,7 @@ "name": "securityhub" }, "aws.protocols#restJson1": {}, - "smithy.api#documentation": "

Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. It also provides you with the readiness status\n of your environment based on controls from supported security standards. Security Hub collects\n security data from Amazon Web Services accounts, services, and integrated third-party products and helps\n you analyze security trends in your environment to identify the highest priority security\n issues. For more information about Security Hub, see the \n Security HubUser\n Guide\n .

\n

When you use operations in the Security Hub API, the requests are executed only in the Amazon Web Services\n Region that is currently active or in the specific Amazon Web Services Region that you specify in your\n request. Any configuration or settings change that results from the operation is applied\n only to that Region. To make the same change in other Regions, execute the same command for\n each Region to apply the change to.

\n

For example, if your Region is set to us-west-2, when you use CreateMembers to add a member account to Security Hub, the association of\n the member account with the administrator account is created only in the us-west-2\n Region. Security Hub must be enabled for the member account in the same Region that the invitation\n was sent from.

\n

The following throttling limits apply to using Security Hub API operations.

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

Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. It also provides you with the readiness status\n of your environment based on controls from supported security standards. Security Hub collects\n security data from Amazon Web Services accounts, services, and integrated third-party products and helps\n you analyze security trends in your environment to identify the highest priority security\n issues. For more information about Security Hub, see the \n Security HubUser\n Guide\n .

\n

When you use operations in the Security Hub API, the requests are executed only in the Amazon Web Services\n Region that is currently active or in the specific Amazon Web Services Region that you specify in your\n request. Any configuration or settings change that results from the operation is applied\n only to that Region. To make the same change in other Regions, execute the same command for\n each Region to apply the change to.

\n

For example, if your Region is set to us-west-2, when you use CreateMembers to add a member account to Security Hub, the association of\n the member account with the administrator account is created only in the us-west-2\n Region. Security Hub must be enabled for the member account in the same Region that the invitation\n was sent from.

\n

The following throttling limits apply to using Security Hub API operations.

\n ", "smithy.api#title": "AWS SecurityHub" }, "version": "2018-10-26",