aws-sdk-workspacesweb 1.53.0 → 1.54.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: edfbf4a427a8af19d4b983601cc2a7ae65649450da006a377fc3e79b078280c7
4
- data.tar.gz: 97ddb891da7b3c4b3281aab97092e03a5a02a0a03e34d14f62d4f0a1ecf9e7bc
3
+ metadata.gz: 02a1d3613f05cb7217c2a77b9c706a3de736afc920847266b25679eab6cd569a
4
+ data.tar.gz: 43e335b223f147bd7c52a053f511b259b7f7a3d9f9a3deca4fa104209e2267c9
5
5
  SHA512:
6
- metadata.gz: a38be535ef41e0482f49368208cb725138909370b48a609ad864d6eba772917f216cdf055ab96eca5b4aff6df703255bcf54d594543b7ab2771f38e4149443a9
7
- data.tar.gz: 78ebff2c8026e6c9be1da3a0fa75da2b4665789a6c7a386c5ec6694d406ef821e5aa74f302c549d3b2e34e177bd1bbbc98699e376d549f295746e1a39bac6290
6
+ metadata.gz: 415e8cbafdb504a82d16d7faf79f147aa605029298f87f98c45fb5f4c02e5ee0436da34333c057e216f14c1b0f38f4ada472f5c8b737c0fa10d13b31971d58e7
7
+ data.tar.gz: 62e1ca0b65ce57737143027b1bdbf9619aae13324b9cfe42ef4e57fa56a52c29722ecd811d9f0de8cbf3a7e20233feb62c9d5a17140da85704bdf47e3563d1eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-12-19)
5
+ ------------------
6
+
7
+ * Feature - Add support for WebAuthn under user settings.
8
+
4
9
  1.53.0 (2025-12-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -1633,6 +1633,10 @@ module Aws::WorkSpacesWeb
1633
1633
  # wallpaper, localized strings, color theme, and an optional terms of
1634
1634
  # service.
1635
1635
  #
1636
+ # @option params [String] :web_authn_allowed
1637
+ # Specifies whether the user can use WebAuthn redirection for
1638
+ # passwordless login to websites within the streaming session.
1639
+ #
1636
1640
  # @return [Types::CreateUserSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1637
1641
  #
1638
1642
  # * {Types::CreateUserSettingsResponse#user_settings_arn #user_settings_arn} => String
@@ -1709,6 +1713,7 @@ module Aws::WorkSpacesWeb
1709
1713
  # color_theme: "Light", # required, accepts Light, Dark
1710
1714
  # terms_of_service: "Markdown",
1711
1715
  # },
1716
+ # web_authn_allowed: "Disabled", # accepts Disabled, Enabled
1712
1717
  # })
1713
1718
  #
1714
1719
  # @example Response structure
@@ -2768,6 +2773,7 @@ module Aws::WorkSpacesWeb
2768
2773
  # resp.user_settings.branding_configuration.localized_strings["Locale"].loading_text #=> String
2769
2774
  # resp.user_settings.branding_configuration.color_theme #=> String, one of "Light", "Dark"
2770
2775
  # resp.user_settings.branding_configuration.terms_of_service #=> String
2776
+ # resp.user_settings.web_authn_allowed #=> String, one of "Disabled", "Enabled"
2771
2777
  #
2772
2778
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/GetUserSettings AWS API Documentation
2773
2779
  #
@@ -3440,6 +3446,7 @@ module Aws::WorkSpacesWeb
3440
3446
  # resp.user_settings[0].branding_configuration.localized_strings["Locale"].loading_text #=> String
3441
3447
  # resp.user_settings[0].branding_configuration.color_theme #=> String, one of "Light", "Dark"
3442
3448
  # resp.user_settings[0].branding_configuration.terms_of_service #=> String
3449
+ # resp.user_settings[0].web_authn_allowed #=> String, one of "Disabled", "Enabled"
3443
3450
  # resp.next_token #=> String
3444
3451
  #
3445
3452
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/ListUserSettings AWS API Documentation
@@ -4353,6 +4360,10 @@ module Aws::WorkSpacesWeb
4353
4360
  # service. When updating user settings with an existing branding
4354
4361
  # configuration, all fields are optional.
4355
4362
  #
4363
+ # @option params [String] :web_authn_allowed
4364
+ # Specifies whether the user can use WebAuthn redirection for
4365
+ # passwordless login to websites within the streaming session.
4366
+ #
4356
4367
  # @return [Types::UpdateUserSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4357
4368
  #
4358
4369
  # * {Types::UpdateUserSettingsResponse#user_settings #user_settings} => Types::UserSettings
@@ -4420,6 +4431,7 @@ module Aws::WorkSpacesWeb
4420
4431
  # color_theme: "Light", # accepts Light, Dark
4421
4432
  # terms_of_service: "Markdown",
4422
4433
  # },
4434
+ # web_authn_allowed: "Disabled", # accepts Disabled, Enabled
4423
4435
  # })
4424
4436
  #
4425
4437
  # @example Response structure
@@ -4471,6 +4483,7 @@ module Aws::WorkSpacesWeb
4471
4483
  # resp.user_settings.branding_configuration.localized_strings["Locale"].loading_text #=> String
4472
4484
  # resp.user_settings.branding_configuration.color_theme #=> String, one of "Light", "Dark"
4473
4485
  # resp.user_settings.branding_configuration.terms_of_service #=> String
4486
+ # resp.user_settings.web_authn_allowed #=> String, one of "Disabled", "Enabled"
4474
4487
  #
4475
4488
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UpdateUserSettings AWS API Documentation
4476
4489
  #
@@ -4499,7 +4512,7 @@ module Aws::WorkSpacesWeb
4499
4512
  tracer: tracer
4500
4513
  )
4501
4514
  context[:gem_name] = 'aws-sdk-workspacesweb'
4502
- context[:gem_version] = '1.53.0'
4515
+ context[:gem_version] = '1.54.0'
4503
4516
  Seahorse::Client::Request.new(handlers, context)
4504
4517
  end
4505
4518
 
@@ -599,6 +599,7 @@ module Aws::WorkSpacesWeb
599
599
  CreateUserSettingsRequest.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
600
600
  CreateUserSettingsRequest.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
601
601
  CreateUserSettingsRequest.add_member(:branding_configuration_input, Shapes::ShapeRef.new(shape: BrandingConfigurationCreateInput, location_name: "brandingConfigurationInput"))
602
+ CreateUserSettingsRequest.add_member(:web_authn_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "webAuthnAllowed"))
602
603
  CreateUserSettingsRequest.struct_class = Types::CreateUserSettingsRequest
603
604
 
604
605
  CreateUserSettingsResponse.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
@@ -1294,6 +1295,7 @@ module Aws::WorkSpacesWeb
1294
1295
  UpdateUserSettingsRequest.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
1295
1296
  UpdateUserSettingsRequest.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
1296
1297
  UpdateUserSettingsRequest.add_member(:branding_configuration_input, Shapes::ShapeRef.new(shape: BrandingConfigurationUpdateInput, location_name: "brandingConfigurationInput"))
1298
+ UpdateUserSettingsRequest.add_member(:web_authn_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "webAuthnAllowed"))
1297
1299
  UpdateUserSettingsRequest.struct_class = Types::UpdateUserSettingsRequest
1298
1300
 
1299
1301
  UpdateUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "userSettings"))
@@ -1327,6 +1329,7 @@ module Aws::WorkSpacesWeb
1327
1329
  UserSettings.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
1328
1330
  UserSettings.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
1329
1331
  UserSettings.add_member(:branding_configuration, Shapes::ShapeRef.new(shape: BrandingConfiguration, location_name: "brandingConfiguration"))
1332
+ UserSettings.add_member(:web_authn_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "webAuthnAllowed"))
1330
1333
  UserSettings.struct_class = Types::UserSettings
1331
1334
 
1332
1335
  UserSettingsList.member = Shapes::ShapeRef.new(shape: UserSettingsSummary)
@@ -1343,6 +1346,7 @@ module Aws::WorkSpacesWeb
1343
1346
  UserSettingsSummary.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
1344
1347
  UserSettingsSummary.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
1345
1348
  UserSettingsSummary.add_member(:branding_configuration, Shapes::ShapeRef.new(shape: BrandingConfiguration, location_name: "brandingConfiguration"))
1349
+ UserSettingsSummary.add_member(:web_authn_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "webAuthnAllowed"))
1346
1350
  UserSettingsSummary.struct_class = Types::UserSettingsSummary
1347
1351
 
1348
1352
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -1356,6 +1356,11 @@ module Aws::WorkSpacesWeb
1356
1356
  # service.
1357
1357
  # @return [Types::BrandingConfigurationCreateInput]
1358
1358
  #
1359
+ # @!attribute [rw] web_authn_allowed
1360
+ # Specifies whether the user can use WebAuthn redirection for
1361
+ # passwordless login to websites within the streaming session.
1362
+ # @return [String]
1363
+ #
1359
1364
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/CreateUserSettingsRequest AWS API Documentation
1360
1365
  #
1361
1366
  class CreateUserSettingsRequest < Struct.new(
@@ -1373,7 +1378,8 @@ module Aws::WorkSpacesWeb
1373
1378
  :additional_encryption_context,
1374
1379
  :deep_link_allowed,
1375
1380
  :toolbar_configuration,
1376
- :branding_configuration_input)
1381
+ :branding_configuration_input,
1382
+ :web_authn_allowed)
1377
1383
  SENSITIVE = [:tags, :cookie_synchronization_configuration]
1378
1384
  include Aws::Structure
1379
1385
  end
@@ -4525,6 +4531,11 @@ module Aws::WorkSpacesWeb
4525
4531
  # branding configuration, all fields are optional.
4526
4532
  # @return [Types::BrandingConfigurationUpdateInput]
4527
4533
  #
4534
+ # @!attribute [rw] web_authn_allowed
4535
+ # Specifies whether the user can use WebAuthn redirection for
4536
+ # passwordless login to websites within the streaming session.
4537
+ # @return [String]
4538
+ #
4528
4539
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UpdateUserSettingsRequest AWS API Documentation
4529
4540
  #
4530
4541
  class UpdateUserSettingsRequest < Struct.new(
@@ -4540,7 +4551,8 @@ module Aws::WorkSpacesWeb
4540
4551
  :cookie_synchronization_configuration,
4541
4552
  :deep_link_allowed,
4542
4553
  :toolbar_configuration,
4543
- :branding_configuration_input)
4554
+ :branding_configuration_input,
4555
+ :web_authn_allowed)
4544
4556
  SENSITIVE = [:cookie_synchronization_configuration]
4545
4557
  include Aws::Structure
4546
4558
  end
@@ -4683,6 +4695,11 @@ module Aws::WorkSpacesWeb
4683
4695
  # the web portal for end users.
4684
4696
  # @return [Types::BrandingConfiguration]
4685
4697
  #
4698
+ # @!attribute [rw] web_authn_allowed
4699
+ # Specifies whether the user can use WebAuthn redirection for
4700
+ # passwordless login to websites within the streaming session.
4701
+ # @return [String]
4702
+ #
4686
4703
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UserSettings AWS API Documentation
4687
4704
  #
4688
4705
  class UserSettings < Struct.new(
@@ -4700,7 +4717,8 @@ module Aws::WorkSpacesWeb
4700
4717
  :additional_encryption_context,
4701
4718
  :deep_link_allowed,
4702
4719
  :toolbar_configuration,
4703
- :branding_configuration)
4720
+ :branding_configuration,
4721
+ :web_authn_allowed)
4704
4722
  SENSITIVE = [:cookie_synchronization_configuration]
4705
4723
  include Aws::Structure
4706
4724
  end
@@ -4770,6 +4788,11 @@ module Aws::WorkSpacesWeb
4770
4788
  # the web portal for end users.
4771
4789
  # @return [Types::BrandingConfiguration]
4772
4790
  #
4791
+ # @!attribute [rw] web_authn_allowed
4792
+ # Specifies whether the user can use WebAuthn redirection for
4793
+ # passwordless login to websites within the streaming session.
4794
+ # @return [String]
4795
+ #
4773
4796
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UserSettingsSummary AWS API Documentation
4774
4797
  #
4775
4798
  class UserSettingsSummary < Struct.new(
@@ -4784,7 +4807,8 @@ module Aws::WorkSpacesWeb
4784
4807
  :cookie_synchronization_configuration,
4785
4808
  :deep_link_allowed,
4786
4809
  :toolbar_configuration,
4787
- :branding_configuration)
4810
+ :branding_configuration,
4811
+ :web_authn_allowed)
4788
4812
  SENSITIVE = [:cookie_synchronization_configuration]
4789
4813
  include Aws::Structure
4790
4814
  end
@@ -55,7 +55,7 @@ module Aws::WorkSpacesWeb
55
55
  autoload :EndpointProvider, 'aws-sdk-workspacesweb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-workspacesweb/endpoints'
57
57
 
58
- GEM_VERSION = '1.53.0'
58
+ GEM_VERSION = '1.54.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -466,7 +466,8 @@ module Aws
466
466
  }],
467
467
  color_theme: ("Light" | "Dark"),
468
468
  terms_of_service: ::String?
469
- }
469
+ },
470
+ ?web_authn_allowed: ("Disabled" | "Enabled")
470
471
  ) -> _CreateUserSettingsResponseSuccess
471
472
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserSettingsResponseSuccess
472
473
 
@@ -1191,7 +1192,8 @@ module Aws
1191
1192
  }]?,
1192
1193
  color_theme: ("Light" | "Dark")?,
1193
1194
  terms_of_service: ::String?
1194
- }
1195
+ },
1196
+ ?web_authn_allowed: ("Disabled" | "Enabled")
1195
1197
  ) -> _UpdateUserSettingsResponseSuccess
1196
1198
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserSettingsResponseSuccess
1197
1199
  end
data/sig/types.rbs CHANGED
@@ -343,6 +343,7 @@ module Aws::WorkSpacesWeb
343
343
  attr_accessor deep_link_allowed: ("Disabled" | "Enabled")
344
344
  attr_accessor toolbar_configuration: Types::ToolbarConfiguration
345
345
  attr_accessor branding_configuration_input: Types::BrandingConfigurationCreateInput
346
+ attr_accessor web_authn_allowed: ("Disabled" | "Enabled")
346
347
  SENSITIVE: [:cookie_synchronization_configuration]
347
348
  end
348
349
 
@@ -1275,6 +1276,7 @@ module Aws::WorkSpacesWeb
1275
1276
  attr_accessor deep_link_allowed: ("Disabled" | "Enabled")
1276
1277
  attr_accessor toolbar_configuration: Types::ToolbarConfiguration
1277
1278
  attr_accessor branding_configuration_input: Types::BrandingConfigurationUpdateInput
1279
+ attr_accessor web_authn_allowed: ("Disabled" | "Enabled")
1278
1280
  SENSITIVE: [:cookie_synchronization_configuration]
1279
1281
  end
1280
1282
 
@@ -1312,6 +1314,7 @@ module Aws::WorkSpacesWeb
1312
1314
  attr_accessor deep_link_allowed: ("Disabled" | "Enabled")
1313
1315
  attr_accessor toolbar_configuration: Types::ToolbarConfiguration
1314
1316
  attr_accessor branding_configuration: Types::BrandingConfiguration
1317
+ attr_accessor web_authn_allowed: ("Disabled" | "Enabled")
1315
1318
  SENSITIVE: [:cookie_synchronization_configuration]
1316
1319
  end
1317
1320
 
@@ -1328,6 +1331,7 @@ module Aws::WorkSpacesWeb
1328
1331
  attr_accessor deep_link_allowed: ("Disabled" | "Enabled")
1329
1332
  attr_accessor toolbar_configuration: Types::ToolbarConfiguration
1330
1333
  attr_accessor branding_configuration: Types::BrandingConfiguration
1334
+ attr_accessor web_authn_allowed: ("Disabled" | "Enabled")
1331
1335
  SENSITIVE: [:cookie_synchronization_configuration]
1332
1336
  end
1333
1337
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services