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