@aws-sdk/client-service-catalog 3.934.0 → 3.935.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 +188 -187
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +187 -0
- package/dist-es/models/errors.js +113 -0
- package/dist-es/models/models_0.js +1 -300
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +483 -0
- package/dist-types/models/errors.d.ts +110 -0
- package/dist-types/models/models_0.d.ts +1 -593
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +248 -0
- package/dist-types/ts3.4/models/errors.d.ts +66 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -314
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { ServiceCatalogServiceException as __BaseException } from "./ServiceCatalogServiceException";
|
|
2
|
+
export class InvalidParametersException extends __BaseException {
|
|
3
|
+
name = "InvalidParametersException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
Message;
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "InvalidParametersException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
Object.setPrototypeOf(this, InvalidParametersException.prototype);
|
|
13
|
+
this.Message = opts.Message;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export class LimitExceededException extends __BaseException {
|
|
17
|
+
name = "LimitExceededException";
|
|
18
|
+
$fault = "client";
|
|
19
|
+
Message;
|
|
20
|
+
constructor(opts) {
|
|
21
|
+
super({
|
|
22
|
+
name: "LimitExceededException",
|
|
23
|
+
$fault: "client",
|
|
24
|
+
...opts,
|
|
25
|
+
});
|
|
26
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
27
|
+
this.Message = opts.Message;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
31
|
+
name = "ResourceNotFoundException";
|
|
32
|
+
$fault = "client";
|
|
33
|
+
Message;
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "ResourceNotFoundException",
|
|
37
|
+
$fault: "client",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
41
|
+
this.Message = opts.Message;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export class DuplicateResourceException extends __BaseException {
|
|
45
|
+
name = "DuplicateResourceException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
Message;
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "DuplicateResourceException",
|
|
51
|
+
$fault: "client",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
Object.setPrototypeOf(this, DuplicateResourceException.prototype);
|
|
55
|
+
this.Message = opts.Message;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
export class InvalidStateException extends __BaseException {
|
|
59
|
+
name = "InvalidStateException";
|
|
60
|
+
$fault = "client";
|
|
61
|
+
Message;
|
|
62
|
+
constructor(opts) {
|
|
63
|
+
super({
|
|
64
|
+
name: "InvalidStateException",
|
|
65
|
+
$fault: "client",
|
|
66
|
+
...opts,
|
|
67
|
+
});
|
|
68
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
69
|
+
this.Message = opts.Message;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
export class TagOptionNotMigratedException extends __BaseException {
|
|
73
|
+
name = "TagOptionNotMigratedException";
|
|
74
|
+
$fault = "client";
|
|
75
|
+
Message;
|
|
76
|
+
constructor(opts) {
|
|
77
|
+
super({
|
|
78
|
+
name: "TagOptionNotMigratedException",
|
|
79
|
+
$fault: "client",
|
|
80
|
+
...opts,
|
|
81
|
+
});
|
|
82
|
+
Object.setPrototypeOf(this, TagOptionNotMigratedException.prototype);
|
|
83
|
+
this.Message = opts.Message;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class OperationNotSupportedException extends __BaseException {
|
|
87
|
+
name = "OperationNotSupportedException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
Message;
|
|
90
|
+
constructor(opts) {
|
|
91
|
+
super({
|
|
92
|
+
name: "OperationNotSupportedException",
|
|
93
|
+
$fault: "client",
|
|
94
|
+
...opts,
|
|
95
|
+
});
|
|
96
|
+
Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
|
|
97
|
+
this.Message = opts.Message;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
export class ResourceInUseException extends __BaseException {
|
|
101
|
+
name = "ResourceInUseException";
|
|
102
|
+
$fault = "client";
|
|
103
|
+
Message;
|
|
104
|
+
constructor(opts) {
|
|
105
|
+
super({
|
|
106
|
+
name: "ResourceInUseException",
|
|
107
|
+
$fault: "client",
|
|
108
|
+
...opts,
|
|
109
|
+
});
|
|
110
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
111
|
+
this.Message = opts.Message;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -1,300 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const PortfolioShareType = {
|
|
3
|
-
AWS_ORGANIZATIONS: "AWS_ORGANIZATIONS",
|
|
4
|
-
AWS_SERVICECATALOG: "AWS_SERVICECATALOG",
|
|
5
|
-
IMPORTED: "IMPORTED",
|
|
6
|
-
};
|
|
7
|
-
export class InvalidParametersException extends __BaseException {
|
|
8
|
-
name = "InvalidParametersException";
|
|
9
|
-
$fault = "client";
|
|
10
|
-
Message;
|
|
11
|
-
constructor(opts) {
|
|
12
|
-
super({
|
|
13
|
-
name: "InvalidParametersException",
|
|
14
|
-
$fault: "client",
|
|
15
|
-
...opts,
|
|
16
|
-
});
|
|
17
|
-
Object.setPrototypeOf(this, InvalidParametersException.prototype);
|
|
18
|
-
this.Message = opts.Message;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
export class LimitExceededException extends __BaseException {
|
|
22
|
-
name = "LimitExceededException";
|
|
23
|
-
$fault = "client";
|
|
24
|
-
Message;
|
|
25
|
-
constructor(opts) {
|
|
26
|
-
super({
|
|
27
|
-
name: "LimitExceededException",
|
|
28
|
-
$fault: "client",
|
|
29
|
-
...opts,
|
|
30
|
-
});
|
|
31
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
32
|
-
this.Message = opts.Message;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
36
|
-
name = "ResourceNotFoundException";
|
|
37
|
-
$fault = "client";
|
|
38
|
-
Message;
|
|
39
|
-
constructor(opts) {
|
|
40
|
-
super({
|
|
41
|
-
name: "ResourceNotFoundException",
|
|
42
|
-
$fault: "client",
|
|
43
|
-
...opts,
|
|
44
|
-
});
|
|
45
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
46
|
-
this.Message = opts.Message;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
export const AccessLevelFilterKey = {
|
|
50
|
-
ACCOUNT: "Account",
|
|
51
|
-
ROLE: "Role",
|
|
52
|
-
USER: "User",
|
|
53
|
-
};
|
|
54
|
-
export const AccessStatus = {
|
|
55
|
-
DISABLED: "DISABLED",
|
|
56
|
-
ENABLED: "ENABLED",
|
|
57
|
-
UNDER_CHANGE: "UNDER_CHANGE",
|
|
58
|
-
};
|
|
59
|
-
export class DuplicateResourceException extends __BaseException {
|
|
60
|
-
name = "DuplicateResourceException";
|
|
61
|
-
$fault = "client";
|
|
62
|
-
Message;
|
|
63
|
-
constructor(opts) {
|
|
64
|
-
super({
|
|
65
|
-
name: "DuplicateResourceException",
|
|
66
|
-
$fault: "client",
|
|
67
|
-
...opts,
|
|
68
|
-
});
|
|
69
|
-
Object.setPrototypeOf(this, DuplicateResourceException.prototype);
|
|
70
|
-
this.Message = opts.Message;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
export const PrincipalType = {
|
|
74
|
-
IAM: "IAM",
|
|
75
|
-
IAM_PATTERN: "IAM_PATTERN",
|
|
76
|
-
};
|
|
77
|
-
export class InvalidStateException extends __BaseException {
|
|
78
|
-
name = "InvalidStateException";
|
|
79
|
-
$fault = "client";
|
|
80
|
-
Message;
|
|
81
|
-
constructor(opts) {
|
|
82
|
-
super({
|
|
83
|
-
name: "InvalidStateException",
|
|
84
|
-
$fault: "client",
|
|
85
|
-
...opts,
|
|
86
|
-
});
|
|
87
|
-
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
88
|
-
this.Message = opts.Message;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
export class TagOptionNotMigratedException extends __BaseException {
|
|
92
|
-
name = "TagOptionNotMigratedException";
|
|
93
|
-
$fault = "client";
|
|
94
|
-
Message;
|
|
95
|
-
constructor(opts) {
|
|
96
|
-
super({
|
|
97
|
-
name: "TagOptionNotMigratedException",
|
|
98
|
-
$fault: "client",
|
|
99
|
-
...opts,
|
|
100
|
-
});
|
|
101
|
-
Object.setPrototypeOf(this, TagOptionNotMigratedException.prototype);
|
|
102
|
-
this.Message = opts.Message;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
export const ServiceActionAssociationErrorCode = {
|
|
106
|
-
DuplicateResourceException: "DUPLICATE_RESOURCE",
|
|
107
|
-
InternalFailure: "INTERNAL_FAILURE",
|
|
108
|
-
InvalidParameterException: "INVALID_PARAMETER",
|
|
109
|
-
LimitExceededException: "LIMIT_EXCEEDED",
|
|
110
|
-
ResourceNotFoundException: "RESOURCE_NOT_FOUND",
|
|
111
|
-
ThrottlingException: "THROTTLING",
|
|
112
|
-
};
|
|
113
|
-
export const CopyOption = {
|
|
114
|
-
CopyTags: "CopyTags",
|
|
115
|
-
};
|
|
116
|
-
export const ProvisioningArtifactPropertyName = {
|
|
117
|
-
Id: "Id",
|
|
118
|
-
};
|
|
119
|
-
export const Status = {
|
|
120
|
-
AVAILABLE: "AVAILABLE",
|
|
121
|
-
CREATING: "CREATING",
|
|
122
|
-
FAILED: "FAILED",
|
|
123
|
-
};
|
|
124
|
-
export const OrganizationNodeType = {
|
|
125
|
-
ACCOUNT: "ACCOUNT",
|
|
126
|
-
ORGANIZATION: "ORGANIZATION",
|
|
127
|
-
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
128
|
-
};
|
|
129
|
-
export class OperationNotSupportedException extends __BaseException {
|
|
130
|
-
name = "OperationNotSupportedException";
|
|
131
|
-
$fault = "client";
|
|
132
|
-
Message;
|
|
133
|
-
constructor(opts) {
|
|
134
|
-
super({
|
|
135
|
-
name: "OperationNotSupportedException",
|
|
136
|
-
$fault: "client",
|
|
137
|
-
...opts,
|
|
138
|
-
});
|
|
139
|
-
Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
|
|
140
|
-
this.Message = opts.Message;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
export const ProductType = {
|
|
144
|
-
CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE",
|
|
145
|
-
EXTERNAL: "EXTERNAL",
|
|
146
|
-
MARKETPLACE: "MARKETPLACE",
|
|
147
|
-
TERRAFORM_CLOUD: "TERRAFORM_CLOUD",
|
|
148
|
-
TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE",
|
|
149
|
-
};
|
|
150
|
-
export const ProvisioningArtifactType = {
|
|
151
|
-
CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE",
|
|
152
|
-
EXTERNAL: "EXTERNAL",
|
|
153
|
-
MARKETPLACE_AMI: "MARKETPLACE_AMI",
|
|
154
|
-
MARKETPLACE_CAR: "MARKETPLACE_CAR",
|
|
155
|
-
TERRAFORM_CLOUD: "TERRAFORM_CLOUD",
|
|
156
|
-
TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE",
|
|
157
|
-
};
|
|
158
|
-
export const SourceType = {
|
|
159
|
-
CODESTAR: "CODESTAR",
|
|
160
|
-
};
|
|
161
|
-
export const LastSyncStatus = {
|
|
162
|
-
FAILED: "FAILED",
|
|
163
|
-
SUCCEEDED: "SUCCEEDED",
|
|
164
|
-
};
|
|
165
|
-
export const ProvisioningArtifactGuidance = {
|
|
166
|
-
DEFAULT: "DEFAULT",
|
|
167
|
-
DEPRECATED: "DEPRECATED",
|
|
168
|
-
};
|
|
169
|
-
export const ProvisionedProductPlanType = {
|
|
170
|
-
CLOUDFORMATION: "CLOUDFORMATION",
|
|
171
|
-
};
|
|
172
|
-
export const ServiceActionDefinitionKey = {
|
|
173
|
-
AssumeRole: "AssumeRole",
|
|
174
|
-
Name: "Name",
|
|
175
|
-
Parameters: "Parameters",
|
|
176
|
-
Version: "Version",
|
|
177
|
-
};
|
|
178
|
-
export const ServiceActionDefinitionType = {
|
|
179
|
-
SsmAutomation: "SSM_AUTOMATION",
|
|
180
|
-
};
|
|
181
|
-
export class ResourceInUseException extends __BaseException {
|
|
182
|
-
name = "ResourceInUseException";
|
|
183
|
-
$fault = "client";
|
|
184
|
-
Message;
|
|
185
|
-
constructor(opts) {
|
|
186
|
-
super({
|
|
187
|
-
name: "ResourceInUseException",
|
|
188
|
-
$fault: "client",
|
|
189
|
-
...opts,
|
|
190
|
-
});
|
|
191
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
192
|
-
this.Message = opts.Message;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
export const CopyProductStatus = {
|
|
196
|
-
FAILED: "FAILED",
|
|
197
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
198
|
-
SUCCEEDED: "SUCCEEDED",
|
|
199
|
-
};
|
|
200
|
-
export const DescribePortfolioShareType = {
|
|
201
|
-
ACCOUNT: "ACCOUNT",
|
|
202
|
-
ORGANIZATION: "ORGANIZATION",
|
|
203
|
-
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
204
|
-
ORGANIZATION_MEMBER_ACCOUNT: "ORGANIZATION_MEMBER_ACCOUNT",
|
|
205
|
-
};
|
|
206
|
-
export const ShareStatus = {
|
|
207
|
-
COMPLETED: "COMPLETED",
|
|
208
|
-
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
209
|
-
ERROR: "ERROR",
|
|
210
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
211
|
-
NOT_STARTED: "NOT_STARTED",
|
|
212
|
-
};
|
|
213
|
-
export const ProvisionedProductStatus = {
|
|
214
|
-
AVAILABLE: "AVAILABLE",
|
|
215
|
-
ERROR: "ERROR",
|
|
216
|
-
PLAN_IN_PROGRESS: "PLAN_IN_PROGRESS",
|
|
217
|
-
TAINTED: "TAINTED",
|
|
218
|
-
UNDER_CHANGE: "UNDER_CHANGE",
|
|
219
|
-
};
|
|
220
|
-
export const ProvisionedProductPlanStatus = {
|
|
221
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
222
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
223
|
-
CREATE_SUCCESS: "CREATE_SUCCESS",
|
|
224
|
-
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
225
|
-
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
226
|
-
EXECUTE_SUCCESS: "EXECUTE_SUCCESS",
|
|
227
|
-
};
|
|
228
|
-
export const ChangeAction = {
|
|
229
|
-
ADD: "ADD",
|
|
230
|
-
MODIFY: "MODIFY",
|
|
231
|
-
REMOVE: "REMOVE",
|
|
232
|
-
};
|
|
233
|
-
export const EvaluationType = {
|
|
234
|
-
DYNAMIC: "DYNAMIC",
|
|
235
|
-
STATIC: "STATIC",
|
|
236
|
-
};
|
|
237
|
-
export const ResourceAttribute = {
|
|
238
|
-
CREATIONPOLICY: "CREATIONPOLICY",
|
|
239
|
-
DELETIONPOLICY: "DELETIONPOLICY",
|
|
240
|
-
METADATA: "METADATA",
|
|
241
|
-
PROPERTIES: "PROPERTIES",
|
|
242
|
-
TAGS: "TAGS",
|
|
243
|
-
UPDATEPOLICY: "UPDATEPOLICY",
|
|
244
|
-
};
|
|
245
|
-
export const RequiresRecreation = {
|
|
246
|
-
ALWAYS: "ALWAYS",
|
|
247
|
-
CONDITIONALLY: "CONDITIONALLY",
|
|
248
|
-
NEVER: "NEVER",
|
|
249
|
-
};
|
|
250
|
-
export const Replacement = {
|
|
251
|
-
CONDITIONAL: "CONDITIONAL",
|
|
252
|
-
FALSE: "FALSE",
|
|
253
|
-
TRUE: "TRUE",
|
|
254
|
-
};
|
|
255
|
-
export const RecordStatus = {
|
|
256
|
-
CREATED: "CREATED",
|
|
257
|
-
FAILED: "FAILED",
|
|
258
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
259
|
-
IN_PROGRESS_IN_ERROR: "IN_PROGRESS_IN_ERROR",
|
|
260
|
-
SUCCEEDED: "SUCCEEDED",
|
|
261
|
-
};
|
|
262
|
-
export const StackInstanceStatus = {
|
|
263
|
-
CURRENT: "CURRENT",
|
|
264
|
-
INOPERABLE: "INOPERABLE",
|
|
265
|
-
OUTDATED: "OUTDATED",
|
|
266
|
-
};
|
|
267
|
-
export const EngineWorkflowStatus = {
|
|
268
|
-
FAILED: "FAILED",
|
|
269
|
-
SUCCEEDED: "SUCCEEDED",
|
|
270
|
-
};
|
|
271
|
-
export const ProductViewFilterBy = {
|
|
272
|
-
FullTextSearch: "FullTextSearch",
|
|
273
|
-
Owner: "Owner",
|
|
274
|
-
ProductType: "ProductType",
|
|
275
|
-
SourceProductId: "SourceProductId",
|
|
276
|
-
};
|
|
277
|
-
export const ProductViewSortBy = {
|
|
278
|
-
CreationDate: "CreationDate",
|
|
279
|
-
Title: "Title",
|
|
280
|
-
VersionCount: "VersionCount",
|
|
281
|
-
};
|
|
282
|
-
export const SortOrder = {
|
|
283
|
-
ASCENDING: "ASCENDING",
|
|
284
|
-
DESCENDING: "DESCENDING",
|
|
285
|
-
};
|
|
286
|
-
export const ProductSource = {
|
|
287
|
-
ACCOUNT: "ACCOUNT",
|
|
288
|
-
};
|
|
289
|
-
export const ProvisionedProductViewFilterBy = {
|
|
290
|
-
SearchQuery: "SearchQuery",
|
|
291
|
-
};
|
|
292
|
-
export const StackSetOperationType = {
|
|
293
|
-
CREATE: "CREATE",
|
|
294
|
-
DELETE: "DELETE",
|
|
295
|
-
UPDATE: "UPDATE",
|
|
296
|
-
};
|
|
297
|
-
export const PropertyKey = {
|
|
298
|
-
LaunchRole: "LAUNCH_ROLE",
|
|
299
|
-
Owner: "OWNER",
|
|
300
|
-
};
|
|
1
|
+
export {};
|
|
@@ -569,7 +569,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.servicecatalog";
|
|
|
569
569
|
const _tOI = "tagOptionId";
|
|
570
570
|
const n0 = "com.amazonaws.servicecatalog";
|
|
571
571
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
572
|
-
import { DuplicateResourceException as __DuplicateResourceException, InvalidParametersException as __InvalidParametersException, InvalidStateException as __InvalidStateException, LimitExceededException as __LimitExceededException, OperationNotSupportedException as __OperationNotSupportedException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, TagOptionNotMigratedException as __TagOptionNotMigratedException, } from "../models/
|
|
572
|
+
import { DuplicateResourceException as __DuplicateResourceException, InvalidParametersException as __InvalidParametersException, InvalidStateException as __InvalidStateException, LimitExceededException as __LimitExceededException, OperationNotSupportedException as __OperationNotSupportedException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, TagOptionNotMigratedException as __TagOptionNotMigratedException, } from "../models/errors";
|
|
573
573
|
import { ServiceCatalogServiceException as __ServiceCatalogServiceException } from "../models/ServiceCatalogServiceException";
|
|
574
574
|
export var AcceptPortfolioShareInput = [3, n0, _APSI, 0, [_AL, _PI, _PST], [0, 0, 0]];
|
|
575
575
|
export var AcceptPortfolioShareOutput = [3, n0, _APSO, 0, [], []];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -16,5 +16,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
16
16
|
export type { ServiceCatalogExtensionConfiguration } from "./extensionConfiguration";
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./pagination";
|
|
19
|
-
export * from "./models";
|
|
19
|
+
export * from "./models/enums";
|
|
20
|
+
export * from "./models/errors";
|
|
21
|
+
export type * from "./models/models_0";
|
|
20
22
|
export { ServiceCatalogServiceException } from "./models/ServiceCatalogServiceException";
|