aws-sdk-apigatewaymanagementapi 1.66.0 → 1.67.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: 894cc130b745acd89ae55f9c91742b9f6bca0a29b61b87711454fcab68fcfa68
4
- data.tar.gz: 4e8051d661f806f6937416c826863ecdde1eec1cb10e32a44c8d1f5d1b45869d
3
+ metadata.gz: 54535e975f3c7ad308be75c52dd9550c32ddceb3283dfa62663ba48a447d5839
4
+ data.tar.gz: 977cce7c1bfd2233cd52153587e579dea2d6e196f6e6463ee63da66d767dbbe4
5
5
  SHA512:
6
- metadata.gz: c2d2281d0dac2202fd5f26ca349e3ac47779c49b498b6b2076e7cbc5483d1503339f8ce34ac116efa3b9a31cb7e929c0bfb39c09c37822db401da85ea54b0b7f
7
- data.tar.gz: 9f4185edaa438f35da5f202390bf4278018089142792a2054797f2361cbee1aaa4283f83990dad969cbded99b8f4b68dbca6bd970f27941da0f96ebb7541a6e9
6
+ metadata.gz: 4e74dd381ab71a5c714f1db10581858fec2b83cb5d911c1cfa9480887e5e3b4e1faf876d1697a7b4fbe5d60ce4d64aa3d39d0ff9a012ce25a298052ccac891ab
7
+ data.tar.gz: a9ad46d01c489227f5a905736b7b3efdbb8fac76486debbca308f40f006a15e727d1752e459801fcce6cb5b9f7873ad905df9b766f2d5bb93dd4c9ac644764b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.66.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -566,7 +566,7 @@ module Aws::ApiGatewayManagementApi
566
566
  tracer: tracer
567
567
  )
568
568
  context[:gem_name] = 'aws-sdk-apigatewaymanagementapi'
569
- context[:gem_version] = '1.66.0'
569
+ context[:gem_version] = '1.67.0'
570
570
  Seahorse::Client::Request.new(handlers, context)
571
571
  end
572
572
 
@@ -13,22 +13,22 @@ module Aws::ApiGatewayManagementApi
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::ApiGatewayManagementApi
54
54
  autoload :EndpointProvider, 'aws-sdk-apigatewaymanagementapi/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigatewaymanagementapi/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.67.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-apigatewaymanagementapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services