aws-sdk-locationservice 1.29.0 → 1.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e1de1be0fc2346d8b8a6ab9b5ed3aaab229bfad2891490a9072b84f75b1f66b
4
- data.tar.gz: 2e2ace7fff3ab2b9869b7020807bc07cb17b0f53220da8f48ffb86fa60229239
3
+ metadata.gz: 9c01507635f925a97100877ef93422c6e14fdaa6fe4736905bbd38e3e371bcd1
4
+ data.tar.gz: ab03f621b085914333abefbb2a662a5931a4b589892a3c14a41258fceac6e183
5
5
  SHA512:
6
- metadata.gz: e1c8a2b43f5b6057eba21c2db4215afd8e3491680a6239d72c150a35c794d0ddaf7e216a90d2eea01903e1ae2a8fd371b4a8a47975e112cc594dd71c00303606
7
- data.tar.gz: 2e30718d3ce5976de5cea50c1a96f581e5d93b445cc359877aa1c88fb28d5d9e1989cac33470618819a5624a522e2a3b8e2121d321a46efe2636f46dcf98ecef
6
+ metadata.gz: '011288b6ecf831f3bb03eb07298993c7df411033e5b31216261dedd86afecc478c614c1f299fa809b7a5e13df56ddebd08a2faa9c79939536dfdf429abcddefb'
7
+ data.tar.gz: 2db64936aacc1e4bae9864fc946126eedecec643bbe0f37fceef59b9e1e84af8104a4e8e4c79248c212e0b10707843b20f3f09aaa662074c928d44d0b0259717
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2023-03-07)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for the release of 3 additional map styles for use with Open Data Maps: Open Data Standard Dark, Open Data Visualization Light & Open Data Visualization Dark.
8
+
4
9
  1.29.0 (2023-02-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -2667,19 +2667,21 @@ module Aws::LocationService
2667
2667
  #
2668
2668
  # ^
2669
2669
  #
2670
- # Valid font stacks for [Open Data (Preview)][4] styles:
2670
+ # Valid font stacks for [Open Data][4] styles:
2671
2671
  #
2672
- # * VectorOpenDataStandardLight – `Amazon Ember Regular,Noto Sans
2673
- # Regular` \| `Amazon Ember Bold,Noto Sans Bold` \| `Amazon Ember
2674
- # Medium,Noto Sans Medium` \| `Amazon Ember Regular Italic,Noto Sans
2675
- # Italic` \| `Amazon Ember Condensed RC Regular,Noto Sans Regular` \|
2676
- # `Amazon Ember Condensed RC Bold,Noto Sans Bold`
2672
+ # * VectorOpenDataStandardLight, VectorOpenDataStandardDark,
2673
+ # VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark
2674
+ # `Amazon Ember Regular,Noto Sans Regular` \| `Amazon Ember Bold,Noto
2675
+ # Sans Bold` \| `Amazon Ember Medium,Noto Sans Medium` \| `Amazon
2676
+ # Ember Regular Italic,Noto Sans Italic` \| `Amazon Ember Condensed RC
2677
+ # Regular,Noto Sans Regular` \| `Amazon Ember Condensed RC Bold,Noto
2678
+ # Sans Bold`
2677
2679
  #
2678
2680
  # ^
2679
2681
  #
2680
- # <note markdown="1"> The fonts used by `VectorOpenDataStandardLight` are combined fonts
2681
- # that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs
2682
- # unsupported by `Amazon Ember`.
2682
+ # <note markdown="1"> The fonts used by the Open Data map styles are combined fonts that use
2683
+ # `Amazon Ember` for most glyphs but `Noto Sans` for glyphs unsupported
2684
+ # by `Amazon Ember`.
2683
2685
  #
2684
2686
  # </note>
2685
2687
  #
@@ -4386,7 +4388,7 @@ module Aws::LocationService
4386
4388
  params: params,
4387
4389
  config: config)
4388
4390
  context[:gem_name] = 'aws-sdk-locationservice'
4389
- context[:gem_version] = '1.29.0'
4391
+ context[:gem_version] = '1.30.0'
4390
4392
  Seahorse::Client::Request.new(handlers, context)
4391
4393
  end
4392
4394
 
@@ -3083,18 +3083,20 @@ module Aws::LocationService
3083
3083
  #
3084
3084
  # ^
3085
3085
  #
3086
- # Valid font stacks for [Open Data (Preview)][4] styles:
3086
+ # Valid font stacks for [Open Data][4] styles:
3087
3087
  #
3088
- # * VectorOpenDataStandardLight – `Amazon Ember Regular,Noto Sans
3089
- # Regular` \| `Amazon Ember Bold,Noto Sans Bold` \| `Amazon Ember
3090
- # Medium,Noto Sans Medium` \| `Amazon Ember Regular Italic,Noto Sans
3091
- # Italic` \| `Amazon Ember Condensed RC Regular,Noto Sans Regular`
3092
- # \| `Amazon Ember Condensed RC Bold,Noto Sans Bold`
3088
+ # * VectorOpenDataStandardLight, VectorOpenDataStandardDark,
3089
+ # VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark
3090
+ # – `Amazon Ember Regular,Noto Sans Regular` \| `Amazon Ember
3091
+ # Bold,Noto Sans Bold` \| `Amazon Ember Medium,Noto Sans Medium` \|
3092
+ # `Amazon Ember Regular Italic,Noto Sans Italic` \| `Amazon Ember
3093
+ # Condensed RC Regular,Noto Sans Regular` \| `Amazon Ember Condensed
3094
+ # RC Bold,Noto Sans Bold`
3093
3095
  #
3094
3096
  # ^
3095
3097
  #
3096
- # <note markdown="1"> The fonts used by `VectorOpenDataStandardLight` are combined fonts
3097
- # that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs
3098
+ # <note markdown="1"> The fonts used by the Open Data map styles are combined fonts that
3099
+ # use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs
3098
3100
  # unsupported by `Amazon Ember`.
3099
3101
  #
3100
3102
  # </note>
@@ -4485,18 +4487,28 @@ module Aws::LocationService
4485
4487
  #
4486
4488
  # </note>
4487
4489
  #
4488
- # Valid [Open Data (Preview) map styles][5]\:
4490
+ # Valid [Open Data map styles][5]\:
4489
4491
  #
4490
- # * `VectorOpenDataStandardLight` – The Open Data Standard Light
4491
- # (preview) map style provides a detailed basemap for the world
4492
- # suitable for website and mobile application use. The map includes
4493
- # highways major roads, minor roads, railways, water features,
4494
- # cities, parks, landmarks, building footprints, and administrative
4495
- # boundaries.
4492
+ # * `VectorOpenDataStandardLight` – The Open Data Standard Light map
4493
+ # style provides a detailed basemap for the world suitable for
4494
+ # website and mobile application use. The map includes highways
4495
+ # major roads, minor roads, railways, water features, cities, parks,
4496
+ # landmarks, building footprints, and administrative boundaries.
4496
4497
  #
4497
- # Open Data maps is in preview. We may add, change, or remove
4498
- # features before announcing general availability. For more
4499
- # information, see [Open Data is in preview release][6].
4498
+ # * `VectorOpenDataStandardDark` Open Data Standard Dark is a
4499
+ # dark-themed map style that provides a detailed basemap for the
4500
+ # world suitable for website and mobile application use. The map
4501
+ # includes highways major roads, minor roads, railways, water
4502
+ # features, cities, parks, landmarks, building footprints, and
4503
+ # administrative boundaries.
4504
+ #
4505
+ # * `VectorOpenDataVisualizationLight` – The Open Data Visualization
4506
+ # Light map style is a light-themed style with muted colors and
4507
+ # fewer features that aids in understanding overlaid data.
4508
+ #
4509
+ # * `VectorOpenDataVisualizationDark` – The Open Data Visualization
4510
+ # Dark map style is a dark-themed style with muted colors and fewer
4511
+ # features that aids in understanding overlaid data.
4500
4512
  #
4501
4513
  #
4502
4514
  #
@@ -4505,7 +4517,6 @@ module Aws::LocationService
4505
4517
  # [3]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
4506
4518
  # [4]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area
4507
4519
  # [5]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html
4508
- # [6]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html#open-data-preview
4509
4520
  # @return [String]
4510
4521
  #
4511
4522
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/MapConfiguration AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-locationservice/customizations'
52
52
  # @!group service
53
53
  module Aws::LocationService
54
54
 
55
- GEM_VERSION = '1.29.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-locationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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: 2023-02-23 00:00:00.000000000 Z
11
+ date: 2023-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core