aws-sdk-gameliftstreams 1.26.0 → 1.27.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: fee01f4dd2b95b22abfc74a00d68f0d39d37f1dc6876c5384e393b720e338708
4
+ data.tar.gz: f6196beed8126d34593f9dec015f3701f4685d91989c9af36ab51042eadce779
5
5
  SHA512:
6
- metadata.gz: 35b9fb74ce254ac761e7d16f748849467b24569cb7020d97ef133e58390986748ba27c29fdb0317642679aa0b1839cd43adc337281db536c649ab11e5a6466c7
7
- data.tar.gz: 37f96f7212564c9dd3620aa3ce58bf9ed1a8723eb8d21bce759ed019df81b1476033507d0ff49196e58337661a089b66876e2a26183f65d8c19b3444bb7d74d4
6
+ metadata.gz: c172ea14ef07d2b04472b26810243ae39d00bb3f83900110d145bd88afbe5ab6dcb8652e6f4803e1eabdc5aac067ecb9b6865896363131dde000426ac911caeb
7
+ data.tar.gz: 3802f12c5b45a413fe4b16483617c549c095354b4cf9151740bad4827f9fe5876abbaa397b209bf1fe92535d628fb089fd9a6ccaf8cdb707dcdd89ba5866d0f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.26.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -2927,7 +2927,7 @@ module Aws::GameLiftStreams
2927
2927
  tracer: tracer
2928
2928
  )
2929
2929
  context[:gem_name] = 'aws-sdk-gameliftstreams'
2930
- context[:gem_version] = '1.26.0'
2930
+ context[:gem_version] = '1.27.0'
2931
2931
  Seahorse::Client::Request.new(handlers, context)
2932
2932
  end
2933
2933
 
@@ -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.27.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.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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