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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspacesinstances/client.rb +1 -1
- data/lib/aws-sdk-workspacesinstances.rb +1 -1
- data/sig/client.rbs +14 -14
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ee6ab3dd6ea7033ec7e5e9edc7e7588bf96446820b1045c09e24161a230b70b
|
|
4
|
+
data.tar.gz: af4c2fd9d86150ea8c6caf56d82550490c4a4ffad5516a6cbd1b95e16f9e49a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a614cdbb839dd93be25964b80ae866e58c3cd39143160b8082a35718079ef9ddb15eabcf466f49515d900306d959da3d8f7bdf5e57655790acef3ef54696e59
|
|
7
|
+
data.tar.gz: 8c33d358a30c862cf912547fbfef0558f12b32482ff636978d4432b4e8052b40dda04ba4b60ca5aa003cb1be3036703e178e391ffa1973a926c92a68d6432aa8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1185
|
+
context[:gem_version] = '1.15.0'
|
|
1186
1186
|
Seahorse::Client::Request.new(handlers, context)
|
|
1187
1187
|
end
|
|
1188
1188
|
|
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
|