aws-sdk-locationservice 1.29.0 → 1.30.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 +12 -10
- data/lib/aws-sdk-locationservice/types.rb +30 -19
- data/lib/aws-sdk-locationservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c01507635f925a97100877ef93422c6e14fdaa6fe4736905bbd38e3e371bcd1
|
|
4
|
+
data.tar.gz: ab03f621b085914333abefbb2a662a5931a4b589892a3c14a41258fceac6e183
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.30.0
|
|
@@ -2667,19 +2667,21 @@ module Aws::LocationService
|
|
|
2667
2667
|
#
|
|
2668
2668
|
# ^
|
|
2669
2669
|
#
|
|
2670
|
-
# Valid font stacks for [Open Data
|
|
2670
|
+
# Valid font stacks for [Open Data][4] styles:
|
|
2671
2671
|
#
|
|
2672
|
-
# * VectorOpenDataStandardLight
|
|
2673
|
-
#
|
|
2674
|
-
#
|
|
2675
|
-
#
|
|
2676
|
-
#
|
|
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
|
|
2681
|
-
#
|
|
2682
|
-
#
|
|
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.
|
|
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
|
|
3086
|
+
# Valid font stacks for [Open Data][4] styles:
|
|
3087
3087
|
#
|
|
3088
|
-
# * VectorOpenDataStandardLight
|
|
3089
|
-
#
|
|
3090
|
-
#
|
|
3091
|
-
#
|
|
3092
|
-
#
|
|
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
|
|
3097
|
-
#
|
|
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
|
|
4490
|
+
# Valid [Open Data map styles][5]\:
|
|
4489
4491
|
#
|
|
4490
|
-
# * `VectorOpenDataStandardLight` – The Open Data Standard Light
|
|
4491
|
-
#
|
|
4492
|
-
#
|
|
4493
|
-
#
|
|
4494
|
-
#
|
|
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
|
-
#
|
|
4498
|
-
#
|
|
4499
|
-
#
|
|
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
|
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.
|
|
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-
|
|
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
|