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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspacesweb/client.rb +14 -1
- data/lib/aws-sdk-workspacesweb/client_api.rb +4 -0
- data/lib/aws-sdk-workspacesweb/types.rb +28 -4
- data/lib/aws-sdk-workspacesweb.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02a1d3613f05cb7217c2a77b9c706a3de736afc920847266b25679eab6cd569a
|
|
4
|
+
data.tar.gz: 43e335b223f147bd7c52a053f511b259b7f7a3d9f9a3deca4fa104209e2267c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 415e8cbafdb504a82d16d7faf79f147aa605029298f87f98c45fb5f4c02e5ee0436da34333c057e216f14c1b0f38f4ada472f5c8b737c0fa10d13b31971d58e7
|
|
7
|
+
data.tar.gz: 62e1ca0b65ce57737143027b1bdbf9619aae13324b9cfe42ef4e57fa56a52c29722ecd811d9f0de8cbf3a7e20233feb62c9d5a17140da85704bdf47e3563d1eb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
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
|
|