aws-sdk-amplify 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: 548d2328431c3cd73aca9cd8d2700992d28e62681ac3f1d7fa75bbdb450422d7
4
- data.tar.gz: dd8609d37319407a42e217e285d892d44c935f29ec5d2269161b5182830e8e94
3
+ metadata.gz: 3716eb99e744a422eb573e99834d6e5f540ca5f81ed7c6cac29b57ed501b9d29
4
+ data.tar.gz: e991a5d989914b23f1a235c7691ed62cc6c6dcdd1d97ad859bd0abd505026cd3
5
5
  SHA512:
6
- metadata.gz: 7a949c5a0f022ac52782bb2e25ac3094e6f1a39d13cc0d2a5be3ae29872a8b3140810c141085761edd41717f6ef30dd2dd34c492744b49e0466a3d87ead3d7ca
7
- data.tar.gz: d1e9656caf0cee9eec7a12e9631ebec41a12488bf0615fdfb64db8345cfbab8b95a8c16cc51275b3017c306070df94dba9999a4f7ad7acc32ec2a47a0a0dfc9c
6
+ metadata.gz: 2af53b7bbeb66e8544123d6f95044a8db51767705ce4feab037c6341f617d14080446d46844f17bf89d9d0619422fde952f5c56f74d5655da9bc6d73c31862c7
7
+ data.tar.gz: da950b89e9891e5c03b2bbc0f081dc93aa1aad995e9136201904bd6f300c4278323beeb3132474b2c7dfcf9911d4263aaf24781e5b4f3fe17382bc55b8f543c0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.92.0 (2025-08-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -3158,7 +3158,7 @@ module Aws::Amplify
3158
3158
  tracer: tracer
3159
3159
  )
3160
3160
  context[:gem_name] = 'aws-sdk-amplify'
3161
- context[:gem_version] = '1.92.0'
3161
+ context[:gem_version] = '1.93.0'
3162
3162
  Seahorse::Client::Request.new(handlers, context)
3163
3163
  end
3164
3164
 
@@ -13,22 +13,22 @@ module Aws::Amplify
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::Amplify
54
54
  autoload :EndpointProvider, 'aws-sdk-amplify/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplify/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-amplify
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