@aws-sdk/client-service-catalog 3.85.0 → 3.94.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.94.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.93.0...v3.94.0) (2022-05-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
|
|
7
31
|
|
|
8
32
|
|
|
@@ -509,7 +509,9 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
|
|
|
509
509
|
importAsProvisionedProduct(args: ImportAsProvisionedProductCommandInput, cb: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void): void;
|
|
510
510
|
importAsProvisionedProduct(args: ImportAsProvisionedProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void): void;
|
|
511
511
|
/**
|
|
512
|
-
* <p>Lists all portfolios for which
|
|
512
|
+
* <p>Lists all imported portfolios for which account-to-account shares were accepted by
|
|
513
|
+
* this account. By specifying the <code>PortfolioShareType</code>, you can list portfolios for which
|
|
514
|
+
* organizational shares were accepted by this account.</p>
|
|
513
515
|
*/
|
|
514
516
|
listAcceptedPortfolioShares(args: ListAcceptedPortfolioSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListAcceptedPortfolioSharesCommandOutput>;
|
|
515
517
|
listAcceptedPortfolioShares(args: ListAcceptedPortfolioSharesCommandInput, cb: (err: any, data?: ListAcceptedPortfolioSharesCommandOutput) => void): void;
|
|
@@ -7,7 +7,9 @@ export interface ListAcceptedPortfolioSharesCommandInput extends ListAcceptedPor
|
|
|
7
7
|
export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPortfolioSharesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists all portfolios for which
|
|
10
|
+
* <p>Lists all imported portfolios for which account-to-account shares were accepted by
|
|
11
|
+
* this account. By specifying the <code>PortfolioShareType</code>, you can list portfolios for which
|
|
12
|
+
* organizational shares were accepted by this account.</p>
|
|
11
13
|
* @example
|
|
12
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
15
|
* ```javascript
|
|
@@ -4361,16 +4361,16 @@ export interface ListAcceptedPortfolioSharesInput {
|
|
|
4361
4361
|
* <ul>
|
|
4362
4362
|
* <li>
|
|
4363
4363
|
* <p>
|
|
4364
|
-
* <code>AWS_ORGANIZATIONS</code> - List portfolios shared by the management
|
|
4365
|
-
* account of your organization</p>
|
|
4364
|
+
* <code>AWS_ORGANIZATIONS</code> - List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization.</p>
|
|
4366
4365
|
* </li>
|
|
4367
4366
|
* <li>
|
|
4368
4367
|
* <p>
|
|
4369
|
-
* <code>AWS_SERVICECATALOG</code> -
|
|
4368
|
+
* <code>AWS_SERVICECATALOG</code> - Deprecated type.</p>
|
|
4370
4369
|
* </li>
|
|
4371
4370
|
* <li>
|
|
4372
4371
|
* <p>
|
|
4373
|
-
* <code>IMPORTED</code> - List imported portfolios
|
|
4372
|
+
* <code>IMPORTED</code> - List imported portfolios that have been accepted and
|
|
4373
|
+
* shared through account-to-account sharing.</p>
|
|
4374
4374
|
* </li>
|
|
4375
4375
|
* </ul>
|
|
4376
4376
|
*/
|
|
@@ -4565,7 +4565,7 @@ export interface LaunchPathSummary {
|
|
|
4565
4565
|
*/
|
|
4566
4566
|
Tags?: Tag[];
|
|
4567
4567
|
/**
|
|
4568
|
-
* <p>The name of the portfolio
|
|
4568
|
+
* <p>The name of the portfolio that contains the product. </p>
|
|
4569
4569
|
*/
|
|
4570
4570
|
Name?: string;
|
|
4571
4571
|
}
|
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.94.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.94.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.94.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.78.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.78.0",
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.94.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
38
|
"@aws-sdk/smithy-client": "3.85.0",
|
|
39
39
|
"@aws-sdk/types": "3.78.0",
|