aws-sdk-workspaces 1.162.0 → 1.163.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: 65be2df37f17d2e84fd5b4efca9687b1cc03f4195782415d5c5e505f6e22630c
4
- data.tar.gz: 5c4390a253eff59696c8b5499189b64fc7a1256e7d2cb71b0d67bfcb5e2d8d06
3
+ metadata.gz: 799709b52e8a289c14a84a94cdffc9c9ef424c15a1e57d72aff1b0170b035e08
4
+ data.tar.gz: a68d92957005ab9112b1a03c71dd589f9f0039e725edfd3a6db3c1c73fe4a2d8
5
5
  SHA512:
6
- metadata.gz: c8c320471044aeeb1f600d1926bd77f225846a9030d7f3a79ddfc570dc2a9fe5a9f952e5891723eab6dd2d08580031e656a7392a9f68a71772170a468842c2cb
7
- data.tar.gz: '03195b199426a25c6032b4b79b8d211cd863eeafedd99ef58e8bcab08615d004815643d522ecd36b93d5bf55fbd09cc752a3f3bdba48320765c619f3e6e16da1'
6
+ metadata.gz: 9710e80d8f81b1f5dcf21ac2adcd912e1e7d13604b507acb91bb2412f2e2bc170adb5b34bff034981666c4c937abc2402b369d30530d053c6f0ba227c7b6da08
7
+ data.tar.gz: 0ecb339fe4a0c8c470001ea99a67fcd307cd691c9af431a6d6ed6c7aaab945052eb7bf37be1ea5f9fc18b030be6385fe793949a634a1299b92ae6285d4e903a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.163.0 (2026-08-04)
5
+ ------------------
6
+
7
+ * Feature - Added ClientExperiencePolicy to ClientProperties object for ModifyClientProperties and DescribeClientProperties APIs.
8
+
4
9
  1.162.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.162.0
1
+ 1.163.0
@@ -1385,8 +1385,20 @@ module Aws::WorkSpaces
1385
1385
  req.send_request(options)
1386
1386
  end
1387
1387
 
1388
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
1389
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
1390
+ # will no longer be able to access the Amazon WorkSpaces Pools console
1391
+ # or Amazon WorkSpaces Pools resources. For more information, see
1392
+ # [Amazon WorkSpaces Pools end of support][1].
1393
+ #
1394
+ # </note>
1395
+ #
1388
1396
  # Creates a pool of WorkSpaces.
1389
1397
  #
1398
+ #
1399
+ #
1400
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
1401
+ #
1390
1402
  # @option params [required, String] :pool_name
1391
1403
  # The name of the pool.
1392
1404
  #
@@ -2144,6 +2156,7 @@ module Aws::WorkSpaces
2144
2156
  # resp.client_properties_list[0].resource_id #=> String
2145
2157
  # resp.client_properties_list[0].client_properties.reconnect_enabled #=> String, one of "ENABLED", "DISABLED"
2146
2158
  # resp.client_properties_list[0].client_properties.log_upload_enabled #=> String, one of "ENABLED", "DISABLED"
2159
+ # resp.client_properties_list[0].client_properties.client_experience_policy #=> String
2147
2160
  #
2148
2161
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientProperties AWS API Documentation
2149
2162
  #
@@ -2988,9 +3001,21 @@ module Aws::WorkSpaces
2988
3001
  req.send_request(options)
2989
3002
  end
2990
3003
 
3004
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
3005
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
3006
+ # will no longer be able to access the Amazon WorkSpaces Pools console
3007
+ # or Amazon WorkSpaces Pools resources. For more information, see
3008
+ # [Amazon WorkSpaces Pools end of support][1].
3009
+ #
3010
+ # </note>
3011
+ #
2991
3012
  # Retrieves a list that describes the streaming sessions for a specified
2992
3013
  # pool.
2993
3014
  #
3015
+ #
3016
+ #
3017
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
3018
+ #
2994
3019
  # @option params [required, String] :pool_id
2995
3020
  # The identifier of the pool.
2996
3021
  #
@@ -3043,8 +3068,20 @@ module Aws::WorkSpaces
3043
3068
  req.send_request(options)
3044
3069
  end
3045
3070
 
3071
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
3072
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
3073
+ # will no longer be able to access the Amazon WorkSpaces Pools console
3074
+ # or Amazon WorkSpaces Pools resources. For more information, see
3075
+ # [Amazon WorkSpaces Pools end of support][1].
3076
+ #
3077
+ # </note>
3078
+ #
3046
3079
  # Describes the specified WorkSpaces Pools.
3047
3080
  #
3081
+ #
3082
+ #
3083
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
3084
+ #
3048
3085
  # @option params [Array<String>] :pool_ids
3049
3086
  # The identifier of the WorkSpaces Pools.
3050
3087
  #
@@ -3837,6 +3874,7 @@ module Aws::WorkSpaces
3837
3874
  # client_properties: { # required
3838
3875
  # reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
3839
3876
  # log_upload_enabled: "ENABLED", # accepts ENABLED, DISABLED
3877
+ # client_experience_policy: "ClientExperiencePolicy",
3840
3878
  # },
3841
3879
  # })
3842
3880
  #
@@ -4519,11 +4557,23 @@ module Aws::WorkSpaces
4519
4557
  req.send_request(options)
4520
4558
  end
4521
4559
 
4560
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
4561
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
4562
+ # will no longer be able to access the Amazon WorkSpaces Pools console
4563
+ # or Amazon WorkSpaces Pools resources. For more information, see
4564
+ # [Amazon WorkSpaces Pools end of support][1].
4565
+ #
4566
+ # </note>
4567
+ #
4522
4568
  # Starts the specified pool.
4523
4569
  #
4524
4570
  # You cannot start a pool unless it has a running mode of `AutoStop` and
4525
4571
  # a state of `STOPPED`.
4526
4572
  #
4573
+ #
4574
+ #
4575
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
4576
+ #
4527
4577
  # @option params [required, String] :pool_id
4528
4578
  # The identifier of the pool.
4529
4579
  #
@@ -4583,12 +4633,24 @@ module Aws::WorkSpaces
4583
4633
  req.send_request(options)
4584
4634
  end
4585
4635
 
4636
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
4637
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
4638
+ # will no longer be able to access the Amazon WorkSpaces Pools console
4639
+ # or Amazon WorkSpaces Pools resources. For more information, see
4640
+ # [Amazon WorkSpaces Pools end of support][1].
4641
+ #
4642
+ # </note>
4643
+ #
4586
4644
  # Stops the specified pool.
4587
4645
  #
4588
4646
  # You cannot stop a WorkSpace pool unless it has a running mode of
4589
4647
  # `AutoStop` and a state of `AVAILABLE`, `IMPAIRED`, `UNHEALTHY`, or
4590
4648
  # `ERROR`.
4591
4649
  #
4650
+ #
4651
+ #
4652
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
4653
+ #
4592
4654
  # @option params [required, String] :pool_id
4593
4655
  # The identifier of the pool.
4594
4656
  #
@@ -4678,8 +4740,20 @@ module Aws::WorkSpaces
4678
4740
  req.send_request(options)
4679
4741
  end
4680
4742
 
4743
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
4744
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
4745
+ # will no longer be able to access the Amazon WorkSpaces Pools console
4746
+ # or Amazon WorkSpaces Pools resources. For more information, see
4747
+ # [Amazon WorkSpaces Pools end of support][1].
4748
+ #
4749
+ # </note>
4750
+ #
4681
4751
  # Terminates the specified pool.
4682
4752
  #
4753
+ #
4754
+ #
4755
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
4756
+ #
4683
4757
  # @option params [required, String] :pool_id
4684
4758
  # The identifier of the pool.
4685
4759
  #
@@ -4700,8 +4774,20 @@ module Aws::WorkSpaces
4700
4774
  req.send_request(options)
4701
4775
  end
4702
4776
 
4777
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
4778
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
4779
+ # will no longer be able to access the Amazon WorkSpaces Pools console
4780
+ # or Amazon WorkSpaces Pools resources. For more information, see
4781
+ # [Amazon WorkSpaces Pools end of support][1].
4782
+ #
4783
+ # </note>
4784
+ #
4703
4785
  # Terminates the pool session.
4704
4786
  #
4787
+ #
4788
+ #
4789
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
4790
+ #
4705
4791
  # @option params [required, String] :session_id
4706
4792
  # The identifier of the pool session.
4707
4793
  #
@@ -4947,8 +5033,20 @@ module Aws::WorkSpaces
4947
5033
  req.send_request(options)
4948
5034
  end
4949
5035
 
5036
+ # <note markdown="1"> End of support notice: On December 31, 2027, Amazon Web Services will
5037
+ # end support for Amazon WorkSpaces Pools. After December 31, 2027, you
5038
+ # will no longer be able to access the Amazon WorkSpaces Pools console
5039
+ # or Amazon WorkSpaces Pools resources. For more information, see
5040
+ # [Amazon WorkSpaces Pools end of support][1].
5041
+ #
5042
+ # </note>
5043
+ #
4950
5044
  # Updates the specified pool.
4951
5045
  #
5046
+ #
5047
+ #
5048
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html
5049
+ #
4952
5050
  # @option params [required, String] :pool_id
4953
5051
  # The identifier of the specified pool to update.
4954
5052
  #
@@ -5052,7 +5150,7 @@ module Aws::WorkSpaces
5052
5150
  tracer: tracer
5053
5151
  )
5054
5152
  context[:gem_name] = 'aws-sdk-workspaces'
5055
- context[:gem_version] = '1.162.0'
5153
+ context[:gem_version] = '1.163.0'
5056
5154
  Seahorse::Client::Request.new(handlers, context)
5057
5155
  end
5058
5156
 
@@ -83,6 +83,7 @@ module Aws::WorkSpaces
83
83
  ClientDeviceType = Shapes::StringShape.new(name: 'ClientDeviceType')
84
84
  ClientDeviceTypeList = Shapes::ListShape.new(name: 'ClientDeviceTypeList')
85
85
  ClientEmail = Shapes::StringShape.new(name: 'ClientEmail')
86
+ ClientExperiencePolicy = Shapes::StringShape.new(name: 'ClientExperiencePolicy')
86
87
  ClientLocale = Shapes::StringShape.new(name: 'ClientLocale')
87
88
  ClientLoginMessage = Shapes::StringShape.new(name: 'ClientLoginMessage')
88
89
  ClientProperties = Shapes::StructureShape.new(name: 'ClientProperties')
@@ -691,6 +692,7 @@ module Aws::WorkSpaces
691
692
 
692
693
  ClientProperties.add_member(:reconnect_enabled, Shapes::ShapeRef.new(shape: ReconnectEnum, location_name: "ReconnectEnabled"))
693
694
  ClientProperties.add_member(:log_upload_enabled, Shapes::ShapeRef.new(shape: LogUploadEnum, location_name: "LogUploadEnabled"))
695
+ ClientProperties.add_member(:client_experience_policy, Shapes::ShapeRef.new(shape: ClientExperiencePolicy, location_name: "ClientExperiencePolicy"))
694
696
  ClientProperties.struct_class = Types::ClientProperties
695
697
 
696
698
  ClientPropertiesList.member = Shapes::ShapeRef.new(shape: ClientPropertiesResult)
@@ -546,11 +546,19 @@ module Aws::WorkSpaces
546
546
  # the specified directory.
547
547
  # @return [String]
548
548
  #
549
+ # @!attribute [rw] client_experience_policy
550
+ # The client experience policy that determines which client experience
551
+ # the user sees. Administrators can set this policy to control the
552
+ # client experience for users in a directory. Valid values include
553
+ # `FORCE_CLASSIC`, `FORCE_UI_2026`, and `USER_CHOICE`.
554
+ # @return [String]
555
+ #
549
556
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ClientProperties AWS API Documentation
550
557
  #
551
558
  class ClientProperties < Struct.new(
552
559
  :reconnect_enabled,
553
- :log_upload_enabled)
560
+ :log_upload_enabled,
561
+ :client_experience_policy)
554
562
  SENSITIVE = []
555
563
  include Aws::Structure
556
564
  end
@@ -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.162.0'
57
+ GEM_VERSION = '1.163.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1035,7 +1035,8 @@ module Aws
1035
1035
  resource_id: ::String,
1036
1036
  client_properties: {
1037
1037
  reconnect_enabled: ("ENABLED" | "DISABLED")?,
1038
- log_upload_enabled: ("ENABLED" | "DISABLED")?
1038
+ log_upload_enabled: ("ENABLED" | "DISABLED")?,
1039
+ client_experience_policy: ::String?
1039
1040
  }
1040
1041
  ) -> _ModifyClientPropertiesResponseSuccess
1041
1042
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyClientPropertiesResponseSuccess
data/sig/types.rbs CHANGED
@@ -166,6 +166,7 @@ module Aws::WorkSpaces
166
166
  class ClientProperties
167
167
  attr_accessor reconnect_enabled: ("ENABLED" | "DISABLED")
168
168
  attr_accessor log_upload_enabled: ("ENABLED" | "DISABLED")
169
+ attr_accessor client_experience_policy: ::String
169
170
  SENSITIVE: []
170
171
  end
171
172
 
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.162.0
4
+ version: 1.163.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services