aws-sdk-globalaccelerator 1.72.0 → 1.74.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: 9ed8fceb971459865bff1ac7494395bd3a3615b49a1e53b27b1b4c9a47b93ea4
4
- data.tar.gz: cbfe1d55f2660367f1e9ccd338cf72100ae609644ff74c7b0aa4f88771965e1a
3
+ metadata.gz: 43e7599c09147233ad8849c93c25c8f9059ac37d6b9b8d04f6853ccf0eb3a432
4
+ data.tar.gz: bbfe052845ae9748922cfe8cd2050634d62afe5805d9b4e21a71eb4cb2181526
5
5
  SHA512:
6
- metadata.gz: a19e986e2792e09ea11e775767e7cf089a52a2c6474b02379cb3cc3d8d78c8dd2e2c640ddde6c7605093c7366aa1d62beb1d33de02c806cc62a36a9e8277381a
7
- data.tar.gz: 8a3f7f6e7fda8da53f98fe6dbef10820a1a6f8ec3494163894d009c00348a73e8c83db9e0c4263cfb6b209b66e67f9fa3535f0a6c952721acf4fd1dac84a076c
6
+ metadata.gz: de8b7c16a04240a45e326c860d0d61ab48456df00be8c2e7f7c0acffb41ee0b6eee128c94356c2fe47bd8ab3c04e75a633951b59f20fa111fa8b4564aa032d0c
7
+ data.tar.gz: 7fe44c513b453a0168da3c0ac4f68398364ac69abc359e9239f2f9652f970dd30ae02871d6d8ea32d6f3d49e9b5ef9a26a5a66348de9f8958bf5ca00f62246f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.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.73.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.72.0 (2024-11-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.74.0
@@ -257,11 +257,34 @@ module Aws::GlobalAccelerator
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.
@@ -3648,7 +3671,7 @@ module Aws::GlobalAccelerator
3648
3671
  tracer: tracer
3649
3672
  )
3650
3673
  context[:gem_name] = 'aws-sdk-globalaccelerator'
3651
- context[:gem_version] = '1.72.0'
3674
+ context[:gem_version] = '1.74.0'
3652
3675
  Seahorse::Client::Request.new(handlers, context)
3653
3676
  end
3654
3677
 
@@ -503,7 +503,7 @@ module Aws::GlobalAccelerator
503
503
  # * **DEPROVISIONED** — The address range is deprovisioned from Global
504
504
  # Accelerator.
505
505
  #
506
- # * <b>FAILED\_PROVISION </b> — The request to provision the address
506
+ # * <b>FAILED_PROVISION </b> — The request to provision the address
507
507
  # range from Global Accelerator was not successful. Please make sure
508
508
  # that you provide all of the correct information, and try again. If
509
509
  # the request fails a second time, contact Amazon Web Services
@@ -521,7 +521,7 @@ module Aws::GlobalAccelerator
521
521
  # again. If the request fails a second time, contact Amazon Web
522
522
  # Services support.
523
523
  #
524
- # * <b>FAILED\_DEPROVISION </b> — The request to deprovision the address
524
+ # * <b>FAILED_DEPROVISION </b> — The request to deprovision the address
525
525
  # range from Global Accelerator was not successful. Please make sure
526
526
  # that you provide all of the correct information, and try again. If
527
527
  # the request fails a second time, contact Amazon Web Services
@@ -54,7 +54,7 @@ module Aws::GlobalAccelerator
54
54
  autoload :EndpointProvider, 'aws-sdk-globalaccelerator/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-globalaccelerator/endpoints'
56
56
 
57
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
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-globalaccelerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.74.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-11-06 00:00:00.000000000 Z
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.210.0
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.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement