@aws-sdk/client-organizations 3.288.0 → 3.290.0

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.
Files changed (56) hide show
  1. package/dist-types/commands/AcceptHandshakeCommand.d.ts +265 -0
  2. package/dist-types/commands/AttachPolicyCommand.d.ts +378 -0
  3. package/dist-types/commands/CancelHandshakeCommand.d.ts +201 -0
  4. package/dist-types/commands/CloseAccountCommand.d.ts +343 -0
  5. package/dist-types/commands/CreateAccountCommand.d.ts +358 -0
  6. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +336 -0
  7. package/dist-types/commands/CreateOrganizationCommand.d.ts +389 -0
  8. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +357 -0
  9. package/dist-types/commands/CreatePolicyCommand.d.ts +377 -0
  10. package/dist-types/commands/DeclineHandshakeCommand.d.ts +196 -0
  11. package/dist-types/commands/DeleteOrganizationCommand.d.ts +135 -0
  12. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +152 -0
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +154 -0
  14. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +230 -0
  15. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +339 -0
  16. package/dist-types/commands/DescribeAccountCommand.d.ts +153 -0
  17. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +154 -0
  18. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +337 -0
  19. package/dist-types/commands/DescribeHandshakeCommand.d.ts +183 -0
  20. package/dist-types/commands/DescribeOrganizationCommand.d.ts +53 -0
  21. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +151 -0
  22. package/dist-types/commands/DescribePolicyCommand.d.ts +159 -0
  23. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +226 -0
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +357 -0
  25. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +331 -0
  26. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +367 -0
  27. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +331 -0
  28. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +223 -0
  29. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +375 -0
  30. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +467 -0
  31. package/dist-types/commands/LeaveOrganizationCommand.d.ts +347 -0
  32. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +327 -0
  33. package/dist-types/commands/ListAccountsCommand.d.ts +178 -0
  34. package/dist-types/commands/ListAccountsForParentCommand.d.ts +165 -0
  35. package/dist-types/commands/ListChildrenCommand.d.ts +156 -0
  36. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +182 -0
  37. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +327 -0
  38. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +335 -0
  39. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +184 -0
  40. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +230 -0
  41. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +157 -0
  42. package/dist-types/commands/ListParentsCommand.d.ts +152 -0
  43. package/dist-types/commands/ListPoliciesCommand.d.ts +171 -0
  44. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +160 -0
  45. package/dist-types/commands/ListRootsCommand.d.ts +153 -0
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +131 -0
  47. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +168 -0
  48. package/dist-types/commands/MoveAccountCommand.d.ts +160 -0
  49. package/dist-types/commands/PutResourcePolicyCommand.d.ts +331 -0
  50. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +340 -0
  51. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +349 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +332 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +332 -0
  54. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +159 -0
  55. package/dist-types/commands/UpdatePolicyCommand.d.ts +403 -0
  56. package/package.json +29 -29
@@ -39,6 +39,363 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
39
39
  * @see {@link CreateOrganizationalUnitCommandOutput} for command's `response` shape.
40
40
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You don't have permissions to perform the requested operation. The user or role that
44
+ * is making the request must have at least one IAM permissions policy attached that
45
+ * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
46
+ * <i>IAM User Guide.</i>
47
+ * </p>
48
+ *
49
+ * @throws {@link AWSOrganizationsNotInUseException} (client fault)
50
+ * <p>Your account isn't a member of an organization. To make this request, you must use the
51
+ * credentials of an account that belongs to an organization.</p>
52
+ *
53
+ * @throws {@link ConcurrentModificationException} (client fault)
54
+ * <p>The target of the operation is currently being modified by a different request. Try
55
+ * again later.</p>
56
+ *
57
+ * @throws {@link ConstraintViolationException} (client fault)
58
+ * <p>Performing this operation violates a minimum or maximum value limit. For example,
59
+ * attempting to remove the last service control policy (SCP) from an OU or root, inviting
60
+ * or creating too many accounts to the organization, or attaching too many policies to an
61
+ * account, OU, or root. This exception includes a reason that contains additional
62
+ * information about the violated limit:</p>
63
+ * <note>
64
+ * <p>Some of the reasons in the following list might not be applicable to this specific
65
+ * API or operation.</p>
66
+ * </note>
67
+ * <ul>
68
+ * <li>
69
+ * <p>ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management
70
+ * account from the organization. You can't remove the management account. Instead,
71
+ * after you remove all member accounts, delete the organization itself.</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an
75
+ * account from the organization that doesn't yet have enough information to exist
76
+ * as a standalone account. This account requires you to first complete phone
77
+ * verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
78
+ * <i>Organizations User Guide.</i>
79
+ * </p>
80
+ * </li>
81
+ * <li>
82
+ * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
83
+ * accounts that you can create in one day.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.</p>
87
+ * </li>
88
+ * <li>
89
+ * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
90
+ * of accounts in an organization. If you need more accounts, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
91
+ * request an increase in your limit. </p>
92
+ * <p>Or the number of invitations that you tried to send would cause you to exceed
93
+ * the limit of accounts in your organization. Send fewer invitations or contact
94
+ * Amazon Web Services Support to request an increase in the number of accounts.</p>
95
+ * <note>
96
+ * <p>Deleted and closed accounts still count toward your limit.</p>
97
+ * </note>
98
+ * <important>
99
+ * <p>If you get this exception when running a command immediately after
100
+ * creating the organization, wait one hour and try again. After an hour, if
101
+ * the command continues to fail with this error, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services
102
+ * Support</a>.</p>
103
+ * </important>
104
+ * </li>
105
+ * <li>
106
+ * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
107
+ * the management account of the organization as a delegated administrator for an
108
+ * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
109
+ * delegated administrator.</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management
113
+ * account. To close the management account for the organization, you must first
114
+ * either remove or close all member accounts in the organization. Follow standard
115
+ * account closure process using root credentials.​ </p>
116
+ * </li>
117
+ * <li>
118
+ * <p>CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an
119
+ * account that is registered as a delegated administrator for a service integrated
120
+ * with your organization. To complete this operation, you must first deregister
121
+ * this account as a delegated administrator. </p>
122
+ * </li>
123
+ * <li>
124
+ * <p>CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the
125
+ * past 30 days. </p>
126
+ * </li>
127
+ * <li>
128
+ * <p>CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of
129
+ * accounts that you can close at a time. ​ </p>
130
+ * </li>
131
+ * <li>
132
+ * <p>CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an
133
+ * organization in the specified region, you must enable all features mode.</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an
137
+ * Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has
138
+ * a delegated administrator. To complete this operation, you must first deregister
139
+ * any existing delegated administrators for this service.</p>
140
+ * </li>
141
+ * <li>
142
+ * <p>EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for
143
+ * a limited period of time. You must resubmit the request and generate a new
144
+ * verfication code.</p>
145
+ * </li>
146
+ * <li>
147
+ * <p>HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
148
+ * handshakes that you can send in one day.</p>
149
+ * </li>
150
+ * <li>
151
+ * <p>INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported
152
+ * payment method is associated with the account. Amazon Web Services does not support cards
153
+ * issued by financial institutions in Russia or Belarus. For more information, see
154
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html">Managing your
155
+ * Amazon Web Services payments</a>.</p>
156
+ * </li>
157
+ * <li>
158
+ * <p>MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in
159
+ * this organization, you first must migrate the organization's management account
160
+ * to the marketplace that corresponds to the management account's address. For
161
+ * example, accounts with India addresses must be associated with the AISPL
162
+ * marketplace. All accounts in an organization must be associated with the same
163
+ * marketplace.</p>
164
+ * </li>
165
+ * <li>
166
+ * <p>MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services /> Regions
167
+ * in China. To create an organization, the master must have a valid business
168
+ * license. For more information, contact customer support.</p>
169
+ * </li>
170
+ * <li>
171
+ * <p>MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must
172
+ * first provide a valid contact address and phone number for the management
173
+ * account. Then try the operation again.</p>
174
+ * </li>
175
+ * <li>
176
+ * <p>MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the
177
+ * management account must have an associated account in the Amazon Web Services GovCloud
178
+ * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
179
+ * in the
180
+ * <i>Amazon Web Services GovCloud User Guide.</i>
181
+ * </p>
182
+ * </li>
183
+ * <li>
184
+ * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
185
+ * this management account, you first must associate a valid payment instrument,
186
+ * such as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
187
+ * been provided</a> in the <i>Organizations User Guide.</i>
188
+ * </p>
189
+ * </li>
190
+ * <li>
191
+ * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
192
+ * register more delegated administrators than allowed for the service principal.
193
+ * </p>
194
+ * </li>
195
+ * <li>
196
+ * <p>MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number
197
+ * of policies of a certain type that can be attached to an entity at one
198
+ * time.</p>
199
+ * </li>
200
+ * <li>
201
+ * <p>MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this
202
+ * resource. </p>
203
+ * </li>
204
+ * <li>
205
+ * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
206
+ * this member account, you first must associate a valid payment instrument, such
207
+ * as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
208
+ * been provided</a> in the <i>Organizations User Guide.</i>
209
+ * </p>
210
+ * </li>
211
+ * <li>
212
+ * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
213
+ * from an entity that would cause the entity to have fewer than the minimum number
214
+ * of policies of a certain type required.</p>
215
+ * </li>
216
+ * <li>
217
+ * <p>ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation
218
+ * that requires the organization to be configured to support all features. An
219
+ * organization that supports only consolidated billing features can't perform this
220
+ * operation.</p>
221
+ * </li>
222
+ * <li>
223
+ * <p>OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many
224
+ * levels deep.</p>
225
+ * </li>
226
+ * <li>
227
+ * <p>OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you
228
+ * can have in an organization.</p>
229
+ * </li>
230
+ * <li>
231
+ * <p>POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger
232
+ * than the maximum size.</p>
233
+ * </li>
234
+ * <li>
235
+ * <p>POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies
236
+ * that you can have in an organization.</p>
237
+ * </li>
238
+ * <li>
239
+ * <p>SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated
240
+ * administrator before you enabled service access. Call the
241
+ * <code>EnableAWSServiceAccess</code> API first.</p>
242
+ * </li>
243
+ * <li>
244
+ * <p>TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags
245
+ * that are not compliant with the tag policy requirements for this account.</p>
246
+ * </li>
247
+ * <li>
248
+ * <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
249
+ * period before you can remove it from the organization. If you get an error that
250
+ * indicates that a wait period is required, try again in a few days.</p>
251
+ * </li>
252
+ * </ul>
253
+ *
254
+ * @throws {@link DuplicateOrganizationalUnitException} (client fault)
255
+ * <p>An OU with the same name already exists.</p>
256
+ *
257
+ * @throws {@link InvalidInputException} (client fault)
258
+ * <p>The requested operation failed because you provided invalid values for one or more of
259
+ * the request parameters. This exception includes a reason that contains additional
260
+ * information about the violated limit:</p>
261
+ * <note>
262
+ * <p>Some of the reasons in the following list might not be applicable to this specific
263
+ * API or operation.</p>
264
+ * </note>
265
+ * <ul>
266
+ * <li>
267
+ * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
268
+ * entity.</p>
269
+ * </li>
270
+ * <li>
271
+ * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
272
+ * modified.</p>
273
+ * </li>
274
+ * <li>
275
+ * <p>INPUT_REQUIRED: You must include a value for all required parameters.</p>
276
+ * </li>
277
+ * <li>
278
+ * <p>INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the
279
+ * invited account owner.</p>
280
+ * </li>
281
+ * <li>
282
+ * <p>INVALID_ENUM: You specified an invalid value.</p>
283
+ * </li>
284
+ * <li>
285
+ * <p>INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.</p>
286
+ * </li>
287
+ * <li>
288
+ * <p>INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid
289
+ * characters.</p>
290
+ * </li>
291
+ * <li>
292
+ * <p>INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least
293
+ * one invalid value.</p>
294
+ * </li>
295
+ * <li>
296
+ * <p>INVALID_PAGINATION_TOKEN: Get the value for the <code>NextToken</code>
297
+ * parameter from the response to a previous call of the operation.</p>
298
+ * </li>
299
+ * <li>
300
+ * <p>INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account,
301
+ * organization, or email) as a party.</p>
302
+ * </li>
303
+ * <li>
304
+ * <p>INVALID_PATTERN: You provided a value that doesn't match the required
305
+ * pattern.</p>
306
+ * </li>
307
+ * <li>
308
+ * <p>INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match
309
+ * the required pattern.</p>
310
+ * </li>
311
+ * <li>
312
+ * <p>INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name
313
+ * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
314
+ * </li>
315
+ * <li>
316
+ * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
317
+ * (ARN) for the organization.</p>
318
+ * </li>
319
+ * <li>
320
+ * <p>INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID. </p>
321
+ * </li>
322
+ * <li>
323
+ * <p>INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag.
324
+ * You can’t add, edit, or delete system tag keys because they're reserved for
325
+ * Amazon Web Services use. System tags don’t count against your tags per resource limit.</p>
326
+ * </li>
327
+ * <li>
328
+ * <p>MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the
329
+ * operation.</p>
330
+ * </li>
331
+ * <li>
332
+ * <p>MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than
333
+ * allowed.</p>
334
+ * </li>
335
+ * <li>
336
+ * <p>MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value
337
+ * than allowed.</p>
338
+ * </li>
339
+ * <li>
340
+ * <p>MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than
341
+ * allowed.</p>
342
+ * </li>
343
+ * <li>
344
+ * <p>MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value
345
+ * than allowed.</p>
346
+ * </li>
347
+ * <li>
348
+ * <p>MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between
349
+ * entities in the same root.</p>
350
+ * </li>
351
+ * <li>
352
+ * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
353
+ * entity.</p>
354
+ * </li>
355
+ * <li>
356
+ * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
357
+ * recognized.</p>
358
+ * </li>
359
+ * </ul>
360
+ *
361
+ * @throws {@link ParentNotFoundException} (client fault)
362
+ * <p>We can't find a root or OU with the <code>ParentId</code> that you specified.</p>
363
+ *
364
+ * @throws {@link ServiceException} (server fault)
365
+ * <p>Organizations can't complete your request because of an internal service error. Try again
366
+ * later.</p>
367
+ *
368
+ * @throws {@link TooManyRequestsException} (client fault)
369
+ * <p>You have sent too many requests in too short a period of time. The quota helps protect
370
+ * against denial-of-service attacks. Try again later.</p>
371
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
372
+ * <i>Organizations User Guide.</i>
373
+ * </p>
374
+ *
375
+ *
376
+ * @example To create a new organization unit
377
+ * ```javascript
378
+ * // The following example shows how to create an OU that is named AccountingOU. The new OU is directly under the root.:
379
+ * //
380
+ * //
381
+ * const input = {
382
+ * "Name": "AccountingOU",
383
+ * "ParentId": "r-examplerootid111"
384
+ * };
385
+ * const command = new CreateOrganizationalUnitCommand(input);
386
+ * const response = await client.send(command);
387
+ * /* response ==
388
+ * {
389
+ * "OrganizationalUnit": {
390
+ * "Arn": "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111",
391
+ * "Id": "ou-examplerootid111-exampleouid111",
392
+ * "Name": "AccountingOU"
393
+ * }
394
+ * }
395
+ * *\/
396
+ * // example id: to-create-a-new-organizational-unit
397
+ * ```
398
+ *
42
399
  */
43
400
  export declare class CreateOrganizationalUnitCommand extends $Command<CreateOrganizationalUnitCommandInput, CreateOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig> {
44
401
  readonly input: CreateOrganizationalUnitCommandInput;