Imports a component and transforms its data into a component document.
Request body
The name of the component.
The description of the component. Describes the contents of the component.
The change description of the component. This description indicates the change that has been made in this version, or what makes this version different from other versions of this component.
The type of the component denotes whether the component is used to build the image, or only to test it.
The format of the resource that you want to import as a component.
The platform of the component.
The data of the component. Used to specify the data inline. Either <code>data</code> or <code>uri</code> can be used to specify the data within the component.
The uri of the component. Must be an Amazon S3 URL and the requester must have permission to access the Amazon S3 bucket. If you use Amazon S3, you can specify component content up to your service quota. Either <code>data</code> or <code>uri</code> can be used to specify the data within the component.
The ID of the KMS key that should be used to encrypt this component.
The tags of the component.
The idempotency token of the component.
Response
Success
The request ID that uniquely identifies this request.
The idempotency token used to make this request idempotent.
The Amazon Resource Name (ARN) of the imported component.