aws-sdk-appsync 1.113.0 → 1.114.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: 911c7291ed5ebb8f2d0f11243b263ab78f0305e276e0b0309326297c58086343
4
- data.tar.gz: eb4d9acfeaaa5b3e578b78d0db53b0c5c55e3bd5fdc88badbead06690bd25c9e
3
+ metadata.gz: bfbadc957ff4479c63adb05cadb12ee05dcb0b9012c936157d2c05622d0e6d27
4
+ data.tar.gz: 48725cc311e265d19d3b31dafa39ecf872050d3b1550c1b4131b47ca1127d5fc
5
5
  SHA512:
6
- metadata.gz: 8d8e2849f425fc450ee5179c6a43230d2a7c1acc62ad7231948fee28e6cc920360a2d634739a5f67035f644e142c50aa4ea5afe9a983c57b6791268efe65bd45
7
- data.tar.gz: f382a34ba4f4b2209b8716096fd89699820cfea3bf37647038b4dc2656f954ed4697bb0aa5c15157b79eeec420a863774c36be4dd1e653cd0649d27f359f1c05
6
+ metadata.gz: 3d8ef4fa160d5bf9042a0d9c2e6a1dbaba400af76941be17eb8440b6515b225dae27091c506d7ca469d87a99c8651ef57c44762b9f3be805d049b6bb20d29edf
7
+ data.tar.gz: 7dcfdb23abc2c2655da4659881fae0e64bd47f78965796985e0625dec5fed45ce647d78a7bbf646f2ce4e59f1e4965a1508f825f2ca1ec713382903720e22879
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.113.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -5115,7 +5115,7 @@ module Aws::AppSync
5115
5115
  tracer: tracer
5116
5116
  )
5117
5117
  context[:gem_name] = 'aws-sdk-appsync'
5118
- context[:gem_version] = '1.113.0'
5118
+ context[:gem_version] = '1.114.0'
5119
5119
  Seahorse::Client::Request.new(handlers, context)
5120
5120
  end
5121
5121
 
@@ -13,22 +13,22 @@ module Aws::AppSync
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::AppSync
54
54
  autoload :EndpointProvider, 'aws-sdk-appsync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appsync/endpoints'
56
56
 
57
- GEM_VERSION = '1.113.0'
57
+ GEM_VERSION = '1.114.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-appsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.113.0
4
+ version: 1.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services