mypy-boto3-sso-admin 1.40.7__tar.gz → 1.40.60__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_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/PKG-INFO +4 -4
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/README.md +2 -2
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/__main__.py +3 -3
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/literals.py +11 -14
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/literals.pyi +11 -14
- mypy_boto3_sso_admin-1.40.7/mypy_boto3_sso_admin/type_defs.pyi → mypy_boto3_sso_admin-1.40.60/mypy_boto3_sso_admin/type_defs.py +229 -11
- mypy_boto3_sso_admin-1.40.7/mypy_boto3_sso_admin/type_defs.py → mypy_boto3_sso_admin-1.40.60/mypy_boto3_sso_admin/type_defs.pyi +27 -207
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/version.py +1 -1
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/setup.py +2 -2
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/LICENSE +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/__init__.py +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/__init__.pyi +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/client.py +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/client.pyi +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/paginator.py +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/paginator.pyi +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/py.typed +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin.egg-info/requires.txt +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin.egg-info/top_level.txt +0 -0
- {mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sso-admin
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.40.
|
|
3
|
+
Version: 1.40.60
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.40.60 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.40.
|
|
59
|
+
Type annotations for [boto3 SSOAdmin 1.40.60](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.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.60' 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
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SSOAdmin 1.40.
|
|
12
|
+
Type annotations for [boto3 SSOAdmin 1.40.60](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.40.
|
|
74
|
+
`uvx --with 'boto3==1.40.60' 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.
|
{mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/__main__.py
RENAMED
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 SSOAdmin 1.40.60\n"
|
|
16
|
+
"Version: 1.40.60\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.40.
|
|
29
|
+
sys.stdout.write("1.40.60\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/literals.py
RENAMED
|
@@ -31,6 +31,8 @@ __all__ = (
|
|
|
31
31
|
"InstanceAccessControlAttributeConfigurationStatusType",
|
|
32
32
|
"InstanceStatusType",
|
|
33
33
|
"JwksRetrievalOptionType",
|
|
34
|
+
"KmsKeyStatusType",
|
|
35
|
+
"KmsKeyTypeType",
|
|
34
36
|
"ListAccountAssignmentCreationStatusPaginatorName",
|
|
35
37
|
"ListAccountAssignmentDeletionStatusPaginatorName",
|
|
36
38
|
"ListAccountAssignmentsForPrincipalPaginatorName",
|
|
@@ -80,8 +82,10 @@ GrantTypeType = Literal[
|
|
|
80
82
|
InstanceAccessControlAttributeConfigurationStatusType = Literal[
|
|
81
83
|
"CREATION_FAILED", "CREATION_IN_PROGRESS", "ENABLED"
|
|
82
84
|
]
|
|
83
|
-
InstanceStatusType = Literal["ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
85
|
+
InstanceStatusType = Literal["ACTIVE", "CREATE_FAILED", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
84
86
|
JwksRetrievalOptionType = Literal["OPEN_ID_DISCOVERY"]
|
|
87
|
+
KmsKeyStatusType = Literal["ENABLED", "UPDATE_FAILED", "UPDATING"]
|
|
88
|
+
KmsKeyTypeType = Literal["AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"]
|
|
85
89
|
ListAccountAssignmentCreationStatusPaginatorName = Literal[
|
|
86
90
|
"list_account_assignment_creation_status"
|
|
87
91
|
]
|
|
@@ -168,8 +172,10 @@ ServiceName = Literal[
|
|
|
168
172
|
"backup-gateway",
|
|
169
173
|
"backupsearch",
|
|
170
174
|
"batch",
|
|
175
|
+
"bcm-dashboards",
|
|
171
176
|
"bcm-data-exports",
|
|
172
177
|
"bcm-pricing-calculator",
|
|
178
|
+
"bcm-recommended-actions",
|
|
173
179
|
"bedrock",
|
|
174
180
|
"bedrock-agent",
|
|
175
181
|
"bedrock-agent-runtime",
|
|
@@ -411,8 +417,6 @@ ServiceName = Literal[
|
|
|
411
417
|
"omics",
|
|
412
418
|
"opensearch",
|
|
413
419
|
"opensearchserverless",
|
|
414
|
-
"opsworks",
|
|
415
|
-
"opsworkscm",
|
|
416
420
|
"organizations",
|
|
417
421
|
"osis",
|
|
418
422
|
"outposts",
|
|
@@ -463,6 +467,7 @@ ServiceName = Literal[
|
|
|
463
467
|
"route53domains",
|
|
464
468
|
"route53profiles",
|
|
465
469
|
"route53resolver",
|
|
470
|
+
"rtbfabric",
|
|
466
471
|
"rum",
|
|
467
472
|
"s3",
|
|
468
473
|
"s3control",
|
|
@@ -494,7 +499,6 @@ ServiceName = Literal[
|
|
|
494
499
|
"shield",
|
|
495
500
|
"signer",
|
|
496
501
|
"simspaceweaver",
|
|
497
|
-
"sms",
|
|
498
502
|
"snow-device-management",
|
|
499
503
|
"snowball",
|
|
500
504
|
"sns",
|
|
@@ -545,16 +549,7 @@ ServiceName = Literal[
|
|
|
545
549
|
"xray",
|
|
546
550
|
]
|
|
547
551
|
ResourceServiceName = Literal[
|
|
548
|
-
"cloudformation",
|
|
549
|
-
"cloudwatch",
|
|
550
|
-
"dynamodb",
|
|
551
|
-
"ec2",
|
|
552
|
-
"glacier",
|
|
553
|
-
"iam",
|
|
554
|
-
"opsworks",
|
|
555
|
-
"s3",
|
|
556
|
-
"sns",
|
|
557
|
-
"sqs",
|
|
552
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
558
553
|
]
|
|
559
554
|
PaginatorName = Literal[
|
|
560
555
|
"list_account_assignment_creation_status",
|
|
@@ -591,6 +586,7 @@ RegionName = Literal[
|
|
|
591
586
|
"ap-southeast-3",
|
|
592
587
|
"ap-southeast-4",
|
|
593
588
|
"ap-southeast-5",
|
|
589
|
+
"ap-southeast-7",
|
|
594
590
|
"ca-central-1",
|
|
595
591
|
"ca-west-1",
|
|
596
592
|
"eu-central-1",
|
|
@@ -604,6 +600,7 @@ RegionName = Literal[
|
|
|
604
600
|
"il-central-1",
|
|
605
601
|
"me-central-1",
|
|
606
602
|
"me-south-1",
|
|
603
|
+
"mx-central-1",
|
|
607
604
|
"sa-east-1",
|
|
608
605
|
"us-east-1",
|
|
609
606
|
"us-east-2",
|
{mypy_boto3_sso_admin-1.40.7 → mypy_boto3_sso_admin-1.40.60}/mypy_boto3_sso_admin/literals.pyi
RENAMED
|
@@ -30,6 +30,8 @@ __all__ = (
|
|
|
30
30
|
"InstanceAccessControlAttributeConfigurationStatusType",
|
|
31
31
|
"InstanceStatusType",
|
|
32
32
|
"JwksRetrievalOptionType",
|
|
33
|
+
"KmsKeyStatusType",
|
|
34
|
+
"KmsKeyTypeType",
|
|
33
35
|
"ListAccountAssignmentCreationStatusPaginatorName",
|
|
34
36
|
"ListAccountAssignmentDeletionStatusPaginatorName",
|
|
35
37
|
"ListAccountAssignmentsForPrincipalPaginatorName",
|
|
@@ -78,8 +80,10 @@ GrantTypeType = Literal[
|
|
|
78
80
|
InstanceAccessControlAttributeConfigurationStatusType = Literal[
|
|
79
81
|
"CREATION_FAILED", "CREATION_IN_PROGRESS", "ENABLED"
|
|
80
82
|
]
|
|
81
|
-
InstanceStatusType = Literal["ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
83
|
+
InstanceStatusType = Literal["ACTIVE", "CREATE_FAILED", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
82
84
|
JwksRetrievalOptionType = Literal["OPEN_ID_DISCOVERY"]
|
|
85
|
+
KmsKeyStatusType = Literal["ENABLED", "UPDATE_FAILED", "UPDATING"]
|
|
86
|
+
KmsKeyTypeType = Literal["AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"]
|
|
83
87
|
ListAccountAssignmentCreationStatusPaginatorName = Literal[
|
|
84
88
|
"list_account_assignment_creation_status"
|
|
85
89
|
]
|
|
@@ -166,8 +170,10 @@ ServiceName = Literal[
|
|
|
166
170
|
"backup-gateway",
|
|
167
171
|
"backupsearch",
|
|
168
172
|
"batch",
|
|
173
|
+
"bcm-dashboards",
|
|
169
174
|
"bcm-data-exports",
|
|
170
175
|
"bcm-pricing-calculator",
|
|
176
|
+
"bcm-recommended-actions",
|
|
171
177
|
"bedrock",
|
|
172
178
|
"bedrock-agent",
|
|
173
179
|
"bedrock-agent-runtime",
|
|
@@ -409,8 +415,6 @@ ServiceName = Literal[
|
|
|
409
415
|
"omics",
|
|
410
416
|
"opensearch",
|
|
411
417
|
"opensearchserverless",
|
|
412
|
-
"opsworks",
|
|
413
|
-
"opsworkscm",
|
|
414
418
|
"organizations",
|
|
415
419
|
"osis",
|
|
416
420
|
"outposts",
|
|
@@ -461,6 +465,7 @@ ServiceName = Literal[
|
|
|
461
465
|
"route53domains",
|
|
462
466
|
"route53profiles",
|
|
463
467
|
"route53resolver",
|
|
468
|
+
"rtbfabric",
|
|
464
469
|
"rum",
|
|
465
470
|
"s3",
|
|
466
471
|
"s3control",
|
|
@@ -492,7 +497,6 @@ ServiceName = Literal[
|
|
|
492
497
|
"shield",
|
|
493
498
|
"signer",
|
|
494
499
|
"simspaceweaver",
|
|
495
|
-
"sms",
|
|
496
500
|
"snow-device-management",
|
|
497
501
|
"snowball",
|
|
498
502
|
"sns",
|
|
@@ -543,16 +547,7 @@ ServiceName = Literal[
|
|
|
543
547
|
"xray",
|
|
544
548
|
]
|
|
545
549
|
ResourceServiceName = Literal[
|
|
546
|
-
"cloudformation",
|
|
547
|
-
"cloudwatch",
|
|
548
|
-
"dynamodb",
|
|
549
|
-
"ec2",
|
|
550
|
-
"glacier",
|
|
551
|
-
"iam",
|
|
552
|
-
"opsworks",
|
|
553
|
-
"s3",
|
|
554
|
-
"sns",
|
|
555
|
-
"sqs",
|
|
550
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
556
551
|
]
|
|
557
552
|
PaginatorName = Literal[
|
|
558
553
|
"list_account_assignment_creation_status",
|
|
@@ -589,6 +584,7 @@ RegionName = Literal[
|
|
|
589
584
|
"ap-southeast-3",
|
|
590
585
|
"ap-southeast-4",
|
|
591
586
|
"ap-southeast-5",
|
|
587
|
+
"ap-southeast-7",
|
|
592
588
|
"ca-central-1",
|
|
593
589
|
"ca-west-1",
|
|
594
590
|
"eu-central-1",
|
|
@@ -602,6 +598,7 @@ RegionName = Literal[
|
|
|
602
598
|
"il-central-1",
|
|
603
599
|
"me-central-1",
|
|
604
600
|
"me-south-1",
|
|
601
|
+
"mx-central-1",
|
|
605
602
|
"sa-east-1",
|
|
606
603
|
"us-east-1",
|
|
607
604
|
"us-east-2",
|