Skip to content

Commit 17e0ca8

Browse files
feat(aws-android-sdk-location): update models to latest (#3160)
Co-authored-by: AWS Mobile SDK Bot <[email protected]>
1 parent 50cfab7 commit 17e0ca8

File tree

369 files changed

+1677
-493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

369 files changed

+1677
-493
lines changed

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/AmazonLocation.java

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -527,6 +527,7 @@ CalculateRouteMatrixResult calculateRouteMatrix(
527527
* @throws ConflictException
528528
* @throws AccessDeniedException
529529
* @throws ValidationException
530+
* @throws ServiceQuotaExceededException
530531
* @throws ThrottlingException
531532
* @throws AmazonClientException If any internal errors are encountered
532533
* inside the client while attempting to make the request or
@@ -548,7 +549,7 @@ CreateGeofenceCollectionResult createGeofenceCollection(
548549
* <note>
549550
* <p>
550551
* If your application is tracking or routing assets you use in your
551-
* business, such as delivery vehicles or employees, you may only use HERE
552+
* business, such as delivery vehicles or employees, you must not use Esri
552553
* as your geolocation provider. See section 82 of the <a
553554
* href="http://aws.amazon.com/service-terms">AWS service terms</a> for more
554555
* details.
@@ -562,6 +563,7 @@ CreateGeofenceCollectionResult createGeofenceCollection(
562563
* @throws ConflictException
563564
* @throws AccessDeniedException
564565
* @throws ValidationException
566+
* @throws ServiceQuotaExceededException
565567
* @throws ThrottlingException
566568
* @throws AmazonClientException If any internal errors are encountered
567569
* inside the client while attempting to make the request or
@@ -586,7 +588,7 @@ CreateMapResult createMap(CreateMapRequest createMapRequest) throws AmazonClient
586588
* <note>
587589
* <p>
588590
* If your application is tracking or routing assets you use in your
589-
* business, such as delivery vehicles or employees, you may only use HERE
591+
* business, such as delivery vehicles or employees, you must not use Esri
590592
* as your geolocation provider. See section 82 of the <a
591593
* href="http://aws.amazon.com/service-terms">AWS service terms</a> for more
592594
* details.
@@ -600,6 +602,7 @@ CreateMapResult createMap(CreateMapRequest createMapRequest) throws AmazonClient
600602
* @throws ConflictException
601603
* @throws AccessDeniedException
602604
* @throws ValidationException
605+
* @throws ServiceQuotaExceededException
603606
* @throws ThrottlingException
604607
* @throws AmazonClientException If any internal errors are encountered
605608
* inside the client while attempting to make the request or
@@ -624,7 +627,7 @@ CreatePlaceIndexResult createPlaceIndex(CreatePlaceIndexRequest createPlaceIndex
624627
* <note>
625628
* <p>
626629
* If your application is tracking or routing assets you use in your
627-
* business, such as delivery vehicles or employees, you may only use HERE
630+
* business, such as delivery vehicles or employees, you must not use Esri
628631
* as your geolocation provider. See section 82 of the <a
629632
* href="http://aws.amazon.com/service-terms">AWS service terms</a> for more
630633
* details.
@@ -639,6 +642,7 @@ CreatePlaceIndexResult createPlaceIndex(CreatePlaceIndexRequest createPlaceIndex
639642
* @throws ConflictException
640643
* @throws AccessDeniedException
641644
* @throws ValidationException
645+
* @throws ServiceQuotaExceededException
642646
* @throws ThrottlingException
643647
* @throws AmazonClientException If any internal errors are encountered
644648
* inside the client while attempting to make the request or
@@ -1600,10 +1604,22 @@ SearchPlaceIndexForTextResult searchPlaceIndexForText(
16001604
* Assigns one or more tags (key-value pairs) to the specified Amazon
16011605
* Location Service resource.
16021606
* </p>
1603-
*
1604-
* <pre>
1605-
* <code> &lt;p&gt;Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.&lt;/p&gt; &lt;p&gt;You can use the &lt;code&gt;TagResource&lt;/code&gt; operation with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that's already associated with the resource, the new tag value that you specify replaces the previous value for that tag. &lt;/p&gt; &lt;p&gt;You can associate up to 50 tags with a resource.&lt;/p&gt; </code>
1606-
* </pre>
1607+
* <p>
1608+
* Tags can help you organize and categorize your resources. You can also
1609+
* use them to scope user permissions, by granting a user permission to
1610+
* access or change only resources with certain tag values.
1611+
* </p>
1612+
* <p>
1613+
* You can use the <code>TagResource</code> operation with an Amazon
1614+
* Location Service resource that already has tags. If you specify a new tag
1615+
* key for the resource, this tag is appended to the tags already associated
1616+
* with the resource. If you specify a tag key that's already associated
1617+
* with the resource, the new tag value that you specify replaces the
1618+
* previous value for that tag.
1619+
* </p>
1620+
* <p>
1621+
* You can associate up to 50 tags with a resource.
1622+
* </p>
16071623
*
16081624
* @param tagResourceRequest
16091625
* @return tagResourceResult The response from the TagResource service

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/AmazonLocationClient.java

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -1033,6 +1033,7 @@ public CalculateRouteMatrixResult calculateRouteMatrix(
10331033
* @throws ConflictException
10341034
* @throws AccessDeniedException
10351035
* @throws ValidationException
1036+
* @throws ServiceQuotaExceededException
10361037
* @throws ThrottlingException
10371038
* @throws AmazonClientException If any internal errors are encountered
10381039
* inside the client while attempting to make the request or
@@ -1081,7 +1082,7 @@ public CreateGeofenceCollectionResult createGeofenceCollection(
10811082
* <note>
10821083
* <p>
10831084
* If your application is tracking or routing assets you use in your
1084-
* business, such as delivery vehicles or employees, you may only use HERE
1085+
* business, such as delivery vehicles or employees, you must not use Esri
10851086
* as your geolocation provider. See section 82 of the <a
10861087
* href="http://aws.amazon.com/service-terms">AWS service terms</a> for more
10871088
* details.
@@ -1095,6 +1096,7 @@ public CreateGeofenceCollectionResult createGeofenceCollection(
10951096
* @throws ConflictException
10961097
* @throws AccessDeniedException
10971098
* @throws ValidationException
1099+
* @throws ServiceQuotaExceededException
10981100
* @throws ThrottlingException
10991101
* @throws AmazonClientException If any internal errors are encountered
11001102
* inside the client while attempting to make the request or
@@ -1145,7 +1147,7 @@ public CreateMapResult createMap(CreateMapRequest createMapRequest)
11451147
* <note>
11461148
* <p>
11471149
* If your application is tracking or routing assets you use in your
1148-
* business, such as delivery vehicles or employees, you may only use HERE
1150+
* business, such as delivery vehicles or employees, you must not use Esri
11491151
* as your geolocation provider. See section 82 of the <a
11501152
* href="http://aws.amazon.com/service-terms">AWS service terms</a> for more
11511153
* details.
@@ -1159,6 +1161,7 @@ public CreateMapResult createMap(CreateMapRequest createMapRequest)
11591161
* @throws ConflictException
11601162
* @throws AccessDeniedException
11611163
* @throws ValidationException
1164+
* @throws ServiceQuotaExceededException
11621165
* @throws ThrottlingException
11631166
* @throws AmazonClientException If any internal errors are encountered
11641167
* inside the client while attempting to make the request or
@@ -1209,7 +1212,7 @@ public CreatePlaceIndexResult createPlaceIndex(CreatePlaceIndexRequest createPla
12091212
* <note>
12101213
* <p>
12111214
* If your application is tracking or routing assets you use in your
1212-
* business, such as delivery vehicles or employees, you may only use HERE
1215+
* business, such as delivery vehicles or employees, you must not use Esri
12131216
* as your geolocation provider. See section 82 of the <a
12141217
* href="http://aws.amazon.com/service-terms">AWS service terms</a> for more
12151218
* details.
@@ -1224,6 +1227,7 @@ public CreatePlaceIndexResult createPlaceIndex(CreatePlaceIndexRequest createPla
12241227
* @throws ConflictException
12251228
* @throws AccessDeniedException
12261229
* @throws ValidationException
1230+
* @throws ServiceQuotaExceededException
12271231
* @throws ThrottlingException
12281232
* @throws AmazonClientException If any internal errors are encountered
12291233
* inside the client while attempting to make the request or
@@ -3089,10 +3093,22 @@ public SearchPlaceIndexForTextResult searchPlaceIndexForText(
30893093
* Assigns one or more tags (key-value pairs) to the specified Amazon
30903094
* Location Service resource.
30913095
* </p>
3092-
*
3093-
* <pre>
3094-
* <code> &lt;p&gt;Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.&lt;/p&gt; &lt;p&gt;You can use the &lt;code&gt;TagResource&lt;/code&gt; operation with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that's already associated with the resource, the new tag value that you specify replaces the previous value for that tag. &lt;/p&gt; &lt;p&gt;You can associate up to 50 tags with a resource.&lt;/p&gt; </code>
3095-
* </pre>
3096+
* <p>
3097+
* Tags can help you organize and categorize your resources. You can also
3098+
* use them to scope user permissions, by granting a user permission to
3099+
* access or change only resources with certain tag values.
3100+
* </p>
3101+
* <p>
3102+
* You can use the <code>TagResource</code> operation with an Amazon
3103+
* Location Service resource that already has tags. If you specify a new tag
3104+
* key for the resource, this tag is appended to the tags already associated
3105+
* with the resource. If you specify a tag key that's already associated
3106+
* with the resource, the new tag value that you specify replaces the
3107+
* previous value for that tag.
3108+
* </p>
3109+
* <p>
3110+
* You can associate up to 50 tags with a resource.
3111+
* </p>
30963112
*
30973113
* @param tagResourceRequest
30983114
* @return tagResourceResult The response from the TagResource service

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/AccessDeniedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/AssociateTrackerConsumerRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/AssociateTrackerConsumerResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/BatchDeleteDevicePositionHistoryError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/BatchDeleteDevicePositionHistoryRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/BatchDeleteDevicePositionHistoryResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/BatchDeleteGeofenceError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/BatchDeleteGeofenceRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)