aws-sdk-locationservice 1.75.0 → 1.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-locationservice/client.rb +1 -1
- data/lib/aws-sdk-locationservice.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a12b8992d23802c4e132e83eba092d44aa4ea38e54c3e914ddd3224a84ab26a6
|
4
|
+
data.tar.gz: 1922f5b62570c930fea44be7920c17931d146f0ccecc81fa07e27c3f4136b589
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7cb0cb3524c52076dbadfbb0a2fbe57b72b89ec4aa2a0d24360a63186c0cc7898820e2e3078fd266c8c0de183c9a43d619eeb58eb14da73efaf1d6e6e8616ad
|
7
|
+
data.tar.gz: 800612e54b789ad2706e35a04b4fda9f8cfb33484c6b490229ff072cecc5e8c702c1f0b68559776dd4dc3319ee361ed303db312df9fafea2722618c62ce26258
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.76.0
|
@@ -4981,7 +4981,7 @@ module Aws::LocationService
|
|
4981
4981
|
tracer: tracer
|
4982
4982
|
)
|
4983
4983
|
context[:gem_name] = 'aws-sdk-locationservice'
|
4984
|
-
context[:gem_version] = '1.
|
4984
|
+
context[:gem_version] = '1.76.0'
|
4985
4985
|
Seahorse::Client::Request.new(handlers, context)
|
4986
4986
|
end
|
4987
4987
|
|