mypy-boto3-workspaces-web 1.42.14__tar.gz → 1.42.42__tar.gz
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.
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/LICENSE +1 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/PKG-INFO +4 -4
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/README.md +2 -2
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/__init__.py +1 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/__init__.pyi +1 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/__main__.py +4 -4
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/client.py +1 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/client.pyi +1 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/literals.py +1 -2
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/literals.pyi +1 -2
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/paginator.py +1 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/paginator.pyi +1 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/type_defs.py +5 -1
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/type_defs.pyi +5 -1
- mypy_boto3_workspaces_web-1.42.42/mypy_boto3_workspaces_web/version.py +7 -0
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web.egg-info/PKG-INFO +4 -4
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/pyproject.toml +3 -3
- mypy_boto3_workspaces_web-1.42.14/mypy_boto3_workspaces_web/version.py +0 -7
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web/py.typed +0 -0
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web.egg-info/requires.txt +0 -0
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/mypy_boto3_workspaces_web.egg-info/top_level.txt +0 -0
- {mypy_boto3_workspaces_web-1.42.14 → mypy_boto3_workspaces_web-1.42.42}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-workspaces-web
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.
|
|
3
|
+
Version: 1.42.42
|
|
4
|
+
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.42 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3 WorkSpacesWeb 1.42.
|
|
46
|
+
[boto3 WorkSpacesWeb 1.42.42](https://pypi.org/project/boto3/) compatible with
|
|
47
47
|
[VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.42' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `WorkSpacesWeb` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 WorkSpacesWeb 1.42.
|
|
13
|
+
[boto3 WorkSpacesWeb 1.42.42](https://pypi.org/project/boto3/) compatible with
|
|
14
14
|
[VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.42.
|
|
75
|
+
`uvx --with 'boto3==1.42.42' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `WorkSpacesWeb` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 WorkSpacesWeb 1.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 WorkSpacesWeb 1.42.42\n"
|
|
16
|
+
"Version: 1.42.42\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#workspacesweb\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.42.
|
|
29
|
+
sys.stdout.write("1.42.42\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for workspaces-web service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -290,7 +290,6 @@ ServiceName = Literal[
|
|
|
290
290
|
"eks-auth",
|
|
291
291
|
"elasticache",
|
|
292
292
|
"elasticbeanstalk",
|
|
293
|
-
"elastictranscoder",
|
|
294
293
|
"elb",
|
|
295
294
|
"elbv2",
|
|
296
295
|
"emr",
|
|
@@ -3,7 +3,7 @@ Type annotations for workspaces-web service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -288,7 +288,6 @@ ServiceName = Literal[
|
|
|
288
288
|
"eks-auth",
|
|
289
289
|
"elasticache",
|
|
290
290
|
"elasticbeanstalk",
|
|
291
|
-
"elastictranscoder",
|
|
292
291
|
"elb",
|
|
293
292
|
"elbv2",
|
|
294
293
|
"emr",
|
|
@@ -3,7 +3,7 @@ Type annotations for workspaces-web service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -523,6 +523,7 @@ class PortalTypeDef(TypedDict):
|
|
|
523
523
|
additionalEncryptionContext: NotRequired[dict[str, str]]
|
|
524
524
|
instanceType: NotRequired[InstanceTypeType]
|
|
525
525
|
maxConcurrentSessions: NotRequired[int]
|
|
526
|
+
portalCustomDomain: NotRequired[str]
|
|
526
527
|
|
|
527
528
|
|
|
528
529
|
class GetPortalServiceProviderMetadataRequestTypeDef(TypedDict):
|
|
@@ -655,6 +656,7 @@ class PortalSummaryTypeDef(TypedDict):
|
|
|
655
656
|
ipAccessSettingsArn: NotRequired[str]
|
|
656
657
|
instanceType: NotRequired[InstanceTypeType]
|
|
657
658
|
maxConcurrentSessions: NotRequired[int]
|
|
659
|
+
portalCustomDomain: NotRequired[str]
|
|
658
660
|
|
|
659
661
|
|
|
660
662
|
class ListSessionLoggersRequestTypeDef(TypedDict):
|
|
@@ -764,6 +766,7 @@ class UpdatePortalRequestTypeDef(TypedDict):
|
|
|
764
766
|
authenticationType: NotRequired[AuthenticationTypeType]
|
|
765
767
|
instanceType: NotRequired[InstanceTypeType]
|
|
766
768
|
maxConcurrentSessions: NotRequired[int]
|
|
769
|
+
portalCustomDomain: NotRequired[str]
|
|
767
770
|
|
|
768
771
|
|
|
769
772
|
class UpdateUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
@@ -978,6 +981,7 @@ class CreatePortalRequestTypeDef(TypedDict):
|
|
|
978
981
|
authenticationType: NotRequired[AuthenticationTypeType]
|
|
979
982
|
instanceType: NotRequired[InstanceTypeType]
|
|
980
983
|
maxConcurrentSessions: NotRequired[int]
|
|
984
|
+
portalCustomDomain: NotRequired[str]
|
|
981
985
|
|
|
982
986
|
|
|
983
987
|
class CreateTrustStoreRequestTypeDef(TypedDict):
|
|
@@ -3,7 +3,7 @@ Type annotations for workspaces-web service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -472,6 +472,7 @@ class PortalTypeDef(TypedDict):
|
|
|
472
472
|
additionalEncryptionContext: NotRequired[dict[str, str]]
|
|
473
473
|
instanceType: NotRequired[InstanceTypeType]
|
|
474
474
|
maxConcurrentSessions: NotRequired[int]
|
|
475
|
+
portalCustomDomain: NotRequired[str]
|
|
475
476
|
|
|
476
477
|
class GetPortalServiceProviderMetadataRequestTypeDef(TypedDict):
|
|
477
478
|
portalArn: str
|
|
@@ -582,6 +583,7 @@ class PortalSummaryTypeDef(TypedDict):
|
|
|
582
583
|
ipAccessSettingsArn: NotRequired[str]
|
|
583
584
|
instanceType: NotRequired[InstanceTypeType]
|
|
584
585
|
maxConcurrentSessions: NotRequired[int]
|
|
586
|
+
portalCustomDomain: NotRequired[str]
|
|
585
587
|
|
|
586
588
|
class ListSessionLoggersRequestTypeDef(TypedDict):
|
|
587
589
|
nextToken: NotRequired[str]
|
|
@@ -674,6 +676,7 @@ class UpdatePortalRequestTypeDef(TypedDict):
|
|
|
674
676
|
authenticationType: NotRequired[AuthenticationTypeType]
|
|
675
677
|
instanceType: NotRequired[InstanceTypeType]
|
|
676
678
|
maxConcurrentSessions: NotRequired[int]
|
|
679
|
+
portalCustomDomain: NotRequired[str]
|
|
677
680
|
|
|
678
681
|
class UpdateUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
679
682
|
userAccessLoggingSettingsArn: str
|
|
@@ -853,6 +856,7 @@ class CreatePortalRequestTypeDef(TypedDict):
|
|
|
853
856
|
authenticationType: NotRequired[AuthenticationTypeType]
|
|
854
857
|
instanceType: NotRequired[InstanceTypeType]
|
|
855
858
|
maxConcurrentSessions: NotRequired[int]
|
|
859
|
+
portalCustomDomain: NotRequired[str]
|
|
856
860
|
|
|
857
861
|
class CreateTrustStoreRequestTypeDef(TypedDict):
|
|
858
862
|
certificateList: Sequence[BlobTypeDef]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-workspaces-web
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.
|
|
3
|
+
Version: 1.42.42
|
|
4
|
+
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.42 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3 WorkSpacesWeb 1.42.
|
|
46
|
+
[boto3 WorkSpacesWeb 1.42.42](https://pypi.org/project/boto3/) compatible with
|
|
47
47
|
[VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.42' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `WorkSpacesWeb` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for mypy-boto3-workspaces-web.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mypy-boto3-workspaces-web"
|
|
7
|
-
version = "1.42.
|
|
7
|
+
version = "1.42.42"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 WorkSpacesWeb 1.42.
|
|
10
|
+
description = "Type annotations for boto3 WorkSpacesWeb 1.42.42 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|