@aws-sdk/client-service-catalog 3.496.0 → 3.501.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/dist-cjs/index.js +54 -53
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -6886,9 +6886,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6886
6886
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6887
6887
|
|
|
6888
6888
|
0 && (module.exports = {
|
|
6889
|
+
ServiceCatalogServiceException,
|
|
6890
|
+
__Client,
|
|
6891
|
+
ServiceCatalogClient,
|
|
6892
|
+
ServiceCatalog,
|
|
6893
|
+
$Command,
|
|
6889
6894
|
AcceptPortfolioShareCommand,
|
|
6890
|
-
AccessLevelFilterKey,
|
|
6891
|
-
AccessStatus,
|
|
6892
6895
|
AssociateBudgetWithResourceCommand,
|
|
6893
6896
|
AssociatePrincipalWithPortfolioCommand,
|
|
6894
6897
|
AssociateProductWithPortfolioCommand,
|
|
@@ -6896,10 +6899,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6896
6899
|
AssociateTagOptionWithResourceCommand,
|
|
6897
6900
|
BatchAssociateServiceActionWithProvisioningArtifactCommand,
|
|
6898
6901
|
BatchDisassociateServiceActionFromProvisioningArtifactCommand,
|
|
6899
|
-
ChangeAction,
|
|
6900
|
-
CopyOption,
|
|
6901
6902
|
CopyProductCommand,
|
|
6902
|
-
CopyProductStatus,
|
|
6903
6903
|
CreateConstraintCommand,
|
|
6904
6904
|
CreatePortfolioCommand,
|
|
6905
6905
|
CreatePortfolioShareCommand,
|
|
@@ -6920,7 +6920,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6920
6920
|
DescribeCopyProductStatusCommand,
|
|
6921
6921
|
DescribePortfolioCommand,
|
|
6922
6922
|
DescribePortfolioShareStatusCommand,
|
|
6923
|
-
DescribePortfolioShareType,
|
|
6924
6923
|
DescribePortfolioSharesCommand,
|
|
6925
6924
|
DescribeProductAsAdminCommand,
|
|
6926
6925
|
DescribeProductCommand,
|
|
@@ -6939,19 +6938,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6939
6938
|
DisassociateProductFromPortfolioCommand,
|
|
6940
6939
|
DisassociateServiceActionFromProvisioningArtifactCommand,
|
|
6941
6940
|
DisassociateTagOptionFromResourceCommand,
|
|
6942
|
-
DuplicateResourceException,
|
|
6943
6941
|
EnableAWSOrganizationsAccessCommand,
|
|
6944
|
-
EngineWorkflowStatus,
|
|
6945
|
-
EvaluationType,
|
|
6946
6942
|
ExecuteProvisionedProductPlanCommand,
|
|
6947
6943
|
ExecuteProvisionedProductServiceActionCommand,
|
|
6948
6944
|
GetAWSOrganizationsAccessStatusCommand,
|
|
6949
6945
|
GetProvisionedProductOutputsCommand,
|
|
6950
6946
|
ImportAsProvisionedProductCommand,
|
|
6951
|
-
InvalidParametersException,
|
|
6952
|
-
InvalidStateException,
|
|
6953
|
-
LastSyncStatus,
|
|
6954
|
-
LimitExceededException,
|
|
6955
6947
|
ListAcceptedPortfolioSharesCommand,
|
|
6956
6948
|
ListBudgetsForResourceCommand,
|
|
6957
6949
|
ListConstraintsForPortfolioCommand,
|
|
@@ -6973,47 +6965,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6973
6965
|
NotifyProvisionProductEngineWorkflowResultCommand,
|
|
6974
6966
|
NotifyTerminateProvisionedProductEngineWorkflowResultCommand,
|
|
6975
6967
|
NotifyUpdateProvisionedProductEngineWorkflowResultCommand,
|
|
6976
|
-
OperationNotSupportedException,
|
|
6977
|
-
OrganizationNodeType,
|
|
6978
|
-
PortfolioShareType,
|
|
6979
|
-
PrincipalType,
|
|
6980
|
-
ProductSource,
|
|
6981
|
-
ProductType,
|
|
6982
|
-
ProductViewFilterBy,
|
|
6983
|
-
ProductViewSortBy,
|
|
6984
|
-
PropertyKey,
|
|
6985
6968
|
ProvisionProductCommand,
|
|
6986
|
-
ProvisionedProductPlanStatus,
|
|
6987
|
-
ProvisionedProductPlanType,
|
|
6988
|
-
ProvisionedProductStatus,
|
|
6989
|
-
ProvisionedProductViewFilterBy,
|
|
6990
|
-
ProvisioningArtifactGuidance,
|
|
6991
|
-
ProvisioningArtifactPropertyName,
|
|
6992
|
-
ProvisioningArtifactType,
|
|
6993
|
-
RecordStatus,
|
|
6994
6969
|
RejectPortfolioShareCommand,
|
|
6995
|
-
Replacement,
|
|
6996
|
-
RequiresRecreation,
|
|
6997
|
-
ResourceAttribute,
|
|
6998
|
-
ResourceInUseException,
|
|
6999
|
-
ResourceNotFoundException,
|
|
7000
6970
|
ScanProvisionedProductsCommand,
|
|
7001
6971
|
SearchProductsAsAdminCommand,
|
|
7002
6972
|
SearchProductsCommand,
|
|
7003
6973
|
SearchProvisionedProductsCommand,
|
|
7004
|
-
ServiceActionAssociationErrorCode,
|
|
7005
|
-
ServiceActionDefinitionKey,
|
|
7006
|
-
ServiceActionDefinitionType,
|
|
7007
|
-
ServiceCatalog,
|
|
7008
|
-
ServiceCatalogClient,
|
|
7009
|
-
ServiceCatalogServiceException,
|
|
7010
|
-
ShareStatus,
|
|
7011
|
-
SortOrder,
|
|
7012
|
-
SourceType,
|
|
7013
|
-
StackInstanceStatus,
|
|
7014
|
-
StackSetOperationType,
|
|
7015
|
-
Status,
|
|
7016
|
-
TagOptionNotMigratedException,
|
|
7017
6974
|
TerminateProvisionedProductCommand,
|
|
7018
6975
|
UpdateConstraintCommand,
|
|
7019
6976
|
UpdatePortfolioCommand,
|
|
@@ -7024,7 +6981,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
7024
6981
|
UpdateProvisioningArtifactCommand,
|
|
7025
6982
|
UpdateServiceActionCommand,
|
|
7026
6983
|
UpdateTagOptionCommand,
|
|
7027
|
-
__Client,
|
|
7028
6984
|
paginateDescribePortfolioShares,
|
|
7029
6985
|
paginateGetProvisionedProductOutputs,
|
|
7030
6986
|
paginateListAcceptedPortfolioShares,
|
|
@@ -7033,16 +6989,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
7033
6989
|
paginateListLaunchPaths,
|
|
7034
6990
|
paginateListOrganizationPortfolioAccess,
|
|
7035
6991
|
paginateListPortfolioAccess,
|
|
7036
|
-
paginateListPortfolios,
|
|
7037
6992
|
paginateListPortfoliosForProduct,
|
|
6993
|
+
paginateListPortfolios,
|
|
7038
6994
|
paginateListPrincipalsForPortfolio,
|
|
7039
6995
|
paginateListProvisioningArtifactsForServiceAction,
|
|
7040
6996
|
paginateListResourcesForTagOption,
|
|
7041
|
-
paginateListServiceActions,
|
|
7042
6997
|
paginateListServiceActionsForProvisioningArtifact,
|
|
6998
|
+
paginateListServiceActions,
|
|
7043
6999
|
paginateListTagOptions,
|
|
7044
|
-
paginateSearchProducts,
|
|
7045
7000
|
paginateSearchProductsAsAdmin,
|
|
7046
|
-
|
|
7001
|
+
paginateSearchProducts,
|
|
7002
|
+
paginateSearchProvisionedProducts,
|
|
7003
|
+
PortfolioShareType,
|
|
7004
|
+
InvalidParametersException,
|
|
7005
|
+
LimitExceededException,
|
|
7006
|
+
ResourceNotFoundException,
|
|
7007
|
+
AccessLevelFilterKey,
|
|
7008
|
+
AccessStatus,
|
|
7009
|
+
DuplicateResourceException,
|
|
7010
|
+
PrincipalType,
|
|
7011
|
+
InvalidStateException,
|
|
7012
|
+
TagOptionNotMigratedException,
|
|
7013
|
+
ServiceActionAssociationErrorCode,
|
|
7014
|
+
CopyOption,
|
|
7015
|
+
ProvisioningArtifactPropertyName,
|
|
7016
|
+
Status,
|
|
7017
|
+
OrganizationNodeType,
|
|
7018
|
+
OperationNotSupportedException,
|
|
7019
|
+
ProductType,
|
|
7020
|
+
ProvisioningArtifactType,
|
|
7021
|
+
SourceType,
|
|
7022
|
+
LastSyncStatus,
|
|
7023
|
+
ProvisioningArtifactGuidance,
|
|
7024
|
+
ProvisionedProductPlanType,
|
|
7025
|
+
ServiceActionDefinitionKey,
|
|
7026
|
+
ServiceActionDefinitionType,
|
|
7027
|
+
ResourceInUseException,
|
|
7028
|
+
CopyProductStatus,
|
|
7029
|
+
DescribePortfolioShareType,
|
|
7030
|
+
ShareStatus,
|
|
7031
|
+
ProvisionedProductStatus,
|
|
7032
|
+
ProvisionedProductPlanStatus,
|
|
7033
|
+
ChangeAction,
|
|
7034
|
+
EvaluationType,
|
|
7035
|
+
ResourceAttribute,
|
|
7036
|
+
RequiresRecreation,
|
|
7037
|
+
Replacement,
|
|
7038
|
+
RecordStatus,
|
|
7039
|
+
StackInstanceStatus,
|
|
7040
|
+
EngineWorkflowStatus,
|
|
7041
|
+
ProductViewFilterBy,
|
|
7042
|
+
ProductViewSortBy,
|
|
7043
|
+
SortOrder,
|
|
7044
|
+
ProductSource,
|
|
7045
|
+
ProvisionedProductViewFilterBy,
|
|
7046
|
+
StackSetOperationType,
|
|
7047
|
+
PropertyKey
|
|
7047
7048
|
});
|
|
7048
7049
|
|
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.501.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|