aws-sdk-workspaces 1.11.0 → 1.12.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: 3bfb3829fabde4e90ec9d53b73bbf29fe58bf4e0
4
- data.tar.gz: 83f39cff0a9552712149986cec6127973bf4336c
3
+ metadata.gz: 9307cb626f1b7f10593354bd94bdc268b707a332
4
+ data.tar.gz: e254e6f9dd405c5275dbbe6fe74ff93a3e70956f
5
5
  SHA512:
6
- metadata.gz: 8ca536bc1cc6273ecaeae95e708ad790d3fffc4d462cb04251b289da826c684a26e8510c14a9a2862a4ea2d4d5f8f387e4aa39c3ad42e579f9b53587ae987ac6
7
- data.tar.gz: 7198ecead90e4be57d6e1a71cfa6de536d4890254d9d48577d6833a6cb0a24bcfed2ed8e47716a686efaeee2b593c2153e9fd942e2b70c5bb5cd9b27daf7942a
6
+ metadata.gz: 178145f2313eff2a400cc61774644448236027d5d0fb7b4ae0ca964a349866df46227d5f9980a32cb86f1d4334a651da6ac131340c293ac77bd0c2fbce3ce380
7
+ data.tar.gz: 3000f51ebe9adac49e51cd2369d6dcbe2401c4d4330f7878a83524e113402bff6c90b9ed9be0c21714820c6863b22b614f23585c2a91a6c744bb59b86ad4cdf1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -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.11.0'
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
@@ -1113,7 +1113,7 @@ module Aws::WorkSpaces
1113
1113
  #
1114
1114
  # {
1115
1115
  # resource_id: "NonEmptyString", # required
1116
- # client_properties: {
1116
+ # client_properties: { # required
1117
1117
  # reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
1118
1118
  # },
1119
1119
  # }
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.11.0
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: 2018-11-20 00:00:00.000000000 Z
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