Skip to content

Commit 36f0abb

Browse files
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 b3a6283 commit 36f0abb

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

generator/ServiceModels/servicecatalog/servicecatalog-2015-12-10.api.json

Lines changed: 3 additions & 1 deletion
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":{

generator/ServiceModels/servicecatalog/servicecatalog-2015-12-10.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"ListProvisionedProductPlansInput$AccessLevelFilter": "<p>The access level to use to obtain results. The default is <code>User</code>.</p>",
188188
"ListRecordHistoryInput$AccessLevelFilter": "<p>The access level to use to obtain results. The default is <code>User</code>.</p>",
189189
"ScanProvisionedProductsInput$AccessLevelFilter": "<p>The access level to use to obtain results. The default is <code>User</code>.</p>",
190-
"SearchProvisionedProductsInput$AccessLevelFilter": "<p>The access level to use to obtain results. The default is <code>User</code>.</p>"
190+
"SearchProvisionedProductsInput$AccessLevelFilter": "<p>The access level to use to obtain results. The default is <code>Account</code>.</p>"
191191
}
192192
},
193193
"AccessLevelFilterKey": {

generator/ServiceModels/servicecatalog/servicecatalog-2015-12-10.normal.json

Lines changed: 4 additions & 2 deletions
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",

sdk/src/Services/ServiceCatalog/Generated/Model/SearchProvisionedProductsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ internal bool IsSetAcceptLanguage()
7474
/// <summary>
7575
/// Gets and sets the property AccessLevelFilter.
7676
/// <para>
77-
/// The access level to use to obtain results. The default is <c>User</c>.
77+
/// The access level to use to obtain results. The default is <c>Account</c>.
7878
/// </para>
7979
/// </summary>
8080
public AccessLevelFilter AccessLevelFilter

0 commit comments

Comments
 (0)