aws-sdk-appstream 1.83.0 → 1.84.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: 55a8c8772a865a6e5239a067f6c12695ab9ef11812940ec187dc63652d77fbc5
4
- data.tar.gz: aadb86398a0e47a3b0ce0aa7bed1e0d3b043234611d700657457d0ee8bf734e8
3
+ metadata.gz: 05dd047245715485124d37808c7105a99465e6f0ba668e8ad5207789241bb37b
4
+ data.tar.gz: b88ebdc87ac8f032f627dd20056a348d6ad2623937b0838f6318010aad89e6da
5
5
  SHA512:
6
- metadata.gz: 436a9986656b8a62b3eeb7d67d2a6e7ca5e85d5d3335ffca14abb67dbe79161c493a9e2d87294dc2664ce40a9212e0931d63071eabc3b09bf8337419b8ce5bd5
7
- data.tar.gz: 894ad1dc370f64a46dca0a4b68e5af12e70532340c396e881b60efd277a9c76c9faf19b0d0b51740917d0624cdccff765f8f6d2851a61dafdd5769b385db569b
6
+ metadata.gz: bfe4608a832e0d5ff31a649cdc8ef2ba112675cf7f6f8cd22ded4b817204f11a0914dc66f2ed1ff07f11fa0b08db68bd6dd7fa107724fc11a23ca8c9aec1d342
7
+ data.tar.gz: 942a4f91e90c43169923af21fbcf4e3f4f1164cb03b262ccb20dd5439c2d300dbc063c1e99e4eb704824117cd4f2c92b212c2acbd3d1dbdf15b36308560e9e87
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2023-12-20)
5
+ ------------------
6
+
7
+ * Feature - This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
8
+
4
9
  1.83.0 (2023-12-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -1869,6 +1869,7 @@ module Aws::AppStream
1869
1869
  # {
1870
1870
  # action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
1871
1871
  # permission: "ENABLED", # required, accepts ENABLED, DISABLED
1872
+ # maximum_length: 1,
1872
1873
  # },
1873
1874
  # ],
1874
1875
  # application_settings: {
@@ -1910,6 +1911,7 @@ module Aws::AppStream
1910
1911
  # resp.stack.user_settings #=> Array
1911
1912
  # resp.stack.user_settings[0].action #=> String, one of "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", "CLIPBOARD_COPY_TO_LOCAL_DEVICE", "FILE_UPLOAD", "FILE_DOWNLOAD", "PRINTING_TO_LOCAL_DEVICE", "DOMAIN_PASSWORD_SIGNIN", "DOMAIN_SMART_CARD_SIGNIN"
1912
1913
  # resp.stack.user_settings[0].permission #=> String, one of "ENABLED", "DISABLED"
1914
+ # resp.stack.user_settings[0].maximum_length #=> Integer
1913
1915
  # resp.stack.application_settings.enabled #=> Boolean
1914
1916
  # resp.stack.application_settings.settings_group #=> String
1915
1917
  # resp.stack.application_settings.s3_bucket_name #=> String
@@ -3355,6 +3357,7 @@ module Aws::AppStream
3355
3357
  # resp.stacks[0].user_settings #=> Array
3356
3358
  # resp.stacks[0].user_settings[0].action #=> String, one of "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", "CLIPBOARD_COPY_TO_LOCAL_DEVICE", "FILE_UPLOAD", "FILE_DOWNLOAD", "PRINTING_TO_LOCAL_DEVICE", "DOMAIN_PASSWORD_SIGNIN", "DOMAIN_SMART_CARD_SIGNIN"
3357
3359
  # resp.stacks[0].user_settings[0].permission #=> String, one of "ENABLED", "DISABLED"
3360
+ # resp.stacks[0].user_settings[0].maximum_length #=> Integer
3358
3361
  # resp.stacks[0].application_settings.enabled #=> Boolean
3359
3362
  # resp.stacks[0].application_settings.settings_group #=> String
3360
3363
  # resp.stacks[0].application_settings.s3_bucket_name #=> String
@@ -5023,6 +5026,7 @@ module Aws::AppStream
5023
5026
  # {
5024
5027
  # action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
5025
5028
  # permission: "ENABLED", # required, accepts ENABLED, DISABLED
5029
+ # maximum_length: 1,
5026
5030
  # },
5027
5031
  # ],
5028
5032
  # application_settings: {
@@ -5061,6 +5065,7 @@ module Aws::AppStream
5061
5065
  # resp.stack.user_settings #=> Array
5062
5066
  # resp.stack.user_settings[0].action #=> String, one of "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", "CLIPBOARD_COPY_TO_LOCAL_DEVICE", "FILE_UPLOAD", "FILE_DOWNLOAD", "PRINTING_TO_LOCAL_DEVICE", "DOMAIN_PASSWORD_SIGNIN", "DOMAIN_SMART_CARD_SIGNIN"
5063
5067
  # resp.stack.user_settings[0].permission #=> String, one of "ENABLED", "DISABLED"
5068
+ # resp.stack.user_settings[0].maximum_length #=> Integer
5064
5069
  # resp.stack.application_settings.enabled #=> Boolean
5065
5070
  # resp.stack.application_settings.settings_group #=> String
5066
5071
  # resp.stack.application_settings.s3_bucket_name #=> String
@@ -5093,7 +5098,7 @@ module Aws::AppStream
5093
5098
  params: params,
5094
5099
  config: config)
5095
5100
  context[:gem_name] = 'aws-sdk-appstream'
5096
- context[:gem_version] = '1.83.0'
5101
+ context[:gem_version] = '1.84.0'
5097
5102
  Seahorse::Client::Request.new(handlers, context)
5098
5103
  end
5099
5104
 
@@ -1422,6 +1422,7 @@ module Aws::AppStream
1422
1422
 
1423
1423
  UserSetting.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
1424
1424
  UserSetting.add_member(:permission, Shapes::ShapeRef.new(shape: Permission, required: true, location_name: "Permission"))
1425
+ UserSetting.add_member(:maximum_length, Shapes::ShapeRef.new(shape: Integer, location_name: "MaximumLength"))
1425
1426
  UserSetting.struct_class = Types::UserSetting
1426
1427
 
1427
1428
  UserSettingList.member = Shapes::ShapeRef.new(shape: UserSetting)
@@ -1691,6 +1692,7 @@ module Aws::AppStream
1691
1692
  o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
1692
1693
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1693
1694
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1694
1696
  end)
1695
1697
 
1696
1698
  api.add_operation(:create_streaming_url, Seahorse::Model::Operation.new.tap do |o|
@@ -5618,11 +5618,31 @@ module Aws::AppStream
5618
5618
  # Indicates whether the action is enabled or disabled.
5619
5619
  # @return [String]
5620
5620
  #
5621
+ # @!attribute [rw] maximum_length
5622
+ # Specifies the number of characters that can be copied by end users
5623
+ # from the local device to the remote session, and to the local device
5624
+ # from the remote session.
5625
+ #
5626
+ # This can be specified only for the
5627
+ # `CLIPBOARD_COPY_FROM_LOCAL_DEVICE` and
5628
+ # `CLIPBOARD_COPY_TO_LOCAL_DEVICE` actions.
5629
+ #
5630
+ # This defaults to 20,971,520 (20 MB) when unspecified and the
5631
+ # permission is `ENABLED`. This can't be specified when the
5632
+ # permission is `DISABLED`.
5633
+ #
5634
+ # This can only be specified for AlwaysOn and OnDemand fleets. The
5635
+ # attribute is not supported on Elastic fleets.
5636
+ #
5637
+ # The value can be between 1 and 20,971,520 (20 MB).
5638
+ # @return [Integer]
5639
+ #
5621
5640
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UserSetting AWS API Documentation
5622
5641
  #
5623
5642
  class UserSetting < Struct.new(
5624
5643
  :action,
5625
- :permission)
5644
+ :permission,
5645
+ :maximum_length)
5626
5646
  SENSITIVE = []
5627
5647
  include Aws::Structure
5628
5648
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-appstream/customizations'
53
53
  # @!group service
54
54
  module Aws::AppStream
55
55
 
56
- GEM_VERSION = '1.83.0'
56
+ GEM_VERSION = '1.84.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.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: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core