aws-sdk-workspaces 1.134.0 → 1.135.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: f61db8c8d4ad4e1a2a8b24533f04df4104d29aa6e59af4a26f07af1c54e7e6af
4
- data.tar.gz: 24ab005d017766e0612dc77f73e782d8b6e20c1ca374fdac33745b0bb0fec66f
3
+ metadata.gz: 2158f942b5f6421dc6a47ecc1315376fbebff49128c305ee1f9ac4049d47d975
4
+ data.tar.gz: 20cbf635587a5a5d027d476250a903c01c354484a913264480e5252180610647
5
5
  SHA512:
6
- metadata.gz: cc329cd551b5f58eb1464db2d51a41c04d4bb1248ba4c7394e778953fa7149aca6b363b9ad871b310e790770afae96626090735f13ef5483baadccf620e14f3b
7
- data.tar.gz: 7be7538ae677744f3f3276312bc3d2a06678a61eeea569025b9160a6542eaf8ff2617ab6dd585c1cf63c05f4ed31fdd561ba5faefcb7a1cd387aa2961d34a2b7
6
+ metadata.gz: ab4d765aa4c4d03cfa5e4a33d109f520a86966d0f675fa1d33259e44eaac421cf0fcacd5e932a35440a3bbfb4b7c2a07b31c4e0904c65838b4fc1bbfda157c7c
7
+ data.tar.gz: 18278bbaae9b8c31dcf277ef0bc4cea781d899bd4cec227e1f621f8045cdc926332ce0e58dba2389127a7e8ec570a8e0ef0a3be3b41cc41eddb2a990c3cac8c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2025-05-09)
5
+ ------------------
6
+
7
+ * Feature - Remove parameter EnableWorkDocs from WorkSpacesServiceModel due to end of support of Amazon WorkDocs service.
8
+
4
9
  1.134.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -2571,7 +2571,6 @@ module Aws::WorkSpaces
2571
2571
  # resp.directories[0].directory_type #=> String, one of "SIMPLE_AD", "AD_CONNECTOR", "CUSTOMER_MANAGED", "AWS_IAM_IDENTITY_CENTER"
2572
2572
  # resp.directories[0].workspace_security_group_id #=> String
2573
2573
  # resp.directories[0].state #=> String, one of "REGISTERING", "REGISTERED", "DEREGISTERING", "DEREGISTERED", "ERROR"
2574
- # resp.directories[0].workspace_creation_properties.enable_work_docs #=> Boolean
2575
2574
  # resp.directories[0].workspace_creation_properties.enable_internet_access #=> Boolean
2576
2575
  # resp.directories[0].workspace_creation_properties.default_ou #=> String
2577
2576
  # resp.directories[0].workspace_creation_properties.custom_security_group_id #=> String
@@ -3902,7 +3901,6 @@ module Aws::WorkSpaces
3902
3901
  # resp = client.modify_workspace_creation_properties({
3903
3902
  # resource_id: "DirectoryId", # required
3904
3903
  # workspace_creation_properties: { # required
3905
- # enable_work_docs: false,
3906
3904
  # enable_internet_access: false,
3907
3905
  # default_ou: "DefaultOu",
3908
3906
  # custom_security_group_id: "SecurityGroupId",
@@ -4127,12 +4125,6 @@ module Aws::WorkSpaces
4127
4125
  # conditions are not met, you will receive an
4128
4126
  # OperationNotSupportedException error.
4129
4127
  #
4130
- # @option params [Boolean] :enable_work_docs
4131
- # Indicates whether Amazon WorkDocs is enabled or disabled. If you have
4132
- # enabled this parameter and WorkDocs is not available in the Region,
4133
- # you will receive an OperationNotSupportedException error. Set
4134
- # `EnableWorkDocs` to disabled, and try again.
4135
- #
4136
4128
  # @option params [Boolean] :enable_self_service
4137
4129
  # Indicates whether self-service capabilities are enabled or disabled.
4138
4130
  #
@@ -4183,7 +4175,6 @@ module Aws::WorkSpaces
4183
4175
  # resp = client.register_workspace_directory({
4184
4176
  # directory_id: "DirectoryId",
4185
4177
  # subnet_ids: ["SubnetId"],
4186
- # enable_work_docs: false,
4187
4178
  # enable_self_service: false,
4188
4179
  # tenancy: "DEDICATED", # accepts DEDICATED, SHARED
4189
4180
  # tags: [
@@ -4883,7 +4874,7 @@ module Aws::WorkSpaces
4883
4874
  tracer: tracer
4884
4875
  )
4885
4876
  context[:gem_name] = 'aws-sdk-workspaces'
4886
- context[:gem_version] = '1.134.0'
4877
+ context[:gem_version] = '1.135.0'
4887
4878
  Seahorse::Client::Request.new(handlers, context)
4888
4879
  end
4889
4880
 
@@ -833,7 +833,6 @@ module Aws::WorkSpaces
833
833
  DefaultImportClientBrandingAttributes.add_member(:login_message, Shapes::ShapeRef.new(shape: LoginMessage, location_name: "LoginMessage"))
834
834
  DefaultImportClientBrandingAttributes.struct_class = Types::DefaultImportClientBrandingAttributes
835
835
 
836
- DefaultWorkspaceCreationProperties.add_member(:enable_work_docs, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableWorkDocs"))
837
836
  DefaultWorkspaceCreationProperties.add_member(:enable_internet_access, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableInternetAccess"))
838
837
  DefaultWorkspaceCreationProperties.add_member(:default_ou, Shapes::ShapeRef.new(shape: DefaultOu, location_name: "DefaultOu"))
839
838
  DefaultWorkspaceCreationProperties.add_member(:custom_security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "CustomSecurityGroupId"))
@@ -1452,7 +1451,6 @@ module Aws::WorkSpaces
1452
1451
 
1453
1452
  RegisterWorkspaceDirectoryRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1454
1453
  RegisterWorkspaceDirectoryRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
1455
- RegisterWorkspaceDirectoryRequest.add_member(:enable_work_docs, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableWorkDocs"))
1456
1454
  RegisterWorkspaceDirectoryRequest.add_member(:enable_self_service, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableSelfService"))
1457
1455
  RegisterWorkspaceDirectoryRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "Tenancy"))
1458
1456
  RegisterWorkspaceDirectoryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -1779,7 +1777,6 @@ module Aws::WorkSpaces
1779
1777
 
1780
1778
  WorkspaceConnectionStatusList.member = Shapes::ShapeRef.new(shape: WorkspaceConnectionStatus)
1781
1779
 
1782
- WorkspaceCreationProperties.add_member(:enable_work_docs, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableWorkDocs"))
1783
1780
  WorkspaceCreationProperties.add_member(:enable_internet_access, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableInternetAccess"))
1784
1781
  WorkspaceCreationProperties.add_member(:default_ou, Shapes::ShapeRef.new(shape: DefaultOu, location_name: "DefaultOu"))
1785
1782
  WorkspaceCreationProperties.add_member(:custom_security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "CustomSecurityGroupId"))
@@ -1382,10 +1382,6 @@ module Aws::WorkSpaces
1382
1382
  #
1383
1383
  # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html
1384
1384
  #
1385
- # @!attribute [rw] enable_work_docs
1386
- # Specifies whether the directory is enabled for Amazon WorkDocs.
1387
- # @return [Boolean]
1388
- #
1389
1385
  # @!attribute [rw] enable_internet_access
1390
1386
  # Specifies whether to automatically assign an Elastic public IP
1391
1387
  # address to WorkSpaces in this directory by default. If enabled, the
@@ -1440,7 +1436,6 @@ module Aws::WorkSpaces
1440
1436
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DefaultWorkspaceCreationProperties AWS API Documentation
1441
1437
  #
1442
1438
  class DefaultWorkspaceCreationProperties < Struct.new(
1443
- :enable_work_docs,
1444
1439
  :enable_internet_access,
1445
1440
  :default_ou,
1446
1441
  :custom_security_group_id,
@@ -4045,13 +4040,6 @@ module Aws::WorkSpaces
4045
4040
  # OperationNotSupportedException error.
4046
4041
  # @return [Array<String>]
4047
4042
  #
4048
- # @!attribute [rw] enable_work_docs
4049
- # Indicates whether Amazon WorkDocs is enabled or disabled. If you
4050
- # have enabled this parameter and WorkDocs is not available in the
4051
- # Region, you will receive an OperationNotSupportedException error.
4052
- # Set `EnableWorkDocs` to disabled, and try again.
4053
- # @return [Boolean]
4054
- #
4055
4043
  # @!attribute [rw] enable_self_service
4056
4044
  # Indicates whether self-service capabilities are enabled or disabled.
4057
4045
  # @return [Boolean]
@@ -4108,7 +4096,6 @@ module Aws::WorkSpaces
4108
4096
  class RegisterWorkspaceDirectoryRequest < Struct.new(
4109
4097
  :directory_id,
4110
4098
  :subnet_ids,
4111
- :enable_work_docs,
4112
4099
  :enable_self_service,
4113
4100
  :tenancy,
4114
4101
  :tags,
@@ -5530,30 +5517,6 @@ module Aws::WorkSpaces
5530
5517
  #
5531
5518
  # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html
5532
5519
  #
5533
- # @!attribute [rw] enable_work_docs
5534
- # Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.
5535
- #
5536
- # <note markdown="1"> If WorkDocs is already enabled for a WorkSpaces directory and you
5537
- # disable it, new WorkSpaces launched in the directory will not have
5538
- # WorkDocs enabled. However, WorkDocs remains enabled for any existing
5539
- # WorkSpaces, unless you either disable users' access to WorkDocs or
5540
- # you delete the WorkDocs site. To disable users' access to WorkDocs,
5541
- # see [Disabling Users][1] in the *Amazon WorkDocs Administration
5542
- # Guide*. To delete a WorkDocs site, see [Deleting a Site][2] in the
5543
- # *Amazon WorkDocs Administration Guide*.
5544
- #
5545
- # If you enable WorkDocs on a directory that already has existing
5546
- # WorkSpaces, the existing WorkSpaces and any new WorkSpaces that are
5547
- # launched in the directory will have WorkDocs enabled.
5548
- #
5549
- # </note>
5550
- #
5551
- #
5552
- #
5553
- # [1]: https://docs.aws.amazon.com/workdocs/latest/adminguide/inactive-user.html
5554
- # [2]: https://docs.aws.amazon.com/workdocs/latest/adminguide/manage-sites.html
5555
- # @return [Boolean]
5556
- #
5557
5520
  # @!attribute [rw] enable_internet_access
5558
5521
  # Indicates whether internet access is enabled for your WorkSpaces.
5559
5522
  # @return [Boolean]
@@ -5603,7 +5566,6 @@ module Aws::WorkSpaces
5603
5566
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceCreationProperties AWS API Documentation
5604
5567
  #
5605
5568
  class WorkspaceCreationProperties < Struct.new(
5606
- :enable_work_docs,
5607
5569
  :enable_internet_access,
5608
5570
  :default_ou,
5609
5571
  :custom_security_group_id,
@@ -54,7 +54,7 @@ module Aws::WorkSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-workspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.134.0'
57
+ GEM_VERSION = '1.135.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1097,7 +1097,6 @@ module Aws
1097
1097
  def modify_workspace_creation_properties: (
1098
1098
  resource_id: ::String,
1099
1099
  workspace_creation_properties: {
1100
- enable_work_docs: bool?,
1101
1100
  enable_internet_access: bool?,
1102
1101
  default_ou: ::String?,
1103
1102
  custom_security_group_id: ::String?,
@@ -1178,7 +1177,6 @@ module Aws
1178
1177
  def register_workspace_directory: (
1179
1178
  ?directory_id: ::String,
1180
1179
  ?subnet_ids: Array[::String],
1181
- ?enable_work_docs: bool,
1182
1180
  ?enable_self_service: bool,
1183
1181
  ?tenancy: ("DEDICATED" | "SHARED"),
1184
1182
  ?tags: Array[
data/sig/types.rbs CHANGED
@@ -391,7 +391,6 @@ module Aws::WorkSpaces
391
391
  end
392
392
 
393
393
  class DefaultWorkspaceCreationProperties
394
- attr_accessor enable_work_docs: bool
395
394
  attr_accessor enable_internet_access: bool
396
395
  attr_accessor default_ou: ::String
397
396
  attr_accessor custom_security_group_id: ::String
@@ -1201,7 +1200,6 @@ module Aws::WorkSpaces
1201
1200
  class RegisterWorkspaceDirectoryRequest
1202
1201
  attr_accessor directory_id: ::String
1203
1202
  attr_accessor subnet_ids: ::Array[::String]
1204
- attr_accessor enable_work_docs: bool
1205
1203
  attr_accessor enable_self_service: bool
1206
1204
  attr_accessor tenancy: ("DEDICATED" | "SHARED")
1207
1205
  attr_accessor tags: ::Array[Types::Tag]
@@ -1617,7 +1615,6 @@ module Aws::WorkSpaces
1617
1615
  end
1618
1616
 
1619
1617
  class WorkspaceCreationProperties
1620
- attr_accessor enable_work_docs: bool
1621
1618
  attr_accessor enable_internet_access: bool
1622
1619
  attr_accessor default_ou: ::String
1623
1620
  attr_accessor custom_security_group_id: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services