aws-sdk-workspaces 1.16.0 → 1.17.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 +14 -11
- data/lib/aws-sdk-workspaces/types.rb +10 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fef5554245ad579a9e1b24214731147d3c26472
|
|
4
|
+
data.tar.gz: 73a561873bc3a46c593caa6b36b1c7ca180adeb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2320b891e6abf8935853f40aac8aa3946d8cebd8d36c97f5ddb77b27ba4e15f26436d52b6298c7b6d886777553299b70deeb9a142f2b97b35ff92a2a87903732
|
|
7
|
+
data.tar.gz: 405dc46b18e620a7050ebdc3a019613f595d8bb8eb38817121fdf38a54eae4f45d644a5710f124d71beb2439d607c6a1c77e0a439b52aabb8756e76a1cf7a4e4
|
data/lib/aws-sdk-workspaces.rb
CHANGED
|
@@ -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
|
|
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
|
|
390
|
-
#
|
|
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
|
|
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
|
|
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
|
|
539
|
-
#
|
|
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
|
|
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
|
|
725
|
-
#
|
|
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.
|
|
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
|
|
240
|
-
#
|
|
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
|
|
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
|
|
389
|
-
#
|
|
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
|
|
580
|
-
#
|
|
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.
|
|
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-
|
|
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:
|
|
62
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
|
63
63
|
licenses:
|
|
64
64
|
- Apache-2.0
|
|
65
65
|
metadata:
|