mypy-boto3-sso-admin 1.38.12__tar.gz → 1.40.0__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. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/PKG-INFO +4 -4
  2. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/README.md +2 -2
  3. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/__main__.py +3 -3
  4. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/literals.py +9 -1
  5. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/literals.pyi +9 -1
  6. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/version.py +1 -1
  7. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin.egg-info/PKG-INFO +4 -4
  8. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/setup.py +2 -2
  9. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/LICENSE +0 -0
  10. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/__init__.py +0 -0
  11. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/__init__.pyi +0 -0
  12. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/client.py +0 -0
  13. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/client.pyi +0 -0
  14. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/paginator.py +0 -0
  15. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/paginator.pyi +0 -0
  16. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/py.typed +0 -0
  17. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/type_defs.py +0 -0
  18. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin/type_defs.pyi +0 -0
  19. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin.egg-info/SOURCES.txt +0 -0
  20. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin.egg-info/dependency_links.txt +0 -0
  21. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin.egg-info/not-zip-safe +0 -0
  22. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin.egg-info/requires.txt +0 -0
  23. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/mypy_boto3_sso_admin.egg-info/top_level.txt +0 -0
  24. {mypy_boto3_sso_admin-1.38.12 → mypy_boto3_sso_admin-1.40.0}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sso-admin
3
- Version: 1.38.12
4
- Summary: Type annotations for boto3 SSOAdmin 1.38.12 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.0
4
+ Summary: Type annotations for boto3 SSOAdmin 1.40.0 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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SSOAdmin 1.38.12](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SSOAdmin 1.40.0](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
118
118
  isolation.
119
119
 
120
120
  1. Run mypy-boto3-builder in your package root directory:
121
- `uvx --with 'boto3==1.38.12' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
122
122
  2. Select `boto3-stubs` AWS SDK.
123
123
  3. Add `SSOAdmin` service.
124
124
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 SSOAdmin 1.38.12](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SSOAdmin 1.40.0](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
71
71
  isolation.
72
72
 
73
73
  1. Run mypy-boto3-builder in your package root directory:
74
- `uvx --with 'boto3==1.38.12' mypy-boto3-builder`
74
+ `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
75
75
  2. Select `boto3-stubs` AWS SDK.
76
76
  3. Add `SSOAdmin` service.
77
77
  4. Use provided commands to install generated packages.
@@ -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 SSOAdmin 1.38.12\n"
16
- "Version: 1.38.12\n"
15
+ "Type annotations for boto3 SSOAdmin 1.40.0\n"
16
+ "Version: 1.40.0\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#ssoadmin\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.38.12\n")
29
+ sys.stdout.write("1.40.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -132,6 +132,7 @@ ServiceName = Literal[
132
132
  "account",
133
133
  "acm",
134
134
  "acm-pca",
135
+ "aiops",
135
136
  "amp",
136
137
  "amplify",
137
138
  "amplifybackend",
@@ -169,6 +170,8 @@ ServiceName = Literal[
169
170
  "bedrock",
170
171
  "bedrock-agent",
171
172
  "bedrock-agent-runtime",
173
+ "bedrock-agentcore",
174
+ "bedrock-agentcore-control",
172
175
  "bedrock-data-automation",
173
176
  "bedrock-data-automation-runtime",
174
177
  "bedrock-runtime",
@@ -272,6 +275,7 @@ ServiceName = Literal[
272
275
  "es",
273
276
  "events",
274
277
  "evidently",
278
+ "evs",
275
279
  "finspace",
276
280
  "finspace-data",
277
281
  "firehose",
@@ -329,6 +333,7 @@ ServiceName = Literal[
329
333
  "kendra",
330
334
  "kendra-ranking",
331
335
  "keyspaces",
336
+ "keyspacesstreams",
332
337
  "kinesis",
333
338
  "kinesis-video-archived-media",
334
339
  "kinesis-video-media",
@@ -384,6 +389,7 @@ ServiceName = Literal[
384
389
  "migrationhub-config",
385
390
  "migrationhuborchestrator",
386
391
  "migrationhubstrategy",
392
+ "mpa",
387
393
  "mq",
388
394
  "mturk",
389
395
  "mwaa",
@@ -398,6 +404,7 @@ ServiceName = Literal[
398
404
  "notificationscontacts",
399
405
  "oam",
400
406
  "observabilityadmin",
407
+ "odb",
401
408
  "omics",
402
409
  "opensearch",
403
410
  "opensearchserverless",
@@ -424,7 +431,6 @@ ServiceName = Literal[
424
431
  "pipes",
425
432
  "polly",
426
433
  "pricing",
427
- "privatenetworks",
428
434
  "proton",
429
435
  "qapps",
430
436
  "qbusiness",
@@ -459,6 +465,7 @@ ServiceName = Literal[
459
465
  "s3control",
460
466
  "s3outposts",
461
467
  "s3tables",
468
+ "s3vectors",
462
469
  "sagemaker",
463
470
  "sagemaker-a2i-runtime",
464
471
  "sagemaker-edge",
@@ -529,6 +536,7 @@ ServiceName = Literal[
529
536
  "workmail",
530
537
  "workmailmessageflow",
531
538
  "workspaces",
539
+ "workspaces-instances",
532
540
  "workspaces-thin-client",
533
541
  "workspaces-web",
534
542
  "xray",
@@ -130,6 +130,7 @@ ServiceName = Literal[
130
130
  "account",
131
131
  "acm",
132
132
  "acm-pca",
133
+ "aiops",
133
134
  "amp",
134
135
  "amplify",
135
136
  "amplifybackend",
@@ -167,6 +168,8 @@ ServiceName = Literal[
167
168
  "bedrock",
168
169
  "bedrock-agent",
169
170
  "bedrock-agent-runtime",
171
+ "bedrock-agentcore",
172
+ "bedrock-agentcore-control",
170
173
  "bedrock-data-automation",
171
174
  "bedrock-data-automation-runtime",
172
175
  "bedrock-runtime",
@@ -270,6 +273,7 @@ ServiceName = Literal[
270
273
  "es",
271
274
  "events",
272
275
  "evidently",
276
+ "evs",
273
277
  "finspace",
274
278
  "finspace-data",
275
279
  "firehose",
@@ -327,6 +331,7 @@ ServiceName = Literal[
327
331
  "kendra",
328
332
  "kendra-ranking",
329
333
  "keyspaces",
334
+ "keyspacesstreams",
330
335
  "kinesis",
331
336
  "kinesis-video-archived-media",
332
337
  "kinesis-video-media",
@@ -382,6 +387,7 @@ ServiceName = Literal[
382
387
  "migrationhub-config",
383
388
  "migrationhuborchestrator",
384
389
  "migrationhubstrategy",
390
+ "mpa",
385
391
  "mq",
386
392
  "mturk",
387
393
  "mwaa",
@@ -396,6 +402,7 @@ ServiceName = Literal[
396
402
  "notificationscontacts",
397
403
  "oam",
398
404
  "observabilityadmin",
405
+ "odb",
399
406
  "omics",
400
407
  "opensearch",
401
408
  "opensearchserverless",
@@ -422,7 +429,6 @@ ServiceName = Literal[
422
429
  "pipes",
423
430
  "polly",
424
431
  "pricing",
425
- "privatenetworks",
426
432
  "proton",
427
433
  "qapps",
428
434
  "qbusiness",
@@ -457,6 +463,7 @@ ServiceName = Literal[
457
463
  "s3control",
458
464
  "s3outposts",
459
465
  "s3tables",
466
+ "s3vectors",
460
467
  "sagemaker",
461
468
  "sagemaker-a2i-runtime",
462
469
  "sagemaker-edge",
@@ -527,6 +534,7 @@ ServiceName = Literal[
527
534
  "workmail",
528
535
  "workmailmessageflow",
529
536
  "workspaces",
537
+ "workspaces-instances",
530
538
  "workspaces-thin-client",
531
539
  "workspaces-web",
532
540
  "xray",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.38.12"
7
+ __version__ = "1.40.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sso-admin
3
- Version: 1.38.12
4
- Summary: Type annotations for boto3 SSOAdmin 1.38.12 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.0
4
+ Summary: Type annotations for boto3 SSOAdmin 1.40.0 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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SSOAdmin 1.38.12](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SSOAdmin 1.40.0](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
118
118
  isolation.
119
119
 
120
120
  1. Run mypy-boto3-builder in your package root directory:
121
- `uvx --with 'boto3==1.38.12' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
122
122
  2. Select `boto3-stubs` AWS SDK.
123
123
  3. Add `SSOAdmin` service.
124
124
  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="mypy-boto3-sso-admin",
16
- version="1.38.12",
16
+ version="1.40.0",
17
17
  packages=["mypy_boto3_sso_admin"],
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 SSOAdmin 1.38.12 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 SSOAdmin 1.40.0 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",