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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fef5554245ad579a9e1b24214731147d3c26472
4
- data.tar.gz: 73a561873bc3a46c593caa6b36b1c7ca180adeb0
3
+ metadata.gz: 1fcc30ddfe5b53b70814f8417c848462ee8015f0
4
+ data.tar.gz: '029daba2bc4f7c2426de0c05f7dde641d1c5849b'
5
5
  SHA512:
6
- metadata.gz: 2320b891e6abf8935853f40aac8aa3946d8cebd8d36c97f5ddb77b27ba4e15f26436d52b6298c7b6d886777553299b70deeb9a142f2b97b35ff92a2a87903732
7
- data.tar.gz: 405dc46b18e620a7050ebdc3a019613f595d8bb8eb38817121fdf38a54eae4f45d644a5710f124d71beb2439d607c6a1c77e0a439b52aabb8756e76a1cf7a4e4
6
+ metadata.gz: 369221a14120bdb80b4a73d01cf216d24ce5b6b6e0ea4000c949dbf30ffb1bd65a6cccfd88b4b70705fb51c3b5312e9902ed4be4a6acbc1a36f74fa7856e7bce
7
+ data.tar.gz: 7af6b40e6d35e49cb97db245c10cb0e5444908024a02b39a95793d01ebc520c34bf585266d40e2b3c6b0f6d0bcebacf3832af6739ca078f0f820b33bd71c03af
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
@@ -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 WorkSpaces resource.
386
+ # Creates the specified tags for the specified WorkSpace.
387
387
  #
388
388
  # @option params [required, String] :resource_id
389
- # The identifier of the WorkSpaces resource. The supported resource
390
- # types are WorkSpaces, registered directories, images, custom bundles,
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 WorkSpaces resource can have a maximum of 50 tags.
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 WorkSpaces resource.
535
+ # Deletes the specified tags from the specified WorkSpace.
537
536
  #
538
537
  # @option params [required, String] :resource_id
539
- # The identifier of the WorkSpaces resource. The supported resource
540
- # types are WorkSpaces, registered directories, images, custom bundles,
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 WorkSpaces resource.
721
+ # Describes the specified tags for the specified WorkSpace.
724
722
  #
725
723
  # @option params [required, String] :resource_id
726
- # The identifier of the WorkSpaces resource. The supported resource
727
- # types are WorkSpaces, registered directories, images, custom bundles,
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&lt;Types::FailedWorkspaceChangeRequest&gt;
@@ -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.17.0'
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 WorkSpaces resource. The supported resource
240
- # types are WorkSpaces, registered directories, images, custom
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 WorkSpaces resource can have a maximum of 50 tags.
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 WorkSpaces resource. The supported resource
390
- # types are WorkSpaces, registered directories, images, custom
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 WorkSpaces resource. The supported resource
582
- # types are WorkSpaces, registered directories, images, custom
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.17.0
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-18 00:00:00.000000000 Z
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