aws-sdk-apigatewayv2 1.84.0 → 1.85.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: a19f991e33519bc6ab16959e6512b2aa3a7c4df2afac0a5c4ae31e01346b90cb
4
- data.tar.gz: e2c0c6cdfdfd1d37f7703e5d37846dd2ea664e981a3493891f1ff87ec08c0cca
3
+ metadata.gz: 5a02fb33db64f8b317e9bf0d35d1aac2f1554f2b6c46caecdff52e08765a8319
4
+ data.tar.gz: 041d4a42a6adc40eedbf0605e010f8ef22e15e7c893b1385d1ee3fbe48b04420
5
5
  SHA512:
6
- metadata.gz: 4333f7f53c55a8c21117cfd614f3d8699d22a13cc7743cf13388ed8ba7c667b7047a6f537c76b440a5eefbddc59647b9194f972e33e88537f558b8725ba71a6c
7
- data.tar.gz: f6eb8e1eb0400073f00323ca002eda74e6d57aa97a58fafaa8277e33cf6345aa79ad847bb1dbcfe99ddac0eab87a5d7142b8390e705fb87f8fd85ff6671e68ae
6
+ metadata.gz: ba0373cbe6a2802ed638008ecf7594d242aeecc93ce1b321f13097b8be5c7e70680c046e73523bb9f6a7ee04efb41fbbdbeaa915e95ac64aba5292bacde446bb
7
+ data.tar.gz: 62de2e436af7e4a8e676ea9a6a85d48a11238b2994755d328ff48ab156d808ec2b1ee11e96620b8759e4c646988268f456538e8a2b3b9f01f701ea94f5fdf177
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.84.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -4930,7 +4930,7 @@ module Aws::ApiGatewayV2
4930
4930
  tracer: tracer
4931
4931
  )
4932
4932
  context[:gem_name] = 'aws-sdk-apigatewayv2'
4933
- context[:gem_version] = '1.84.0'
4933
+ context[:gem_version] = '1.85.0'
4934
4934
  Seahorse::Client::Request.new(handlers, context)
4935
4935
  end
4936
4936
 
@@ -13,22 +13,22 @@ module Aws::ApiGatewayV2
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::ApiGatewayV2
54
54
  autoload :EndpointProvider, 'aws-sdk-apigatewayv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigatewayv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.84.0'
57
+ GEM_VERSION = '1.85.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-apigatewayv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services