Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geo Update models to latest #3350

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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