aws-sdk-workspacesweb 1.57.0 → 1.58.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: 76f9f759643cdbd7d09a44e21e10e1ec0218d4baaa591074da40d3fb4fcffe43
4
+ data.tar.gz: 3720bb966c8bc1befa4cac13fcf8fffb6b85d41dd88c49eebee1b6a33f014b11
5
5
  SHA512:
6
- metadata.gz: 1e22188f5152da701386a08201c99d0546fa2c0d53ab31408067907ecee24cd2d21543fd9fb8587b9eb3380d5bf741a8082b16eab98f3af723ed5c735a1a400a
7
- data.tar.gz: 2a01e2c6895157e8ac8a6ddc8042fc80f1071d794932d345f396fcdfd7869e29149e7e6c6f8a4b26811327ec62f2a5cd59fdb5d91e4291e2bb3ba67eb0fd728f
6
+ metadata.gz: d82baed9c0ac3bbd9b22e1fd33861e3000831be89ca6ab1604a52d97fd2db8f6c6e2987630ca9a1661371580811191a1dd46dda0e52856f40b837afead0cb1e1
7
+ data.tar.gz: 28ffd1303d402e9bdc78a11b4366e893edab168247a052ad176205ad0ef5117b9db13d8cf740824fe3b871f0e2b600074da388bd75d56bdddaf7b6bbfe161d19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2026-02-04)
5
+ ------------------
6
+
7
+ * Feature - Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals.
8
+
4
9
  1.57.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.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
@@ -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
  #
@@ -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.58.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')
@@ -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"))
@@ -1079,6 +1079,11 @@ module Aws::WorkSpacesWeb
1079
1079
  # The maximum number of concurrent sessions for the portal.
1080
1080
  # @return [Integer]
1081
1081
  #
1082
+ # @!attribute [rw] portal_custom_domain
1083
+ # The custom domain of the web portal that users access in order to
1084
+ # start streaming sessions.
1085
+ # @return [String]
1086
+ #
1082
1087
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/CreatePortalRequest AWS API Documentation
1083
1088
  #
1084
1089
  class CreatePortalRequest < Struct.new(
@@ -1089,7 +1094,8 @@ module Aws::WorkSpacesWeb
1089
1094
  :client_token,
1090
1095
  :authentication_type,
1091
1096
  :instance_type,
1092
- :max_concurrent_sessions)
1097
+ :max_concurrent_sessions,
1098
+ :portal_custom_domain)
1093
1099
  SENSITIVE = [:display_name, :tags]
1094
1100
  include Aws::Structure
1095
1101
  end
@@ -3303,6 +3309,11 @@ module Aws::WorkSpacesWeb
3303
3309
  # The maximum number of concurrent sessions for the portal.
3304
3310
  # @return [Integer]
3305
3311
  #
3312
+ # @!attribute [rw] portal_custom_domain
3313
+ # The custom domain of the web portal that users access in order to
3314
+ # start streaming sessions.
3315
+ # @return [String]
3316
+ #
3306
3317
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/Portal AWS API Documentation
3307
3318
  #
3308
3319
  class Portal < Struct.new(
@@ -3326,7 +3337,8 @@ module Aws::WorkSpacesWeb
3326
3337
  :customer_managed_key,
3327
3338
  :additional_encryption_context,
3328
3339
  :instance_type,
3329
- :max_concurrent_sessions)
3340
+ :max_concurrent_sessions,
3341
+ :portal_custom_domain)
3330
3342
  SENSITIVE = [:display_name]
3331
3343
  include Aws::Structure
3332
3344
  end
@@ -3421,6 +3433,11 @@ module Aws::WorkSpacesWeb
3421
3433
  # The maximum number of concurrent sessions for the portal.
3422
3434
  # @return [Integer]
3423
3435
  #
3436
+ # @!attribute [rw] portal_custom_domain
3437
+ # The custom domain of the web portal that users access in order to
3438
+ # start streaming sessions.
3439
+ # @return [String]
3440
+ #
3424
3441
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/PortalSummary AWS API Documentation
3425
3442
  #
3426
3443
  class PortalSummary < Struct.new(
@@ -3441,7 +3458,8 @@ module Aws::WorkSpacesWeb
3441
3458
  :authentication_type,
3442
3459
  :ip_access_settings_arn,
3443
3460
  :instance_type,
3444
- :max_concurrent_sessions)
3461
+ :max_concurrent_sessions,
3462
+ :portal_custom_domain)
3445
3463
  SENSITIVE = [:display_name]
3446
3464
  include Aws::Structure
3447
3465
  end
@@ -4291,6 +4309,11 @@ module Aws::WorkSpacesWeb
4291
4309
  # The maximum number of concurrent sessions for the portal.
4292
4310
  # @return [Integer]
4293
4311
  #
4312
+ # @!attribute [rw] portal_custom_domain
4313
+ # The custom domain of the web portal that users access in order to
4314
+ # start streaming sessions.
4315
+ # @return [String]
4316
+ #
4294
4317
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UpdatePortalRequest AWS API Documentation
4295
4318
  #
4296
4319
  class UpdatePortalRequest < Struct.new(
@@ -4298,7 +4321,8 @@ module Aws::WorkSpacesWeb
4298
4321
  :display_name,
4299
4322
  :authentication_type,
4300
4323
  :instance_type,
4301
- :max_concurrent_sessions)
4324
+ :max_concurrent_sessions,
4325
+ :portal_custom_domain)
4302
4326
  SENSITIVE = [:display_name]
4303
4327
  include Aws::Structure
4304
4328
  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.57.0'
58
+ GEM_VERSION = '1.58.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
 
@@ -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.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services