aws-sdk-workspaces 1.17.0 → 1.18.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/lib/aws-sdk-workspaces.rb +1 -1
- data/lib/aws-sdk-workspaces/client.rb +15 -14
- data/lib/aws-sdk-workspaces/client_api.rb +3 -0
- data/lib/aws-sdk-workspaces/types.rb +14 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fcc30ddfe5b53b70814f8417c848462ee8015f0
|
4
|
+
data.tar.gz: '029daba2bc4f7c2426de0c05f7dde641d1c5849b'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 369221a14120bdb80b4a73d01cf216d24ce5b6b6e0ea4000c949dbf30ffb1bd65a6cccfd88b4b70705fb51c3b5312e9902ed4be4a6acbc1a36f74fa7856e7bce
|
7
|
+
data.tar.gz: 7af6b40e6d35e49cb97db245c10cb0e5444908024a02b39a95793d01ebc520c34bf585266d40e2b3c6b0f6d0bcebacf3832af6739ca078f0f820b33bd71c03af
|
data/lib/aws-sdk-workspaces.rb
CHANGED
@@ -383,15 +383,14 @@ module Aws::WorkSpaces
|
|
383
383
|
req.send_request(options)
|
384
384
|
end
|
385
385
|
|
386
|
-
# Creates the specified tags for the specified
|
386
|
+
# Creates the specified tags for the specified WorkSpace.
|
387
387
|
#
|
388
388
|
# @option params [required, String] :resource_id
|
389
|
-
# The identifier of the
|
390
|
-
#
|
391
|
-
# and IP access control groups.
|
389
|
+
# The identifier of the WorkSpace. To find this ID, use
|
390
|
+
# DescribeWorkspaces.
|
392
391
|
#
|
393
392
|
# @option params [required, Array<Types::Tag>] :tags
|
394
|
-
# The tags. Each
|
393
|
+
# The tags. Each WorkSpace can have a maximum of 50 tags.
|
395
394
|
#
|
396
395
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
397
396
|
#
|
@@ -533,12 +532,11 @@ module Aws::WorkSpaces
|
|
533
532
|
req.send_request(options)
|
534
533
|
end
|
535
534
|
|
536
|
-
# Deletes the specified tags from the specified
|
535
|
+
# Deletes the specified tags from the specified WorkSpace.
|
537
536
|
#
|
538
537
|
# @option params [required, String] :resource_id
|
539
|
-
# The identifier of the
|
540
|
-
#
|
541
|
-
# and IP access control groups.
|
538
|
+
# The identifier of the WorkSpace. To find this ID, use
|
539
|
+
# DescribeWorkspaces.
|
542
540
|
#
|
543
541
|
# @option params [required, Array<String>] :tag_keys
|
544
542
|
# The tag keys.
|
@@ -720,12 +718,11 @@ module Aws::WorkSpaces
|
|
720
718
|
req.send_request(options)
|
721
719
|
end
|
722
720
|
|
723
|
-
# Describes the specified tags for the specified
|
721
|
+
# Describes the specified tags for the specified WorkSpace.
|
724
722
|
#
|
725
723
|
# @option params [required, String] :resource_id
|
726
|
-
# The identifier of the
|
727
|
-
#
|
728
|
-
# and IP access control groups.
|
724
|
+
# The identifier of the WorkSpace. To find this ID, use
|
725
|
+
# DescribeWorkspaces.
|
729
726
|
#
|
730
727
|
# @return [Types::DescribeTagsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
731
728
|
#
|
@@ -1349,6 +1346,9 @@ module Aws::WorkSpaces
|
|
1349
1346
|
# @option params [required, Array<Types::RebuildRequest>] :rebuild_workspace_requests
|
1350
1347
|
# The WorkSpace to rebuild. You can specify a single WorkSpace.
|
1351
1348
|
#
|
1349
|
+
# @option params [String] :additional_info
|
1350
|
+
# Reserved.
|
1351
|
+
#
|
1352
1352
|
# @return [Types::RebuildWorkspacesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1353
1353
|
#
|
1354
1354
|
# * {Types::RebuildWorkspacesResult#failed_requests #failed_requests} => Array<Types::FailedWorkspaceChangeRequest>
|
@@ -1361,6 +1361,7 @@ module Aws::WorkSpaces
|
|
1361
1361
|
# workspace_id: "WorkspaceId", # required
|
1362
1362
|
# },
|
1363
1363
|
# ],
|
1364
|
+
# additional_info: "AdditionalInfo",
|
1364
1365
|
# })
|
1365
1366
|
#
|
1366
1367
|
# @example Response structure
|
@@ -1570,7 +1571,7 @@ module Aws::WorkSpaces
|
|
1570
1571
|
params: params,
|
1571
1572
|
config: config)
|
1572
1573
|
context[:gem_name] = 'aws-sdk-workspaces'
|
1573
|
-
context[:gem_version] = '1.
|
1574
|
+
context[:gem_version] = '1.18.0'
|
1574
1575
|
Seahorse::Client::Request.new(handlers, context)
|
1575
1576
|
end
|
1576
1577
|
|
@@ -15,6 +15,7 @@ module Aws::WorkSpaces
|
|
15
15
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
16
16
|
AccountModification = Shapes::StructureShape.new(name: 'AccountModification')
|
17
17
|
AccountModificationList = Shapes::ListShape.new(name: 'AccountModificationList')
|
18
|
+
AdditionalInfo = Shapes::StringShape.new(name: 'AdditionalInfo')
|
18
19
|
Alias = Shapes::StringShape.new(name: 'Alias')
|
19
20
|
AssociateIpGroupsRequest = Shapes::StructureShape.new(name: 'AssociateIpGroupsRequest')
|
20
21
|
AssociateIpGroupsResult = Shapes::StructureShape.new(name: 'AssociateIpGroupsResult')
|
@@ -485,6 +486,7 @@ module Aws::WorkSpaces
|
|
485
486
|
RebuildWorkspaceRequests.member = Shapes::ShapeRef.new(shape: RebuildRequest)
|
486
487
|
|
487
488
|
RebuildWorkspacesRequest.add_member(:rebuild_workspace_requests, Shapes::ShapeRef.new(shape: RebuildWorkspaceRequests, required: true, location_name: "RebuildWorkspaceRequests"))
|
489
|
+
RebuildWorkspacesRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: AdditionalInfo, location_name: "AdditionalInfo"))
|
488
490
|
RebuildWorkspacesRequest.struct_class = Types::RebuildWorkspacesRequest
|
489
491
|
|
490
492
|
RebuildWorkspacesResult.add_member(:failed_requests, Shapes::ShapeRef.new(shape: FailedRebuildWorkspaceRequests, location_name: "FailedRequests"))
|
@@ -892,6 +894,7 @@ module Aws::WorkSpaces
|
|
892
894
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
893
895
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
894
896
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
897
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValuesException)
|
895
898
|
end)
|
896
899
|
|
897
900
|
api.add_operation(:list_available_management_cidr_ranges, Seahorse::Model::Operation.new.tap do |o|
|
@@ -236,13 +236,12 @@ module Aws::WorkSpaces
|
|
236
236
|
# }
|
237
237
|
#
|
238
238
|
# @!attribute [rw] resource_id
|
239
|
-
# The identifier of the
|
240
|
-
#
|
241
|
-
# bundles, and IP access control groups.
|
239
|
+
# The identifier of the WorkSpace. To find this ID, use
|
240
|
+
# DescribeWorkspaces.
|
242
241
|
# @return [String]
|
243
242
|
#
|
244
243
|
# @!attribute [rw] tags
|
245
|
-
# The tags. Each
|
244
|
+
# The tags. Each WorkSpace can have a maximum of 50 tags.
|
246
245
|
# @return [Array<Types::Tag>]
|
247
246
|
#
|
248
247
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateTagsRequest AWS API Documentation
|
@@ -386,9 +385,8 @@ module Aws::WorkSpaces
|
|
386
385
|
# }
|
387
386
|
#
|
388
387
|
# @!attribute [rw] resource_id
|
389
|
-
# The identifier of the
|
390
|
-
#
|
391
|
-
# bundles, and IP access control groups.
|
388
|
+
# The identifier of the WorkSpace. To find this ID, use
|
389
|
+
# DescribeWorkspaces.
|
392
390
|
# @return [String]
|
393
391
|
#
|
394
392
|
# @!attribute [rw] tag_keys
|
@@ -578,9 +576,8 @@ module Aws::WorkSpaces
|
|
578
576
|
# }
|
579
577
|
#
|
580
578
|
# @!attribute [rw] resource_id
|
581
|
-
# The identifier of the
|
582
|
-
#
|
583
|
-
# bundles, and IP access control groups.
|
579
|
+
# The identifier of the WorkSpace. To find this ID, use
|
580
|
+
# DescribeWorkspaces.
|
584
581
|
# @return [String]
|
585
582
|
#
|
586
583
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeTagsRequest AWS API Documentation
|
@@ -1320,16 +1317,22 @@ module Aws::WorkSpaces
|
|
1320
1317
|
# workspace_id: "WorkspaceId", # required
|
1321
1318
|
# },
|
1322
1319
|
# ],
|
1320
|
+
# additional_info: "AdditionalInfo",
|
1323
1321
|
# }
|
1324
1322
|
#
|
1325
1323
|
# @!attribute [rw] rebuild_workspace_requests
|
1326
1324
|
# The WorkSpace to rebuild. You can specify a single WorkSpace.
|
1327
1325
|
# @return [Array<Types::RebuildRequest>]
|
1328
1326
|
#
|
1327
|
+
# @!attribute [rw] additional_info
|
1328
|
+
# Reserved.
|
1329
|
+
# @return [String]
|
1330
|
+
#
|
1329
1331
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebuildWorkspacesRequest AWS API Documentation
|
1330
1332
|
#
|
1331
1333
|
class RebuildWorkspacesRequest < Struct.new(
|
1332
|
-
:rebuild_workspace_requests
|
1334
|
+
:rebuild_workspace_requests,
|
1335
|
+
:additional_info)
|
1333
1336
|
include Aws::Structure
|
1334
1337
|
end
|
1335
1338
|
|
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.18.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: 2019-04-
|
11
|
+
date: 2019-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|