|
152 | 152 | {"shape":"AccessDeniedException"},
|
153 | 153 | {"shape":"ThrottlingException"}
|
154 | 154 | ],
|
155 |
| - "documentation":"<p>Get lens review.</p>" |
| 155 | + "documentation":"<p>Get the answer to a specific question in a workload review.</p>" |
156 | 156 | },
|
157 | 157 | "GetLensReview":{
|
158 | 158 | "name":"GetLensReview",
|
|
428 | 428 | {"shape":"InternalServerException"},
|
429 | 429 | {"shape":"ResourceNotFoundException"}
|
430 | 430 | ],
|
431 |
| - "documentation":"<p>Deletes specified tags from a resource.</p>" |
| 431 | + "documentation":"<p>Deletes specified tags from a resource.</p> <p>To specify multiple tags, use separate <b>tagKeys</b> parameters, for example:</p> <p> <code>DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2</code> </p>" |
432 | 432 | },
|
433 | 433 | "UpdateAnswer":{
|
434 | 434 | "name":"UpdateAnswer",
|
|
560 | 560 | "HelpfulResourceUrl":{"shape":"HelpfulResourceUrl"},
|
561 | 561 | "Choices":{"shape":"Choices"},
|
562 | 562 | "SelectedChoices":{"shape":"SelectedChoices"},
|
| 563 | + "ChoiceAnswers":{ |
| 564 | + "shape":"ChoiceAnswers", |
| 565 | + "documentation":"<p>A list of selected choices to a question in your workload.</p>" |
| 566 | + }, |
563 | 567 | "IsApplicable":{"shape":"IsApplicable"},
|
564 | 568 | "Risk":{"shape":"Risk"},
|
565 |
| - "Notes":{"shape":"Notes"} |
| 569 | + "Notes":{"shape":"Notes"}, |
| 570 | + "Reason":{ |
| 571 | + "shape":"AnswerReason", |
| 572 | + "documentation":"<p>The reason why the question is not applicable to your workload.</p>" |
| 573 | + } |
566 | 574 | },
|
567 | 575 | "documentation":"<p>An answer of the question.</p>"
|
568 | 576 | },
|
| 577 | + "AnswerReason":{ |
| 578 | + "type":"string", |
| 579 | + "enum":[ |
| 580 | + "OUT_OF_SCOPE", |
| 581 | + "BUSINESS_PRIORITIES", |
| 582 | + "ARCHITECTURE_CONSTRAINTS", |
| 583 | + "OTHER", |
| 584 | + "NONE" |
| 585 | + ] |
| 586 | + }, |
569 | 587 | "AnswerSummaries":{
|
570 | 588 | "type":"list",
|
571 | 589 | "member":{"shape":"AnswerSummary"},
|
|
579 | 597 | "QuestionTitle":{"shape":"QuestionTitle"},
|
580 | 598 | "Choices":{"shape":"Choices"},
|
581 | 599 | "SelectedChoices":{"shape":"SelectedChoices"},
|
| 600 | + "ChoiceAnswerSummaries":{ |
| 601 | + "shape":"ChoiceAnswerSummaries", |
| 602 | + "documentation":"<p>A list of selected choices to a question in your workload.</p>" |
| 603 | + }, |
582 | 604 | "IsApplicable":{"shape":"IsApplicable"},
|
583 |
| - "Risk":{"shape":"Risk"} |
| 605 | + "Risk":{"shape":"Risk"}, |
| 606 | + "Reason":{ |
| 607 | + "shape":"AnswerReason", |
| 608 | + "documentation":"<p>The reason why a choice is non-applicable to a question in your workload.</p>" |
| 609 | + } |
584 | 610 | },
|
585 | 611 | "documentation":"<p>An answer summary of a lens review in a workload.</p>"
|
586 | 612 | },
|
|
623 | 649 | },
|
624 | 650 | "documentation":"<p>A choice available to answer question.</p>"
|
625 | 651 | },
|
| 652 | + "ChoiceAnswer":{ |
| 653 | + "type":"structure", |
| 654 | + "members":{ |
| 655 | + "ChoiceId":{"shape":"ChoiceId"}, |
| 656 | + "Status":{ |
| 657 | + "shape":"ChoiceStatus", |
| 658 | + "documentation":"<p>The status of a choice.</p>" |
| 659 | + }, |
| 660 | + "Reason":{ |
| 661 | + "shape":"ChoiceReason", |
| 662 | + "documentation":"<p>The reason why a choice is non-applicable to a question in your workload.</p>" |
| 663 | + }, |
| 664 | + "Notes":{ |
| 665 | + "shape":"ChoiceNotes", |
| 666 | + "documentation":"<p>The notes associated with a choice.</p>" |
| 667 | + } |
| 668 | + }, |
| 669 | + "documentation":"<p>A choice that has been answered on a question in your workload.</p>" |
| 670 | + }, |
| 671 | + "ChoiceAnswerSummaries":{ |
| 672 | + "type":"list", |
| 673 | + "member":{"shape":"ChoiceAnswerSummary"} |
| 674 | + }, |
| 675 | + "ChoiceAnswerSummary":{ |
| 676 | + "type":"structure", |
| 677 | + "members":{ |
| 678 | + "ChoiceId":{"shape":"ChoiceId"}, |
| 679 | + "Status":{ |
| 680 | + "shape":"ChoiceStatus", |
| 681 | + "documentation":"<p>The status of a choice.</p>" |
| 682 | + }, |
| 683 | + "Reason":{ |
| 684 | + "shape":"ChoiceReason", |
| 685 | + "documentation":"<p>The reason why a choice is non-applicable to a question in your workload.</p>" |
| 686 | + } |
| 687 | + }, |
| 688 | + "documentation":"<p>A choice summary that has been answered on a question in your workload.</p>" |
| 689 | + }, |
| 690 | + "ChoiceAnswers":{ |
| 691 | + "type":"list", |
| 692 | + "member":{"shape":"ChoiceAnswer"} |
| 693 | + }, |
626 | 694 | "ChoiceDescription":{
|
627 | 695 | "type":"string",
|
628 | 696 | "documentation":"<p>The description of a choice.</p>",
|
|
635 | 703 | "max":64,
|
636 | 704 | "min":1
|
637 | 705 | },
|
| 706 | + "ChoiceNotes":{ |
| 707 | + "type":"string", |
| 708 | + "max":250 |
| 709 | + }, |
| 710 | + "ChoiceReason":{ |
| 711 | + "type":"string", |
| 712 | + "enum":[ |
| 713 | + "OUT_OF_SCOPE", |
| 714 | + "BUSINESS_PRIORITIES", |
| 715 | + "ARCHITECTURE_CONSTRAINTS", |
| 716 | + "OTHER", |
| 717 | + "NONE" |
| 718 | + ] |
| 719 | + }, |
| 720 | + "ChoiceStatus":{ |
| 721 | + "type":"string", |
| 722 | + "enum":[ |
| 723 | + "SELECTED", |
| 724 | + "NOT_APPLICABLE", |
| 725 | + "UNSELECTED" |
| 726 | + ] |
| 727 | + }, |
638 | 728 | "ChoiceTitle":{
|
639 | 729 | "type":"string",
|
640 | 730 | "documentation":"<p>The title of a choice.</p>",
|
641 | 731 | "max":512,
|
642 | 732 | "min":1
|
643 | 733 | },
|
| 734 | + "ChoiceUpdate":{ |
| 735 | + "type":"structure", |
| 736 | + "required":["Status"], |
| 737 | + "members":{ |
| 738 | + "Status":{ |
| 739 | + "shape":"ChoiceStatus", |
| 740 | + "documentation":"<p>The status of a choice.</p>" |
| 741 | + }, |
| 742 | + "Reason":{ |
| 743 | + "shape":"ChoiceReason", |
| 744 | + "documentation":"<p>The reason why a choice is non-applicable to a question in your workload.</p>" |
| 745 | + }, |
| 746 | + "Notes":{ |
| 747 | + "shape":"ChoiceNotes", |
| 748 | + "documentation":"<p>The notes associated with a choice.</p>" |
| 749 | + } |
| 750 | + }, |
| 751 | + "documentation":"<p>A list of choices to be updated.</p>" |
| 752 | + }, |
| 753 | + "ChoiceUpdates":{ |
| 754 | + "type":"map", |
| 755 | + "key":{"shape":"ChoiceId"}, |
| 756 | + "value":{"shape":"ChoiceUpdate"} |
| 757 | + }, |
644 | 758 | "Choices":{
|
645 | 759 | "type":"list",
|
646 | 760 | "member":{"shape":"Choice"},
|
|
1057 | 1171 | },
|
1058 | 1172 | "ImprovementPlanUrl":{
|
1059 | 1173 | "type":"string",
|
1060 |
| - "documentation":"<p>The improvement plan URL for a question.</p>", |
| 1174 | + "documentation":"<p>The improvement plan URL for a question.</p> <p>This value is only available if the question has been answered.</p>", |
1061 | 1175 | "max":2048,
|
1062 | 1176 | "min":1
|
1063 | 1177 | },
|
|
1946 | 2060 | },
|
1947 | 2061 | "TagKeys":{
|
1948 | 2062 | "shape":"TagKeyList",
|
1949 |
| - "documentation":"<p>The keys of the tags to be removed.</p>", |
| 2063 | + "documentation":"<p>A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.</p>", |
1950 | 2064 | "location":"querystring",
|
1951 | 2065 | "locationName":"tagKeys"
|
1952 | 2066 | }
|
|
1981 | 2095 | "locationName":"QuestionId"
|
1982 | 2096 | },
|
1983 | 2097 | "SelectedChoices":{"shape":"SelectedChoices"},
|
| 2098 | + "ChoiceUpdates":{ |
| 2099 | + "shape":"ChoiceUpdates", |
| 2100 | + "documentation":"<p>A list of choices to update on a question in your workload. The String key corresponds to the choice ID to be updated.</p>" |
| 2101 | + }, |
1984 | 2102 | "Notes":{"shape":"Notes"},
|
1985 |
| - "IsApplicable":{"shape":"IsApplicable"} |
| 2103 | + "IsApplicable":{"shape":"IsApplicable"}, |
| 2104 | + "Reason":{ |
| 2105 | + "shape":"AnswerReason", |
| 2106 | + "documentation":"<p>The reason why a question is not applicable to your workload.</p>" |
| 2107 | + } |
1986 | 2108 | },
|
1987 | 2109 | "documentation":"<p>Input to update answer.</p>"
|
1988 | 2110 | },
|
|
0 commit comments