aws-sdk-gameliftstreams 1.26.0 → 1.28.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: 1757f64482e29fd0783824cccf5aa86a689bc809057f6d0aba666d6b9c900411
4
- data.tar.gz: 5344c6222f25376c53b391326526b29436f0976b0f02cc0bf011f35eea2528d6
3
+ metadata.gz: ea11ba6f086d8c3b8f494551827d67793dda188c38fbca901cbafe22994f2ee9
4
+ data.tar.gz: ad452785a7605872dea7aac4091e95d0b2f25d746eeb89d8358f07c28e30bcd8
5
5
  SHA512:
6
- metadata.gz: 35b9fb74ce254ac761e7d16f748849467b24569cb7020d97ef133e58390986748ba27c29fdb0317642679aa0b1839cd43adc337281db536c649ab11e5a6466c7
7
- data.tar.gz: 37f96f7212564c9dd3620aa3ce58bf9ed1a8723eb8d21bce759ed019df81b1476033507d0ff49196e58337661a089b66876e2a26183f65d8c19b3444bb7d74d4
6
+ metadata.gz: 70b2a505dcc3af4f698f660bbf607345927aa87cddca8d6243721e7fd588288d307bc82da79c47c3f29d6770e90068370863e0b65bbeca1fdde69a53175e610c
7
+ data.tar.gz: dc89cae9794357b7f5868f484c56bce56557fd87effda362163c159ede14d8fbbcd1b009b03d15a7bc8ae57f5951b2f369a184861de330598655f0257c1c9670
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.27.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.26.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.28.0
@@ -199,7 +199,7 @@ module Aws::GameLiftStreams
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::GameLiftStreams
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2927,7 +2925,7 @@ module Aws::GameLiftStreams
2927
2925
  tracer: tracer
2928
2926
  )
2929
2927
  context[:gem_name] = 'aws-sdk-gameliftstreams'
2930
- context[:gem_version] = '1.26.0'
2928
+ context[:gem_version] = '1.28.0'
2931
2929
  Seahorse::Client::Request.new(handlers, context)
2932
2930
  end
2933
2931
 
@@ -55,7 +55,7 @@ module Aws::GameLiftStreams
55
55
  autoload :EndpointProvider, 'aws-sdk-gameliftstreams/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-gameliftstreams/endpoints'
57
57
 
58
- GEM_VERSION = '1.26.0'
58
+ GEM_VERSION = '1.28.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -87,17 +87,7 @@ module Aws
87
87
  def add_stream_group_locations: (
88
88
  identifier: ::String,
89
89
  location_configurations: Array[
90
- {
91
- location_name: ::String,
92
- always_on_capacity: ::Integer?,
93
- on_demand_capacity: ::Integer?,
94
- target_idle_capacity: ::Integer?,
95
- maximum_capacity: ::Integer?,
96
- vpc_transit_configuration: {
97
- vpc_id: ::String,
98
- ipv_4_cidr_blocks: Array[::String]
99
- }?
100
- },
90
+ Params::location_configuration
101
91
  ]
102
92
  ) -> _AddStreamGroupLocationsResponseSuccess
103
93
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddStreamGroupLocationsResponseSuccess
@@ -168,17 +158,7 @@ module Aws
168
158
  stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022"),
169
159
  ?default_application_identifier: ::String,
170
160
  ?location_configurations: Array[
171
- {
172
- location_name: ::String,
173
- always_on_capacity: ::Integer?,
174
- on_demand_capacity: ::Integer?,
175
- target_idle_capacity: ::Integer?,
176
- maximum_capacity: ::Integer?,
177
- vpc_transit_configuration: {
178
- vpc_id: ::String,
179
- ipv_4_cidr_blocks: Array[::String]
180
- }?
181
- },
161
+ Params::location_configuration
182
162
  ],
183
163
  ?tags: Hash[::String, ::String],
184
164
  ?client_token: ::String
@@ -494,17 +474,7 @@ module Aws
494
474
  def update_stream_group: (
495
475
  identifier: ::String,
496
476
  ?location_configurations: Array[
497
- {
498
- location_name: ::String,
499
- always_on_capacity: ::Integer?,
500
- on_demand_capacity: ::Integer?,
501
- target_idle_capacity: ::Integer?,
502
- maximum_capacity: ::Integer?,
503
- vpc_transit_configuration: {
504
- vpc_id: ::String,
505
- ipv_4_cidr_blocks: Array[::String]
506
- }?
507
- },
477
+ Params::location_configuration
508
478
  ],
509
479
  ?description: ::String,
510
480
  ?default_application_identifier: ::String
data/sig/params.rbs ADDED
@@ -0,0 +1,25 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module GameLiftStreams
10
+ module Params
11
+ type location_configuration = {
12
+ location_name: ::String,
13
+ always_on_capacity: ::Integer?,
14
+ on_demand_capacity: ::Integer?,
15
+ target_idle_capacity: ::Integer?,
16
+ maximum_capacity: ::Integer?,
17
+ vpc_transit_configuration: {
18
+ vpc_id: ::String,
19
+ ipv_4_cidr_blocks: Array[::String]
20
+ }?
21
+ }
22
+
23
+ end
24
+ end
25
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gameliftstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-gameliftstreams/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs