Skip to content

Commit

Permalink
feat(aws-android-sdk-location): update models to latest (#3350)
Browse files Browse the repository at this point in the history
  • Loading branch information
awsmobilesdk authored Aug 11, 2023
1 parent d39d75a commit 9c02fa9
Show file tree
Hide file tree
Showing 29 changed files with 1,962 additions and 573 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,18 +544,16 @@ CreateGeofenceCollectionResult createGeofenceCollection(
/**
* <p>
* Creates an API key resource in your Amazon Web Services account, which
* lets you grant <code>geo:GetMap*</code> actions for Amazon Location Map
* resources to the API key bearer.
* lets you grant actions for Amazon Location resources to the API key
* bearer.
* </p>
* <important>
* <note>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* For more information, see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
* </note>
*
* @param createKeyRequest
* @return createKeyResult The response from the CreateKey service method,
Expand Down Expand Up @@ -929,15 +927,6 @@ DescribeGeofenceCollectionResult describeGeofenceCollection(
* <p>
* Retrieves the API key resource details.
* </p>
* <important>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
*
* @param describeKeyRequest
* @return describeKeyResult The response from the DescribeKey service
Expand Down Expand Up @@ -1415,15 +1404,6 @@ ListGeofencesResult listGeofences(ListGeofencesRequest listGeofencesRequest)
* <p>
* Lists API key resources in your Amazon Web Services account.
* </p>
* <important>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
*
* @param listKeysRequest
* @return listKeysResult The response from the ListKeys service method, as
Expand Down Expand Up @@ -1823,15 +1803,6 @@ UpdateGeofenceCollectionResult updateGeofenceCollection(
* <p>
* Updates the specified properties of a given API key resource.
* </p>
* <important>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
*
* @param updateKeyRequest
* @return updateKeyResult The response from the UpdateKey service method,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,18 +1077,16 @@ public CreateGeofenceCollectionResult createGeofenceCollection(
/**
* <p>
* Creates an API key resource in your Amazon Web Services account, which
* lets you grant <code>geo:GetMap*</code> actions for Amazon Location Map
* resources to the API key bearer.
* lets you grant actions for Amazon Location resources to the API key
* bearer.
* </p>
* <important>
* <note>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* For more information, see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
* </note>
*
* @param createKeyRequest
* @return createKeyResult The response from the CreateKey service method,
Expand Down Expand Up @@ -1778,15 +1776,6 @@ public DescribeGeofenceCollectionResult describeGeofenceCollection(
* <p>
* Retrieves the API key resource details.
* </p>
* <important>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
*
* @param describeKeyRequest
* @return describeKeyResult The response from the DescribeKey service
Expand Down Expand Up @@ -2716,15 +2705,6 @@ public ListGeofencesResult listGeofences(ListGeofencesRequest listGeofencesReque
* <p>
* Lists API key resources in your Amazon Web Services account.
* </p>
* <important>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
*
* @param listKeysRequest
* @return listKeysResult The response from the ListKeys service method, as
Expand Down Expand Up @@ -3495,15 +3475,6 @@ public UpdateGeofenceCollectionResult updateGeofenceCollection(
* <p>
* Updates the specified properties of a given API key resource.
* </p>
* <important>
* <p>
* The API keys feature is in preview. We may add, change, or remove
* features before announcing general availability. For more information,
* see <a href=
* "https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html"
* >Using API keys</a>.
* </p>
* </important>
*
* @param updateKeyRequest
* @return updateKeyResult The response from the UpdateKey service method,
Expand Down
Loading

0 comments on commit 9c02fa9

Please sign in to comment.