1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#[cfg(feature = "CheckLaunch")]
pub mod CheckLaunch;
#[cfg(feature = "CreateAccount")]
pub mod CreateAccount;
#[cfg(feature = "CreateManagedOrganizationalUnit")]
pub mod CreateManagedOrganizationalUnit;
#[cfg(feature = "CreateTemplate")]
pub mod CreateTemplate;
#[cfg(feature = "DeleteManagedOrganizationalUnits")]
pub mod DeleteManagedOrganizationalUnits;
#[cfg(feature = "DeleteTemplate")]
pub mod DeleteTemplate;
#[cfg(feature = "DeregisterOrganizationalUnit")]
pub mod DeregisterOrganizationalUnit;
#[cfg(feature = "DisableControl")]
pub mod DisableControl;
#[cfg(feature = "EnableControl")]
pub mod EnableControl;
#[cfg(feature = "EnrollAccount")]
pub mod EnrollAccount;
#[cfg(feature = "ListConfigRuleCompliance")]
pub mod ListConfigRuleCompliance;
#[cfg(feature = "ListControls")]
pub mod ListControls;
#[cfg(feature = "ListControlsForAccount")]
pub mod ListControlsForAccount;
#[cfg(feature = "ListControlsForOrganizationUnit")]
pub mod ListControlsForOrganizationUnit;
#[cfg(feature = "ListControlViolations")]
pub mod ListControlViolations;
#[cfg(feature = "ListDriftDetails")]
pub mod ListDriftDetails;
#[cfg(feature = "ListEnabledControls")]
pub mod ListEnabledControls;
#[cfg(feature = "ListManagedAccounts")]
pub mod ListManagedAccounts;
#[cfg(feature = "ListManagedAccountsForParent")]
pub mod ListManagedAccountsForParent;
#[cfg(feature = "ListManagedOrganizationalUnits")]
pub mod ListManagedOrganizationalUnits;
#[cfg(feature = "ListOperation")]
pub mod ListOperation;
#[cfg(feature = "ListPredefinedTemplates")]
pub mod ListPredefinedTemplates;
#[cfg(feature = "RegisterOrganizationalUnit")]
pub mod RegisterOrganizationalUnit;
#[cfg(feature = "ReRegisterOrganizationalUnit")]
pub mod ReRegisterOrganizationalUnit;
#[cfg(feature = "SetupLandingZone")]
pub mod SetupLandingZone;
#[cfg(feature = "ShowAvailableUpdates")]
pub mod ShowAvailableUpdates;
#[cfg(feature = "ShowComplianceStatusForAccount")]
pub mod ShowComplianceStatusForAccount;
#[cfg(feature = "ShowComplianceStatusForOrganizationUnit")]
pub mod ShowComplianceStatusForOrganizationUnit;
#[cfg(feature = "ShowControl")]
pub mod ShowControl;
#[cfg(feature = "ShowControlOperate")]
pub mod ShowControlOperate;
#[cfg(feature = "ShowControlsForOrganizationUnit")]
pub mod ShowControlsForOrganizationUnit;
#[cfg(feature = "ShowHomeRegion")]
pub mod ShowHomeRegion;
#[cfg(feature = "ShowLandingZoneConfiguration")]
pub mod ShowLandingZoneConfiguration;
#[cfg(feature = "ShowLandingZoneIdentityCenter")]
pub mod ShowLandingZoneIdentityCenter;
#[cfg(feature = "ShowLandingZoneStatus")]
pub mod ShowLandingZoneStatus;
#[cfg(feature = "ShowManagedAccount")]
pub mod ShowManagedAccount;
#[cfg(feature = "ShowManagedCoreAccount")]
pub mod ShowManagedCoreAccount;
#[cfg(feature = "ShowManagedOrganizationalUnit")]
pub mod ShowManagedOrganizationalUnit;
#[cfg(feature = "ShowOperation")]
pub mod ShowOperation;
#[cfg(feature = "ShowTemplateDeployParams")]
pub mod ShowTemplateDeployParams;
#[cfg(feature = "UnEnrollAccount")]
pub mod UnEnrollAccount;
#[cfg(feature = "UpdateManagedAccount")]
pub mod UpdateManagedAccount;