aws-sdk-directoryservice 1.94.0 → 1.95.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: 8c0089a3a2a2027550ea4271911e176b7d88a739ef7d3558fc468a62493d1062
4
- data.tar.gz: 3ee137b27568eec90df5805fc8647bdf7e5156b612d3069611df8dc40d48106f
3
+ metadata.gz: e666782955f56794f796a6f4f10ad8ca9fab0d5ccf7c82f8c13e452c16f804db
4
+ data.tar.gz: 652d4ae29fc96cc5bc6072307b0350b7d839e7492a30be0b0c7ba15fd0d3ce69
5
5
  SHA512:
6
- metadata.gz: c4ce649c0617759f28810845cb211f8183d45f202eded0e032f67aa10bb30f8d6bdcf0722edd9aa2235ce26414c057f02e14ed33f01dbbb419b1a68ed708f9cd
7
- data.tar.gz: 8920624922633539e7165c41ce1befd9dcf44562c49cd93b1b83d18c9ab428f4b7f82c7bfa20c5f298e9bcb2c56fdfa34449bfac2afd34c50feb6e8b9f1a8170
6
+ metadata.gz: 9c2ec430f288c3b92e30d7e4b14c3f1c88f9421271556e6d2309a431a283c457e92f71fb712d1806a4913a724677d2cb767809111dc556009eb30b516212fe25
7
+ data.tar.gz: b2885f49659dc2216fab9331251cad690000f92d128397f9bd205a8658953f3ed9e123950ad1a1810a8827444fea0306bff17e51414509b88c431c432a82eb8d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.94.0 (2025-09-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -4947,7 +4947,7 @@ module Aws::DirectoryService
4947
4947
  tracer: tracer
4948
4948
  )
4949
4949
  context[:gem_name] = 'aws-sdk-directoryservice'
4950
- context[:gem_version] = '1.94.0'
4950
+ context[:gem_version] = '1.95.0'
4951
4951
  Seahorse::Client::Request.new(handlers, context)
4952
4952
  end
4953
4953
 
@@ -13,22 +13,22 @@ module Aws::DirectoryService
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::DirectoryService
55
55
  autoload :EndpointProvider, 'aws-sdk-directoryservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-directoryservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.94.0'
58
+ GEM_VERSION = '1.95.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directoryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services