aws-sdk-workspaces 1.11.0 → 1.12.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9307cb626f1b7f10593354bd94bdc268b707a332
|
|
4
|
+
data.tar.gz: e254e6f9dd405c5275dbbe6fe74ff93a3e70956f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 178145f2313eff2a400cc61774644448236027d5d0fb7b4ae0ca964a349866df46227d5f9980a32cb86f1d4334a651da6ac131340c293ac77bd0c2fbce3ce380
|
|
7
|
+
data.tar.gz: 3000f51ebe9adac49e51cd2369d6dcbe2401c4d4330f7878a83524e113402bff6c90b9ed9be0c21714820c6863b22b614f23585c2a91a6c744bb59b86ad4cdf1
|
data/lib/aws-sdk-workspaces.rb
CHANGED
|
@@ -1138,7 +1138,7 @@ module Aws::WorkSpaces
|
|
|
1138
1138
|
# @option params [required, String] :resource_id
|
|
1139
1139
|
# The resource identifiers, in the form of directory IDs.
|
|
1140
1140
|
#
|
|
1141
|
-
# @option params [Types::ClientProperties] :client_properties
|
|
1141
|
+
# @option params [required, Types::ClientProperties] :client_properties
|
|
1142
1142
|
# Information about the Amazon WorkSpaces client.
|
|
1143
1143
|
#
|
|
1144
1144
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
@@ -1147,7 +1147,7 @@ module Aws::WorkSpaces
|
|
|
1147
1147
|
#
|
|
1148
1148
|
# resp = client.modify_client_properties({
|
|
1149
1149
|
# resource_id: "NonEmptyString", # required
|
|
1150
|
-
# client_properties: {
|
|
1150
|
+
# client_properties: { # required
|
|
1151
1151
|
# reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
|
|
1152
1152
|
# },
|
|
1153
1153
|
# })
|
|
@@ -1506,7 +1506,7 @@ module Aws::WorkSpaces
|
|
|
1506
1506
|
params: params,
|
|
1507
1507
|
config: config)
|
|
1508
1508
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
1509
|
-
context[:gem_version] = '1.
|
|
1509
|
+
context[:gem_version] = '1.12.0'
|
|
1510
1510
|
Seahorse::Client::Request.new(handlers, context)
|
|
1511
1511
|
end
|
|
1512
1512
|
|
|
@@ -446,7 +446,7 @@ module Aws::WorkSpaces
|
|
|
446
446
|
ModifyAccountResult.struct_class = Types::ModifyAccountResult
|
|
447
447
|
|
|
448
448
|
ModifyClientPropertiesRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ResourceId"))
|
|
449
|
-
ModifyClientPropertiesRequest.add_member(:client_properties, Shapes::ShapeRef.new(shape: ClientProperties, location_name: "ClientProperties"))
|
|
449
|
+
ModifyClientPropertiesRequest.add_member(:client_properties, Shapes::ShapeRef.new(shape: ClientProperties, required: true, location_name: "ClientProperties"))
|
|
450
450
|
ModifyClientPropertiesRequest.struct_class = Types::ModifyClientPropertiesRequest
|
|
451
451
|
|
|
452
452
|
ModifyClientPropertiesResult.struct_class = Types::ModifyClientPropertiesResult
|
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.12.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:
|
|
11
|
+
date: 2019-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|