Skip to content

Commit a6a8607

Browse files
author
AWS
committed
AWS Service Catalog Update: Updated default value for the access-level-filter in SearchProvisionedProducts API to Account. For access to userLevel or roleLevel, the user must provide access-level-filter parameter.
1 parent e87e94b commit a6a8607

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
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 default value for the access-level-filter in SearchProvisionedProducts API to Account. For access to userLevel or roleLevel, the user must provide access-level-filter parameter."
6+
}

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"servicecatalog",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS Service Catalog",
910
"serviceId":"Service Catalog",
1011
"signatureVersion":"v4",
1112
"targetPrefix":"AWS242ServiceCatalogService",
12-
"uid":"servicecatalog-2015-12-10"
13+
"uid":"servicecatalog-2015-12-10",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"AcceptPortfolioShare":{
@@ -5962,7 +5964,7 @@
59625964
},
59635965
"AccessLevelFilter":{
59645966
"shape":"AccessLevelFilter",
5965-
"documentation":"<p>The access level to use to obtain results. The default is <code>User</code>.</p>"
5967+
"documentation":"<p>The access level to use to obtain results. The default is <code>Account</code>.</p>"
59665968
},
59675969
"Filters":{
59685970
"shape":"ProvisionedProductFilters",

0 commit comments

Comments
 (0)