aws-sdk-workspaces 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fcc30ddfe5b53b70814f8417c848462ee8015f0
4
- data.tar.gz: '029daba2bc4f7c2426de0c05f7dde641d1c5849b'
3
+ metadata.gz: d117c84db7b34e4b4c4409aeee5471c801810ec8
4
+ data.tar.gz: 8cf6c46292ceea926dfcebc9dfa2770e399012d6
5
5
  SHA512:
6
- metadata.gz: 369221a14120bdb80b4a73d01cf216d24ce5b6b6e0ea4000c949dbf30ffb1bd65a6cccfd88b4b70705fb51c3b5312e9902ed4be4a6acbc1a36f74fa7856e7bce
7
- data.tar.gz: 7af6b40e6d35e49cb97db245c10cb0e5444908024a02b39a95793d01ebc520c34bf585266d40e2b3c6b0f6d0bcebacf3832af6739ca078f0f820b33bd71c03af
6
+ metadata.gz: 239398a9608e8e141b9139d63b4210881275ba2d71e346475a5a9d421f2abfb1be2fd5660273f06111ca2555137c70c3eabd414a66161dddb060656287e11b7e
7
+ data.tar.gz: 47d8557f7855e01e5f979ac9fef67549ea96eb3ecb3e96e9dcc8f16c86235ec4d370f2c7e4b45b09982daa2336229f02f320a2677c33f37fbe340ce859286a79
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.18.0'
45
+ GEM_VERSION = '1.19.0'
46
46
 
47
47
  end
@@ -383,14 +383,15 @@ module Aws::WorkSpaces
383
383
  req.send_request(options)
384
384
  end
385
385
 
386
- # Creates the specified tags for the specified WorkSpace.
386
+ # Creates the specified tags for the specified WorkSpaces resource.
387
387
  #
388
388
  # @option params [required, String] :resource_id
389
- # The identifier of the WorkSpace. To find this ID, use
390
- # DescribeWorkspaces.
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.
391
392
  #
392
393
  # @option params [required, Array<Types::Tag>] :tags
393
- # The tags. Each WorkSpace can have a maximum of 50 tags.
394
+ # The tags. Each WorkSpaces resource can have a maximum of 50 tags.
394
395
  #
395
396
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
396
397
  #
@@ -532,11 +533,12 @@ module Aws::WorkSpaces
532
533
  req.send_request(options)
533
534
  end
534
535
 
535
- # Deletes the specified tags from the specified WorkSpace.
536
+ # Deletes the specified tags from the specified WorkSpaces resource.
536
537
  #
537
538
  # @option params [required, String] :resource_id
538
- # The identifier of the WorkSpace. To find this ID, use
539
- # DescribeWorkspaces.
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.
540
542
  #
541
543
  # @option params [required, Array<String>] :tag_keys
542
544
  # The tag keys.
@@ -718,11 +720,12 @@ module Aws::WorkSpaces
718
720
  req.send_request(options)
719
721
  end
720
722
 
721
- # Describes the specified tags for the specified WorkSpace.
723
+ # Describes the specified tags for the specified WorkSpaces resource.
722
724
  #
723
725
  # @option params [required, String] :resource_id
724
- # The identifier of the WorkSpace. To find this ID, use
725
- # DescribeWorkspaces.
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.
726
729
  #
727
730
  # @return [Types::DescribeTagsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
728
731
  #
@@ -1571,7 +1574,7 @@ module Aws::WorkSpaces
1571
1574
  params: params,
1572
1575
  config: config)
1573
1576
  context[:gem_name] = 'aws-sdk-workspaces'
1574
- context[:gem_version] = '1.18.0'
1577
+ context[:gem_version] = '1.19.0'
1575
1578
  Seahorse::Client::Request.new(handlers, context)
1576
1579
  end
1577
1580
 
@@ -236,12 +236,13 @@ module Aws::WorkSpaces
236
236
  # }
237
237
  #
238
238
  # @!attribute [rw] resource_id
239
- # The identifier of the WorkSpace. To find this ID, use
240
- # DescribeWorkspaces.
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.
241
242
  # @return [String]
242
243
  #
243
244
  # @!attribute [rw] tags
244
- # The tags. Each WorkSpace can have a maximum of 50 tags.
245
+ # The tags. Each WorkSpaces resource can have a maximum of 50 tags.
245
246
  # @return [Array<Types::Tag>]
246
247
  #
247
248
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateTagsRequest AWS API Documentation
@@ -385,8 +386,9 @@ module Aws::WorkSpaces
385
386
  # }
386
387
  #
387
388
  # @!attribute [rw] resource_id
388
- # The identifier of the WorkSpace. To find this ID, use
389
- # DescribeWorkspaces.
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.
390
392
  # @return [String]
391
393
  #
392
394
  # @!attribute [rw] tag_keys
@@ -576,8 +578,9 @@ module Aws::WorkSpaces
576
578
  # }
577
579
  #
578
580
  # @!attribute [rw] resource_id
579
- # The identifier of the WorkSpace. To find this ID, use
580
- # DescribeWorkspaces.
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.
581
584
  # @return [String]
582
585
  #
583
586
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeTagsRequest AWS API Documentation
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.18.0
4
+ version: 1.19.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-19 00:00:00.000000000 Z
11
+ date: 2019-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core