aws-sdk-workspacesweb 1.50.0 → 1.51.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: ab2b26f381b3e5d06422266f926a8c7c4e88d97a4d53c5eb1566254f2673e16d
4
- data.tar.gz: deaf9ac4cc5ba6410df05efb00d11f4be88e4df3eee947cdfd64f03e56917ba7
3
+ metadata.gz: 192f06fdc1406510cd1088e202d661f1edd0c5523b23ccdc4b93853c63c0c295
4
+ data.tar.gz: 857dbe4cf5595b17a93f7aa8cdc6314c0f6d99af6e8f5d0e6544732f317047df
5
5
  SHA512:
6
- metadata.gz: 33ddcc8ae8895f64a765cca4350f49ccbb5eff696c3fff6e495f2222828786fab4303d5ab0851bdde15f3185ee6368795dade9c1088ad9ce7d8bc60350e0a879
7
- data.tar.gz: a4556c98bbe0bac3c5780ca75e58ce058871dc907cda45f82e73eb4ae17a61fdb9138217c3a7d0c427432d05f496775f753ecb83314afbd6afb5a8d8ee5325e4
6
+ metadata.gz: 1cc5e568ec154608eb8525c75b5254613bc5f2cd956920bffa1d1c88a8eec2b398ac88ca2b0cde057f2354ffb2084c26f6696dde4275458500caad51b3b13b0f
7
+ data.tar.gz: c0588688c86387694f5f8164985c0350ab75d39d92ebe04f4b3ffc587eb8a5c60d4c15412b6037fbb3ea7b7165ddd8162d40a4273966b9f22900b4f0351a5bc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2025-11-13)
5
+ ------------------
6
+
7
+ * Feature - Support for managing web content filtering for defining, tracking and regulating type of content accessed with WorkSpaces Secure Browser as part of browser settings.
8
+
4
9
  1.50.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -779,7 +779,7 @@ module Aws::WorkSpacesWeb
779
779
  # @option params [Hash<String,String>] :additional_encryption_context
780
780
  # Additional encryption context of the browser settings.
781
781
  #
782
- # @option params [required, String] :browser_policy
782
+ # @option params [String] :browser_policy
783
783
  # A JSON string containing Chrome Enterprise policies that will be
784
784
  # applied to all streaming sessions.
785
785
  #
@@ -796,6 +796,11 @@ module Aws::WorkSpacesWeb
796
796
  # **A suitable default value is auto-generated.** You should normally
797
797
  # not need to pass this option.**
798
798
  #
799
+ # @option params [Types::WebContentFilteringPolicy] :web_content_filtering_policy
800
+ # The policy that specifies which URLs end users are allowed to access
801
+ # or which URLs or domain categories they are restricted from accessing
802
+ # for enhanced security.
803
+ #
799
804
  # @return [Types::CreateBrowserSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
800
805
  #
801
806
  # * {Types::CreateBrowserSettingsResponse#browser_settings_arn #browser_settings_arn} => String
@@ -813,8 +818,13 @@ module Aws::WorkSpacesWeb
813
818
  # additional_encryption_context: {
814
819
  # "StringType" => "StringType",
815
820
  # },
816
- # browser_policy: "BrowserPolicy", # required
821
+ # browser_policy: "BrowserPolicy",
817
822
  # client_token: "ClientToken",
823
+ # web_content_filtering_policy: {
824
+ # blocked_categories: ["Cults"], # accepts Cults, Gambling, Nudity, Pornography, SexEducation, Tasteless, Violence, DownloadSites, ImageSharing, PeerToPeer, StreamingMediaAndDownloads, GenerativeAI, CriminalActivity, Hacking, HateAndIntolerance, IllegalDrug, IllegalSoftware, SchoolCheating, SelfHarm, Weapons, Chat, Games, InstantMessaging, ProfessionalNetwork, SocialNetworking, WebBasedEmail, ParkedDomains
825
+ # allowed_urls: ["UrlPattern"],
826
+ # blocked_urls: ["UrlPattern"],
827
+ # },
818
828
  # })
819
829
  #
820
830
  # @example Response structure
@@ -1397,7 +1407,7 @@ module Aws::WorkSpacesWeb
1397
1407
  # event_filter: { # required
1398
1408
  # all: {
1399
1409
  # },
1400
- # include: ["WebsiteInteract"], # accepts WebsiteInteract, FileDownloadFromSecureBrowserToRemoteDisk, FileTransferFromRemoteToLocalDisk, FileTransferFromLocalToRemoteDisk, FileUploadFromRemoteDiskToSecureBrowser, ContentPasteToWebsite, ContentTransferFromLocalToRemoteClipboard, ContentCopyFromWebsite, UrlLoad, TabOpen, TabClose, PrintJobSubmit, SessionConnect, SessionStart, SessionDisconnect, SessionEnd
1410
+ # include: ["WebsiteInteract"], # accepts WebsiteInteract, FileDownloadFromSecureBrowserToRemoteDisk, FileTransferFromRemoteToLocalDisk, FileTransferFromLocalToRemoteDisk, FileUploadFromRemoteDiskToSecureBrowser, ContentPasteToWebsite, ContentTransferFromLocalToRemoteClipboard, ContentCopyFromWebsite, UrlLoad, TabOpen, TabClose, PrintJobSubmit, SessionConnect, SessionStart, SessionDisconnect, SessionEnd, UrlBlockByContentFilter
1401
1411
  # },
1402
1412
  # log_configuration: { # required
1403
1413
  # s3: {
@@ -2152,6 +2162,12 @@ module Aws::WorkSpacesWeb
2152
2162
  # resp.browser_settings.customer_managed_key #=> String
2153
2163
  # resp.browser_settings.additional_encryption_context #=> Hash
2154
2164
  # resp.browser_settings.additional_encryption_context["StringType"] #=> String
2165
+ # resp.browser_settings.web_content_filtering_policy.blocked_categories #=> Array
2166
+ # resp.browser_settings.web_content_filtering_policy.blocked_categories[0] #=> String, one of "Cults", "Gambling", "Nudity", "Pornography", "SexEducation", "Tasteless", "Violence", "DownloadSites", "ImageSharing", "PeerToPeer", "StreamingMediaAndDownloads", "GenerativeAI", "CriminalActivity", "Hacking", "HateAndIntolerance", "IllegalDrug", "IllegalSoftware", "SchoolCheating", "SelfHarm", "Weapons", "Chat", "Games", "InstantMessaging", "ProfessionalNetwork", "SocialNetworking", "WebBasedEmail", "ParkedDomains"
2167
+ # resp.browser_settings.web_content_filtering_policy.allowed_urls #=> Array
2168
+ # resp.browser_settings.web_content_filtering_policy.allowed_urls[0] #=> String
2169
+ # resp.browser_settings.web_content_filtering_policy.blocked_urls #=> Array
2170
+ # resp.browser_settings.web_content_filtering_policy.blocked_urls[0] #=> String
2155
2171
  #
2156
2172
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/GetBrowserSettings AWS API Documentation
2157
2173
  #
@@ -2531,7 +2547,7 @@ module Aws::WorkSpacesWeb
2531
2547
  #
2532
2548
  # resp.session_logger.session_logger_arn #=> String
2533
2549
  # resp.session_logger.event_filter.include #=> Array
2534
- # resp.session_logger.event_filter.include[0] #=> String, one of "WebsiteInteract", "FileDownloadFromSecureBrowserToRemoteDisk", "FileTransferFromRemoteToLocalDisk", "FileTransferFromLocalToRemoteDisk", "FileUploadFromRemoteDiskToSecureBrowser", "ContentPasteToWebsite", "ContentTransferFromLocalToRemoteClipboard", "ContentCopyFromWebsite", "UrlLoad", "TabOpen", "TabClose", "PrintJobSubmit", "SessionConnect", "SessionStart", "SessionDisconnect", "SessionEnd"
2550
+ # resp.session_logger.event_filter.include[0] #=> String, one of "WebsiteInteract", "FileDownloadFromSecureBrowserToRemoteDisk", "FileTransferFromRemoteToLocalDisk", "FileTransferFromLocalToRemoteDisk", "FileUploadFromRemoteDiskToSecureBrowser", "ContentPasteToWebsite", "ContentTransferFromLocalToRemoteClipboard", "ContentCopyFromWebsite", "UrlLoad", "TabOpen", "TabClose", "PrintJobSubmit", "SessionConnect", "SessionStart", "SessionDisconnect", "SessionEnd", "UrlBlockByContentFilter"
2535
2551
  # resp.session_logger.log_configuration.s3.bucket #=> String
2536
2552
  # resp.session_logger.log_configuration.s3.key_prefix #=> String
2537
2553
  # resp.session_logger.log_configuration.s3.bucket_owner #=> String
@@ -3454,6 +3470,11 @@ module Aws::WorkSpacesWeb
3454
3470
  # **A suitable default value is auto-generated.** You should normally
3455
3471
  # not need to pass this option.**
3456
3472
  #
3473
+ # @option params [Types::WebContentFilteringPolicy] :web_content_filtering_policy
3474
+ # The policy that specifies which URLs end users are allowed to access
3475
+ # or which URLs or domain categories they are restricted from accessing
3476
+ # for enhanced security.
3477
+ #
3457
3478
  # @return [Types::UpdateBrowserSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3458
3479
  #
3459
3480
  # * {Types::UpdateBrowserSettingsResponse#browser_settings #browser_settings} => Types::BrowserSettings
@@ -3464,6 +3485,11 @@ module Aws::WorkSpacesWeb
3464
3485
  # browser_settings_arn: "ARN", # required
3465
3486
  # browser_policy: "BrowserPolicy",
3466
3487
  # client_token: "ClientToken",
3488
+ # web_content_filtering_policy: {
3489
+ # blocked_categories: ["Cults"], # accepts Cults, Gambling, Nudity, Pornography, SexEducation, Tasteless, Violence, DownloadSites, ImageSharing, PeerToPeer, StreamingMediaAndDownloads, GenerativeAI, CriminalActivity, Hacking, HateAndIntolerance, IllegalDrug, IllegalSoftware, SchoolCheating, SelfHarm, Weapons, Chat, Games, InstantMessaging, ProfessionalNetwork, SocialNetworking, WebBasedEmail, ParkedDomains
3490
+ # allowed_urls: ["UrlPattern"],
3491
+ # blocked_urls: ["UrlPattern"],
3492
+ # },
3467
3493
  # })
3468
3494
  #
3469
3495
  # @example Response structure
@@ -3475,6 +3501,12 @@ module Aws::WorkSpacesWeb
3475
3501
  # resp.browser_settings.customer_managed_key #=> String
3476
3502
  # resp.browser_settings.additional_encryption_context #=> Hash
3477
3503
  # resp.browser_settings.additional_encryption_context["StringType"] #=> String
3504
+ # resp.browser_settings.web_content_filtering_policy.blocked_categories #=> Array
3505
+ # resp.browser_settings.web_content_filtering_policy.blocked_categories[0] #=> String, one of "Cults", "Gambling", "Nudity", "Pornography", "SexEducation", "Tasteless", "Violence", "DownloadSites", "ImageSharing", "PeerToPeer", "StreamingMediaAndDownloads", "GenerativeAI", "CriminalActivity", "Hacking", "HateAndIntolerance", "IllegalDrug", "IllegalSoftware", "SchoolCheating", "SelfHarm", "Weapons", "Chat", "Games", "InstantMessaging", "ProfessionalNetwork", "SocialNetworking", "WebBasedEmail", "ParkedDomains"
3506
+ # resp.browser_settings.web_content_filtering_policy.allowed_urls #=> Array
3507
+ # resp.browser_settings.web_content_filtering_policy.allowed_urls[0] #=> String
3508
+ # resp.browser_settings.web_content_filtering_policy.blocked_urls #=> Array
3509
+ # resp.browser_settings.web_content_filtering_policy.blocked_urls[0] #=> String
3478
3510
  #
3479
3511
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UpdateBrowserSettings AWS API Documentation
3480
3512
  #
@@ -4035,7 +4067,7 @@ module Aws::WorkSpacesWeb
4035
4067
  # event_filter: {
4036
4068
  # all: {
4037
4069
  # },
4038
- # include: ["WebsiteInteract"], # accepts WebsiteInteract, FileDownloadFromSecureBrowserToRemoteDisk, FileTransferFromRemoteToLocalDisk, FileTransferFromLocalToRemoteDisk, FileUploadFromRemoteDiskToSecureBrowser, ContentPasteToWebsite, ContentTransferFromLocalToRemoteClipboard, ContentCopyFromWebsite, UrlLoad, TabOpen, TabClose, PrintJobSubmit, SessionConnect, SessionStart, SessionDisconnect, SessionEnd
4070
+ # include: ["WebsiteInteract"], # accepts WebsiteInteract, FileDownloadFromSecureBrowserToRemoteDisk, FileTransferFromRemoteToLocalDisk, FileTransferFromLocalToRemoteDisk, FileUploadFromRemoteDiskToSecureBrowser, ContentPasteToWebsite, ContentTransferFromLocalToRemoteClipboard, ContentCopyFromWebsite, UrlLoad, TabOpen, TabClose, PrintJobSubmit, SessionConnect, SessionStart, SessionDisconnect, SessionEnd, UrlBlockByContentFilter
4039
4071
  # },
4040
4072
  # log_configuration: {
4041
4073
  # s3: {
@@ -4053,7 +4085,7 @@ module Aws::WorkSpacesWeb
4053
4085
  #
4054
4086
  # resp.session_logger.session_logger_arn #=> String
4055
4087
  # resp.session_logger.event_filter.include #=> Array
4056
- # resp.session_logger.event_filter.include[0] #=> String, one of "WebsiteInteract", "FileDownloadFromSecureBrowserToRemoteDisk", "FileTransferFromRemoteToLocalDisk", "FileTransferFromLocalToRemoteDisk", "FileUploadFromRemoteDiskToSecureBrowser", "ContentPasteToWebsite", "ContentTransferFromLocalToRemoteClipboard", "ContentCopyFromWebsite", "UrlLoad", "TabOpen", "TabClose", "PrintJobSubmit", "SessionConnect", "SessionStart", "SessionDisconnect", "SessionEnd"
4088
+ # resp.session_logger.event_filter.include[0] #=> String, one of "WebsiteInteract", "FileDownloadFromSecureBrowserToRemoteDisk", "FileTransferFromRemoteToLocalDisk", "FileTransferFromLocalToRemoteDisk", "FileUploadFromRemoteDiskToSecureBrowser", "ContentPasteToWebsite", "ContentTransferFromLocalToRemoteClipboard", "ContentCopyFromWebsite", "UrlLoad", "TabOpen", "TabClose", "PrintJobSubmit", "SessionConnect", "SessionStart", "SessionDisconnect", "SessionEnd", "UrlBlockByContentFilter"
4057
4089
  # resp.session_logger.log_configuration.s3.bucket #=> String
4058
4090
  # resp.session_logger.log_configuration.s3.key_prefix #=> String
4059
4091
  # resp.session_logger.log_configuration.s3.bucket_owner #=> String
@@ -4337,7 +4369,7 @@ module Aws::WorkSpacesWeb
4337
4369
  tracer: tracer
4338
4370
  )
4339
4371
  context[:gem_name] = 'aws-sdk-workspacesweb'
4340
- context[:gem_version] = '1.50.0'
4372
+ context[:gem_version] = '1.51.0'
4341
4373
  Seahorse::Client::Request.new(handlers, context)
4342
4374
  end
4343
4375
 
@@ -34,12 +34,14 @@ module Aws::WorkSpacesWeb
34
34
  AssociateUserSettingsRequest = Shapes::StructureShape.new(name: 'AssociateUserSettingsRequest')
35
35
  AssociateUserSettingsResponse = Shapes::StructureShape.new(name: 'AssociateUserSettingsResponse')
36
36
  AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
37
+ BlockedCategories = Shapes::ListShape.new(name: 'BlockedCategories')
37
38
  BrowserPolicy = Shapes::StringShape.new(name: 'BrowserPolicy')
38
39
  BrowserSettings = Shapes::StructureShape.new(name: 'BrowserSettings')
39
40
  BrowserSettingsList = Shapes::ListShape.new(name: 'BrowserSettingsList')
40
41
  BrowserSettingsSummary = Shapes::StructureShape.new(name: 'BrowserSettingsSummary')
41
42
  BrowserType = Shapes::StringShape.new(name: 'BrowserType')
42
43
  BuiltInPatternId = Shapes::StringShape.new(name: 'BuiltInPatternId')
44
+ Category = Shapes::StringShape.new(name: 'Category')
43
45
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
44
46
  CertificateAuthorityBody = Shapes::BlobShape.new(name: 'CertificateAuthorityBody')
45
47
  CertificateList = Shapes::ListShape.new(name: 'CertificateList')
@@ -298,6 +300,8 @@ module Aws::WorkSpacesWeb
298
300
  UpdateUserAccessLoggingSettingsResponse = Shapes::StructureShape.new(name: 'UpdateUserAccessLoggingSettingsResponse')
299
301
  UpdateUserSettingsRequest = Shapes::StructureShape.new(name: 'UpdateUserSettingsRequest')
300
302
  UpdateUserSettingsResponse = Shapes::StructureShape.new(name: 'UpdateUserSettingsResponse')
303
+ UrlPattern = Shapes::StringShape.new(name: 'UrlPattern')
304
+ UrlPatternList = Shapes::ListShape.new(name: 'UrlPatternList')
301
305
  UserAccessLoggingSettings = Shapes::StructureShape.new(name: 'UserAccessLoggingSettings')
302
306
  UserAccessLoggingSettingsList = Shapes::ListShape.new(name: 'UserAccessLoggingSettingsList')
303
307
  UserAccessLoggingSettingsSummary = Shapes::StructureShape.new(name: 'UserAccessLoggingSettingsSummary')
@@ -311,6 +315,7 @@ module Aws::WorkSpacesWeb
311
315
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
312
316
  VisualMode = Shapes::StringShape.new(name: 'VisualMode')
313
317
  VpcId = Shapes::StringShape.new(name: 'VpcId')
318
+ WebContentFilteringPolicy = Shapes::StructureShape.new(name: 'WebContentFilteringPolicy')
314
319
  keyArn = Shapes::StringShape.new(name: 'keyArn')
315
320
 
316
321
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -382,11 +387,14 @@ module Aws::WorkSpacesWeb
382
387
  AssociateUserSettingsResponse.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
383
388
  AssociateUserSettingsResponse.struct_class = Types::AssociateUserSettingsResponse
384
389
 
390
+ BlockedCategories.member = Shapes::ShapeRef.new(shape: Category)
391
+
385
392
  BrowserSettings.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
386
393
  BrowserSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
387
394
  BrowserSettings.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
388
395
  BrowserSettings.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
389
396
  BrowserSettings.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
397
+ BrowserSettings.add_member(:web_content_filtering_policy, Shapes::ShapeRef.new(shape: WebContentFilteringPolicy, location_name: "webContentFilteringPolicy"))
390
398
  BrowserSettings.struct_class = Types::BrowserSettings
391
399
 
392
400
  BrowserSettingsList.member = Shapes::ShapeRef.new(shape: BrowserSettingsSummary)
@@ -434,8 +442,9 @@ module Aws::WorkSpacesWeb
434
442
  CreateBrowserSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
435
443
  CreateBrowserSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
436
444
  CreateBrowserSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
437
- CreateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, required: true, location_name: "browserPolicy"))
445
+ CreateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
438
446
  CreateBrowserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
447
+ CreateBrowserSettingsRequest.add_member(:web_content_filtering_policy, Shapes::ShapeRef.new(shape: WebContentFilteringPolicy, location_name: "webContentFilteringPolicy"))
439
448
  CreateBrowserSettingsRequest.struct_class = Types::CreateBrowserSettingsRequest
440
449
 
441
450
  CreateBrowserSettingsResponse.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
@@ -1116,6 +1125,7 @@ module Aws::WorkSpacesWeb
1116
1125
  UpdateBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "browserSettingsArn"))
1117
1126
  UpdateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
1118
1127
  UpdateBrowserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1128
+ UpdateBrowserSettingsRequest.add_member(:web_content_filtering_policy, Shapes::ShapeRef.new(shape: WebContentFilteringPolicy, location_name: "webContentFilteringPolicy"))
1119
1129
  UpdateBrowserSettingsRequest.struct_class = Types::UpdateBrowserSettingsRequest
1120
1130
 
1121
1131
  UpdateBrowserSettingsResponse.add_member(:browser_settings, Shapes::ShapeRef.new(shape: BrowserSettings, required: true, location_name: "browserSettings"))
@@ -1214,6 +1224,8 @@ module Aws::WorkSpacesWeb
1214
1224
  UpdateUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "userSettings"))
1215
1225
  UpdateUserSettingsResponse.struct_class = Types::UpdateUserSettingsResponse
1216
1226
 
1227
+ UrlPatternList.member = Shapes::ShapeRef.new(shape: UrlPattern)
1228
+
1217
1229
  UserAccessLoggingSettings.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userAccessLoggingSettingsArn"))
1218
1230
  UserAccessLoggingSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
1219
1231
  UserAccessLoggingSettings.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamArn, location_name: "kinesisStreamArn"))
@@ -1267,6 +1279,11 @@ module Aws::WorkSpacesWeb
1267
1279
 
1268
1280
  ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
1269
1281
 
1282
+ WebContentFilteringPolicy.add_member(:blocked_categories, Shapes::ShapeRef.new(shape: BlockedCategories, location_name: "blockedCategories"))
1283
+ WebContentFilteringPolicy.add_member(:allowed_urls, Shapes::ShapeRef.new(shape: UrlPatternList, location_name: "allowedUrls"))
1284
+ WebContentFilteringPolicy.add_member(:blocked_urls, Shapes::ShapeRef.new(shape: UrlPatternList, location_name: "blockedUrls"))
1285
+ WebContentFilteringPolicy.struct_class = Types::WebContentFilteringPolicy
1286
+
1270
1287
 
1271
1288
  # @api private
1272
1289
  API = Seahorse::Model::Api.new.tap do |api|
@@ -323,6 +323,12 @@ module Aws::WorkSpacesWeb
323
323
  # The additional encryption context of the browser settings.
324
324
  # @return [Hash<String,String>]
325
325
  #
326
+ # @!attribute [rw] web_content_filtering_policy
327
+ # The policy that specifies which URLs end users are allowed to access
328
+ # or which URLs or domain categories they are restricted from
329
+ # accessing for enhanced security.
330
+ # @return [Types::WebContentFilteringPolicy]
331
+ #
326
332
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/BrowserSettings AWS API Documentation
327
333
  #
328
334
  class BrowserSettings < Struct.new(
@@ -330,7 +336,8 @@ module Aws::WorkSpacesWeb
330
336
  :associated_portal_arns,
331
337
  :browser_policy,
332
338
  :customer_managed_key,
333
- :additional_encryption_context)
339
+ :additional_encryption_context,
340
+ :web_content_filtering_policy)
334
341
  SENSITIVE = [:browser_policy]
335
342
  include Aws::Structure
336
343
  end
@@ -524,6 +531,12 @@ module Aws::WorkSpacesWeb
524
531
  # not need to pass this option.
525
532
  # @return [String]
526
533
  #
534
+ # @!attribute [rw] web_content_filtering_policy
535
+ # The policy that specifies which URLs end users are allowed to access
536
+ # or which URLs or domain categories they are restricted from
537
+ # accessing for enhanced security.
538
+ # @return [Types::WebContentFilteringPolicy]
539
+ #
527
540
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/CreateBrowserSettingsRequest AWS API Documentation
528
541
  #
529
542
  class CreateBrowserSettingsRequest < Struct.new(
@@ -531,7 +544,8 @@ module Aws::WorkSpacesWeb
531
544
  :customer_managed_key,
532
545
  :additional_encryption_context,
533
546
  :browser_policy,
534
- :client_token)
547
+ :client_token,
548
+ :web_content_filtering_policy)
535
549
  SENSITIVE = [:tags, :browser_policy]
536
550
  include Aws::Structure
537
551
  end
@@ -3661,12 +3675,19 @@ module Aws::WorkSpacesWeb
3661
3675
  # not need to pass this option.
3662
3676
  # @return [String]
3663
3677
  #
3678
+ # @!attribute [rw] web_content_filtering_policy
3679
+ # The policy that specifies which URLs end users are allowed to access
3680
+ # or which URLs or domain categories they are restricted from
3681
+ # accessing for enhanced security.
3682
+ # @return [Types::WebContentFilteringPolicy]
3683
+ #
3664
3684
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/UpdateBrowserSettingsRequest AWS API Documentation
3665
3685
  #
3666
3686
  class UpdateBrowserSettingsRequest < Struct.new(
3667
3687
  :browser_settings_arn,
3668
3688
  :browser_policy,
3669
- :client_token)
3689
+ :client_token,
3690
+ :web_content_filtering_policy)
3670
3691
  SENSITIVE = [:browser_policy]
3671
3692
  include Aws::Structure
3672
3693
  end
@@ -4525,6 +4546,32 @@ module Aws::WorkSpacesWeb
4525
4546
  include Aws::Structure
4526
4547
  end
4527
4548
 
4549
+ # The policy that specifies which URLs end users are allowed to access
4550
+ # or which URLs or domain categories they are restricted from accessing
4551
+ # for enhanced security.
4552
+ #
4553
+ # @!attribute [rw] blocked_categories
4554
+ # Categories of websites that are blocked on the end user’s browsers.
4555
+ # @return [Array<String>]
4556
+ #
4557
+ # @!attribute [rw] allowed_urls
4558
+ # URLs and domains that are always accessible to end users.
4559
+ # @return [Array<String>]
4560
+ #
4561
+ # @!attribute [rw] blocked_urls
4562
+ # URLs and domains that end users cannot access.
4563
+ # @return [Array<String>]
4564
+ #
4565
+ # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/WebContentFilteringPolicy AWS API Documentation
4566
+ #
4567
+ class WebContentFilteringPolicy < Struct.new(
4568
+ :blocked_categories,
4569
+ :allowed_urls,
4570
+ :blocked_urls)
4571
+ SENSITIVE = [:allowed_urls, :blocked_urls]
4572
+ include Aws::Structure
4573
+ end
4574
+
4528
4575
  end
4529
4576
  end
4530
4577
 
@@ -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.50.0'
58
+ GEM_VERSION = '1.51.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -188,10 +188,15 @@ module Aws
188
188
  ],
189
189
  ?customer_managed_key: ::String,
190
190
  ?additional_encryption_context: Hash[::String, ::String],
191
- browser_policy: ::String,
192
- ?client_token: ::String
191
+ ?browser_policy: ::String,
192
+ ?client_token: ::String,
193
+ ?web_content_filtering_policy: {
194
+ blocked_categories: Array[("Cults" | "Gambling" | "Nudity" | "Pornography" | "SexEducation" | "Tasteless" | "Violence" | "DownloadSites" | "ImageSharing" | "PeerToPeer" | "StreamingMediaAndDownloads" | "GenerativeAI" | "CriminalActivity" | "Hacking" | "HateAndIntolerance" | "IllegalDrug" | "IllegalSoftware" | "SchoolCheating" | "SelfHarm" | "Weapons" | "Chat" | "Games" | "InstantMessaging" | "ProfessionalNetwork" | "SocialNetworking" | "WebBasedEmail" | "ParkedDomains")]?,
195
+ allowed_urls: Array[::String]?,
196
+ blocked_urls: Array[::String]?
197
+ }
193
198
  ) -> _CreateBrowserSettingsResponseSuccess
194
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBrowserSettingsResponseSuccess
199
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBrowserSettingsResponseSuccess
195
200
 
196
201
  interface _CreateDataProtectionSettingsResponseSuccess
197
202
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateDataProtectionSettingsResponse]
@@ -333,7 +338,7 @@ module Aws
333
338
  event_filter: {
334
339
  all: {
335
340
  }?,
336
- include: Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd")]?
341
+ include: Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd" | "UrlBlockByContentFilter")]?
337
342
  },
338
343
  log_configuration: {
339
344
  s3: {
@@ -941,7 +946,12 @@ module Aws
941
946
  def update_browser_settings: (
942
947
  browser_settings_arn: ::String,
943
948
  ?browser_policy: ::String,
944
- ?client_token: ::String
949
+ ?client_token: ::String,
950
+ ?web_content_filtering_policy: {
951
+ blocked_categories: Array[("Cults" | "Gambling" | "Nudity" | "Pornography" | "SexEducation" | "Tasteless" | "Violence" | "DownloadSites" | "ImageSharing" | "PeerToPeer" | "StreamingMediaAndDownloads" | "GenerativeAI" | "CriminalActivity" | "Hacking" | "HateAndIntolerance" | "IllegalDrug" | "IllegalSoftware" | "SchoolCheating" | "SelfHarm" | "Weapons" | "Chat" | "Games" | "InstantMessaging" | "ProfessionalNetwork" | "SocialNetworking" | "WebBasedEmail" | "ParkedDomains")]?,
952
+ allowed_urls: Array[::String]?,
953
+ blocked_urls: Array[::String]?
954
+ }
945
955
  ) -> _UpdateBrowserSettingsResponseSuccess
946
956
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBrowserSettingsResponseSuccess
947
957
 
@@ -1052,7 +1062,7 @@ module Aws
1052
1062
  ?event_filter: {
1053
1063
  all: {
1054
1064
  }?,
1055
- include: Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd")]?
1065
+ include: Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd" | "UrlBlockByContentFilter")]?
1056
1066
  },
1057
1067
  ?log_configuration: {
1058
1068
  s3: {
data/sig/types.rbs CHANGED
@@ -115,6 +115,7 @@ module Aws::WorkSpacesWeb
115
115
  attr_accessor browser_policy: ::String
116
116
  attr_accessor customer_managed_key: ::String
117
117
  attr_accessor additional_encryption_context: ::Hash[::String, ::String]
118
+ attr_accessor web_content_filtering_policy: Types::WebContentFilteringPolicy
118
119
  SENSITIVE: [:browser_policy]
119
120
  end
120
121
 
@@ -168,6 +169,7 @@ module Aws::WorkSpacesWeb
168
169
  attr_accessor additional_encryption_context: ::Hash[::String, ::String]
169
170
  attr_accessor browser_policy: ::String
170
171
  attr_accessor client_token: ::String
172
+ attr_accessor web_content_filtering_policy: Types::WebContentFilteringPolicy
171
173
  SENSITIVE: [:browser_policy]
172
174
  end
173
175
 
@@ -492,7 +494,7 @@ module Aws::WorkSpacesWeb
492
494
 
493
495
  class EventFilter
494
496
  attr_accessor all: Types::Unit
495
- attr_accessor include: ::Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd")]
497
+ attr_accessor include: ::Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd" | "UrlBlockByContentFilter")]
496
498
  attr_accessor unknown: untyped
497
499
  SENSITIVE: []
498
500
 
@@ -1078,6 +1080,7 @@ module Aws::WorkSpacesWeb
1078
1080
  attr_accessor browser_settings_arn: ::String
1079
1081
  attr_accessor browser_policy: ::String
1080
1082
  attr_accessor client_token: ::String
1083
+ attr_accessor web_content_filtering_policy: Types::WebContentFilteringPolicy
1081
1084
  SENSITIVE: [:browser_policy]
1082
1085
  end
1083
1086
 
@@ -1273,5 +1276,12 @@ module Aws::WorkSpacesWeb
1273
1276
  attr_accessor message: ::String
1274
1277
  SENSITIVE: []
1275
1278
  end
1279
+
1280
+ class WebContentFilteringPolicy
1281
+ attr_accessor blocked_categories: ::Array[("Cults" | "Gambling" | "Nudity" | "Pornography" | "SexEducation" | "Tasteless" | "Violence" | "DownloadSites" | "ImageSharing" | "PeerToPeer" | "StreamingMediaAndDownloads" | "GenerativeAI" | "CriminalActivity" | "Hacking" | "HateAndIntolerance" | "IllegalDrug" | "IllegalSoftware" | "SchoolCheating" | "SelfHarm" | "Weapons" | "Chat" | "Games" | "InstantMessaging" | "ProfessionalNetwork" | "SocialNetworking" | "WebBasedEmail" | "ParkedDomains")]
1282
+ attr_accessor allowed_urls: ::Array[::String]
1283
+ attr_accessor blocked_urls: ::Array[::String]
1284
+ SENSITIVE: []
1285
+ end
1276
1286
  end
1277
1287
  end
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.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services