@aws-sdk/client-service-catalog 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +90 -0
- package/dist-cjs/index.js +4 -109
- package/dist-cjs/pagination/index.js +23 -0
- package/dist-es/commands/index.js +87 -0
- package/dist-es/index.js +4 -109
- package/dist-es/pagination/index.js +20 -0
- package/dist-types/commands/index.d.ts +87 -0
- package/dist-types/index.d.ts +4 -109
- package/dist-types/pagination/index.d.ts +20 -0
- package/dist-types/ts3.4/commands/index.d.ts +87 -0
- package/dist-types/ts3.4/index.d.ts +4 -109
- package/dist-types/ts3.4/pagination/index.d.ts +20 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AcceptPortfolioShareCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AssociateBudgetWithResourceCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AssociatePrincipalWithPortfolioCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./AssociateProductWithPortfolioCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./AssociateServiceActionWithProvisioningArtifactCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./AssociateTagOptionWithResourceCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./BatchAssociateServiceActionWithProvisioningArtifactCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./BatchDisassociateServiceActionFromProvisioningArtifactCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CopyProductCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateConstraintCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreatePortfolioCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreatePortfolioShareCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateProductCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./CreateProvisionedProductPlanCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./CreateProvisioningArtifactCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./CreateServiceActionCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./CreateTagOptionCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteConstraintCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeletePortfolioCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeletePortfolioShareCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DeleteProductCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeleteProvisionedProductPlanCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DeleteProvisioningArtifactCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DeleteServiceActionCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DeleteTagOptionCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DescribeConstraintCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeCopyProductStatusCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribePortfolioCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribePortfolioShareStatusCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribePortfolioSharesCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeProductAsAdminCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribeProductCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeProductViewCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeProvisionedProductCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DescribeProvisionedProductPlanCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./DescribeProvisioningArtifactCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./DescribeProvisioningParametersCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./DescribeRecordCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./DescribeServiceActionCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./DescribeServiceActionExecutionParametersCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./DescribeTagOptionCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DisableAWSOrganizationsAccessCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./DisassociateBudgetFromResourceCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./DisassociatePrincipalFromPortfolioCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./DisassociateProductFromPortfolioCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./DisassociateServiceActionFromProvisioningArtifactCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./DisassociateTagOptionFromResourceCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./EnableAWSOrganizationsAccessCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./ExecuteProvisionedProductPlanCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./ExecuteProvisionedProductServiceActionCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./GetAWSOrganizationsAccessStatusCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./GetProvisionedProductOutputsCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./ImportAsProvisionedProductCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./ListAcceptedPortfolioSharesCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./ListBudgetsForResourceCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./ListConstraintsForPortfolioCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./ListLaunchPathsCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./ListOrganizationPortfolioAccessCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./ListPortfolioAccessCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./ListPortfoliosCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./ListPortfoliosForProductCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./ListPrincipalsForPortfolioCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./ListProvisionedProductPlansCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./ListProvisioningArtifactsCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./ListProvisioningArtifactsForServiceActionCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./ListRecordHistoryCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./ListResourcesForTagOptionCommand"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./ListServiceActionsCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./ListServiceActionsForProvisioningArtifactCommand"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./ListStackInstancesForProvisionedProductCommand"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./ListTagOptionsCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./ProvisionProductCommand"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./RejectPortfolioShareCommand"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./ScanProvisionedProductsCommand"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./SearchProductsAsAdminCommand"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./SearchProductsCommand"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./SearchProvisionedProductsCommand"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./TerminateProvisionedProductCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./UpdateConstraintCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./UpdatePortfolioCommand"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./UpdatePortfolioShareCommand"), exports);
|
|
85
|
+
tslib_1.__exportStar(require("./UpdateProductCommand"), exports);
|
|
86
|
+
tslib_1.__exportStar(require("./UpdateProvisionedProductCommand"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./UpdateProvisionedProductPropertiesCommand"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./UpdateProvisioningArtifactCommand"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./UpdateServiceActionCommand"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./UpdateTagOptionCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,113 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ServiceCatalogClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./ServiceCatalog"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/AssociateServiceActionWithProvisioningArtifactCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/AssociateTagOptionWithResourceCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CopyProductCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateConstraintCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreatePortfolioCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreatePortfolioShareCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateProductCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/CreateProvisionedProductPlanCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/CreateProvisioningArtifactCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/CreateServiceActionCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/CreateTagOptionCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteConstraintCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeletePortfolioCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeletePortfolioShareCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteProductCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DeleteProvisionedProductPlanCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DeleteProvisioningArtifactCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DeleteServiceActionCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/DeleteTagOptionCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DescribeConstraintCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DescribeCopyProductStatusCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DescribePortfolioCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/DescribePortfolioSharesCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./pagination/DescribePortfolioSharesPaginator"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/DescribePortfolioShareStatusCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/DescribeProductCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/DescribeProductAsAdminCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/DescribeProductViewCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/DescribeProvisionedProductCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/DescribeProvisionedProductPlanCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/DescribeProvisioningArtifactCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/DescribeProvisioningParametersCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/DescribeRecordCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/DescribeServiceActionCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/DescribeServiceActionExecutionParametersCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/DescribeTagOptionCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/DisableAWSOrganizationsAccessCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/DisassociateBudgetFromResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/DisassociatePrincipalFromPortfolioCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/DisassociateProductFromPortfolioCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/DisassociateServiceActionFromProvisioningArtifactCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/DisassociateTagOptionFromResourceCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/EnableAWSOrganizationsAccessCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/ExecuteProvisionedProductPlanCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/ExecuteProvisionedProductServiceActionCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/GetAWSOrganizationsAccessStatusCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/GetProvisionedProductOutputsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./pagination/GetProvisionedProductOutputsPaginator"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/ImportAsProvisionedProductCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/ListAcceptedPortfolioSharesCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./pagination/ListAcceptedPortfolioSharesPaginator"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/ListBudgetsForResourceCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./pagination/ListBudgetsForResourcePaginator"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/ListConstraintsForPortfolioCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./pagination/ListConstraintsForPortfolioPaginator"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/ListLaunchPathsCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./pagination/ListLaunchPathsPaginator"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/ListOrganizationPortfolioAccessCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./pagination/ListOrganizationPortfolioAccessPaginator"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/ListPortfolioAccessCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./pagination/ListPortfolioAccessPaginator"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/ListPortfoliosCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./pagination/ListPortfoliosPaginator"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/ListPortfoliosForProductCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./pagination/ListPortfoliosForProductPaginator"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/ListPrincipalsForPortfolioCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./pagination/ListPrincipalsForPortfolioPaginator"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./commands/ListProvisionedProductPlansCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./commands/ListProvisioningArtifactsCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./commands/ListProvisioningArtifactsForServiceActionCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./pagination/ListProvisioningArtifactsForServiceActionPaginator"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./commands/ListRecordHistoryCommand"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./commands/ListResourcesForTagOptionCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./pagination/ListResourcesForTagOptionPaginator"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./commands/ListServiceActionsCommand"), exports);
|
|
87
|
-
tslib_1.__exportStar(require("./pagination/ListServiceActionsPaginator"), exports);
|
|
88
|
-
tslib_1.__exportStar(require("./commands/ListServiceActionsForProvisioningArtifactCommand"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./pagination/ListServiceActionsForProvisioningArtifactPaginator"), exports);
|
|
90
|
-
tslib_1.__exportStar(require("./commands/ListStackInstancesForProvisionedProductCommand"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./commands/ListTagOptionsCommand"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./pagination/ListTagOptionsPaginator"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./commands/ProvisionProductCommand"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./commands/RejectPortfolioShareCommand"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./commands/ScanProvisionedProductsCommand"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./commands/SearchProductsCommand"), exports);
|
|
97
|
-
tslib_1.__exportStar(require("./pagination/SearchProductsPaginator"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./commands/SearchProductsAsAdminCommand"), exports);
|
|
99
|
-
tslib_1.__exportStar(require("./pagination/SearchProductsAsAdminPaginator"), exports);
|
|
100
|
-
tslib_1.__exportStar(require("./commands/SearchProvisionedProductsCommand"), exports);
|
|
101
|
-
tslib_1.__exportStar(require("./pagination/SearchProvisionedProductsPaginator"), exports);
|
|
102
|
-
tslib_1.__exportStar(require("./commands/TerminateProvisionedProductCommand"), exports);
|
|
103
|
-
tslib_1.__exportStar(require("./commands/UpdateConstraintCommand"), exports);
|
|
104
|
-
tslib_1.__exportStar(require("./commands/UpdatePortfolioCommand"), exports);
|
|
105
|
-
tslib_1.__exportStar(require("./commands/UpdatePortfolioShareCommand"), exports);
|
|
106
|
-
tslib_1.__exportStar(require("./commands/UpdateProductCommand"), exports);
|
|
107
|
-
tslib_1.__exportStar(require("./commands/UpdateProvisionedProductCommand"), exports);
|
|
108
|
-
tslib_1.__exportStar(require("./commands/UpdateProvisionedProductPropertiesCommand"), exports);
|
|
109
|
-
tslib_1.__exportStar(require("./commands/UpdateProvisioningArtifactCommand"), exports);
|
|
110
|
-
tslib_1.__exportStar(require("./commands/UpdateServiceActionCommand"), exports);
|
|
111
|
-
tslib_1.__exportStar(require("./commands/UpdateTagOptionCommand"), exports);
|
|
112
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
113
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ServiceCatalogClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribePortfolioSharesPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./GetProvisionedProductOutputsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListAcceptedPortfolioSharesPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListBudgetsForResourcePaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListConstraintsForPortfolioPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListLaunchPathsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListOrganizationPortfolioAccessPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListPortfolioAccessPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListPortfoliosForProductPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListPortfoliosPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListPrincipalsForPortfolioPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListProvisioningArtifactsForServiceActionPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListResourcesForTagOptionPaginator"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./ListServiceActionsForProvisioningArtifactPaginator"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./ListServiceActionsPaginator"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./ListTagOptionsPaginator"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./SearchProductsAsAdminPaginator"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./SearchProductsPaginator"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./SearchProvisionedProductsPaginator"), exports);
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export * from "./AcceptPortfolioShareCommand";
|
|
2
|
+
export * from "./AssociateBudgetWithResourceCommand";
|
|
3
|
+
export * from "./AssociatePrincipalWithPortfolioCommand";
|
|
4
|
+
export * from "./AssociateProductWithPortfolioCommand";
|
|
5
|
+
export * from "./AssociateServiceActionWithProvisioningArtifactCommand";
|
|
6
|
+
export * from "./AssociateTagOptionWithResourceCommand";
|
|
7
|
+
export * from "./BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
8
|
+
export * from "./BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
9
|
+
export * from "./CopyProductCommand";
|
|
10
|
+
export * from "./CreateConstraintCommand";
|
|
11
|
+
export * from "./CreatePortfolioCommand";
|
|
12
|
+
export * from "./CreatePortfolioShareCommand";
|
|
13
|
+
export * from "./CreateProductCommand";
|
|
14
|
+
export * from "./CreateProvisionedProductPlanCommand";
|
|
15
|
+
export * from "./CreateProvisioningArtifactCommand";
|
|
16
|
+
export * from "./CreateServiceActionCommand";
|
|
17
|
+
export * from "./CreateTagOptionCommand";
|
|
18
|
+
export * from "./DeleteConstraintCommand";
|
|
19
|
+
export * from "./DeletePortfolioCommand";
|
|
20
|
+
export * from "./DeletePortfolioShareCommand";
|
|
21
|
+
export * from "./DeleteProductCommand";
|
|
22
|
+
export * from "./DeleteProvisionedProductPlanCommand";
|
|
23
|
+
export * from "./DeleteProvisioningArtifactCommand";
|
|
24
|
+
export * from "./DeleteServiceActionCommand";
|
|
25
|
+
export * from "./DeleteTagOptionCommand";
|
|
26
|
+
export * from "./DescribeConstraintCommand";
|
|
27
|
+
export * from "./DescribeCopyProductStatusCommand";
|
|
28
|
+
export * from "./DescribePortfolioCommand";
|
|
29
|
+
export * from "./DescribePortfolioShareStatusCommand";
|
|
30
|
+
export * from "./DescribePortfolioSharesCommand";
|
|
31
|
+
export * from "./DescribeProductAsAdminCommand";
|
|
32
|
+
export * from "./DescribeProductCommand";
|
|
33
|
+
export * from "./DescribeProductViewCommand";
|
|
34
|
+
export * from "./DescribeProvisionedProductCommand";
|
|
35
|
+
export * from "./DescribeProvisionedProductPlanCommand";
|
|
36
|
+
export * from "./DescribeProvisioningArtifactCommand";
|
|
37
|
+
export * from "./DescribeProvisioningParametersCommand";
|
|
38
|
+
export * from "./DescribeRecordCommand";
|
|
39
|
+
export * from "./DescribeServiceActionCommand";
|
|
40
|
+
export * from "./DescribeServiceActionExecutionParametersCommand";
|
|
41
|
+
export * from "./DescribeTagOptionCommand";
|
|
42
|
+
export * from "./DisableAWSOrganizationsAccessCommand";
|
|
43
|
+
export * from "./DisassociateBudgetFromResourceCommand";
|
|
44
|
+
export * from "./DisassociatePrincipalFromPortfolioCommand";
|
|
45
|
+
export * from "./DisassociateProductFromPortfolioCommand";
|
|
46
|
+
export * from "./DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
47
|
+
export * from "./DisassociateTagOptionFromResourceCommand";
|
|
48
|
+
export * from "./EnableAWSOrganizationsAccessCommand";
|
|
49
|
+
export * from "./ExecuteProvisionedProductPlanCommand";
|
|
50
|
+
export * from "./ExecuteProvisionedProductServiceActionCommand";
|
|
51
|
+
export * from "./GetAWSOrganizationsAccessStatusCommand";
|
|
52
|
+
export * from "./GetProvisionedProductOutputsCommand";
|
|
53
|
+
export * from "./ImportAsProvisionedProductCommand";
|
|
54
|
+
export * from "./ListAcceptedPortfolioSharesCommand";
|
|
55
|
+
export * from "./ListBudgetsForResourceCommand";
|
|
56
|
+
export * from "./ListConstraintsForPortfolioCommand";
|
|
57
|
+
export * from "./ListLaunchPathsCommand";
|
|
58
|
+
export * from "./ListOrganizationPortfolioAccessCommand";
|
|
59
|
+
export * from "./ListPortfolioAccessCommand";
|
|
60
|
+
export * from "./ListPortfoliosCommand";
|
|
61
|
+
export * from "./ListPortfoliosForProductCommand";
|
|
62
|
+
export * from "./ListPrincipalsForPortfolioCommand";
|
|
63
|
+
export * from "./ListProvisionedProductPlansCommand";
|
|
64
|
+
export * from "./ListProvisioningArtifactsCommand";
|
|
65
|
+
export * from "./ListProvisioningArtifactsForServiceActionCommand";
|
|
66
|
+
export * from "./ListRecordHistoryCommand";
|
|
67
|
+
export * from "./ListResourcesForTagOptionCommand";
|
|
68
|
+
export * from "./ListServiceActionsCommand";
|
|
69
|
+
export * from "./ListServiceActionsForProvisioningArtifactCommand";
|
|
70
|
+
export * from "./ListStackInstancesForProvisionedProductCommand";
|
|
71
|
+
export * from "./ListTagOptionsCommand";
|
|
72
|
+
export * from "./ProvisionProductCommand";
|
|
73
|
+
export * from "./RejectPortfolioShareCommand";
|
|
74
|
+
export * from "./ScanProvisionedProductsCommand";
|
|
75
|
+
export * from "./SearchProductsAsAdminCommand";
|
|
76
|
+
export * from "./SearchProductsCommand";
|
|
77
|
+
export * from "./SearchProvisionedProductsCommand";
|
|
78
|
+
export * from "./TerminateProvisionedProductCommand";
|
|
79
|
+
export * from "./UpdateConstraintCommand";
|
|
80
|
+
export * from "./UpdatePortfolioCommand";
|
|
81
|
+
export * from "./UpdatePortfolioShareCommand";
|
|
82
|
+
export * from "./UpdateProductCommand";
|
|
83
|
+
export * from "./UpdateProvisionedProductCommand";
|
|
84
|
+
export * from "./UpdateProvisionedProductPropertiesCommand";
|
|
85
|
+
export * from "./UpdateProvisioningArtifactCommand";
|
|
86
|
+
export * from "./UpdateServiceActionCommand";
|
|
87
|
+
export * from "./UpdateTagOptionCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,110 +1,5 @@
|
|
|
1
|
-
export * from "./ServiceCatalogClient";
|
|
2
1
|
export * from "./ServiceCatalog";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
|
|
8
|
-
export * from "./commands/AssociateTagOptionWithResourceCommand";
|
|
9
|
-
export * from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
10
|
-
export * from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
11
|
-
export * from "./commands/CopyProductCommand";
|
|
12
|
-
export * from "./commands/CreateConstraintCommand";
|
|
13
|
-
export * from "./commands/CreatePortfolioCommand";
|
|
14
|
-
export * from "./commands/CreatePortfolioShareCommand";
|
|
15
|
-
export * from "./commands/CreateProductCommand";
|
|
16
|
-
export * from "./commands/CreateProvisionedProductPlanCommand";
|
|
17
|
-
export * from "./commands/CreateProvisioningArtifactCommand";
|
|
18
|
-
export * from "./commands/CreateServiceActionCommand";
|
|
19
|
-
export * from "./commands/CreateTagOptionCommand";
|
|
20
|
-
export * from "./commands/DeleteConstraintCommand";
|
|
21
|
-
export * from "./commands/DeletePortfolioCommand";
|
|
22
|
-
export * from "./commands/DeletePortfolioShareCommand";
|
|
23
|
-
export * from "./commands/DeleteProductCommand";
|
|
24
|
-
export * from "./commands/DeleteProvisionedProductPlanCommand";
|
|
25
|
-
export * from "./commands/DeleteProvisioningArtifactCommand";
|
|
26
|
-
export * from "./commands/DeleteServiceActionCommand";
|
|
27
|
-
export * from "./commands/DeleteTagOptionCommand";
|
|
28
|
-
export * from "./commands/DescribeConstraintCommand";
|
|
29
|
-
export * from "./commands/DescribeCopyProductStatusCommand";
|
|
30
|
-
export * from "./commands/DescribePortfolioCommand";
|
|
31
|
-
export * from "./commands/DescribePortfolioSharesCommand";
|
|
32
|
-
export * from "./pagination/DescribePortfolioSharesPaginator";
|
|
33
|
-
export * from "./commands/DescribePortfolioShareStatusCommand";
|
|
34
|
-
export * from "./commands/DescribeProductCommand";
|
|
35
|
-
export * from "./commands/DescribeProductAsAdminCommand";
|
|
36
|
-
export * from "./commands/DescribeProductViewCommand";
|
|
37
|
-
export * from "./commands/DescribeProvisionedProductCommand";
|
|
38
|
-
export * from "./commands/DescribeProvisionedProductPlanCommand";
|
|
39
|
-
export * from "./commands/DescribeProvisioningArtifactCommand";
|
|
40
|
-
export * from "./commands/DescribeProvisioningParametersCommand";
|
|
41
|
-
export * from "./commands/DescribeRecordCommand";
|
|
42
|
-
export * from "./commands/DescribeServiceActionCommand";
|
|
43
|
-
export * from "./commands/DescribeServiceActionExecutionParametersCommand";
|
|
44
|
-
export * from "./commands/DescribeTagOptionCommand";
|
|
45
|
-
export * from "./commands/DisableAWSOrganizationsAccessCommand";
|
|
46
|
-
export * from "./commands/DisassociateBudgetFromResourceCommand";
|
|
47
|
-
export * from "./commands/DisassociatePrincipalFromPortfolioCommand";
|
|
48
|
-
export * from "./commands/DisassociateProductFromPortfolioCommand";
|
|
49
|
-
export * from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
50
|
-
export * from "./commands/DisassociateTagOptionFromResourceCommand";
|
|
51
|
-
export * from "./commands/EnableAWSOrganizationsAccessCommand";
|
|
52
|
-
export * from "./commands/ExecuteProvisionedProductPlanCommand";
|
|
53
|
-
export * from "./commands/ExecuteProvisionedProductServiceActionCommand";
|
|
54
|
-
export * from "./commands/GetAWSOrganizationsAccessStatusCommand";
|
|
55
|
-
export * from "./commands/GetProvisionedProductOutputsCommand";
|
|
56
|
-
export * from "./pagination/GetProvisionedProductOutputsPaginator";
|
|
57
|
-
export * from "./commands/ImportAsProvisionedProductCommand";
|
|
58
|
-
export * from "./commands/ListAcceptedPortfolioSharesCommand";
|
|
59
|
-
export * from "./pagination/ListAcceptedPortfolioSharesPaginator";
|
|
60
|
-
export * from "./commands/ListBudgetsForResourceCommand";
|
|
61
|
-
export * from "./pagination/ListBudgetsForResourcePaginator";
|
|
62
|
-
export * from "./commands/ListConstraintsForPortfolioCommand";
|
|
63
|
-
export * from "./pagination/ListConstraintsForPortfolioPaginator";
|
|
64
|
-
export * from "./commands/ListLaunchPathsCommand";
|
|
65
|
-
export * from "./pagination/ListLaunchPathsPaginator";
|
|
66
|
-
export * from "./commands/ListOrganizationPortfolioAccessCommand";
|
|
67
|
-
export * from "./pagination/ListOrganizationPortfolioAccessPaginator";
|
|
68
|
-
export * from "./commands/ListPortfolioAccessCommand";
|
|
69
|
-
export * from "./pagination/ListPortfolioAccessPaginator";
|
|
70
|
-
export * from "./commands/ListPortfoliosCommand";
|
|
71
|
-
export * from "./pagination/ListPortfoliosPaginator";
|
|
72
|
-
export * from "./commands/ListPortfoliosForProductCommand";
|
|
73
|
-
export * from "./pagination/ListPortfoliosForProductPaginator";
|
|
74
|
-
export * from "./commands/ListPrincipalsForPortfolioCommand";
|
|
75
|
-
export * from "./pagination/ListPrincipalsForPortfolioPaginator";
|
|
76
|
-
export * from "./commands/ListProvisionedProductPlansCommand";
|
|
77
|
-
export * from "./commands/ListProvisioningArtifactsCommand";
|
|
78
|
-
export * from "./commands/ListProvisioningArtifactsForServiceActionCommand";
|
|
79
|
-
export * from "./pagination/ListProvisioningArtifactsForServiceActionPaginator";
|
|
80
|
-
export * from "./commands/ListRecordHistoryCommand";
|
|
81
|
-
export * from "./commands/ListResourcesForTagOptionCommand";
|
|
82
|
-
export * from "./pagination/ListResourcesForTagOptionPaginator";
|
|
83
|
-
export * from "./commands/ListServiceActionsCommand";
|
|
84
|
-
export * from "./pagination/ListServiceActionsPaginator";
|
|
85
|
-
export * from "./commands/ListServiceActionsForProvisioningArtifactCommand";
|
|
86
|
-
export * from "./pagination/ListServiceActionsForProvisioningArtifactPaginator";
|
|
87
|
-
export * from "./commands/ListStackInstancesForProvisionedProductCommand";
|
|
88
|
-
export * from "./commands/ListTagOptionsCommand";
|
|
89
|
-
export * from "./pagination/ListTagOptionsPaginator";
|
|
90
|
-
export * from "./commands/ProvisionProductCommand";
|
|
91
|
-
export * from "./commands/RejectPortfolioShareCommand";
|
|
92
|
-
export * from "./commands/ScanProvisionedProductsCommand";
|
|
93
|
-
export * from "./commands/SearchProductsCommand";
|
|
94
|
-
export * from "./pagination/SearchProductsPaginator";
|
|
95
|
-
export * from "./commands/SearchProductsAsAdminCommand";
|
|
96
|
-
export * from "./pagination/SearchProductsAsAdminPaginator";
|
|
97
|
-
export * from "./commands/SearchProvisionedProductsCommand";
|
|
98
|
-
export * from "./pagination/SearchProvisionedProductsPaginator";
|
|
99
|
-
export * from "./commands/TerminateProvisionedProductCommand";
|
|
100
|
-
export * from "./commands/UpdateConstraintCommand";
|
|
101
|
-
export * from "./commands/UpdatePortfolioCommand";
|
|
102
|
-
export * from "./commands/UpdatePortfolioShareCommand";
|
|
103
|
-
export * from "./commands/UpdateProductCommand";
|
|
104
|
-
export * from "./commands/UpdateProvisionedProductCommand";
|
|
105
|
-
export * from "./commands/UpdateProvisionedProductPropertiesCommand";
|
|
106
|
-
export * from "./commands/UpdateProvisioningArtifactCommand";
|
|
107
|
-
export * from "./commands/UpdateServiceActionCommand";
|
|
108
|
-
export * from "./commands/UpdateTagOptionCommand";
|
|
109
|
-
export * from "./pagination/Interfaces";
|
|
110
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ServiceCatalogClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from "./DescribePortfolioSharesPaginator";
|
|
2
|
+
export * from "./GetProvisionedProductOutputsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListAcceptedPortfolioSharesPaginator";
|
|
5
|
+
export * from "./ListBudgetsForResourcePaginator";
|
|
6
|
+
export * from "./ListConstraintsForPortfolioPaginator";
|
|
7
|
+
export * from "./ListLaunchPathsPaginator";
|
|
8
|
+
export * from "./ListOrganizationPortfolioAccessPaginator";
|
|
9
|
+
export * from "./ListPortfolioAccessPaginator";
|
|
10
|
+
export * from "./ListPortfoliosForProductPaginator";
|
|
11
|
+
export * from "./ListPortfoliosPaginator";
|
|
12
|
+
export * from "./ListPrincipalsForPortfolioPaginator";
|
|
13
|
+
export * from "./ListProvisioningArtifactsForServiceActionPaginator";
|
|
14
|
+
export * from "./ListResourcesForTagOptionPaginator";
|
|
15
|
+
export * from "./ListServiceActionsForProvisioningArtifactPaginator";
|
|
16
|
+
export * from "./ListServiceActionsPaginator";
|
|
17
|
+
export * from "./ListTagOptionsPaginator";
|
|
18
|
+
export * from "./SearchProductsAsAdminPaginator";
|
|
19
|
+
export * from "./SearchProductsPaginator";
|
|
20
|
+
export * from "./SearchProvisionedProductsPaginator";
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export * from "./AcceptPortfolioShareCommand";
|
|
2
|
+
export * from "./AssociateBudgetWithResourceCommand";
|
|
3
|
+
export * from "./AssociatePrincipalWithPortfolioCommand";
|
|
4
|
+
export * from "./AssociateProductWithPortfolioCommand";
|
|
5
|
+
export * from "./AssociateServiceActionWithProvisioningArtifactCommand";
|
|
6
|
+
export * from "./AssociateTagOptionWithResourceCommand";
|
|
7
|
+
export * from "./BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
8
|
+
export * from "./BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
9
|
+
export * from "./CopyProductCommand";
|
|
10
|
+
export * from "./CreateConstraintCommand";
|
|
11
|
+
export * from "./CreatePortfolioCommand";
|
|
12
|
+
export * from "./CreatePortfolioShareCommand";
|
|
13
|
+
export * from "./CreateProductCommand";
|
|
14
|
+
export * from "./CreateProvisionedProductPlanCommand";
|
|
15
|
+
export * from "./CreateProvisioningArtifactCommand";
|
|
16
|
+
export * from "./CreateServiceActionCommand";
|
|
17
|
+
export * from "./CreateTagOptionCommand";
|
|
18
|
+
export * from "./DeleteConstraintCommand";
|
|
19
|
+
export * from "./DeletePortfolioCommand";
|
|
20
|
+
export * from "./DeletePortfolioShareCommand";
|
|
21
|
+
export * from "./DeleteProductCommand";
|
|
22
|
+
export * from "./DeleteProvisionedProductPlanCommand";
|
|
23
|
+
export * from "./DeleteProvisioningArtifactCommand";
|
|
24
|
+
export * from "./DeleteServiceActionCommand";
|
|
25
|
+
export * from "./DeleteTagOptionCommand";
|
|
26
|
+
export * from "./DescribeConstraintCommand";
|
|
27
|
+
export * from "./DescribeCopyProductStatusCommand";
|
|
28
|
+
export * from "./DescribePortfolioCommand";
|
|
29
|
+
export * from "./DescribePortfolioShareStatusCommand";
|
|
30
|
+
export * from "./DescribePortfolioSharesCommand";
|
|
31
|
+
export * from "./DescribeProductAsAdminCommand";
|
|
32
|
+
export * from "./DescribeProductCommand";
|
|
33
|
+
export * from "./DescribeProductViewCommand";
|
|
34
|
+
export * from "./DescribeProvisionedProductCommand";
|
|
35
|
+
export * from "./DescribeProvisionedProductPlanCommand";
|
|
36
|
+
export * from "./DescribeProvisioningArtifactCommand";
|
|
37
|
+
export * from "./DescribeProvisioningParametersCommand";
|
|
38
|
+
export * from "./DescribeRecordCommand";
|
|
39
|
+
export * from "./DescribeServiceActionCommand";
|
|
40
|
+
export * from "./DescribeServiceActionExecutionParametersCommand";
|
|
41
|
+
export * from "./DescribeTagOptionCommand";
|
|
42
|
+
export * from "./DisableAWSOrganizationsAccessCommand";
|
|
43
|
+
export * from "./DisassociateBudgetFromResourceCommand";
|
|
44
|
+
export * from "./DisassociatePrincipalFromPortfolioCommand";
|
|
45
|
+
export * from "./DisassociateProductFromPortfolioCommand";
|
|
46
|
+
export * from "./DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
47
|
+
export * from "./DisassociateTagOptionFromResourceCommand";
|
|
48
|
+
export * from "./EnableAWSOrganizationsAccessCommand";
|
|
49
|
+
export * from "./ExecuteProvisionedProductPlanCommand";
|
|
50
|
+
export * from "./ExecuteProvisionedProductServiceActionCommand";
|
|
51
|
+
export * from "./GetAWSOrganizationsAccessStatusCommand";
|
|
52
|
+
export * from "./GetProvisionedProductOutputsCommand";
|
|
53
|
+
export * from "./ImportAsProvisionedProductCommand";
|
|
54
|
+
export * from "./ListAcceptedPortfolioSharesCommand";
|
|
55
|
+
export * from "./ListBudgetsForResourceCommand";
|
|
56
|
+
export * from "./ListConstraintsForPortfolioCommand";
|
|
57
|
+
export * from "./ListLaunchPathsCommand";
|
|
58
|
+
export * from "./ListOrganizationPortfolioAccessCommand";
|
|
59
|
+
export * from "./ListPortfolioAccessCommand";
|
|
60
|
+
export * from "./ListPortfoliosCommand";
|
|
61
|
+
export * from "./ListPortfoliosForProductCommand";
|
|
62
|
+
export * from "./ListPrincipalsForPortfolioCommand";
|
|
63
|
+
export * from "./ListProvisionedProductPlansCommand";
|
|
64
|
+
export * from "./ListProvisioningArtifactsCommand";
|
|
65
|
+
export * from "./ListProvisioningArtifactsForServiceActionCommand";
|
|
66
|
+
export * from "./ListRecordHistoryCommand";
|
|
67
|
+
export * from "./ListResourcesForTagOptionCommand";
|
|
68
|
+
export * from "./ListServiceActionsCommand";
|
|
69
|
+
export * from "./ListServiceActionsForProvisioningArtifactCommand";
|
|
70
|
+
export * from "./ListStackInstancesForProvisionedProductCommand";
|
|
71
|
+
export * from "./ListTagOptionsCommand";
|
|
72
|
+
export * from "./ProvisionProductCommand";
|
|
73
|
+
export * from "./RejectPortfolioShareCommand";
|
|
74
|
+
export * from "./ScanProvisionedProductsCommand";
|
|
75
|
+
export * from "./SearchProductsAsAdminCommand";
|
|
76
|
+
export * from "./SearchProductsCommand";
|
|
77
|
+
export * from "./SearchProvisionedProductsCommand";
|
|
78
|
+
export * from "./TerminateProvisionedProductCommand";
|
|
79
|
+
export * from "./UpdateConstraintCommand";
|
|
80
|
+
export * from "./UpdatePortfolioCommand";
|
|
81
|
+
export * from "./UpdatePortfolioShareCommand";
|
|
82
|
+
export * from "./UpdateProductCommand";
|
|
83
|
+
export * from "./UpdateProvisionedProductCommand";
|
|
84
|
+
export * from "./UpdateProvisionedProductPropertiesCommand";
|
|
85
|
+
export * from "./UpdateProvisioningArtifactCommand";
|
|
86
|
+
export * from "./UpdateServiceActionCommand";
|
|
87
|
+
export * from "./UpdateTagOptionCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,110 +1,5 @@
|
|
|
1
|
-
export * from "./ServiceCatalogClient";
|
|
2
1
|
export * from "./ServiceCatalog";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
|
|
8
|
-
export * from "./commands/AssociateTagOptionWithResourceCommand";
|
|
9
|
-
export * from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
10
|
-
export * from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
11
|
-
export * from "./commands/CopyProductCommand";
|
|
12
|
-
export * from "./commands/CreateConstraintCommand";
|
|
13
|
-
export * from "./commands/CreatePortfolioCommand";
|
|
14
|
-
export * from "./commands/CreatePortfolioShareCommand";
|
|
15
|
-
export * from "./commands/CreateProductCommand";
|
|
16
|
-
export * from "./commands/CreateProvisionedProductPlanCommand";
|
|
17
|
-
export * from "./commands/CreateProvisioningArtifactCommand";
|
|
18
|
-
export * from "./commands/CreateServiceActionCommand";
|
|
19
|
-
export * from "./commands/CreateTagOptionCommand";
|
|
20
|
-
export * from "./commands/DeleteConstraintCommand";
|
|
21
|
-
export * from "./commands/DeletePortfolioCommand";
|
|
22
|
-
export * from "./commands/DeletePortfolioShareCommand";
|
|
23
|
-
export * from "./commands/DeleteProductCommand";
|
|
24
|
-
export * from "./commands/DeleteProvisionedProductPlanCommand";
|
|
25
|
-
export * from "./commands/DeleteProvisioningArtifactCommand";
|
|
26
|
-
export * from "./commands/DeleteServiceActionCommand";
|
|
27
|
-
export * from "./commands/DeleteTagOptionCommand";
|
|
28
|
-
export * from "./commands/DescribeConstraintCommand";
|
|
29
|
-
export * from "./commands/DescribeCopyProductStatusCommand";
|
|
30
|
-
export * from "./commands/DescribePortfolioCommand";
|
|
31
|
-
export * from "./commands/DescribePortfolioSharesCommand";
|
|
32
|
-
export * from "./pagination/DescribePortfolioSharesPaginator";
|
|
33
|
-
export * from "./commands/DescribePortfolioShareStatusCommand";
|
|
34
|
-
export * from "./commands/DescribeProductCommand";
|
|
35
|
-
export * from "./commands/DescribeProductAsAdminCommand";
|
|
36
|
-
export * from "./commands/DescribeProductViewCommand";
|
|
37
|
-
export * from "./commands/DescribeProvisionedProductCommand";
|
|
38
|
-
export * from "./commands/DescribeProvisionedProductPlanCommand";
|
|
39
|
-
export * from "./commands/DescribeProvisioningArtifactCommand";
|
|
40
|
-
export * from "./commands/DescribeProvisioningParametersCommand";
|
|
41
|
-
export * from "./commands/DescribeRecordCommand";
|
|
42
|
-
export * from "./commands/DescribeServiceActionCommand";
|
|
43
|
-
export * from "./commands/DescribeServiceActionExecutionParametersCommand";
|
|
44
|
-
export * from "./commands/DescribeTagOptionCommand";
|
|
45
|
-
export * from "./commands/DisableAWSOrganizationsAccessCommand";
|
|
46
|
-
export * from "./commands/DisassociateBudgetFromResourceCommand";
|
|
47
|
-
export * from "./commands/DisassociatePrincipalFromPortfolioCommand";
|
|
48
|
-
export * from "./commands/DisassociateProductFromPortfolioCommand";
|
|
49
|
-
export * from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
50
|
-
export * from "./commands/DisassociateTagOptionFromResourceCommand";
|
|
51
|
-
export * from "./commands/EnableAWSOrganizationsAccessCommand";
|
|
52
|
-
export * from "./commands/ExecuteProvisionedProductPlanCommand";
|
|
53
|
-
export * from "./commands/ExecuteProvisionedProductServiceActionCommand";
|
|
54
|
-
export * from "./commands/GetAWSOrganizationsAccessStatusCommand";
|
|
55
|
-
export * from "./commands/GetProvisionedProductOutputsCommand";
|
|
56
|
-
export * from "./pagination/GetProvisionedProductOutputsPaginator";
|
|
57
|
-
export * from "./commands/ImportAsProvisionedProductCommand";
|
|
58
|
-
export * from "./commands/ListAcceptedPortfolioSharesCommand";
|
|
59
|
-
export * from "./pagination/ListAcceptedPortfolioSharesPaginator";
|
|
60
|
-
export * from "./commands/ListBudgetsForResourceCommand";
|
|
61
|
-
export * from "./pagination/ListBudgetsForResourcePaginator";
|
|
62
|
-
export * from "./commands/ListConstraintsForPortfolioCommand";
|
|
63
|
-
export * from "./pagination/ListConstraintsForPortfolioPaginator";
|
|
64
|
-
export * from "./commands/ListLaunchPathsCommand";
|
|
65
|
-
export * from "./pagination/ListLaunchPathsPaginator";
|
|
66
|
-
export * from "./commands/ListOrganizationPortfolioAccessCommand";
|
|
67
|
-
export * from "./pagination/ListOrganizationPortfolioAccessPaginator";
|
|
68
|
-
export * from "./commands/ListPortfolioAccessCommand";
|
|
69
|
-
export * from "./pagination/ListPortfolioAccessPaginator";
|
|
70
|
-
export * from "./commands/ListPortfoliosCommand";
|
|
71
|
-
export * from "./pagination/ListPortfoliosPaginator";
|
|
72
|
-
export * from "./commands/ListPortfoliosForProductCommand";
|
|
73
|
-
export * from "./pagination/ListPortfoliosForProductPaginator";
|
|
74
|
-
export * from "./commands/ListPrincipalsForPortfolioCommand";
|
|
75
|
-
export * from "./pagination/ListPrincipalsForPortfolioPaginator";
|
|
76
|
-
export * from "./commands/ListProvisionedProductPlansCommand";
|
|
77
|
-
export * from "./commands/ListProvisioningArtifactsCommand";
|
|
78
|
-
export * from "./commands/ListProvisioningArtifactsForServiceActionCommand";
|
|
79
|
-
export * from "./pagination/ListProvisioningArtifactsForServiceActionPaginator";
|
|
80
|
-
export * from "./commands/ListRecordHistoryCommand";
|
|
81
|
-
export * from "./commands/ListResourcesForTagOptionCommand";
|
|
82
|
-
export * from "./pagination/ListResourcesForTagOptionPaginator";
|
|
83
|
-
export * from "./commands/ListServiceActionsCommand";
|
|
84
|
-
export * from "./pagination/ListServiceActionsPaginator";
|
|
85
|
-
export * from "./commands/ListServiceActionsForProvisioningArtifactCommand";
|
|
86
|
-
export * from "./pagination/ListServiceActionsForProvisioningArtifactPaginator";
|
|
87
|
-
export * from "./commands/ListStackInstancesForProvisionedProductCommand";
|
|
88
|
-
export * from "./commands/ListTagOptionsCommand";
|
|
89
|
-
export * from "./pagination/ListTagOptionsPaginator";
|
|
90
|
-
export * from "./commands/ProvisionProductCommand";
|
|
91
|
-
export * from "./commands/RejectPortfolioShareCommand";
|
|
92
|
-
export * from "./commands/ScanProvisionedProductsCommand";
|
|
93
|
-
export * from "./commands/SearchProductsCommand";
|
|
94
|
-
export * from "./pagination/SearchProductsPaginator";
|
|
95
|
-
export * from "./commands/SearchProductsAsAdminCommand";
|
|
96
|
-
export * from "./pagination/SearchProductsAsAdminPaginator";
|
|
97
|
-
export * from "./commands/SearchProvisionedProductsCommand";
|
|
98
|
-
export * from "./pagination/SearchProvisionedProductsPaginator";
|
|
99
|
-
export * from "./commands/TerminateProvisionedProductCommand";
|
|
100
|
-
export * from "./commands/UpdateConstraintCommand";
|
|
101
|
-
export * from "./commands/UpdatePortfolioCommand";
|
|
102
|
-
export * from "./commands/UpdatePortfolioShareCommand";
|
|
103
|
-
export * from "./commands/UpdateProductCommand";
|
|
104
|
-
export * from "./commands/UpdateProvisionedProductCommand";
|
|
105
|
-
export * from "./commands/UpdateProvisionedProductPropertiesCommand";
|
|
106
|
-
export * from "./commands/UpdateProvisioningArtifactCommand";
|
|
107
|
-
export * from "./commands/UpdateServiceActionCommand";
|
|
108
|
-
export * from "./commands/UpdateTagOptionCommand";
|
|
109
|
-
export * from "./pagination/Interfaces";
|
|
110
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ServiceCatalogClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from "./DescribePortfolioSharesPaginator";
|
|
2
|
+
export * from "./GetProvisionedProductOutputsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListAcceptedPortfolioSharesPaginator";
|
|
5
|
+
export * from "./ListBudgetsForResourcePaginator";
|
|
6
|
+
export * from "./ListConstraintsForPortfolioPaginator";
|
|
7
|
+
export * from "./ListLaunchPathsPaginator";
|
|
8
|
+
export * from "./ListOrganizationPortfolioAccessPaginator";
|
|
9
|
+
export * from "./ListPortfolioAccessPaginator";
|
|
10
|
+
export * from "./ListPortfoliosForProductPaginator";
|
|
11
|
+
export * from "./ListPortfoliosPaginator";
|
|
12
|
+
export * from "./ListPrincipalsForPortfolioPaginator";
|
|
13
|
+
export * from "./ListProvisioningArtifactsForServiceActionPaginator";
|
|
14
|
+
export * from "./ListResourcesForTagOptionPaginator";
|
|
15
|
+
export * from "./ListServiceActionsForProvisioningArtifactPaginator";
|
|
16
|
+
export * from "./ListServiceActionsPaginator";
|
|
17
|
+
export * from "./ListTagOptionsPaginator";
|
|
18
|
+
export * from "./SearchProductsAsAdminPaginator";
|
|
19
|
+
export * from "./SearchProductsPaginator";
|
|
20
|
+
export * from "./SearchProvisionedProductsPaginator";
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export * from "./AcceptPortfolioShareCommand";
|
|
2
|
+
export * from "./AssociateBudgetWithResourceCommand";
|
|
3
|
+
export * from "./AssociatePrincipalWithPortfolioCommand";
|
|
4
|
+
export * from "./AssociateProductWithPortfolioCommand";
|
|
5
|
+
export * from "./AssociateServiceActionWithProvisioningArtifactCommand";
|
|
6
|
+
export * from "./AssociateTagOptionWithResourceCommand";
|
|
7
|
+
export * from "./BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
8
|
+
export * from "./BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
9
|
+
export * from "./CopyProductCommand";
|
|
10
|
+
export * from "./CreateConstraintCommand";
|
|
11
|
+
export * from "./CreatePortfolioCommand";
|
|
12
|
+
export * from "./CreatePortfolioShareCommand";
|
|
13
|
+
export * from "./CreateProductCommand";
|
|
14
|
+
export * from "./CreateProvisionedProductPlanCommand";
|
|
15
|
+
export * from "./CreateProvisioningArtifactCommand";
|
|
16
|
+
export * from "./CreateServiceActionCommand";
|
|
17
|
+
export * from "./CreateTagOptionCommand";
|
|
18
|
+
export * from "./DeleteConstraintCommand";
|
|
19
|
+
export * from "./DeletePortfolioCommand";
|
|
20
|
+
export * from "./DeletePortfolioShareCommand";
|
|
21
|
+
export * from "./DeleteProductCommand";
|
|
22
|
+
export * from "./DeleteProvisionedProductPlanCommand";
|
|
23
|
+
export * from "./DeleteProvisioningArtifactCommand";
|
|
24
|
+
export * from "./DeleteServiceActionCommand";
|
|
25
|
+
export * from "./DeleteTagOptionCommand";
|
|
26
|
+
export * from "./DescribeConstraintCommand";
|
|
27
|
+
export * from "./DescribeCopyProductStatusCommand";
|
|
28
|
+
export * from "./DescribePortfolioCommand";
|
|
29
|
+
export * from "./DescribePortfolioShareStatusCommand";
|
|
30
|
+
export * from "./DescribePortfolioSharesCommand";
|
|
31
|
+
export * from "./DescribeProductAsAdminCommand";
|
|
32
|
+
export * from "./DescribeProductCommand";
|
|
33
|
+
export * from "./DescribeProductViewCommand";
|
|
34
|
+
export * from "./DescribeProvisionedProductCommand";
|
|
35
|
+
export * from "./DescribeProvisionedProductPlanCommand";
|
|
36
|
+
export * from "./DescribeProvisioningArtifactCommand";
|
|
37
|
+
export * from "./DescribeProvisioningParametersCommand";
|
|
38
|
+
export * from "./DescribeRecordCommand";
|
|
39
|
+
export * from "./DescribeServiceActionCommand";
|
|
40
|
+
export * from "./DescribeServiceActionExecutionParametersCommand";
|
|
41
|
+
export * from "./DescribeTagOptionCommand";
|
|
42
|
+
export * from "./DisableAWSOrganizationsAccessCommand";
|
|
43
|
+
export * from "./DisassociateBudgetFromResourceCommand";
|
|
44
|
+
export * from "./DisassociatePrincipalFromPortfolioCommand";
|
|
45
|
+
export * from "./DisassociateProductFromPortfolioCommand";
|
|
46
|
+
export * from "./DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
47
|
+
export * from "./DisassociateTagOptionFromResourceCommand";
|
|
48
|
+
export * from "./EnableAWSOrganizationsAccessCommand";
|
|
49
|
+
export * from "./ExecuteProvisionedProductPlanCommand";
|
|
50
|
+
export * from "./ExecuteProvisionedProductServiceActionCommand";
|
|
51
|
+
export * from "./GetAWSOrganizationsAccessStatusCommand";
|
|
52
|
+
export * from "./GetProvisionedProductOutputsCommand";
|
|
53
|
+
export * from "./ImportAsProvisionedProductCommand";
|
|
54
|
+
export * from "./ListAcceptedPortfolioSharesCommand";
|
|
55
|
+
export * from "./ListBudgetsForResourceCommand";
|
|
56
|
+
export * from "./ListConstraintsForPortfolioCommand";
|
|
57
|
+
export * from "./ListLaunchPathsCommand";
|
|
58
|
+
export * from "./ListOrganizationPortfolioAccessCommand";
|
|
59
|
+
export * from "./ListPortfolioAccessCommand";
|
|
60
|
+
export * from "./ListPortfoliosCommand";
|
|
61
|
+
export * from "./ListPortfoliosForProductCommand";
|
|
62
|
+
export * from "./ListPrincipalsForPortfolioCommand";
|
|
63
|
+
export * from "./ListProvisionedProductPlansCommand";
|
|
64
|
+
export * from "./ListProvisioningArtifactsCommand";
|
|
65
|
+
export * from "./ListProvisioningArtifactsForServiceActionCommand";
|
|
66
|
+
export * from "./ListRecordHistoryCommand";
|
|
67
|
+
export * from "./ListResourcesForTagOptionCommand";
|
|
68
|
+
export * from "./ListServiceActionsCommand";
|
|
69
|
+
export * from "./ListServiceActionsForProvisioningArtifactCommand";
|
|
70
|
+
export * from "./ListStackInstancesForProvisionedProductCommand";
|
|
71
|
+
export * from "./ListTagOptionsCommand";
|
|
72
|
+
export * from "./ProvisionProductCommand";
|
|
73
|
+
export * from "./RejectPortfolioShareCommand";
|
|
74
|
+
export * from "./ScanProvisionedProductsCommand";
|
|
75
|
+
export * from "./SearchProductsAsAdminCommand";
|
|
76
|
+
export * from "./SearchProductsCommand";
|
|
77
|
+
export * from "./SearchProvisionedProductsCommand";
|
|
78
|
+
export * from "./TerminateProvisionedProductCommand";
|
|
79
|
+
export * from "./UpdateConstraintCommand";
|
|
80
|
+
export * from "./UpdatePortfolioCommand";
|
|
81
|
+
export * from "./UpdatePortfolioShareCommand";
|
|
82
|
+
export * from "./UpdateProductCommand";
|
|
83
|
+
export * from "./UpdateProvisionedProductCommand";
|
|
84
|
+
export * from "./UpdateProvisionedProductPropertiesCommand";
|
|
85
|
+
export * from "./UpdateProvisioningArtifactCommand";
|
|
86
|
+
export * from "./UpdateServiceActionCommand";
|
|
87
|
+
export * from "./UpdateTagOptionCommand";
|
|
@@ -1,110 +1,5 @@
|
|
|
1
|
-
export * from "./ServiceCatalogClient";
|
|
2
1
|
export * from "./ServiceCatalog";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
|
|
8
|
-
export * from "./commands/AssociateTagOptionWithResourceCommand";
|
|
9
|
-
export * from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
10
|
-
export * from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
11
|
-
export * from "./commands/CopyProductCommand";
|
|
12
|
-
export * from "./commands/CreateConstraintCommand";
|
|
13
|
-
export * from "./commands/CreatePortfolioCommand";
|
|
14
|
-
export * from "./commands/CreatePortfolioShareCommand";
|
|
15
|
-
export * from "./commands/CreateProductCommand";
|
|
16
|
-
export * from "./commands/CreateProvisionedProductPlanCommand";
|
|
17
|
-
export * from "./commands/CreateProvisioningArtifactCommand";
|
|
18
|
-
export * from "./commands/CreateServiceActionCommand";
|
|
19
|
-
export * from "./commands/CreateTagOptionCommand";
|
|
20
|
-
export * from "./commands/DeleteConstraintCommand";
|
|
21
|
-
export * from "./commands/DeletePortfolioCommand";
|
|
22
|
-
export * from "./commands/DeletePortfolioShareCommand";
|
|
23
|
-
export * from "./commands/DeleteProductCommand";
|
|
24
|
-
export * from "./commands/DeleteProvisionedProductPlanCommand";
|
|
25
|
-
export * from "./commands/DeleteProvisioningArtifactCommand";
|
|
26
|
-
export * from "./commands/DeleteServiceActionCommand";
|
|
27
|
-
export * from "./commands/DeleteTagOptionCommand";
|
|
28
|
-
export * from "./commands/DescribeConstraintCommand";
|
|
29
|
-
export * from "./commands/DescribeCopyProductStatusCommand";
|
|
30
|
-
export * from "./commands/DescribePortfolioCommand";
|
|
31
|
-
export * from "./commands/DescribePortfolioSharesCommand";
|
|
32
|
-
export * from "./pagination/DescribePortfolioSharesPaginator";
|
|
33
|
-
export * from "./commands/DescribePortfolioShareStatusCommand";
|
|
34
|
-
export * from "./commands/DescribeProductCommand";
|
|
35
|
-
export * from "./commands/DescribeProductAsAdminCommand";
|
|
36
|
-
export * from "./commands/DescribeProductViewCommand";
|
|
37
|
-
export * from "./commands/DescribeProvisionedProductCommand";
|
|
38
|
-
export * from "./commands/DescribeProvisionedProductPlanCommand";
|
|
39
|
-
export * from "./commands/DescribeProvisioningArtifactCommand";
|
|
40
|
-
export * from "./commands/DescribeProvisioningParametersCommand";
|
|
41
|
-
export * from "./commands/DescribeRecordCommand";
|
|
42
|
-
export * from "./commands/DescribeServiceActionCommand";
|
|
43
|
-
export * from "./commands/DescribeServiceActionExecutionParametersCommand";
|
|
44
|
-
export * from "./commands/DescribeTagOptionCommand";
|
|
45
|
-
export * from "./commands/DisableAWSOrganizationsAccessCommand";
|
|
46
|
-
export * from "./commands/DisassociateBudgetFromResourceCommand";
|
|
47
|
-
export * from "./commands/DisassociatePrincipalFromPortfolioCommand";
|
|
48
|
-
export * from "./commands/DisassociateProductFromPortfolioCommand";
|
|
49
|
-
export * from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
50
|
-
export * from "./commands/DisassociateTagOptionFromResourceCommand";
|
|
51
|
-
export * from "./commands/EnableAWSOrganizationsAccessCommand";
|
|
52
|
-
export * from "./commands/ExecuteProvisionedProductPlanCommand";
|
|
53
|
-
export * from "./commands/ExecuteProvisionedProductServiceActionCommand";
|
|
54
|
-
export * from "./commands/GetAWSOrganizationsAccessStatusCommand";
|
|
55
|
-
export * from "./commands/GetProvisionedProductOutputsCommand";
|
|
56
|
-
export * from "./pagination/GetProvisionedProductOutputsPaginator";
|
|
57
|
-
export * from "./commands/ImportAsProvisionedProductCommand";
|
|
58
|
-
export * from "./commands/ListAcceptedPortfolioSharesCommand";
|
|
59
|
-
export * from "./pagination/ListAcceptedPortfolioSharesPaginator";
|
|
60
|
-
export * from "./commands/ListBudgetsForResourceCommand";
|
|
61
|
-
export * from "./pagination/ListBudgetsForResourcePaginator";
|
|
62
|
-
export * from "./commands/ListConstraintsForPortfolioCommand";
|
|
63
|
-
export * from "./pagination/ListConstraintsForPortfolioPaginator";
|
|
64
|
-
export * from "./commands/ListLaunchPathsCommand";
|
|
65
|
-
export * from "./pagination/ListLaunchPathsPaginator";
|
|
66
|
-
export * from "./commands/ListOrganizationPortfolioAccessCommand";
|
|
67
|
-
export * from "./pagination/ListOrganizationPortfolioAccessPaginator";
|
|
68
|
-
export * from "./commands/ListPortfolioAccessCommand";
|
|
69
|
-
export * from "./pagination/ListPortfolioAccessPaginator";
|
|
70
|
-
export * from "./commands/ListPortfoliosCommand";
|
|
71
|
-
export * from "./pagination/ListPortfoliosPaginator";
|
|
72
|
-
export * from "./commands/ListPortfoliosForProductCommand";
|
|
73
|
-
export * from "./pagination/ListPortfoliosForProductPaginator";
|
|
74
|
-
export * from "./commands/ListPrincipalsForPortfolioCommand";
|
|
75
|
-
export * from "./pagination/ListPrincipalsForPortfolioPaginator";
|
|
76
|
-
export * from "./commands/ListProvisionedProductPlansCommand";
|
|
77
|
-
export * from "./commands/ListProvisioningArtifactsCommand";
|
|
78
|
-
export * from "./commands/ListProvisioningArtifactsForServiceActionCommand";
|
|
79
|
-
export * from "./pagination/ListProvisioningArtifactsForServiceActionPaginator";
|
|
80
|
-
export * from "./commands/ListRecordHistoryCommand";
|
|
81
|
-
export * from "./commands/ListResourcesForTagOptionCommand";
|
|
82
|
-
export * from "./pagination/ListResourcesForTagOptionPaginator";
|
|
83
|
-
export * from "./commands/ListServiceActionsCommand";
|
|
84
|
-
export * from "./pagination/ListServiceActionsPaginator";
|
|
85
|
-
export * from "./commands/ListServiceActionsForProvisioningArtifactCommand";
|
|
86
|
-
export * from "./pagination/ListServiceActionsForProvisioningArtifactPaginator";
|
|
87
|
-
export * from "./commands/ListStackInstancesForProvisionedProductCommand";
|
|
88
|
-
export * from "./commands/ListTagOptionsCommand";
|
|
89
|
-
export * from "./pagination/ListTagOptionsPaginator";
|
|
90
|
-
export * from "./commands/ProvisionProductCommand";
|
|
91
|
-
export * from "./commands/RejectPortfolioShareCommand";
|
|
92
|
-
export * from "./commands/ScanProvisionedProductsCommand";
|
|
93
|
-
export * from "./commands/SearchProductsCommand";
|
|
94
|
-
export * from "./pagination/SearchProductsPaginator";
|
|
95
|
-
export * from "./commands/SearchProductsAsAdminCommand";
|
|
96
|
-
export * from "./pagination/SearchProductsAsAdminPaginator";
|
|
97
|
-
export * from "./commands/SearchProvisionedProductsCommand";
|
|
98
|
-
export * from "./pagination/SearchProvisionedProductsPaginator";
|
|
99
|
-
export * from "./commands/TerminateProvisionedProductCommand";
|
|
100
|
-
export * from "./commands/UpdateConstraintCommand";
|
|
101
|
-
export * from "./commands/UpdatePortfolioCommand";
|
|
102
|
-
export * from "./commands/UpdatePortfolioShareCommand";
|
|
103
|
-
export * from "./commands/UpdateProductCommand";
|
|
104
|
-
export * from "./commands/UpdateProvisionedProductCommand";
|
|
105
|
-
export * from "./commands/UpdateProvisionedProductPropertiesCommand";
|
|
106
|
-
export * from "./commands/UpdateProvisioningArtifactCommand";
|
|
107
|
-
export * from "./commands/UpdateServiceActionCommand";
|
|
108
|
-
export * from "./commands/UpdateTagOptionCommand";
|
|
109
|
-
export * from "./pagination/Interfaces";
|
|
110
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ServiceCatalogClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from "./DescribePortfolioSharesPaginator";
|
|
2
|
+
export * from "./GetProvisionedProductOutputsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListAcceptedPortfolioSharesPaginator";
|
|
5
|
+
export * from "./ListBudgetsForResourcePaginator";
|
|
6
|
+
export * from "./ListConstraintsForPortfolioPaginator";
|
|
7
|
+
export * from "./ListLaunchPathsPaginator";
|
|
8
|
+
export * from "./ListOrganizationPortfolioAccessPaginator";
|
|
9
|
+
export * from "./ListPortfolioAccessPaginator";
|
|
10
|
+
export * from "./ListPortfoliosForProductPaginator";
|
|
11
|
+
export * from "./ListPortfoliosPaginator";
|
|
12
|
+
export * from "./ListPrincipalsForPortfolioPaginator";
|
|
13
|
+
export * from "./ListProvisioningArtifactsForServiceActionPaginator";
|
|
14
|
+
export * from "./ListResourcesForTagOptionPaginator";
|
|
15
|
+
export * from "./ListServiceActionsForProvisioningArtifactPaginator";
|
|
16
|
+
export * from "./ListServiceActionsPaginator";
|
|
17
|
+
export * from "./ListTagOptionsPaginator";
|
|
18
|
+
export * from "./SearchProductsAsAdminPaginator";
|
|
19
|
+
export * from "./SearchProductsPaginator";
|
|
20
|
+
export * from "./SearchProvisionedProductsPaginator";
|
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.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
59
59
|
"downlevel-dts": "0.7.0",
|