aws-sdk-outposts 1.91.0 → 1.92.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: 80a9ddb51c55f8905efa97ba06a3518f4275b37bf001f8e277ca6f9e3eac23d0
4
- data.tar.gz: b8763dc595e6e9a5ba7e7ff62c4a830dc30db07d2f396f97aaa3e5492b7bc5c3
3
+ metadata.gz: af0f2d95e719940ec4a0b9ca81d0fbfec603527c57e46d8bb86eda1b9402ea80
4
+ data.tar.gz: 4e822a126917aa9074000cfa6d227ac257e65f56a11120958272867f11431c86
5
5
  SHA512:
6
- metadata.gz: 7522c3d4c06084f6584ca9e6e2106c9f7fdb556f59bf06cce9628c4610b4a3f3cddb46876e0c7ef45748a3a324d33984d5694853fd301c182bb63bcab62cec29
7
- data.tar.gz: 84a3e04022c2722510ab8145e2afe9acd927c21f74b21d384522a6047a075d0dfa221b48994fecc7612da02156a65fd39e6b68a1f9bffe9fcc595e6647309c98
6
+ metadata.gz: d981a35a956cfb5e703ffae0cf18e92c17649bf5e9d0f9667b7e4644bb81470a3efc415fdf2401333e23454a5e38691e9a7dd33f6735e64b4151f16d2d2cc1ec
7
+ data.tar.gz: 429a9047a9c32a22ebf20d88e72ab8a615e0c0a868318fb05a166dbba832ccfae80dbb359042e35c9fde2bec0c3ddbd2d238c098f8a58dae44c898360a31364b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.91.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -2445,7 +2445,7 @@ module Aws::Outposts
2445
2445
  tracer: tracer
2446
2446
  )
2447
2447
  context[:gem_name] = 'aws-sdk-outposts'
2448
- context[:gem_version] = '1.91.0'
2448
+ context[:gem_version] = '1.92.0'
2449
2449
  Seahorse::Client::Request.new(handlers, context)
2450
2450
  end
2451
2451
 
@@ -13,22 +13,22 @@ module Aws::Outposts
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::Outposts
54
54
  autoload :EndpointProvider, 'aws-sdk-outposts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-outposts/endpoints'
56
56
 
57
- GEM_VERSION = '1.91.0'
57
+ GEM_VERSION = '1.92.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-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services