@aws-sdk/client-service-catalog 3.495.0 → 3.499.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 +56 -53
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -6884,10 +6884,14 @@ var paginateSearchProvisionedProducts = (0, import_core.createPaginator)(Service
|
|
|
6884
6884
|
// src/index.ts
|
|
6885
6885
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
6886
6886
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6887
|
+
|
|
6887
6888
|
0 && (module.exports = {
|
|
6889
|
+
ServiceCatalogServiceException,
|
|
6890
|
+
__Client,
|
|
6891
|
+
ServiceCatalogClient,
|
|
6892
|
+
ServiceCatalog,
|
|
6893
|
+
$Command,
|
|
6888
6894
|
AcceptPortfolioShareCommand,
|
|
6889
|
-
AccessLevelFilterKey,
|
|
6890
|
-
AccessStatus,
|
|
6891
6895
|
AssociateBudgetWithResourceCommand,
|
|
6892
6896
|
AssociatePrincipalWithPortfolioCommand,
|
|
6893
6897
|
AssociateProductWithPortfolioCommand,
|
|
@@ -6895,10 +6899,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6895
6899
|
AssociateTagOptionWithResourceCommand,
|
|
6896
6900
|
BatchAssociateServiceActionWithProvisioningArtifactCommand,
|
|
6897
6901
|
BatchDisassociateServiceActionFromProvisioningArtifactCommand,
|
|
6898
|
-
ChangeAction,
|
|
6899
|
-
CopyOption,
|
|
6900
6902
|
CopyProductCommand,
|
|
6901
|
-
CopyProductStatus,
|
|
6902
6903
|
CreateConstraintCommand,
|
|
6903
6904
|
CreatePortfolioCommand,
|
|
6904
6905
|
CreatePortfolioShareCommand,
|
|
@@ -6919,7 +6920,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6919
6920
|
DescribeCopyProductStatusCommand,
|
|
6920
6921
|
DescribePortfolioCommand,
|
|
6921
6922
|
DescribePortfolioShareStatusCommand,
|
|
6922
|
-
DescribePortfolioShareType,
|
|
6923
6923
|
DescribePortfolioSharesCommand,
|
|
6924
6924
|
DescribeProductAsAdminCommand,
|
|
6925
6925
|
DescribeProductCommand,
|
|
@@ -6938,19 +6938,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6938
6938
|
DisassociateProductFromPortfolioCommand,
|
|
6939
6939
|
DisassociateServiceActionFromProvisioningArtifactCommand,
|
|
6940
6940
|
DisassociateTagOptionFromResourceCommand,
|
|
6941
|
-
DuplicateResourceException,
|
|
6942
6941
|
EnableAWSOrganizationsAccessCommand,
|
|
6943
|
-
EngineWorkflowStatus,
|
|
6944
|
-
EvaluationType,
|
|
6945
6942
|
ExecuteProvisionedProductPlanCommand,
|
|
6946
6943
|
ExecuteProvisionedProductServiceActionCommand,
|
|
6947
6944
|
GetAWSOrganizationsAccessStatusCommand,
|
|
6948
6945
|
GetProvisionedProductOutputsCommand,
|
|
6949
6946
|
ImportAsProvisionedProductCommand,
|
|
6950
|
-
InvalidParametersException,
|
|
6951
|
-
InvalidStateException,
|
|
6952
|
-
LastSyncStatus,
|
|
6953
|
-
LimitExceededException,
|
|
6954
6947
|
ListAcceptedPortfolioSharesCommand,
|
|
6955
6948
|
ListBudgetsForResourceCommand,
|
|
6956
6949
|
ListConstraintsForPortfolioCommand,
|
|
@@ -6972,47 +6965,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6972
6965
|
NotifyProvisionProductEngineWorkflowResultCommand,
|
|
6973
6966
|
NotifyTerminateProvisionedProductEngineWorkflowResultCommand,
|
|
6974
6967
|
NotifyUpdateProvisionedProductEngineWorkflowResultCommand,
|
|
6975
|
-
OperationNotSupportedException,
|
|
6976
|
-
OrganizationNodeType,
|
|
6977
|
-
PortfolioShareType,
|
|
6978
|
-
PrincipalType,
|
|
6979
|
-
ProductSource,
|
|
6980
|
-
ProductType,
|
|
6981
|
-
ProductViewFilterBy,
|
|
6982
|
-
ProductViewSortBy,
|
|
6983
|
-
PropertyKey,
|
|
6984
6968
|
ProvisionProductCommand,
|
|
6985
|
-
ProvisionedProductPlanStatus,
|
|
6986
|
-
ProvisionedProductPlanType,
|
|
6987
|
-
ProvisionedProductStatus,
|
|
6988
|
-
ProvisionedProductViewFilterBy,
|
|
6989
|
-
ProvisioningArtifactGuidance,
|
|
6990
|
-
ProvisioningArtifactPropertyName,
|
|
6991
|
-
ProvisioningArtifactType,
|
|
6992
|
-
RecordStatus,
|
|
6993
6969
|
RejectPortfolioShareCommand,
|
|
6994
|
-
Replacement,
|
|
6995
|
-
RequiresRecreation,
|
|
6996
|
-
ResourceAttribute,
|
|
6997
|
-
ResourceInUseException,
|
|
6998
|
-
ResourceNotFoundException,
|
|
6999
6970
|
ScanProvisionedProductsCommand,
|
|
7000
6971
|
SearchProductsAsAdminCommand,
|
|
7001
6972
|
SearchProductsCommand,
|
|
7002
6973
|
SearchProvisionedProductsCommand,
|
|
7003
|
-
ServiceActionAssociationErrorCode,
|
|
7004
|
-
ServiceActionDefinitionKey,
|
|
7005
|
-
ServiceActionDefinitionType,
|
|
7006
|
-
ServiceCatalog,
|
|
7007
|
-
ServiceCatalogClient,
|
|
7008
|
-
ServiceCatalogServiceException,
|
|
7009
|
-
ShareStatus,
|
|
7010
|
-
SortOrder,
|
|
7011
|
-
SourceType,
|
|
7012
|
-
StackInstanceStatus,
|
|
7013
|
-
StackSetOperationType,
|
|
7014
|
-
Status,
|
|
7015
|
-
TagOptionNotMigratedException,
|
|
7016
6974
|
TerminateProvisionedProductCommand,
|
|
7017
6975
|
UpdateConstraintCommand,
|
|
7018
6976
|
UpdatePortfolioCommand,
|
|
@@ -7023,7 +6981,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
7023
6981
|
UpdateProvisioningArtifactCommand,
|
|
7024
6982
|
UpdateServiceActionCommand,
|
|
7025
6983
|
UpdateTagOptionCommand,
|
|
7026
|
-
__Client,
|
|
7027
6984
|
paginateDescribePortfolioShares,
|
|
7028
6985
|
paginateGetProvisionedProductOutputs,
|
|
7029
6986
|
paginateListAcceptedPortfolioShares,
|
|
@@ -7032,15 +6989,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
7032
6989
|
paginateListLaunchPaths,
|
|
7033
6990
|
paginateListOrganizationPortfolioAccess,
|
|
7034
6991
|
paginateListPortfolioAccess,
|
|
7035
|
-
paginateListPortfolios,
|
|
7036
6992
|
paginateListPortfoliosForProduct,
|
|
6993
|
+
paginateListPortfolios,
|
|
7037
6994
|
paginateListPrincipalsForPortfolio,
|
|
7038
6995
|
paginateListProvisioningArtifactsForServiceAction,
|
|
7039
6996
|
paginateListResourcesForTagOption,
|
|
7040
|
-
paginateListServiceActions,
|
|
7041
6997
|
paginateListServiceActionsForProvisioningArtifact,
|
|
6998
|
+
paginateListServiceActions,
|
|
7042
6999
|
paginateListTagOptions,
|
|
7043
|
-
paginateSearchProducts,
|
|
7044
7000
|
paginateSearchProductsAsAdmin,
|
|
7045
|
-
|
|
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
|
|
7046
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.499.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,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|