@aws-sdk/client-service-catalog 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ServiceCatalogServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +119 -6
- package/dist-cjs/protocols/Aws_json1_1.js +676 -2183
- package/dist-es/index.js +1 -0
- package/dist-es/models/ServiceCatalogServiceException.js +12 -0
- package/dist-es/models/models_0.js +106 -1
- package/dist-es/protocols/Aws_json1_1.js +1577 -2516
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ServiceCatalogServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +58 -25
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ServiceCatalogServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -25
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServiceCatalogServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./ServiceCatalog"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ServiceCatalogClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var ServiceCatalogServiceException_1 = require("./models/ServiceCatalogServiceException");
|
|
11
|
+
Object.defineProperty(exports, "ServiceCatalogServiceException", { enumerable: true, get: function () { return ServiceCatalogServiceException_1.ServiceCatalogServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServiceCatalogServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class ServiceCatalogServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, ServiceCatalogServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.ServiceCatalogServiceException = ServiceCatalogServiceException;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateTagOptionOutput = exports.UpdateTagOptionInput = exports.UpdateServiceActionOutput = exports.UpdateServiceActionInput = exports.UpdateProvisioningArtifactOutput = exports.UpdateProvisioningArtifactInput = exports.UpdateProvisionedProductPropertiesOutput = exports.UpdateProvisionedProductPropertiesInput = exports.PropertyKey = exports.UpdateProvisionedProductOutput = void 0;
|
|
3
|
+
exports.ProvisioningArtifactProperties = exports.ProvisioningArtifactType = exports.ProductType = exports.OperationNotSupportedException = exports.CreatePortfolioShareOutput = exports.CreatePortfolioShareInput = exports.OrganizationNode = exports.OrganizationNodeType = exports.CreatePortfolioOutput = exports.PortfolioDetail = exports.CreatePortfolioInput = exports.CreateConstraintOutput = exports.Status = exports.ConstraintDetail = exports.CreateConstraintInput = exports.CopyProductOutput = exports.CopyProductInput = exports.ProvisioningArtifactPropertyName = exports.CopyOption = exports.BatchDisassociateServiceActionFromProvisioningArtifactOutput = exports.BatchDisassociateServiceActionFromProvisioningArtifactInput = exports.BatchAssociateServiceActionWithProvisioningArtifactOutput = exports.FailedServiceActionAssociation = exports.ServiceActionAssociationErrorCode = exports.BatchAssociateServiceActionWithProvisioningArtifactInput = exports.ServiceActionAssociation = exports.TagOptionNotMigratedException = exports.InvalidStateException = exports.AssociateTagOptionWithResourceOutput = exports.AssociateTagOptionWithResourceInput = exports.AssociateServiceActionWithProvisioningArtifactOutput = exports.AssociateServiceActionWithProvisioningArtifactInput = exports.AssociateProductWithPortfolioOutput = exports.AssociateProductWithPortfolioInput = exports.AssociatePrincipalWithPortfolioOutput = exports.AssociatePrincipalWithPortfolioInput = exports.PrincipalType = exports.DuplicateResourceException = exports.AssociateBudgetWithResourceOutput = exports.AssociateBudgetWithResourceInput = exports.Tag = exports.AccessStatus = exports.AccessLevelFilter = exports.AccessLevelFilterKey = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InvalidParametersException = exports.AcceptPortfolioShareOutput = exports.AcceptPortfolioShareInput = exports.PortfolioShareType = void 0;
|
|
4
|
+
exports.DescribePortfolioSharesOutput = exports.PortfolioShareDetail = exports.DescribePortfolioSharesInput = exports.DescribePortfolioShareType = exports.DescribePortfolioOutput = exports.BudgetDetail = exports.DescribePortfolioInput = exports.DescribeCopyProductStatusOutput = exports.CopyProductStatus = exports.DescribeCopyProductStatusInput = exports.DescribeConstraintOutput = exports.DescribeConstraintInput = exports.DeleteTagOptionOutput = exports.DeleteTagOptionInput = exports.DeleteServiceActionOutput = exports.DeleteServiceActionInput = exports.DeleteProvisioningArtifactOutput = exports.DeleteProvisioningArtifactInput = exports.DeleteProvisionedProductPlanOutput = exports.DeleteProvisionedProductPlanInput = exports.DeleteProductOutput = exports.DeleteProductInput = exports.DeletePortfolioShareOutput = exports.DeletePortfolioShareInput = exports.ResourceInUseException = exports.DeletePortfolioOutput = exports.DeletePortfolioInput = exports.DeleteConstraintOutput = exports.DeleteConstraintInput = exports.CreateTagOptionOutput = exports.TagOptionDetail = exports.CreateTagOptionInput = exports.CreateServiceActionOutput = exports.ServiceActionDetail = exports.ServiceActionSummary = exports.CreateServiceActionInput = exports.ServiceActionDefinitionType = exports.ServiceActionDefinitionKey = exports.CreateProvisioningArtifactOutput = exports.CreateProvisioningArtifactInput = exports.CreateProvisionedProductPlanOutput = exports.CreateProvisionedProductPlanInput = exports.UpdateProvisioningParameter = exports.ProvisionedProductPlanType = exports.CreateProductOutput = exports.ProvisioningArtifactDetail = exports.ProvisioningArtifactGuidance = exports.ProductViewDetail = exports.ProductViewSummary = exports.CreateProductInput = void 0;
|
|
5
|
+
exports.DescribeServiceActionInput = exports.DescribeRecordOutput = exports.RecordOutput = exports.RecordDetail = exports.RecordStatus = exports.RecordTag = exports.RecordError = exports.DescribeRecordInput = exports.DescribeProvisioningParametersOutput = exports.UsageInstruction = exports.TagOptionSummary = exports.ProvisioningArtifactPreferences = exports.ProvisioningArtifactParameter = exports.ParameterConstraints = exports.ProvisioningArtifactOutput = exports.ConstraintSummary = exports.DescribeProvisioningParametersInput = exports.DescribeProvisioningArtifactOutput = exports.DescribeProvisioningArtifactInput = exports.DescribeProvisionedProductPlanOutput = exports.ResourceChange = exports.Replacement = exports.ResourceChangeDetail = exports.ResourceTargetDefinition = exports.RequiresRecreation = exports.ResourceAttribute = exports.EvaluationType = exports.ChangeAction = exports.ProvisionedProductPlanDetails = exports.ProvisionedProductPlanStatus = exports.DescribeProvisionedProductPlanInput = exports.DescribeProvisionedProductOutput = exports.ProvisionedProductDetail = exports.ProvisionedProductStatus = exports.CloudWatchDashboard = exports.DescribeProvisionedProductInput = exports.DescribeProductViewOutput = exports.DescribeProductViewInput = exports.DescribeProductAsAdminOutput = exports.ProvisioningArtifactSummary = exports.DescribeProductAsAdminInput = exports.DescribeProductOutput = exports.ProvisioningArtifact = exports.LaunchPath = exports.DescribeProductInput = exports.DescribePortfolioShareStatusOutput = exports.ShareStatus = exports.ShareDetails = exports.ShareError = exports.DescribePortfolioShareStatusInput = void 0;
|
|
6
|
+
exports.ListPrincipalsForPortfolioOutput = exports.Principal = exports.ListPrincipalsForPortfolioInput = exports.ListPortfoliosForProductOutput = exports.ListPortfoliosForProductInput = exports.ListPortfoliosOutput = exports.ListPortfoliosInput = exports.ListPortfolioAccessOutput = exports.ListPortfolioAccessInput = exports.ListOrganizationPortfolioAccessOutput = exports.ListOrganizationPortfolioAccessInput = exports.ListLaunchPathsOutput = exports.LaunchPathSummary = exports.ListLaunchPathsInput = exports.ListConstraintsForPortfolioOutput = exports.ListConstraintsForPortfolioInput = exports.ListBudgetsForResourceOutput = exports.ListBudgetsForResourceInput = exports.ListAcceptedPortfolioSharesOutput = exports.ListAcceptedPortfolioSharesInput = exports.ImportAsProvisionedProductOutput = exports.ImportAsProvisionedProductInput = exports.GetProvisionedProductOutputsOutput = exports.GetProvisionedProductOutputsInput = exports.GetAWSOrganizationsAccessStatusOutput = exports.GetAWSOrganizationsAccessStatusInput = exports.ExecuteProvisionedProductServiceActionOutput = exports.ExecuteProvisionedProductServiceActionInput = exports.ExecuteProvisionedProductPlanOutput = exports.ExecuteProvisionedProductPlanInput = exports.EnableAWSOrganizationsAccessOutput = exports.EnableAWSOrganizationsAccessInput = exports.DisassociateTagOptionFromResourceOutput = exports.DisassociateTagOptionFromResourceInput = exports.DisassociateServiceActionFromProvisioningArtifactOutput = exports.DisassociateServiceActionFromProvisioningArtifactInput = exports.DisassociateProductFromPortfolioOutput = exports.DisassociateProductFromPortfolioInput = exports.DisassociatePrincipalFromPortfolioOutput = exports.DisassociatePrincipalFromPortfolioInput = exports.DisassociateBudgetFromResourceOutput = exports.DisassociateBudgetFromResourceInput = exports.DisableAWSOrganizationsAccessOutput = exports.DisableAWSOrganizationsAccessInput = exports.DescribeTagOptionOutput = exports.DescribeTagOptionInput = exports.DescribeServiceActionExecutionParametersOutput = exports.ExecutionParameter = exports.DescribeServiceActionExecutionParametersInput = exports.DescribeServiceActionOutput = void 0;
|
|
7
|
+
exports.UpdateConstraintOutput = exports.UpdateConstraintInput = exports.TerminateProvisionedProductOutput = exports.TerminateProvisionedProductInput = exports.SearchProvisionedProductsOutput = exports.ProvisionedProductAttribute = exports.SearchProvisionedProductsInput = exports.ProvisionedProductViewFilterBy = exports.SearchProductsAsAdminOutput = exports.SearchProductsAsAdminInput = exports.ProductSource = exports.SearchProductsOutput = exports.ProductViewAggregationValue = exports.SearchProductsInput = exports.SortOrder = exports.ProductViewSortBy = exports.ProductViewFilterBy = exports.ScanProvisionedProductsOutput = exports.ScanProvisionedProductsInput = exports.RejectPortfolioShareOutput = exports.RejectPortfolioShareInput = exports.ProvisionProductOutput = exports.ProvisionProductInput = exports.ProvisioningPreferences = exports.ProvisioningParameter = exports.ListTagOptionsOutput = exports.ListTagOptionsInput = exports.ListTagOptionsFilters = exports.ListStackInstancesForProvisionedProductOutput = exports.StackInstance = exports.StackInstanceStatus = exports.ListStackInstancesForProvisionedProductInput = exports.ListServiceActionsForProvisioningArtifactOutput = exports.ListServiceActionsForProvisioningArtifactInput = exports.ListServiceActionsOutput = exports.ListServiceActionsInput = exports.ListResourcesForTagOptionOutput = exports.ResourceDetail = exports.ListResourcesForTagOptionInput = exports.ListRecordHistoryOutput = exports.ListRecordHistoryInput = exports.ListRecordHistorySearchFilter = exports.ListProvisioningArtifactsForServiceActionOutput = exports.ProvisioningArtifactView = exports.ListProvisioningArtifactsForServiceActionInput = exports.ListProvisioningArtifactsOutput = exports.ListProvisioningArtifactsInput = exports.ListProvisionedProductPlansOutput = exports.ProvisionedProductPlanSummary = exports.ListProvisionedProductPlansInput = void 0;
|
|
8
|
+
exports.UpdateTagOptionOutput = exports.UpdateTagOptionInput = exports.UpdateServiceActionOutput = exports.UpdateServiceActionInput = exports.UpdateProvisioningArtifactOutput = exports.UpdateProvisioningArtifactInput = exports.UpdateProvisionedProductPropertiesOutput = exports.UpdateProvisionedProductPropertiesInput = exports.PropertyKey = exports.UpdateProvisionedProductOutput = exports.UpdateProvisionedProductInput = exports.UpdateProvisioningPreferences = exports.UpdateProductOutput = exports.UpdateProductInput = exports.UpdatePortfolioShareOutput = exports.UpdatePortfolioShareInput = exports.UpdatePortfolioOutput = exports.UpdatePortfolioInput = void 0;
|
|
9
|
+
const ServiceCatalogServiceException_1 = require("./ServiceCatalogServiceException");
|
|
9
10
|
var PortfolioShareType;
|
|
10
11
|
(function (PortfolioShareType) {
|
|
11
12
|
PortfolioShareType["AWS_ORGANIZATIONS"] = "AWS_ORGANIZATIONS";
|
|
@@ -24,6 +25,48 @@ var AcceptPortfolioShareOutput;
|
|
|
24
25
|
...obj,
|
|
25
26
|
});
|
|
26
27
|
})(AcceptPortfolioShareOutput = exports.AcceptPortfolioShareOutput || (exports.AcceptPortfolioShareOutput = {}));
|
|
28
|
+
class InvalidParametersException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "InvalidParametersException",
|
|
32
|
+
$fault: "client",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
this.name = "InvalidParametersException";
|
|
36
|
+
this.$fault = "client";
|
|
37
|
+
Object.setPrototypeOf(this, InvalidParametersException.prototype);
|
|
38
|
+
this.Message = opts.Message;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.InvalidParametersException = InvalidParametersException;
|
|
42
|
+
class LimitExceededException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
43
|
+
constructor(opts) {
|
|
44
|
+
super({
|
|
45
|
+
name: "LimitExceededException",
|
|
46
|
+
$fault: "client",
|
|
47
|
+
...opts,
|
|
48
|
+
});
|
|
49
|
+
this.name = "LimitExceededException";
|
|
50
|
+
this.$fault = "client";
|
|
51
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
52
|
+
this.Message = opts.Message;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.LimitExceededException = LimitExceededException;
|
|
56
|
+
class ResourceNotFoundException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
57
|
+
constructor(opts) {
|
|
58
|
+
super({
|
|
59
|
+
name: "ResourceNotFoundException",
|
|
60
|
+
$fault: "client",
|
|
61
|
+
...opts,
|
|
62
|
+
});
|
|
63
|
+
this.name = "ResourceNotFoundException";
|
|
64
|
+
this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
66
|
+
this.Message = opts.Message;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
27
70
|
var AccessLevelFilterKey;
|
|
28
71
|
(function (AccessLevelFilterKey) {
|
|
29
72
|
AccessLevelFilterKey["ACCOUNT"] = "Account";
|
|
@@ -60,6 +103,20 @@ var AssociateBudgetWithResourceOutput;
|
|
|
60
103
|
...obj,
|
|
61
104
|
});
|
|
62
105
|
})(AssociateBudgetWithResourceOutput = exports.AssociateBudgetWithResourceOutput || (exports.AssociateBudgetWithResourceOutput = {}));
|
|
106
|
+
class DuplicateResourceException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
107
|
+
constructor(opts) {
|
|
108
|
+
super({
|
|
109
|
+
name: "DuplicateResourceException",
|
|
110
|
+
$fault: "client",
|
|
111
|
+
...opts,
|
|
112
|
+
});
|
|
113
|
+
this.name = "DuplicateResourceException";
|
|
114
|
+
this.$fault = "client";
|
|
115
|
+
Object.setPrototypeOf(this, DuplicateResourceException.prototype);
|
|
116
|
+
this.Message = opts.Message;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
exports.DuplicateResourceException = DuplicateResourceException;
|
|
63
120
|
var PrincipalType;
|
|
64
121
|
(function (PrincipalType) {
|
|
65
122
|
PrincipalType["IAM"] = "IAM";
|
|
@@ -112,6 +169,34 @@ var AssociateTagOptionWithResourceOutput;
|
|
|
112
169
|
...obj,
|
|
113
170
|
});
|
|
114
171
|
})(AssociateTagOptionWithResourceOutput = exports.AssociateTagOptionWithResourceOutput || (exports.AssociateTagOptionWithResourceOutput = {}));
|
|
172
|
+
class InvalidStateException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
173
|
+
constructor(opts) {
|
|
174
|
+
super({
|
|
175
|
+
name: "InvalidStateException",
|
|
176
|
+
$fault: "client",
|
|
177
|
+
...opts,
|
|
178
|
+
});
|
|
179
|
+
this.name = "InvalidStateException";
|
|
180
|
+
this.$fault = "client";
|
|
181
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
182
|
+
this.Message = opts.Message;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
exports.InvalidStateException = InvalidStateException;
|
|
186
|
+
class TagOptionNotMigratedException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
187
|
+
constructor(opts) {
|
|
188
|
+
super({
|
|
189
|
+
name: "TagOptionNotMigratedException",
|
|
190
|
+
$fault: "client",
|
|
191
|
+
...opts,
|
|
192
|
+
});
|
|
193
|
+
this.name = "TagOptionNotMigratedException";
|
|
194
|
+
this.$fault = "client";
|
|
195
|
+
Object.setPrototypeOf(this, TagOptionNotMigratedException.prototype);
|
|
196
|
+
this.Message = opts.Message;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
exports.TagOptionNotMigratedException = TagOptionNotMigratedException;
|
|
115
200
|
var ServiceActionAssociation;
|
|
116
201
|
(function (ServiceActionAssociation) {
|
|
117
202
|
ServiceActionAssociation.filterSensitiveLog = (obj) => ({
|
|
@@ -242,6 +327,20 @@ var CreatePortfolioShareOutput;
|
|
|
242
327
|
...obj,
|
|
243
328
|
});
|
|
244
329
|
})(CreatePortfolioShareOutput = exports.CreatePortfolioShareOutput || (exports.CreatePortfolioShareOutput = {}));
|
|
330
|
+
class OperationNotSupportedException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
331
|
+
constructor(opts) {
|
|
332
|
+
super({
|
|
333
|
+
name: "OperationNotSupportedException",
|
|
334
|
+
$fault: "client",
|
|
335
|
+
...opts,
|
|
336
|
+
});
|
|
337
|
+
this.name = "OperationNotSupportedException";
|
|
338
|
+
this.$fault = "client";
|
|
339
|
+
Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
|
|
340
|
+
this.Message = opts.Message;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
exports.OperationNotSupportedException = OperationNotSupportedException;
|
|
245
344
|
var ProductType;
|
|
246
345
|
(function (ProductType) {
|
|
247
346
|
ProductType["CLOUD_FORMATION_TEMPLATE"] = "CLOUD_FORMATION_TEMPLATE";
|
|
@@ -405,6 +504,20 @@ var DeletePortfolioOutput;
|
|
|
405
504
|
...obj,
|
|
406
505
|
});
|
|
407
506
|
})(DeletePortfolioOutput = exports.DeletePortfolioOutput || (exports.DeletePortfolioOutput = {}));
|
|
507
|
+
class ResourceInUseException extends ServiceCatalogServiceException_1.ServiceCatalogServiceException {
|
|
508
|
+
constructor(opts) {
|
|
509
|
+
super({
|
|
510
|
+
name: "ResourceInUseException",
|
|
511
|
+
$fault: "client",
|
|
512
|
+
...opts,
|
|
513
|
+
});
|
|
514
|
+
this.name = "ResourceInUseException";
|
|
515
|
+
this.$fault = "client";
|
|
516
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
517
|
+
this.Message = opts.Message;
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
408
521
|
var DeletePortfolioShareInput;
|
|
409
522
|
(function (DeletePortfolioShareInput) {
|
|
410
523
|
DeletePortfolioShareInput.filterSensitiveLog = (obj) => ({
|