|
509 | 509 | {"shape":"InternalServerException"},
|
510 | 510 | {"shape":"ResourceNotFoundException"}
|
511 | 511 | ],
|
512 |
| - "documentation":"<p>List the tags for a resource.</p>" |
| 512 | + "documentation":"<p>List the tags for a resource.</p> <note> <p>The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.</p> </note>" |
513 | 513 | },
|
514 | 514 | "ListWorkloadShares":{
|
515 | 515 | "name":"ListWorkloadShares",
|
|
556 | 556 | {"shape":"InternalServerException"},
|
557 | 557 | {"shape":"ResourceNotFoundException"}
|
558 | 558 | ],
|
559 |
| - "documentation":"<p>Adds one or more tags to the specified resource.</p>" |
| 559 | + "documentation":"<p>Adds one or more tags to the specified resource.</p> <note> <p>The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.</p> </note>" |
560 | 560 | },
|
561 | 561 | "UntagResource":{
|
562 | 562 | "name":"UntagResource",
|
|
570 | 570 | {"shape":"InternalServerException"},
|
571 | 571 | {"shape":"ResourceNotFoundException"}
|
572 | 572 | ],
|
573 |
| - "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>" |
| 573 | + "documentation":"<p>Deletes specified tags from a resource.</p> <note> <p>The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.</p> </note> <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>" |
574 | 574 | },
|
575 | 575 | "UpdateAnswer":{
|
576 | 576 | "name":"UpdateAnswer",
|
|
691 | 691 | "error":{"httpStatusCode":403},
|
692 | 692 | "exception":true
|
693 | 693 | },
|
| 694 | + "AdditionalResourceType":{ |
| 695 | + "type":"string", |
| 696 | + "enum":[ |
| 697 | + "HELPFUL_RESOURCE", |
| 698 | + "IMPROVEMENT_PLAN" |
| 699 | + ] |
| 700 | + }, |
| 701 | + "AdditionalResources":{ |
| 702 | + "type":"structure", |
| 703 | + "members":{ |
| 704 | + "Type":{ |
| 705 | + "shape":"AdditionalResourceType", |
| 706 | + "documentation":"<p>Type of additional resource.</p>" |
| 707 | + }, |
| 708 | + "Content":{ |
| 709 | + "shape":"Urls", |
| 710 | + "documentation":"<p>The URLs for additional resources, either helpful resources or improvement plans. Up to five additional URLs can be specified.</p>" |
| 711 | + } |
| 712 | + }, |
| 713 | + "documentation":"<p>The choice level additional resources.</p>" |
| 714 | + }, |
| 715 | + "AdditionalResourcesList":{ |
| 716 | + "type":"list", |
| 717 | + "member":{"shape":"AdditionalResources"} |
| 718 | + }, |
694 | 719 | "Answer":{
|
695 | 720 | "type":"structure",
|
696 | 721 | "members":{
|
|
799 | 824 | "ImprovementPlan":{
|
800 | 825 | "shape":"ChoiceContent",
|
801 | 826 | "documentation":"<p>The choice level improvement plan.</p>"
|
| 827 | + }, |
| 828 | + "AdditionalResources":{ |
| 829 | + "shape":"AdditionalResourcesList", |
| 830 | + "documentation":"<p>The additional resources for a choice. A choice can have up to two additional resources: one of type <code>HELPFUL_RESOURCE</code>, one of type <code>IMPROVEMENT_PLAN</code>, or both.</p>" |
802 | 831 | }
|
803 | 832 | },
|
804 | 833 | "documentation":"<p>A choice available to answer question.</p>"
|
|
1080 | 1109 | "WorkloadName",
|
1081 | 1110 | "Description",
|
1082 | 1111 | "Environment",
|
1083 |
| - "ReviewOwner", |
1084 | 1112 | "Lenses",
|
1085 | 1113 | "ClientRequestToken"
|
1086 | 1114 | ],
|
|
1660 | 1688 | "ShareInvitationId":{
|
1661 | 1689 | "shape":"ShareInvitationId",
|
1662 | 1690 | "documentation":"<p>The ID assigned to the share invitation.</p>"
|
| 1691 | + }, |
| 1692 | + "Tags":{ |
| 1693 | + "shape":"TagMap", |
| 1694 | + "documentation":"<p>The tags assigned to the lens.</p>" |
1663 | 1695 | }
|
1664 | 1696 | },
|
1665 | 1697 | "documentation":"<p>A lens return object.</p>"
|
1666 | 1698 | },
|
1667 | 1699 | "LensAlias":{
|
1668 | 1700 | "type":"string",
|
1669 |
| - "documentation":"<p>The alias of the lens, for example, <code>serverless</code>.</p> <p>Each lens is identified by its <a>LensSummary$LensAlias</a>.</p>", |
| 1701 | + "documentation":"<p>The alias of the lens.</p> <p>For Amazon Web Services official lenses, this is either the lens alias, such as <code>serverless</code>, or the lens ARN, such as <code>arn:aws:wellarchitected:us-west-2::lens/serverless</code>.</p> <p>For custom lenses, this is the lens ARN, such as <code>arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens</code>. </p> <p>Each lens is identified by its <a>LensSummary$LensAlias</a>.</p>", |
1670 | 1702 | "max":128,
|
1671 | 1703 | "min":1
|
1672 | 1704 | },
|
|
2896 | 2928 | "ClientRequestToken":{"shape":"ClientRequestToken"}
|
2897 | 2929 | }
|
2898 | 2930 | },
|
| 2931 | + "Urls":{ |
| 2932 | + "type":"list", |
| 2933 | + "member":{"shape":"ChoiceContent"} |
| 2934 | + }, |
2899 | 2935 | "ValidationException":{
|
2900 | 2936 | "type":"structure",
|
2901 | 2937 | "required":["Message"],
|
|
0 commit comments