@aws-sdk/client-service-catalog 3.787.0 → 3.790.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6539,7 +6539,8 @@ export interface SearchProvisionedProductsInput {
|
|
|
6539
6539
|
*/
|
|
6540
6540
|
AcceptLanguage?: string | undefined;
|
|
6541
6541
|
/**
|
|
6542
|
-
* <p>The access level to use to obtain results. The default is
|
|
6542
|
+
* <p>The access level to use to obtain results. The default is
|
|
6543
|
+
* <code>Account</code>.</p>
|
|
6543
6544
|
* @public
|
|
6544
6545
|
*/
|
|
6545
6546
|
AccessLevelFilter?: AccessLevelFilter | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.790.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-service-catalog",
|