aws-sdk-workspacesweb 1.57.0 → 1.59.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: 6eea7bdb09f305e567695d7fed93f408d1721bf1208321c41749d840024d8d01
4
- data.tar.gz: 9bd64ea49692219bb8cca1ac91d18dab4f847c44ad8c4aa68458b532f3bb99a1
3
+ metadata.gz: bc85ca93f1b69b1744ac0a50e1e45b7360763f996f37ad330dd872ee49b65833
4
+ data.tar.gz: a9bfc5c8de345f3e77171883e16712af7477090eec472249b1ae9432a16587c6
5
5
  SHA512:
6
- metadata.gz: 1e22188f5152da701386a08201c99d0546fa2c0d53ab31408067907ecee24cd2d21543fd9fb8587b9eb3380d5bf741a8082b16eab98f3af723ed5c735a1a400a
7
- data.tar.gz: 2a01e2c6895157e8ac8a6ddc8042fc80f1071d794932d345f396fcdfd7869e29149e7e6c6f8a4b26811327ec62f2a5cd59fdb5d91e4291e2bb3ba67eb0fd728f
6
+ metadata.gz: fb7d2b7bf1d8065efc63e70569c181f20d5941f3c34a16b0f3b6dafb979e9a10f048bc2cbb8c58b0007346f60b2018ae65642ea994046d166a005b3322986cc3
7
+ data.tar.gz: 2ecb0762a157ba6bdf82406a5ad1986a4e62f308aa46ec402fbb34814b770242134782b24f7b57c26c613586451684dadc41b1cea68afd017c49c385810de01f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2026-02-17)
5
+ ------------------
6
+
7
+ * Feature - Adds support for branding customization without requiring a custom wallpaper.
8
+
9
+ 1.58.0 (2026-02-04)
10
+ ------------------
11
+
12
+ * Feature - Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals.
13
+
4
14
  1.57.0 (2026-01-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.0
@@ -1255,6 +1255,10 @@ module Aws::WorkSpacesWeb
1255
1255
  # @option params [Integer] :max_concurrent_sessions
1256
1256
  # The maximum number of concurrent sessions for the portal.
1257
1257
  #
1258
+ # @option params [String] :portal_custom_domain
1259
+ # The custom domain of the web portal that users access in order to
1260
+ # start streaming sessions.
1261
+ #
1258
1262
  # @return [Types::CreatePortalResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1259
1263
  #
1260
1264
  # * {Types::CreatePortalResponse#portal_arn #portal_arn} => String
@@ -1278,6 +1282,7 @@ module Aws::WorkSpacesWeb
1278
1282
  # authentication_type: "Standard", # accepts Standard, IAM_Identity_Center
1279
1283
  # instance_type: "standard.regular", # accepts standard.regular, standard.large, standard.xlarge
1280
1284
  # max_concurrent_sessions: 1,
1285
+ # portal_custom_domain: "PortalCustomDomain",
1281
1286
  # })
1282
1287
  #
1283
1288
  # @example Response structure
@@ -1630,8 +1635,8 @@ module Aws::WorkSpacesWeb
1630
1635
  # @option params [Types::BrandingConfigurationCreateInput] :branding_configuration_input
1631
1636
  # The branding configuration input that customizes the appearance of the
1632
1637
  # web portal for end users. This includes a custom logo, favicon,
1633
- # wallpaper, localized strings, color theme, and an optional terms of
1634
- # service.
1638
+ # localized strings, color theme, and optionally a wallpaper and terms
1639
+ # of service.
1635
1640
  #
1636
1641
  # @option params [String] :web_authn_allowed
1637
1642
  # Specifies whether the user can use WebAuthn redirection for
@@ -1690,7 +1695,7 @@ module Aws::WorkSpacesWeb
1690
1695
  # blob: "data",
1691
1696
  # s3_uri: "S3Uri",
1692
1697
  # },
1693
- # wallpaper: { # required
1698
+ # wallpaper: {
1694
1699
  # blob: "data",
1695
1700
  # s3_uri: "S3Uri",
1696
1701
  # },
@@ -2416,6 +2421,7 @@ module Aws::WorkSpacesWeb
2416
2421
  # resp.portal.additional_encryption_context["StringType"] #=> String
2417
2422
  # resp.portal.instance_type #=> String, one of "standard.regular", "standard.large", "standard.xlarge"
2418
2423
  # resp.portal.max_concurrent_sessions #=> Integer
2424
+ # resp.portal.portal_custom_domain #=> String
2419
2425
  #
2420
2426
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/GetPortal AWS API Documentation
2421
2427
  #
@@ -3031,6 +3037,7 @@ module Aws::WorkSpacesWeb
3031
3037
  # resp.portals[0].ip_access_settings_arn #=> String
3032
3038
  # resp.portals[0].instance_type #=> String, one of "standard.regular", "standard.large", "standard.xlarge"
3033
3039
  # resp.portals[0].max_concurrent_sessions #=> Integer
3040
+ # resp.portals[0].portal_custom_domain #=> String
3034
3041
  # resp.next_token #=> String
3035
3042
  #
3036
3043
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/ListPortals AWS API Documentation
@@ -3989,6 +3996,10 @@ module Aws::WorkSpacesWeb
3989
3996
  # @option params [Integer] :max_concurrent_sessions
3990
3997
  # The maximum number of concurrent sessions for the portal.
3991
3998
  #
3999
+ # @option params [String] :portal_custom_domain
4000
+ # The custom domain of the web portal that users access in order to
4001
+ # start streaming sessions.
4002
+ #
3992
4003
  # @return [Types::UpdatePortalResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3993
4004
  #
3994
4005
  # * {Types::UpdatePortalResponse#portal #portal} => Types::Portal
@@ -4001,6 +4012,7 @@ module Aws::WorkSpacesWeb
4001
4012
  # authentication_type: "Standard", # accepts Standard, IAM_Identity_Center
4002
4013
  # instance_type: "standard.regular", # accepts standard.regular, standard.large, standard.xlarge
4003
4014
  # max_concurrent_sessions: 1,
4015
+ # portal_custom_domain: "PortalCustomDomain",
4004
4016
  # })
4005
4017
  #
4006
4018
  # @example Response structure
@@ -4027,6 +4039,7 @@ module Aws::WorkSpacesWeb
4027
4039
  # resp.portal.additional_encryption_context["StringType"] #=> String
4028
4040
  # resp.portal.instance_type #=> String, one of "standard.regular", "standard.large", "standard.xlarge"
4029
4041
  # resp.portal.max_concurrent_sessions #=> Integer
4042
+ # resp.portal.portal_custom_domain #=> String
4030
4043
  #
4031
4044
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UpdatePortal AWS API Documentation
4032
4045
  #
@@ -4355,8 +4368,8 @@ module Aws::WorkSpacesWeb
4355
4368
  # @option params [Types::BrandingConfigurationUpdateInput] :branding_configuration_input
4356
4369
  # The branding configuration that customizes the appearance of the web
4357
4370
  # portal for end users. When updating user settings without an existing
4358
- # branding configuration, all fields (logo, favicon, wallpaper,
4359
- # localized strings, and color theme) are required except for terms of
4371
+ # branding configuration, all fields (logo, favicon, localized strings,
4372
+ # and color theme) are required except for wallpaper and terms of
4360
4373
  # service. When updating user settings with an existing branding
4361
4374
  # configuration, all fields are optional.
4362
4375
  #
@@ -4512,7 +4525,7 @@ module Aws::WorkSpacesWeb
4512
4525
  tracer: tracer
4513
4526
  )
4514
4527
  context[:gem_name] = 'aws-sdk-workspacesweb'
4515
- context[:gem_version] = '1.57.0'
4528
+ context[:gem_version] = '1.59.0'
4516
4529
  Seahorse::Client::Request.new(handlers, context)
4517
4530
  end
4518
4531
 
@@ -242,6 +242,7 @@ module Aws::WorkSpacesWeb
242
242
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
243
243
  PatternName = Shapes::StringShape.new(name: 'PatternName')
244
244
  Portal = Shapes::StructureShape.new(name: 'Portal')
245
+ PortalCustomDomain = Shapes::StringShape.new(name: 'PortalCustomDomain')
245
246
  PortalEndpoint = Shapes::StringShape.new(name: 'PortalEndpoint')
246
247
  PortalId = Shapes::StringShape.new(name: 'PortalId')
247
248
  PortalList = Shapes::ListShape.new(name: 'PortalList')
@@ -413,7 +414,7 @@ module Aws::WorkSpacesWeb
413
414
  BlockedCategories.member = Shapes::ShapeRef.new(shape: Category)
414
415
 
415
416
  BrandingConfiguration.add_member(:logo, Shapes::ShapeRef.new(shape: ImageMetadata, required: true, location_name: "logo"))
416
- BrandingConfiguration.add_member(:wallpaper, Shapes::ShapeRef.new(shape: ImageMetadata, required: true, location_name: "wallpaper"))
417
+ BrandingConfiguration.add_member(:wallpaper, Shapes::ShapeRef.new(shape: ImageMetadata, location_name: "wallpaper"))
417
418
  BrandingConfiguration.add_member(:favicon, Shapes::ShapeRef.new(shape: ImageMetadata, required: true, location_name: "favicon"))
418
419
  BrandingConfiguration.add_member(:localized_strings, Shapes::ShapeRef.new(shape: LocalizedBrandingStringMap, required: true, location_name: "localizedStrings"))
419
420
  BrandingConfiguration.add_member(:color_theme, Shapes::ShapeRef.new(shape: ColorTheme, required: true, location_name: "colorTheme"))
@@ -421,7 +422,7 @@ module Aws::WorkSpacesWeb
421
422
  BrandingConfiguration.struct_class = Types::BrandingConfiguration
422
423
 
423
424
  BrandingConfigurationCreateInput.add_member(:logo, Shapes::ShapeRef.new(shape: IconImageInput, required: true, location_name: "logo"))
424
- BrandingConfigurationCreateInput.add_member(:wallpaper, Shapes::ShapeRef.new(shape: WallpaperImageInput, required: true, location_name: "wallpaper"))
425
+ BrandingConfigurationCreateInput.add_member(:wallpaper, Shapes::ShapeRef.new(shape: WallpaperImageInput, location_name: "wallpaper"))
425
426
  BrandingConfigurationCreateInput.add_member(:favicon, Shapes::ShapeRef.new(shape: IconImageInput, required: true, location_name: "favicon"))
426
427
  BrandingConfigurationCreateInput.add_member(:localized_strings, Shapes::ShapeRef.new(shape: LocalizedBrandingStringMap, required: true, location_name: "localizedStrings"))
427
428
  BrandingConfigurationCreateInput.add_member(:color_theme, Shapes::ShapeRef.new(shape: ColorTheme, required: true, location_name: "colorTheme"))
@@ -550,6 +551,7 @@ module Aws::WorkSpacesWeb
550
551
  CreatePortalRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
551
552
  CreatePortalRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
552
553
  CreatePortalRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
554
+ CreatePortalRequest.add_member(:portal_custom_domain, Shapes::ShapeRef.new(shape: PortalCustomDomain, location_name: "portalCustomDomain"))
553
555
  CreatePortalRequest.struct_class = Types::CreatePortalRequest
554
556
 
555
557
  CreatePortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
@@ -1061,6 +1063,7 @@ module Aws::WorkSpacesWeb
1061
1063
  Portal.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
1062
1064
  Portal.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
1063
1065
  Portal.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
1066
+ Portal.add_member(:portal_custom_domain, Shapes::ShapeRef.new(shape: PortalCustomDomain, location_name: "portalCustomDomain"))
1064
1067
  Portal.struct_class = Types::Portal
1065
1068
 
1066
1069
  PortalList.member = Shapes::ShapeRef.new(shape: PortalSummary)
@@ -1083,6 +1086,7 @@ module Aws::WorkSpacesWeb
1083
1086
  PortalSummary.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ipAccessSettingsArn"))
1084
1087
  PortalSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
1085
1088
  PortalSummary.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
1089
+ PortalSummary.add_member(:portal_custom_domain, Shapes::ShapeRef.new(shape: PortalCustomDomain, location_name: "portalCustomDomain"))
1086
1090
  PortalSummary.struct_class = Types::PortalSummary
1087
1091
 
1088
1092
  RedactionPlaceHolder.add_member(:redaction_place_holder_type, Shapes::ShapeRef.new(shape: RedactionPlaceHolderType, required: true, location_name: "redactionPlaceHolderType"))
@@ -1251,6 +1255,7 @@ module Aws::WorkSpacesWeb
1251
1255
  UpdatePortalRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
1252
1256
  UpdatePortalRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
1253
1257
  UpdatePortalRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
1258
+ UpdatePortalRequest.add_member(:portal_custom_domain, Shapes::ShapeRef.new(shape: PortalCustomDomain, location_name: "portalCustomDomain"))
1254
1259
  UpdatePortalRequest.struct_class = Types::UpdatePortalRequest
1255
1260
 
1256
1261
  UpdatePortalResponse.add_member(:portal, Shapes::ShapeRef.new(shape: Portal, location_name: "portal"))
@@ -351,7 +351,8 @@ module Aws::WorkSpacesWeb
351
351
  # @!attribute [rw] wallpaper
352
352
  # The wallpaper image for the portal. Provide either a binary image
353
353
  # file or an S3 URI pointing to the image file. Maximum 5 MB in JPEG
354
- # or PNG format.
354
+ # or PNG format. If not provided, a default wallpaper will be used as
355
+ # the background image.
355
356
  # @return [Types::WallpaperImageInput]
356
357
  #
357
358
  # @!attribute [rw] favicon
@@ -1079,6 +1080,11 @@ module Aws::WorkSpacesWeb
1079
1080
  # The maximum number of concurrent sessions for the portal.
1080
1081
  # @return [Integer]
1081
1082
  #
1083
+ # @!attribute [rw] portal_custom_domain
1084
+ # The custom domain of the web portal that users access in order to
1085
+ # start streaming sessions.
1086
+ # @return [String]
1087
+ #
1082
1088
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/CreatePortalRequest AWS API Documentation
1083
1089
  #
1084
1090
  class CreatePortalRequest < Struct.new(
@@ -1089,7 +1095,8 @@ module Aws::WorkSpacesWeb
1089
1095
  :client_token,
1090
1096
  :authentication_type,
1091
1097
  :instance_type,
1092
- :max_concurrent_sessions)
1098
+ :max_concurrent_sessions,
1099
+ :portal_custom_domain)
1093
1100
  SENSITIVE = [:display_name, :tags]
1094
1101
  include Aws::Structure
1095
1102
  end
@@ -1352,8 +1359,8 @@ module Aws::WorkSpacesWeb
1352
1359
  # @!attribute [rw] branding_configuration_input
1353
1360
  # The branding configuration input that customizes the appearance of
1354
1361
  # the web portal for end users. This includes a custom logo, favicon,
1355
- # wallpaper, localized strings, color theme, and an optional terms of
1356
- # service.
1362
+ # localized strings, color theme, and optionally a wallpaper and terms
1363
+ # of service.
1357
1364
  # @return [Types::BrandingConfigurationCreateInput]
1358
1365
  #
1359
1366
  # @!attribute [rw] web_authn_allowed
@@ -3303,6 +3310,11 @@ module Aws::WorkSpacesWeb
3303
3310
  # The maximum number of concurrent sessions for the portal.
3304
3311
  # @return [Integer]
3305
3312
  #
3313
+ # @!attribute [rw] portal_custom_domain
3314
+ # The custom domain of the web portal that users access in order to
3315
+ # start streaming sessions.
3316
+ # @return [String]
3317
+ #
3306
3318
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/Portal AWS API Documentation
3307
3319
  #
3308
3320
  class Portal < Struct.new(
@@ -3326,7 +3338,8 @@ module Aws::WorkSpacesWeb
3326
3338
  :customer_managed_key,
3327
3339
  :additional_encryption_context,
3328
3340
  :instance_type,
3329
- :max_concurrent_sessions)
3341
+ :max_concurrent_sessions,
3342
+ :portal_custom_domain)
3330
3343
  SENSITIVE = [:display_name]
3331
3344
  include Aws::Structure
3332
3345
  end
@@ -3421,6 +3434,11 @@ module Aws::WorkSpacesWeb
3421
3434
  # The maximum number of concurrent sessions for the portal.
3422
3435
  # @return [Integer]
3423
3436
  #
3437
+ # @!attribute [rw] portal_custom_domain
3438
+ # The custom domain of the web portal that users access in order to
3439
+ # start streaming sessions.
3440
+ # @return [String]
3441
+ #
3424
3442
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/PortalSummary AWS API Documentation
3425
3443
  #
3426
3444
  class PortalSummary < Struct.new(
@@ -3441,7 +3459,8 @@ module Aws::WorkSpacesWeb
3441
3459
  :authentication_type,
3442
3460
  :ip_access_settings_arn,
3443
3461
  :instance_type,
3444
- :max_concurrent_sessions)
3462
+ :max_concurrent_sessions,
3463
+ :portal_custom_domain)
3445
3464
  SENSITIVE = [:display_name]
3446
3465
  include Aws::Structure
3447
3466
  end
@@ -4291,6 +4310,11 @@ module Aws::WorkSpacesWeb
4291
4310
  # The maximum number of concurrent sessions for the portal.
4292
4311
  # @return [Integer]
4293
4312
  #
4313
+ # @!attribute [rw] portal_custom_domain
4314
+ # The custom domain of the web portal that users access in order to
4315
+ # start streaming sessions.
4316
+ # @return [String]
4317
+ #
4294
4318
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UpdatePortalRequest AWS API Documentation
4295
4319
  #
4296
4320
  class UpdatePortalRequest < Struct.new(
@@ -4298,7 +4322,8 @@ module Aws::WorkSpacesWeb
4298
4322
  :display_name,
4299
4323
  :authentication_type,
4300
4324
  :instance_type,
4301
- :max_concurrent_sessions)
4325
+ :max_concurrent_sessions,
4326
+ :portal_custom_domain)
4302
4327
  SENSITIVE = [:display_name]
4303
4328
  include Aws::Structure
4304
4329
  end
@@ -4526,9 +4551,9 @@ module Aws::WorkSpacesWeb
4526
4551
  # The branding configuration that customizes the appearance of the web
4527
4552
  # portal for end users. When updating user settings without an
4528
4553
  # existing branding configuration, all fields (logo, favicon,
4529
- # wallpaper, localized strings, and color theme) are required except
4530
- # for terms of service. When updating user settings with an existing
4531
- # branding configuration, all fields are optional.
4554
+ # localized strings, and color theme) are required except for
4555
+ # wallpaper and terms of service. When updating user settings with an
4556
+ # existing branding configuration, all fields are optional.
4532
4557
  # @return [Types::BrandingConfigurationUpdateInput]
4533
4558
  #
4534
4559
  # @!attribute [rw] web_authn_allowed
@@ -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.57.0'
58
+ GEM_VERSION = '1.59.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -325,7 +325,8 @@ module Aws
325
325
  ?client_token: ::String,
326
326
  ?authentication_type: ("Standard" | "IAM_Identity_Center"),
327
327
  ?instance_type: ("standard.regular" | "standard.large" | "standard.xlarge"),
328
- ?max_concurrent_sessions: ::Integer
328
+ ?max_concurrent_sessions: ::Integer,
329
+ ?portal_custom_domain: ::String
329
330
  ) -> _CreatePortalResponseSuccess
330
331
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePortalResponseSuccess
331
332
 
@@ -449,7 +450,7 @@ module Aws
449
450
  wallpaper: {
450
451
  blob: ::String?,
451
452
  s3_uri: ::String?
452
- },
453
+ }?,
453
454
  favicon: {
454
455
  blob: ::String?,
455
456
  s3_uri: ::String?
@@ -1075,7 +1076,8 @@ module Aws
1075
1076
  ?display_name: ::String,
1076
1077
  ?authentication_type: ("Standard" | "IAM_Identity_Center"),
1077
1078
  ?instance_type: ("standard.regular" | "standard.large" | "standard.xlarge"),
1078
- ?max_concurrent_sessions: ::Integer
1079
+ ?max_concurrent_sessions: ::Integer,
1080
+ ?portal_custom_domain: ::String
1079
1081
  ) -> _UpdatePortalResponseSuccess
1080
1082
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePortalResponseSuccess
1081
1083
 
data/sig/types.rbs CHANGED
@@ -278,6 +278,7 @@ module Aws::WorkSpacesWeb
278
278
  attr_accessor authentication_type: ("Standard" | "IAM_Identity_Center")
279
279
  attr_accessor instance_type: ("standard.regular" | "standard.large" | "standard.xlarge")
280
280
  attr_accessor max_concurrent_sessions: ::Integer
281
+ attr_accessor portal_custom_domain: ::String
281
282
  SENSITIVE: [:display_name]
282
283
  end
283
284
 
@@ -983,6 +984,7 @@ module Aws::WorkSpacesWeb
983
984
  attr_accessor additional_encryption_context: ::Hash[::String, ::String]
984
985
  attr_accessor instance_type: ("standard.regular" | "standard.large" | "standard.xlarge")
985
986
  attr_accessor max_concurrent_sessions: ::Integer
987
+ attr_accessor portal_custom_domain: ::String
986
988
  SENSITIVE: [:display_name]
987
989
  end
988
990
 
@@ -1005,6 +1007,7 @@ module Aws::WorkSpacesWeb
1005
1007
  attr_accessor ip_access_settings_arn: ::String
1006
1008
  attr_accessor instance_type: ("standard.regular" | "standard.large" | "standard.xlarge")
1007
1009
  attr_accessor max_concurrent_sessions: ::Integer
1010
+ attr_accessor portal_custom_domain: ::String
1008
1011
  SENSITIVE: [:display_name]
1009
1012
  end
1010
1013
 
@@ -1216,6 +1219,7 @@ module Aws::WorkSpacesWeb
1216
1219
  attr_accessor authentication_type: ("Standard" | "IAM_Identity_Center")
1217
1220
  attr_accessor instance_type: ("standard.regular" | "standard.large" | "standard.xlarge")
1218
1221
  attr_accessor max_concurrent_sessions: ::Integer
1222
+ attr_accessor portal_custom_domain: ::String
1219
1223
  SENSITIVE: [:display_name]
1220
1224
  end
1221
1225
 
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.57.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services