aws-sdk-geomaps 1.5.0 → 1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d41ffac075a30021b0a9d41b7d45e0de49d00a071d3a2442fa6d11ece92e94e3
4
- data.tar.gz: 5e82c4cc975891c68847a5764dcb3f9ce1107024baee14aa34823534c7acba91
3
+ metadata.gz: e044ea4a3e12706e8e92297d11dec3b2a93980fbeb54b889b5aa10e4ee8a4284
4
+ data.tar.gz: 6a03250bf877f9c44eaae1bc0bbacd29ebe10129929d567a9db86f35aec93518
5
5
  SHA512:
6
- metadata.gz: b78968d3f36448151a963ff31b5813df591d67f0dce921e15f8a61c5e94b66ee6d531e3101d12dcb12d16801b256d920642bb02822027307cf949e52bae09f03
7
- data.tar.gz: 71ad706ed12c9d71f86fd62c251a2f91cc98a0f6c171bc79485ed93e7225e32aae03cdfaf7f91eae722efa9364141102a0a3784237ac7a3a0d66a2e74898ac86
6
+ metadata.gz: c7b7601c13c07cebde8471f87246d2090df83f7ed30c1ee70aa4d797ce8793f95b0e0a79297b79583199ffc88601eb867c0a3d88025d83f5f6928f54eddc744d
7
+ data.tar.gz: 936477c4dc0d5bd0b94a835d5e358c24d6ec9834943f146760320173b0144343d49687a292e214cfb49df64d63670a22b6cf5694fea0e4b9b585ba40e582249a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.5.0 (2025-03-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -1277,7 +1277,7 @@ module Aws::GeoMaps
1277
1277
  tracer: tracer
1278
1278
  )
1279
1279
  context[:gem_name] = 'aws-sdk-geomaps'
1280
- context[:gem_version] = '1.5.0'
1280
+ context[:gem_version] = '1.6.0'
1281
1281
  Seahorse::Client::Request.new(handlers, context)
1282
1282
  end
1283
1283
 
@@ -105,7 +105,7 @@ module Aws::GeoMaps
105
105
  GetStaticMapRequest.add_member(:padding, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "padding"))
106
106
  GetStaticMapRequest.add_member(:political_view, Shapes::ShapeRef.new(shape: CountryCode, location: "querystring", location_name: "political-view"))
107
107
  GetStaticMapRequest.add_member(:points_of_interests, Shapes::ShapeRef.new(shape: MapFeatureMode, location: "querystring", location_name: "pois"))
108
- GetStaticMapRequest.add_member(:radius, Shapes::ShapeRef.new(shape: DistanceMeters, location: "querystring", location_name: "radius", metadata: {"box"=>true}))
108
+ GetStaticMapRequest.add_member(:radius, Shapes::ShapeRef.new(shape: DistanceMeters, location: "querystring", location_name: "radius", metadata: {"box" => true}))
109
109
  GetStaticMapRequest.add_member(:file_name, Shapes::ShapeRef.new(shape: GetStaticMapRequestFileNameString, required: true, location: "uri", location_name: "FileName"))
110
110
  GetStaticMapRequest.add_member(:scale_bar_unit, Shapes::ShapeRef.new(shape: ScaleBarUnit, location: "querystring", location_name: "scale-unit"))
111
111
  GetStaticMapRequest.add_member(:style, Shapes::ShapeRef.new(shape: StaticMapStyle, location: "querystring", location_name: "style"))
@@ -54,7 +54,7 @@ module Aws::GeoMaps
54
54
  autoload :EndpointProvider, 'aws-sdk-geomaps/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-geomaps/endpoints'
56
56
 
57
- GEM_VERSION = '1.5.0'
57
+ GEM_VERSION = '1.6.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-geomaps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-geomaps
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-geomaps/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon Location Service Maps V2
99
96
  test_files: []