aws-sdk-workspaces 1.72.0 → 1.73.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
  SHA256:
3
- metadata.gz: 2c91c7db4285863209bd00670cc0fd06d75166350bfb09ff4fc2c541f7e060b3
4
- data.tar.gz: 4844ade3c37b6fbaf184a5268bdabb2fb2dea0cec1dcaf44f9c44a0f9fe6d4b2
3
+ metadata.gz: 18dbc01b8846c69ab51b978f28008b6ab75f1408b2fa43caedc6c792471e217a
4
+ data.tar.gz: 7b4862fde8ede0153de1207832c334b014b80bc5fc1cbd0260229514206694d5
5
5
  SHA512:
6
- metadata.gz: 2a7b0339c0538fa6ac5533054e4e2496807c11b51ead7aed9e55c62895fbcae5c8ba858e2f7af291c062f5bb5e9f83049d8876ca3201ff2fe9fecbb984876954
7
- data.tar.gz: c94915077d8b24ae8086291a670967de543c63d0bbdb8393bd39ba3052a7f0d50de10d825275eaf49f3fa1c7f2ef7520f95a1f794d94c513e123ce036b54936e
6
+ metadata.gz: 0baab19d532995e76dfe8848d983fe7e80c3351b0ef1cf1db93500663a6dd45ba681440024342835702328f2c44f45a43fa3ba1c184d768c9a6bfc4f7c989774
7
+ data.tar.gz: '005971e2d50c2ddd045dd340bccf03d3c6ce5bd2654e53daea432a215fe51f60874e6b69e14f0aac6551322cd4777545689c901e1a748eaaf7e27672e4f91f4a'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2022-09-29)
5
+ ------------------
6
+
7
+ * Feature - This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.
8
+
4
9
  1.72.0 (2022-08-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -1451,6 +1451,7 @@ module Aws::WorkSpaces
1451
1451
  # resp.client_properties_list #=> Array
1452
1452
  # resp.client_properties_list[0].resource_id #=> String
1453
1453
  # resp.client_properties_list[0].client_properties.reconnect_enabled #=> String, one of "ENABLED", "DISABLED"
1454
+ # resp.client_properties_list[0].client_properties.log_upload_enabled #=> String, one of "ENABLED", "DISABLED"
1454
1455
  #
1455
1456
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientProperties AWS API Documentation
1456
1457
  #
@@ -2552,6 +2553,7 @@ module Aws::WorkSpaces
2552
2553
  # resource_id: "NonEmptyString", # required
2553
2554
  # client_properties: { # required
2554
2555
  # reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
2556
+ # log_upload_enabled: "ENABLED", # accepts ENABLED, DISABLED
2555
2557
  # },
2556
2558
  # })
2557
2559
  #
@@ -3405,7 +3407,7 @@ module Aws::WorkSpaces
3405
3407
  params: params,
3406
3408
  config: config)
3407
3409
  context[:gem_name] = 'aws-sdk-workspaces'
3408
- context[:gem_version] = '1.72.0'
3410
+ context[:gem_version] = '1.73.0'
3409
3411
  Seahorse::Client::Request.new(handlers, context)
3410
3412
  end
3411
3413
 
@@ -190,6 +190,7 @@ module Aws::WorkSpaces
190
190
  Limit = Shapes::IntegerShape.new(name: 'Limit')
191
191
  ListAvailableManagementCidrRangesRequest = Shapes::StructureShape.new(name: 'ListAvailableManagementCidrRangesRequest')
192
192
  ListAvailableManagementCidrRangesResult = Shapes::StructureShape.new(name: 'ListAvailableManagementCidrRangesResult')
193
+ LogUploadEnum = Shapes::StringShape.new(name: 'LogUploadEnum')
193
194
  LoginMessage = Shapes::MapShape.new(name: 'LoginMessage')
194
195
  ManagementCidrRangeConstraint = Shapes::StringShape.new(name: 'ManagementCidrRangeConstraint')
195
196
  ManagementCidrRangeMaxResults = Shapes::IntegerShape.new(name: 'ManagementCidrRangeMaxResults')
@@ -370,6 +371,7 @@ module Aws::WorkSpaces
370
371
  ClientDeviceTypeList.member = Shapes::ShapeRef.new(shape: ClientDeviceType)
371
372
 
372
373
  ClientProperties.add_member(:reconnect_enabled, Shapes::ShapeRef.new(shape: ReconnectEnum, location_name: "ReconnectEnabled"))
374
+ ClientProperties.add_member(:log_upload_enabled, Shapes::ShapeRef.new(shape: LogUploadEnum, location_name: "LogUploadEnabled"))
373
375
  ClientProperties.struct_class = Types::ClientProperties
374
376
 
375
377
  ClientPropertiesList.member = Shapes::ShapeRef.new(shape: ClientPropertiesResult)
@@ -177,6 +177,7 @@ module Aws::WorkSpaces
177
177
  #
178
178
  # {
179
179
  # reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
180
+ # log_upload_enabled: "ENABLED", # accepts ENABLED, DISABLED
180
181
  # }
181
182
  #
182
183
  # @!attribute [rw] reconnect_enabled
@@ -185,10 +186,19 @@ module Aws::WorkSpaces
185
186
  # their WorkSpaces without re-entering their credentials.
186
187
  # @return [String]
187
188
  #
189
+ # @!attribute [rw] log_upload_enabled
190
+ # Specifies whether users can upload diagnostic log files of Amazon
191
+ # WorkSpaces client directly to WorkSpaces to troubleshoot issues when
192
+ # using the WorkSpaces client. When enabled, the log files will be
193
+ # sent to WorkSpaces automatically and will be applied to all users in
194
+ # the specified directory.
195
+ # @return [String]
196
+ #
188
197
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ClientProperties AWS API Documentation
189
198
  #
190
199
  class ClientProperties < Struct.new(
191
- :reconnect_enabled)
200
+ :reconnect_enabled,
201
+ :log_upload_enabled)
192
202
  SENSITIVE = []
193
203
  include Aws::Structure
194
204
  end
@@ -850,7 +860,8 @@ module Aws::WorkSpaces
850
860
  # @return [Time]
851
861
  #
852
862
  # @!attribute [rw] owner_account_id
853
- # The identifier of the AWS account that owns the image.
863
+ # The identifier of the Amazon Web Services account that owns the
864
+ # image.
854
865
  # @return [String]
855
866
  #
856
867
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspaceImageResult AWS API Documentation
@@ -2912,6 +2923,7 @@ module Aws::WorkSpaces
2912
2923
  # resource_id: "NonEmptyString", # required
2913
2924
  # client_properties: { # required
2914
2925
  # reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
2926
+ # log_upload_enabled: "ENABLED", # accepts ENABLED, DISABLED
2915
2927
  # },
2916
2928
  # }
2917
2929
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-workspaces/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkSpaces
50
50
 
51
- GEM_VERSION = '1.72.0'
51
+ GEM_VERSION = '1.73.0'
52
52
 
53
53
  end
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.72.0
4
+ version: 1.73.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: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core