Smaws_Client_CloudFormation.ImportStacksToStackSetImport existing stacks into a new StackSets. Use the stack import operation to import up to 10 stacks into a new StackSet in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `OperationIdAlreadyExistsException of
Types.operation_id_already_exists_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `StackNotFoundException of Types.stack_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception
| `StaleRequestException of Types.stale_request_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.import_stacks_to_stack_set_input ->
(Types.import_stacks_to_stack_set_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `OperationIdAlreadyExistsException of
Types.operation_id_already_exists_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `StackNotFoundException of Types.stack_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception
| `StaleRequestException of Types.stale_request_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.import_stacks_to_stack_set_input ->
(Types.import_stacks_to_stack_set_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `OperationIdAlreadyExistsException of
Types.operation_id_already_exists_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `StackNotFoundException of Types.stack_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception
| `StaleRequestException of Types.stale_request_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result