aws-sdk-workspacesweb 1.62.0 → 1.64.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspacesweb/client.rb +6 -8
- data/lib/aws-sdk-workspacesweb.rb +1 -1
- data/sig/client.rbs +21 -129
- data/sig/params.rbs +77 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b69d1f0b476a21dfa1153d259044817b4cd938d6161eaa3f807d2e47dac4067
|
|
4
|
+
data.tar.gz: aab8b5a213503c9f88f9418fcbe509865dd2e167da6a5d5e43f463148ae8746f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72f013cd21fa98a2d1676000c9bc64cbd4e3697959df989c3dfc7489dfb3ad5b824e14eda27d59d419c1b09098223f22d4878a867d7e713474145d408cbd755c
|
|
7
|
+
data.tar.gz: c523fdf1fef73bc72aa3d7b00a31cc625f2a55bac0a449650237a70909319ca512e58cbccdf27e6afa3b15f357cc53f06980673015d31586320e45cfacc2ca7a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.64.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.63.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.62.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.64.0
|
|
@@ -199,7 +199,7 @@ module Aws::WorkSpacesWeb
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::WorkSpacesWeb
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -4525,7 +4523,7 @@ module Aws::WorkSpacesWeb
|
|
|
4525
4523
|
tracer: tracer
|
|
4526
4524
|
)
|
|
4527
4525
|
context[:gem_name] = 'aws-sdk-workspacesweb'
|
|
4528
|
-
context[:gem_version] = '1.
|
|
4526
|
+
context[:gem_version] = '1.64.0'
|
|
4529
4527
|
Seahorse::Client::Request.new(handlers, context)
|
|
4530
4528
|
end
|
|
4531
4529
|
|
data/sig/client.rbs
CHANGED
|
@@ -184,7 +184,7 @@ module Aws
|
|
|
184
184
|
{
|
|
185
185
|
key: ::String,
|
|
186
186
|
value: ::String
|
|
187
|
-
}
|
|
187
|
+
}
|
|
188
188
|
],
|
|
189
189
|
?customer_managed_key: ::String,
|
|
190
190
|
?additional_encryption_context: Hash[::String, ::String],
|
|
@@ -210,33 +210,11 @@ module Aws
|
|
|
210
210
|
{
|
|
211
211
|
key: ::String,
|
|
212
212
|
value: ::String
|
|
213
|
-
}
|
|
213
|
+
}
|
|
214
214
|
],
|
|
215
215
|
?customer_managed_key: ::String,
|
|
216
216
|
?additional_encryption_context: Hash[::String, ::String],
|
|
217
|
-
?inline_redaction_configuration:
|
|
218
|
-
inline_redaction_patterns: Array[
|
|
219
|
-
{
|
|
220
|
-
built_in_pattern_id: ::String?,
|
|
221
|
-
custom_pattern: {
|
|
222
|
-
pattern_name: ::String,
|
|
223
|
-
pattern_regex: ::String,
|
|
224
|
-
pattern_description: ::String?,
|
|
225
|
-
keyword_regex: ::String?
|
|
226
|
-
}?,
|
|
227
|
-
redaction_place_holder: {
|
|
228
|
-
redaction_place_holder_type: ("CustomText"),
|
|
229
|
-
redaction_place_holder_text: ::String?
|
|
230
|
-
},
|
|
231
|
-
enforced_urls: Array[::String]?,
|
|
232
|
-
exempt_urls: Array[::String]?,
|
|
233
|
-
confidence_level: ::Integer?
|
|
234
|
-
},
|
|
235
|
-
],
|
|
236
|
-
global_enforced_urls: Array[::String]?,
|
|
237
|
-
global_exempt_urls: Array[::String]?,
|
|
238
|
-
global_confidence_level: ::Integer?
|
|
239
|
-
},
|
|
217
|
+
?inline_redaction_configuration: Params::inline_redaction_configuration,
|
|
240
218
|
?client_token: ::String
|
|
241
219
|
) -> _CreateDataProtectionSettingsResponseSuccess
|
|
242
220
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataProtectionSettingsResponseSuccess
|
|
@@ -256,7 +234,7 @@ module Aws
|
|
|
256
234
|
{
|
|
257
235
|
key: ::String,
|
|
258
236
|
value: ::String
|
|
259
|
-
}
|
|
237
|
+
}
|
|
260
238
|
]
|
|
261
239
|
) -> _CreateIdentityProviderResponseSuccess
|
|
262
240
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdentityProviderResponseSuccess
|
|
@@ -273,7 +251,7 @@ module Aws
|
|
|
273
251
|
{
|
|
274
252
|
key: ::String,
|
|
275
253
|
value: ::String
|
|
276
|
-
}
|
|
254
|
+
}
|
|
277
255
|
],
|
|
278
256
|
?customer_managed_key: ::String,
|
|
279
257
|
?additional_encryption_context: Hash[::String, ::String],
|
|
@@ -281,7 +259,7 @@ module Aws
|
|
|
281
259
|
{
|
|
282
260
|
ip_range: ::String,
|
|
283
261
|
description: ::String?
|
|
284
|
-
}
|
|
262
|
+
}
|
|
285
263
|
],
|
|
286
264
|
?client_token: ::String
|
|
287
265
|
) -> _CreateIpAccessSettingsResponseSuccess
|
|
@@ -300,7 +278,7 @@ module Aws
|
|
|
300
278
|
{
|
|
301
279
|
key: ::String,
|
|
302
280
|
value: ::String
|
|
303
|
-
}
|
|
281
|
+
}
|
|
304
282
|
],
|
|
305
283
|
?client_token: ::String
|
|
306
284
|
) -> _CreateNetworkSettingsResponseSuccess
|
|
@@ -318,7 +296,7 @@ module Aws
|
|
|
318
296
|
{
|
|
319
297
|
key: ::String,
|
|
320
298
|
value: ::String
|
|
321
|
-
}
|
|
299
|
+
}
|
|
322
300
|
],
|
|
323
301
|
?customer_managed_key: ::String,
|
|
324
302
|
?additional_encryption_context: Hash[::String, ::String],
|
|
@@ -341,15 +319,7 @@ module Aws
|
|
|
341
319
|
}?,
|
|
342
320
|
include: Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd" | "UrlBlockByContentFilter")]?
|
|
343
321
|
},
|
|
344
|
-
log_configuration:
|
|
345
|
-
s3: {
|
|
346
|
-
bucket: ::String,
|
|
347
|
-
key_prefix: ::String?,
|
|
348
|
-
bucket_owner: ::String?,
|
|
349
|
-
log_file_format: ("JSONLines" | "Json"),
|
|
350
|
-
folder_structure: ("Flat" | "NestedByDate")
|
|
351
|
-
}?
|
|
352
|
-
},
|
|
322
|
+
log_configuration: Params::log_configuration,
|
|
353
323
|
?display_name: ::String,
|
|
354
324
|
?customer_managed_key: ::String,
|
|
355
325
|
?additional_encryption_context: Hash[::String, ::String],
|
|
@@ -357,7 +327,7 @@ module Aws
|
|
|
357
327
|
{
|
|
358
328
|
key: ::String,
|
|
359
329
|
value: ::String
|
|
360
|
-
}
|
|
330
|
+
}
|
|
361
331
|
],
|
|
362
332
|
?client_token: ::String
|
|
363
333
|
) -> _CreateSessionLoggerResponseSuccess
|
|
@@ -374,7 +344,7 @@ module Aws
|
|
|
374
344
|
{
|
|
375
345
|
key: ::String,
|
|
376
346
|
value: ::String
|
|
377
|
-
}
|
|
347
|
+
}
|
|
378
348
|
],
|
|
379
349
|
?client_token: ::String
|
|
380
350
|
) -> _CreateTrustStoreResponseSuccess
|
|
@@ -391,7 +361,7 @@ module Aws
|
|
|
391
361
|
{
|
|
392
362
|
key: ::String,
|
|
393
363
|
value: ::String
|
|
394
|
-
}
|
|
364
|
+
}
|
|
395
365
|
],
|
|
396
366
|
?client_token: ::String
|
|
397
367
|
) -> _CreateUserAccessLoggingSettingsResponseSuccess
|
|
@@ -412,27 +382,12 @@ module Aws
|
|
|
412
382
|
{
|
|
413
383
|
key: ::String,
|
|
414
384
|
value: ::String
|
|
415
|
-
}
|
|
385
|
+
}
|
|
416
386
|
],
|
|
417
387
|
?disconnect_timeout_in_minutes: ::Integer,
|
|
418
388
|
?idle_disconnect_timeout_in_minutes: ::Integer,
|
|
419
389
|
?client_token: ::String,
|
|
420
|
-
?cookie_synchronization_configuration:
|
|
421
|
-
allowlist: Array[
|
|
422
|
-
{
|
|
423
|
-
domain: ::String,
|
|
424
|
-
name: ::String?,
|
|
425
|
-
path: ::String?
|
|
426
|
-
},
|
|
427
|
-
],
|
|
428
|
-
blocklist: Array[
|
|
429
|
-
{
|
|
430
|
-
domain: ::String,
|
|
431
|
-
name: ::String?,
|
|
432
|
-
path: ::String?
|
|
433
|
-
},
|
|
434
|
-
]?
|
|
435
|
-
},
|
|
390
|
+
?cookie_synchronization_configuration: Params::cookie_synchronization_configuration,
|
|
436
391
|
?customer_managed_key: ::String,
|
|
437
392
|
?additional_encryption_context: Hash[::String, ::String],
|
|
438
393
|
?deep_link_allowed: ("Disabled" | "Enabled"),
|
|
@@ -455,16 +410,7 @@ module Aws
|
|
|
455
410
|
blob: ::String?,
|
|
456
411
|
s3_uri: ::String?
|
|
457
412
|
},
|
|
458
|
-
localized_strings: Hash[("de-DE" | "en-US" | "es-ES" | "fr-FR" | "id-ID" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "zh-CN" | "zh-TW"),
|
|
459
|
-
browser_tab_title: ::String,
|
|
460
|
-
welcome_text: ::String,
|
|
461
|
-
login_title: ::String?,
|
|
462
|
-
login_description: ::String?,
|
|
463
|
-
login_button_text: ::String?,
|
|
464
|
-
contact_link: ::String?,
|
|
465
|
-
contact_button_text: ::String?,
|
|
466
|
-
loading_text: ::String?
|
|
467
|
-
}],
|
|
413
|
+
localized_strings: Hash[("de-DE" | "en-US" | "es-ES" | "fr-FR" | "id-ID" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "zh-CN" | "zh-TW"), Params::localized_branding_strings],
|
|
468
414
|
color_theme: ("Light" | "Dark"),
|
|
469
415
|
terms_of_service: ::String?
|
|
470
416
|
},
|
|
@@ -950,7 +896,7 @@ module Aws
|
|
|
950
896
|
{
|
|
951
897
|
key: ::String,
|
|
952
898
|
value: ::String
|
|
953
|
-
}
|
|
899
|
+
}
|
|
954
900
|
],
|
|
955
901
|
?client_token: ::String
|
|
956
902
|
) -> _TagResourceResponseSuccess
|
|
@@ -990,29 +936,7 @@ module Aws
|
|
|
990
936
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_data_protection_settings-instance_method
|
|
991
937
|
def update_data_protection_settings: (
|
|
992
938
|
data_protection_settings_arn: ::String,
|
|
993
|
-
?inline_redaction_configuration:
|
|
994
|
-
inline_redaction_patterns: Array[
|
|
995
|
-
{
|
|
996
|
-
built_in_pattern_id: ::String?,
|
|
997
|
-
custom_pattern: {
|
|
998
|
-
pattern_name: ::String,
|
|
999
|
-
pattern_regex: ::String,
|
|
1000
|
-
pattern_description: ::String?,
|
|
1001
|
-
keyword_regex: ::String?
|
|
1002
|
-
}?,
|
|
1003
|
-
redaction_place_holder: {
|
|
1004
|
-
redaction_place_holder_type: ("CustomText"),
|
|
1005
|
-
redaction_place_holder_text: ::String?
|
|
1006
|
-
},
|
|
1007
|
-
enforced_urls: Array[::String]?,
|
|
1008
|
-
exempt_urls: Array[::String]?,
|
|
1009
|
-
confidence_level: ::Integer?
|
|
1010
|
-
},
|
|
1011
|
-
],
|
|
1012
|
-
global_enforced_urls: Array[::String]?,
|
|
1013
|
-
global_exempt_urls: Array[::String]?,
|
|
1014
|
-
global_confidence_level: ::Integer?
|
|
1015
|
-
},
|
|
939
|
+
?inline_redaction_configuration: Params::inline_redaction_configuration,
|
|
1016
940
|
?display_name: ::String,
|
|
1017
941
|
?description: ::String,
|
|
1018
942
|
?client_token: ::String
|
|
@@ -1046,7 +970,7 @@ module Aws
|
|
|
1046
970
|
{
|
|
1047
971
|
ip_range: ::String,
|
|
1048
972
|
description: ::String?
|
|
1049
|
-
}
|
|
973
|
+
}
|
|
1050
974
|
],
|
|
1051
975
|
?client_token: ::String
|
|
1052
976
|
) -> _UpdateIpAccessSettingsResponseSuccess
|
|
@@ -1093,15 +1017,7 @@ module Aws
|
|
|
1093
1017
|
}?,
|
|
1094
1018
|
include: Array[("WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd" | "UrlBlockByContentFilter")]?
|
|
1095
1019
|
},
|
|
1096
|
-
?log_configuration:
|
|
1097
|
-
s3: {
|
|
1098
|
-
bucket: ::String,
|
|
1099
|
-
key_prefix: ::String?,
|
|
1100
|
-
bucket_owner: ::String?,
|
|
1101
|
-
log_file_format: ("JSONLines" | "Json"),
|
|
1102
|
-
folder_structure: ("Flat" | "NestedByDate")
|
|
1103
|
-
}?
|
|
1104
|
-
},
|
|
1020
|
+
?log_configuration: Params::log_configuration,
|
|
1105
1021
|
?display_name: ::String
|
|
1106
1022
|
) -> _UpdateSessionLoggerResponseSuccess
|
|
1107
1023
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSessionLoggerResponseSuccess
|
|
@@ -1146,22 +1062,7 @@ module Aws
|
|
|
1146
1062
|
?disconnect_timeout_in_minutes: ::Integer,
|
|
1147
1063
|
?idle_disconnect_timeout_in_minutes: ::Integer,
|
|
1148
1064
|
?client_token: ::String,
|
|
1149
|
-
?cookie_synchronization_configuration:
|
|
1150
|
-
allowlist: Array[
|
|
1151
|
-
{
|
|
1152
|
-
domain: ::String,
|
|
1153
|
-
name: ::String?,
|
|
1154
|
-
path: ::String?
|
|
1155
|
-
},
|
|
1156
|
-
],
|
|
1157
|
-
blocklist: Array[
|
|
1158
|
-
{
|
|
1159
|
-
domain: ::String,
|
|
1160
|
-
name: ::String?,
|
|
1161
|
-
path: ::String?
|
|
1162
|
-
},
|
|
1163
|
-
]?
|
|
1164
|
-
},
|
|
1065
|
+
?cookie_synchronization_configuration: Params::cookie_synchronization_configuration,
|
|
1165
1066
|
?deep_link_allowed: ("Disabled" | "Enabled"),
|
|
1166
1067
|
?toolbar_configuration: {
|
|
1167
1068
|
toolbar_type: ("Floating" | "Docked")?,
|
|
@@ -1182,16 +1083,7 @@ module Aws
|
|
|
1182
1083
|
blob: ::String?,
|
|
1183
1084
|
s3_uri: ::String?
|
|
1184
1085
|
}?,
|
|
1185
|
-
localized_strings: Hash[("de-DE" | "en-US" | "es-ES" | "fr-FR" | "id-ID" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "zh-CN" | "zh-TW"),
|
|
1186
|
-
browser_tab_title: ::String,
|
|
1187
|
-
welcome_text: ::String,
|
|
1188
|
-
login_title: ::String?,
|
|
1189
|
-
login_description: ::String?,
|
|
1190
|
-
login_button_text: ::String?,
|
|
1191
|
-
contact_link: ::String?,
|
|
1192
|
-
contact_button_text: ::String?,
|
|
1193
|
-
loading_text: ::String?
|
|
1194
|
-
}]?,
|
|
1086
|
+
localized_strings: Hash[("de-DE" | "en-US" | "es-ES" | "fr-FR" | "id-ID" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "zh-CN" | "zh-TW"), Params::localized_branding_strings]?,
|
|
1195
1087
|
color_theme: ("Light" | "Dark")?,
|
|
1196
1088
|
terms_of_service: ::String?
|
|
1197
1089
|
},
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module WorkSpacesWeb
|
|
10
|
+
module Params
|
|
11
|
+
type inline_redaction_configuration = {
|
|
12
|
+
inline_redaction_patterns: Array[
|
|
13
|
+
Params::inline_redaction_pattern
|
|
14
|
+
],
|
|
15
|
+
global_enforced_urls: Array[::String]?,
|
|
16
|
+
global_exempt_urls: Array[::String]?,
|
|
17
|
+
global_confidence_level: ::Integer?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type inline_redaction_pattern = {
|
|
21
|
+
built_in_pattern_id: ::String?,
|
|
22
|
+
custom_pattern: {
|
|
23
|
+
pattern_name: ::String,
|
|
24
|
+
pattern_regex: ::String,
|
|
25
|
+
pattern_description: ::String?,
|
|
26
|
+
keyword_regex: ::String?
|
|
27
|
+
}?,
|
|
28
|
+
redaction_place_holder: {
|
|
29
|
+
redaction_place_holder_type: ("CustomText"),
|
|
30
|
+
redaction_place_holder_text: ::String?
|
|
31
|
+
},
|
|
32
|
+
enforced_urls: Array[::String]?,
|
|
33
|
+
exempt_urls: Array[::String]?,
|
|
34
|
+
confidence_level: ::Integer?
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
type log_configuration = {
|
|
38
|
+
s3: {
|
|
39
|
+
bucket: ::String,
|
|
40
|
+
key_prefix: ::String?,
|
|
41
|
+
bucket_owner: ::String?,
|
|
42
|
+
log_file_format: ("JSONLines" | "Json"),
|
|
43
|
+
folder_structure: ("Flat" | "NestedByDate")
|
|
44
|
+
}?
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
type cookie_synchronization_configuration = {
|
|
48
|
+
allowlist: Array[
|
|
49
|
+
{
|
|
50
|
+
domain: ::String,
|
|
51
|
+
name: ::String?,
|
|
52
|
+
path: ::String?
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
blocklist: Array[
|
|
56
|
+
{
|
|
57
|
+
domain: ::String,
|
|
58
|
+
name: ::String?,
|
|
59
|
+
path: ::String?
|
|
60
|
+
}
|
|
61
|
+
]?
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
type localized_branding_strings = {
|
|
65
|
+
browser_tab_title: ::String,
|
|
66
|
+
welcome_text: ::String,
|
|
67
|
+
login_title: ::String?,
|
|
68
|
+
login_description: ::String?,
|
|
69
|
+
login_button_text: ::String?,
|
|
70
|
+
contact_link: ::String?,
|
|
71
|
+
contact_button_text: ::String?,
|
|
72
|
+
loading_text: ::String?
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
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.
|
|
4
|
+
version: 1.64.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-workspacesweb/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|