aws-sdk-support 1.92.0 → 1.93.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: 6cadd729b1f32786c21733117b598db6bc9e1bf26ca535baade666d49338c3c7
4
- data.tar.gz: 139a67b7a2f0161db628ad38848807b6814fcef56558222bd8f24ff4542322c8
3
+ metadata.gz: ace184a628f638c237f8a93155a7f0b4b0078683d06dc2764e3b26f97c784e9c
4
+ data.tar.gz: 6448b1af6301d29cdaf14c78c5e71718b8d44156e9a008d01f30d19e101ce416
5
5
  SHA512:
6
- metadata.gz: 8ef72ceece44444bc2ec8721e1be4f2557e21c0a406fa8967f5bb4a2771038329e08db16e65da232eec32219521d5051e83d4203490c7d1fbb89e471131602e7
7
- data.tar.gz: '0974aa4b147938eccc0f5c323a575b6f2e585d64fa1a0c698d393b608d55188f827cc2bdcbe76af35cc117bda15b48108eb7d2eb73693b9afd679649f39e11a1'
6
+ metadata.gz: 5cfaccde8a0773b1b4b5d13d0130e038f4207d00d4ed4ec5a7c3d026ade76cdd7d2834221eb46527251926322167cc638a0bc75d9e90f9d1057cc1029026c9e2
7
+ data.tar.gz: 0dec6b24528db82a671679c10c567223afe6c69e909365ad8cec3c29161136c9c54ccf5b8e2b6f7929cd36e13bfd64d6ed63b9ba523a58cef1331dcdf7d6813a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2026-06-11)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.92.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -1754,7 +1754,7 @@ module Aws::Support
1754
1754
  tracer: tracer
1755
1755
  )
1756
1756
  context[:gem_name] = 'aws-sdk-support'
1757
- context[:gem_version] = '1.92.0'
1757
+ context[:gem_version] = '1.93.0'
1758
1758
  Seahorse::Client::Request.new(handlers, context)
1759
1759
  end
1760
1760
 
@@ -13,22 +13,22 @@ module Aws::Support
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,
@@ -54,7 +54,7 @@ module Aws::Support
54
54
  autoload :EndpointProvider, 'aws-sdk-support/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-support/endpoints'
56
56
 
57
- GEM_VERSION = '1.92.0'
57
+ GEM_VERSION = '1.93.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.92.0
4
+ version: 1.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services