aws-sdk-workspaces 1.41.0 → 1.42.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: 42f87d8c6c133b109ecd2620b41fb2cb2d9541e78ceaada1e05996fdc473ee4f
4
- data.tar.gz: d4a0e50a962fce0f46d77a879eeea83c838dea576476f0ebe4039d555e05ab77
3
+ metadata.gz: 41a1933e64fdaa2f2cee71625f3d2d438105eb991e0b4de14c6d442733522ab2
4
+ data.tar.gz: 8980a0df971b528ddc8682e1bbda3b16a96acd177076776f4a841b0a2b073665
5
5
  SHA512:
6
- metadata.gz: 70f71cf6fafc14c0d3ba46446f86bfa1a66e7bc6faebd8fb3a7df5c90680feb257907876d0636b503b4bd4bdb7cd7c9e167c8e6d448e9f32ea129262c6dbaba0
7
- data.tar.gz: 0c2c935962b96cc1ec24abb7178ec5ebad8b3f36d5d0a5681989b0322c681f19761087d9609ce1ddcaa27f371138425ed6193f0baef7e00bcd9fad0aff5436e2
6
+ metadata.gz: 5f6cb3a28b1dd9f6c74f301caad3220258d6563078f6955cfaf4662bfa20f5414a4f7333f078129fa6f7cf85ae29479853a802a6524cdaf2f3209d0d797a57cc
7
+ data.tar.gz: aed0aa0136f952f3f8baeb01c869bd38ac134442c202586e051592924117498445600c3334b7d16db7b2177ada15d4ab939b574bf2d06b96dcf75bdae0b07176
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-workspaces/customizations'
47
47
  # @service
48
48
  module Aws::WorkSpaces
49
49
 
50
- GEM_VERSION = '1.41.0'
50
+ GEM_VERSION = '1.42.0'
51
51
 
52
52
  end
@@ -1621,6 +1621,7 @@ module Aws::WorkSpaces
1621
1621
  # resp = client.modify_workspace_creation_properties({
1622
1622
  # resource_id: "DirectoryId", # required
1623
1623
  # workspace_creation_properties: { # required
1624
+ # enable_work_docs: false,
1624
1625
  # enable_internet_access: false,
1625
1626
  # default_ou: "DefaultOu",
1626
1627
  # custom_security_group_id: "SecurityGroupId",
@@ -2148,7 +2149,7 @@ module Aws::WorkSpaces
2148
2149
  params: params,
2149
2150
  config: config)
2150
2151
  context[:gem_name] = 'aws-sdk-workspaces'
2151
- context[:gem_version] = '1.41.0'
2152
+ context[:gem_version] = '1.42.0'
2152
2153
  Seahorse::Client::Request.new(handlers, context)
2153
2154
  end
2154
2155
 
@@ -777,6 +777,7 @@ module Aws::WorkSpaces
777
777
 
778
778
  WorkspaceConnectionStatusList.member = Shapes::ShapeRef.new(shape: WorkspaceConnectionStatus)
779
779
 
780
+ WorkspaceCreationProperties.add_member(:enable_work_docs, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableWorkDocs"))
780
781
  WorkspaceCreationProperties.add_member(:enable_internet_access, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableInternetAccess"))
781
782
  WorkspaceCreationProperties.add_member(:default_ou, Shapes::ShapeRef.new(shape: DefaultOu, location_name: "DefaultOu"))
782
783
  WorkspaceCreationProperties.add_member(:custom_security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "CustomSecurityGroupId"))
@@ -1228,6 +1229,7 @@ module Aws::WorkSpaces
1228
1229
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1229
1230
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValuesException)
1230
1231
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
1231
1233
  end)
1232
1234
 
1233
1235
  api.add_operation(:modify_workspace_properties, Seahorse::Model::Operation.new.tap do |o|
@@ -1620,6 +1620,7 @@ module Aws::WorkSpaces
1620
1620
  # {
1621
1621
  # resource_id: "DirectoryId", # required
1622
1622
  # workspace_creation_properties: { # required
1623
+ # enable_work_docs: false,
1623
1624
  # enable_internet_access: false,
1624
1625
  # default_ou: "DefaultOu",
1625
1626
  # custom_security_group_id: "SecurityGroupId",
@@ -2533,7 +2534,13 @@ module Aws::WorkSpaces
2533
2534
  # @return [String]
2534
2535
  #
2535
2536
  # @!attribute [rw] computer_name
2536
- # The name of the WorkSpace, as seen by the operating system.
2537
+ # The name of the WorkSpace, as seen by the operating system. The
2538
+ # format of this name varies. For more information, see [ Launch a
2539
+ # WorkSpace][1].
2540
+ #
2541
+ #
2542
+ #
2543
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/launch-workspaces-tutorials.html
2537
2544
  # @return [String]
2538
2545
  #
2539
2546
  # @!attribute [rw] volume_encryption_key
@@ -2766,6 +2773,7 @@ module Aws::WorkSpaces
2766
2773
  # data as a hash:
2767
2774
  #
2768
2775
  # {
2776
+ # enable_work_docs: false,
2769
2777
  # enable_internet_access: false,
2770
2778
  # default_ou: "DefaultOu",
2771
2779
  # custom_security_group_id: "SecurityGroupId",
@@ -2773,6 +2781,30 @@ module Aws::WorkSpaces
2773
2781
  # enable_maintenance_mode: false,
2774
2782
  # }
2775
2783
  #
2784
+ # @!attribute [rw] enable_work_docs
2785
+ # Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.
2786
+ #
2787
+ # <note markdown="1"> If WorkDocs is already enabled for a WorkSpaces directory and you
2788
+ # disable it, new WorkSpaces launched in the directory will not have
2789
+ # WorkDocs enabled. However, WorkDocs remains enabled for any existing
2790
+ # WorkSpaces, unless you either disable users' access to WorkDocs or
2791
+ # you delete the WorkDocs site. To disable users' access to WorkDocs,
2792
+ # see [Disabling Users][1] in the *Amazon WorkDocs Administration
2793
+ # Guide*. To delete a WorkDocs site, see [Deleting a Site][2] in the
2794
+ # *Amazon WorkDocs Administration Guide*.
2795
+ #
2796
+ # If you enable WorkDocs on a directory that already has existing
2797
+ # WorkSpaces, the existing WorkSpaces and any new WorkSpaces that are
2798
+ # launched in the directory will have WorkDocs enabled.
2799
+ #
2800
+ # </note>
2801
+ #
2802
+ #
2803
+ #
2804
+ # [1]: https://docs.aws.amazon.com/workdocs/latest/adminguide/inactive-user.html
2805
+ # [2]: https://docs.aws.amazon.com/workdocs/latest/adminguide/manage-sites.html
2806
+ # @return [Boolean]
2807
+ #
2776
2808
  # @!attribute [rw] enable_internet_access
2777
2809
  # Indicates whether internet access is enabled for your WorkSpaces.
2778
2810
  # @return [Boolean]
@@ -2802,6 +2834,7 @@ module Aws::WorkSpaces
2802
2834
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceCreationProperties AWS API Documentation
2803
2835
  #
2804
2836
  class WorkspaceCreationProperties < Struct.new(
2837
+ :enable_work_docs,
2805
2838
  :enable_internet_access,
2806
2839
  :default_ou,
2807
2840
  :custom_security_group_id,
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.41.0
4
+ version: 1.42.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: 2020-07-23 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core