aws-sdk-workspacesthinclient 1.10.0 → 1.11.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 957459bbead04ab73eb5e547c4e3272f9a14fbb4f4001e8e8c2d32ddf0763f21
|
|
4
|
+
data.tar.gz: dd6ccf424b2245a15f90313edf7ae62619f4cdb5372d6ece901c1c63a7cb0102
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29cc07285f23082fb782ecb4fe762e96e61633fb100adc9be646090a5e0e95cfa5e4fbd69f0442c6d445f8fa47e4af5318839713e1f5f6c3adf7e6f7bc63b479
|
|
7
|
+
data.tar.gz: bd428eee4b41be0a2ab202c8111a28b7e00a6ae01b9b6afbea74dde7a58c87a4812d3b6518e5f5df63931f39f063c9df792822a0a44b7bf23fb9e91b812865bc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.11.0
|
|
@@ -1283,7 +1283,7 @@ module Aws::WorkSpacesThinClient
|
|
|
1283
1283
|
params: params,
|
|
1284
1284
|
config: config)
|
|
1285
1285
|
context[:gem_name] = 'aws-sdk-workspacesthinclient'
|
|
1286
|
-
context[:gem_version] = '1.
|
|
1286
|
+
context[:gem_version] = '1.11.0'
|
|
1287
1287
|
Seahorse::Client::Request.new(handlers, context)
|
|
1288
1288
|
end
|
|
1289
1289
|
|
|
@@ -562,8 +562,8 @@ module Aws::WorkSpacesThinClient
|
|
|
562
562
|
# @return [Hash<String,String>]
|
|
563
563
|
#
|
|
564
564
|
# @!attribute [rw] device_creation_tags
|
|
565
|
-
#
|
|
566
|
-
# this environment.
|
|
565
|
+
# The tag keys and optional values for the newly created devices for
|
|
566
|
+
# this environment.
|
|
567
567
|
# @return [Hash<String,String>]
|
|
568
568
|
#
|
|
569
569
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/Environment AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspacesthinclient
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.11.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: 2024-07-
|
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '1.
|
|
39
|
+
version: '1.5'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '1.
|
|
46
|
+
version: '1.5'
|
|
47
47
|
description: Official AWS Ruby gem for Amazon WorkSpaces Thin Client. This gem is
|
|
48
48
|
part of the AWS SDK for Ruby.
|
|
49
49
|
email:
|