aws-sdk-workspacesinstances 1.14.0 → 1.16.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspacesinstances/client.rb +6 -8
- data/lib/aws-sdk-workspacesinstances.rb +1 -1
- data/sig/client.rbs +14 -14
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c06c4841e2acaa487183b10c86ae3a1b0ee37c7f2ba9ceb02e66172bee3965de
|
|
4
|
+
data.tar.gz: '09941ecd64c2ee3518534cdda6b4343b9a062c72cc3c705d2eb248b7367323ca'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 427f5cfc7bb9c4b369cfd6e2fe2867dd6bd71efbc165344bee32c46293dacc46bee13485376dc3246d165b53548a946aef4d9d771775c470b9d041338ee632b7
|
|
7
|
+
data.tar.gz: 6adf231eda26cc01f0452f504bc0520bca682cd58156fb15fda822b041331cb2eb2de988668b878aae0346390dabf98cf8c9fa9b460937045b892caef8e7a372
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.16.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.15.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.14.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
|
@@ -199,7 +199,7 @@ module Aws::WorkspacesInstances
|
|
|
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::WorkspacesInstances
|
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -1182,7 +1180,7 @@ module Aws::WorkspacesInstances
|
|
|
1182
1180
|
tracer: tracer
|
|
1183
1181
|
)
|
|
1184
1182
|
context[:gem_name] = 'aws-sdk-workspacesinstances'
|
|
1185
|
-
context[:gem_version] = '1.
|
|
1183
|
+
context[:gem_version] = '1.16.0'
|
|
1186
1184
|
Seahorse::Client::Request.new(handlers, context)
|
|
1187
1185
|
end
|
|
1188
1186
|
|
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.
|
|
4
|
+
version: 1.16.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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|