controltower.d.ts 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987
  1. import {Request} from '../lib/request';
  2. import {Response} from '../lib/response';
  3. import {AWSError} from '../lib/error';
  4. import {Service} from '../lib/service';
  5. import {ServiceConfigurationOptions} from '../lib/service';
  6. import {ConfigBase as Config} from '../lib/config-base';
  7. interface Blob {}
  8. declare class ControlTower extends Service {
  9. /**
  10. * Constructs a service object. This object has one method for each API operation.
  11. */
  12. constructor(options?: ControlTower.Types.ClientConfiguration)
  13. config: Config & ControlTower.Types.ClientConfiguration;
  14. /**
  15. * Creates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone, based on the parameters specified in the manifest JSON file.
  16. */
  17. createLandingZone(params: ControlTower.Types.CreateLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.CreateLandingZoneOutput) => void): Request<ControlTower.Types.CreateLandingZoneOutput, AWSError>;
  18. /**
  19. * Creates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone, based on the parameters specified in the manifest JSON file.
  20. */
  21. createLandingZone(callback?: (err: AWSError, data: ControlTower.Types.CreateLandingZoneOutput) => void): Request<ControlTower.Types.CreateLandingZoneOutput, AWSError>;
  22. /**
  23. * Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in accounts managed by Amazon Web Services Control Tower.
  24. */
  25. deleteLandingZone(params: ControlTower.Types.DeleteLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.DeleteLandingZoneOutput) => void): Request<ControlTower.Types.DeleteLandingZoneOutput, AWSError>;
  26. /**
  27. * Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in accounts managed by Amazon Web Services Control Tower.
  28. */
  29. deleteLandingZone(callback?: (err: AWSError, data: ControlTower.Types.DeleteLandingZoneOutput) => void): Request<ControlTower.Types.DeleteLandingZoneOutput, AWSError>;
  30. /**
  31. * Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline.
  32. */
  33. disableBaseline(params: ControlTower.Types.DisableBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.DisableBaselineOutput) => void): Request<ControlTower.Types.DisableBaselineOutput, AWSError>;
  34. /**
  35. * Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline.
  36. */
  37. disableBaseline(callback?: (err: AWSError, data: ControlTower.Types.DisableBaselineOutput) => void): Request<ControlTower.Types.DisableBaselineOutput, AWSError>;
  38. /**
  39. * This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
  40. */
  41. disableControl(params: ControlTower.Types.DisableControlInput, callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
  42. /**
  43. * This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
  44. */
  45. disableControl(callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
  46. /**
  47. * Enable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target.
  48. */
  49. enableBaseline(params: ControlTower.Types.EnableBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.EnableBaselineOutput) => void): Request<ControlTower.Types.EnableBaselineOutput, AWSError>;
  50. /**
  51. * Enable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target.
  52. */
  53. enableBaseline(callback?: (err: AWSError, data: ControlTower.Types.EnableBaselineOutput) => void): Request<ControlTower.Types.EnableBaselineOutput, AWSError>;
  54. /**
  55. * This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
  56. */
  57. enableControl(params: ControlTower.Types.EnableControlInput, callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
  58. /**
  59. * This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
  60. */
  61. enableControl(callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
  62. /**
  63. * Retrieve details about an existing Baseline resource by specifying its identifier.
  64. */
  65. getBaseline(params: ControlTower.Types.GetBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOutput) => void): Request<ControlTower.Types.GetBaselineOutput, AWSError>;
  66. /**
  67. * Retrieve details about an existing Baseline resource by specifying its identifier.
  68. */
  69. getBaseline(callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOutput) => void): Request<ControlTower.Types.GetBaselineOutput, AWSError>;
  70. /**
  71. * Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure.
  72. */
  73. getBaselineOperation(params: ControlTower.Types.GetBaselineOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOperationOutput) => void): Request<ControlTower.Types.GetBaselineOperationOutput, AWSError>;
  74. /**
  75. * Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure.
  76. */
  77. getBaselineOperation(callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOperationOutput) => void): Request<ControlTower.Types.GetBaselineOperationOutput, AWSError>;
  78. /**
  79. * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Amazon Web Services Control Tower User Guide .
  80. */
  81. getControlOperation(params: ControlTower.Types.GetControlOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
  82. /**
  83. * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Amazon Web Services Control Tower User Guide .
  84. */
  85. getControlOperation(callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
  86. /**
  87. * Retrieve details of an EnabledBaseline resource by specifying its identifier.
  88. */
  89. getEnabledBaseline(params: ControlTower.Types.GetEnabledBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.GetEnabledBaselineOutput) => void): Request<ControlTower.Types.GetEnabledBaselineOutput, AWSError>;
  90. /**
  91. * Retrieve details of an EnabledBaseline resource by specifying its identifier.
  92. */
  93. getEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.GetEnabledBaselineOutput) => void): Request<ControlTower.Types.GetEnabledBaselineOutput, AWSError>;
  94. /**
  95. * Retrieves details about an enabled control. For usage examples, see the Amazon Web Services Control Tower User Guide .
  96. */
  97. getEnabledControl(params: ControlTower.Types.GetEnabledControlInput, callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
  98. /**
  99. * Retrieves details about an enabled control. For usage examples, see the Amazon Web Services Control Tower User Guide .
  100. */
  101. getEnabledControl(callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
  102. /**
  103. * Returns details about the landing zone. Displays a message in case of error.
  104. */
  105. getLandingZone(params: ControlTower.Types.GetLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOutput) => void): Request<ControlTower.Types.GetLandingZoneOutput, AWSError>;
  106. /**
  107. * Returns details about the landing zone. Displays a message in case of error.
  108. */
  109. getLandingZone(callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOutput) => void): Request<ControlTower.Types.GetLandingZoneOutput, AWSError>;
  110. /**
  111. * Returns the status of the specified landing zone operation. Details for an operation are available for 60 days.
  112. */
  113. getLandingZoneOperation(params: ControlTower.Types.GetLandingZoneOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOperationOutput) => void): Request<ControlTower.Types.GetLandingZoneOperationOutput, AWSError>;
  114. /**
  115. * Returns the status of the specified landing zone operation. Details for an operation are available for 60 days.
  116. */
  117. getLandingZoneOperation(callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOperationOutput) => void): Request<ControlTower.Types.GetLandingZoneOperationOutput, AWSError>;
  118. /**
  119. * Returns a summary list of all available baselines.
  120. */
  121. listBaselines(params: ControlTower.Types.ListBaselinesInput, callback?: (err: AWSError, data: ControlTower.Types.ListBaselinesOutput) => void): Request<ControlTower.Types.ListBaselinesOutput, AWSError>;
  122. /**
  123. * Returns a summary list of all available baselines.
  124. */
  125. listBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListBaselinesOutput) => void): Request<ControlTower.Types.ListBaselinesOutput, AWSError>;
  126. /**
  127. * Returns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources.
  128. */
  129. listEnabledBaselines(params: ControlTower.Types.ListEnabledBaselinesInput, callback?: (err: AWSError, data: ControlTower.Types.ListEnabledBaselinesOutput) => void): Request<ControlTower.Types.ListEnabledBaselinesOutput, AWSError>;
  130. /**
  131. * Returns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources.
  132. */
  133. listEnabledBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledBaselinesOutput) => void): Request<ControlTower.Types.ListEnabledBaselinesOutput, AWSError>;
  134. /**
  135. * Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Amazon Web Services Control Tower User Guide .
  136. */
  137. listEnabledControls(params: ControlTower.Types.ListEnabledControlsInput, callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
  138. /**
  139. * Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Amazon Web Services Control Tower User Guide .
  140. */
  141. listEnabledControls(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
  142. /**
  143. * Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN. Returns one landing zone ARN.
  144. */
  145. listLandingZones(params: ControlTower.Types.ListLandingZonesInput, callback?: (err: AWSError, data: ControlTower.Types.ListLandingZonesOutput) => void): Request<ControlTower.Types.ListLandingZonesOutput, AWSError>;
  146. /**
  147. * Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN. Returns one landing zone ARN.
  148. */
  149. listLandingZones(callback?: (err: AWSError, data: ControlTower.Types.ListLandingZonesOutput) => void): Request<ControlTower.Types.ListLandingZonesOutput, AWSError>;
  150. /**
  151. * Returns a list of tags associated with the resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
  152. */
  153. listTagsForResource(params: ControlTower.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
  154. /**
  155. * Returns a list of tags associated with the resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
  156. */
  157. listTagsForResource(callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
  158. /**
  159. * Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU.
  160. */
  161. resetEnabledBaseline(params: ControlTower.Types.ResetEnabledBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.ResetEnabledBaselineOutput) => void): Request<ControlTower.Types.ResetEnabledBaselineOutput, AWSError>;
  162. /**
  163. * Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU.
  164. */
  165. resetEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.ResetEnabledBaselineOutput) => void): Request<ControlTower.Types.ResetEnabledBaselineOutput, AWSError>;
  166. /**
  167. * This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in its original configuration.
  168. */
  169. resetLandingZone(params: ControlTower.Types.ResetLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
  170. /**
  171. * This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in its original configuration.
  172. */
  173. resetLandingZone(callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
  174. /**
  175. * Applies tags to a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
  176. */
  177. tagResource(params: ControlTower.Types.TagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
  178. /**
  179. * Applies tags to a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
  180. */
  181. tagResource(callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
  182. /**
  183. * Removes tags from a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
  184. */
  185. untagResource(params: ControlTower.Types.UntagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
  186. /**
  187. * Removes tags from a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
  188. */
  189. untagResource(callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
  190. /**
  191. * Updates an EnabledBaseline resource's applied parameters or version.
  192. */
  193. updateEnabledBaseline(params: ControlTower.Types.UpdateEnabledBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledBaselineOutput) => void): Request<ControlTower.Types.UpdateEnabledBaselineOutput, AWSError>;
  194. /**
  195. * Updates an EnabledBaseline resource's applied parameters or version.
  196. */
  197. updateEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledBaselineOutput) => void): Request<ControlTower.Types.UpdateEnabledBaselineOutput, AWSError>;
  198. /**
  199. * Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower will update the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Amazon Web Services Control Tower User Guide
  200. */
  201. updateEnabledControl(params: ControlTower.Types.UpdateEnabledControlInput, callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledControlOutput) => void): Request<ControlTower.Types.UpdateEnabledControlOutput, AWSError>;
  202. /**
  203. * Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower will update the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Amazon Web Services Control Tower User Guide
  204. */
  205. updateEnabledControl(callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledControlOutput) => void): Request<ControlTower.Types.UpdateEnabledControlOutput, AWSError>;
  206. /**
  207. * This API call updates the landing zone. It starts an asynchronous operation that updates the landing zone based on the new landing zone version, or on the changed parameters specified in the updated manifest file.
  208. */
  209. updateLandingZone(params: ControlTower.Types.UpdateLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.UpdateLandingZoneOutput) => void): Request<ControlTower.Types.UpdateLandingZoneOutput, AWSError>;
  210. /**
  211. * This API call updates the landing zone. It starts an asynchronous operation that updates the landing zone based on the new landing zone version, or on the changed parameters specified in the updated manifest file.
  212. */
  213. updateLandingZone(callback?: (err: AWSError, data: ControlTower.Types.UpdateLandingZoneOutput) => void): Request<ControlTower.Types.UpdateLandingZoneOutput, AWSError>;
  214. }
  215. declare namespace ControlTower {
  216. export type Arn = string;
  217. export type BaselineArn = string;
  218. export interface BaselineOperation {
  219. /**
  220. * The end time of the operation (if applicable), in ISO 8601 format.
  221. */
  222. endTime?: Timestamp;
  223. /**
  224. * The identifier of the specified operation.
  225. */
  226. operationIdentifier?: OperationIdentifier;
  227. /**
  228. * An enumerated type (enum) with possible values of ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE.
  229. */
  230. operationType?: BaselineOperationType;
  231. /**
  232. * The start time of the operation, in ISO 8601 format.
  233. */
  234. startTime?: Timestamp;
  235. /**
  236. * An enumerated type (enum) with possible values of SUCCEEDED, FAILED, or IN_PROGRESS.
  237. */
  238. status?: BaselineOperationStatus;
  239. /**
  240. * A status message that gives more information about the operation's status, if applicable.
  241. */
  242. statusMessage?: String;
  243. }
  244. export type BaselineOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
  245. export type BaselineOperationType = "ENABLE_BASELINE"|"DISABLE_BASELINE"|"UPDATE_ENABLED_BASELINE"|"RESET_ENABLED_BASELINE"|string;
  246. export interface BaselineSummary {
  247. /**
  248. * The full ARN of a Baseline.
  249. */
  250. arn: String;
  251. /**
  252. * A summary description of a Baseline.
  253. */
  254. description?: String;
  255. /**
  256. * The human-readable name of a Baseline.
  257. */
  258. name: String;
  259. }
  260. export type BaselineVersion = string;
  261. export type Baselines = BaselineSummary[];
  262. export type ControlIdentifier = string;
  263. export interface ControlOperation {
  264. /**
  265. * The time that the operation finished.
  266. */
  267. endTime?: SyntheticTimestamp_date_time;
  268. /**
  269. * One of ENABLE_CONTROL or DISABLE_CONTROL.
  270. */
  271. operationType?: ControlOperationType;
  272. /**
  273. * The time that the operation began.
  274. */
  275. startTime?: SyntheticTimestamp_date_time;
  276. /**
  277. * One of IN_PROGRESS, SUCEEDED, or FAILED.
  278. */
  279. status?: ControlOperationStatus;
  280. /**
  281. * If the operation result is FAILED, this string contains a message explaining why the operation failed.
  282. */
  283. statusMessage?: String;
  284. }
  285. export type ControlOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
  286. export type ControlOperationType = "ENABLE_CONTROL"|"DISABLE_CONTROL"|"UPDATE_ENABLED_CONTROL"|string;
  287. export interface CreateLandingZoneInput {
  288. /**
  289. * The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
  290. */
  291. manifest: Manifest;
  292. /**
  293. * Tags to be applied to the landing zone.
  294. */
  295. tags?: TagMap;
  296. /**
  297. * The landing zone version, for example, 3.0.
  298. */
  299. version: LandingZoneVersion;
  300. }
  301. export interface CreateLandingZoneOutput {
  302. /**
  303. * The ARN of the landing zone resource.
  304. */
  305. arn: Arn;
  306. /**
  307. * A unique identifier assigned to a CreateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.
  308. */
  309. operationIdentifier: OperationIdentifier;
  310. }
  311. export interface DeleteLandingZoneInput {
  312. /**
  313. * The unique identifier of the landing zone.
  314. */
  315. landingZoneIdentifier: String;
  316. }
  317. export interface DeleteLandingZoneOutput {
  318. /**
  319. * &gt;A unique identifier assigned to a DeleteLandingZone operation. You can use this identifier as an input parameter of GetLandingZoneOperation to check the operation's status.
  320. */
  321. operationIdentifier: OperationIdentifier;
  322. }
  323. export interface DisableBaselineInput {
  324. /**
  325. * Identifier of the EnabledBaseline resource to be deactivated, in ARN format.
  326. */
  327. enabledBaselineIdentifier: Arn;
  328. }
  329. export interface DisableBaselineOutput {
  330. /**
  331. * The ID (in UUID format) of the asynchronous DisableBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.
  332. */
  333. operationIdentifier: OperationIdentifier;
  334. }
  335. export interface DisableControlInput {
  336. /**
  337. * The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny control. For information on how to find the controlIdentifier, see the overview page.
  338. */
  339. controlIdentifier: ControlIdentifier;
  340. /**
  341. * The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
  342. */
  343. targetIdentifier: TargetIdentifier;
  344. }
  345. export interface DisableControlOutput {
  346. /**
  347. * The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
  348. */
  349. operationIdentifier: OperationIdentifier;
  350. }
  351. export interface Document {
  352. }
  353. export type DriftStatus = "DRIFTED"|"IN_SYNC"|"NOT_CHECKING"|"UNKNOWN"|string;
  354. export interface DriftStatusSummary {
  355. /**
  356. * The drift status of the enabled control. Valid values: DRIFTED: The enabledControl deployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected. IN_SYNC: The enabledControl deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected. NOT_CHECKING: Amazon Web Services Control Tower does not check drift for this enabled control. Drift is not supported for the control type. UNKNOWN: Amazon Web Services Control Tower is not able to check the drift status for the enabled control.
  357. */
  358. driftStatus?: DriftStatus;
  359. }
  360. export interface EnableBaselineInput {
  361. /**
  362. * The ARN of the baseline to be enabled.
  363. */
  364. baselineIdentifier: Arn;
  365. /**
  366. * The specific version to be enabled of the specified baseline.
  367. */
  368. baselineVersion: BaselineVersion;
  369. /**
  370. * A list of key-value objects that specify enablement parameters, where key is a string and value is a document of any type.
  371. */
  372. parameters?: EnabledBaselineParameters;
  373. /**
  374. * Tags associated with input to EnableBaseline.
  375. */
  376. tags?: TagMap;
  377. /**
  378. * The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
  379. */
  380. targetIdentifier: Arn;
  381. }
  382. export interface EnableBaselineOutput {
  383. /**
  384. * The ARN of the EnabledBaseline resource.
  385. */
  386. arn: Arn;
  387. /**
  388. * The ID (in UUID format) of the asynchronous EnableBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.
  389. */
  390. operationIdentifier: OperationIdentifier;
  391. }
  392. export interface EnableControlInput {
  393. /**
  394. * The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny control. For information on how to find the controlIdentifier, see the overview page.
  395. */
  396. controlIdentifier: ControlIdentifier;
  397. /**
  398. * A list of input parameter values, which are specified to configure the control when you enable it.
  399. */
  400. parameters?: EnabledControlParameters;
  401. /**
  402. * Tags to be applied to the EnabledControl resource.
  403. */
  404. tags?: TagMap;
  405. /**
  406. * The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
  407. */
  408. targetIdentifier: TargetIdentifier;
  409. }
  410. export interface EnableControlOutput {
  411. /**
  412. * The ARN of the EnabledControl resource.
  413. */
  414. arn?: Arn;
  415. /**
  416. * The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
  417. */
  418. operationIdentifier: OperationIdentifier;
  419. }
  420. export type EnabledBaselineBaselineIdentifiers = Arn[];
  421. export interface EnabledBaselineDetails {
  422. /**
  423. * The ARN of the EnabledBaseline resource.
  424. */
  425. arn: Arn;
  426. /**
  427. * The specific Baseline enabled as part of the EnabledBaseline resource.
  428. */
  429. baselineIdentifier: String;
  430. /**
  431. * The enabled version of the Baseline.
  432. */
  433. baselineVersion?: String;
  434. /**
  435. * Shows the parameters that are applied when enabling this Baseline.
  436. */
  437. parameters?: EnabledBaselineParameterSummaries;
  438. statusSummary: EnablementStatusSummary;
  439. /**
  440. * The target on which to enable the Baseline.
  441. */
  442. targetIdentifier: String;
  443. }
  444. export interface EnabledBaselineFilter {
  445. /**
  446. * Identifiers for the Baseline objects returned as part of the filter operation.
  447. */
  448. baselineIdentifiers?: EnabledBaselineBaselineIdentifiers;
  449. /**
  450. * Identifiers for the targets of the Baseline filter operation.
  451. */
  452. targetIdentifiers?: EnabledBaselineTargetIdentifiers;
  453. }
  454. export interface EnabledBaselineParameter {
  455. /**
  456. * A string denoting the parameter key.
  457. */
  458. key: String;
  459. /**
  460. * A low-level Document object of any type (for example, a Java Object).
  461. */
  462. value: EnabledBaselineParameterDocument;
  463. }
  464. export interface EnabledBaselineParameterDocument {
  465. }
  466. export type EnabledBaselineParameterSummaries = EnabledBaselineParameterSummary[];
  467. export interface EnabledBaselineParameterSummary {
  468. /**
  469. * A string denoting the parameter key.
  470. */
  471. key: String;
  472. /**
  473. * A low-level document object of any type (for example, a Java Object).
  474. */
  475. value: EnabledBaselineParameterDocument;
  476. }
  477. export type EnabledBaselineParameters = EnabledBaselineParameter[];
  478. export interface EnabledBaselineSummary {
  479. /**
  480. * The ARN of the EnabledBaseline resource
  481. */
  482. arn: Arn;
  483. /**
  484. * The specific baseline that is enabled as part of the EnabledBaseline resource.
  485. */
  486. baselineIdentifier: String;
  487. /**
  488. * The enabled version of the baseline.
  489. */
  490. baselineVersion?: String;
  491. statusSummary: EnablementStatusSummary;
  492. /**
  493. * The target upon which the baseline is enabled.
  494. */
  495. targetIdentifier: String;
  496. }
  497. export type EnabledBaselineTargetIdentifiers = Arn[];
  498. export type EnabledBaselines = EnabledBaselineSummary[];
  499. export interface EnabledControlDetails {
  500. /**
  501. * The ARN of the enabled control.
  502. */
  503. arn?: Arn;
  504. /**
  505. * The control identifier of the enabled control. For information on how to find the controlIdentifier, see the overview page.
  506. */
  507. controlIdentifier?: ControlIdentifier;
  508. /**
  509. * The drift status of the enabled control.
  510. */
  511. driftStatusSummary?: DriftStatusSummary;
  512. /**
  513. * Array of EnabledControlParameter objects.
  514. */
  515. parameters?: EnabledControlParameterSummaries;
  516. /**
  517. * The deployment summary of the enabled control.
  518. */
  519. statusSummary?: EnablementStatusSummary;
  520. /**
  521. * The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
  522. */
  523. targetIdentifier?: TargetIdentifier;
  524. /**
  525. * Target Amazon Web Services Regions for the enabled control.
  526. */
  527. targetRegions?: TargetRegions;
  528. }
  529. export interface EnabledControlParameter {
  530. /**
  531. * The key of a key/value pair.
  532. */
  533. key: String;
  534. /**
  535. * The value of a key/value pair.
  536. */
  537. value: Document;
  538. }
  539. export type EnabledControlParameterSummaries = EnabledControlParameterSummary[];
  540. export interface EnabledControlParameterSummary {
  541. /**
  542. * The key of a key/value pair.
  543. */
  544. key: String;
  545. /**
  546. * The value of a key/value pair.
  547. */
  548. value: Document;
  549. }
  550. export type EnabledControlParameters = EnabledControlParameter[];
  551. export interface EnabledControlSummary {
  552. /**
  553. * The ARN of the enabled control.
  554. */
  555. arn?: Arn;
  556. /**
  557. * The controlIdentifier of the enabled control.
  558. */
  559. controlIdentifier?: ControlIdentifier;
  560. /**
  561. * The drift status of the enabled control.
  562. */
  563. driftStatusSummary?: DriftStatusSummary;
  564. /**
  565. * A short description of the status of the enabled control.
  566. */
  567. statusSummary?: EnablementStatusSummary;
  568. /**
  569. * The ARN of the organizational unit.
  570. */
  571. targetIdentifier?: TargetIdentifier;
  572. }
  573. export type EnabledControls = EnabledControlSummary[];
  574. export type EnablementStatus = "SUCCEEDED"|"FAILED"|"UNDER_CHANGE"|string;
  575. export interface EnablementStatusSummary {
  576. /**
  577. * The last operation identifier for the enabled control.
  578. */
  579. lastOperationIdentifier?: OperationIdentifier;
  580. /**
  581. * The deployment status of the enabled control. Valid values: SUCCEEDED: The enabledControl configuration was deployed successfully. UNDER_CHANGE: The enabledControl configuration is changing. FAILED: The enabledControl configuration failed to deploy.
  582. */
  583. status?: EnablementStatus;
  584. }
  585. export interface GetBaselineInput {
  586. /**
  587. * The ARN of the Baseline resource to be retrieved.
  588. */
  589. baselineIdentifier: BaselineArn;
  590. }
  591. export interface GetBaselineOperationInput {
  592. /**
  593. * The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
  594. */
  595. operationIdentifier: OperationIdentifier;
  596. }
  597. export interface GetBaselineOperationOutput {
  598. /**
  599. * A baselineOperation object that shows information about the specified operation ID.
  600. */
  601. baselineOperation: BaselineOperation;
  602. }
  603. export interface GetBaselineOutput {
  604. /**
  605. * The baseline ARN.
  606. */
  607. arn: BaselineArn;
  608. /**
  609. * A description of the baseline.
  610. */
  611. description?: String;
  612. /**
  613. * A user-friendly name for the baseline.
  614. */
  615. name: String;
  616. }
  617. export interface GetControlOperationInput {
  618. /**
  619. * The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
  620. */
  621. operationIdentifier: OperationIdentifier;
  622. }
  623. export interface GetControlOperationOutput {
  624. /**
  625. * An operation performed by the control.
  626. */
  627. controlOperation: ControlOperation;
  628. }
  629. export interface GetEnabledBaselineInput {
  630. /**
  631. * Identifier of the EnabledBaseline resource to be retrieved, in ARN format.
  632. */
  633. enabledBaselineIdentifier: Arn;
  634. }
  635. export interface GetEnabledBaselineOutput {
  636. /**
  637. * Details of the EnabledBaseline resource.
  638. */
  639. enabledBaselineDetails?: EnabledBaselineDetails;
  640. }
  641. export interface GetEnabledControlInput {
  642. /**
  643. * The controlIdentifier of the enabled control.
  644. */
  645. enabledControlIdentifier: Arn;
  646. }
  647. export interface GetEnabledControlOutput {
  648. /**
  649. * Information about the enabled control.
  650. */
  651. enabledControlDetails: EnabledControlDetails;
  652. }
  653. export interface GetLandingZoneInput {
  654. /**
  655. * The unique identifier of the landing zone.
  656. */
  657. landingZoneIdentifier: String;
  658. }
  659. export interface GetLandingZoneOperationInput {
  660. /**
  661. * A unique identifier assigned to a landing zone operation.
  662. */
  663. operationIdentifier: OperationIdentifier;
  664. }
  665. export interface GetLandingZoneOperationOutput {
  666. /**
  667. * Details about a landing zone operation.
  668. */
  669. operationDetails: LandingZoneOperationDetail;
  670. }
  671. export interface GetLandingZoneOutput {
  672. /**
  673. * Information about the landing zone.
  674. */
  675. landingZone: LandingZoneDetail;
  676. }
  677. export interface LandingZoneDetail {
  678. /**
  679. * The ARN of the landing zone.
  680. */
  681. arn?: Arn;
  682. /**
  683. * The drift status of the landing zone.
  684. */
  685. driftStatus?: LandingZoneDriftStatusSummary;
  686. /**
  687. * The latest available version of the landing zone.
  688. */
  689. latestAvailableVersion?: LandingZoneVersion;
  690. /**
  691. * The landing zone manifest.yaml text file that specifies the landing zone configurations.
  692. */
  693. manifest: Manifest;
  694. /**
  695. * The landing zone deployment status. One of ACTIVE, PROCESSING, FAILED.
  696. */
  697. status?: LandingZoneStatus;
  698. /**
  699. * The landing zone's current deployed version.
  700. */
  701. version: LandingZoneVersion;
  702. }
  703. export type LandingZoneDriftStatus = "DRIFTED"|"IN_SYNC"|string;
  704. export interface LandingZoneDriftStatusSummary {
  705. /**
  706. * The drift status of the landing zone. Valid values: DRIFTED: The landing zone deployed in this configuration does not match the configuration that Amazon Web Services Control Tower expected. IN_SYNC: The landing zone deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.
  707. */
  708. status?: LandingZoneDriftStatus;
  709. }
  710. export interface LandingZoneOperationDetail {
  711. /**
  712. * The landing zone operation end time.
  713. */
  714. endTime?: Timestamp;
  715. /**
  716. * The landing zone operation type. Valid values: DELETE: The DeleteLandingZone operation. CREATE: The CreateLandingZone operation. UPDATE: The UpdateLandingZone operation. RESET: The ResetLandingZone operation.
  717. */
  718. operationType?: LandingZoneOperationType;
  719. /**
  720. * The landing zone operation start time.
  721. */
  722. startTime?: Timestamp;
  723. /**
  724. * Valid values: SUCCEEDED: The landing zone operation succeeded. IN_PROGRESS: The landing zone operation is in progress. FAILED: The landing zone operation failed.
  725. */
  726. status?: LandingZoneOperationStatus;
  727. /**
  728. * If the operation result is FAILED, this string contains a message explaining why the operation failed.
  729. */
  730. statusMessage?: String;
  731. }
  732. export type LandingZoneOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
  733. export type LandingZoneOperationType = "DELETE"|"CREATE"|"UPDATE"|"RESET"|string;
  734. export type LandingZoneStatus = "ACTIVE"|"PROCESSING"|"FAILED"|string;
  735. export interface LandingZoneSummary {
  736. /**
  737. * The ARN of the landing zone.
  738. */
  739. arn?: Arn;
  740. }
  741. export type LandingZoneVersion = string;
  742. export interface ListBaselinesInput {
  743. /**
  744. * The maximum number of results to be shown.
  745. */
  746. maxResults?: ListBaselinesMaxResults;
  747. /**
  748. * A pagination token.
  749. */
  750. nextToken?: String;
  751. }
  752. export type ListBaselinesMaxResults = number;
  753. export interface ListBaselinesOutput {
  754. /**
  755. * A list of Baseline object details.
  756. */
  757. baselines: Baselines;
  758. /**
  759. * A pagination token.
  760. */
  761. nextToken?: String;
  762. }
  763. export interface ListEnabledBaselinesInput {
  764. /**
  765. * A filter applied on the ListEnabledBaseline operation. Allowed filters are baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or both.
  766. */
  767. filter?: EnabledBaselineFilter;
  768. /**
  769. * The maximum number of results to be shown.
  770. */
  771. maxResults?: ListEnabledBaselinesMaxResults;
  772. /**
  773. * A pagination token.
  774. */
  775. nextToken?: ListEnabledBaselinesNextToken;
  776. }
  777. export type ListEnabledBaselinesMaxResults = number;
  778. export type ListEnabledBaselinesNextToken = string;
  779. export interface ListEnabledBaselinesOutput {
  780. /**
  781. * Retuens a list of summaries of EnabledBaseline resources.
  782. */
  783. enabledBaselines: EnabledBaselines;
  784. /**
  785. * A pagination token.
  786. */
  787. nextToken?: ListEnabledBaselinesNextToken;
  788. }
  789. export interface ListEnabledControlsInput {
  790. /**
  791. * How many results to return per API call.
  792. */
  793. maxResults?: MaxResults;
  794. /**
  795. * The token to continue the list from a previous API call with the same parameters.
  796. */
  797. nextToken?: String;
  798. /**
  799. * The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
  800. */
  801. targetIdentifier: TargetIdentifier;
  802. }
  803. export interface ListEnabledControlsOutput {
  804. /**
  805. * Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.
  806. */
  807. enabledControls: EnabledControls;
  808. /**
  809. * Retrieves the next page of results. If the string is empty, the response is the end of the results.
  810. */
  811. nextToken?: String;
  812. }
  813. export interface ListLandingZonesInput {
  814. /**
  815. * The maximum number of returned landing zone ARNs, which is one.
  816. */
  817. maxResults?: ListLandingZonesMaxResults;
  818. /**
  819. * The token to continue the list from a previous API call with the same parameters.
  820. */
  821. nextToken?: String;
  822. }
  823. export type ListLandingZonesMaxResults = number;
  824. export interface ListLandingZonesOutput {
  825. /**
  826. * The ARN of the landing zone.
  827. */
  828. landingZones: ListLandingZonesOutputLandingZonesList;
  829. /**
  830. * Retrieves the next page of results. If the string is empty, the response is the end of the results.
  831. */
  832. nextToken?: String;
  833. }
  834. export type ListLandingZonesOutputLandingZonesList = LandingZoneSummary[];
  835. export interface ListTagsForResourceInput {
  836. /**
  837. * The ARN of the resource.
  838. */
  839. resourceArn: Arn;
  840. }
  841. export interface ListTagsForResourceOutput {
  842. /**
  843. * A list of tags, as key:value strings.
  844. */
  845. tags: TagMap;
  846. }
  847. export interface Manifest {
  848. }
  849. export type MaxResults = number;
  850. export type OperationIdentifier = string;
  851. export interface Region {
  852. /**
  853. * The Amazon Web Services Region name.
  854. */
  855. name?: RegionName;
  856. }
  857. export type RegionName = string;
  858. export interface ResetEnabledBaselineInput {
  859. /**
  860. * Specifies the ID of the EnabledBaseline resource to be re-enabled, in ARN format.
  861. */
  862. enabledBaselineIdentifier: Arn;
  863. }
  864. export interface ResetEnabledBaselineOutput {
  865. /**
  866. * The ID (in UUID format) of the asynchronous ResetEnabledBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.
  867. */
  868. operationIdentifier: OperationIdentifier;
  869. }
  870. export interface ResetLandingZoneInput {
  871. /**
  872. * The unique identifier of the landing zone.
  873. */
  874. landingZoneIdentifier: String;
  875. }
  876. export interface ResetLandingZoneOutput {
  877. /**
  878. * A unique identifier assigned to a ResetLandingZone operation. You can use this identifier as an input parameter of GetLandingZoneOperation to check the operation's status.
  879. */
  880. operationIdentifier: OperationIdentifier;
  881. }
  882. export type String = string;
  883. export type SyntheticTimestamp_date_time = Date;
  884. export type TagKey = string;
  885. export type TagKeys = TagKey[];
  886. export type TagMap = {[key: string]: TagValue};
  887. export interface TagResourceInput {
  888. /**
  889. * The ARN of the resource to be tagged.
  890. */
  891. resourceArn: Arn;
  892. /**
  893. * Tags to be applied to the resource.
  894. */
  895. tags: TagMap;
  896. }
  897. export interface TagResourceOutput {
  898. }
  899. export type TagValue = string;
  900. export type TargetIdentifier = string;
  901. export type TargetRegions = Region[];
  902. export type Timestamp = Date;
  903. export interface UntagResourceInput {
  904. /**
  905. * The ARN of the resource.
  906. */
  907. resourceArn: Arn;
  908. /**
  909. * Tag keys to be removed from the resource.
  910. */
  911. tagKeys: TagKeys;
  912. }
  913. export interface UntagResourceOutput {
  914. }
  915. export interface UpdateEnabledBaselineInput {
  916. /**
  917. * Specifies the new Baseline version, to which the EnabledBaseline should be updated.
  918. */
  919. baselineVersion: BaselineVersion;
  920. /**
  921. * Specifies the EnabledBaseline resource to be updated.
  922. */
  923. enabledBaselineIdentifier: Arn;
  924. /**
  925. * Parameters to apply when making an update.
  926. */
  927. parameters?: EnabledBaselineParameters;
  928. }
  929. export interface UpdateEnabledBaselineOutput {
  930. /**
  931. * The ID (in UUID format) of the asynchronous UpdateEnabledBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.
  932. */
  933. operationIdentifier: OperationIdentifier;
  934. }
  935. export interface UpdateEnabledControlInput {
  936. /**
  937. * The ARN of the enabled control that will be updated.
  938. */
  939. enabledControlIdentifier: Arn;
  940. /**
  941. * A key/value pair, where Key is of type String and Value is of type Document.
  942. */
  943. parameters: EnabledControlParameters;
  944. }
  945. export interface UpdateEnabledControlOutput {
  946. /**
  947. * The operation identifier for this UpdateEnabledControl operation.
  948. */
  949. operationIdentifier: OperationIdentifier;
  950. }
  951. export interface UpdateLandingZoneInput {
  952. /**
  953. * The unique identifier of the landing zone.
  954. */
  955. landingZoneIdentifier: String;
  956. /**
  957. * The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
  958. */
  959. manifest: Manifest;
  960. /**
  961. * The landing zone version, for example, 3.2.
  962. */
  963. version: LandingZoneVersion;
  964. }
  965. export interface UpdateLandingZoneOutput {
  966. /**
  967. * A unique identifier assigned to a UpdateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.
  968. */
  969. operationIdentifier: OperationIdentifier;
  970. }
  971. /**
  972. * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
  973. */
  974. export type apiVersion = "2018-05-10"|"latest"|string;
  975. export interface ClientApiVersions {
  976. /**
  977. * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
  978. */
  979. apiVersion?: apiVersion;
  980. }
  981. export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
  982. /**
  983. * Contains interfaces for use with the ControlTower client.
  984. */
  985. export import Types = ControlTower;
  986. }
  987. export = ControlTower;