aws-sdk-geomaps 1.0.0 → 1.1.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: 8feb9320bbddfab5552fbe7a4118fb783c86d5bfcfe25f7d187ac2b98dde30be
4
- data.tar.gz: 69c8da7dadba5b61fef87aadf03c2e777ee74d01eebcc1f1abe60338d342e5c6
3
+ metadata.gz: 9b36224e4e3f5d13280dc447c9a70ece36ff68aad1bc742a60b8a9575f1a4398
4
+ data.tar.gz: fea03d980aa1fd7540eeccdbd6dcaf5c37e5c71be3cd5bd60321358fd0e6ff69
5
5
  SHA512:
6
- metadata.gz: d8b935be64fd11e43ef9eae2f6717b34821ec143df0aad38ebb9d86c9a5e62d60e8768382873add3cd8856155898c4752bf8522e46a3de832bd61f0b60bf30fe
7
- data.tar.gz: c901111da0a2f00ee4d1fefe6a4a6c13c9ef248381e5ed903f84069a093471f7a74871afeac9e4966ad2e53f50e82045fc84c5c19431c0c8ff636e1bd4d3e059
6
+ metadata.gz: e774a4f182d1958ea95e719b1fe405d7031a90d95650a92c50e6c593bb1affb261b20e31af142a766024973b6e6de7503e0ac784b4382ed828ae90de5edcb15b
7
+ data.tar.gz: d0fac81fb8d1e2a5c5d2537cea5875b4c3c6f2dce57f7033f7da46c30484306c487e25a15e1310a1a3fcd238178f458583246bd0fa9ffcecd68c44f57b607851
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.0.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -770,10 +770,10 @@ module Aws::GeoMaps
770
770
  # Takes in a string to draw geometries on the image. The input is a
771
771
  # valid GeoJSON collection object.
772
772
  #
773
- # Example: `\{"type":"FeatureCollection","features":
774
- # [\{"type":"Feature","geometry":\{"type":"MultiPoint","coordinates":
775
- # [[-90.076345,51.504107],[-0.074451,51.506892]]\},"properties":
776
- # \{"color":"#00DD00"\}\}]\}`
773
+ # Example: `{"type":"FeatureCollection","features":
774
+ # [{"type":"Feature","geometry":{"type":"MultiPoint","coordinates":
775
+ # [[-90.076345,51.504107],[-0.074451,51.506892]]},"properties":
776
+ # {"color":"#00DD00"}}]}`
777
777
  #
778
778
  # @option params [required, Integer] :height
779
779
  # Specifies the height of the map image.
@@ -1045,7 +1045,7 @@ module Aws::GeoMaps
1045
1045
  tracer: tracer
1046
1046
  )
1047
1047
  context[:gem_name] = 'aws-sdk-geomaps'
1048
- context[:gem_version] = '1.0.0'
1048
+ context[:gem_version] = '1.1.0'
1049
1049
  Seahorse::Client::Request.new(handlers, context)
1050
1050
  end
1051
1051
 
@@ -364,10 +364,10 @@ module Aws::GeoMaps
364
364
  # Takes in a string to draw geometries on the image. The input is a
365
365
  # valid GeoJSON collection object.
366
366
  #
367
- # Example: `\{"type":"FeatureCollection","features":
368
- # [\{"type":"Feature","geometry":\{"type":"MultiPoint","coordinates":
369
- # [[-90.076345,51.504107],[-0.074451,51.506892]]\},"properties":
370
- # \{"color":"#00DD00"\}\}]\}`
367
+ # Example: `{"type":"FeatureCollection","features":
368
+ # [{"type":"Feature","geometry":{"type":"MultiPoint","coordinates":
369
+ # [[-90.076345,51.504107],[-0.074451,51.506892]]},"properties":
370
+ # {"color":"#00DD00"}}]}`
371
371
  # @return [String]
372
372
  #
373
373
  # @!attribute [rw] height
@@ -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.0.0'
57
+ GEM_VERSION = '1.1.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-geomaps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-30 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core