aws-sdk-georoutes 1.0.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-georoutes/client.rb +24 -1
- data/lib/aws-sdk-georoutes/types.rb +0 -18
- data/lib/aws-sdk-georoutes.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b98d320ff2842db2ccd78b70b69b9e823912538e2cebcca1e34e3522862ac22
|
4
|
+
data.tar.gz: 72d10e6e6211bfef4796ac846eac8ffecca894d93cb1ff850c80924af175cafa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5c240edf9cb8dd5afabd66c723ba001a8b2092d0cbf74ea504fdd375d7fafb3c628b82fbcb7def65a6acae6a0abbd87dbf66f1ea2661cf79f4b68c91926027b
|
7
|
+
data.tar.gz: 3b09b99761a57a3c76f95c3b4a0dce12182744dd0e31d6cf9024b7006097873e143ed65668d7cc35e175561eed5ecea46cd7904f6edb1f076d3445498ad6c728
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.2.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.1.0 (2024-11-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.0.0 (2024-10-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.2.0
|
@@ -257,11 +257,34 @@ module Aws::GeoRoutes
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -2209,7 +2232,7 @@ module Aws::GeoRoutes
|
|
2209
2232
|
tracer: tracer
|
2210
2233
|
)
|
2211
2234
|
context[:gem_name] = 'aws-sdk-georoutes'
|
2212
|
-
context[:gem_version] = '1.
|
2235
|
+
context[:gem_version] = '1.2.0'
|
2213
2236
|
Seahorse::Client::Request.new(handlers, context)
|
2214
2237
|
end
|
2215
2238
|
|
@@ -1370,19 +1370,16 @@ module Aws::GeoRoutes
|
|
1370
1370
|
# * *Risk Level*: Limited risk
|
1371
1371
|
#
|
1372
1372
|
# * *Restrictions*: Few restrictions
|
1373
|
-
#
|
1374
1373
|
# * *Tunnel Category C*
|
1375
1374
|
#
|
1376
1375
|
# * *Risk Level*: Medium risk
|
1377
1376
|
#
|
1378
1377
|
# * *Restrictions*: Some restrictions
|
1379
|
-
#
|
1380
1378
|
# * *Tunnel Category D*
|
1381
1379
|
#
|
1382
1380
|
# * *Risk Level*: High risk
|
1383
1381
|
#
|
1384
1382
|
# * *Restrictions*: Many restrictions occur
|
1385
|
-
#
|
1386
1383
|
# * *Tunnel Category E*
|
1387
1384
|
#
|
1388
1385
|
# * *Risk Level*: Very high risk
|
@@ -1826,19 +1823,16 @@ module Aws::GeoRoutes
|
|
1826
1823
|
# * *Risk Level*: Limited risk
|
1827
1824
|
#
|
1828
1825
|
# * *Restrictions*: Few restrictions
|
1829
|
-
#
|
1830
1826
|
# * *Tunnel Category C*
|
1831
1827
|
#
|
1832
1828
|
# * *Risk Level*: Medium risk
|
1833
1829
|
#
|
1834
1830
|
# * *Restrictions*: Some restrictions
|
1835
|
-
#
|
1836
1831
|
# * *Tunnel Category D*
|
1837
1832
|
#
|
1838
1833
|
# * *Risk Level*: High risk
|
1839
1834
|
#
|
1840
1835
|
# * *Restrictions*: Many restrictions occur
|
1841
|
-
#
|
1842
1836
|
# * *Tunnel Category E*
|
1843
1837
|
#
|
1844
1838
|
# * *Risk Level*: Very high risk
|
@@ -3506,19 +3500,16 @@ module Aws::GeoRoutes
|
|
3506
3500
|
# * *Risk Level*: Limited risk
|
3507
3501
|
#
|
3508
3502
|
# * *Restrictions*: Few restrictions
|
3509
|
-
#
|
3510
3503
|
# * *Tunnel Category C*
|
3511
3504
|
#
|
3512
3505
|
# * *Risk Level*: Medium risk
|
3513
3506
|
#
|
3514
3507
|
# * *Restrictions*: Some restrictions
|
3515
|
-
#
|
3516
3508
|
# * *Tunnel Category D*
|
3517
3509
|
#
|
3518
3510
|
# * *Risk Level*: High risk
|
3519
3511
|
#
|
3520
3512
|
# * *Restrictions*: Many restrictions occur
|
3521
|
-
#
|
3522
3513
|
# * *Tunnel Category E*
|
3523
3514
|
#
|
3524
3515
|
# * *Risk Level*: Very high risk
|
@@ -4979,19 +4970,16 @@ module Aws::GeoRoutes
|
|
4979
4970
|
# * *Risk Level*: Limited risk
|
4980
4971
|
#
|
4981
4972
|
# * *Restrictions*: Few restrictions
|
4982
|
-
#
|
4983
4973
|
# * *Tunnel Category C*
|
4984
4974
|
#
|
4985
4975
|
# * *Risk Level*: Medium risk
|
4986
4976
|
#
|
4987
4977
|
# * *Restrictions*: Some restrictions
|
4988
|
-
#
|
4989
4978
|
# * *Tunnel Category D*
|
4990
4979
|
#
|
4991
4980
|
# * *Risk Level*: High risk
|
4992
4981
|
#
|
4993
4982
|
# * *Restrictions*: Many restrictions occur
|
4994
|
-
#
|
4995
4983
|
# * *Tunnel Category E*
|
4996
4984
|
#
|
4997
4985
|
# * *Risk Level*: Very high risk
|
@@ -5815,19 +5803,16 @@ module Aws::GeoRoutes
|
|
5815
5803
|
# * *Risk Level*: Limited risk
|
5816
5804
|
#
|
5817
5805
|
# * *Restrictions*: Few restrictions
|
5818
|
-
#
|
5819
5806
|
# * *Tunnel Category C*
|
5820
5807
|
#
|
5821
5808
|
# * *Risk Level*: Medium risk
|
5822
5809
|
#
|
5823
5810
|
# * *Restrictions*: Some restrictions
|
5824
|
-
#
|
5825
5811
|
# * *Tunnel Category D*
|
5826
5812
|
#
|
5827
5813
|
# * *Risk Level*: High risk
|
5828
5814
|
#
|
5829
5815
|
# * *Restrictions*: Many restrictions occur
|
5830
|
-
#
|
5831
5816
|
# * *Tunnel Category E*
|
5832
5817
|
#
|
5833
5818
|
# * *Risk Level*: Very high risk
|
@@ -6692,19 +6677,16 @@ module Aws::GeoRoutes
|
|
6692
6677
|
# * *Risk Level*: Limited risk
|
6693
6678
|
#
|
6694
6679
|
# * *Restrictions*: Few restrictions
|
6695
|
-
#
|
6696
6680
|
# * *Tunnel Category C*
|
6697
6681
|
#
|
6698
6682
|
# * *Risk Level*: Medium risk
|
6699
6683
|
#
|
6700
6684
|
# * *Restrictions*: Some restrictions
|
6701
|
-
#
|
6702
6685
|
# * *Tunnel Category D*
|
6703
6686
|
#
|
6704
6687
|
# * *Risk Level*: High risk
|
6705
6688
|
#
|
6706
6689
|
# * *Restrictions*: Many restrictions occur
|
6707
|
-
#
|
6708
6690
|
# * *Tunnel Category E*
|
6709
6691
|
#
|
6710
6692
|
# * *Risk Level*: Very high risk
|
data/lib/aws-sdk-georoutes.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-georoutes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.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:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|