Skip to content

Commit 6cdfd24

Browse files
author
awstools
committed
docs(client-service-catalog): 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 b562deb commit 6cdfd24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

clients/client-service-catalog/src/models/models_0.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7369,7 +7369,8 @@ export interface SearchProvisionedProductsInput {
73697369
AcceptLanguage?: string | undefined;
73707370

73717371
/**
7372-
* <p>The access level to use to obtain results. The default is <code>User</code>.</p>
7372+
* <p>The access level to use to obtain results. The default is
7373+
* <code>Account</code>.</p>
73737374
* @public
73747375
*/
73757376
AccessLevelFilter?: AccessLevelFilter | undefined;

codegen/sdk-codegen/aws-models/service-catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10524,7 +10524,7 @@
1052410524
"AccessLevelFilter": {
1052510525
"target": "com.amazonaws.servicecatalog#AccessLevelFilter",
1052610526
"traits": {
10527-
"smithy.api#documentation": "<p>The access level to use to obtain results. The default is <code>User</code>.</p>"
10527+
"smithy.api#documentation": "<p>The access level to use to obtain results. The default is\n <code>Account</code>.</p>"
1052810528
}
1052910529
},
1053010530
"Filters": {

0 commit comments

Comments
 (0)