aws-sdk-workspaces 1.16.0 → 1.17.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: c448c63b95ca518f19c6c26e27d60369f2c9167a
4
- data.tar.gz: 3768e36656d1f820900b65b9b36f54fb98049501
3
+ metadata.gz: 3fef5554245ad579a9e1b24214731147d3c26472
4
+ data.tar.gz: 73a561873bc3a46c593caa6b36b1c7ca180adeb0
5
5
  SHA512:
6
- metadata.gz: 8baf0cc604d815c5aabf9fd60de4576acbabd46000ace72fc0be93b3f2f3d1ad51560afcf318149120a3962b375c85e30887f8b3eecafce1c2df78cb35fadd09
7
- data.tar.gz: d58b6fda15871018d69e462787962a38695a54ff02d3f19b05954e7bb253896ef1917bca9045b3ac80382235d444e3f6be51ad2d206fb0333fdf77601acdc1b4
6
+ metadata.gz: 2320b891e6abf8935853f40aac8aa3946d8cebd8d36c97f5ddb77b27ba4e15f26436d52b6298c7b6d886777553299b70deeb9a142f2b97b35ff92a2a87903732
7
+ data.tar.gz: 405dc46b18e620a7050ebdc3a019613f595d8bb8eb38817121fdf38a54eae4f45d644a5710f124d71beb2439d607c6a1c77e0a439b52aabb8756e76a1cf7a4e4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.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
  #
@@ -1567,7 +1570,7 @@ module Aws::WorkSpaces
1567
1570
  params: params,
1568
1571
  config: config)
1569
1572
  context[:gem_name] = 'aws-sdk-workspaces'
1570
- context[:gem_version] = '1.16.0'
1573
+ context[:gem_version] = '1.17.0'
1571
1574
  Seahorse::Client::Request.new(handlers, context)
1572
1575
  end
1573
1576
 
@@ -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.16.0
4
+ version: 1.17.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-03-28 00:00:00.000000000 Z
11
+ date: 2019-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -59,7 +59,7 @@ files:
59
59
  - lib/aws-sdk-workspaces/errors.rb
60
60
  - lib/aws-sdk-workspaces/resource.rb
61
61
  - lib/aws-sdk-workspaces/types.rb
62
- homepage: http://github.com/aws/aws-sdk-ruby
62
+ homepage: https://github.com/aws/aws-sdk-ruby
63
63
  licenses:
64
64
  - Apache-2.0
65
65
  metadata: