types-boto3-workspaces-web 1.40.0__tar.gz → 1.40.54__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.
Files changed (24) hide show
  1. {types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web.egg-info → types_boto3_workspaces_web-1.40.54}/PKG-INFO +4 -4
  2. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/README.md +2 -2
  3. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/setup.py +2 -2
  4. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/__main__.py +3 -3
  5. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/literals.py +4 -13
  6. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/literals.pyi +4 -13
  7. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/version.py +1 -1
  8. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54/types_boto3_workspaces_web.egg-info}/PKG-INFO +4 -4
  9. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/LICENSE +0 -0
  10. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/setup.cfg +0 -0
  11. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/__init__.py +0 -0
  12. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/__init__.pyi +0 -0
  13. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/client.py +0 -0
  14. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/client.pyi +0 -0
  15. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/paginator.py +0 -0
  16. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/paginator.pyi +0 -0
  17. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/py.typed +0 -0
  18. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/type_defs.py +0 -0
  19. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web/type_defs.pyi +0 -0
  20. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web.egg-info/not-zip-safe +0 -0
  23. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web.egg-info/requires.txt +0 -0
  24. {types_boto3_workspaces_web-1.40.0 → types_boto3_workspaces_web-1.40.54}/types_boto3_workspaces_web.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-workspaces-web
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 WorkSpacesWeb 1.40.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.54
4
+ Summary: Type annotations for boto3 WorkSpacesWeb 1.40.54 service generated with mypy-boto3-builder 8.11.0
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 WorkSpacesWeb 1.40.0](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 WorkSpacesWeb 1.40.54](https://pypi.org/project/boto3/) compatible with
61
61
  [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.54' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `WorkSpacesWeb` service.
125
125
  4. Use provided commands to install generated packages.
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3 WorkSpacesWeb 1.40.0](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 WorkSpacesWeb 1.40.54](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.40.0' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.54' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `WorkSpacesWeb` service.
78
78
  4. Use provided commands to install generated packages.
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="types-boto3-workspaces-web",
16
- version="1.40.0",
16
+ version="1.40.54",
17
17
  packages=["types_boto3_workspaces_web"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 WorkSpacesWeb 1.40.0 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 WorkSpacesWeb 1.40.54 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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.40.0\n"
16
- "Version: 1.40.0\n"
15
+ "Type annotations for boto3 WorkSpacesWeb 1.40.54\n"
16
+ "Version: 1.40.54\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_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.40.0\n")
29
+ sys.stdout.write("1.40.54\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -127,6 +127,7 @@ ServiceName = Literal[
127
127
  "appstream",
128
128
  "appsync",
129
129
  "apptest",
130
+ "arc-region-switch",
130
131
  "arc-zonal-shift",
131
132
  "artifact",
132
133
  "athena",
@@ -138,8 +139,10 @@ ServiceName = Literal[
138
139
  "backup-gateway",
139
140
  "backupsearch",
140
141
  "batch",
142
+ "bcm-dashboards",
141
143
  "bcm-data-exports",
142
144
  "bcm-pricing-calculator",
145
+ "bcm-recommended-actions",
143
146
  "bedrock",
144
147
  "bedrock-agent",
145
148
  "bedrock-agent-runtime",
@@ -381,8 +384,6 @@ ServiceName = Literal[
381
384
  "omics",
382
385
  "opensearch",
383
386
  "opensearchserverless",
384
- "opsworks",
385
- "opsworkscm",
386
387
  "organizations",
387
388
  "osis",
388
389
  "outposts",
@@ -464,7 +465,6 @@ ServiceName = Literal[
464
465
  "shield",
465
466
  "signer",
466
467
  "simspaceweaver",
467
- "sms",
468
468
  "snow-device-management",
469
469
  "snowball",
470
470
  "sns",
@@ -515,16 +515,7 @@ ServiceName = Literal[
515
515
  "xray",
516
516
  ]
517
517
  ResourceServiceName = Literal[
518
- "cloudformation",
519
- "cloudwatch",
520
- "dynamodb",
521
- "ec2",
522
- "glacier",
523
- "iam",
524
- "opsworks",
525
- "s3",
526
- "sns",
527
- "sqs",
518
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
528
519
  ]
529
520
  PaginatorName = Literal["list_data_protection_settings", "list_session_loggers", "list_sessions"]
530
521
  RegionName = Literal[
@@ -125,6 +125,7 @@ ServiceName = Literal[
125
125
  "appstream",
126
126
  "appsync",
127
127
  "apptest",
128
+ "arc-region-switch",
128
129
  "arc-zonal-shift",
129
130
  "artifact",
130
131
  "athena",
@@ -136,8 +137,10 @@ ServiceName = Literal[
136
137
  "backup-gateway",
137
138
  "backupsearch",
138
139
  "batch",
140
+ "bcm-dashboards",
139
141
  "bcm-data-exports",
140
142
  "bcm-pricing-calculator",
143
+ "bcm-recommended-actions",
141
144
  "bedrock",
142
145
  "bedrock-agent",
143
146
  "bedrock-agent-runtime",
@@ -379,8 +382,6 @@ ServiceName = Literal[
379
382
  "omics",
380
383
  "opensearch",
381
384
  "opensearchserverless",
382
- "opsworks",
383
- "opsworkscm",
384
385
  "organizations",
385
386
  "osis",
386
387
  "outposts",
@@ -462,7 +463,6 @@ ServiceName = Literal[
462
463
  "shield",
463
464
  "signer",
464
465
  "simspaceweaver",
465
- "sms",
466
466
  "snow-device-management",
467
467
  "snowball",
468
468
  "sns",
@@ -513,16 +513,7 @@ ServiceName = Literal[
513
513
  "xray",
514
514
  ]
515
515
  ResourceServiceName = Literal[
516
- "cloudformation",
517
- "cloudwatch",
518
- "dynamodb",
519
- "ec2",
520
- "glacier",
521
- "iam",
522
- "opsworks",
523
- "s3",
524
- "sns",
525
- "sqs",
516
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
526
517
  ]
527
518
  PaginatorName = Literal["list_data_protection_settings", "list_session_loggers", "list_sessions"]
528
519
  RegionName = Literal[
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.0"
7
+ __version__ = "1.40.54"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-workspaces-web
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 WorkSpacesWeb 1.40.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.54
4
+ Summary: Type annotations for boto3 WorkSpacesWeb 1.40.54 service generated with mypy-boto3-builder 8.11.0
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 WorkSpacesWeb 1.40.0](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 WorkSpacesWeb 1.40.54](https://pypi.org/project/boto3/) compatible with
61
61
  [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.54' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `WorkSpacesWeb` service.
125
125
  4. Use provided commands to install generated packages.