types-boto3-sso-admin 1.36.0__py3-none-any.whl

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.
@@ -0,0 +1,599 @@
1
+ """
2
+ Type annotations for sso-admin service literal definitions.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/literals/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_sso_admin.literals import ApplicationStatusType
10
+
11
+ data: ApplicationStatusType = "DISABLED"
12
+ ```
13
+
14
+ Copyright 2025 Vlad Emelianov
15
+ """
16
+
17
+ import sys
18
+
19
+ if sys.version_info >= (3, 12):
20
+ from typing import Literal
21
+ else:
22
+ from typing_extensions import Literal
23
+
24
+
25
+ __all__ = (
26
+ "ApplicationStatusType",
27
+ "ApplicationVisibilityType",
28
+ "AuthenticationMethodTypeType",
29
+ "FederationProtocolType",
30
+ "GrantTypeType",
31
+ "InstanceAccessControlAttributeConfigurationStatusType",
32
+ "InstanceStatusType",
33
+ "JwksRetrievalOptionType",
34
+ "ListAccountAssignmentCreationStatusPaginatorName",
35
+ "ListAccountAssignmentDeletionStatusPaginatorName",
36
+ "ListAccountAssignmentsForPrincipalPaginatorName",
37
+ "ListAccountAssignmentsPaginatorName",
38
+ "ListAccountsForProvisionedPermissionSetPaginatorName",
39
+ "ListApplicationAccessScopesPaginatorName",
40
+ "ListApplicationAssignmentsForPrincipalPaginatorName",
41
+ "ListApplicationAssignmentsPaginatorName",
42
+ "ListApplicationAuthenticationMethodsPaginatorName",
43
+ "ListApplicationGrantsPaginatorName",
44
+ "ListApplicationProvidersPaginatorName",
45
+ "ListApplicationsPaginatorName",
46
+ "ListCustomerManagedPolicyReferencesInPermissionSetPaginatorName",
47
+ "ListInstancesPaginatorName",
48
+ "ListManagedPoliciesInPermissionSetPaginatorName",
49
+ "ListPermissionSetProvisioningStatusPaginatorName",
50
+ "ListPermissionSetsPaginatorName",
51
+ "ListPermissionSetsProvisionedToAccountPaginatorName",
52
+ "ListTagsForResourcePaginatorName",
53
+ "ListTrustedTokenIssuersPaginatorName",
54
+ "PaginatorName",
55
+ "PrincipalTypeType",
56
+ "ProvisionTargetTypeType",
57
+ "ProvisioningStatusType",
58
+ "RegionName",
59
+ "ResourceServiceName",
60
+ "SSOAdminServiceName",
61
+ "ServiceName",
62
+ "SignInOriginType",
63
+ "StatusValuesType",
64
+ "TargetTypeType",
65
+ "TrustedTokenIssuerTypeType",
66
+ )
67
+
68
+
69
+ ApplicationStatusType = Literal["DISABLED", "ENABLED"]
70
+ ApplicationVisibilityType = Literal["DISABLED", "ENABLED"]
71
+ AuthenticationMethodTypeType = Literal["IAM"]
72
+ FederationProtocolType = Literal["OAUTH", "SAML"]
73
+ GrantTypeType = Literal[
74
+ "authorization_code",
75
+ "refresh_token",
76
+ "urn:ietf:params:oauth:grant-type:jwt-bearer",
77
+ "urn:ietf:params:oauth:grant-type:token-exchange",
78
+ ]
79
+ InstanceAccessControlAttributeConfigurationStatusType = Literal[
80
+ "CREATION_FAILED", "CREATION_IN_PROGRESS", "ENABLED"
81
+ ]
82
+ InstanceStatusType = Literal["ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
83
+ JwksRetrievalOptionType = Literal["OPEN_ID_DISCOVERY"]
84
+ ListAccountAssignmentCreationStatusPaginatorName = Literal[
85
+ "list_account_assignment_creation_status"
86
+ ]
87
+ ListAccountAssignmentDeletionStatusPaginatorName = Literal[
88
+ "list_account_assignment_deletion_status"
89
+ ]
90
+ ListAccountAssignmentsForPrincipalPaginatorName = Literal["list_account_assignments_for_principal"]
91
+ ListAccountAssignmentsPaginatorName = Literal["list_account_assignments"]
92
+ ListAccountsForProvisionedPermissionSetPaginatorName = Literal[
93
+ "list_accounts_for_provisioned_permission_set"
94
+ ]
95
+ ListApplicationAccessScopesPaginatorName = Literal["list_application_access_scopes"]
96
+ ListApplicationAssignmentsForPrincipalPaginatorName = Literal[
97
+ "list_application_assignments_for_principal"
98
+ ]
99
+ ListApplicationAssignmentsPaginatorName = Literal["list_application_assignments"]
100
+ ListApplicationAuthenticationMethodsPaginatorName = Literal[
101
+ "list_application_authentication_methods"
102
+ ]
103
+ ListApplicationGrantsPaginatorName = Literal["list_application_grants"]
104
+ ListApplicationProvidersPaginatorName = Literal["list_application_providers"]
105
+ ListApplicationsPaginatorName = Literal["list_applications"]
106
+ ListCustomerManagedPolicyReferencesInPermissionSetPaginatorName = Literal[
107
+ "list_customer_managed_policy_references_in_permission_set"
108
+ ]
109
+ ListInstancesPaginatorName = Literal["list_instances"]
110
+ ListManagedPoliciesInPermissionSetPaginatorName = Literal["list_managed_policies_in_permission_set"]
111
+ ListPermissionSetProvisioningStatusPaginatorName = Literal[
112
+ "list_permission_set_provisioning_status"
113
+ ]
114
+ ListPermissionSetsPaginatorName = Literal["list_permission_sets"]
115
+ ListPermissionSetsProvisionedToAccountPaginatorName = Literal[
116
+ "list_permission_sets_provisioned_to_account"
117
+ ]
118
+ ListTagsForResourcePaginatorName = Literal["list_tags_for_resource"]
119
+ ListTrustedTokenIssuersPaginatorName = Literal["list_trusted_token_issuers"]
120
+ PrincipalTypeType = Literal["GROUP", "USER"]
121
+ ProvisionTargetTypeType = Literal["ALL_PROVISIONED_ACCOUNTS", "AWS_ACCOUNT"]
122
+ ProvisioningStatusType = Literal[
123
+ "LATEST_PERMISSION_SET_NOT_PROVISIONED", "LATEST_PERMISSION_SET_PROVISIONED"
124
+ ]
125
+ SignInOriginType = Literal["APPLICATION", "IDENTITY_CENTER"]
126
+ StatusValuesType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
127
+ TargetTypeType = Literal["AWS_ACCOUNT"]
128
+ TrustedTokenIssuerTypeType = Literal["OIDC_JWT"]
129
+ SSOAdminServiceName = Literal["sso-admin"]
130
+ ServiceName = Literal[
131
+ "accessanalyzer",
132
+ "account",
133
+ "acm",
134
+ "acm-pca",
135
+ "amp",
136
+ "amplify",
137
+ "amplifybackend",
138
+ "amplifyuibuilder",
139
+ "apigateway",
140
+ "apigatewaymanagementapi",
141
+ "apigatewayv2",
142
+ "appconfig",
143
+ "appconfigdata",
144
+ "appfabric",
145
+ "appflow",
146
+ "appintegrations",
147
+ "application-autoscaling",
148
+ "application-insights",
149
+ "application-signals",
150
+ "applicationcostprofiler",
151
+ "appmesh",
152
+ "apprunner",
153
+ "appstream",
154
+ "appsync",
155
+ "apptest",
156
+ "arc-zonal-shift",
157
+ "artifact",
158
+ "athena",
159
+ "auditmanager",
160
+ "autoscaling",
161
+ "autoscaling-plans",
162
+ "b2bi",
163
+ "backup",
164
+ "backup-gateway",
165
+ "backupsearch",
166
+ "batch",
167
+ "bcm-data-exports",
168
+ "bcm-pricing-calculator",
169
+ "bedrock",
170
+ "bedrock-agent",
171
+ "bedrock-agent-runtime",
172
+ "bedrock-data-automation",
173
+ "bedrock-data-automation-runtime",
174
+ "bedrock-runtime",
175
+ "billing",
176
+ "billingconductor",
177
+ "braket",
178
+ "budgets",
179
+ "ce",
180
+ "chatbot",
181
+ "chime",
182
+ "chime-sdk-identity",
183
+ "chime-sdk-media-pipelines",
184
+ "chime-sdk-meetings",
185
+ "chime-sdk-messaging",
186
+ "chime-sdk-voice",
187
+ "cleanrooms",
188
+ "cleanroomsml",
189
+ "cloud9",
190
+ "cloudcontrol",
191
+ "clouddirectory",
192
+ "cloudformation",
193
+ "cloudfront",
194
+ "cloudfront-keyvaluestore",
195
+ "cloudhsm",
196
+ "cloudhsmv2",
197
+ "cloudsearch",
198
+ "cloudsearchdomain",
199
+ "cloudtrail",
200
+ "cloudtrail-data",
201
+ "cloudwatch",
202
+ "codeartifact",
203
+ "codebuild",
204
+ "codecatalyst",
205
+ "codecommit",
206
+ "codeconnections",
207
+ "codedeploy",
208
+ "codeguru-reviewer",
209
+ "codeguru-security",
210
+ "codeguruprofiler",
211
+ "codepipeline",
212
+ "codestar-connections",
213
+ "codestar-notifications",
214
+ "cognito-identity",
215
+ "cognito-idp",
216
+ "cognito-sync",
217
+ "comprehend",
218
+ "comprehendmedical",
219
+ "compute-optimizer",
220
+ "config",
221
+ "connect",
222
+ "connect-contact-lens",
223
+ "connectcampaigns",
224
+ "connectcampaignsv2",
225
+ "connectcases",
226
+ "connectparticipant",
227
+ "controlcatalog",
228
+ "controltower",
229
+ "cost-optimization-hub",
230
+ "cur",
231
+ "customer-profiles",
232
+ "databrew",
233
+ "dataexchange",
234
+ "datapipeline",
235
+ "datasync",
236
+ "datazone",
237
+ "dax",
238
+ "deadline",
239
+ "detective",
240
+ "devicefarm",
241
+ "devops-guru",
242
+ "directconnect",
243
+ "discovery",
244
+ "dlm",
245
+ "dms",
246
+ "docdb",
247
+ "docdb-elastic",
248
+ "drs",
249
+ "ds",
250
+ "ds-data",
251
+ "dsql",
252
+ "dynamodb",
253
+ "dynamodbstreams",
254
+ "ebs",
255
+ "ec2",
256
+ "ec2-instance-connect",
257
+ "ecr",
258
+ "ecr-public",
259
+ "ecs",
260
+ "efs",
261
+ "eks",
262
+ "eks-auth",
263
+ "elastic-inference",
264
+ "elasticache",
265
+ "elasticbeanstalk",
266
+ "elastictranscoder",
267
+ "elb",
268
+ "elbv2",
269
+ "emr",
270
+ "emr-containers",
271
+ "emr-serverless",
272
+ "entityresolution",
273
+ "es",
274
+ "events",
275
+ "evidently",
276
+ "finspace",
277
+ "finspace-data",
278
+ "firehose",
279
+ "fis",
280
+ "fms",
281
+ "forecast",
282
+ "forecastquery",
283
+ "frauddetector",
284
+ "freetier",
285
+ "fsx",
286
+ "gamelift",
287
+ "geo-maps",
288
+ "geo-places",
289
+ "geo-routes",
290
+ "glacier",
291
+ "globalaccelerator",
292
+ "glue",
293
+ "grafana",
294
+ "greengrass",
295
+ "greengrassv2",
296
+ "groundstation",
297
+ "guardduty",
298
+ "health",
299
+ "healthlake",
300
+ "iam",
301
+ "identitystore",
302
+ "imagebuilder",
303
+ "importexport",
304
+ "inspector",
305
+ "inspector-scan",
306
+ "inspector2",
307
+ "internetmonitor",
308
+ "invoicing",
309
+ "iot",
310
+ "iot-data",
311
+ "iot-jobs-data",
312
+ "iotanalytics",
313
+ "iotdeviceadvisor",
314
+ "iotevents",
315
+ "iotevents-data",
316
+ "iotfleethub",
317
+ "iotfleetwise",
318
+ "iotsecuretunneling",
319
+ "iotsitewise",
320
+ "iotthingsgraph",
321
+ "iottwinmaker",
322
+ "iotwireless",
323
+ "ivs",
324
+ "ivs-realtime",
325
+ "ivschat",
326
+ "kafka",
327
+ "kafkaconnect",
328
+ "kendra",
329
+ "kendra-ranking",
330
+ "keyspaces",
331
+ "kinesis",
332
+ "kinesis-video-archived-media",
333
+ "kinesis-video-media",
334
+ "kinesis-video-signaling",
335
+ "kinesis-video-webrtc-storage",
336
+ "kinesisanalytics",
337
+ "kinesisanalyticsv2",
338
+ "kinesisvideo",
339
+ "kms",
340
+ "lakeformation",
341
+ "lambda",
342
+ "launch-wizard",
343
+ "lex-models",
344
+ "lex-runtime",
345
+ "lexv2-models",
346
+ "lexv2-runtime",
347
+ "license-manager",
348
+ "license-manager-linux-subscriptions",
349
+ "license-manager-user-subscriptions",
350
+ "lightsail",
351
+ "location",
352
+ "logs",
353
+ "lookoutequipment",
354
+ "lookoutmetrics",
355
+ "lookoutvision",
356
+ "m2",
357
+ "machinelearning",
358
+ "macie2",
359
+ "mailmanager",
360
+ "managedblockchain",
361
+ "managedblockchain-query",
362
+ "marketplace-agreement",
363
+ "marketplace-catalog",
364
+ "marketplace-deployment",
365
+ "marketplace-entitlement",
366
+ "marketplace-reporting",
367
+ "marketplacecommerceanalytics",
368
+ "mediaconnect",
369
+ "mediaconvert",
370
+ "medialive",
371
+ "mediapackage",
372
+ "mediapackage-vod",
373
+ "mediapackagev2",
374
+ "mediastore",
375
+ "mediastore-data",
376
+ "mediatailor",
377
+ "medical-imaging",
378
+ "memorydb",
379
+ "meteringmarketplace",
380
+ "mgh",
381
+ "mgn",
382
+ "migration-hub-refactor-spaces",
383
+ "migrationhub-config",
384
+ "migrationhuborchestrator",
385
+ "migrationhubstrategy",
386
+ "mq",
387
+ "mturk",
388
+ "mwaa",
389
+ "neptune",
390
+ "neptune-graph",
391
+ "neptunedata",
392
+ "network-firewall",
393
+ "networkflowmonitor",
394
+ "networkmanager",
395
+ "networkmonitor",
396
+ "notifications",
397
+ "notificationscontacts",
398
+ "oam",
399
+ "observabilityadmin",
400
+ "omics",
401
+ "opensearch",
402
+ "opensearchserverless",
403
+ "opsworks",
404
+ "opsworkscm",
405
+ "organizations",
406
+ "osis",
407
+ "outposts",
408
+ "panorama",
409
+ "partnercentral-selling",
410
+ "payment-cryptography",
411
+ "payment-cryptography-data",
412
+ "pca-connector-ad",
413
+ "pca-connector-scep",
414
+ "pcs",
415
+ "personalize",
416
+ "personalize-events",
417
+ "personalize-runtime",
418
+ "pi",
419
+ "pinpoint",
420
+ "pinpoint-email",
421
+ "pinpoint-sms-voice",
422
+ "pinpoint-sms-voice-v2",
423
+ "pipes",
424
+ "polly",
425
+ "pricing",
426
+ "privatenetworks",
427
+ "proton",
428
+ "qapps",
429
+ "qbusiness",
430
+ "qconnect",
431
+ "qldb",
432
+ "qldb-session",
433
+ "quicksight",
434
+ "ram",
435
+ "rbin",
436
+ "rds",
437
+ "rds-data",
438
+ "redshift",
439
+ "redshift-data",
440
+ "redshift-serverless",
441
+ "rekognition",
442
+ "repostspace",
443
+ "resiliencehub",
444
+ "resource-explorer-2",
445
+ "resource-groups",
446
+ "resourcegroupstaggingapi",
447
+ "robomaker",
448
+ "rolesanywhere",
449
+ "route53",
450
+ "route53-recovery-cluster",
451
+ "route53-recovery-control-config",
452
+ "route53-recovery-readiness",
453
+ "route53domains",
454
+ "route53profiles",
455
+ "route53resolver",
456
+ "rum",
457
+ "s3",
458
+ "s3control",
459
+ "s3outposts",
460
+ "s3tables",
461
+ "sagemaker",
462
+ "sagemaker-a2i-runtime",
463
+ "sagemaker-edge",
464
+ "sagemaker-featurestore-runtime",
465
+ "sagemaker-geospatial",
466
+ "sagemaker-metrics",
467
+ "sagemaker-runtime",
468
+ "savingsplans",
469
+ "scheduler",
470
+ "schemas",
471
+ "sdb",
472
+ "secretsmanager",
473
+ "security-ir",
474
+ "securityhub",
475
+ "securitylake",
476
+ "serverlessrepo",
477
+ "service-quotas",
478
+ "servicecatalog",
479
+ "servicecatalog-appregistry",
480
+ "servicediscovery",
481
+ "ses",
482
+ "sesv2",
483
+ "shield",
484
+ "signer",
485
+ "simspaceweaver",
486
+ "sms",
487
+ "sms-voice",
488
+ "snow-device-management",
489
+ "snowball",
490
+ "sns",
491
+ "socialmessaging",
492
+ "sqs",
493
+ "ssm",
494
+ "ssm-contacts",
495
+ "ssm-incidents",
496
+ "ssm-quicksetup",
497
+ "ssm-sap",
498
+ "sso",
499
+ "sso-admin",
500
+ "sso-oidc",
501
+ "stepfunctions",
502
+ "storagegateway",
503
+ "sts",
504
+ "supplychain",
505
+ "support",
506
+ "support-app",
507
+ "swf",
508
+ "synthetics",
509
+ "taxsettings",
510
+ "textract",
511
+ "timestream-influxdb",
512
+ "timestream-query",
513
+ "timestream-write",
514
+ "tnb",
515
+ "transcribe",
516
+ "transfer",
517
+ "translate",
518
+ "trustedadvisor",
519
+ "verifiedpermissions",
520
+ "voice-id",
521
+ "vpc-lattice",
522
+ "waf",
523
+ "waf-regional",
524
+ "wafv2",
525
+ "wellarchitected",
526
+ "wisdom",
527
+ "workdocs",
528
+ "workmail",
529
+ "workmailmessageflow",
530
+ "workspaces",
531
+ "workspaces-thin-client",
532
+ "workspaces-web",
533
+ "xray",
534
+ ]
535
+ ResourceServiceName = Literal[
536
+ "cloudformation",
537
+ "cloudwatch",
538
+ "dynamodb",
539
+ "ec2",
540
+ "glacier",
541
+ "iam",
542
+ "opsworks",
543
+ "s3",
544
+ "sns",
545
+ "sqs",
546
+ ]
547
+ PaginatorName = Literal[
548
+ "list_account_assignment_creation_status",
549
+ "list_account_assignment_deletion_status",
550
+ "list_account_assignments",
551
+ "list_account_assignments_for_principal",
552
+ "list_accounts_for_provisioned_permission_set",
553
+ "list_application_access_scopes",
554
+ "list_application_assignments",
555
+ "list_application_assignments_for_principal",
556
+ "list_application_authentication_methods",
557
+ "list_application_grants",
558
+ "list_application_providers",
559
+ "list_applications",
560
+ "list_customer_managed_policy_references_in_permission_set",
561
+ "list_instances",
562
+ "list_managed_policies_in_permission_set",
563
+ "list_permission_set_provisioning_status",
564
+ "list_permission_sets",
565
+ "list_permission_sets_provisioned_to_account",
566
+ "list_tags_for_resource",
567
+ "list_trusted_token_issuers",
568
+ ]
569
+ RegionName = Literal[
570
+ "af-south-1",
571
+ "ap-east-1",
572
+ "ap-northeast-1",
573
+ "ap-northeast-2",
574
+ "ap-northeast-3",
575
+ "ap-south-1",
576
+ "ap-south-2",
577
+ "ap-southeast-1",
578
+ "ap-southeast-2",
579
+ "ap-southeast-3",
580
+ "ap-southeast-4",
581
+ "ca-central-1",
582
+ "ca-west-1",
583
+ "eu-central-1",
584
+ "eu-central-2",
585
+ "eu-north-1",
586
+ "eu-south-1",
587
+ "eu-south-2",
588
+ "eu-west-1",
589
+ "eu-west-2",
590
+ "eu-west-3",
591
+ "il-central-1",
592
+ "me-central-1",
593
+ "me-south-1",
594
+ "sa-east-1",
595
+ "us-east-1",
596
+ "us-east-2",
597
+ "us-west-1",
598
+ "us-west-2",
599
+ ]