types-boto3-sso-admin 1.39.0__tar.gz → 1.40.7__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_sso_admin-1.39.0/types_boto3_sso_admin.egg-info → types_boto3_sso_admin-1.40.7}/PKG-INFO +4 -4
  2. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/README.md +2 -2
  3. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/setup.py +2 -2
  4. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/__main__.py +3 -3
  5. types_boto3_sso_admin-1.39.0/types_boto3_sso_admin/client.pyi → types_boto3_sso_admin-1.40.7/types_boto3_sso_admin/client.py +26 -0
  6. types_boto3_sso_admin-1.39.0/types_boto3_sso_admin/client.py → types_boto3_sso_admin-1.40.7/types_boto3_sso_admin/client.pyi +23 -3
  7. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/literals.py +7 -0
  8. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/literals.pyi +7 -0
  9. types_boto3_sso_admin-1.39.0/types_boto3_sso_admin/type_defs.pyi → types_boto3_sso_admin-1.40.7/types_boto3_sso_admin/type_defs.py +213 -0
  10. types_boto3_sso_admin-1.39.0/types_boto3_sso_admin/type_defs.py → types_boto3_sso_admin-1.40.7/types_boto3_sso_admin/type_defs.pyi +12 -192
  11. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/version.py +1 -1
  12. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7/types_boto3_sso_admin.egg-info}/PKG-INFO +4 -4
  13. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/LICENSE +0 -0
  14. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/setup.cfg +0 -0
  15. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/__init__.py +0 -0
  16. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/__init__.pyi +0 -0
  17. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/paginator.py +0 -0
  18. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/paginator.pyi +0 -0
  19. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin/py.typed +0 -0
  20. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin.egg-info/not-zip-safe +0 -0
  23. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/types_boto3_sso_admin.egg-info/requires.txt +0 -0
  24. {types_boto3_sso_admin-1.39.0 → types_boto3_sso_admin-1.40.7}/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.39.0
4
- Summary: Type annotations for boto3 SSOAdmin 1.39.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.7
4
+ Summary: Type annotations for boto3 SSOAdmin 1.40.7 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.39.0](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SSOAdmin 1.40.7](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.39.0' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.40.7' 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 SSOAdmin 1.39.0](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SSOAdmin 1.40.7](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.39.0' mypy-boto3-builder`
74
+ `uvx --with 'boto3==1.40.7' 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.39.0",
16
+ version="1.40.7",
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.39.0 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 SSOAdmin 1.40.7 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 SSOAdmin 1.39.0\n"
16
- "Version: 1.39.0\n"
15
+ "Type annotations for boto3 SSOAdmin 1.40.7\n"
16
+ "Version: 1.40.7\n"
17
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"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.39.0\n")
29
+ sys.stdout.write("1.40.7\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -106,6 +106,8 @@ from .type_defs import (
106
106
  GetApplicationAuthenticationMethodResponseTypeDef,
107
107
  GetApplicationGrantRequestTypeDef,
108
108
  GetApplicationGrantResponseTypeDef,
109
+ GetApplicationSessionConfigurationRequestTypeDef,
110
+ GetApplicationSessionConfigurationResponseTypeDef,
109
111
  GetInlinePolicyForPermissionSetRequestTypeDef,
110
112
  GetInlinePolicyForPermissionSetResponseTypeDef,
111
113
  GetPermissionsBoundaryForPermissionSetRequestTypeDef,
@@ -156,6 +158,7 @@ from .type_defs import (
156
158
  PutApplicationAssignmentConfigurationRequestTypeDef,
157
159
  PutApplicationAuthenticationMethodRequestTypeDef,
158
160
  PutApplicationGrantRequestTypeDef,
161
+ PutApplicationSessionConfigurationRequestTypeDef,
159
162
  PutInlinePolicyToPermissionSetRequestTypeDef,
160
163
  PutPermissionsBoundaryToPermissionSetRequestTypeDef,
161
164
  TagResourceRequestTypeDef,
@@ -178,8 +181,10 @@ if sys.version_info >= (3, 12):
178
181
  else:
179
182
  from typing_extensions import Literal, Unpack
180
183
 
184
+
181
185
  __all__ = ("SSOAdminClient",)
182
186
 
187
+
183
188
  class Exceptions(BaseClientExceptions):
184
189
  AccessDeniedException: Type[BotocoreClientError]
185
190
  ClientError: Type[BotocoreClientError]
@@ -190,6 +195,7 @@ class Exceptions(BaseClientExceptions):
190
195
  ThrottlingException: Type[BotocoreClientError]
191
196
  ValidationException: Type[BotocoreClientError]
192
197
 
198
+
193
199
  class SSOAdminClient(BaseClient):
194
200
  """
195
201
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client)
@@ -614,6 +620,16 @@ class SSOAdminClient(BaseClient):
614
620
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_grant)
615
621
  """
616
622
 
623
+ def get_application_session_configuration(
624
+ self, **kwargs: Unpack[GetApplicationSessionConfigurationRequestTypeDef]
625
+ ) -> GetApplicationSessionConfigurationResponseTypeDef:
626
+ """
627
+ Retrieves the session configuration for an application in IAM Identity Center.
628
+
629
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_session_configuration.html)
630
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_session_configuration)
631
+ """
632
+
617
633
  def get_inline_policy_for_permission_set(
618
634
  self, **kwargs: Unpack[GetInlinePolicyForPermissionSetRequestTypeDef]
619
635
  ) -> GetInlinePolicyForPermissionSetResponseTypeDef:
@@ -898,6 +914,16 @@ class SSOAdminClient(BaseClient):
898
914
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
899
915
  """
900
916
 
917
+ def put_application_session_configuration(
918
+ self, **kwargs: Unpack[PutApplicationSessionConfigurationRequestTypeDef]
919
+ ) -> Dict[str, Any]:
920
+ """
921
+ Updates the session configuration for an application in IAM Identity Center.
922
+
923
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_session_configuration.html)
924
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_session_configuration)
925
+ """
926
+
901
927
  def put_inline_policy_to_permission_set(
902
928
  self, **kwargs: Unpack[PutInlinePolicyToPermissionSetRequestTypeDef]
903
929
  ) -> Dict[str, Any]:
@@ -106,6 +106,8 @@ from .type_defs import (
106
106
  GetApplicationAuthenticationMethodResponseTypeDef,
107
107
  GetApplicationGrantRequestTypeDef,
108
108
  GetApplicationGrantResponseTypeDef,
109
+ GetApplicationSessionConfigurationRequestTypeDef,
110
+ GetApplicationSessionConfigurationResponseTypeDef,
109
111
  GetInlinePolicyForPermissionSetRequestTypeDef,
110
112
  GetInlinePolicyForPermissionSetResponseTypeDef,
111
113
  GetPermissionsBoundaryForPermissionSetRequestTypeDef,
@@ -156,6 +158,7 @@ from .type_defs import (
156
158
  PutApplicationAssignmentConfigurationRequestTypeDef,
157
159
  PutApplicationAuthenticationMethodRequestTypeDef,
158
160
  PutApplicationGrantRequestTypeDef,
161
+ PutApplicationSessionConfigurationRequestTypeDef,
159
162
  PutInlinePolicyToPermissionSetRequestTypeDef,
160
163
  PutPermissionsBoundaryToPermissionSetRequestTypeDef,
161
164
  TagResourceRequestTypeDef,
@@ -178,10 +181,8 @@ if sys.version_info >= (3, 12):
178
181
  else:
179
182
  from typing_extensions import Literal, Unpack
180
183
 
181
-
182
184
  __all__ = ("SSOAdminClient",)
183
185
 
184
-
185
186
  class Exceptions(BaseClientExceptions):
186
187
  AccessDeniedException: Type[BotocoreClientError]
187
188
  ClientError: Type[BotocoreClientError]
@@ -192,7 +193,6 @@ class Exceptions(BaseClientExceptions):
192
193
  ThrottlingException: Type[BotocoreClientError]
193
194
  ValidationException: Type[BotocoreClientError]
194
195
 
195
-
196
196
  class SSOAdminClient(BaseClient):
197
197
  """
198
198
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client)
@@ -617,6 +617,16 @@ class SSOAdminClient(BaseClient):
617
617
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_grant)
618
618
  """
619
619
 
620
+ def get_application_session_configuration(
621
+ self, **kwargs: Unpack[GetApplicationSessionConfigurationRequestTypeDef]
622
+ ) -> GetApplicationSessionConfigurationResponseTypeDef:
623
+ """
624
+ Retrieves the session configuration for an application in IAM Identity Center.
625
+
626
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_session_configuration.html)
627
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_session_configuration)
628
+ """
629
+
620
630
  def get_inline_policy_for_permission_set(
621
631
  self, **kwargs: Unpack[GetInlinePolicyForPermissionSetRequestTypeDef]
622
632
  ) -> GetInlinePolicyForPermissionSetResponseTypeDef:
@@ -901,6 +911,16 @@ class SSOAdminClient(BaseClient):
901
911
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
902
912
  """
903
913
 
914
+ def put_application_session_configuration(
915
+ self, **kwargs: Unpack[PutApplicationSessionConfigurationRequestTypeDef]
916
+ ) -> Dict[str, Any]:
917
+ """
918
+ Updates the session configuration for an application in IAM Identity Center.
919
+
920
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_session_configuration.html)
921
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_session_configuration)
922
+ """
923
+
904
924
  def put_inline_policy_to_permission_set(
905
925
  self, **kwargs: Unpack[PutInlinePolicyToPermissionSetRequestTypeDef]
906
926
  ) -> Dict[str, Any]:
@@ -63,6 +63,7 @@ __all__ = (
63
63
  "StatusValuesType",
64
64
  "TargetTypeType",
65
65
  "TrustedTokenIssuerTypeType",
66
+ "UserBackgroundSessionApplicationStatusType",
66
67
  )
67
68
 
68
69
 
@@ -126,6 +127,7 @@ SignInOriginType = Literal["APPLICATION", "IDENTITY_CENTER"]
126
127
  StatusValuesType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
127
128
  TargetTypeType = Literal["AWS_ACCOUNT"]
128
129
  TrustedTokenIssuerTypeType = Literal["OIDC_JWT"]
130
+ UserBackgroundSessionApplicationStatusType = Literal["DISABLED", "ENABLED"]
129
131
  SSOAdminServiceName = Literal["sso-admin"]
130
132
  ServiceName = Literal[
131
133
  "accessanalyzer",
@@ -154,6 +156,7 @@ ServiceName = Literal[
154
156
  "appstream",
155
157
  "appsync",
156
158
  "apptest",
159
+ "arc-region-switch",
157
160
  "arc-zonal-shift",
158
161
  "artifact",
159
162
  "athena",
@@ -170,6 +173,8 @@ ServiceName = Literal[
170
173
  "bedrock",
171
174
  "bedrock-agent",
172
175
  "bedrock-agent-runtime",
176
+ "bedrock-agentcore",
177
+ "bedrock-agentcore-control",
173
178
  "bedrock-data-automation",
174
179
  "bedrock-data-automation-runtime",
175
180
  "bedrock-runtime",
@@ -402,6 +407,7 @@ ServiceName = Literal[
402
407
  "notificationscontacts",
403
408
  "oam",
404
409
  "observabilityadmin",
410
+ "odb",
405
411
  "omics",
406
412
  "opensearch",
407
413
  "opensearchserverless",
@@ -462,6 +468,7 @@ ServiceName = Literal[
462
468
  "s3control",
463
469
  "s3outposts",
464
470
  "s3tables",
471
+ "s3vectors",
465
472
  "sagemaker",
466
473
  "sagemaker-a2i-runtime",
467
474
  "sagemaker-edge",
@@ -62,6 +62,7 @@ __all__ = (
62
62
  "StatusValuesType",
63
63
  "TargetTypeType",
64
64
  "TrustedTokenIssuerTypeType",
65
+ "UserBackgroundSessionApplicationStatusType",
65
66
  )
66
67
 
67
68
  ApplicationStatusType = Literal["DISABLED", "ENABLED"]
@@ -124,6 +125,7 @@ SignInOriginType = Literal["APPLICATION", "IDENTITY_CENTER"]
124
125
  StatusValuesType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
125
126
  TargetTypeType = Literal["AWS_ACCOUNT"]
126
127
  TrustedTokenIssuerTypeType = Literal["OIDC_JWT"]
128
+ UserBackgroundSessionApplicationStatusType = Literal["DISABLED", "ENABLED"]
127
129
  SSOAdminServiceName = Literal["sso-admin"]
128
130
  ServiceName = Literal[
129
131
  "accessanalyzer",
@@ -152,6 +154,7 @@ ServiceName = Literal[
152
154
  "appstream",
153
155
  "appsync",
154
156
  "apptest",
157
+ "arc-region-switch",
155
158
  "arc-zonal-shift",
156
159
  "artifact",
157
160
  "athena",
@@ -168,6 +171,8 @@ ServiceName = Literal[
168
171
  "bedrock",
169
172
  "bedrock-agent",
170
173
  "bedrock-agent-runtime",
174
+ "bedrock-agentcore",
175
+ "bedrock-agentcore-control",
171
176
  "bedrock-data-automation",
172
177
  "bedrock-data-automation-runtime",
173
178
  "bedrock-runtime",
@@ -400,6 +405,7 @@ ServiceName = Literal[
400
405
  "notificationscontacts",
401
406
  "oam",
402
407
  "observabilityadmin",
408
+ "odb",
403
409
  "omics",
404
410
  "opensearch",
405
411
  "opensearchserverless",
@@ -460,6 +466,7 @@ ServiceName = Literal[
460
466
  "s3control",
461
467
  "s3outposts",
462
468
  "s3tables",
469
+ "s3vectors",
463
470
  "sagemaker",
464
471
  "sagemaker-a2i-runtime",
465
472
  "sagemaker-edge",