types-boto3-workspaces-web 1.36.0__py3-none-any.whl

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.
@@ -0,0 +1,488 @@
1
+ """
2
+ Type annotations for workspaces-web service literal definitions.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/literals/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_workspaces_web.literals import AuthenticationTypeType
10
+
11
+ data: AuthenticationTypeType = "IAM_Identity_Center"
12
+ ```
13
+
14
+ Copyright 2025 Vlad Emelianov
15
+ """
16
+
17
+ import sys
18
+
19
+ if sys.version_info >= (3, 12):
20
+ from typing import Literal
21
+ else:
22
+ from typing_extensions import Literal
23
+
24
+ __all__ = (
25
+ "AuthenticationTypeType",
26
+ "BrowserTypeType",
27
+ "EnabledTypeType",
28
+ "IdentityProviderTypeType",
29
+ "InstanceTypeType",
30
+ "ListDataProtectionSettingsPaginatorName",
31
+ "ListSessionsPaginatorName",
32
+ "PaginatorName",
33
+ "PortalStatusType",
34
+ "RedactionPlaceHolderTypeType",
35
+ "RegionName",
36
+ "RendererTypeType",
37
+ "ResourceServiceName",
38
+ "ServiceName",
39
+ "SessionSortByType",
40
+ "SessionStatusType",
41
+ "WorkSpacesWebServiceName",
42
+ )
43
+
44
+ AuthenticationTypeType = Literal["IAM_Identity_Center", "Standard"]
45
+ BrowserTypeType = Literal["Chrome"]
46
+ EnabledTypeType = Literal["Disabled", "Enabled"]
47
+ IdentityProviderTypeType = Literal[
48
+ "Facebook", "Google", "LoginWithAmazon", "OIDC", "SAML", "SignInWithApple"
49
+ ]
50
+ InstanceTypeType = Literal["standard.large", "standard.regular", "standard.xlarge"]
51
+ ListDataProtectionSettingsPaginatorName = Literal["list_data_protection_settings"]
52
+ ListSessionsPaginatorName = Literal["list_sessions"]
53
+ PortalStatusType = Literal["Active", "Incomplete", "Pending"]
54
+ RedactionPlaceHolderTypeType = Literal["CustomText"]
55
+ RendererTypeType = Literal["AppStream"]
56
+ SessionSortByType = Literal["StartTimeAscending", "StartTimeDescending"]
57
+ SessionStatusType = Literal["Active", "Terminated"]
58
+ WorkSpacesWebServiceName = Literal["workspaces-web"]
59
+ ServiceName = Literal[
60
+ "accessanalyzer",
61
+ "account",
62
+ "acm",
63
+ "acm-pca",
64
+ "amp",
65
+ "amplify",
66
+ "amplifybackend",
67
+ "amplifyuibuilder",
68
+ "apigateway",
69
+ "apigatewaymanagementapi",
70
+ "apigatewayv2",
71
+ "appconfig",
72
+ "appconfigdata",
73
+ "appfabric",
74
+ "appflow",
75
+ "appintegrations",
76
+ "application-autoscaling",
77
+ "application-insights",
78
+ "application-signals",
79
+ "applicationcostprofiler",
80
+ "appmesh",
81
+ "apprunner",
82
+ "appstream",
83
+ "appsync",
84
+ "apptest",
85
+ "arc-zonal-shift",
86
+ "artifact",
87
+ "athena",
88
+ "auditmanager",
89
+ "autoscaling",
90
+ "autoscaling-plans",
91
+ "b2bi",
92
+ "backup",
93
+ "backup-gateway",
94
+ "backupsearch",
95
+ "batch",
96
+ "bcm-data-exports",
97
+ "bcm-pricing-calculator",
98
+ "bedrock",
99
+ "bedrock-agent",
100
+ "bedrock-agent-runtime",
101
+ "bedrock-data-automation",
102
+ "bedrock-data-automation-runtime",
103
+ "bedrock-runtime",
104
+ "billing",
105
+ "billingconductor",
106
+ "braket",
107
+ "budgets",
108
+ "ce",
109
+ "chatbot",
110
+ "chime",
111
+ "chime-sdk-identity",
112
+ "chime-sdk-media-pipelines",
113
+ "chime-sdk-meetings",
114
+ "chime-sdk-messaging",
115
+ "chime-sdk-voice",
116
+ "cleanrooms",
117
+ "cleanroomsml",
118
+ "cloud9",
119
+ "cloudcontrol",
120
+ "clouddirectory",
121
+ "cloudformation",
122
+ "cloudfront",
123
+ "cloudfront-keyvaluestore",
124
+ "cloudhsm",
125
+ "cloudhsmv2",
126
+ "cloudsearch",
127
+ "cloudsearchdomain",
128
+ "cloudtrail",
129
+ "cloudtrail-data",
130
+ "cloudwatch",
131
+ "codeartifact",
132
+ "codebuild",
133
+ "codecatalyst",
134
+ "codecommit",
135
+ "codeconnections",
136
+ "codedeploy",
137
+ "codeguru-reviewer",
138
+ "codeguru-security",
139
+ "codeguruprofiler",
140
+ "codepipeline",
141
+ "codestar-connections",
142
+ "codestar-notifications",
143
+ "cognito-identity",
144
+ "cognito-idp",
145
+ "cognito-sync",
146
+ "comprehend",
147
+ "comprehendmedical",
148
+ "compute-optimizer",
149
+ "config",
150
+ "connect",
151
+ "connect-contact-lens",
152
+ "connectcampaigns",
153
+ "connectcampaignsv2",
154
+ "connectcases",
155
+ "connectparticipant",
156
+ "controlcatalog",
157
+ "controltower",
158
+ "cost-optimization-hub",
159
+ "cur",
160
+ "customer-profiles",
161
+ "databrew",
162
+ "dataexchange",
163
+ "datapipeline",
164
+ "datasync",
165
+ "datazone",
166
+ "dax",
167
+ "deadline",
168
+ "detective",
169
+ "devicefarm",
170
+ "devops-guru",
171
+ "directconnect",
172
+ "discovery",
173
+ "dlm",
174
+ "dms",
175
+ "docdb",
176
+ "docdb-elastic",
177
+ "drs",
178
+ "ds",
179
+ "ds-data",
180
+ "dsql",
181
+ "dynamodb",
182
+ "dynamodbstreams",
183
+ "ebs",
184
+ "ec2",
185
+ "ec2-instance-connect",
186
+ "ecr",
187
+ "ecr-public",
188
+ "ecs",
189
+ "efs",
190
+ "eks",
191
+ "eks-auth",
192
+ "elastic-inference",
193
+ "elasticache",
194
+ "elasticbeanstalk",
195
+ "elastictranscoder",
196
+ "elb",
197
+ "elbv2",
198
+ "emr",
199
+ "emr-containers",
200
+ "emr-serverless",
201
+ "entityresolution",
202
+ "es",
203
+ "events",
204
+ "evidently",
205
+ "finspace",
206
+ "finspace-data",
207
+ "firehose",
208
+ "fis",
209
+ "fms",
210
+ "forecast",
211
+ "forecastquery",
212
+ "frauddetector",
213
+ "freetier",
214
+ "fsx",
215
+ "gamelift",
216
+ "geo-maps",
217
+ "geo-places",
218
+ "geo-routes",
219
+ "glacier",
220
+ "globalaccelerator",
221
+ "glue",
222
+ "grafana",
223
+ "greengrass",
224
+ "greengrassv2",
225
+ "groundstation",
226
+ "guardduty",
227
+ "health",
228
+ "healthlake",
229
+ "iam",
230
+ "identitystore",
231
+ "imagebuilder",
232
+ "importexport",
233
+ "inspector",
234
+ "inspector-scan",
235
+ "inspector2",
236
+ "internetmonitor",
237
+ "invoicing",
238
+ "iot",
239
+ "iot-data",
240
+ "iot-jobs-data",
241
+ "iotanalytics",
242
+ "iotdeviceadvisor",
243
+ "iotevents",
244
+ "iotevents-data",
245
+ "iotfleethub",
246
+ "iotfleetwise",
247
+ "iotsecuretunneling",
248
+ "iotsitewise",
249
+ "iotthingsgraph",
250
+ "iottwinmaker",
251
+ "iotwireless",
252
+ "ivs",
253
+ "ivs-realtime",
254
+ "ivschat",
255
+ "kafka",
256
+ "kafkaconnect",
257
+ "kendra",
258
+ "kendra-ranking",
259
+ "keyspaces",
260
+ "kinesis",
261
+ "kinesis-video-archived-media",
262
+ "kinesis-video-media",
263
+ "kinesis-video-signaling",
264
+ "kinesis-video-webrtc-storage",
265
+ "kinesisanalytics",
266
+ "kinesisanalyticsv2",
267
+ "kinesisvideo",
268
+ "kms",
269
+ "lakeformation",
270
+ "lambda",
271
+ "launch-wizard",
272
+ "lex-models",
273
+ "lex-runtime",
274
+ "lexv2-models",
275
+ "lexv2-runtime",
276
+ "license-manager",
277
+ "license-manager-linux-subscriptions",
278
+ "license-manager-user-subscriptions",
279
+ "lightsail",
280
+ "location",
281
+ "logs",
282
+ "lookoutequipment",
283
+ "lookoutmetrics",
284
+ "lookoutvision",
285
+ "m2",
286
+ "machinelearning",
287
+ "macie2",
288
+ "mailmanager",
289
+ "managedblockchain",
290
+ "managedblockchain-query",
291
+ "marketplace-agreement",
292
+ "marketplace-catalog",
293
+ "marketplace-deployment",
294
+ "marketplace-entitlement",
295
+ "marketplace-reporting",
296
+ "marketplacecommerceanalytics",
297
+ "mediaconnect",
298
+ "mediaconvert",
299
+ "medialive",
300
+ "mediapackage",
301
+ "mediapackage-vod",
302
+ "mediapackagev2",
303
+ "mediastore",
304
+ "mediastore-data",
305
+ "mediatailor",
306
+ "medical-imaging",
307
+ "memorydb",
308
+ "meteringmarketplace",
309
+ "mgh",
310
+ "mgn",
311
+ "migration-hub-refactor-spaces",
312
+ "migrationhub-config",
313
+ "migrationhuborchestrator",
314
+ "migrationhubstrategy",
315
+ "mq",
316
+ "mturk",
317
+ "mwaa",
318
+ "neptune",
319
+ "neptune-graph",
320
+ "neptunedata",
321
+ "network-firewall",
322
+ "networkflowmonitor",
323
+ "networkmanager",
324
+ "networkmonitor",
325
+ "notifications",
326
+ "notificationscontacts",
327
+ "oam",
328
+ "observabilityadmin",
329
+ "omics",
330
+ "opensearch",
331
+ "opensearchserverless",
332
+ "opsworks",
333
+ "opsworkscm",
334
+ "organizations",
335
+ "osis",
336
+ "outposts",
337
+ "panorama",
338
+ "partnercentral-selling",
339
+ "payment-cryptography",
340
+ "payment-cryptography-data",
341
+ "pca-connector-ad",
342
+ "pca-connector-scep",
343
+ "pcs",
344
+ "personalize",
345
+ "personalize-events",
346
+ "personalize-runtime",
347
+ "pi",
348
+ "pinpoint",
349
+ "pinpoint-email",
350
+ "pinpoint-sms-voice",
351
+ "pinpoint-sms-voice-v2",
352
+ "pipes",
353
+ "polly",
354
+ "pricing",
355
+ "privatenetworks",
356
+ "proton",
357
+ "qapps",
358
+ "qbusiness",
359
+ "qconnect",
360
+ "qldb",
361
+ "qldb-session",
362
+ "quicksight",
363
+ "ram",
364
+ "rbin",
365
+ "rds",
366
+ "rds-data",
367
+ "redshift",
368
+ "redshift-data",
369
+ "redshift-serverless",
370
+ "rekognition",
371
+ "repostspace",
372
+ "resiliencehub",
373
+ "resource-explorer-2",
374
+ "resource-groups",
375
+ "resourcegroupstaggingapi",
376
+ "robomaker",
377
+ "rolesanywhere",
378
+ "route53",
379
+ "route53-recovery-cluster",
380
+ "route53-recovery-control-config",
381
+ "route53-recovery-readiness",
382
+ "route53domains",
383
+ "route53profiles",
384
+ "route53resolver",
385
+ "rum",
386
+ "s3",
387
+ "s3control",
388
+ "s3outposts",
389
+ "s3tables",
390
+ "sagemaker",
391
+ "sagemaker-a2i-runtime",
392
+ "sagemaker-edge",
393
+ "sagemaker-featurestore-runtime",
394
+ "sagemaker-geospatial",
395
+ "sagemaker-metrics",
396
+ "sagemaker-runtime",
397
+ "savingsplans",
398
+ "scheduler",
399
+ "schemas",
400
+ "sdb",
401
+ "secretsmanager",
402
+ "security-ir",
403
+ "securityhub",
404
+ "securitylake",
405
+ "serverlessrepo",
406
+ "service-quotas",
407
+ "servicecatalog",
408
+ "servicecatalog-appregistry",
409
+ "servicediscovery",
410
+ "ses",
411
+ "sesv2",
412
+ "shield",
413
+ "signer",
414
+ "simspaceweaver",
415
+ "sms",
416
+ "sms-voice",
417
+ "snow-device-management",
418
+ "snowball",
419
+ "sns",
420
+ "socialmessaging",
421
+ "sqs",
422
+ "ssm",
423
+ "ssm-contacts",
424
+ "ssm-incidents",
425
+ "ssm-quicksetup",
426
+ "ssm-sap",
427
+ "sso",
428
+ "sso-admin",
429
+ "sso-oidc",
430
+ "stepfunctions",
431
+ "storagegateway",
432
+ "sts",
433
+ "supplychain",
434
+ "support",
435
+ "support-app",
436
+ "swf",
437
+ "synthetics",
438
+ "taxsettings",
439
+ "textract",
440
+ "timestream-influxdb",
441
+ "timestream-query",
442
+ "timestream-write",
443
+ "tnb",
444
+ "transcribe",
445
+ "transfer",
446
+ "translate",
447
+ "trustedadvisor",
448
+ "verifiedpermissions",
449
+ "voice-id",
450
+ "vpc-lattice",
451
+ "waf",
452
+ "waf-regional",
453
+ "wafv2",
454
+ "wellarchitected",
455
+ "wisdom",
456
+ "workdocs",
457
+ "workmail",
458
+ "workmailmessageflow",
459
+ "workspaces",
460
+ "workspaces-thin-client",
461
+ "workspaces-web",
462
+ "xray",
463
+ ]
464
+ ResourceServiceName = Literal[
465
+ "cloudformation",
466
+ "cloudwatch",
467
+ "dynamodb",
468
+ "ec2",
469
+ "glacier",
470
+ "iam",
471
+ "opsworks",
472
+ "s3",
473
+ "sns",
474
+ "sqs",
475
+ ]
476
+ PaginatorName = Literal["list_data_protection_settings", "list_sessions"]
477
+ RegionName = Literal[
478
+ "ap-northeast-1",
479
+ "ap-south-1",
480
+ "ap-southeast-1",
481
+ "ap-southeast-2",
482
+ "ca-central-1",
483
+ "eu-central-1",
484
+ "eu-west-1",
485
+ "eu-west-2",
486
+ "us-east-1",
487
+ "us-west-2",
488
+ ]
@@ -0,0 +1,89 @@
1
+ """
2
+ Type annotations for workspaces-web service client paginators.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from boto3.session import Session
10
+
11
+ from types_boto3_workspaces_web.client import WorkSpacesWebClient
12
+ from types_boto3_workspaces_web.paginator import (
13
+ ListDataProtectionSettingsPaginator,
14
+ ListSessionsPaginator,
15
+ )
16
+
17
+ session = Session()
18
+ client: WorkSpacesWebClient = session.client("workspaces-web")
19
+
20
+ list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator("list_data_protection_settings")
21
+ list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
22
+ ```
23
+
24
+ Copyright 2025 Vlad Emelianov
25
+ """
26
+
27
+ from __future__ import annotations
28
+
29
+ import sys
30
+ from typing import TYPE_CHECKING
31
+
32
+ from botocore.paginate import PageIterator, Paginator
33
+
34
+ from .type_defs import (
35
+ ListDataProtectionSettingsRequestPaginateTypeDef,
36
+ ListDataProtectionSettingsResponseTypeDef,
37
+ ListSessionsRequestPaginateTypeDef,
38
+ ListSessionsResponseTypeDef,
39
+ )
40
+
41
+ if sys.version_info >= (3, 12):
42
+ from typing import Unpack
43
+ else:
44
+ from typing_extensions import Unpack
45
+
46
+
47
+ __all__ = ("ListDataProtectionSettingsPaginator", "ListSessionsPaginator")
48
+
49
+
50
+ if TYPE_CHECKING:
51
+ _ListDataProtectionSettingsPaginatorBase = Paginator[ListDataProtectionSettingsResponseTypeDef]
52
+ else:
53
+ _ListDataProtectionSettingsPaginatorBase = Paginator # type: ignore[assignment]
54
+
55
+
56
+ class ListDataProtectionSettingsPaginator(_ListDataProtectionSettingsPaginatorBase):
57
+ """
58
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListDataProtectionSettings.html#WorkSpacesWeb.Paginator.ListDataProtectionSettings)
59
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listdataprotectionsettingspaginator)
60
+ """
61
+
62
+ def paginate( # type: ignore[override]
63
+ self, **kwargs: Unpack[ListDataProtectionSettingsRequestPaginateTypeDef]
64
+ ) -> PageIterator[ListDataProtectionSettingsResponseTypeDef]:
65
+ """
66
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListDataProtectionSettings.html#WorkSpacesWeb.Paginator.ListDataProtectionSettings.paginate)
67
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listdataprotectionsettingspaginator)
68
+ """
69
+
70
+
71
+ if TYPE_CHECKING:
72
+ _ListSessionsPaginatorBase = Paginator[ListSessionsResponseTypeDef]
73
+ else:
74
+ _ListSessionsPaginatorBase = Paginator # type: ignore[assignment]
75
+
76
+
77
+ class ListSessionsPaginator(_ListSessionsPaginatorBase):
78
+ """
79
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListSessions.html#WorkSpacesWeb.Paginator.ListSessions)
80
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listsessionspaginator)
81
+ """
82
+
83
+ def paginate( # type: ignore[override]
84
+ self, **kwargs: Unpack[ListSessionsRequestPaginateTypeDef]
85
+ ) -> PageIterator[ListSessionsResponseTypeDef]:
86
+ """
87
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListSessions.html#WorkSpacesWeb.Paginator.ListSessions.paginate)
88
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listsessionspaginator)
89
+ """
@@ -0,0 +1,82 @@
1
+ """
2
+ Type annotations for workspaces-web service client paginators.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from boto3.session import Session
10
+
11
+ from types_boto3_workspaces_web.client import WorkSpacesWebClient
12
+ from types_boto3_workspaces_web.paginator import (
13
+ ListDataProtectionSettingsPaginator,
14
+ ListSessionsPaginator,
15
+ )
16
+
17
+ session = Session()
18
+ client: WorkSpacesWebClient = session.client("workspaces-web")
19
+
20
+ list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator("list_data_protection_settings")
21
+ list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
22
+ ```
23
+
24
+ Copyright 2025 Vlad Emelianov
25
+ """
26
+
27
+ from __future__ import annotations
28
+
29
+ import sys
30
+ from typing import TYPE_CHECKING
31
+
32
+ from botocore.paginate import PageIterator, Paginator
33
+
34
+ from .type_defs import (
35
+ ListDataProtectionSettingsRequestPaginateTypeDef,
36
+ ListDataProtectionSettingsResponseTypeDef,
37
+ ListSessionsRequestPaginateTypeDef,
38
+ ListSessionsResponseTypeDef,
39
+ )
40
+
41
+ if sys.version_info >= (3, 12):
42
+ from typing import Unpack
43
+ else:
44
+ from typing_extensions import Unpack
45
+
46
+ __all__ = ("ListDataProtectionSettingsPaginator", "ListSessionsPaginator")
47
+
48
+ if TYPE_CHECKING:
49
+ _ListDataProtectionSettingsPaginatorBase = Paginator[ListDataProtectionSettingsResponseTypeDef]
50
+ else:
51
+ _ListDataProtectionSettingsPaginatorBase = Paginator # type: ignore[assignment]
52
+
53
+ class ListDataProtectionSettingsPaginator(_ListDataProtectionSettingsPaginatorBase):
54
+ """
55
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListDataProtectionSettings.html#WorkSpacesWeb.Paginator.ListDataProtectionSettings)
56
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listdataprotectionsettingspaginator)
57
+ """
58
+ def paginate( # type: ignore[override]
59
+ self, **kwargs: Unpack[ListDataProtectionSettingsRequestPaginateTypeDef]
60
+ ) -> PageIterator[ListDataProtectionSettingsResponseTypeDef]:
61
+ """
62
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListDataProtectionSettings.html#WorkSpacesWeb.Paginator.ListDataProtectionSettings.paginate)
63
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listdataprotectionsettingspaginator)
64
+ """
65
+
66
+ if TYPE_CHECKING:
67
+ _ListSessionsPaginatorBase = Paginator[ListSessionsResponseTypeDef]
68
+ else:
69
+ _ListSessionsPaginatorBase = Paginator # type: ignore[assignment]
70
+
71
+ class ListSessionsPaginator(_ListSessionsPaginatorBase):
72
+ """
73
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListSessions.html#WorkSpacesWeb.Paginator.ListSessions)
74
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listsessionspaginator)
75
+ """
76
+ def paginate( # type: ignore[override]
77
+ self, **kwargs: Unpack[ListSessionsRequestPaginateTypeDef]
78
+ ) -> PageIterator[ListSessionsResponseTypeDef]:
79
+ """
80
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/paginator/ListSessions.html#WorkSpacesWeb.Paginator.ListSessions.paginate)
81
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/paginators/#listsessionspaginator)
82
+ """
File without changes