aws-sdk-directoryservice 1.78.0 → 1.80.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: f6cd130c96d9559b0f9f7c147d1d5fae4d3362f3e40911e73394a0bee4be4640
4
- data.tar.gz: 3e0920d710b782ff89525c986e6b041111b44a00ce4990fc199107a1e7e69e3e
3
+ metadata.gz: 57fbc9a1c0367cb1ad9d25b60575efcded22313e9376a36daff837f0648433e4
4
+ data.tar.gz: 52c06d562f333d4166dd1c89d5d12c05193f658c0d78853aa5fc87aa7e6b639f
5
5
  SHA512:
6
- metadata.gz: 7e5e06d9ef0d4b4cc4ecc2ef448b50b2aa06fd1038be737240886aa8573c3e2b2909c8b62aceb4ac0e7b911273ac572abc83362662b0a26e6dca031798d6f362
7
- data.tar.gz: 37b2597ad0ae1c24310cfa970ca97cfe19b7954cdb99a2db41176da8834f2ae301e4e8e8346abda35e52a1e2bbfac3840b23924b9132be4b3894ef688a00d706
6
+ metadata.gz: 8597020c5c77a4aac577cadccc8e10f6d27e2439edcf31f04337ec0e6468fe738e025ec08030e031fa7aeb3eae1f84cd7af05ef7c157fa2cc2c5ab51e8345b97
7
+ data.tar.gz: b57903d04a84501bdc45236d957adaa8b0ca4f9664c43c8a880c060ba53ce0ef515c8bfce90c22f6469fc122798c21924b25907b6503d2daf40806338b5d416e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.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.79.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.78.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.80.0
@@ -257,11 +257,34 @@ module Aws::DirectoryService
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.
@@ -956,7 +979,7 @@ module Aws::DirectoryService
956
979
  # The regex pattern for this string is made up of the following
957
980
  # conditions:
958
981
  #
959
- # * Length (?=^.\\\{8,64\\}$) – Must be between 8 and 64 characters
982
+ # * Length (?=^.\{8,64}$) – Must be between 8 and 64 characters
960
983
  #
961
984
  # ^
962
985
  #
@@ -3539,7 +3562,7 @@ module Aws::DirectoryService
3539
3562
  tracer: tracer
3540
3563
  )
3541
3564
  context[:gem_name] = 'aws-sdk-directoryservice'
3542
- context[:gem_version] = '1.78.0'
3565
+ context[:gem_version] = '1.80.0'
3543
3566
  Seahorse::Client::Request.new(handlers, context)
3544
3567
  end
3545
3568
 
@@ -763,7 +763,7 @@ module Aws::DirectoryService
763
763
  # The regex pattern for this string is made up of the following
764
764
  # conditions:
765
765
  #
766
- # * Length (?=^.\\\{8,64\\}$) – Must be between 8 and 64 characters
766
+ # * Length (?=^.\{8,64}$) – Must be between 8 and 64 characters
767
767
  #
768
768
  # ^
769
769
  #
@@ -4261,7 +4261,7 @@ module Aws::DirectoryService
4261
4261
  # and cannot be prefixed with "aws:". The string can contain only
4262
4262
  # the set of Unicode letters, digits, white-space, '\_', '.',
4263
4263
  # '/', '=', '+', '-', ':', '@'(Java regex:
4264
- # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
4264
+ # "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
4265
4265
  # @return [String]
4266
4266
  #
4267
4267
  # @!attribute [rw] value
@@ -4269,7 +4269,7 @@ module Aws::DirectoryService
4269
4269
  # characters. The string can contain only the set of Unicode letters,
4270
4270
  # digits, white-space, '\_', '.', '/', '=', '+', '-',
4271
4271
  # ':', '@' (Java regex:
4272
- # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
4272
+ # "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
4273
4273
  # @return [String]
4274
4274
  #
4275
4275
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Tag AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::DirectoryService
54
54
  autoload :EndpointProvider, 'aws-sdk-directoryservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-directoryservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.78.0'
57
+ GEM_VERSION = '1.80.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-directoryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.80.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-18 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