aws-sdk-gamelift 1.110.0 → 1.111.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: 6393b1cb84eef4be40a26fba6a7b980c579c194ecc1453c93fc399327f4b6d91
4
- data.tar.gz: ff6e17e26a6bf3ab1d2858f72d6d8b3066339066fec8c771ae78f6fc10a3424c
3
+ metadata.gz: 1d5097881332252e89597a11dea3f7d8b319913df8f576bd15fce5be31929bbe
4
+ data.tar.gz: 4d29a6cc5a97b34a05d1f2d60e7dd6a39f0a3b2023b93c77fc5b4c98a0efe63c
5
5
  SHA512:
6
- metadata.gz: bb086b6a991b1abca2ed3570e916d75e4c4c68a925126c7034898e2d5f01f1db815365c7e6e4bd21e7c72b05c415e8c92199e2dfcf10c38c7fb9b6d68b33239c
7
- data.tar.gz: 904686feebb3c6a9a662263001ac8a953c0746da0d0e785b1937dcc5a1ffde09ce8f55e6d657c8661f331fe54acaf0d9d0bc2386046fcf9a0c2f51f92c2ace06
6
+ metadata.gz: 8d0f369c941616550f2023b7546d0d9cb54380e08d246262dc7991967004908fa90d047be1f19db8c1aa603430f1612086165d9c81e7abe20d999716b4050aba
7
+ data.tar.gz: 4f17df9bf23a66f57e5f95cf39e9ec5220a1184ca02073d18f0365a21210bd3d064f509b9f8074ee96604bf7f4e8aa71f476458f035c2bb1d54e749108c3ccda
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.110.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
@@ -12110,7 +12110,7 @@ module Aws::GameLift
12110
12110
  tracer: tracer
12111
12111
  )
12112
12112
  context[:gem_name] = 'aws-sdk-gamelift'
12113
- context[:gem_version] = '1.110.0'
12113
+ context[:gem_version] = '1.111.0'
12114
12114
  Seahorse::Client::Request.new(handlers, context)
12115
12115
  end
12116
12116
 
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-
@@ -13,22 +13,22 @@ module Aws::GameLift
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::GameLift
54
54
  autoload :EndpointProvider, 'aws-sdk-gamelift/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-gamelift/endpoints'
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.111.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-gamelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.110.0
4
+ version: 1.111.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services