types-boto3-sso-admin 1.38.0__tar.gz → 1.38.12__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.
- {types_boto3_sso_admin-1.38.0/types_boto3_sso_admin.egg-info → types_boto3_sso_admin-1.38.12}/PKG-INFO +5 -5
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/README.md +3 -3
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/setup.py +2 -2
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/__main__.py +4 -4
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/client.py +3 -3
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/client.pyi +3 -3
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/literals.py +1 -1
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/literals.pyi +1 -1
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/version.py +1 -1
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12/types_boto3_sso_admin.egg-info}/PKG-INFO +5 -5
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/LICENSE +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/setup.cfg +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/__init__.py +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/__init__.pyi +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/paginator.py +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/paginator.pyi +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/py.typed +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/type_defs.py +94 -94
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/type_defs.pyi +94 -94
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin.egg-info/SOURCES.txt +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin.egg-info/dependency_links.txt +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin.egg-info/not-zip-safe +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin.egg-info/requires.txt +0 -0
- {types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-sso-admin
|
|
3
|
-
Version: 1.38.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.38.
|
|
3
|
+
Version: 1.38.12
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.38.12 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
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SSOAdmin 1.38.
|
|
59
|
+
Type annotations for [boto3 SSOAdmin 1.38.12](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/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.
|
|
121
|
+
`uvx --with 'boto3==1.38.12' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` 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
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SSOAdmin 1.38.
|
|
12
|
+
Type annotations for [boto3 SSOAdmin 1.38.12](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/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.
|
|
74
|
+
`uvx --with 'boto3==1.38.12' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3` AWS SDK.
|
|
76
76
|
3. Add `SSOAdmin` service.
|
|
77
77
|
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-sso-admin",
|
|
16
|
-
version="1.38.
|
|
16
|
+
version="1.38.12",
|
|
17
17
|
packages=["types_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.
|
|
22
|
+
description="Type annotations for boto3 SSOAdmin 1.38.12 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/__main__.py
RENAMED
|
@@ -12,9 +12,9 @@ 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.
|
|
16
|
-
"Version: 1.38.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 SSOAdmin 1.38.12\n"
|
|
16
|
+
"Version: 1.38.12\n"
|
|
17
|
+
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#ssoadmin\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.
|
|
29
|
+
sys.stdout.write("1.38.12\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/client.py
RENAMED
|
@@ -264,8 +264,8 @@ class SSOAdminClient(BaseClient):
|
|
|
264
264
|
self, **kwargs: Unpack[CreateApplicationRequestTypeDef]
|
|
265
265
|
) -> CreateApplicationResponseTypeDef:
|
|
266
266
|
"""
|
|
267
|
-
Creates an application in IAM Identity Center for
|
|
268
|
-
provider.
|
|
267
|
+
Creates an OAuth 2.0 customer managed application in IAM Identity Center for
|
|
268
|
+
the given application provider.
|
|
269
269
|
|
|
270
270
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application.html)
|
|
271
271
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#create_application)
|
|
@@ -895,7 +895,7 @@ class SSOAdminClient(BaseClient):
|
|
|
895
895
|
self, **kwargs: Unpack[PutApplicationGrantRequestTypeDef]
|
|
896
896
|
) -> EmptyResponseMetadataTypeDef:
|
|
897
897
|
"""
|
|
898
|
-
|
|
898
|
+
Creates a configuration for an application to use grants.
|
|
899
899
|
|
|
900
900
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_grant.html)
|
|
901
901
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/client.pyi
RENAMED
|
@@ -261,8 +261,8 @@ class SSOAdminClient(BaseClient):
|
|
|
261
261
|
self, **kwargs: Unpack[CreateApplicationRequestTypeDef]
|
|
262
262
|
) -> CreateApplicationResponseTypeDef:
|
|
263
263
|
"""
|
|
264
|
-
Creates an application in IAM Identity Center for
|
|
265
|
-
provider.
|
|
264
|
+
Creates an OAuth 2.0 customer managed application in IAM Identity Center for
|
|
265
|
+
the given application provider.
|
|
266
266
|
|
|
267
267
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application.html)
|
|
268
268
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#create_application)
|
|
@@ -892,7 +892,7 @@ class SSOAdminClient(BaseClient):
|
|
|
892
892
|
self, **kwargs: Unpack[PutApplicationGrantRequestTypeDef]
|
|
893
893
|
) -> EmptyResponseMetadataTypeDef:
|
|
894
894
|
"""
|
|
895
|
-
|
|
895
|
+
Creates a configuration for an application to use grants.
|
|
896
896
|
|
|
897
897
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_grant.html)
|
|
898
898
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/literals.py
RENAMED
|
@@ -485,7 +485,6 @@ ServiceName = Literal[
|
|
|
485
485
|
"signer",
|
|
486
486
|
"simspaceweaver",
|
|
487
487
|
"sms",
|
|
488
|
-
"sms-voice",
|
|
489
488
|
"snow-device-management",
|
|
490
489
|
"snowball",
|
|
491
490
|
"sns",
|
|
@@ -493,6 +492,7 @@ ServiceName = Literal[
|
|
|
493
492
|
"sqs",
|
|
494
493
|
"ssm",
|
|
495
494
|
"ssm-contacts",
|
|
495
|
+
"ssm-guiconnect",
|
|
496
496
|
"ssm-incidents",
|
|
497
497
|
"ssm-quicksetup",
|
|
498
498
|
"ssm-sap",
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/literals.pyi
RENAMED
|
@@ -483,7 +483,6 @@ ServiceName = Literal[
|
|
|
483
483
|
"signer",
|
|
484
484
|
"simspaceweaver",
|
|
485
485
|
"sms",
|
|
486
|
-
"sms-voice",
|
|
487
486
|
"snow-device-management",
|
|
488
487
|
"snowball",
|
|
489
488
|
"sns",
|
|
@@ -491,6 +490,7 @@ ServiceName = Literal[
|
|
|
491
490
|
"sqs",
|
|
492
491
|
"ssm",
|
|
493
492
|
"ssm-contacts",
|
|
493
|
+
"ssm-guiconnect",
|
|
494
494
|
"ssm-incidents",
|
|
495
495
|
"ssm-quicksetup",
|
|
496
496
|
"ssm-sap",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-sso-admin
|
|
3
|
-
Version: 1.38.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.38.
|
|
3
|
+
Version: 1.38.12
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.38.12 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
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SSOAdmin 1.38.
|
|
59
|
+
Type annotations for [boto3 SSOAdmin 1.38.12](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/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.
|
|
121
|
+
`uvx --with 'boto3==1.38.12' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `SSOAdmin` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/__init__.py
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/paginator.py
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/paginator.pyi
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.38.0 → types_boto3_sso_admin-1.38.12}/types_boto3_sso_admin/py.typed
RENAMED
|
File without changes
|