aws-sdk-workspacesweb 1.44.0 → 1.45.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 +1300 -643
- data/lib/aws-sdk-workspacesweb/client_api.rb +403 -183
- data/lib/aws-sdk-workspacesweb/errors.rb +15 -15
- data/lib/aws-sdk-workspacesweb/types.rb +1476 -1073
- data/lib/aws-sdk-workspacesweb/waiters.rb +15 -0
- data/lib/aws-sdk-workspacesweb.rb +2 -1
- data/sig/client.rbs +277 -167
- data/sig/errors.rbs +3 -3
- data/sig/types.rbs +325 -193
- metadata +4 -3
@@ -25,6 +25,8 @@ module Aws::WorkSpacesWeb
|
|
25
25
|
AssociateIpAccessSettingsResponse = Shapes::StructureShape.new(name: 'AssociateIpAccessSettingsResponse')
|
26
26
|
AssociateNetworkSettingsRequest = Shapes::StructureShape.new(name: 'AssociateNetworkSettingsRequest')
|
27
27
|
AssociateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'AssociateNetworkSettingsResponse')
|
28
|
+
AssociateSessionLoggerRequest = Shapes::StructureShape.new(name: 'AssociateSessionLoggerRequest')
|
29
|
+
AssociateSessionLoggerResponse = Shapes::StructureShape.new(name: 'AssociateSessionLoggerResponse')
|
28
30
|
AssociateTrustStoreRequest = Shapes::StructureShape.new(name: 'AssociateTrustStoreRequest')
|
29
31
|
AssociateTrustStoreResponse = Shapes::StructureShape.new(name: 'AssociateTrustStoreResponse')
|
30
32
|
AssociateUserAccessLoggingSettingsRequest = Shapes::StructureShape.new(name: 'AssociateUserAccessLoggingSettingsRequest')
|
@@ -67,6 +69,8 @@ module Aws::WorkSpacesWeb
|
|
67
69
|
CreateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'CreateNetworkSettingsResponse')
|
68
70
|
CreatePortalRequest = Shapes::StructureShape.new(name: 'CreatePortalRequest')
|
69
71
|
CreatePortalResponse = Shapes::StructureShape.new(name: 'CreatePortalResponse')
|
72
|
+
CreateSessionLoggerRequest = Shapes::StructureShape.new(name: 'CreateSessionLoggerRequest')
|
73
|
+
CreateSessionLoggerResponse = Shapes::StructureShape.new(name: 'CreateSessionLoggerResponse')
|
70
74
|
CreateTrustStoreRequest = Shapes::StructureShape.new(name: 'CreateTrustStoreRequest')
|
71
75
|
CreateTrustStoreResponse = Shapes::StructureShape.new(name: 'CreateTrustStoreResponse')
|
72
76
|
CreateUserAccessLoggingSettingsRequest = Shapes::StructureShape.new(name: 'CreateUserAccessLoggingSettingsRequest')
|
@@ -89,6 +93,8 @@ module Aws::WorkSpacesWeb
|
|
89
93
|
DeleteNetworkSettingsResponse = Shapes::StructureShape.new(name: 'DeleteNetworkSettingsResponse')
|
90
94
|
DeletePortalRequest = Shapes::StructureShape.new(name: 'DeletePortalRequest')
|
91
95
|
DeletePortalResponse = Shapes::StructureShape.new(name: 'DeletePortalResponse')
|
96
|
+
DeleteSessionLoggerRequest = Shapes::StructureShape.new(name: 'DeleteSessionLoggerRequest')
|
97
|
+
DeleteSessionLoggerResponse = Shapes::StructureShape.new(name: 'DeleteSessionLoggerResponse')
|
92
98
|
DeleteTrustStoreRequest = Shapes::StructureShape.new(name: 'DeleteTrustStoreRequest')
|
93
99
|
DeleteTrustStoreResponse = Shapes::StructureShape.new(name: 'DeleteTrustStoreResponse')
|
94
100
|
DeleteUserAccessLoggingSettingsRequest = Shapes::StructureShape.new(name: 'DeleteUserAccessLoggingSettingsRequest')
|
@@ -105,6 +111,8 @@ module Aws::WorkSpacesWeb
|
|
105
111
|
DisassociateIpAccessSettingsResponse = Shapes::StructureShape.new(name: 'DisassociateIpAccessSettingsResponse')
|
106
112
|
DisassociateNetworkSettingsRequest = Shapes::StructureShape.new(name: 'DisassociateNetworkSettingsRequest')
|
107
113
|
DisassociateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'DisassociateNetworkSettingsResponse')
|
114
|
+
DisassociateSessionLoggerRequest = Shapes::StructureShape.new(name: 'DisassociateSessionLoggerRequest')
|
115
|
+
DisassociateSessionLoggerResponse = Shapes::StructureShape.new(name: 'DisassociateSessionLoggerResponse')
|
108
116
|
DisassociateTrustStoreRequest = Shapes::StructureShape.new(name: 'DisassociateTrustStoreRequest')
|
109
117
|
DisassociateTrustStoreResponse = Shapes::StructureShape.new(name: 'DisassociateTrustStoreResponse')
|
110
118
|
DisassociateUserAccessLoggingSettingsRequest = Shapes::StructureShape.new(name: 'DisassociateUserAccessLoggingSettingsRequest')
|
@@ -116,10 +124,14 @@ module Aws::WorkSpacesWeb
|
|
116
124
|
DisplayNameSafe = Shapes::StringShape.new(name: 'DisplayNameSafe')
|
117
125
|
EnabledType = Shapes::StringShape.new(name: 'EnabledType')
|
118
126
|
EncryptionContextMap = Shapes::MapShape.new(name: 'EncryptionContextMap')
|
127
|
+
Event = Shapes::StringShape.new(name: 'Event')
|
128
|
+
EventFilter = Shapes::UnionShape.new(name: 'EventFilter')
|
129
|
+
Events = Shapes::ListShape.new(name: 'Events')
|
119
130
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
120
131
|
ExpireSessionRequest = Shapes::StructureShape.new(name: 'ExpireSessionRequest')
|
121
132
|
ExpireSessionResponse = Shapes::StructureShape.new(name: 'ExpireSessionResponse')
|
122
133
|
FieldName = Shapes::StringShape.new(name: 'FieldName')
|
134
|
+
FolderStructure = Shapes::StringShape.new(name: 'FolderStructure')
|
123
135
|
GetBrowserSettingsRequest = Shapes::StructureShape.new(name: 'GetBrowserSettingsRequest')
|
124
136
|
GetBrowserSettingsResponse = Shapes::StructureShape.new(name: 'GetBrowserSettingsResponse')
|
125
137
|
GetDataProtectionSettingsRequest = Shapes::StructureShape.new(name: 'GetDataProtectionSettingsRequest')
|
@@ -134,6 +146,8 @@ module Aws::WorkSpacesWeb
|
|
134
146
|
GetPortalResponse = Shapes::StructureShape.new(name: 'GetPortalResponse')
|
135
147
|
GetPortalServiceProviderMetadataRequest = Shapes::StructureShape.new(name: 'GetPortalServiceProviderMetadataRequest')
|
136
148
|
GetPortalServiceProviderMetadataResponse = Shapes::StructureShape.new(name: 'GetPortalServiceProviderMetadataResponse')
|
149
|
+
GetSessionLoggerRequest = Shapes::StructureShape.new(name: 'GetSessionLoggerRequest')
|
150
|
+
GetSessionLoggerResponse = Shapes::StructureShape.new(name: 'GetSessionLoggerResponse')
|
137
151
|
GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
|
138
152
|
GetSessionResponse = Shapes::StructureShape.new(name: 'GetSessionResponse')
|
139
153
|
GetTrustStoreCertificateRequest = Shapes::StructureShape.new(name: 'GetTrustStoreCertificateRequest')
|
@@ -181,6 +195,8 @@ module Aws::WorkSpacesWeb
|
|
181
195
|
ListNetworkSettingsResponse = Shapes::StructureShape.new(name: 'ListNetworkSettingsResponse')
|
182
196
|
ListPortalsRequest = Shapes::StructureShape.new(name: 'ListPortalsRequest')
|
183
197
|
ListPortalsResponse = Shapes::StructureShape.new(name: 'ListPortalsResponse')
|
198
|
+
ListSessionLoggersRequest = Shapes::StructureShape.new(name: 'ListSessionLoggersRequest')
|
199
|
+
ListSessionLoggersResponse = Shapes::StructureShape.new(name: 'ListSessionLoggersResponse')
|
184
200
|
ListSessionsRequest = Shapes::StructureShape.new(name: 'ListSessionsRequest')
|
185
201
|
ListSessionsResponse = Shapes::StructureShape.new(name: 'ListSessionsResponse')
|
186
202
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
@@ -193,6 +209,8 @@ module Aws::WorkSpacesWeb
|
|
193
209
|
ListUserAccessLoggingSettingsResponse = Shapes::StructureShape.new(name: 'ListUserAccessLoggingSettingsResponse')
|
194
210
|
ListUserSettingsRequest = Shapes::StructureShape.new(name: 'ListUserSettingsRequest')
|
195
211
|
ListUserSettingsResponse = Shapes::StructureShape.new(name: 'ListUserSettingsResponse')
|
212
|
+
LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
|
213
|
+
LogFileFormat = Shapes::StringShape.new(name: 'LogFileFormat')
|
196
214
|
MaxConcurrentSessions = Shapes::IntegerShape.new(name: 'MaxConcurrentSessions')
|
197
215
|
MaxDisplayResolution = Shapes::StringShape.new(name: 'MaxDisplayResolution')
|
198
216
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
@@ -217,6 +235,10 @@ module Aws::WorkSpacesWeb
|
|
217
235
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
218
236
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
219
237
|
RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
|
238
|
+
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
239
|
+
S3BucketOwner = Shapes::StringShape.new(name: 'S3BucketOwner')
|
240
|
+
S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
|
241
|
+
S3LogConfiguration = Shapes::StructureShape.new(name: 'S3LogConfiguration')
|
220
242
|
SamlMetadata = Shapes::StringShape.new(name: 'SamlMetadata')
|
221
243
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
222
244
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
@@ -224,6 +246,9 @@ module Aws::WorkSpacesWeb
|
|
224
246
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
225
247
|
Session = Shapes::StructureShape.new(name: 'Session')
|
226
248
|
SessionId = Shapes::StringShape.new(name: 'SessionId')
|
249
|
+
SessionLogger = Shapes::StructureShape.new(name: 'SessionLogger')
|
250
|
+
SessionLoggerList = Shapes::ListShape.new(name: 'SessionLoggerList')
|
251
|
+
SessionLoggerSummary = Shapes::StructureShape.new(name: 'SessionLoggerSummary')
|
227
252
|
SessionSortBy = Shapes::StringShape.new(name: 'SessionSortBy')
|
228
253
|
SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
|
229
254
|
SessionSummary = Shapes::StructureShape.new(name: 'SessionSummary')
|
@@ -250,6 +275,7 @@ module Aws::WorkSpacesWeb
|
|
250
275
|
TrustStore = Shapes::StructureShape.new(name: 'TrustStore')
|
251
276
|
TrustStoreSummary = Shapes::StructureShape.new(name: 'TrustStoreSummary')
|
252
277
|
TrustStoreSummaryList = Shapes::ListShape.new(name: 'TrustStoreSummaryList')
|
278
|
+
Unit = Shapes::StructureShape.new(name: 'Unit')
|
253
279
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
254
280
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
255
281
|
UpdateBrowserSettingsRequest = Shapes::StructureShape.new(name: 'UpdateBrowserSettingsRequest')
|
@@ -264,6 +290,8 @@ module Aws::WorkSpacesWeb
|
|
264
290
|
UpdateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'UpdateNetworkSettingsResponse')
|
265
291
|
UpdatePortalRequest = Shapes::StructureShape.new(name: 'UpdatePortalRequest')
|
266
292
|
UpdatePortalResponse = Shapes::StructureShape.new(name: 'UpdatePortalResponse')
|
293
|
+
UpdateSessionLoggerRequest = Shapes::StructureShape.new(name: 'UpdateSessionLoggerRequest')
|
294
|
+
UpdateSessionLoggerResponse = Shapes::StructureShape.new(name: 'UpdateSessionLoggerResponse')
|
267
295
|
UpdateTrustStoreRequest = Shapes::StructureShape.new(name: 'UpdateTrustStoreRequest')
|
268
296
|
UpdateTrustStoreResponse = Shapes::StructureShape.new(name: 'UpdateTrustStoreResponse')
|
269
297
|
UpdateUserAccessLoggingSettingsRequest = Shapes::StructureShape.new(name: 'UpdateUserAccessLoggingSettingsRequest')
|
@@ -290,38 +318,46 @@ module Aws::WorkSpacesWeb
|
|
290
318
|
|
291
319
|
ArnList.member = Shapes::ShapeRef.new(shape: ARN)
|
292
320
|
|
293
|
-
AssociateBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "browserSettingsArn"))
|
294
321
|
AssociateBrowserSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
322
|
+
AssociateBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "browserSettingsArn"))
|
295
323
|
AssociateBrowserSettingsRequest.struct_class = Types::AssociateBrowserSettingsRequest
|
296
324
|
|
297
|
-
AssociateBrowserSettingsResponse.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
|
298
325
|
AssociateBrowserSettingsResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
326
|
+
AssociateBrowserSettingsResponse.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
|
299
327
|
AssociateBrowserSettingsResponse.struct_class = Types::AssociateBrowserSettingsResponse
|
300
328
|
|
301
|
-
AssociateDataProtectionSettingsRequest.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "dataProtectionSettingsArn"))
|
302
329
|
AssociateDataProtectionSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
330
|
+
AssociateDataProtectionSettingsRequest.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "dataProtectionSettingsArn"))
|
303
331
|
AssociateDataProtectionSettingsRequest.struct_class = Types::AssociateDataProtectionSettingsRequest
|
304
332
|
|
305
|
-
AssociateDataProtectionSettingsResponse.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "dataProtectionSettingsArn"))
|
306
333
|
AssociateDataProtectionSettingsResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
334
|
+
AssociateDataProtectionSettingsResponse.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "dataProtectionSettingsArn"))
|
307
335
|
AssociateDataProtectionSettingsResponse.struct_class = Types::AssociateDataProtectionSettingsResponse
|
308
336
|
|
309
|
-
AssociateIpAccessSettingsRequest.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "ipAccessSettingsArn"))
|
310
337
|
AssociateIpAccessSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
338
|
+
AssociateIpAccessSettingsRequest.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "ipAccessSettingsArn"))
|
311
339
|
AssociateIpAccessSettingsRequest.struct_class = Types::AssociateIpAccessSettingsRequest
|
312
340
|
|
313
|
-
AssociateIpAccessSettingsResponse.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ipAccessSettingsArn"))
|
314
341
|
AssociateIpAccessSettingsResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
342
|
+
AssociateIpAccessSettingsResponse.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ipAccessSettingsArn"))
|
315
343
|
AssociateIpAccessSettingsResponse.struct_class = Types::AssociateIpAccessSettingsResponse
|
316
344
|
|
317
|
-
AssociateNetworkSettingsRequest.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "networkSettingsArn"))
|
318
345
|
AssociateNetworkSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
346
|
+
AssociateNetworkSettingsRequest.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "networkSettingsArn"))
|
319
347
|
AssociateNetworkSettingsRequest.struct_class = Types::AssociateNetworkSettingsRequest
|
320
348
|
|
321
|
-
AssociateNetworkSettingsResponse.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "networkSettingsArn"))
|
322
349
|
AssociateNetworkSettingsResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
350
|
+
AssociateNetworkSettingsResponse.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "networkSettingsArn"))
|
323
351
|
AssociateNetworkSettingsResponse.struct_class = Types::AssociateNetworkSettingsResponse
|
324
352
|
|
353
|
+
AssociateSessionLoggerRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
354
|
+
AssociateSessionLoggerRequest.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "sessionLoggerArn"))
|
355
|
+
AssociateSessionLoggerRequest.struct_class = Types::AssociateSessionLoggerRequest
|
356
|
+
|
357
|
+
AssociateSessionLoggerResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
358
|
+
AssociateSessionLoggerResponse.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "sessionLoggerArn"))
|
359
|
+
AssociateSessionLoggerResponse.struct_class = Types::AssociateSessionLoggerResponse
|
360
|
+
|
325
361
|
AssociateTrustStoreRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
326
362
|
AssociateTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "trustStoreArn"))
|
327
363
|
AssociateTrustStoreRequest.struct_class = Types::AssociateTrustStoreRequest
|
@@ -346,11 +382,11 @@ module Aws::WorkSpacesWeb
|
|
346
382
|
AssociateUserSettingsResponse.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
|
347
383
|
AssociateUserSettingsResponse.struct_class = Types::AssociateUserSettingsResponse
|
348
384
|
|
349
|
-
BrowserSettings.add_member(:
|
385
|
+
BrowserSettings.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
|
350
386
|
BrowserSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
351
387
|
BrowserSettings.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
|
352
|
-
BrowserSettings.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
|
353
388
|
BrowserSettings.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
389
|
+
BrowserSettings.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
354
390
|
BrowserSettings.struct_class = Types::BrowserSettings
|
355
391
|
|
356
392
|
BrowserSettingsList.member = Shapes::ShapeRef.new(shape: BrowserSettingsSummary)
|
@@ -358,21 +394,21 @@ module Aws::WorkSpacesWeb
|
|
358
394
|
BrowserSettingsSummary.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
|
359
395
|
BrowserSettingsSummary.struct_class = Types::BrowserSettingsSummary
|
360
396
|
|
361
|
-
Certificate.add_member(:
|
397
|
+
Certificate.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, location_name: "thumbprint"))
|
398
|
+
Certificate.add_member(:subject, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "subject"))
|
362
399
|
Certificate.add_member(:issuer, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "issuer"))
|
363
|
-
Certificate.add_member(:not_valid_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidAfter"))
|
364
400
|
Certificate.add_member(:not_valid_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidBefore"))
|
365
|
-
Certificate.add_member(:
|
366
|
-
Certificate.add_member(:
|
401
|
+
Certificate.add_member(:not_valid_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidAfter"))
|
402
|
+
Certificate.add_member(:body, Shapes::ShapeRef.new(shape: CertificateAuthorityBody, location_name: "body"))
|
367
403
|
Certificate.struct_class = Types::Certificate
|
368
404
|
|
369
405
|
CertificateList.member = Shapes::ShapeRef.new(shape: CertificateAuthorityBody)
|
370
406
|
|
407
|
+
CertificateSummary.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, location_name: "thumbprint"))
|
408
|
+
CertificateSummary.add_member(:subject, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "subject"))
|
371
409
|
CertificateSummary.add_member(:issuer, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "issuer"))
|
372
|
-
CertificateSummary.add_member(:not_valid_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidAfter"))
|
373
410
|
CertificateSummary.add_member(:not_valid_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidBefore"))
|
374
|
-
CertificateSummary.add_member(:
|
375
|
-
CertificateSummary.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, location_name: "thumbprint"))
|
411
|
+
CertificateSummary.add_member(:not_valid_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidAfter"))
|
376
412
|
CertificateSummary.struct_class = Types::CertificateSummary
|
377
413
|
|
378
414
|
CertificateSummaryList.member = Shapes::ShapeRef.new(shape: CertificateSummary)
|
@@ -395,132 +431,144 @@ module Aws::WorkSpacesWeb
|
|
395
431
|
CookieSynchronizationConfiguration.add_member(:blocklist, Shapes::ShapeRef.new(shape: CookieSpecifications, location_name: "blocklist"))
|
396
432
|
CookieSynchronizationConfiguration.struct_class = Types::CookieSynchronizationConfiguration
|
397
433
|
|
434
|
+
CreateBrowserSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
435
|
+
CreateBrowserSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
398
436
|
CreateBrowserSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
399
437
|
CreateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, required: true, location_name: "browserPolicy"))
|
400
438
|
CreateBrowserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
401
|
-
CreateBrowserSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
402
|
-
CreateBrowserSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
403
439
|
CreateBrowserSettingsRequest.struct_class = Types::CreateBrowserSettingsRequest
|
404
440
|
|
405
441
|
CreateBrowserSettingsResponse.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
|
406
442
|
CreateBrowserSettingsResponse.struct_class = Types::CreateBrowserSettingsResponse
|
407
443
|
|
408
|
-
CreateDataProtectionSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
409
|
-
CreateDataProtectionSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
410
|
-
CreateDataProtectionSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
411
|
-
CreateDataProtectionSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
412
444
|
CreateDataProtectionSettingsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
413
|
-
CreateDataProtectionSettingsRequest.add_member(:
|
445
|
+
CreateDataProtectionSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
414
446
|
CreateDataProtectionSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
447
|
+
CreateDataProtectionSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
448
|
+
CreateDataProtectionSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
449
|
+
CreateDataProtectionSettingsRequest.add_member(:inline_redaction_configuration, Shapes::ShapeRef.new(shape: InlineRedactionConfiguration, location_name: "inlineRedactionConfiguration"))
|
450
|
+
CreateDataProtectionSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
415
451
|
CreateDataProtectionSettingsRequest.struct_class = Types::CreateDataProtectionSettingsRequest
|
416
452
|
|
417
453
|
CreateDataProtectionSettingsResponse.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "dataProtectionSettingsArn"))
|
418
454
|
CreateDataProtectionSettingsResponse.struct_class = Types::CreateDataProtectionSettingsResponse
|
419
455
|
|
420
|
-
CreateIdentityProviderRequest.add_member(:
|
421
|
-
CreateIdentityProviderRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, required: true, location_name: "identityProviderDetails"))
|
456
|
+
CreateIdentityProviderRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
422
457
|
CreateIdentityProviderRequest.add_member(:identity_provider_name, Shapes::ShapeRef.new(shape: IdentityProviderName, required: true, location_name: "identityProviderName"))
|
423
458
|
CreateIdentityProviderRequest.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, required: true, location_name: "identityProviderType"))
|
424
|
-
CreateIdentityProviderRequest.add_member(:
|
459
|
+
CreateIdentityProviderRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, required: true, location_name: "identityProviderDetails"))
|
460
|
+
CreateIdentityProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
425
461
|
CreateIdentityProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
426
462
|
CreateIdentityProviderRequest.struct_class = Types::CreateIdentityProviderRequest
|
427
463
|
|
428
464
|
CreateIdentityProviderResponse.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: SubresourceARN, required: true, location_name: "identityProviderArn"))
|
429
465
|
CreateIdentityProviderResponse.struct_class = Types::CreateIdentityProviderResponse
|
430
466
|
|
431
|
-
CreateIpAccessSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
432
|
-
CreateIpAccessSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
433
|
-
CreateIpAccessSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
434
|
-
CreateIpAccessSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
435
467
|
CreateIpAccessSettingsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
436
|
-
CreateIpAccessSettingsRequest.add_member(:
|
468
|
+
CreateIpAccessSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
437
469
|
CreateIpAccessSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
470
|
+
CreateIpAccessSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
471
|
+
CreateIpAccessSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
472
|
+
CreateIpAccessSettingsRequest.add_member(:ip_rules, Shapes::ShapeRef.new(shape: IpRuleList, required: true, location_name: "ipRules"))
|
473
|
+
CreateIpAccessSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
438
474
|
CreateIpAccessSettingsRequest.struct_class = Types::CreateIpAccessSettingsRequest
|
439
475
|
|
440
476
|
CreateIpAccessSettingsResponse.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ipAccessSettingsArn"))
|
441
477
|
CreateIpAccessSettingsResponse.struct_class = Types::CreateIpAccessSettingsResponse
|
442
478
|
|
443
|
-
CreateNetworkSettingsRequest.add_member(:
|
444
|
-
CreateNetworkSettingsRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "securityGroupIds"))
|
479
|
+
CreateNetworkSettingsRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
445
480
|
CreateNetworkSettingsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "subnetIds"))
|
481
|
+
CreateNetworkSettingsRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "securityGroupIds"))
|
446
482
|
CreateNetworkSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
447
|
-
CreateNetworkSettingsRequest.add_member(:
|
483
|
+
CreateNetworkSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
448
484
|
CreateNetworkSettingsRequest.struct_class = Types::CreateNetworkSettingsRequest
|
449
485
|
|
450
486
|
CreateNetworkSettingsResponse.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "networkSettingsArn"))
|
451
487
|
CreateNetworkSettingsResponse.struct_class = Types::CreateNetworkSettingsResponse
|
452
488
|
|
489
|
+
CreatePortalRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
490
|
+
CreatePortalRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
491
|
+
CreatePortalRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
453
492
|
CreatePortalRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
454
|
-
CreatePortalRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
455
493
|
CreatePortalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
456
|
-
CreatePortalRequest.add_member(:
|
457
|
-
CreatePortalRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
494
|
+
CreatePortalRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
458
495
|
CreatePortalRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
459
496
|
CreatePortalRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
|
460
|
-
CreatePortalRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
461
497
|
CreatePortalRequest.struct_class = Types::CreatePortalRequest
|
462
498
|
|
463
499
|
CreatePortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
464
500
|
CreatePortalResponse.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, required: true, location_name: "portalEndpoint"))
|
465
501
|
CreatePortalResponse.struct_class = Types::CreatePortalResponse
|
466
502
|
|
503
|
+
CreateSessionLoggerRequest.add_member(:event_filter, Shapes::ShapeRef.new(shape: EventFilter, required: true, location_name: "eventFilter"))
|
504
|
+
CreateSessionLoggerRequest.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, required: true, location_name: "logConfiguration"))
|
505
|
+
CreateSessionLoggerRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
506
|
+
CreateSessionLoggerRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
507
|
+
CreateSessionLoggerRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
508
|
+
CreateSessionLoggerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
509
|
+
CreateSessionLoggerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
510
|
+
CreateSessionLoggerRequest.struct_class = Types::CreateSessionLoggerRequest
|
511
|
+
|
512
|
+
CreateSessionLoggerResponse.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "sessionLoggerArn"))
|
513
|
+
CreateSessionLoggerResponse.struct_class = Types::CreateSessionLoggerResponse
|
514
|
+
|
467
515
|
CreateTrustStoreRequest.add_member(:certificate_list, Shapes::ShapeRef.new(shape: CertificateList, required: true, location_name: "certificateList"))
|
468
|
-
CreateTrustStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
469
516
|
CreateTrustStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
517
|
+
CreateTrustStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
470
518
|
CreateTrustStoreRequest.struct_class = Types::CreateTrustStoreRequest
|
471
519
|
|
472
520
|
CreateTrustStoreResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "trustStoreArn"))
|
473
521
|
CreateTrustStoreResponse.struct_class = Types::CreateTrustStoreResponse
|
474
522
|
|
475
|
-
CreateUserAccessLoggingSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
476
523
|
CreateUserAccessLoggingSettingsRequest.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamArn, required: true, location_name: "kinesisStreamArn"))
|
477
524
|
CreateUserAccessLoggingSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
525
|
+
CreateUserAccessLoggingSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
478
526
|
CreateUserAccessLoggingSettingsRequest.struct_class = Types::CreateUserAccessLoggingSettingsRequest
|
479
527
|
|
480
528
|
CreateUserAccessLoggingSettingsResponse.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userAccessLoggingSettingsArn"))
|
481
529
|
CreateUserAccessLoggingSettingsResponse.struct_class = Types::CreateUserAccessLoggingSettingsResponse
|
482
530
|
|
483
|
-
CreateUserSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
484
|
-
CreateUserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
485
|
-
CreateUserSettingsRequest.add_member(:cookie_synchronization_configuration, Shapes::ShapeRef.new(shape: CookieSynchronizationConfiguration, location_name: "cookieSynchronizationConfiguration"))
|
486
531
|
CreateUserSettingsRequest.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "copyAllowed"))
|
487
|
-
CreateUserSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
488
|
-
CreateUserSettingsRequest.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
489
|
-
CreateUserSettingsRequest.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
490
|
-
CreateUserSettingsRequest.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "downloadAllowed"))
|
491
|
-
CreateUserSettingsRequest.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
492
532
|
CreateUserSettingsRequest.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "pasteAllowed"))
|
533
|
+
CreateUserSettingsRequest.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "downloadAllowed"))
|
534
|
+
CreateUserSettingsRequest.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "uploadAllowed"))
|
493
535
|
CreateUserSettingsRequest.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "printAllowed"))
|
494
536
|
CreateUserSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
537
|
+
CreateUserSettingsRequest.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
538
|
+
CreateUserSettingsRequest.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
539
|
+
CreateUserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
540
|
+
CreateUserSettingsRequest.add_member(:cookie_synchronization_configuration, Shapes::ShapeRef.new(shape: CookieSynchronizationConfiguration, location_name: "cookieSynchronizationConfiguration"))
|
541
|
+
CreateUserSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
542
|
+
CreateUserSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
543
|
+
CreateUserSettingsRequest.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
495
544
|
CreateUserSettingsRequest.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
|
496
|
-
CreateUserSettingsRequest.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "uploadAllowed"))
|
497
545
|
CreateUserSettingsRequest.struct_class = Types::CreateUserSettingsRequest
|
498
546
|
|
499
547
|
CreateUserSettingsResponse.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
|
500
548
|
CreateUserSettingsResponse.struct_class = Types::CreateUserSettingsResponse
|
501
549
|
|
502
|
-
CustomPattern.add_member(:keyword_regex, Shapes::ShapeRef.new(shape: Regex, location_name: "keywordRegex"))
|
503
|
-
CustomPattern.add_member(:pattern_description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "patternDescription"))
|
504
550
|
CustomPattern.add_member(:pattern_name, Shapes::ShapeRef.new(shape: PatternName, required: true, location_name: "patternName"))
|
505
551
|
CustomPattern.add_member(:pattern_regex, Shapes::ShapeRef.new(shape: Regex, required: true, location_name: "patternRegex"))
|
552
|
+
CustomPattern.add_member(:pattern_description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "patternDescription"))
|
553
|
+
CustomPattern.add_member(:keyword_regex, Shapes::ShapeRef.new(shape: Regex, location_name: "keywordRegex"))
|
506
554
|
CustomPattern.struct_class = Types::CustomPattern
|
507
555
|
|
508
|
-
DataProtectionSettings.add_member(:
|
556
|
+
DataProtectionSettings.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "dataProtectionSettingsArn"))
|
557
|
+
DataProtectionSettings.add_member(:inline_redaction_configuration, Shapes::ShapeRef.new(shape: InlineRedactionConfiguration, location_name: "inlineRedactionConfiguration"))
|
509
558
|
DataProtectionSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
559
|
+
DataProtectionSettings.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
560
|
+
DataProtectionSettings.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
510
561
|
DataProtectionSettings.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
511
562
|
DataProtectionSettings.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
512
|
-
DataProtectionSettings.add_member(:
|
513
|
-
DataProtectionSettings.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
514
|
-
DataProtectionSettings.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
515
|
-
DataProtectionSettings.add_member(:inline_redaction_configuration, Shapes::ShapeRef.new(shape: InlineRedactionConfiguration, location_name: "inlineRedactionConfiguration"))
|
563
|
+
DataProtectionSettings.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
516
564
|
DataProtectionSettings.struct_class = Types::DataProtectionSettings
|
517
565
|
|
518
566
|
DataProtectionSettingsList.member = Shapes::ShapeRef.new(shape: DataProtectionSettingsSummary)
|
519
567
|
|
520
|
-
DataProtectionSettingsSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
521
568
|
DataProtectionSettingsSummary.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "dataProtectionSettingsArn"))
|
522
|
-
DataProtectionSettingsSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
523
569
|
DataProtectionSettingsSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
570
|
+
DataProtectionSettingsSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
571
|
+
DataProtectionSettingsSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
524
572
|
DataProtectionSettingsSummary.struct_class = Types::DataProtectionSettingsSummary
|
525
573
|
|
526
574
|
DeleteBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "browserSettingsArn"))
|
@@ -553,6 +601,11 @@ module Aws::WorkSpacesWeb
|
|
553
601
|
|
554
602
|
DeletePortalResponse.struct_class = Types::DeletePortalResponse
|
555
603
|
|
604
|
+
DeleteSessionLoggerRequest.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "sessionLoggerArn"))
|
605
|
+
DeleteSessionLoggerRequest.struct_class = Types::DeleteSessionLoggerRequest
|
606
|
+
|
607
|
+
DeleteSessionLoggerResponse.struct_class = Types::DeleteSessionLoggerResponse
|
608
|
+
|
556
609
|
DeleteTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
|
557
610
|
DeleteTrustStoreRequest.struct_class = Types::DeleteTrustStoreRequest
|
558
611
|
|
@@ -588,6 +641,11 @@ module Aws::WorkSpacesWeb
|
|
588
641
|
|
589
642
|
DisassociateNetworkSettingsResponse.struct_class = Types::DisassociateNetworkSettingsResponse
|
590
643
|
|
644
|
+
DisassociateSessionLoggerRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
645
|
+
DisassociateSessionLoggerRequest.struct_class = Types::DisassociateSessionLoggerRequest
|
646
|
+
|
647
|
+
DisassociateSessionLoggerResponse.struct_class = Types::DisassociateSessionLoggerResponse
|
648
|
+
|
591
649
|
DisassociateTrustStoreRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
592
650
|
DisassociateTrustStoreRequest.struct_class = Types::DisassociateTrustStoreRequest
|
593
651
|
|
@@ -606,6 +664,16 @@ module Aws::WorkSpacesWeb
|
|
606
664
|
EncryptionContextMap.key = Shapes::ShapeRef.new(shape: StringType)
|
607
665
|
EncryptionContextMap.value = Shapes::ShapeRef.new(shape: StringType)
|
608
666
|
|
667
|
+
EventFilter.add_member(:all, Shapes::ShapeRef.new(shape: Unit, location_name: "all"))
|
668
|
+
EventFilter.add_member(:include, Shapes::ShapeRef.new(shape: Events, location_name: "include"))
|
669
|
+
EventFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
670
|
+
EventFilter.add_member_subclass(:all, Types::EventFilter::All)
|
671
|
+
EventFilter.add_member_subclass(:include, Types::EventFilter::Include)
|
672
|
+
EventFilter.add_member_subclass(:unknown, Types::EventFilter::Unknown)
|
673
|
+
EventFilter.struct_class = Types::EventFilter
|
674
|
+
|
675
|
+
Events.member = Shapes::ShapeRef.new(shape: Event)
|
676
|
+
|
609
677
|
ExpireSessionRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: PortalId, required: true, location: "uri", location_name: "portalId"))
|
610
678
|
ExpireSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
611
679
|
ExpireSessionRequest.struct_class = Types::ExpireSessionRequest
|
@@ -655,6 +723,12 @@ module Aws::WorkSpacesWeb
|
|
655
723
|
GetPortalServiceProviderMetadataResponse.add_member(:service_provider_saml_metadata, Shapes::ShapeRef.new(shape: SamlMetadata, location_name: "serviceProviderSamlMetadata"))
|
656
724
|
GetPortalServiceProviderMetadataResponse.struct_class = Types::GetPortalServiceProviderMetadataResponse
|
657
725
|
|
726
|
+
GetSessionLoggerRequest.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "sessionLoggerArn"))
|
727
|
+
GetSessionLoggerRequest.struct_class = Types::GetSessionLoggerRequest
|
728
|
+
|
729
|
+
GetSessionLoggerResponse.add_member(:session_logger, Shapes::ShapeRef.new(shape: SessionLogger, location_name: "sessionLogger"))
|
730
|
+
GetSessionLoggerResponse.struct_class = Types::GetSessionLoggerResponse
|
731
|
+
|
658
732
|
GetSessionRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: PortalId, required: true, location: "uri", location_name: "portalId"))
|
659
733
|
GetSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
660
734
|
GetSessionRequest.struct_class = Types::GetSessionRequest
|
@@ -662,12 +736,12 @@ module Aws::WorkSpacesWeb
|
|
662
736
|
GetSessionResponse.add_member(:session, Shapes::ShapeRef.new(shape: Session, location_name: "session"))
|
663
737
|
GetSessionResponse.struct_class = Types::GetSessionResponse
|
664
738
|
|
665
|
-
GetTrustStoreCertificateRequest.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, required: true, location: "querystring", location_name: "thumbprint"))
|
666
739
|
GetTrustStoreCertificateRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
|
740
|
+
GetTrustStoreCertificateRequest.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, required: true, location: "querystring", location_name: "thumbprint"))
|
667
741
|
GetTrustStoreCertificateRequest.struct_class = Types::GetTrustStoreCertificateRequest
|
668
742
|
|
669
|
-
GetTrustStoreCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "certificate"))
|
670
743
|
GetTrustStoreCertificateResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "trustStoreArn"))
|
744
|
+
GetTrustStoreCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "certificate"))
|
671
745
|
GetTrustStoreCertificateResponse.struct_class = Types::GetTrustStoreCertificateResponse
|
672
746
|
|
673
747
|
GetTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
|
@@ -693,9 +767,9 @@ module Aws::WorkSpacesWeb
|
|
693
767
|
HiddenToolbarItemList.member = Shapes::ShapeRef.new(shape: ToolbarItem)
|
694
768
|
|
695
769
|
IdentityProvider.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: SubresourceARN, required: true, location_name: "identityProviderArn"))
|
696
|
-
IdentityProvider.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "identityProviderDetails"))
|
697
770
|
IdentityProvider.add_member(:identity_provider_name, Shapes::ShapeRef.new(shape: IdentityProviderName, location_name: "identityProviderName"))
|
698
771
|
IdentityProvider.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "identityProviderType"))
|
772
|
+
IdentityProvider.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "identityProviderDetails"))
|
699
773
|
IdentityProvider.struct_class = Types::IdentityProvider
|
700
774
|
|
701
775
|
IdentityProviderDetails.key = Shapes::ShapeRef.new(shape: StringType)
|
@@ -708,18 +782,18 @@ module Aws::WorkSpacesWeb
|
|
708
782
|
IdentityProviderSummary.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "identityProviderType"))
|
709
783
|
IdentityProviderSummary.struct_class = Types::IdentityProviderSummary
|
710
784
|
|
711
|
-
InlineRedactionConfiguration.add_member(:
|
785
|
+
InlineRedactionConfiguration.add_member(:inline_redaction_patterns, Shapes::ShapeRef.new(shape: InlineRedactionPatterns, required: true, location_name: "inlineRedactionPatterns"))
|
712
786
|
InlineRedactionConfiguration.add_member(:global_enforced_urls, Shapes::ShapeRef.new(shape: GlobalInlineRedactionUrls, location_name: "globalEnforcedUrls"))
|
713
787
|
InlineRedactionConfiguration.add_member(:global_exempt_urls, Shapes::ShapeRef.new(shape: GlobalInlineRedactionUrls, location_name: "globalExemptUrls"))
|
714
|
-
InlineRedactionConfiguration.add_member(:
|
788
|
+
InlineRedactionConfiguration.add_member(:global_confidence_level, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "globalConfidenceLevel"))
|
715
789
|
InlineRedactionConfiguration.struct_class = Types::InlineRedactionConfiguration
|
716
790
|
|
717
791
|
InlineRedactionPattern.add_member(:built_in_pattern_id, Shapes::ShapeRef.new(shape: BuiltInPatternId, location_name: "builtInPatternId"))
|
718
|
-
InlineRedactionPattern.add_member(:confidence_level, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidenceLevel"))
|
719
792
|
InlineRedactionPattern.add_member(:custom_pattern, Shapes::ShapeRef.new(shape: CustomPattern, location_name: "customPattern"))
|
793
|
+
InlineRedactionPattern.add_member(:redaction_place_holder, Shapes::ShapeRef.new(shape: RedactionPlaceHolder, required: true, location_name: "redactionPlaceHolder"))
|
720
794
|
InlineRedactionPattern.add_member(:enforced_urls, Shapes::ShapeRef.new(shape: InlineRedactionUrls, location_name: "enforcedUrls"))
|
721
795
|
InlineRedactionPattern.add_member(:exempt_urls, Shapes::ShapeRef.new(shape: InlineRedactionUrls, location_name: "exemptUrls"))
|
722
|
-
InlineRedactionPattern.add_member(:
|
796
|
+
InlineRedactionPattern.add_member(:confidence_level, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidenceLevel"))
|
723
797
|
InlineRedactionPattern.struct_class = Types::InlineRedactionPattern
|
724
798
|
|
725
799
|
InlineRedactionPatterns.member = Shapes::ShapeRef.new(shape: InlineRedactionPattern)
|
@@ -730,92 +804,100 @@ module Aws::WorkSpacesWeb
|
|
730
804
|
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
|
731
805
|
InternalServerException.struct_class = Types::InternalServerException
|
732
806
|
|
733
|
-
IpAccessSettings.add_member(:
|
807
|
+
IpAccessSettings.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ipAccessSettingsArn"))
|
734
808
|
IpAccessSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
809
|
+
IpAccessSettings.add_member(:ip_rules, Shapes::ShapeRef.new(shape: IpRuleList, location_name: "ipRules"))
|
810
|
+
IpAccessSettings.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
811
|
+
IpAccessSettings.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
735
812
|
IpAccessSettings.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
736
813
|
IpAccessSettings.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
737
|
-
IpAccessSettings.add_member(:
|
738
|
-
IpAccessSettings.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
739
|
-
IpAccessSettings.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ipAccessSettingsArn"))
|
740
|
-
IpAccessSettings.add_member(:ip_rules, Shapes::ShapeRef.new(shape: IpRuleList, location_name: "ipRules"))
|
814
|
+
IpAccessSettings.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
741
815
|
IpAccessSettings.struct_class = Types::IpAccessSettings
|
742
816
|
|
743
817
|
IpAccessSettingsList.member = Shapes::ShapeRef.new(shape: IpAccessSettingsSummary)
|
744
818
|
|
745
|
-
IpAccessSettingsSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
746
|
-
IpAccessSettingsSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
747
|
-
IpAccessSettingsSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
748
819
|
IpAccessSettingsSummary.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ipAccessSettingsArn"))
|
820
|
+
IpAccessSettingsSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
821
|
+
IpAccessSettingsSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
822
|
+
IpAccessSettingsSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
749
823
|
IpAccessSettingsSummary.struct_class = Types::IpAccessSettingsSummary
|
750
824
|
|
751
825
|
IpAddressList.member = Shapes::ShapeRef.new(shape: IpAddress)
|
752
826
|
|
753
|
-
IpRule.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
754
827
|
IpRule.add_member(:ip_range, Shapes::ShapeRef.new(shape: IpRange, required: true, location_name: "ipRange"))
|
828
|
+
IpRule.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
755
829
|
IpRule.struct_class = Types::IpRule
|
756
830
|
|
757
831
|
IpRuleList.member = Shapes::ShapeRef.new(shape: IpRule)
|
758
832
|
|
759
|
-
ListBrowserSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
760
833
|
ListBrowserSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
834
|
+
ListBrowserSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
761
835
|
ListBrowserSettingsRequest.struct_class = Types::ListBrowserSettingsRequest
|
762
836
|
|
763
837
|
ListBrowserSettingsResponse.add_member(:browser_settings, Shapes::ShapeRef.new(shape: BrowserSettingsList, location_name: "browserSettings"))
|
764
838
|
ListBrowserSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
765
839
|
ListBrowserSettingsResponse.struct_class = Types::ListBrowserSettingsResponse
|
766
840
|
|
767
|
-
ListDataProtectionSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
768
841
|
ListDataProtectionSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
842
|
+
ListDataProtectionSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
769
843
|
ListDataProtectionSettingsRequest.struct_class = Types::ListDataProtectionSettingsRequest
|
770
844
|
|
771
845
|
ListDataProtectionSettingsResponse.add_member(:data_protection_settings, Shapes::ShapeRef.new(shape: DataProtectionSettingsList, location_name: "dataProtectionSettings"))
|
772
846
|
ListDataProtectionSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
773
847
|
ListDataProtectionSettingsResponse.struct_class = Types::ListDataProtectionSettingsResponse
|
774
848
|
|
775
|
-
ListIdentityProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
776
849
|
ListIdentityProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
850
|
+
ListIdentityProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
777
851
|
ListIdentityProvidersRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
778
852
|
ListIdentityProvidersRequest.struct_class = Types::ListIdentityProvidersRequest
|
779
853
|
|
780
|
-
ListIdentityProvidersResponse.add_member(:identity_providers, Shapes::ShapeRef.new(shape: IdentityProviderList, location_name: "identityProviders"))
|
781
854
|
ListIdentityProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
855
|
+
ListIdentityProvidersResponse.add_member(:identity_providers, Shapes::ShapeRef.new(shape: IdentityProviderList, location_name: "identityProviders"))
|
782
856
|
ListIdentityProvidersResponse.struct_class = Types::ListIdentityProvidersResponse
|
783
857
|
|
784
|
-
ListIpAccessSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
785
858
|
ListIpAccessSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
859
|
+
ListIpAccessSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
786
860
|
ListIpAccessSettingsRequest.struct_class = Types::ListIpAccessSettingsRequest
|
787
861
|
|
788
862
|
ListIpAccessSettingsResponse.add_member(:ip_access_settings, Shapes::ShapeRef.new(shape: IpAccessSettingsList, location_name: "ipAccessSettings"))
|
789
863
|
ListIpAccessSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
790
864
|
ListIpAccessSettingsResponse.struct_class = Types::ListIpAccessSettingsResponse
|
791
865
|
|
792
|
-
ListNetworkSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
793
866
|
ListNetworkSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
867
|
+
ListNetworkSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
794
868
|
ListNetworkSettingsRequest.struct_class = Types::ListNetworkSettingsRequest
|
795
869
|
|
796
870
|
ListNetworkSettingsResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: NetworkSettingsList, location_name: "networkSettings"))
|
797
871
|
ListNetworkSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
798
872
|
ListNetworkSettingsResponse.struct_class = Types::ListNetworkSettingsResponse
|
799
873
|
|
800
|
-
ListPortalsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
801
874
|
ListPortalsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
875
|
+
ListPortalsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
802
876
|
ListPortalsRequest.struct_class = Types::ListPortalsRequest
|
803
877
|
|
804
|
-
ListPortalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
805
878
|
ListPortalsResponse.add_member(:portals, Shapes::ShapeRef.new(shape: PortalList, location_name: "portals"))
|
879
|
+
ListPortalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
806
880
|
ListPortalsResponse.struct_class = Types::ListPortalsResponse
|
807
881
|
|
808
|
-
|
809
|
-
|
882
|
+
ListSessionLoggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
883
|
+
ListSessionLoggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
884
|
+
ListSessionLoggersRequest.struct_class = Types::ListSessionLoggersRequest
|
885
|
+
|
886
|
+
ListSessionLoggersResponse.add_member(:session_loggers, Shapes::ShapeRef.new(shape: SessionLoggerList, location_name: "sessionLoggers"))
|
887
|
+
ListSessionLoggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
888
|
+
ListSessionLoggersResponse.struct_class = Types::ListSessionLoggersResponse
|
889
|
+
|
810
890
|
ListSessionsRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: PortalId, required: true, location: "uri", location_name: "portalId"))
|
891
|
+
ListSessionsRequest.add_member(:username, Shapes::ShapeRef.new(shape: Username, location: "querystring", location_name: "username"))
|
811
892
|
ListSessionsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location: "querystring", location_name: "sessionId"))
|
812
893
|
ListSessionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SessionSortBy, location: "querystring", location_name: "sortBy"))
|
813
894
|
ListSessionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location: "querystring", location_name: "status"))
|
814
|
-
ListSessionsRequest.add_member(:
|
895
|
+
ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
896
|
+
ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
815
897
|
ListSessionsRequest.struct_class = Types::ListSessionsRequest
|
816
898
|
|
817
|
-
ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
818
899
|
ListSessionsResponse.add_member(:sessions, Shapes::ShapeRef.new(shape: SessionSummaryList, required: true, location_name: "sessions"))
|
900
|
+
ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
819
901
|
ListSessionsResponse.struct_class = Types::ListSessionsResponse
|
820
902
|
|
821
903
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -824,45 +906,48 @@ module Aws::WorkSpacesWeb
|
|
824
906
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
825
907
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
826
908
|
|
827
|
-
ListTrustStoreCertificatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
828
|
-
ListTrustStoreCertificatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
829
909
|
ListTrustStoreCertificatesRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
|
910
|
+
ListTrustStoreCertificatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
911
|
+
ListTrustStoreCertificatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
830
912
|
ListTrustStoreCertificatesRequest.struct_class = Types::ListTrustStoreCertificatesRequest
|
831
913
|
|
832
914
|
ListTrustStoreCertificatesResponse.add_member(:certificate_list, Shapes::ShapeRef.new(shape: CertificateSummaryList, location_name: "certificateList"))
|
833
|
-
ListTrustStoreCertificatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
834
915
|
ListTrustStoreCertificatesResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "trustStoreArn"))
|
916
|
+
ListTrustStoreCertificatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
835
917
|
ListTrustStoreCertificatesResponse.struct_class = Types::ListTrustStoreCertificatesResponse
|
836
918
|
|
837
|
-
ListTrustStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
838
919
|
ListTrustStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
920
|
+
ListTrustStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
839
921
|
ListTrustStoresRequest.struct_class = Types::ListTrustStoresRequest
|
840
922
|
|
841
|
-
ListTrustStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
842
923
|
ListTrustStoresResponse.add_member(:trust_stores, Shapes::ShapeRef.new(shape: TrustStoreSummaryList, location_name: "trustStores"))
|
924
|
+
ListTrustStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
843
925
|
ListTrustStoresResponse.struct_class = Types::ListTrustStoresResponse
|
844
926
|
|
845
|
-
ListUserAccessLoggingSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
846
927
|
ListUserAccessLoggingSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
928
|
+
ListUserAccessLoggingSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
847
929
|
ListUserAccessLoggingSettingsRequest.struct_class = Types::ListUserAccessLoggingSettingsRequest
|
848
930
|
|
849
|
-
ListUserAccessLoggingSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
850
931
|
ListUserAccessLoggingSettingsResponse.add_member(:user_access_logging_settings, Shapes::ShapeRef.new(shape: UserAccessLoggingSettingsList, location_name: "userAccessLoggingSettings"))
|
932
|
+
ListUserAccessLoggingSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
851
933
|
ListUserAccessLoggingSettingsResponse.struct_class = Types::ListUserAccessLoggingSettingsResponse
|
852
934
|
|
853
|
-
ListUserSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
854
935
|
ListUserSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
936
|
+
ListUserSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
855
937
|
ListUserSettingsRequest.struct_class = Types::ListUserSettingsRequest
|
856
938
|
|
857
|
-
ListUserSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
858
939
|
ListUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettingsList, location_name: "userSettings"))
|
940
|
+
ListUserSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
859
941
|
ListUserSettingsResponse.struct_class = Types::ListUserSettingsResponse
|
860
942
|
|
861
|
-
|
943
|
+
LogConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3LogConfiguration, location_name: "s3"))
|
944
|
+
LogConfiguration.struct_class = Types::LogConfiguration
|
945
|
+
|
862
946
|
NetworkSettings.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "networkSettingsArn"))
|
863
|
-
NetworkSettings.add_member(:
|
864
|
-
NetworkSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
947
|
+
NetworkSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
865
948
|
NetworkSettings.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
949
|
+
NetworkSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
950
|
+
NetworkSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
866
951
|
NetworkSettings.struct_class = Types::NetworkSettings
|
867
952
|
|
868
953
|
NetworkSettingsList.member = Shapes::ShapeRef.new(shape: NetworkSettingsSummary)
|
@@ -871,51 +956,53 @@ module Aws::WorkSpacesWeb
|
|
871
956
|
NetworkSettingsSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
872
957
|
NetworkSettingsSummary.struct_class = Types::NetworkSettingsSummary
|
873
958
|
|
874
|
-
Portal.add_member(:
|
875
|
-
Portal.add_member(:
|
876
|
-
Portal.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "browserSettingsArn"))
|
959
|
+
Portal.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
960
|
+
Portal.add_member(:renderer_type, Shapes::ShapeRef.new(shape: RendererType, location_name: "rendererType"))
|
877
961
|
Portal.add_member(:browser_type, Shapes::ShapeRef.new(shape: BrowserType, location_name: "browserType"))
|
962
|
+
Portal.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, location_name: "portalStatus"))
|
963
|
+
Portal.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, location_name: "portalEndpoint"))
|
964
|
+
Portal.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
878
965
|
Portal.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
879
|
-
Portal.add_member(:
|
966
|
+
Portal.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "browserSettingsArn"))
|
880
967
|
Portal.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "dataProtectionSettingsArn"))
|
881
|
-
Portal.add_member(:
|
882
|
-
Portal.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
883
|
-
Portal.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ipAccessSettingsArn"))
|
884
|
-
Portal.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
|
968
|
+
Portal.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "userSettingsArn"))
|
885
969
|
Portal.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "networkSettingsArn"))
|
886
|
-
Portal.add_member(:
|
887
|
-
Portal.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, location_name: "portalEndpoint"))
|
888
|
-
Portal.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, location_name: "portalStatus"))
|
889
|
-
Portal.add_member(:renderer_type, Shapes::ShapeRef.new(shape: RendererType, location_name: "rendererType"))
|
890
|
-
Portal.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
|
970
|
+
Portal.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "sessionLoggerArn"))
|
891
971
|
Portal.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
|
972
|
+
Portal.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
|
892
973
|
Portal.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "userAccessLoggingSettingsArn"))
|
893
|
-
Portal.add_member(:
|
974
|
+
Portal.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
975
|
+
Portal.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ipAccessSettingsArn"))
|
976
|
+
Portal.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
977
|
+
Portal.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
978
|
+
Portal.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
979
|
+
Portal.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
|
894
980
|
Portal.struct_class = Types::Portal
|
895
981
|
|
896
982
|
PortalList.member = Shapes::ShapeRef.new(shape: PortalSummary)
|
897
983
|
|
898
|
-
PortalSummary.add_member(:
|
899
|
-
PortalSummary.add_member(:
|
984
|
+
PortalSummary.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
985
|
+
PortalSummary.add_member(:renderer_type, Shapes::ShapeRef.new(shape: RendererType, location_name: "rendererType"))
|
900
986
|
PortalSummary.add_member(:browser_type, Shapes::ShapeRef.new(shape: BrowserType, location_name: "browserType"))
|
987
|
+
PortalSummary.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, location_name: "portalStatus"))
|
988
|
+
PortalSummary.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, location_name: "portalEndpoint"))
|
989
|
+
PortalSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
901
990
|
PortalSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
991
|
+
PortalSummary.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "browserSettingsArn"))
|
902
992
|
PortalSummary.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "dataProtectionSettingsArn"))
|
903
|
-
PortalSummary.add_member(:
|
904
|
-
PortalSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
905
|
-
PortalSummary.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ipAccessSettingsArn"))
|
906
|
-
PortalSummary.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
|
993
|
+
PortalSummary.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "userSettingsArn"))
|
907
994
|
PortalSummary.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "networkSettingsArn"))
|
908
|
-
PortalSummary.add_member(:
|
909
|
-
PortalSummary.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, location_name: "portalEndpoint"))
|
910
|
-
PortalSummary.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, location_name: "portalStatus"))
|
911
|
-
PortalSummary.add_member(:renderer_type, Shapes::ShapeRef.new(shape: RendererType, location_name: "rendererType"))
|
995
|
+
PortalSummary.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "sessionLoggerArn"))
|
912
996
|
PortalSummary.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
|
913
997
|
PortalSummary.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "userAccessLoggingSettingsArn"))
|
914
|
-
PortalSummary.add_member(:
|
998
|
+
PortalSummary.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
999
|
+
PortalSummary.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ipAccessSettingsArn"))
|
1000
|
+
PortalSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
1001
|
+
PortalSummary.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
|
915
1002
|
PortalSummary.struct_class = Types::PortalSummary
|
916
1003
|
|
917
|
-
RedactionPlaceHolder.add_member(:redaction_place_holder_text, Shapes::ShapeRef.new(shape: RedactionPlaceHolderText, location_name: "redactionPlaceHolderText"))
|
918
1004
|
RedactionPlaceHolder.add_member(:redaction_place_holder_type, Shapes::ShapeRef.new(shape: RedactionPlaceHolderType, required: true, location_name: "redactionPlaceHolderType"))
|
1005
|
+
RedactionPlaceHolder.add_member(:redaction_place_holder_text, Shapes::ShapeRef.new(shape: RedactionPlaceHolderText, location_name: "redactionPlaceHolderText"))
|
919
1006
|
RedactionPlaceHolder.struct_class = Types::RedactionPlaceHolder
|
920
1007
|
|
921
1008
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
@@ -923,30 +1010,55 @@ module Aws::WorkSpacesWeb
|
|
923
1010
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
924
1011
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
925
1012
|
|
1013
|
+
S3LogConfiguration.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "bucket"))
|
1014
|
+
S3LogConfiguration.add_member(:key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "keyPrefix"))
|
1015
|
+
S3LogConfiguration.add_member(:bucket_owner, Shapes::ShapeRef.new(shape: S3BucketOwner, location_name: "bucketOwner"))
|
1016
|
+
S3LogConfiguration.add_member(:log_file_format, Shapes::ShapeRef.new(shape: LogFileFormat, required: true, location_name: "logFileFormat"))
|
1017
|
+
S3LogConfiguration.add_member(:folder_structure, Shapes::ShapeRef.new(shape: FolderStructure, required: true, location_name: "folderStructure"))
|
1018
|
+
S3LogConfiguration.struct_class = Types::S3LogConfiguration
|
1019
|
+
|
926
1020
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
927
1021
|
|
928
1022
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
929
|
-
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "quotaCode"))
|
930
1023
|
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
|
931
1024
|
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
932
1025
|
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "serviceCode"))
|
1026
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "quotaCode"))
|
933
1027
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
934
1028
|
|
935
|
-
Session.add_member(:client_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "clientIpAddresses"))
|
936
|
-
Session.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
937
1029
|
Session.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "portalArn"))
|
938
1030
|
Session.add_member(:session_id, Shapes::ShapeRef.new(shape: StringType, location_name: "sessionId"))
|
939
|
-
Session.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
940
|
-
Session.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "status"))
|
941
1031
|
Session.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "username"))
|
1032
|
+
Session.add_member(:client_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "clientIpAddresses"))
|
1033
|
+
Session.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "status"))
|
1034
|
+
Session.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
1035
|
+
Session.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
942
1036
|
Session.struct_class = Types::Session
|
943
1037
|
|
944
|
-
|
1038
|
+
SessionLogger.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "sessionLoggerArn"))
|
1039
|
+
SessionLogger.add_member(:event_filter, Shapes::ShapeRef.new(shape: EventFilter, location_name: "eventFilter"))
|
1040
|
+
SessionLogger.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "logConfiguration"))
|
1041
|
+
SessionLogger.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
1042
|
+
SessionLogger.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
1043
|
+
SessionLogger.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
1044
|
+
SessionLogger.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
1045
|
+
SessionLogger.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
1046
|
+
SessionLogger.struct_class = Types::SessionLogger
|
1047
|
+
|
1048
|
+
SessionLoggerList.member = Shapes::ShapeRef.new(shape: SessionLoggerSummary)
|
1049
|
+
|
1050
|
+
SessionLoggerSummary.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "sessionLoggerArn"))
|
1051
|
+
SessionLoggerSummary.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "logConfiguration"))
|
1052
|
+
SessionLoggerSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
1053
|
+
SessionLoggerSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
1054
|
+
SessionLoggerSummary.struct_class = Types::SessionLoggerSummary
|
1055
|
+
|
945
1056
|
SessionSummary.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "portalArn"))
|
946
1057
|
SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: StringType, location_name: "sessionId"))
|
947
|
-
SessionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
948
|
-
SessionSummary.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "status"))
|
949
1058
|
SessionSummary.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "username"))
|
1059
|
+
SessionSummary.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "status"))
|
1060
|
+
SessionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
1061
|
+
SessionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
950
1062
|
SessionSummary.struct_class = Types::SessionSummary
|
951
1063
|
|
952
1064
|
SessionSummaryList.member = Shapes::ShapeRef.new(shape: SessionSummary)
|
@@ -961,27 +1073,27 @@ module Aws::WorkSpacesWeb
|
|
961
1073
|
|
962
1074
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
963
1075
|
|
964
|
-
TagResourceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
965
1076
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
966
1077
|
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
1078
|
+
TagResourceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
967
1079
|
TagResourceRequest.struct_class = Types::TagResourceRequest
|
968
1080
|
|
969
1081
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
970
1082
|
|
971
1083
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1084
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "serviceCode"))
|
972
1085
|
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "quotaCode"))
|
973
1086
|
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
|
974
|
-
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "serviceCode"))
|
975
1087
|
ThrottlingException.struct_class = Types::ThrottlingException
|
976
1088
|
|
977
1089
|
TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: TagExceptionMessage, location_name: "message"))
|
978
1090
|
TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: ARN, location_name: "resourceName"))
|
979
1091
|
TooManyTagsException.struct_class = Types::TooManyTagsException
|
980
1092
|
|
981
|
-
ToolbarConfiguration.add_member(:hidden_toolbar_items, Shapes::ShapeRef.new(shape: HiddenToolbarItemList, location_name: "hiddenToolbarItems"))
|
982
|
-
ToolbarConfiguration.add_member(:max_display_resolution, Shapes::ShapeRef.new(shape: MaxDisplayResolution, location_name: "maxDisplayResolution"))
|
983
1093
|
ToolbarConfiguration.add_member(:toolbar_type, Shapes::ShapeRef.new(shape: ToolbarType, location_name: "toolbarType"))
|
984
1094
|
ToolbarConfiguration.add_member(:visual_mode, Shapes::ShapeRef.new(shape: VisualMode, location_name: "visualMode"))
|
1095
|
+
ToolbarConfiguration.add_member(:hidden_toolbar_items, Shapes::ShapeRef.new(shape: HiddenToolbarItemList, location_name: "hiddenToolbarItems"))
|
1096
|
+
ToolbarConfiguration.add_member(:max_display_resolution, Shapes::ShapeRef.new(shape: MaxDisplayResolution, location_name: "maxDisplayResolution"))
|
985
1097
|
ToolbarConfiguration.struct_class = Types::ToolbarConfiguration
|
986
1098
|
|
987
1099
|
TrustStore.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
@@ -993,153 +1105,164 @@ module Aws::WorkSpacesWeb
|
|
993
1105
|
|
994
1106
|
TrustStoreSummaryList.member = Shapes::ShapeRef.new(shape: TrustStoreSummary)
|
995
1107
|
|
1108
|
+
Unit.struct_class = Types::Unit
|
1109
|
+
|
996
1110
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
997
1111
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
998
1112
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
999
1113
|
|
1000
1114
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1001
1115
|
|
1002
|
-
UpdateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
|
1003
1116
|
UpdateBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "browserSettingsArn"))
|
1117
|
+
UpdateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
|
1004
1118
|
UpdateBrowserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1005
1119
|
UpdateBrowserSettingsRequest.struct_class = Types::UpdateBrowserSettingsRequest
|
1006
1120
|
|
1007
1121
|
UpdateBrowserSettingsResponse.add_member(:browser_settings, Shapes::ShapeRef.new(shape: BrowserSettings, required: true, location_name: "browserSettings"))
|
1008
1122
|
UpdateBrowserSettingsResponse.struct_class = Types::UpdateBrowserSettingsResponse
|
1009
1123
|
|
1010
|
-
UpdateDataProtectionSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1011
1124
|
UpdateDataProtectionSettingsRequest.add_member(:data_protection_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "dataProtectionSettingsArn"))
|
1012
|
-
UpdateDataProtectionSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
1013
|
-
UpdateDataProtectionSettingsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
1014
1125
|
UpdateDataProtectionSettingsRequest.add_member(:inline_redaction_configuration, Shapes::ShapeRef.new(shape: InlineRedactionConfiguration, location_name: "inlineRedactionConfiguration"))
|
1126
|
+
UpdateDataProtectionSettingsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
1127
|
+
UpdateDataProtectionSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionSafe, location_name: "description"))
|
1128
|
+
UpdateDataProtectionSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1015
1129
|
UpdateDataProtectionSettingsRequest.struct_class = Types::UpdateDataProtectionSettingsRequest
|
1016
1130
|
|
1017
1131
|
UpdateDataProtectionSettingsResponse.add_member(:data_protection_settings, Shapes::ShapeRef.new(shape: DataProtectionSettings, required: true, location_name: "dataProtectionSettings"))
|
1018
1132
|
UpdateDataProtectionSettingsResponse.struct_class = Types::UpdateDataProtectionSettingsResponse
|
1019
1133
|
|
1020
|
-
UpdateIdentityProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1021
1134
|
UpdateIdentityProviderRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: SubresourceARN, required: true, location: "uri", location_name: "identityProviderArn"))
|
1022
|
-
UpdateIdentityProviderRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "identityProviderDetails"))
|
1023
1135
|
UpdateIdentityProviderRequest.add_member(:identity_provider_name, Shapes::ShapeRef.new(shape: IdentityProviderName, location_name: "identityProviderName"))
|
1024
1136
|
UpdateIdentityProviderRequest.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "identityProviderType"))
|
1137
|
+
UpdateIdentityProviderRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "identityProviderDetails"))
|
1138
|
+
UpdateIdentityProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1025
1139
|
UpdateIdentityProviderRequest.struct_class = Types::UpdateIdentityProviderRequest
|
1026
1140
|
|
1027
1141
|
UpdateIdentityProviderResponse.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "identityProvider"))
|
1028
1142
|
UpdateIdentityProviderResponse.struct_class = Types::UpdateIdentityProviderResponse
|
1029
1143
|
|
1030
|
-
UpdateIpAccessSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1031
|
-
UpdateIpAccessSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1032
|
-
UpdateIpAccessSettingsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
1033
1144
|
UpdateIpAccessSettingsRequest.add_member(:ip_access_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ipAccessSettingsArn"))
|
1145
|
+
UpdateIpAccessSettingsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
1146
|
+
UpdateIpAccessSettingsRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1034
1147
|
UpdateIpAccessSettingsRequest.add_member(:ip_rules, Shapes::ShapeRef.new(shape: IpRuleList, location_name: "ipRules"))
|
1148
|
+
UpdateIpAccessSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1035
1149
|
UpdateIpAccessSettingsRequest.struct_class = Types::UpdateIpAccessSettingsRequest
|
1036
1150
|
|
1037
1151
|
UpdateIpAccessSettingsResponse.add_member(:ip_access_settings, Shapes::ShapeRef.new(shape: IpAccessSettings, required: true, location_name: "ipAccessSettings"))
|
1038
1152
|
UpdateIpAccessSettingsResponse.struct_class = Types::UpdateIpAccessSettingsResponse
|
1039
1153
|
|
1040
|
-
UpdateNetworkSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1041
1154
|
UpdateNetworkSettingsRequest.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "networkSettingsArn"))
|
1042
|
-
UpdateNetworkSettingsRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
1043
|
-
UpdateNetworkSettingsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
1044
1155
|
UpdateNetworkSettingsRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
1156
|
+
UpdateNetworkSettingsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
1157
|
+
UpdateNetworkSettingsRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
1158
|
+
UpdateNetworkSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1045
1159
|
UpdateNetworkSettingsRequest.struct_class = Types::UpdateNetworkSettingsRequest
|
1046
1160
|
|
1047
1161
|
UpdateNetworkSettingsResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: NetworkSettings, required: true, location_name: "networkSettings"))
|
1048
1162
|
UpdateNetworkSettingsResponse.struct_class = Types::UpdateNetworkSettingsResponse
|
1049
1163
|
|
1050
|
-
UpdatePortalRequest.add_member(:
|
1164
|
+
UpdatePortalRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
1051
1165
|
UpdatePortalRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
1166
|
+
UpdatePortalRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
1052
1167
|
UpdatePortalRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
1053
1168
|
UpdatePortalRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: MaxConcurrentSessions, location_name: "maxConcurrentSessions"))
|
1054
|
-
UpdatePortalRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
|
1055
1169
|
UpdatePortalRequest.struct_class = Types::UpdatePortalRequest
|
1056
1170
|
|
1057
1171
|
UpdatePortalResponse.add_member(:portal, Shapes::ShapeRef.new(shape: Portal, location_name: "portal"))
|
1058
1172
|
UpdatePortalResponse.struct_class = Types::UpdatePortalResponse
|
1059
1173
|
|
1174
|
+
UpdateSessionLoggerRequest.add_member(:session_logger_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "sessionLoggerArn"))
|
1175
|
+
UpdateSessionLoggerRequest.add_member(:event_filter, Shapes::ShapeRef.new(shape: EventFilter, location_name: "eventFilter"))
|
1176
|
+
UpdateSessionLoggerRequest.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "logConfiguration"))
|
1177
|
+
UpdateSessionLoggerRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayNameSafe, location_name: "displayName"))
|
1178
|
+
UpdateSessionLoggerRequest.struct_class = Types::UpdateSessionLoggerRequest
|
1179
|
+
|
1180
|
+
UpdateSessionLoggerResponse.add_member(:session_logger, Shapes::ShapeRef.new(shape: SessionLogger, required: true, location_name: "sessionLogger"))
|
1181
|
+
UpdateSessionLoggerResponse.struct_class = Types::UpdateSessionLoggerResponse
|
1182
|
+
|
1183
|
+
UpdateTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
|
1060
1184
|
UpdateTrustStoreRequest.add_member(:certificates_to_add, Shapes::ShapeRef.new(shape: CertificateList, location_name: "certificatesToAdd"))
|
1061
1185
|
UpdateTrustStoreRequest.add_member(:certificates_to_delete, Shapes::ShapeRef.new(shape: CertificateThumbprintList, location_name: "certificatesToDelete"))
|
1062
1186
|
UpdateTrustStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1063
|
-
UpdateTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
|
1064
1187
|
UpdateTrustStoreRequest.struct_class = Types::UpdateTrustStoreRequest
|
1065
1188
|
|
1066
1189
|
UpdateTrustStoreResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "trustStoreArn"))
|
1067
1190
|
UpdateTrustStoreResponse.struct_class = Types::UpdateTrustStoreResponse
|
1068
1191
|
|
1069
|
-
UpdateUserAccessLoggingSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1070
|
-
UpdateUserAccessLoggingSettingsRequest.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamArn, location_name: "kinesisStreamArn"))
|
1071
1192
|
UpdateUserAccessLoggingSettingsRequest.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "userAccessLoggingSettingsArn"))
|
1193
|
+
UpdateUserAccessLoggingSettingsRequest.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamArn, location_name: "kinesisStreamArn"))
|
1194
|
+
UpdateUserAccessLoggingSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1072
1195
|
UpdateUserAccessLoggingSettingsRequest.struct_class = Types::UpdateUserAccessLoggingSettingsRequest
|
1073
1196
|
|
1074
1197
|
UpdateUserAccessLoggingSettingsResponse.add_member(:user_access_logging_settings, Shapes::ShapeRef.new(shape: UserAccessLoggingSettings, required: true, location_name: "userAccessLoggingSettings"))
|
1075
1198
|
UpdateUserAccessLoggingSettingsResponse.struct_class = Types::UpdateUserAccessLoggingSettingsResponse
|
1076
1199
|
|
1077
|
-
UpdateUserSettingsRequest.add_member(:
|
1078
|
-
UpdateUserSettingsRequest.add_member(:cookie_synchronization_configuration, Shapes::ShapeRef.new(shape: CookieSynchronizationConfiguration, location_name: "cookieSynchronizationConfiguration"))
|
1200
|
+
UpdateUserSettingsRequest.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "userSettingsArn"))
|
1079
1201
|
UpdateUserSettingsRequest.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "copyAllowed"))
|
1080
|
-
UpdateUserSettingsRequest.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
1081
|
-
UpdateUserSettingsRequest.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
1082
|
-
UpdateUserSettingsRequest.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
|
1083
|
-
UpdateUserSettingsRequest.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
1084
1202
|
UpdateUserSettingsRequest.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "pasteAllowed"))
|
1203
|
+
UpdateUserSettingsRequest.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
|
1204
|
+
UpdateUserSettingsRequest.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
|
1085
1205
|
UpdateUserSettingsRequest.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "printAllowed"))
|
1206
|
+
UpdateUserSettingsRequest.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
1207
|
+
UpdateUserSettingsRequest.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
1208
|
+
UpdateUserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1209
|
+
UpdateUserSettingsRequest.add_member(:cookie_synchronization_configuration, Shapes::ShapeRef.new(shape: CookieSynchronizationConfiguration, location_name: "cookieSynchronizationConfiguration"))
|
1210
|
+
UpdateUserSettingsRequest.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
1086
1211
|
UpdateUserSettingsRequest.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
|
1087
|
-
UpdateUserSettingsRequest.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
|
1088
|
-
UpdateUserSettingsRequest.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "userSettingsArn"))
|
1089
1212
|
UpdateUserSettingsRequest.struct_class = Types::UpdateUserSettingsRequest
|
1090
1213
|
|
1091
1214
|
UpdateUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "userSettings"))
|
1092
1215
|
UpdateUserSettingsResponse.struct_class = Types::UpdateUserSettingsResponse
|
1093
1216
|
|
1217
|
+
UserAccessLoggingSettings.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userAccessLoggingSettingsArn"))
|
1094
1218
|
UserAccessLoggingSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
1095
1219
|
UserAccessLoggingSettings.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamArn, location_name: "kinesisStreamArn"))
|
1096
|
-
UserAccessLoggingSettings.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userAccessLoggingSettingsArn"))
|
1097
1220
|
UserAccessLoggingSettings.struct_class = Types::UserAccessLoggingSettings
|
1098
1221
|
|
1099
1222
|
UserAccessLoggingSettingsList.member = Shapes::ShapeRef.new(shape: UserAccessLoggingSettingsSummary)
|
1100
1223
|
|
1101
|
-
UserAccessLoggingSettingsSummary.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamArn, location_name: "kinesisStreamArn"))
|
1102
1224
|
UserAccessLoggingSettingsSummary.add_member(:user_access_logging_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userAccessLoggingSettingsArn"))
|
1225
|
+
UserAccessLoggingSettingsSummary.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamArn, location_name: "kinesisStreamArn"))
|
1103
1226
|
UserAccessLoggingSettingsSummary.struct_class = Types::UserAccessLoggingSettingsSummary
|
1104
1227
|
|
1105
|
-
UserSettings.add_member(:
|
1228
|
+
UserSettings.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
|
1106
1229
|
UserSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
|
1107
|
-
UserSettings.add_member(:cookie_synchronization_configuration, Shapes::ShapeRef.new(shape: CookieSynchronizationConfiguration, location_name: "cookieSynchronizationConfiguration"))
|
1108
1230
|
UserSettings.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "copyAllowed"))
|
1109
|
-
UserSettings.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
1110
|
-
UserSettings.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
1111
|
-
UserSettings.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
1112
|
-
UserSettings.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
|
1113
|
-
UserSettings.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
1114
1231
|
UserSettings.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "pasteAllowed"))
|
1232
|
+
UserSettings.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
|
1233
|
+
UserSettings.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
|
1115
1234
|
UserSettings.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "printAllowed"))
|
1235
|
+
UserSettings.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
1236
|
+
UserSettings.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
1237
|
+
UserSettings.add_member(:cookie_synchronization_configuration, Shapes::ShapeRef.new(shape: CookieSynchronizationConfiguration, location_name: "cookieSynchronizationConfiguration"))
|
1238
|
+
UserSettings.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
|
1239
|
+
UserSettings.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
|
1240
|
+
UserSettings.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
1116
1241
|
UserSettings.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
|
1117
|
-
UserSettings.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
|
1118
|
-
UserSettings.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
|
1119
1242
|
UserSettings.struct_class = Types::UserSettings
|
1120
1243
|
|
1121
1244
|
UserSettingsList.member = Shapes::ShapeRef.new(shape: UserSettingsSummary)
|
1122
1245
|
|
1123
|
-
UserSettingsSummary.add_member(:
|
1246
|
+
UserSettingsSummary.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
|
1124
1247
|
UserSettingsSummary.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "copyAllowed"))
|
1125
|
-
UserSettingsSummary.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
1126
|
-
UserSettingsSummary.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
1127
|
-
UserSettingsSummary.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
|
1128
|
-
UserSettingsSummary.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
1129
1248
|
UserSettingsSummary.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "pasteAllowed"))
|
1249
|
+
UserSettingsSummary.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
|
1250
|
+
UserSettingsSummary.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
|
1130
1251
|
UserSettingsSummary.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "printAllowed"))
|
1252
|
+
UserSettingsSummary.add_member(:disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: DisconnectTimeoutInMinutes, location_name: "disconnectTimeoutInMinutes"))
|
1253
|
+
UserSettingsSummary.add_member(:idle_disconnect_timeout_in_minutes, Shapes::ShapeRef.new(shape: IdleDisconnectTimeoutInMinutes, location_name: "idleDisconnectTimeoutInMinutes"))
|
1254
|
+
UserSettingsSummary.add_member(:cookie_synchronization_configuration, Shapes::ShapeRef.new(shape: CookieSynchronizationConfiguration, location_name: "cookieSynchronizationConfiguration"))
|
1255
|
+
UserSettingsSummary.add_member(:deep_link_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "deepLinkAllowed"))
|
1131
1256
|
UserSettingsSummary.add_member(:toolbar_configuration, Shapes::ShapeRef.new(shape: ToolbarConfiguration, location_name: "toolbarConfiguration"))
|
1132
|
-
UserSettingsSummary.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
|
1133
|
-
UserSettingsSummary.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
|
1134
1257
|
UserSettingsSummary.struct_class = Types::UserSettingsSummary
|
1135
1258
|
|
1136
|
-
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
1137
1259
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1138
1260
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
|
1261
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
1139
1262
|
ValidationException.struct_class = Types::ValidationException
|
1140
1263
|
|
1141
|
-
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
1142
1264
|
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "name"))
|
1265
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
1143
1266
|
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
1144
1267
|
|
1145
1268
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
@@ -1154,7 +1277,6 @@ module Aws::WorkSpacesWeb
|
|
1154
1277
|
"apiVersion" => "2020-07-08",
|
1155
1278
|
"auth" => ["aws.auth#sigv4"],
|
1156
1279
|
"endpointPrefix" => "workspaces-web",
|
1157
|
-
"jsonVersion" => "1.1",
|
1158
1280
|
"protocol" => "rest-json",
|
1159
1281
|
"protocols" => ["rest-json"],
|
1160
1282
|
"serviceFullName" => "Amazon WorkSpaces Web",
|
@@ -1220,6 +1342,20 @@ module Aws::WorkSpacesWeb
|
|
1220
1342
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1221
1343
|
end)
|
1222
1344
|
|
1345
|
+
api.add_operation(:associate_session_logger, Seahorse::Model::Operation.new.tap do |o|
|
1346
|
+
o.name = "AssociateSessionLogger"
|
1347
|
+
o.http_method = "PUT"
|
1348
|
+
o.http_request_uri = "/portals/{portalArn+}/sessionLogger"
|
1349
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateSessionLoggerRequest)
|
1350
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateSessionLoggerResponse)
|
1351
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1353
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1354
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1355
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1356
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1357
|
+
end)
|
1358
|
+
|
1223
1359
|
api.add_operation(:associate_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
1224
1360
|
o.name = "AssociateTrustStore"
|
1225
1361
|
o.http_method = "PUT"
|
@@ -1350,6 +1486,20 @@ module Aws::WorkSpacesWeb
|
|
1350
1486
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1351
1487
|
end)
|
1352
1488
|
|
1489
|
+
api.add_operation(:create_session_logger, Seahorse::Model::Operation.new.tap do |o|
|
1490
|
+
o.name = "CreateSessionLogger"
|
1491
|
+
o.http_method = "POST"
|
1492
|
+
o.http_request_uri = "/sessionLoggers"
|
1493
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSessionLoggerRequest)
|
1494
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSessionLoggerResponse)
|
1495
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1496
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1497
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1499
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1500
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1501
|
+
end)
|
1502
|
+
|
1353
1503
|
api.add_operation(:create_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
1354
1504
|
o.name = "CreateTrustStore"
|
1355
1505
|
o.http_method = "POST"
|
@@ -1470,6 +1620,19 @@ module Aws::WorkSpacesWeb
|
|
1470
1620
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1471
1621
|
end)
|
1472
1622
|
|
1623
|
+
api.add_operation(:delete_session_logger, Seahorse::Model::Operation.new.tap do |o|
|
1624
|
+
o.name = "DeleteSessionLogger"
|
1625
|
+
o.http_method = "DELETE"
|
1626
|
+
o.http_request_uri = "/sessionLoggers/{sessionLoggerArn+}"
|
1627
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSessionLoggerRequest)
|
1628
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSessionLoggerResponse)
|
1629
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1630
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1631
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1632
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1633
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1634
|
+
end)
|
1635
|
+
|
1473
1636
|
api.add_operation(:delete_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
1474
1637
|
o.name = "DeleteTrustStore"
|
1475
1638
|
o.http_method = "DELETE"
|
@@ -1565,6 +1728,19 @@ module Aws::WorkSpacesWeb
|
|
1565
1728
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1566
1729
|
end)
|
1567
1730
|
|
1731
|
+
api.add_operation(:disassociate_session_logger, Seahorse::Model::Operation.new.tap do |o|
|
1732
|
+
o.name = "DisassociateSessionLogger"
|
1733
|
+
o.http_method = "DELETE"
|
1734
|
+
o.http_request_uri = "/portals/{portalArn+}/sessionLogger"
|
1735
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateSessionLoggerRequest)
|
1736
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateSessionLoggerResponse)
|
1737
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1738
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1739
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1740
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1741
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1742
|
+
end)
|
1743
|
+
|
1568
1744
|
api.add_operation(:disassociate_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
1569
1745
|
o.name = "DisassociateTrustStore"
|
1570
1746
|
o.http_method = "DELETE"
|
@@ -1724,6 +1900,19 @@ module Aws::WorkSpacesWeb
|
|
1724
1900
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1725
1901
|
end)
|
1726
1902
|
|
1903
|
+
api.add_operation(:get_session_logger, Seahorse::Model::Operation.new.tap do |o|
|
1904
|
+
o.name = "GetSessionLogger"
|
1905
|
+
o.http_method = "GET"
|
1906
|
+
o.http_request_uri = "/sessionLoggers/{sessionLoggerArn+}"
|
1907
|
+
o.input = Shapes::ShapeRef.new(shape: GetSessionLoggerRequest)
|
1908
|
+
o.output = Shapes::ShapeRef.new(shape: GetSessionLoggerResponse)
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1910
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1911
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1912
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1914
|
+
end)
|
1915
|
+
|
1727
1916
|
api.add_operation(:get_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
1728
1917
|
o.name = "GetTrustStore"
|
1729
1918
|
o.http_method = "GET"
|
@@ -1884,6 +2073,24 @@ module Aws::WorkSpacesWeb
|
|
1884
2073
|
)
|
1885
2074
|
end)
|
1886
2075
|
|
2076
|
+
api.add_operation(:list_session_loggers, Seahorse::Model::Operation.new.tap do |o|
|
2077
|
+
o.name = "ListSessionLoggers"
|
2078
|
+
o.http_method = "GET"
|
2079
|
+
o.http_request_uri = "/sessionLoggers"
|
2080
|
+
o.input = Shapes::ShapeRef.new(shape: ListSessionLoggersRequest)
|
2081
|
+
o.output = Shapes::ShapeRef.new(shape: ListSessionLoggersResponse)
|
2082
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2083
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2084
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2085
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2086
|
+
o[:pager] = Aws::Pager.new(
|
2087
|
+
limit_key: "max_results",
|
2088
|
+
tokens: {
|
2089
|
+
"next_token" => "next_token"
|
2090
|
+
}
|
2091
|
+
)
|
2092
|
+
end)
|
2093
|
+
|
1887
2094
|
api.add_operation(:list_sessions, Seahorse::Model::Operation.new.tap do |o|
|
1888
2095
|
o.name = "ListSessions"
|
1889
2096
|
o.http_method = "GET"
|
@@ -2096,6 +2303,19 @@ module Aws::WorkSpacesWeb
|
|
2096
2303
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2097
2304
|
end)
|
2098
2305
|
|
2306
|
+
api.add_operation(:update_session_logger, Seahorse::Model::Operation.new.tap do |o|
|
2307
|
+
o.name = "UpdateSessionLogger"
|
2308
|
+
o.http_method = "POST"
|
2309
|
+
o.http_request_uri = "/sessionLoggers/{sessionLoggerArn+}"
|
2310
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSessionLoggerRequest)
|
2311
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSessionLoggerResponse)
|
2312
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2313
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2314
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2315
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2316
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2317
|
+
end)
|
2318
|
+
|
2099
2319
|
api.add_operation(:update_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
2100
2320
|
o.name = "UpdateTrustStore"
|
2101
2321
|
o.http_method = "PATCH"
|