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