Skip to content

Commit 061e716

Browse files
author
AWS
committed
AWS Service Catalog Update: Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.
1 parent 94d520d commit 061e716

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Service Catalog",
4+
"contributor": "",
5+
"description": "Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters."
6+
}

services/servicecatalog/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@
793793
{"shape":"InvalidParametersException"},
794794
{"shape":"OperationNotSupportedException"}
795795
],
796-
"documentation":"<p>Lists all portfolios for which sharing was accepted by this account.</p>"
796+
"documentation":"<p>Lists all imported portfolios for which account-to-account shares were accepted by this account. By specifying the <code>PortfolioShareType</code>, you can list portfolios for which organizational shares were accepted by this account.</p>"
797797
},
798798
"ListBudgetsForResource":{
799799
"name":"ListBudgetsForResource",
@@ -3349,7 +3349,7 @@
33493349
},
33503350
"Name":{
33513351
"shape":"PortfolioName",
3352-
"documentation":"<p>The name of the portfolio to which the user was assigned.</p>"
3352+
"documentation":"<p>The name of the portfolio that contains the product. </p>"
33533353
}
33543354
},
33553355
"documentation":"<p>Summary information about a product path for a user.</p>"
@@ -3382,7 +3382,7 @@
33823382
},
33833383
"PortfolioShareType":{
33843384
"shape":"PortfolioShareType",
3385-
"documentation":"<p>The type of shared portfolios to list. The default is to list imported portfolios.</p> <ul> <li> <p> <code>AWS_ORGANIZATIONS</code> - List portfolios shared by the management account of your organization</p> </li> <li> <p> <code>AWS_SERVICECATALOG</code> - List default portfolios</p> </li> <li> <p> <code>IMPORTED</code> - List imported portfolios</p> </li> </ul>"
3385+
"documentation":"<p>The type of shared portfolios to list. The default is to list imported portfolios.</p> <ul> <li> <p> <code>AWS_ORGANIZATIONS</code> - List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization.</p> </li> <li> <p> <code>AWS_SERVICECATALOG</code> - Deprecated type.</p> </li> <li> <p> <code>IMPORTED</code> - List imported portfolios that have been accepted and shared through account-to-account sharing.</p> </li> </ul>"
33863386
}
33873387
}
33883388
},

0 commit comments

Comments
 (0)