1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2021-08-28", 5 "endpointPrefix":"migrationhub-orchestrator", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceFullName":"AWS Migration Hub Orchestrator", 9 "serviceId":"MigrationHubOrchestrator", 10 "signatureVersion":"v4", 11 "signingName":"migrationhub-orchestrator", 12 "uid":"migrationhuborchestrator-2021-08-28" 13 }, 14 "operations":{ 15 "CreateWorkflow":{ 16 "name":"CreateWorkflow", 17 "http":{ 18 "method":"POST", 19 "requestUri":"/migrationworkflow/", 20 "responseCode":200 21 }, 22 "input":{"shape":"CreateMigrationWorkflowRequest"}, 23 "output":{"shape":"CreateMigrationWorkflowResponse"}, 24 "errors":[ 25 {"shape":"ThrottlingException"}, 26 {"shape":"AccessDeniedException"}, 27 {"shape":"InternalServerException"}, 28 {"shape":"ValidationException"} 29 ], 30 "documentation":"<p>Create a workflow to orchestrate your migrations.</p>" 31 }, 32 "CreateWorkflowStep":{ 33 "name":"CreateWorkflowStep", 34 "http":{ 35 "method":"POST", 36 "requestUri":"/workflowstep", 37 "responseCode":200 38 }, 39 "input":{"shape":"CreateWorkflowStepRequest"}, 40 "output":{"shape":"CreateWorkflowStepResponse"}, 41 "errors":[ 42 {"shape":"ThrottlingException"}, 43 {"shape":"AccessDeniedException"}, 44 {"shape":"InternalServerException"}, 45 {"shape":"ValidationException"} 46 ], 47 "documentation":"<p>Create a step in the migration workflow.</p>" 48 }, 49 "CreateWorkflowStepGroup":{ 50 "name":"CreateWorkflowStepGroup", 51 "http":{ 52 "method":"POST", 53 "requestUri":"/workflowstepgroups", 54 "responseCode":200 55 }, 56 "input":{"shape":"CreateWorkflowStepGroupRequest"}, 57 "output":{"shape":"CreateWorkflowStepGroupResponse"}, 58 "errors":[ 59 {"shape":"ThrottlingException"}, 60 {"shape":"AccessDeniedException"}, 61 {"shape":"InternalServerException"}, 62 {"shape":"ValidationException"} 63 ], 64 "documentation":"<p>Create a step group in a migration workflow.</p>" 65 }, 66 "DeleteWorkflow":{ 67 "name":"DeleteWorkflow", 68 "http":{ 69 "method":"DELETE", 70 "requestUri":"/migrationworkflow/{id}", 71 "responseCode":202 72 }, 73 "input":{"shape":"DeleteMigrationWorkflowRequest"}, 74 "output":{"shape":"DeleteMigrationWorkflowResponse"}, 75 "errors":[ 76 {"shape":"ThrottlingException"}, 77 {"shape":"AccessDeniedException"}, 78 {"shape":"InternalServerException"}, 79 {"shape":"ValidationException"}, 80 {"shape":"ResourceNotFoundException"} 81 ], 82 "documentation":"<p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to delete it.</p>", 83 "idempotent":true 84 }, 85 "DeleteWorkflowStep":{ 86 "name":"DeleteWorkflowStep", 87 "http":{ 88 "method":"DELETE", 89 "requestUri":"/workflowstep/{id}", 90 "responseCode":200 91 }, 92 "input":{"shape":"DeleteWorkflowStepRequest"}, 93 "output":{"shape":"DeleteWorkflowStepResponse"}, 94 "errors":[ 95 {"shape":"ThrottlingException"}, 96 {"shape":"AccessDeniedException"}, 97 {"shape":"InternalServerException"}, 98 {"shape":"ValidationException"}, 99 {"shape":"ResourceNotFoundException"} 100 ], 101 "documentation":"<p>Delete a step in a migration workflow. Pause the workflow to delete a running step.</p>", 102 "idempotent":true 103 }, 104 "DeleteWorkflowStepGroup":{ 105 "name":"DeleteWorkflowStepGroup", 106 "http":{ 107 "method":"DELETE", 108 "requestUri":"/workflowstepgroup/{id}", 109 "responseCode":202 110 }, 111 "input":{"shape":"DeleteWorkflowStepGroupRequest"}, 112 "output":{"shape":"DeleteWorkflowStepGroupResponse"}, 113 "errors":[ 114 {"shape":"ThrottlingException"}, 115 {"shape":"AccessDeniedException"}, 116 {"shape":"InternalServerException"}, 117 {"shape":"ValidationException"}, 118 {"shape":"ResourceNotFoundException"} 119 ], 120 "documentation":"<p>Delete a step group in a migration workflow.</p>", 121 "idempotent":true 122 }, 123 "GetTemplate":{ 124 "name":"GetTemplate", 125 "http":{ 126 "method":"GET", 127 "requestUri":"/migrationworkflowtemplate/{id}", 128 "responseCode":200 129 }, 130 "input":{"shape":"GetMigrationWorkflowTemplateRequest"}, 131 "output":{"shape":"GetMigrationWorkflowTemplateResponse"}, 132 "errors":[ 133 {"shape":"ThrottlingException"}, 134 {"shape":"AccessDeniedException"}, 135 {"shape":"InternalServerException"}, 136 {"shape":"ResourceNotFoundException"} 137 ], 138 "documentation":"<p>Get the template you want to use for creating a migration workflow.</p>" 139 }, 140 "GetTemplateStep":{ 141 "name":"GetTemplateStep", 142 "http":{ 143 "method":"GET", 144 "requestUri":"/templatestep/{id}", 145 "responseCode":200 146 }, 147 "input":{"shape":"GetTemplateStepRequest"}, 148 "output":{"shape":"GetTemplateStepResponse"}, 149 "errors":[ 150 {"shape":"ThrottlingException"}, 151 {"shape":"AccessDeniedException"}, 152 {"shape":"InternalServerException"}, 153 {"shape":"ValidationException"}, 154 {"shape":"ResourceNotFoundException"} 155 ], 156 "documentation":"<p>Get a specific step in a template.</p>" 157 }, 158 "GetTemplateStepGroup":{ 159 "name":"GetTemplateStepGroup", 160 "http":{ 161 "method":"GET", 162 "requestUri":"/templates/{templateId}/stepgroups/{id}", 163 "responseCode":200 164 }, 165 "input":{"shape":"GetTemplateStepGroupRequest"}, 166 "output":{"shape":"GetTemplateStepGroupResponse"}, 167 "errors":[ 168 {"shape":"ThrottlingException"}, 169 {"shape":"AccessDeniedException"}, 170 {"shape":"InternalServerException"}, 171 {"shape":"ValidationException"}, 172 {"shape":"ResourceNotFoundException"} 173 ], 174 "documentation":"<p>Get a step group in a template.</p>" 175 }, 176 "GetWorkflow":{ 177 "name":"GetWorkflow", 178 "http":{ 179 "method":"GET", 180 "requestUri":"/migrationworkflow/{id}", 181 "responseCode":200 182 }, 183 "input":{"shape":"GetMigrationWorkflowRequest"}, 184 "output":{"shape":"GetMigrationWorkflowResponse"}, 185 "errors":[ 186 {"shape":"ThrottlingException"}, 187 {"shape":"AccessDeniedException"}, 188 {"shape":"InternalServerException"}, 189 {"shape":"ValidationException"}, 190 {"shape":"ResourceNotFoundException"} 191 ], 192 "documentation":"<p>Get migration workflow.</p>" 193 }, 194 "GetWorkflowStep":{ 195 "name":"GetWorkflowStep", 196 "http":{ 197 "method":"GET", 198 "requestUri":"/workflowstep/{id}", 199 "responseCode":200 200 }, 201 "input":{"shape":"GetWorkflowStepRequest"}, 202 "output":{"shape":"GetWorkflowStepResponse"}, 203 "errors":[ 204 {"shape":"ThrottlingException"}, 205 {"shape":"AccessDeniedException"}, 206 {"shape":"InternalServerException"}, 207 {"shape":"ResourceNotFoundException"} 208 ], 209 "documentation":"<p>Get a step in the migration workflow.</p>" 210 }, 211 "GetWorkflowStepGroup":{ 212 "name":"GetWorkflowStepGroup", 213 "http":{ 214 "method":"GET", 215 "requestUri":"/workflowstepgroup/{id}", 216 "responseCode":200 217 }, 218 "input":{"shape":"GetWorkflowStepGroupRequest"}, 219 "output":{"shape":"GetWorkflowStepGroupResponse"}, 220 "errors":[ 221 {"shape":"ThrottlingException"}, 222 {"shape":"AccessDeniedException"}, 223 {"shape":"InternalServerException"}, 224 {"shape":"ValidationException"}, 225 {"shape":"ResourceNotFoundException"} 226 ], 227 "documentation":"<p>Get the step group of a migration workflow.</p>" 228 }, 229 "ListPlugins":{ 230 "name":"ListPlugins", 231 "http":{ 232 "method":"GET", 233 "requestUri":"/plugins", 234 "responseCode":200 235 }, 236 "input":{"shape":"ListPluginsRequest"}, 237 "output":{"shape":"ListPluginsResponse"}, 238 "errors":[ 239 {"shape":"AccessDeniedException"}, 240 {"shape":"InternalServerException"}, 241 {"shape":"ValidationException"} 242 ], 243 "documentation":"<p>List AWS Migration Hub Orchestrator plugins.</p>" 244 }, 245 "ListTagsForResource":{ 246 "name":"ListTagsForResource", 247 "http":{ 248 "method":"GET", 249 "requestUri":"/tags/{resourceArn}", 250 "responseCode":200 251 }, 252 "input":{"shape":"ListTagsForResourceRequest"}, 253 "output":{"shape":"ListTagsForResourceResponse"}, 254 "errors":[ 255 {"shape":"ValidationException"}, 256 {"shape":"ResourceNotFoundException"} 257 ], 258 "documentation":"<p>List the tags added to a resource.</p>" 259 }, 260 "ListTemplateStepGroups":{ 261 "name":"ListTemplateStepGroups", 262 "http":{ 263 "method":"GET", 264 "requestUri":"/templatestepgroups/{templateId}", 265 "responseCode":200 266 }, 267 "input":{"shape":"ListTemplateStepGroupsRequest"}, 268 "output":{"shape":"ListTemplateStepGroupsResponse"}, 269 "errors":[ 270 {"shape":"ThrottlingException"}, 271 {"shape":"AccessDeniedException"}, 272 {"shape":"InternalServerException"}, 273 {"shape":"ResourceNotFoundException"} 274 ], 275 "documentation":"<p>List the step groups in a template.</p>" 276 }, 277 "ListTemplateSteps":{ 278 "name":"ListTemplateSteps", 279 "http":{ 280 "method":"GET", 281 "requestUri":"/templatesteps", 282 "responseCode":200 283 }, 284 "input":{"shape":"ListTemplateStepsRequest"}, 285 "output":{"shape":"ListTemplateStepsResponse"}, 286 "errors":[ 287 {"shape":"ThrottlingException"}, 288 {"shape":"AccessDeniedException"}, 289 {"shape":"InternalServerException"}, 290 {"shape":"ValidationException"}, 291 {"shape":"ResourceNotFoundException"} 292 ], 293 "documentation":"<p>List the steps in a template.</p>" 294 }, 295 "ListTemplates":{ 296 "name":"ListTemplates", 297 "http":{ 298 "method":"GET", 299 "requestUri":"/migrationworkflowtemplates", 300 "responseCode":200 301 }, 302 "input":{"shape":"ListMigrationWorkflowTemplatesRequest"}, 303 "output":{"shape":"ListMigrationWorkflowTemplatesResponse"}, 304 "errors":[ 305 {"shape":"ThrottlingException"}, 306 {"shape":"AccessDeniedException"}, 307 {"shape":"InternalServerException"} 308 ], 309 "documentation":"<p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>" 310 }, 311 "ListWorkflowStepGroups":{ 312 "name":"ListWorkflowStepGroups", 313 "http":{ 314 "method":"GET", 315 "requestUri":"/workflowstepgroups", 316 "responseCode":200 317 }, 318 "input":{"shape":"ListWorkflowStepGroupsRequest"}, 319 "output":{"shape":"ListWorkflowStepGroupsResponse"}, 320 "errors":[ 321 {"shape":"ThrottlingException"}, 322 {"shape":"AccessDeniedException"}, 323 {"shape":"InternalServerException"}, 324 {"shape":"ValidationException"}, 325 {"shape":"ResourceNotFoundException"} 326 ], 327 "documentation":"<p>List the step groups in a migration workflow.</p>" 328 }, 329 "ListWorkflowSteps":{ 330 "name":"ListWorkflowSteps", 331 "http":{ 332 "method":"GET", 333 "requestUri":"/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps", 334 "responseCode":200 335 }, 336 "input":{"shape":"ListWorkflowStepsRequest"}, 337 "output":{"shape":"ListWorkflowStepsResponse"}, 338 "errors":[ 339 {"shape":"ThrottlingException"}, 340 {"shape":"AccessDeniedException"}, 341 {"shape":"InternalServerException"}, 342 {"shape":"ValidationException"} 343 ], 344 "documentation":"<p>List the steps in a workflow.</p>" 345 }, 346 "ListWorkflows":{ 347 "name":"ListWorkflows", 348 "http":{ 349 "method":"GET", 350 "requestUri":"/migrationworkflows", 351 "responseCode":200 352 }, 353 "input":{"shape":"ListMigrationWorkflowsRequest"}, 354 "output":{"shape":"ListMigrationWorkflowsResponse"}, 355 "errors":[ 356 {"shape":"ThrottlingException"}, 357 {"shape":"AccessDeniedException"}, 358 {"shape":"InternalServerException"}, 359 {"shape":"ValidationException"}, 360 {"shape":"ResourceNotFoundException"} 361 ], 362 "documentation":"<p>List the migration workflows.</p>" 363 }, 364 "RetryWorkflowStep":{ 365 "name":"RetryWorkflowStep", 366 "http":{ 367 "method":"POST", 368 "requestUri":"/retryworkflowstep/{id}", 369 "responseCode":200 370 }, 371 "input":{"shape":"RetryWorkflowStepRequest"}, 372 "output":{"shape":"RetryWorkflowStepResponse"}, 373 "errors":[ 374 {"shape":"ThrottlingException"}, 375 {"shape":"AccessDeniedException"}, 376 {"shape":"InternalServerException"}, 377 {"shape":"ResourceNotFoundException"} 378 ], 379 "documentation":"<p>Retry a failed step in a migration workflow.</p>" 380 }, 381 "StartWorkflow":{ 382 "name":"StartWorkflow", 383 "http":{ 384 "method":"POST", 385 "requestUri":"/migrationworkflow/{id}/start", 386 "responseCode":200 387 }, 388 "input":{"shape":"StartMigrationWorkflowRequest"}, 389 "output":{"shape":"StartMigrationWorkflowResponse"}, 390 "errors":[ 391 {"shape":"ThrottlingException"}, 392 {"shape":"AccessDeniedException"}, 393 {"shape":"InternalServerException"}, 394 {"shape":"ValidationException"}, 395 {"shape":"ResourceNotFoundException"} 396 ], 397 "documentation":"<p>Start a migration workflow.</p>" 398 }, 399 "StopWorkflow":{ 400 "name":"StopWorkflow", 401 "http":{ 402 "method":"POST", 403 "requestUri":"/migrationworkflow/{id}/stop", 404 "responseCode":200 405 }, 406 "input":{"shape":"StopMigrationWorkflowRequest"}, 407 "output":{"shape":"StopMigrationWorkflowResponse"}, 408 "errors":[ 409 {"shape":"ThrottlingException"}, 410 {"shape":"AccessDeniedException"}, 411 {"shape":"InternalServerException"}, 412 {"shape":"ValidationException"}, 413 {"shape":"ResourceNotFoundException"} 414 ], 415 "documentation":"<p>Stop an ongoing migration workflow.</p>" 416 }, 417 "TagResource":{ 418 "name":"TagResource", 419 "http":{ 420 "method":"POST", 421 "requestUri":"/tags/{resourceArn}", 422 "responseCode":200 423 }, 424 "input":{"shape":"TagResourceRequest"}, 425 "output":{"shape":"TagResourceResponse"}, 426 "errors":[ 427 {"shape":"ValidationException"}, 428 {"shape":"ResourceNotFoundException"} 429 ], 430 "documentation":"<p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>", 431 "idempotent":true 432 }, 433 "UntagResource":{ 434 "name":"UntagResource", 435 "http":{ 436 "method":"DELETE", 437 "requestUri":"/tags/{resourceArn}", 438 "responseCode":200 439 }, 440 "input":{"shape":"UntagResourceRequest"}, 441 "output":{"shape":"UntagResourceResponse"}, 442 "errors":[ 443 {"shape":"ValidationException"}, 444 {"shape":"ResourceNotFoundException"} 445 ], 446 "documentation":"<p>Deletes the tags for a resource.</p>", 447 "idempotent":true 448 }, 449 "UpdateWorkflow":{ 450 "name":"UpdateWorkflow", 451 "http":{ 452 "method":"POST", 453 "requestUri":"/migrationworkflow/{id}", 454 "responseCode":200 455 }, 456 "input":{"shape":"UpdateMigrationWorkflowRequest"}, 457 "output":{"shape":"UpdateMigrationWorkflowResponse"}, 458 "errors":[ 459 {"shape":"ThrottlingException"}, 460 {"shape":"AccessDeniedException"}, 461 {"shape":"InternalServerException"}, 462 {"shape":"ValidationException"}, 463 {"shape":"ResourceNotFoundException"} 464 ], 465 "documentation":"<p>Update a migration workflow.</p>" 466 }, 467 "UpdateWorkflowStep":{ 468 "name":"UpdateWorkflowStep", 469 "http":{ 470 "method":"POST", 471 "requestUri":"/workflowstep/{id}", 472 "responseCode":200 473 }, 474 "input":{"shape":"UpdateWorkflowStepRequest"}, 475 "output":{"shape":"UpdateWorkflowStepResponse"}, 476 "errors":[ 477 {"shape":"ThrottlingException"}, 478 {"shape":"AccessDeniedException"}, 479 {"shape":"InternalServerException"}, 480 {"shape":"ValidationException"} 481 ], 482 "documentation":"<p>Update a step in a migration workflow.</p>" 483 }, 484 "UpdateWorkflowStepGroup":{ 485 "name":"UpdateWorkflowStepGroup", 486 "http":{ 487 "method":"POST", 488 "requestUri":"/workflowstepgroup/{id}", 489 "responseCode":202 490 }, 491 "input":{"shape":"UpdateWorkflowStepGroupRequest"}, 492 "output":{"shape":"UpdateWorkflowStepGroupResponse"}, 493 "errors":[ 494 {"shape":"ThrottlingException"}, 495 {"shape":"AccessDeniedException"}, 496 {"shape":"InternalServerException"}, 497 {"shape":"ValidationException"}, 498 {"shape":"ResourceNotFoundException"} 499 ], 500 "documentation":"<p>Update the step group in a migration workflow.</p>", 501 "idempotent":true 502 } 503 }, 504 "shapes":{ 505 "AccessDeniedException":{ 506 "type":"structure", 507 "required":["message"], 508 "members":{ 509 "message":{"shape":"String"} 510 }, 511 "documentation":"<p>You do not have sufficient access to perform this action.</p>", 512 "error":{ 513 "httpStatusCode":403, 514 "senderFault":true 515 }, 516 "exception":true, 517 "retryable":{"throttling":false} 518 }, 519 "ApplicationConfigurationName":{ 520 "type":"string", 521 "max":100, 522 "min":1, 523 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 524 }, 525 "Boolean":{ 526 "type":"boolean", 527 "box":true 528 }, 529 "CreateMigrationWorkflowRequest":{ 530 "type":"structure", 531 "required":[ 532 "name", 533 "templateId", 534 "applicationConfigurationId", 535 "inputParameters" 536 ], 537 "members":{ 538 "name":{ 539 "shape":"CreateMigrationWorkflowRequestNameString", 540 "documentation":"<p>The name of the migration workflow.</p>" 541 }, 542 "description":{ 543 "shape":"CreateMigrationWorkflowRequestDescriptionString", 544 "documentation":"<p>The description of the migration workflow.</p>" 545 }, 546 "templateId":{ 547 "shape":"CreateMigrationWorkflowRequestTemplateIdString", 548 "documentation":"<p>The ID of the template.</p>" 549 }, 550 "applicationConfigurationId":{ 551 "shape":"CreateMigrationWorkflowRequestApplicationConfigurationIdString", 552 "documentation":"<p>The configuration ID of the application configured in Application Discovery Service.</p>" 553 }, 554 "inputParameters":{ 555 "shape":"StepInputParameters", 556 "documentation":"<p>The input parameters required to create a migration workflow.</p>" 557 }, 558 "stepTargets":{ 559 "shape":"StringList", 560 "documentation":"<p>The servers on which a step will be run.</p>" 561 }, 562 "tags":{ 563 "shape":"StringMap", 564 "documentation":"<p>The tags to add on a migration workflow.</p>" 565 } 566 } 567 }, 568 "CreateMigrationWorkflowRequestApplicationConfigurationIdString":{ 569 "type":"string", 570 "max":100, 571 "min":1, 572 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 573 }, 574 "CreateMigrationWorkflowRequestDescriptionString":{ 575 "type":"string", 576 "max":500, 577 "min":0, 578 "pattern":"[-a-zA-Z0-9_.+, ]*" 579 }, 580 "CreateMigrationWorkflowRequestNameString":{ 581 "type":"string", 582 "max":100, 583 "min":1, 584 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 585 }, 586 "CreateMigrationWorkflowRequestTemplateIdString":{ 587 "type":"string", 588 "max":100, 589 "min":1, 590 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 591 }, 592 "CreateMigrationWorkflowResponse":{ 593 "type":"structure", 594 "members":{ 595 "id":{ 596 "shape":"MigrationWorkflowId", 597 "documentation":"<p>The ID of the migration workflow.</p>" 598 }, 599 "arn":{ 600 "shape":"String", 601 "documentation":"<p>The Amazon Resource Name (ARN) of the migration workflow.</p>" 602 }, 603 "name":{ 604 "shape":"String", 605 "documentation":"<p>The name of the migration workflow.</p>" 606 }, 607 "description":{ 608 "shape":"String", 609 "documentation":"<p>The description of the migration workflow.</p>" 610 }, 611 "templateId":{ 612 "shape":"String", 613 "documentation":"<p>The ID of the template.</p>" 614 }, 615 "adsApplicationConfigurationId":{ 616 "shape":"String", 617 "documentation":"<p>The configuration ID of the application configured in Application Discovery Service.</p>" 618 }, 619 "workflowInputs":{ 620 "shape":"StepInputParameters", 621 "documentation":"<p>The inputs for creating a migration workflow.</p>" 622 }, 623 "stepTargets":{ 624 "shape":"StringList", 625 "documentation":"<p>The servers on which a step will be run.</p>" 626 }, 627 "status":{ 628 "shape":"MigrationWorkflowStatusEnum", 629 "documentation":"<p>The status of the migration workflow.</p>" 630 }, 631 "creationTime":{ 632 "shape":"Timestamp", 633 "documentation":"<p>The time at which the migration workflow was created.</p>" 634 }, 635 "tags":{ 636 "shape":"StringMap", 637 "documentation":"<p>The tags to add on a migration workflow.</p>" 638 } 639 } 640 }, 641 "CreateWorkflowStepGroupRequest":{ 642 "type":"structure", 643 "required":[ 644 "workflowId", 645 "name" 646 ], 647 "members":{ 648 "workflowId":{ 649 "shape":"MigrationWorkflowId", 650 "documentation":"<p>The ID of the migration workflow that will contain the step group.</p>" 651 }, 652 "name":{ 653 "shape":"StepGroupName", 654 "documentation":"<p>The name of the step group.</p>" 655 }, 656 "description":{ 657 "shape":"StepGroupDescription", 658 "documentation":"<p>The description of the step group.</p>" 659 }, 660 "next":{ 661 "shape":"StringList", 662 "documentation":"<p>The next step group.</p>" 663 }, 664 "previous":{ 665 "shape":"StringList", 666 "documentation":"<p>The previous step group.</p>" 667 } 668 } 669 }, 670 "CreateWorkflowStepGroupResponse":{ 671 "type":"structure", 672 "members":{ 673 "workflowId":{ 674 "shape":"String", 675 "documentation":"<p>The ID of the migration workflow that contains the step group.</p>" 676 }, 677 "name":{ 678 "shape":"String", 679 "documentation":"<p>The name of the step group.</p>" 680 }, 681 "id":{ 682 "shape":"String", 683 "documentation":"<p>The ID of the step group.</p>" 684 }, 685 "description":{ 686 "shape":"String", 687 "documentation":"<p>The description of the step group.</p>" 688 }, 689 "tools":{ 690 "shape":"ToolsList", 691 "documentation":"<p>List of AWS services utilized in a migration workflow.</p>" 692 }, 693 "next":{ 694 "shape":"StringList", 695 "documentation":"<p>The next step group.</p>" 696 }, 697 "previous":{ 698 "shape":"StringList", 699 "documentation":"<p>The previous step group.</p>" 700 }, 701 "creationTime":{ 702 "shape":"Timestamp", 703 "documentation":"<p>The time at which the step group is created.</p>" 704 } 705 } 706 }, 707 "CreateWorkflowStepRequest":{ 708 "type":"structure", 709 "required":[ 710 "name", 711 "stepGroupId", 712 "workflowId", 713 "stepActionType" 714 ], 715 "members":{ 716 "name":{ 717 "shape":"MigrationWorkflowName", 718 "documentation":"<p>The name of the step.</p>" 719 }, 720 "stepGroupId":{ 721 "shape":"StepGroupId", 722 "documentation":"<p>The ID of the step group.</p>" 723 }, 724 "workflowId":{ 725 "shape":"MigrationWorkflowId", 726 "documentation":"<p>The ID of the migration workflow.</p>" 727 }, 728 "stepActionType":{ 729 "shape":"StepActionType", 730 "documentation":"<p>The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.</p>" 731 }, 732 "description":{ 733 "shape":"MigrationWorkflowDescription", 734 "documentation":"<p>The description of the step.</p>" 735 }, 736 "workflowStepAutomationConfiguration":{ 737 "shape":"WorkflowStepAutomationConfiguration", 738 "documentation":"<p>The custom script to run tests on source or target environments.</p>" 739 }, 740 "stepTarget":{ 741 "shape":"StringList", 742 "documentation":"<p>The servers on which a step will be run.</p>" 743 }, 744 "outputs":{ 745 "shape":"WorkflowStepOutputList", 746 "documentation":"<p>The key value pairs added for the expected output.</p>" 747 }, 748 "previous":{ 749 "shape":"StringList", 750 "documentation":"<p>The previous step.</p>" 751 }, 752 "next":{ 753 "shape":"StringList", 754 "documentation":"<p>The next step.</p>" 755 } 756 } 757 }, 758 "CreateWorkflowStepResponse":{ 759 "type":"structure", 760 "members":{ 761 "id":{ 762 "shape":"String", 763 "documentation":"<p>The ID of the step.</p>" 764 }, 765 "stepGroupId":{ 766 "shape":"String", 767 "documentation":"<p>The ID of the step group.</p>" 768 }, 769 "workflowId":{ 770 "shape":"String", 771 "documentation":"<p>The ID of the migration workflow.</p>" 772 }, 773 "name":{ 774 "shape":"String", 775 "documentation":"<p>The name of the step.</p>" 776 } 777 } 778 }, 779 "DataType":{ 780 "type":"string", 781 "enum":[ 782 "STRING", 783 "INTEGER", 784 "STRINGLIST", 785 "STRINGMAP" 786 ] 787 }, 788 "DeleteMigrationWorkflowRequest":{ 789 "type":"structure", 790 "required":["id"], 791 "members":{ 792 "id":{ 793 "shape":"MigrationWorkflowId", 794 "documentation":"<p>The ID of the migration workflow you want to delete.</p>", 795 "location":"uri", 796 "locationName":"id" 797 } 798 } 799 }, 800 "DeleteMigrationWorkflowResponse":{ 801 "type":"structure", 802 "members":{ 803 "id":{ 804 "shape":"MigrationWorkflowId", 805 "documentation":"<p>The ID of the migration workflow.</p>" 806 }, 807 "arn":{ 808 "shape":"String", 809 "documentation":"<p>The Amazon Resource Name (ARN) of the migration workflow.</p>" 810 }, 811 "status":{ 812 "shape":"MigrationWorkflowStatusEnum", 813 "documentation":"<p>The status of the migration workflow.</p>" 814 } 815 } 816 }, 817 "DeleteWorkflowStepGroupRequest":{ 818 "type":"structure", 819 "required":[ 820 "workflowId", 821 "id" 822 ], 823 "members":{ 824 "workflowId":{ 825 "shape":"MigrationWorkflowId", 826 "documentation":"<p>The ID of the migration workflow.</p>", 827 "location":"querystring", 828 "locationName":"workflowId" 829 }, 830 "id":{ 831 "shape":"StepGroupId", 832 "documentation":"<p>The ID of the step group you want to delete.</p>", 833 "location":"uri", 834 "locationName":"id" 835 } 836 } 837 }, 838 "DeleteWorkflowStepGroupResponse":{ 839 "type":"structure", 840 "members":{ 841 } 842 }, 843 "DeleteWorkflowStepRequest":{ 844 "type":"structure", 845 "required":[ 846 "id", 847 "stepGroupId", 848 "workflowId" 849 ], 850 "members":{ 851 "id":{ 852 "shape":"StepId", 853 "documentation":"<p>The ID of the step you want to delete.</p>", 854 "location":"uri", 855 "locationName":"id" 856 }, 857 "stepGroupId":{ 858 "shape":"StepGroupId", 859 "documentation":"<p>The ID of the step group that contains the step you want to delete.</p>", 860 "location":"querystring", 861 "locationName":"stepGroupId" 862 }, 863 "workflowId":{ 864 "shape":"MigrationWorkflowId", 865 "documentation":"<p>The ID of the migration workflow.</p>", 866 "location":"querystring", 867 "locationName":"workflowId" 868 } 869 } 870 }, 871 "DeleteWorkflowStepResponse":{ 872 "type":"structure", 873 "members":{ 874 } 875 }, 876 "GetMigrationWorkflowRequest":{ 877 "type":"structure", 878 "required":["id"], 879 "members":{ 880 "id":{ 881 "shape":"MigrationWorkflowId", 882 "documentation":"<p>The ID of the migration workflow.</p>", 883 "location":"uri", 884 "locationName":"id" 885 } 886 } 887 }, 888 "GetMigrationWorkflowResponse":{ 889 "type":"structure", 890 "members":{ 891 "id":{ 892 "shape":"MigrationWorkflowId", 893 "documentation":"<p>The ID of the migration workflow.</p>" 894 }, 895 "arn":{ 896 "shape":"String", 897 "documentation":"<p>The Amazon Resource Name (ARN) of the migration workflow.</p>" 898 }, 899 "name":{ 900 "shape":"String", 901 "documentation":"<p>The name of the migration workflow.</p>" 902 }, 903 "description":{ 904 "shape":"String", 905 "documentation":"<p>The description of the migration workflow.</p>" 906 }, 907 "templateId":{ 908 "shape":"String", 909 "documentation":"<p>The ID of the template.</p>" 910 }, 911 "adsApplicationConfigurationId":{ 912 "shape":"String", 913 "documentation":"<p>The configuration ID of the application configured in Application Discovery Service.</p>" 914 }, 915 "adsApplicationName":{ 916 "shape":"String", 917 "documentation":"<p>The name of the application configured in Application Discovery Service.</p>" 918 }, 919 "status":{ 920 "shape":"MigrationWorkflowStatusEnum", 921 "documentation":"<p>The status of the migration workflow.</p>" 922 }, 923 "statusMessage":{ 924 "shape":"String", 925 "documentation":"<p>The status message of the migration workflow.</p>" 926 }, 927 "creationTime":{ 928 "shape":"Timestamp", 929 "documentation":"<p>The time at which the migration workflow was created.</p>" 930 }, 931 "lastStartTime":{ 932 "shape":"Timestamp", 933 "documentation":"<p>The time at which the migration workflow was last started.</p>" 934 }, 935 "lastStopTime":{ 936 "shape":"Timestamp", 937 "documentation":"<p>The time at which the migration workflow was last stopped.</p>" 938 }, 939 "lastModifiedTime":{ 940 "shape":"Timestamp", 941 "documentation":"<p>The time at which the migration workflow was last modified.</p>" 942 }, 943 "endTime":{ 944 "shape":"Timestamp", 945 "documentation":"<p>The time at which the migration workflow ended.</p>" 946 }, 947 "tools":{ 948 "shape":"ToolsList", 949 "documentation":"<p>List of AWS services utilized in a migration workflow.</p>" 950 }, 951 "totalSteps":{ 952 "shape":"Integer", 953 "documentation":"<p>The total number of steps in the migration workflow.</p>" 954 }, 955 "completedSteps":{ 956 "shape":"Integer", 957 "documentation":"<p>Get a list of completed steps in the migration workflow.</p>" 958 }, 959 "workflowInputs":{ 960 "shape":"StepInputParameters", 961 "documentation":"<p>The inputs required for creating the migration workflow.</p>" 962 }, 963 "tags":{ 964 "shape":"StringMap", 965 "documentation":"<p>The tags added to the migration workflow.</p>" 966 }, 967 "workflowBucket":{ 968 "shape":"String", 969 "documentation":"<p>The Amazon S3 bucket where the migration logs are stored.</p>" 970 } 971 } 972 }, 973 "GetMigrationWorkflowTemplateRequest":{ 974 "type":"structure", 975 "required":["id"], 976 "members":{ 977 "id":{ 978 "shape":"TemplateId", 979 "documentation":"<p>The ID of the template.</p>", 980 "location":"uri", 981 "locationName":"id" 982 } 983 } 984 }, 985 "GetMigrationWorkflowTemplateResponse":{ 986 "type":"structure", 987 "members":{ 988 "id":{ 989 "shape":"String", 990 "documentation":"<p>The ID of the template.</p>" 991 }, 992 "name":{ 993 "shape":"String", 994 "documentation":"<p>The name of the template.</p>" 995 }, 996 "description":{ 997 "shape":"String", 998 "documentation":"<p>The time at which the template was last created.</p>" 999 }, 1000 "inputs":{ 1001 "shape":"TemplateInputList", 1002 "documentation":"<p>The inputs provided for the creation of the migration workflow.</p>" 1003 }, 1004 "tools":{ 1005 "shape":"ToolsList", 1006 "documentation":"<p>List of AWS services utilized in a migration workflow.</p>" 1007 }, 1008 "status":{ 1009 "shape":"TemplateStatus", 1010 "documentation":"<p>The status of the template.</p>" 1011 }, 1012 "creationTime":{ 1013 "shape":"Timestamp", 1014 "documentation":"<p>The time at which the template was last created.</p>" 1015 } 1016 } 1017 }, 1018 "GetTemplateStepGroupRequest":{ 1019 "type":"structure", 1020 "required":[ 1021 "templateId", 1022 "id" 1023 ], 1024 "members":{ 1025 "templateId":{ 1026 "shape":"TemplateId", 1027 "documentation":"<p>The ID of the template.</p>", 1028 "location":"uri", 1029 "locationName":"templateId" 1030 }, 1031 "id":{ 1032 "shape":"StepGroupId", 1033 "documentation":"<p>The ID of the step group.</p>", 1034 "location":"uri", 1035 "locationName":"id" 1036 } 1037 } 1038 }, 1039 "GetTemplateStepGroupResponse":{ 1040 "type":"structure", 1041 "members":{ 1042 "templateId":{ 1043 "shape":"String", 1044 "documentation":"<p>The ID of the template.</p>" 1045 }, 1046 "id":{ 1047 "shape":"String", 1048 "documentation":"<p>The ID of the step group.</p>" 1049 }, 1050 "name":{ 1051 "shape":"String", 1052 "documentation":"<p>The name of the step group.</p>" 1053 }, 1054 "description":{ 1055 "shape":"String", 1056 "documentation":"<p>The description of the step group.</p>" 1057 }, 1058 "status":{ 1059 "shape":"StepGroupStatus", 1060 "documentation":"<p>The status of the step group.</p>" 1061 }, 1062 "creationTime":{ 1063 "shape":"Timestamp", 1064 "documentation":"<p>The time at which the step group was created.</p>" 1065 }, 1066 "lastModifiedTime":{ 1067 "shape":"Timestamp", 1068 "documentation":"<p>The time at which the step group was last modified.</p>" 1069 }, 1070 "tools":{ 1071 "shape":"ToolsList", 1072 "documentation":"<p>List of AWS services utilized in a migration workflow.</p>" 1073 }, 1074 "previous":{ 1075 "shape":"StringList", 1076 "documentation":"<p>The previous step group.</p>" 1077 }, 1078 "next":{ 1079 "shape":"StringList", 1080 "documentation":"<p>The next step group.</p>" 1081 } 1082 } 1083 }, 1084 "GetTemplateStepRequest":{ 1085 "type":"structure", 1086 "required":[ 1087 "id", 1088 "templateId", 1089 "stepGroupId" 1090 ], 1091 "members":{ 1092 "id":{ 1093 "shape":"StepId", 1094 "documentation":"<p>The ID of the step.</p>", 1095 "location":"uri", 1096 "locationName":"id" 1097 }, 1098 "templateId":{ 1099 "shape":"TemplateId", 1100 "documentation":"<p>The ID of the template.</p>", 1101 "location":"querystring", 1102 "locationName":"templateId" 1103 }, 1104 "stepGroupId":{ 1105 "shape":"StepGroupId", 1106 "documentation":"<p>The ID of the step group.</p>", 1107 "location":"querystring", 1108 "locationName":"stepGroupId" 1109 } 1110 } 1111 }, 1112 "GetTemplateStepResponse":{ 1113 "type":"structure", 1114 "members":{ 1115 "id":{ 1116 "shape":"StepId", 1117 "documentation":"<p>The ID of the step.</p>" 1118 }, 1119 "stepGroupId":{ 1120 "shape":"StepGroupId", 1121 "documentation":"<p>The ID of the step group.</p>" 1122 }, 1123 "templateId":{ 1124 "shape":"TemplateId", 1125 "documentation":"<p>The ID of the template.</p>" 1126 }, 1127 "name":{ 1128 "shape":"String", 1129 "documentation":"<p>The name of the step.</p>" 1130 }, 1131 "description":{ 1132 "shape":"String", 1133 "documentation":"<p>The description of the step.</p>" 1134 }, 1135 "stepActionType":{ 1136 "shape":"StepActionType", 1137 "documentation":"<p>The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.</p>" 1138 }, 1139 "creationTime":{ 1140 "shape":"String", 1141 "documentation":"<p>The time at which the step was created.</p>" 1142 }, 1143 "previous":{ 1144 "shape":"StringList", 1145 "documentation":"<p>The previous step.</p>" 1146 }, 1147 "next":{ 1148 "shape":"StringList", 1149 "documentation":"<p>The next step.</p>" 1150 }, 1151 "outputs":{ 1152 "shape":"StepOutputList", 1153 "documentation":"<p>The outputs of the step.</p>" 1154 }, 1155 "stepAutomationConfiguration":{ 1156 "shape":"StepAutomationConfiguration", 1157 "documentation":"<p>The custom script to run tests on source or target environments.</p>" 1158 } 1159 } 1160 }, 1161 "GetWorkflowStepGroupRequest":{ 1162 "type":"structure", 1163 "required":[ 1164 "id", 1165 "workflowId" 1166 ], 1167 "members":{ 1168 "id":{ 1169 "shape":"StepGroupId", 1170 "documentation":"<p>The ID of the step group.</p>", 1171 "location":"uri", 1172 "locationName":"id" 1173 }, 1174 "workflowId":{ 1175 "shape":"MigrationWorkflowId", 1176 "documentation":"<p>The ID of the migration workflow.</p>", 1177 "location":"querystring", 1178 "locationName":"workflowId" 1179 } 1180 } 1181 }, 1182 "GetWorkflowStepGroupResponse":{ 1183 "type":"structure", 1184 "members":{ 1185 "id":{ 1186 "shape":"StepGroupId", 1187 "documentation":"<p>The ID of the step group.</p>" 1188 }, 1189 "workflowId":{ 1190 "shape":"String", 1191 "documentation":"<p>The ID of the migration workflow.</p>" 1192 }, 1193 "name":{ 1194 "shape":"String", 1195 "documentation":"<p>The name of the step group.</p>" 1196 }, 1197 "description":{ 1198 "shape":"String", 1199 "documentation":"<p>The description of the step group.</p>" 1200 }, 1201 "status":{ 1202 "shape":"StepGroupStatus", 1203 "documentation":"<p>The status of the step group.</p>" 1204 }, 1205 "owner":{ 1206 "shape":"Owner", 1207 "documentation":"<p>The owner of the step group.</p>" 1208 }, 1209 "creationTime":{ 1210 "shape":"Timestamp", 1211 "documentation":"<p>The time at which the step group was created.</p>" 1212 }, 1213 "lastModifiedTime":{ 1214 "shape":"Timestamp", 1215 "documentation":"<p>The time at which the step group was last modified.</p>" 1216 }, 1217 "endTime":{ 1218 "shape":"Timestamp", 1219 "documentation":"<p>The time at which the step group ended.</p>" 1220 }, 1221 "tools":{ 1222 "shape":"ToolsList", 1223 "documentation":"<p>List of AWS services utilized in a migration workflow.</p>" 1224 }, 1225 "previous":{ 1226 "shape":"StringList", 1227 "documentation":"<p>The previous step group.</p>" 1228 }, 1229 "next":{ 1230 "shape":"StringList", 1231 "documentation":"<p>The next step group.</p>" 1232 } 1233 } 1234 }, 1235 "GetWorkflowStepRequest":{ 1236 "type":"structure", 1237 "required":[ 1238 "workflowId", 1239 "stepGroupId", 1240 "id" 1241 ], 1242 "members":{ 1243 "workflowId":{ 1244 "shape":"MigrationWorkflowId", 1245 "documentation":"<p>The ID of the migration workflow.</p>", 1246 "location":"querystring", 1247 "locationName":"workflowId" 1248 }, 1249 "stepGroupId":{ 1250 "shape":"StepGroupId", 1251 "documentation":"<p>desThe ID of the step group.</p>", 1252 "location":"querystring", 1253 "locationName":"stepGroupId" 1254 }, 1255 "id":{ 1256 "shape":"StepId", 1257 "documentation":"<p>The ID of the step.</p>", 1258 "location":"uri", 1259 "locationName":"id" 1260 } 1261 } 1262 }, 1263 "GetWorkflowStepResponse":{ 1264 "type":"structure", 1265 "members":{ 1266 "name":{ 1267 "shape":"String", 1268 "documentation":"<p>The name of the step.</p>" 1269 }, 1270 "stepGroupId":{ 1271 "shape":"String", 1272 "documentation":"<p>The ID of the step group.</p>" 1273 }, 1274 "workflowId":{ 1275 "shape":"String", 1276 "documentation":"<p>The ID of the migration workflow.</p>" 1277 }, 1278 "stepId":{ 1279 "shape":"String", 1280 "documentation":"<p>The ID of the step.</p>" 1281 }, 1282 "description":{ 1283 "shape":"String", 1284 "documentation":"<p>The description of the step.</p>" 1285 }, 1286 "stepActionType":{ 1287 "shape":"StepActionType", 1288 "documentation":"<p>The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.</p>" 1289 }, 1290 "owner":{ 1291 "shape":"Owner", 1292 "documentation":"<p>The owner of the step.</p>" 1293 }, 1294 "workflowStepAutomationConfiguration":{ 1295 "shape":"WorkflowStepAutomationConfiguration", 1296 "documentation":"<p>The custom script to run tests on source or target environments.</p>" 1297 }, 1298 "stepTarget":{ 1299 "shape":"StringList", 1300 "documentation":"<p>The servers on which a step will be run.</p>" 1301 }, 1302 "outputs":{ 1303 "shape":"GetWorkflowStepResponseOutputsList", 1304 "documentation":"<p>The outputs of the step.</p>" 1305 }, 1306 "previous":{ 1307 "shape":"StringList", 1308 "documentation":"<p>The previous step.</p>" 1309 }, 1310 "next":{ 1311 "shape":"StringList", 1312 "documentation":"<p>The next step.</p>" 1313 }, 1314 "status":{ 1315 "shape":"StepStatus", 1316 "documentation":"<p>The status of the step.</p>" 1317 }, 1318 "statusMessage":{ 1319 "shape":"String", 1320 "documentation":"<p>The status message of the migration workflow.</p>" 1321 }, 1322 "scriptOutputLocation":{ 1323 "shape":"String", 1324 "documentation":"<p>The output location of the script.</p>" 1325 }, 1326 "creationTime":{ 1327 "shape":"Timestamp", 1328 "documentation":"<p>The time at which the step was created.</p>" 1329 }, 1330 "lastStartTime":{ 1331 "shape":"Timestamp", 1332 "documentation":"<p>The time at which the workflow was last started.</p>" 1333 }, 1334 "endTime":{ 1335 "shape":"Timestamp", 1336 "documentation":"<p>The time at which the step ended.</p>" 1337 }, 1338 "noOfSrvCompleted":{ 1339 "shape":"Integer", 1340 "documentation":"<p>The number of servers that have been migrated.</p>" 1341 }, 1342 "noOfSrvFailed":{ 1343 "shape":"Integer", 1344 "documentation":"<p>The number of servers that have failed to migrate.</p>" 1345 }, 1346 "totalNoOfSrv":{ 1347 "shape":"Integer", 1348 "documentation":"<p>The total number of servers that have been migrated.</p>" 1349 } 1350 } 1351 }, 1352 "GetWorkflowStepResponseOutputsList":{ 1353 "type":"list", 1354 "member":{"shape":"WorkflowStepOutput"}, 1355 "max":5, 1356 "min":0 1357 }, 1358 "IPAddress":{ 1359 "type":"string", 1360 "max":15, 1361 "min":0, 1362 "pattern":"(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])" 1363 }, 1364 "Integer":{ 1365 "type":"integer", 1366 "box":true 1367 }, 1368 "InternalServerException":{ 1369 "type":"structure", 1370 "required":["message"], 1371 "members":{ 1372 "message":{"shape":"String"} 1373 }, 1374 "documentation":"<p>An internal error has occurred.</p>", 1375 "error":{"httpStatusCode":500}, 1376 "exception":true, 1377 "fault":true 1378 }, 1379 "ListMigrationWorkflowTemplatesRequest":{ 1380 "type":"structure", 1381 "members":{ 1382 "maxResults":{ 1383 "shape":"MaxResults", 1384 "documentation":"<p>The maximum number of results that can be returned.</p>", 1385 "location":"querystring", 1386 "locationName":"maxResults" 1387 }, 1388 "nextToken":{ 1389 "shape":"NextToken", 1390 "documentation":"<p>The pagination token.</p>", 1391 "location":"querystring", 1392 "locationName":"nextToken" 1393 }, 1394 "name":{ 1395 "shape":"TemplateName", 1396 "documentation":"<p>The name of the template.</p>", 1397 "location":"querystring", 1398 "locationName":"name" 1399 } 1400 } 1401 }, 1402 "ListMigrationWorkflowTemplatesResponse":{ 1403 "type":"structure", 1404 "required":["templateSummary"], 1405 "members":{ 1406 "nextToken":{ 1407 "shape":"NextToken", 1408 "documentation":"<p>The pagination token.</p>" 1409 }, 1410 "templateSummary":{ 1411 "shape":"TemplateSummaryList", 1412 "documentation":"<p>The summary of the template.</p>" 1413 } 1414 } 1415 }, 1416 "ListMigrationWorkflowsRequest":{ 1417 "type":"structure", 1418 "members":{ 1419 "maxResults":{ 1420 "shape":"MaxResults", 1421 "documentation":"<p>The maximum number of results that can be returned.</p>", 1422 "location":"querystring", 1423 "locationName":"maxResults" 1424 }, 1425 "nextToken":{ 1426 "shape":"NextToken", 1427 "documentation":"<p>The pagination token.</p>", 1428 "location":"querystring", 1429 "locationName":"nextToken" 1430 }, 1431 "templateId":{ 1432 "shape":"TemplateId", 1433 "documentation":"<p>The ID of the template.</p>", 1434 "location":"querystring", 1435 "locationName":"templateId" 1436 }, 1437 "adsApplicationConfigurationName":{ 1438 "shape":"ApplicationConfigurationName", 1439 "documentation":"<p>The name of the application configured in Application Discovery Service.</p>", 1440 "location":"querystring", 1441 "locationName":"adsApplicationConfigurationName" 1442 }, 1443 "status":{ 1444 "shape":"MigrationWorkflowStatusEnum", 1445 "documentation":"<p>The status of the migration workflow.</p>", 1446 "location":"querystring", 1447 "locationName":"status" 1448 }, 1449 "name":{ 1450 "shape":"String", 1451 "documentation":"<p>The name of the migration workflow.</p>", 1452 "location":"querystring", 1453 "locationName":"name" 1454 } 1455 } 1456 }, 1457 "ListMigrationWorkflowsResponse":{ 1458 "type":"structure", 1459 "required":["migrationWorkflowSummary"], 1460 "members":{ 1461 "nextToken":{ 1462 "shape":"NextToken", 1463 "documentation":"<p>The pagination token.</p>" 1464 }, 1465 "migrationWorkflowSummary":{ 1466 "shape":"MigrationWorkflowSummaryList", 1467 "documentation":"<p>The summary of the migration workflow.</p>" 1468 } 1469 } 1470 }, 1471 "ListPluginsRequest":{ 1472 "type":"structure", 1473 "members":{ 1474 "maxResults":{ 1475 "shape":"MaxResults", 1476 "documentation":"<p>The maximum number of plugins that can be returned.</p>", 1477 "location":"querystring", 1478 "locationName":"maxResults" 1479 }, 1480 "nextToken":{ 1481 "shape":"NextToken", 1482 "documentation":"<p>The pagination token.</p>", 1483 "location":"querystring", 1484 "locationName":"nextToken" 1485 } 1486 } 1487 }, 1488 "ListPluginsResponse":{ 1489 "type":"structure", 1490 "members":{ 1491 "nextToken":{ 1492 "shape":"NextToken", 1493 "documentation":"<p>The pagination token.</p>" 1494 }, 1495 "plugins":{ 1496 "shape":"PluginSummaries", 1497 "documentation":"<p>Migration Hub Orchestrator plugins.</p>" 1498 } 1499 } 1500 }, 1501 "ListTagsForResourceRequest":{ 1502 "type":"structure", 1503 "required":["resourceArn"], 1504 "members":{ 1505 "resourceArn":{ 1506 "shape":"ResourceArn", 1507 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>", 1508 "location":"uri", 1509 "locationName":"resourceArn" 1510 } 1511 } 1512 }, 1513 "ListTagsForResourceResponse":{ 1514 "type":"structure", 1515 "members":{ 1516 "tags":{ 1517 "shape":"TagMap", 1518 "documentation":"<p>The tags added to a resource.</p>" 1519 } 1520 } 1521 }, 1522 "ListTemplateStepGroupsRequest":{ 1523 "type":"structure", 1524 "required":["templateId"], 1525 "members":{ 1526 "maxResults":{ 1527 "shape":"MaxResults", 1528 "documentation":"<p>The maximum number of results that can be returned.</p>", 1529 "location":"querystring", 1530 "locationName":"maxResults" 1531 }, 1532 "nextToken":{ 1533 "shape":"NextToken", 1534 "documentation":"<p>The pagination token.</p>", 1535 "location":"querystring", 1536 "locationName":"nextToken" 1537 }, 1538 "templateId":{ 1539 "shape":"TemplateId", 1540 "documentation":"<p>The ID of the template.</p>", 1541 "location":"uri", 1542 "locationName":"templateId" 1543 } 1544 } 1545 }, 1546 "ListTemplateStepGroupsResponse":{ 1547 "type":"structure", 1548 "required":["templateStepGroupSummary"], 1549 "members":{ 1550 "nextToken":{ 1551 "shape":"NextToken", 1552 "documentation":"<p>The pagination token.</p>" 1553 }, 1554 "templateStepGroupSummary":{ 1555 "shape":"TemplateStepGroupSummaryList", 1556 "documentation":"<p>The summary of the step group in the template.</p>" 1557 } 1558 } 1559 }, 1560 "ListTemplateStepsRequest":{ 1561 "type":"structure", 1562 "required":[ 1563 "templateId", 1564 "stepGroupId" 1565 ], 1566 "members":{ 1567 "maxResults":{ 1568 "shape":"MaxResults", 1569 "documentation":"<p>The maximum number of results that can be returned.</p>", 1570 "location":"querystring", 1571 "locationName":"maxResults" 1572 }, 1573 "nextToken":{ 1574 "shape":"NextToken", 1575 "documentation":"<p>The pagination token.</p>", 1576 "location":"querystring", 1577 "locationName":"nextToken" 1578 }, 1579 "templateId":{ 1580 "shape":"TemplateId", 1581 "documentation":"<p>The ID of the template.</p>", 1582 "location":"querystring", 1583 "locationName":"templateId" 1584 }, 1585 "stepGroupId":{ 1586 "shape":"StepGroupId", 1587 "documentation":"<p>The ID of the step group.</p>", 1588 "location":"querystring", 1589 "locationName":"stepGroupId" 1590 } 1591 } 1592 }, 1593 "ListTemplateStepsResponse":{ 1594 "type":"structure", 1595 "members":{ 1596 "nextToken":{ 1597 "shape":"NextToken", 1598 "documentation":"<p>The pagination token.</p>" 1599 }, 1600 "templateStepSummaryList":{ 1601 "shape":"TemplateStepSummaryList", 1602 "documentation":"<p>The list of summaries of steps in a template.</p>" 1603 } 1604 } 1605 }, 1606 "ListWorkflowStepGroupsRequest":{ 1607 "type":"structure", 1608 "required":["workflowId"], 1609 "members":{ 1610 "nextToken":{ 1611 "shape":"NextToken", 1612 "documentation":"<p>The pagination token.</p>", 1613 "location":"querystring", 1614 "locationName":"nextToken" 1615 }, 1616 "maxResults":{ 1617 "shape":"MaxResults", 1618 "documentation":"<p>The maximum number of results that can be returned.</p>", 1619 "location":"querystring", 1620 "locationName":"maxResults" 1621 }, 1622 "workflowId":{ 1623 "shape":"MigrationWorkflowId", 1624 "documentation":"<p>The ID of the migration workflow.</p>", 1625 "location":"querystring", 1626 "locationName":"workflowId" 1627 } 1628 } 1629 }, 1630 "ListWorkflowStepGroupsResponse":{ 1631 "type":"structure", 1632 "required":["workflowStepGroupsSummary"], 1633 "members":{ 1634 "nextToken":{ 1635 "shape":"NextToken", 1636 "documentation":"<p>The pagination token.</p>" 1637 }, 1638 "workflowStepGroupsSummary":{ 1639 "shape":"WorkflowStepGroupsSummaryList", 1640 "documentation":"<p>The summary of step groups in a migration workflow.</p>" 1641 } 1642 } 1643 }, 1644 "ListWorkflowStepsRequest":{ 1645 "type":"structure", 1646 "required":[ 1647 "workflowId", 1648 "stepGroupId" 1649 ], 1650 "members":{ 1651 "nextToken":{ 1652 "shape":"NextToken", 1653 "documentation":"<p>The pagination token.</p>", 1654 "location":"querystring", 1655 "locationName":"nextToken" 1656 }, 1657 "maxResults":{ 1658 "shape":"MaxResults", 1659 "documentation":"<p>The maximum number of results that can be returned.</p>", 1660 "location":"querystring", 1661 "locationName":"maxResults" 1662 }, 1663 "workflowId":{ 1664 "shape":"MigrationWorkflowId", 1665 "documentation":"<p>The ID of the migration workflow.</p>", 1666 "location":"uri", 1667 "locationName":"workflowId" 1668 }, 1669 "stepGroupId":{ 1670 "shape":"StepGroupId", 1671 "documentation":"<p>The ID of the step group.</p>", 1672 "location":"uri", 1673 "locationName":"stepGroupId" 1674 } 1675 } 1676 }, 1677 "ListWorkflowStepsResponse":{ 1678 "type":"structure", 1679 "required":["workflowStepsSummary"], 1680 "members":{ 1681 "nextToken":{ 1682 "shape":"NextToken", 1683 "documentation":"<p>The pagination token.</p>" 1684 }, 1685 "workflowStepsSummary":{ 1686 "shape":"WorkflowStepsSummaryList", 1687 "documentation":"<p>The summary of steps in a migration workflow.</p>" 1688 } 1689 } 1690 }, 1691 "MaxResults":{ 1692 "type":"integer", 1693 "max":100, 1694 "min":0 1695 }, 1696 "MigrationWorkflowDescription":{ 1697 "type":"string", 1698 "max":500, 1699 "min":0, 1700 "pattern":"[-a-zA-Z0-9_.+, ]*" 1701 }, 1702 "MigrationWorkflowId":{ 1703 "type":"string", 1704 "max":100, 1705 "min":1, 1706 "pattern":"[a-zA-Z0-9-]+" 1707 }, 1708 "MigrationWorkflowName":{ 1709 "type":"string", 1710 "max":100, 1711 "min":1, 1712 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 1713 }, 1714 "MigrationWorkflowStatusEnum":{ 1715 "type":"string", 1716 "enum":[ 1717 "CREATING", 1718 "NOT_STARTED", 1719 "CREATION_FAILED", 1720 "STARTING", 1721 "IN_PROGRESS", 1722 "WORKFLOW_FAILED", 1723 "PAUSED", 1724 "PAUSING", 1725 "PAUSING_FAILED", 1726 "USER_ATTENTION_REQUIRED", 1727 "DELETING", 1728 "DELETION_FAILED", 1729 "DELETED", 1730 "COMPLETED" 1731 ] 1732 }, 1733 "MigrationWorkflowSummary":{ 1734 "type":"structure", 1735 "members":{ 1736 "id":{ 1737 "shape":"MigrationWorkflowId", 1738 "documentation":"<p>The ID of the migration workflow.</p>" 1739 }, 1740 "name":{ 1741 "shape":"String", 1742 "documentation":"<p>The name of the migration workflow.</p>" 1743 }, 1744 "templateId":{ 1745 "shape":"String", 1746 "documentation":"<p>The ID of the template.</p>" 1747 }, 1748 "adsApplicationConfigurationName":{ 1749 "shape":"String", 1750 "documentation":"<p>The name of the application configured in Application Discovery Service.</p>" 1751 }, 1752 "status":{ 1753 "shape":"MigrationWorkflowStatusEnum", 1754 "documentation":"<p>The status of the migration workflow.</p>" 1755 }, 1756 "creationTime":{ 1757 "shape":"Timestamp", 1758 "documentation":"<p>The time at which the migration workflow was created.</p>" 1759 }, 1760 "endTime":{ 1761 "shape":"Timestamp", 1762 "documentation":"<p>The time at which the migration workflow ended.</p>" 1763 }, 1764 "statusMessage":{ 1765 "shape":"String", 1766 "documentation":"<p>The status message of the migration workflow.</p>" 1767 }, 1768 "completedSteps":{ 1769 "shape":"Integer", 1770 "documentation":"<p>The steps completed in the migration workflow.</p>" 1771 }, 1772 "totalSteps":{ 1773 "shape":"Integer", 1774 "documentation":"<p>All the steps in a migration workflow.</p>" 1775 } 1776 }, 1777 "documentation":"<p>The summary of a migration workflow.</p>" 1778 }, 1779 "MigrationWorkflowSummaryList":{ 1780 "type":"list", 1781 "member":{"shape":"MigrationWorkflowSummary"} 1782 }, 1783 "NextToken":{ 1784 "type":"string", 1785 "max":2048, 1786 "min":0, 1787 "pattern":".*\\S.*" 1788 }, 1789 "Owner":{ 1790 "type":"string", 1791 "enum":[ 1792 "AWS_MANAGED", 1793 "CUSTOM" 1794 ] 1795 }, 1796 "PlatformCommand":{ 1797 "type":"structure", 1798 "members":{ 1799 "linux":{ 1800 "shape":"String", 1801 "documentation":"<p>Command for Linux.</p>" 1802 }, 1803 "windows":{ 1804 "shape":"String", 1805 "documentation":"<p>Command for Windows.</p>" 1806 } 1807 }, 1808 "documentation":"<p>Command to be run on a particular operating system.</p>" 1809 }, 1810 "PlatformScriptKey":{ 1811 "type":"structure", 1812 "members":{ 1813 "linux":{ 1814 "shape":"S3Key", 1815 "documentation":"<p>The script location for Linux.</p>" 1816 }, 1817 "windows":{ 1818 "shape":"S3Key", 1819 "documentation":"<p>The script location for Windows.</p>" 1820 } 1821 }, 1822 "documentation":"<p>The script location for a particular operating system.</p>" 1823 }, 1824 "PluginHealth":{ 1825 "type":"string", 1826 "enum":[ 1827 "HEALTHY", 1828 "UNHEALTHY" 1829 ] 1830 }, 1831 "PluginId":{ 1832 "type":"string", 1833 "max":60, 1834 "min":1, 1835 "pattern":".*\\S.*" 1836 }, 1837 "PluginSummaries":{ 1838 "type":"list", 1839 "member":{"shape":"PluginSummary"} 1840 }, 1841 "PluginSummary":{ 1842 "type":"structure", 1843 "members":{ 1844 "pluginId":{ 1845 "shape":"PluginId", 1846 "documentation":"<p>The ID of the plugin.</p>" 1847 }, 1848 "hostname":{ 1849 "shape":"String", 1850 "documentation":"<p>The name of the host.</p>" 1851 }, 1852 "status":{ 1853 "shape":"PluginHealth", 1854 "documentation":"<p>The status of the plugin.</p>" 1855 }, 1856 "ipAddress":{ 1857 "shape":"IPAddress", 1858 "documentation":"<p>The IP address at which the plugin is located.</p>" 1859 }, 1860 "version":{ 1861 "shape":"PluginVersion", 1862 "documentation":"<p>The version of the plugin.</p>" 1863 }, 1864 "registeredTime":{ 1865 "shape":"String", 1866 "documentation":"<p>The time at which the plugin was registered.</p>" 1867 } 1868 }, 1869 "documentation":"<p>The summary of the Migration Hub Orchestrator plugin.</p>" 1870 }, 1871 "PluginVersion":{ 1872 "type":"string", 1873 "max":1024, 1874 "min":0, 1875 "pattern":".*" 1876 }, 1877 "ResourceArn":{ 1878 "type":"string", 1879 "pattern":"arn:aws:migrationhub-orchestrator:[a-z0-9-]+:[0-9]+:workflow/[.]*" 1880 }, 1881 "ResourceNotFoundException":{ 1882 "type":"structure", 1883 "required":["message"], 1884 "members":{ 1885 "message":{"shape":"String"} 1886 }, 1887 "documentation":"<p>The resource is not available.</p>", 1888 "error":{ 1889 "httpStatusCode":404, 1890 "senderFault":true 1891 }, 1892 "exception":true 1893 }, 1894 "RetryWorkflowStepRequest":{ 1895 "type":"structure", 1896 "required":[ 1897 "workflowId", 1898 "stepGroupId", 1899 "id" 1900 ], 1901 "members":{ 1902 "workflowId":{ 1903 "shape":"MigrationWorkflowId", 1904 "documentation":"<p>The ID of the migration workflow.</p>", 1905 "location":"querystring", 1906 "locationName":"workflowId" 1907 }, 1908 "stepGroupId":{ 1909 "shape":"StepGroupId", 1910 "documentation":"<p>The ID of the step group.</p>", 1911 "location":"querystring", 1912 "locationName":"stepGroupId" 1913 }, 1914 "id":{ 1915 "shape":"StepId", 1916 "documentation":"<p>The ID of the step.</p>", 1917 "location":"uri", 1918 "locationName":"id" 1919 } 1920 } 1921 }, 1922 "RetryWorkflowStepResponse":{ 1923 "type":"structure", 1924 "members":{ 1925 "stepGroupId":{ 1926 "shape":"String", 1927 "documentation":"<p>The ID of the step group.</p>" 1928 }, 1929 "workflowId":{ 1930 "shape":"String", 1931 "documentation":"<p>The ID of the migration workflow.</p>" 1932 }, 1933 "id":{ 1934 "shape":"String", 1935 "documentation":"<p>The ID of the step.</p>" 1936 }, 1937 "status":{ 1938 "shape":"StepStatus", 1939 "documentation":"<p>The status of the step.</p>" 1940 } 1941 } 1942 }, 1943 "RunEnvironment":{ 1944 "type":"string", 1945 "enum":[ 1946 "AWS", 1947 "ONPREMISE" 1948 ] 1949 }, 1950 "S3Bucket":{ 1951 "type":"string", 1952 "max":63, 1953 "min":0, 1954 "pattern":"[0-9a-z]+[0-9a-z\\.\\-]*[0-9a-z]+" 1955 }, 1956 "S3Key":{ 1957 "type":"string", 1958 "max":1024, 1959 "min":0 1960 }, 1961 "StartMigrationWorkflowRequest":{ 1962 "type":"structure", 1963 "required":["id"], 1964 "members":{ 1965 "id":{ 1966 "shape":"MigrationWorkflowId", 1967 "documentation":"<p>The ID of the migration workflow.</p>", 1968 "location":"uri", 1969 "locationName":"id" 1970 } 1971 } 1972 }, 1973 "StartMigrationWorkflowResponse":{ 1974 "type":"structure", 1975 "members":{ 1976 "id":{ 1977 "shape":"MigrationWorkflowId", 1978 "documentation":"<p>The ID of the migration workflow.</p>" 1979 }, 1980 "arn":{ 1981 "shape":"String", 1982 "documentation":"<p>The Amazon Resource Name (ARN) of the migration workflow.</p>" 1983 }, 1984 "status":{ 1985 "shape":"MigrationWorkflowStatusEnum", 1986 "documentation":"<p>The status of the migration workflow.</p>" 1987 }, 1988 "statusMessage":{ 1989 "shape":"String", 1990 "documentation":"<p>The status message of the migration workflow.</p>" 1991 }, 1992 "lastStartTime":{ 1993 "shape":"Timestamp", 1994 "documentation":"<p>The time at which the migration workflow was last started.</p>" 1995 } 1996 } 1997 }, 1998 "StepActionType":{ 1999 "type":"string", 2000 "enum":[ 2001 "MANUAL", 2002 "AUTOMATED" 2003 ] 2004 }, 2005 "StepAutomationConfiguration":{ 2006 "type":"structure", 2007 "members":{ 2008 "scriptLocationS3Bucket":{ 2009 "shape":"String", 2010 "documentation":"<p>The Amazon S3 bucket where the script is located.</p>" 2011 }, 2012 "scriptLocationS3Key":{ 2013 "shape":"PlatformScriptKey", 2014 "documentation":"<p>The Amazon S3 key for the script location.</p>" 2015 }, 2016 "command":{ 2017 "shape":"PlatformCommand", 2018 "documentation":"<p>The command to run the script.</p>" 2019 }, 2020 "runEnvironment":{ 2021 "shape":"RunEnvironment", 2022 "documentation":"<p>The source or target environment.</p>" 2023 }, 2024 "targetType":{ 2025 "shape":"TargetType", 2026 "documentation":"<p>The servers on which to run the script.</p>" 2027 } 2028 }, 2029 "documentation":"<p>The custom script to run tests on source or target environments.</p>" 2030 }, 2031 "StepDescription":{ 2032 "type":"string", 2033 "max":500, 2034 "min":0, 2035 "pattern":"[-a-zA-Z0-9_.+, ]*" 2036 }, 2037 "StepGroupDescription":{ 2038 "type":"string", 2039 "max":500, 2040 "min":0, 2041 "pattern":"[-a-zA-Z0-9_.+, ]*" 2042 }, 2043 "StepGroupId":{ 2044 "type":"string", 2045 "max":100, 2046 "min":1, 2047 "pattern":"[a-zA-Z0-9-]+" 2048 }, 2049 "StepGroupName":{ 2050 "type":"string", 2051 "max":100, 2052 "min":1, 2053 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 2054 }, 2055 "StepGroupStatus":{ 2056 "type":"string", 2057 "enum":[ 2058 "AWAITING_DEPENDENCIES", 2059 "READY", 2060 "IN_PROGRESS", 2061 "COMPLETED", 2062 "FAILED", 2063 "PAUSED", 2064 "PAUSING", 2065 "USER_ATTENTION_REQUIRED" 2066 ] 2067 }, 2068 "StepId":{ 2069 "type":"string", 2070 "max":100, 2071 "min":1, 2072 "pattern":"[a-zA-Z0-9-]+" 2073 }, 2074 "StepInput":{ 2075 "type":"structure", 2076 "members":{ 2077 "integerValue":{ 2078 "shape":"Integer", 2079 "documentation":"<p>The value of the integer.</p>", 2080 "box":true 2081 }, 2082 "stringValue":{ 2083 "shape":"StringValue", 2084 "documentation":"<p>String value.</p>" 2085 }, 2086 "listOfStringsValue":{ 2087 "shape":"StringList", 2088 "documentation":"<p>List of string values.</p>" 2089 }, 2090 "mapOfStringValue":{ 2091 "shape":"StringMap", 2092 "documentation":"<p>Map of string values.</p>" 2093 } 2094 }, 2095 "documentation":"<p>A map of key value pairs that is generated when you create a migration workflow. The key value pairs will differ based on your selection of the template.</p>", 2096 "union":true 2097 }, 2098 "StepInputParameters":{ 2099 "type":"map", 2100 "key":{"shape":"StepInputParametersKey"}, 2101 "value":{"shape":"StepInput"}, 2102 "sensitive":true 2103 }, 2104 "StepInputParametersKey":{ 2105 "type":"string", 2106 "max":100, 2107 "min":1, 2108 "pattern":"[a-zA-Z0-9-_ ()]+" 2109 }, 2110 "StepName":{ 2111 "type":"string", 2112 "max":100, 2113 "min":1, 2114 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 2115 }, 2116 "StepOutput":{ 2117 "type":"structure", 2118 "members":{ 2119 "name":{ 2120 "shape":"String", 2121 "documentation":"<p>The name of the step.</p>" 2122 }, 2123 "dataType":{ 2124 "shape":"DataType", 2125 "documentation":"<p>The data type of the step output.</p>" 2126 }, 2127 "required":{ 2128 "shape":"Boolean", 2129 "documentation":"<p>Determine if an output is required from a step.</p>" 2130 } 2131 }, 2132 "documentation":"<p>The output of the step.</p>" 2133 }, 2134 "StepOutputList":{ 2135 "type":"list", 2136 "member":{"shape":"StepOutput"} 2137 }, 2138 "StepStatus":{ 2139 "type":"string", 2140 "enum":[ 2141 "AWAITING_DEPENDENCIES", 2142 "READY", 2143 "IN_PROGRESS", 2144 "COMPLETED", 2145 "FAILED", 2146 "PAUSED", 2147 "USER_ATTENTION_REQUIRED" 2148 ] 2149 }, 2150 "StopMigrationWorkflowRequest":{ 2151 "type":"structure", 2152 "required":["id"], 2153 "members":{ 2154 "id":{ 2155 "shape":"MigrationWorkflowId", 2156 "documentation":"<p>The ID of the migration workflow.</p>", 2157 "location":"uri", 2158 "locationName":"id" 2159 } 2160 } 2161 }, 2162 "StopMigrationWorkflowResponse":{ 2163 "type":"structure", 2164 "members":{ 2165 "id":{ 2166 "shape":"MigrationWorkflowId", 2167 "documentation":"<p>The ID of the migration workflow.</p>" 2168 }, 2169 "arn":{ 2170 "shape":"String", 2171 "documentation":"<p>The Amazon Resource Name (ARN) of the migration workflow.</p>" 2172 }, 2173 "status":{ 2174 "shape":"MigrationWorkflowStatusEnum", 2175 "documentation":"<p>The status of the migration workflow.</p>" 2176 }, 2177 "statusMessage":{ 2178 "shape":"String", 2179 "documentation":"<p>The status message of the migration workflow.</p>" 2180 }, 2181 "lastStopTime":{ 2182 "shape":"Timestamp", 2183 "documentation":"<p>The time at which the migration workflow was stopped.</p>" 2184 } 2185 } 2186 }, 2187 "String":{"type":"string"}, 2188 "StringList":{ 2189 "type":"list", 2190 "member":{"shape":"StringListMember"} 2191 }, 2192 "StringListMember":{ 2193 "type":"string", 2194 "max":100, 2195 "min":0 2196 }, 2197 "StringMap":{ 2198 "type":"map", 2199 "key":{"shape":"StringMapKey"}, 2200 "value":{"shape":"StringMapValue"} 2201 }, 2202 "StringMapKey":{ 2203 "type":"string", 2204 "max":100, 2205 "min":1, 2206 "pattern":"[a-zA-Z0-9-_ ()]+" 2207 }, 2208 "StringMapValue":{ 2209 "type":"string", 2210 "max":100, 2211 "min":0 2212 }, 2213 "StringValue":{ 2214 "type":"string", 2215 "max":100, 2216 "min":0 2217 }, 2218 "TagKey":{ 2219 "type":"string", 2220 "max":128, 2221 "min":1, 2222 "pattern":"(?!aws:)[a-zA-Z+-=._:/]+" 2223 }, 2224 "TagKeyList":{ 2225 "type":"list", 2226 "member":{"shape":"TagKey"}, 2227 "max":50, 2228 "min":0 2229 }, 2230 "TagMap":{ 2231 "type":"map", 2232 "key":{"shape":"TagKey"}, 2233 "value":{"shape":"TagValue"} 2234 }, 2235 "TagResourceRequest":{ 2236 "type":"structure", 2237 "required":[ 2238 "resourceArn", 2239 "tags" 2240 ], 2241 "members":{ 2242 "resourceArn":{ 2243 "shape":"ResourceArn", 2244 "documentation":"<p>The Amazon Resource Name (ARN) of the resource to which you want to add tags.</p>", 2245 "location":"uri", 2246 "locationName":"resourceArn" 2247 }, 2248 "tags":{ 2249 "shape":"TagMap", 2250 "documentation":"<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>" 2251 } 2252 } 2253 }, 2254 "TagResourceResponse":{ 2255 "type":"structure", 2256 "members":{ 2257 } 2258 }, 2259 "TagValue":{ 2260 "type":"string", 2261 "max":256, 2262 "min":0 2263 }, 2264 "TargetType":{ 2265 "type":"string", 2266 "enum":[ 2267 "SINGLE", 2268 "ALL", 2269 "NONE" 2270 ] 2271 }, 2272 "TemplateId":{ 2273 "type":"string", 2274 "max":100, 2275 "min":1, 2276 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 2277 }, 2278 "TemplateInput":{ 2279 "type":"structure", 2280 "members":{ 2281 "inputName":{ 2282 "shape":"TemplateInputName", 2283 "documentation":"<p>The name of the template.</p>" 2284 }, 2285 "dataType":{ 2286 "shape":"DataType", 2287 "documentation":"<p>The data type of the template input.</p>" 2288 }, 2289 "required":{ 2290 "shape":"Boolean", 2291 "documentation":"<p>Determine if an input is required from the template.</p>" 2292 } 2293 }, 2294 "documentation":"<p>The input parameters of a template.</p>" 2295 }, 2296 "TemplateInputList":{ 2297 "type":"list", 2298 "member":{"shape":"TemplateInput"} 2299 }, 2300 "TemplateInputName":{ 2301 "type":"string", 2302 "max":100, 2303 "min":1, 2304 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 2305 }, 2306 "TemplateName":{ 2307 "type":"string", 2308 "max":100, 2309 "min":1, 2310 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 2311 }, 2312 "TemplateStatus":{ 2313 "type":"string", 2314 "enum":["CREATED"] 2315 }, 2316 "TemplateStepGroupSummary":{ 2317 "type":"structure", 2318 "members":{ 2319 "id":{ 2320 "shape":"String", 2321 "documentation":"<p>The ID of the step group.</p>" 2322 }, 2323 "name":{ 2324 "shape":"String", 2325 "documentation":"<p>The name of the step group.</p>" 2326 }, 2327 "previous":{ 2328 "shape":"StringList", 2329 "documentation":"<p>The previous step group.</p>" 2330 }, 2331 "next":{ 2332 "shape":"StringList", 2333 "documentation":"<p>The next step group.</p>" 2334 } 2335 }, 2336 "documentation":"<p>The summary of the step group in the template.</p>" 2337 }, 2338 "TemplateStepGroupSummaryList":{ 2339 "type":"list", 2340 "member":{"shape":"TemplateStepGroupSummary"} 2341 }, 2342 "TemplateStepSummary":{ 2343 "type":"structure", 2344 "members":{ 2345 "id":{ 2346 "shape":"String", 2347 "documentation":"<p>The ID of the step.</p>" 2348 }, 2349 "stepGroupId":{ 2350 "shape":"String", 2351 "documentation":"<p>The ID of the step group.</p>" 2352 }, 2353 "templateId":{ 2354 "shape":"String", 2355 "documentation":"<p>The ID of the template.</p>" 2356 }, 2357 "name":{ 2358 "shape":"String", 2359 "documentation":"<p>The name of the step.</p>" 2360 }, 2361 "stepActionType":{ 2362 "shape":"StepActionType", 2363 "documentation":"<p>The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.</p>" 2364 }, 2365 "targetType":{ 2366 "shape":"TargetType", 2367 "documentation":"<p>The servers on which to run the script.</p>" 2368 }, 2369 "owner":{ 2370 "shape":"Owner", 2371 "documentation":"<p>The owner of the step.</p>" 2372 }, 2373 "previous":{ 2374 "shape":"StringList", 2375 "documentation":"<p>The previous step.</p>" 2376 }, 2377 "next":{ 2378 "shape":"StringList", 2379 "documentation":"<p>The next step.</p>" 2380 } 2381 }, 2382 "documentation":"<p>The summary of the step.</p>" 2383 }, 2384 "TemplateStepSummaryList":{ 2385 "type":"list", 2386 "member":{"shape":"TemplateStepSummary"} 2387 }, 2388 "TemplateSummary":{ 2389 "type":"structure", 2390 "members":{ 2391 "id":{ 2392 "shape":"String", 2393 "documentation":"<p>The ID of the template.</p>" 2394 }, 2395 "name":{ 2396 "shape":"String", 2397 "documentation":"<p>The name of the template.</p>" 2398 }, 2399 "arn":{ 2400 "shape":"String", 2401 "documentation":"<p>The Amazon Resource Name (ARN) of the template.</p>" 2402 }, 2403 "description":{ 2404 "shape":"String", 2405 "documentation":"<p>The description of the template.</p>" 2406 } 2407 }, 2408 "documentation":"<p>The summary of the template.</p>" 2409 }, 2410 "TemplateSummaryList":{ 2411 "type":"list", 2412 "member":{"shape":"TemplateSummary"} 2413 }, 2414 "ThrottlingException":{ 2415 "type":"structure", 2416 "required":["message"], 2417 "members":{ 2418 "message":{"shape":"String"} 2419 }, 2420 "documentation":"<p>The request was denied due to request throttling.</p>", 2421 "error":{ 2422 "httpStatusCode":429, 2423 "senderFault":true 2424 }, 2425 "exception":true 2426 }, 2427 "Timestamp":{"type":"timestamp"}, 2428 "Tool":{ 2429 "type":"structure", 2430 "members":{ 2431 "name":{ 2432 "shape":"String", 2433 "documentation":"<p>The name of an AWS service. </p>" 2434 }, 2435 "url":{ 2436 "shape":"String", 2437 "documentation":"<p>The URL of an AWS service.</p>" 2438 } 2439 }, 2440 "documentation":"<p>List of AWS services utilized in a migration workflow.</p>" 2441 }, 2442 "ToolsList":{ 2443 "type":"list", 2444 "member":{"shape":"Tool"} 2445 }, 2446 "UntagResourceRequest":{ 2447 "type":"structure", 2448 "required":[ 2449 "resourceArn", 2450 "tagKeys" 2451 ], 2452 "members":{ 2453 "resourceArn":{ 2454 "shape":"ResourceArn", 2455 "documentation":"<p>The Amazon Resource Name (ARN) of the resource from which you want to remove tags.</p>", 2456 "location":"uri", 2457 "locationName":"resourceArn" 2458 }, 2459 "tagKeys":{ 2460 "shape":"TagKeyList", 2461 "documentation":"<p>One or more tag keys. Specify only the tag keys, not the tag values.</p>", 2462 "location":"querystring", 2463 "locationName":"tagKeys" 2464 } 2465 } 2466 }, 2467 "UntagResourceResponse":{ 2468 "type":"structure", 2469 "members":{ 2470 } 2471 }, 2472 "UpdateMigrationWorkflowRequest":{ 2473 "type":"structure", 2474 "required":["id"], 2475 "members":{ 2476 "id":{ 2477 "shape":"MigrationWorkflowId", 2478 "documentation":"<p>The ID of the migration workflow.</p>", 2479 "location":"uri", 2480 "locationName":"id" 2481 }, 2482 "name":{ 2483 "shape":"UpdateMigrationWorkflowRequestNameString", 2484 "documentation":"<p>The name of the migration workflow.</p>" 2485 }, 2486 "description":{ 2487 "shape":"UpdateMigrationWorkflowRequestDescriptionString", 2488 "documentation":"<p>The description of the migration workflow.</p>" 2489 }, 2490 "inputParameters":{ 2491 "shape":"StepInputParameters", 2492 "documentation":"<p>The input parameters required to update a migration workflow.</p>" 2493 }, 2494 "stepTargets":{ 2495 "shape":"StringList", 2496 "documentation":"<p>The servers on which a step will be run.</p>" 2497 } 2498 } 2499 }, 2500 "UpdateMigrationWorkflowRequestDescriptionString":{ 2501 "type":"string", 2502 "max":500, 2503 "min":0, 2504 "pattern":"[-a-zA-Z0-9_.+, ]*" 2505 }, 2506 "UpdateMigrationWorkflowRequestNameString":{ 2507 "type":"string", 2508 "max":100, 2509 "min":1, 2510 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 2511 }, 2512 "UpdateMigrationWorkflowResponse":{ 2513 "type":"structure", 2514 "members":{ 2515 "id":{ 2516 "shape":"MigrationWorkflowId", 2517 "documentation":"<p>The ID of the migration workflow.</p>" 2518 }, 2519 "arn":{ 2520 "shape":"String", 2521 "documentation":"<p>The Amazon Resource Name (ARN) of the migration workflow.</p>" 2522 }, 2523 "name":{ 2524 "shape":"String", 2525 "documentation":"<p>The name of the migration workflow.</p>" 2526 }, 2527 "description":{ 2528 "shape":"String", 2529 "documentation":"<p>The description of the migration workflow.</p>" 2530 }, 2531 "templateId":{ 2532 "shape":"String", 2533 "documentation":"<p>The ID of the template.</p>" 2534 }, 2535 "adsApplicationConfigurationId":{ 2536 "shape":"String", 2537 "documentation":"<p>The ID of the application configured in Application Discovery Service.</p>" 2538 }, 2539 "workflowInputs":{ 2540 "shape":"StepInputParameters", 2541 "documentation":"<p>The inputs required to update a migration workflow.</p>" 2542 }, 2543 "stepTargets":{ 2544 "shape":"StringList", 2545 "documentation":"<p>The servers on which a step will be run.</p>" 2546 }, 2547 "status":{ 2548 "shape":"MigrationWorkflowStatusEnum", 2549 "documentation":"<p>The status of the migration workflow.</p>" 2550 }, 2551 "creationTime":{ 2552 "shape":"Timestamp", 2553 "documentation":"<p>The time at which the migration workflow was created.</p>" 2554 }, 2555 "lastModifiedTime":{ 2556 "shape":"Timestamp", 2557 "documentation":"<p>The time at which the migration workflow was last modified.</p>" 2558 }, 2559 "tags":{ 2560 "shape":"StringMap", 2561 "documentation":"<p>The tags added to the migration workflow.</p>" 2562 } 2563 } 2564 }, 2565 "UpdateWorkflowStepGroupRequest":{ 2566 "type":"structure", 2567 "required":[ 2568 "workflowId", 2569 "id" 2570 ], 2571 "members":{ 2572 "workflowId":{ 2573 "shape":"MigrationWorkflowId", 2574 "documentation":"<p>The ID of the migration workflow.</p>", 2575 "location":"querystring", 2576 "locationName":"workflowId" 2577 }, 2578 "id":{ 2579 "shape":"StepGroupId", 2580 "documentation":"<p>The ID of the step group.</p>", 2581 "location":"uri", 2582 "locationName":"id" 2583 }, 2584 "name":{ 2585 "shape":"StepGroupName", 2586 "documentation":"<p>The name of the step group.</p>" 2587 }, 2588 "description":{ 2589 "shape":"StepGroupDescription", 2590 "documentation":"<p>The description of the step group.</p>" 2591 }, 2592 "next":{ 2593 "shape":"StringList", 2594 "documentation":"<p>The next step group.</p>" 2595 }, 2596 "previous":{ 2597 "shape":"StringList", 2598 "documentation":"<p>The previous step group.</p>" 2599 } 2600 } 2601 }, 2602 "UpdateWorkflowStepGroupResponse":{ 2603 "type":"structure", 2604 "members":{ 2605 "workflowId":{ 2606 "shape":"String", 2607 "documentation":"<p>The ID of the migration workflow.</p>" 2608 }, 2609 "name":{ 2610 "shape":"String", 2611 "documentation":"<p>The name of the step group.</p>" 2612 }, 2613 "id":{ 2614 "shape":"String", 2615 "documentation":"<p>The ID of the step group.</p>" 2616 }, 2617 "description":{ 2618 "shape":"String", 2619 "documentation":"<p>The description of the step group.</p>" 2620 }, 2621 "tools":{ 2622 "shape":"ToolsList", 2623 "documentation":"<p>List of AWS services utilized in a migration workflow.</p>" 2624 }, 2625 "next":{ 2626 "shape":"StringList", 2627 "documentation":"<p>The next step group.</p>" 2628 }, 2629 "previous":{ 2630 "shape":"StringList", 2631 "documentation":"<p>The previous step group.</p>" 2632 }, 2633 "lastModifiedTime":{ 2634 "shape":"Timestamp", 2635 "documentation":"<p>The time at which the step group was last modified.</p>" 2636 } 2637 } 2638 }, 2639 "UpdateWorkflowStepRequest":{ 2640 "type":"structure", 2641 "required":[ 2642 "id", 2643 "stepGroupId", 2644 "workflowId" 2645 ], 2646 "members":{ 2647 "id":{ 2648 "shape":"StepId", 2649 "documentation":"<p>The ID of the step.</p>", 2650 "location":"uri", 2651 "locationName":"id" 2652 }, 2653 "stepGroupId":{ 2654 "shape":"StepGroupId", 2655 "documentation":"<p>The ID of the step group.</p>" 2656 }, 2657 "workflowId":{ 2658 "shape":"MigrationWorkflowId", 2659 "documentation":"<p>The ID of the migration workflow.</p>" 2660 }, 2661 "name":{ 2662 "shape":"StepName", 2663 "documentation":"<p>The name of the step.</p>" 2664 }, 2665 "description":{ 2666 "shape":"StepDescription", 2667 "documentation":"<p>The description of the step.</p>" 2668 }, 2669 "stepActionType":{ 2670 "shape":"StepActionType", 2671 "documentation":"<p>The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.</p>" 2672 }, 2673 "workflowStepAutomationConfiguration":{ 2674 "shape":"WorkflowStepAutomationConfiguration", 2675 "documentation":"<p>The custom script to run tests on the source and target environments.</p>" 2676 }, 2677 "stepTarget":{ 2678 "shape":"StringList", 2679 "documentation":"<p>The servers on which a step will be run.</p>" 2680 }, 2681 "outputs":{ 2682 "shape":"WorkflowStepOutputList", 2683 "documentation":"<p>The outputs of a step.</p>" 2684 }, 2685 "previous":{ 2686 "shape":"StringList", 2687 "documentation":"<p>The previous step.</p>" 2688 }, 2689 "next":{ 2690 "shape":"StringList", 2691 "documentation":"<p>The next step.</p>" 2692 }, 2693 "status":{ 2694 "shape":"StepStatus", 2695 "documentation":"<p>The status of the step.</p>" 2696 } 2697 } 2698 }, 2699 "UpdateWorkflowStepResponse":{ 2700 "type":"structure", 2701 "members":{ 2702 "id":{ 2703 "shape":"StepId", 2704 "documentation":"<p>The ID of the step.</p>" 2705 }, 2706 "stepGroupId":{ 2707 "shape":"String", 2708 "documentation":"<p>The ID of the step group.</p>" 2709 }, 2710 "workflowId":{ 2711 "shape":"String", 2712 "documentation":"<p>The ID of the migration workflow.</p>" 2713 }, 2714 "name":{ 2715 "shape":"String", 2716 "documentation":"<p>The name of the step.</p>" 2717 } 2718 } 2719 }, 2720 "ValidationException":{ 2721 "type":"structure", 2722 "required":["message"], 2723 "members":{ 2724 "message":{"shape":"String"} 2725 }, 2726 "documentation":"<p>The input fails to satisfy the constraints specified by an AWS service.</p>", 2727 "error":{ 2728 "httpStatusCode":400, 2729 "senderFault":true 2730 }, 2731 "exception":true, 2732 "retryable":{"throttling":false} 2733 }, 2734 "WorkflowStepAutomationConfiguration":{ 2735 "type":"structure", 2736 "members":{ 2737 "scriptLocationS3Bucket":{ 2738 "shape":"S3Bucket", 2739 "documentation":"<p>The Amazon S3 bucket where the script is located.</p>" 2740 }, 2741 "scriptLocationS3Key":{ 2742 "shape":"PlatformScriptKey", 2743 "documentation":"<p>The Amazon S3 key for the script location.</p>" 2744 }, 2745 "command":{ 2746 "shape":"PlatformCommand", 2747 "documentation":"<p>The command required to run the script.</p>" 2748 }, 2749 "runEnvironment":{ 2750 "shape":"RunEnvironment", 2751 "documentation":"<p>The source or target environment.</p>" 2752 }, 2753 "targetType":{ 2754 "shape":"TargetType", 2755 "documentation":"<p>The servers on which to run the script.</p>" 2756 } 2757 }, 2758 "documentation":"<p>The custom script to run tests on source or target environments.</p>" 2759 }, 2760 "WorkflowStepGroupSummary":{ 2761 "type":"structure", 2762 "members":{ 2763 "id":{ 2764 "shape":"String", 2765 "documentation":"<p>The ID of the step group.</p>" 2766 }, 2767 "name":{ 2768 "shape":"String", 2769 "documentation":"<p>The name of the step group.</p>" 2770 }, 2771 "owner":{ 2772 "shape":"Owner", 2773 "documentation":"<p>The owner of the step group.</p>" 2774 }, 2775 "status":{ 2776 "shape":"StepGroupStatus", 2777 "documentation":"<p>The status of the step group.</p>" 2778 }, 2779 "previous":{ 2780 "shape":"StringList", 2781 "documentation":"<p>The previous step group.</p>" 2782 }, 2783 "next":{ 2784 "shape":"StringList", 2785 "documentation":"<p>The next step group.</p>" 2786 } 2787 }, 2788 "documentation":"<p>The summary of a step group in a workflow.</p>" 2789 }, 2790 "WorkflowStepGroupsSummaryList":{ 2791 "type":"list", 2792 "member":{"shape":"WorkflowStepGroupSummary"} 2793 }, 2794 "WorkflowStepOutput":{ 2795 "type":"structure", 2796 "members":{ 2797 "name":{ 2798 "shape":"WorkflowStepOutputName", 2799 "documentation":"<p>The name of the step.</p>" 2800 }, 2801 "dataType":{ 2802 "shape":"DataType", 2803 "documentation":"<p>The data type of the output.</p>" 2804 }, 2805 "required":{ 2806 "shape":"Boolean", 2807 "documentation":"<p>Determine if an output is required from a step.</p>" 2808 }, 2809 "value":{ 2810 "shape":"WorkflowStepOutputUnion", 2811 "documentation":"<p>The value of the output.</p>" 2812 } 2813 }, 2814 "documentation":"<p>The output of a step.</p>" 2815 }, 2816 "WorkflowStepOutputList":{ 2817 "type":"list", 2818 "member":{"shape":"WorkflowStepOutput"} 2819 }, 2820 "WorkflowStepOutputName":{ 2821 "type":"string", 2822 "max":100, 2823 "min":1, 2824 "pattern":"[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*" 2825 }, 2826 "WorkflowStepOutputUnion":{ 2827 "type":"structure", 2828 "members":{ 2829 "integerValue":{ 2830 "shape":"Integer", 2831 "documentation":"<p>The integer value. </p>", 2832 "box":true 2833 }, 2834 "stringValue":{ 2835 "shape":"StringValue", 2836 "documentation":"<p>The string value.</p>" 2837 }, 2838 "listOfStringValue":{ 2839 "shape":"StringList", 2840 "documentation":"<p>The list of string value.</p>" 2841 } 2842 }, 2843 "documentation":"<p>A structure to hold multiple values of an output.</p>", 2844 "union":true 2845 }, 2846 "WorkflowStepSummary":{ 2847 "type":"structure", 2848 "members":{ 2849 "stepId":{ 2850 "shape":"String", 2851 "documentation":"<p>The ID of the step.</p>" 2852 }, 2853 "name":{ 2854 "shape":"String", 2855 "documentation":"<p>The name of the step.</p>" 2856 }, 2857 "stepActionType":{ 2858 "shape":"StepActionType", 2859 "documentation":"<p>The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.</p>" 2860 }, 2861 "owner":{ 2862 "shape":"Owner", 2863 "documentation":"<p>The owner of the step.</p>" 2864 }, 2865 "previous":{ 2866 "shape":"StringList", 2867 "documentation":"<p>The previous step.</p>" 2868 }, 2869 "next":{ 2870 "shape":"StringList", 2871 "documentation":"<p>The next step.</p>" 2872 }, 2873 "status":{ 2874 "shape":"StepStatus", 2875 "documentation":"<p>The status of the step.</p>" 2876 }, 2877 "statusMessage":{ 2878 "shape":"String", 2879 "documentation":"<p>The status message of the migration workflow.</p>" 2880 }, 2881 "noOfSrvCompleted":{ 2882 "shape":"Integer", 2883 "documentation":"<p>The number of servers that have been migrated.</p>" 2884 }, 2885 "noOfSrvFailed":{ 2886 "shape":"Integer", 2887 "documentation":"<p>The number of servers that have failed to migrate.</p>" 2888 }, 2889 "totalNoOfSrv":{ 2890 "shape":"Integer", 2891 "documentation":"<p>The total number of servers that have been migrated.</p>" 2892 }, 2893 "description":{ 2894 "shape":"String", 2895 "documentation":"<p>The description of the step.</p>" 2896 }, 2897 "scriptLocation":{ 2898 "shape":"String", 2899 "documentation":"<p>The location of the script.</p>" 2900 } 2901 }, 2902 "documentation":"<p>The summary of the step in a migration workflow.</p>" 2903 }, 2904 "WorkflowStepsSummaryList":{ 2905 "type":"list", 2906 "member":{"shape":"WorkflowStepSummary"} 2907 } 2908 }, 2909 "documentation":"<p>This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using.</p>" 2910} 2911