aws-sdk-workspacesinstances 1.14.0 → 1.15.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: e8149ec12c376ca57f25a9a155ce5ab21753d70b98df339ae20596ab6f81b782
4
- data.tar.gz: 43f539817009f8df6256b1335b42a690e80d3ce8fc4036c1d72607ed83f74b69
3
+ metadata.gz: 0ee6ab3dd6ea7033ec7e5e9edc7e7588bf96446820b1045c09e24161a230b70b
4
+ data.tar.gz: af4c2fd9d86150ea8c6caf56d82550490c4a4ffad5516a6cbd1b95e16f9e49a5
5
5
  SHA512:
6
- metadata.gz: d881b0f844e047b9c5f76d93375e5b5457d005363f5ed7f413bf0a7935c9591f9e90d78f88a18ff830e9ea82c0cff6ca68e43881970aac3bf35169dd49dc0580
7
- data.tar.gz: b5e700710713f2792470a2c73595057e8ecc2ca6a092ff34ccd3d09d0a2f74beab2b05e8fc6f79f963b9befdcfc53bb8c803689e6098466898d3f4ed8a12c4c6
6
+ metadata.gz: 8a614cdbb839dd93be25964b80ae866e58c3cd39143160b8082a35718079ef9ddb15eabcf466f49515d900306d959da3d8f7bdf5e57655790acef3ef54696e59
7
+ data.tar.gz: 8c33d358a30c862cf912547fbfef0558f12b32482ff636978d4432b4e8052b40dda04ba4b60ca5aa003cb1be3036703e178e391ffa1973a926c92a68d6432aa8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.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.14.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -1182,7 +1182,7 @@ module Aws::WorkspacesInstances
1182
1182
  tracer: tracer
1183
1183
  )
1184
1184
  context[:gem_name] = 'aws-sdk-workspacesinstances'
1185
- context[:gem_version] = '1.14.0'
1185
+ context[:gem_version] = '1.15.0'
1186
1186
  Seahorse::Client::Request.new(handlers, context)
1187
1187
  end
1188
1188
 
@@ -55,7 +55,7 @@ module Aws::WorkspacesInstances
55
55
  autoload :EndpointProvider, 'aws-sdk-workspacesinstances/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-workspacesinstances/endpoints'
57
57
 
58
- GEM_VERSION = '1.14.0'
58
+ GEM_VERSION = '1.15.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -110,9 +110,9 @@ module Aws
110
110
  {
111
111
  key: ::String?,
112
112
  value: ::String?
113
- },
113
+ }
114
114
  ]?
115
- },
115
+ }
116
116
  ],
117
117
  ?throughput: ::Integer,
118
118
  ?volume_type: ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
@@ -130,7 +130,7 @@ module Aws
130
130
  {
131
131
  key: ::String?,
132
132
  value: ::String?
133
- },
133
+ }
134
134
  ],
135
135
  managed_instance: {
136
136
  block_device_mappings: Array[
@@ -146,7 +146,7 @@ module Aws
146
146
  }?,
147
147
  no_device: ::String?,
148
148
  virtual_name: ::String?
149
- },
149
+ }
150
150
  ]?,
151
151
  capacity_reservation_specification: {
152
152
  capacity_reservation_preference: ("capacity-reservations-only" | "open" | "none")?,
@@ -192,7 +192,7 @@ module Aws
192
192
  {
193
193
  ipv_6_address: ::String?,
194
194
  is_primary_ipv_6: bool?
195
- },
195
+ }
196
196
  ]?,
197
197
  ipv_6_address_count: ::Integer?,
198
198
  kernel_id: ::String?,
@@ -200,7 +200,7 @@ module Aws
200
200
  license_specifications: Array[
201
201
  {
202
202
  license_configuration_arn: ::String?
203
- },
203
+ }
204
204
  ]?,
205
205
  maintenance_options: {
206
206
  auto_recovery: ("disabled" | "default")?
@@ -236,7 +236,7 @@ module Aws
236
236
  ipv_4_prefixes: Array[
237
237
  {
238
238
  ipv_4_prefix: ::String?
239
- },
239
+ }
240
240
  ]?,
241
241
  ipv_4_prefix_count: ::Integer?,
242
242
  ipv_6_address_count: ::Integer?,
@@ -244,12 +244,12 @@ module Aws
244
244
  {
245
245
  ipv_6_address: ::String?,
246
246
  is_primary_ipv_6: bool?
247
- },
247
+ }
248
248
  ]?,
249
249
  ipv_6_prefixes: Array[
250
250
  {
251
251
  ipv_6_prefix: ::String?
252
- },
252
+ }
253
253
  ]?,
254
254
  ipv_6_prefix_count: ::Integer?,
255
255
  network_card_index: ::Integer?,
@@ -260,12 +260,12 @@ module Aws
260
260
  {
261
261
  primary: bool?,
262
262
  private_ip_address: ::String?
263
- },
263
+ }
264
264
  ]?,
265
265
  secondary_private_ip_address_count: ::Integer?,
266
266
  groups: Array[::String]?,
267
267
  subnet_id: ::String?
268
- },
268
+ }
269
269
  ]?,
270
270
  network_performance_options: {
271
271
  bandwidth_weighting: ("default" | "vpc-1" | "ebs-1")?
@@ -297,9 +297,9 @@ module Aws
297
297
  {
298
298
  key: ::String?,
299
299
  value: ::String?
300
- },
300
+ }
301
301
  ]?
302
- },
302
+ }
303
303
  ]?,
304
304
  user_data: ::String?
305
305
  },
@@ -416,7 +416,7 @@ module Aws
416
416
  {
417
417
  key: ::String?,
418
418
  value: ::String?
419
- },
419
+ }
420
420
  ]
421
421
  ) -> _TagResourceResponseSuccess
422
422
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesinstances
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services