aws-sdk-workspaces 1.43.0 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/lib/aws-sdk-workspaces/client.rb +29 -6
- data/lib/aws-sdk-workspaces/client_api.rb +5 -0
- data/lib/aws-sdk-workspaces/types.rb +22 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fac17d0b167c49bec19e531e40e6a2ab085810a9d35b830cc4ecab3aa837c79
|
4
|
+
data.tar.gz: f4308faae963abb54234b0c9f8cad2313df2ce59fed271219a17998b6cb92330
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1e9ce90af4494d7de57dbc2f85db5a22d4935d565f1c1bf97fae146e2946c0202ce4405735e9398e6fbcf80ae8ac453e66ce012d5f33fd4b3bcc4a73a96b973
|
7
|
+
data.tar.gz: 9283bc500645f5198d9136ea7a15b3f3c8df9e9e433a0f56751b2c05d8ed2ad55281466f199b83c14a622b6ce5e0581f5e60ebcafd7c7c99036505a19fac5d31
|
data/lib/aws-sdk-workspaces.rb
CHANGED
@@ -1331,16 +1331,23 @@ module Aws::WorkSpaces
|
|
1331
1331
|
req.send_request(options)
|
1332
1332
|
end
|
1333
1333
|
|
1334
|
-
# Imports the specified Windows
|
1335
|
-
#
|
1336
|
-
#
|
1337
|
-
#
|
1334
|
+
# Imports the specified Windows 10 Bring Your Own License (BYOL) image
|
1335
|
+
# into Amazon WorkSpaces. The image must be an already licensed EC2
|
1336
|
+
# image that is in your AWS account, and you must own the image. For
|
1337
|
+
# more information about creating BYOL images, see [ Bring Your Own
|
1338
|
+
# Windows Desktop Licenses][1].
|
1339
|
+
#
|
1340
|
+
#
|
1341
|
+
#
|
1342
|
+
# [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html
|
1338
1343
|
#
|
1339
1344
|
# @option params [required, String] :ec2_image_id
|
1340
1345
|
# The identifier of the EC2 image.
|
1341
1346
|
#
|
1342
1347
|
# @option params [required, String] :ingestion_process
|
1343
|
-
# The ingestion process to be used when importing the image.
|
1348
|
+
# The ingestion process to be used when importing the image. For
|
1349
|
+
# non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro),
|
1350
|
+
# specify `BYOL_REGULAR`.
|
1344
1351
|
#
|
1345
1352
|
# @option params [required, String] :image_name
|
1346
1353
|
# The name of the WorkSpace image.
|
@@ -1351,6 +1358,21 @@ module Aws::WorkSpaces
|
|
1351
1358
|
# @option params [Array<Types::Tag>] :tags
|
1352
1359
|
# The tags. Each WorkSpaces resource can have a maximum of 50 tags.
|
1353
1360
|
#
|
1361
|
+
# @option params [Array<String>] :applications
|
1362
|
+
# If specified, the version of Microsoft Office to subscribe to. Valid
|
1363
|
+
# only for Windows 10 BYOL images. For more information about
|
1364
|
+
# subscribing to Office for BYOL images, see [ Bring Your Own Windows
|
1365
|
+
# Desktop Licenses][1].
|
1366
|
+
#
|
1367
|
+
# <note markdown="1"> Although this parameter is an array, only one item is allowed at this
|
1368
|
+
# time.
|
1369
|
+
#
|
1370
|
+
# </note>
|
1371
|
+
#
|
1372
|
+
#
|
1373
|
+
#
|
1374
|
+
# [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html
|
1375
|
+
#
|
1354
1376
|
# @return [Types::ImportWorkspaceImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1355
1377
|
#
|
1356
1378
|
# * {Types::ImportWorkspaceImageResult#image_id #image_id} => String
|
@@ -1368,6 +1390,7 @@ module Aws::WorkSpaces
|
|
1368
1390
|
# value: "TagValue",
|
1369
1391
|
# },
|
1370
1392
|
# ],
|
1393
|
+
# applications: ["Microsoft_Office_2016"], # accepts Microsoft_Office_2016, Microsoft_Office_2019
|
1371
1394
|
# })
|
1372
1395
|
#
|
1373
1396
|
# @example Response structure
|
@@ -2164,7 +2187,7 @@ module Aws::WorkSpaces
|
|
2164
2187
|
params: params,
|
2165
2188
|
config: config)
|
2166
2189
|
context[:gem_name] = 'aws-sdk-workspaces'
|
2167
|
-
context[:gem_version] = '1.
|
2190
|
+
context[:gem_version] = '1.44.0'
|
2168
2191
|
Seahorse::Client::Request.new(handlers, context)
|
2169
2192
|
end
|
2170
2193
|
|
@@ -19,6 +19,8 @@ module Aws::WorkSpaces
|
|
19
19
|
AccountModification = Shapes::StructureShape.new(name: 'AccountModification')
|
20
20
|
AccountModificationList = Shapes::ListShape.new(name: 'AccountModificationList')
|
21
21
|
Alias = Shapes::StringShape.new(name: 'Alias')
|
22
|
+
Application = Shapes::StringShape.new(name: 'Application')
|
23
|
+
ApplicationList = Shapes::ListShape.new(name: 'ApplicationList')
|
22
24
|
AssociateIpGroupsRequest = Shapes::StructureShape.new(name: 'AssociateIpGroupsRequest')
|
23
25
|
AssociateIpGroupsResult = Shapes::StructureShape.new(name: 'AssociateIpGroupsResult')
|
24
26
|
AuthorizeIpRulesRequest = Shapes::StructureShape.new(name: 'AuthorizeIpRulesRequest')
|
@@ -258,6 +260,8 @@ module Aws::WorkSpaces
|
|
258
260
|
|
259
261
|
AccountModificationList.member = Shapes::ShapeRef.new(shape: AccountModification)
|
260
262
|
|
263
|
+
ApplicationList.member = Shapes::ShapeRef.new(shape: Application)
|
264
|
+
|
261
265
|
AssociateIpGroupsRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
262
266
|
AssociateIpGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: IpGroupIdList, required: true, location_name: "GroupIds"))
|
263
267
|
AssociateIpGroupsRequest.struct_class = Types::AssociateIpGroupsRequest
|
@@ -492,6 +496,7 @@ module Aws::WorkSpaces
|
|
492
496
|
ImportWorkspaceImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: WorkspaceImageName, required: true, location_name: "ImageName"))
|
493
497
|
ImportWorkspaceImageRequest.add_member(:image_description, Shapes::ShapeRef.new(shape: WorkspaceImageDescription, required: true, location_name: "ImageDescription"))
|
494
498
|
ImportWorkspaceImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
499
|
+
ImportWorkspaceImageRequest.add_member(:applications, Shapes::ShapeRef.new(shape: ApplicationList, location_name: "Applications"))
|
495
500
|
ImportWorkspaceImageRequest.struct_class = Types::ImportWorkspaceImageRequest
|
496
501
|
|
497
502
|
ImportWorkspaceImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: WorkspaceImageId, location_name: "ImageId"))
|
@@ -1259,6 +1259,7 @@ module Aws::WorkSpaces
|
|
1259
1259
|
# value: "TagValue",
|
1260
1260
|
# },
|
1261
1261
|
# ],
|
1262
|
+
# applications: ["Microsoft_Office_2016"], # accepts Microsoft_Office_2016, Microsoft_Office_2019
|
1262
1263
|
# }
|
1263
1264
|
#
|
1264
1265
|
# @!attribute [rw] ec2_image_id
|
@@ -1266,7 +1267,9 @@ module Aws::WorkSpaces
|
|
1266
1267
|
# @return [String]
|
1267
1268
|
#
|
1268
1269
|
# @!attribute [rw] ingestion_process
|
1269
|
-
# The ingestion process to be used when importing the image.
|
1270
|
+
# The ingestion process to be used when importing the image. For
|
1271
|
+
# non-GPU-enabled bundles (bundles other than Graphics or
|
1272
|
+
# GraphicsPro), specify `BYOL_REGULAR`.
|
1270
1273
|
# @return [String]
|
1271
1274
|
#
|
1272
1275
|
# @!attribute [rw] image_name
|
@@ -1281,6 +1284,22 @@ module Aws::WorkSpaces
|
|
1281
1284
|
# The tags. Each WorkSpaces resource can have a maximum of 50 tags.
|
1282
1285
|
# @return [Array<Types::Tag>]
|
1283
1286
|
#
|
1287
|
+
# @!attribute [rw] applications
|
1288
|
+
# If specified, the version of Microsoft Office to subscribe to. Valid
|
1289
|
+
# only for Windows 10 BYOL images. For more information about
|
1290
|
+
# subscribing to Office for BYOL images, see [ Bring Your Own Windows
|
1291
|
+
# Desktop Licenses][1].
|
1292
|
+
#
|
1293
|
+
# <note markdown="1"> Although this parameter is an array, only one item is allowed at
|
1294
|
+
# this time.
|
1295
|
+
#
|
1296
|
+
# </note>
|
1297
|
+
#
|
1298
|
+
#
|
1299
|
+
#
|
1300
|
+
# [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html
|
1301
|
+
# @return [Array<String>]
|
1302
|
+
#
|
1284
1303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportWorkspaceImageRequest AWS API Documentation
|
1285
1304
|
#
|
1286
1305
|
class ImportWorkspaceImageRequest < Struct.new(
|
@@ -1288,7 +1307,8 @@ module Aws::WorkSpaces
|
|
1288
1307
|
:ingestion_process,
|
1289
1308
|
:image_name,
|
1290
1309
|
:image_description,
|
1291
|
-
:tags
|
1310
|
+
:tags,
|
1311
|
+
:applications)
|
1292
1312
|
SENSITIVE = []
|
1293
1313
|
include Aws::Structure
|
1294
1314
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-workspaces
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|