@aws-sdk/client-service-catalog 3.987.0 → 3.989.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 +109 -2778
- package/dist-cjs/models/ServiceCatalogServiceException.js +12 -0
- package/dist-cjs/models/errors.js +124 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2268 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +56 -50
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultServiceCatalogHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2015-12-10",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.servicecatalog",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2015-12-10",
|
|
30
32
|
serviceTarget: "AWS242ServiceCatalogService",
|
|
31
33
|
},
|
|
@@ -571,6 +571,62 @@ const n0 = "com.amazonaws.servicecatalog";
|
|
|
571
571
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
572
572
|
import { DuplicateResourceException, InvalidParametersException, InvalidStateException, LimitExceededException, OperationNotSupportedException, ResourceInUseException, ResourceNotFoundException, TagOptionNotMigratedException, } from "../models/errors";
|
|
573
573
|
import { ServiceCatalogServiceException } from "../models/ServiceCatalogServiceException";
|
|
574
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
575
|
+
export var ServiceCatalogServiceException$ = [-3, _s, "ServiceCatalogServiceException", 0, [], []];
|
|
576
|
+
_s_registry.registerError(ServiceCatalogServiceException$, ServiceCatalogServiceException);
|
|
577
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
578
|
+
export var DuplicateResourceException$ = [-3, n0, _DRE,
|
|
579
|
+
{ [_e]: _c },
|
|
580
|
+
[_M],
|
|
581
|
+
[0]
|
|
582
|
+
];
|
|
583
|
+
n0_registry.registerError(DuplicateResourceException$, DuplicateResourceException);
|
|
584
|
+
export var InvalidParametersException$ = [-3, n0, _IPE,
|
|
585
|
+
{ [_e]: _c },
|
|
586
|
+
[_M],
|
|
587
|
+
[0]
|
|
588
|
+
];
|
|
589
|
+
n0_registry.registerError(InvalidParametersException$, InvalidParametersException);
|
|
590
|
+
export var InvalidStateException$ = [-3, n0, _ISE,
|
|
591
|
+
{ [_e]: _c },
|
|
592
|
+
[_M],
|
|
593
|
+
[0]
|
|
594
|
+
];
|
|
595
|
+
n0_registry.registerError(InvalidStateException$, InvalidStateException);
|
|
596
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
597
|
+
{ [_e]: _c },
|
|
598
|
+
[_M],
|
|
599
|
+
[0]
|
|
600
|
+
];
|
|
601
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
602
|
+
export var OperationNotSupportedException$ = [-3, n0, _ONSE,
|
|
603
|
+
{ [_e]: _c },
|
|
604
|
+
[_M],
|
|
605
|
+
[0]
|
|
606
|
+
];
|
|
607
|
+
n0_registry.registerError(OperationNotSupportedException$, OperationNotSupportedException);
|
|
608
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
609
|
+
{ [_e]: _c },
|
|
610
|
+
[_M],
|
|
611
|
+
[0]
|
|
612
|
+
];
|
|
613
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
614
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
615
|
+
{ [_e]: _c },
|
|
616
|
+
[_M],
|
|
617
|
+
[0]
|
|
618
|
+
];
|
|
619
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
620
|
+
export var TagOptionNotMigratedException$ = [-3, n0, _TONME,
|
|
621
|
+
{ [_e]: _c },
|
|
622
|
+
[_M],
|
|
623
|
+
[0]
|
|
624
|
+
];
|
|
625
|
+
n0_registry.registerError(TagOptionNotMigratedException$, TagOptionNotMigratedException);
|
|
626
|
+
export const errorTypeRegistries = [
|
|
627
|
+
_s_registry,
|
|
628
|
+
n0_registry,
|
|
629
|
+
];
|
|
574
630
|
export var AcceptPortfolioShareInput$ = [3, n0, _APSI,
|
|
575
631
|
0,
|
|
576
632
|
[_PI, _AL, _PST],
|
|
@@ -1071,12 +1127,6 @@ export var DisassociateTagOptionFromResourceOutput$ = [3, n0, _DTOFRO,
|
|
|
1071
1127
|
[],
|
|
1072
1128
|
[]
|
|
1073
1129
|
];
|
|
1074
|
-
export var DuplicateResourceException$ = [-3, n0, _DRE,
|
|
1075
|
-
{ [_e]: _c },
|
|
1076
|
-
[_M],
|
|
1077
|
-
[0]
|
|
1078
|
-
];
|
|
1079
|
-
TypeRegistry.for(n0).registerError(DuplicateResourceException$, DuplicateResourceException);
|
|
1080
1130
|
export var EnableAWSOrganizationsAccessInput$ = [3, n0, _EAWSOAI,
|
|
1081
1131
|
0,
|
|
1082
1132
|
[],
|
|
@@ -1152,18 +1202,6 @@ export var ImportAsProvisionedProductOutput$ = [3, n0, _IAPPO,
|
|
|
1152
1202
|
[_RD],
|
|
1153
1203
|
[() => RecordDetail$]
|
|
1154
1204
|
];
|
|
1155
|
-
export var InvalidParametersException$ = [-3, n0, _IPE,
|
|
1156
|
-
{ [_e]: _c },
|
|
1157
|
-
[_M],
|
|
1158
|
-
[0]
|
|
1159
|
-
];
|
|
1160
|
-
TypeRegistry.for(n0).registerError(InvalidParametersException$, InvalidParametersException);
|
|
1161
|
-
export var InvalidStateException$ = [-3, n0, _ISE,
|
|
1162
|
-
{ [_e]: _c },
|
|
1163
|
-
[_M],
|
|
1164
|
-
[0]
|
|
1165
|
-
];
|
|
1166
|
-
TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
1167
1205
|
export var LastSync$ = [3, n0, _LS,
|
|
1168
1206
|
0,
|
|
1169
1207
|
[_LST, _LSS, _LSSM, _LSST, _LSSPAI],
|
|
@@ -1179,12 +1217,6 @@ export var LaunchPathSummary$ = [3, n0, _LPS,
|
|
|
1179
1217
|
[_Id, _CSo, _Ta, _N],
|
|
1180
1218
|
[0, () => ConstraintSummaries, () => Tags, 0]
|
|
1181
1219
|
];
|
|
1182
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1183
|
-
{ [_e]: _c },
|
|
1184
|
-
[_M],
|
|
1185
|
-
[0]
|
|
1186
|
-
];
|
|
1187
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1188
1220
|
export var ListAcceptedPortfolioSharesInput$ = [3, n0, _LAPSI,
|
|
1189
1221
|
0,
|
|
1190
1222
|
[_AL, _PTa, _PS, _PST],
|
|
@@ -1405,12 +1437,6 @@ export var NotifyUpdateProvisionedProductEngineWorkflowResultOutput$ = [3, n0, _
|
|
|
1405
1437
|
[],
|
|
1406
1438
|
[]
|
|
1407
1439
|
];
|
|
1408
|
-
export var OperationNotSupportedException$ = [-3, n0, _ONSE,
|
|
1409
|
-
{ [_e]: _c },
|
|
1410
|
-
[_M],
|
|
1411
|
-
[0]
|
|
1412
|
-
];
|
|
1413
|
-
TypeRegistry.for(n0).registerError(OperationNotSupportedException$, OperationNotSupportedException);
|
|
1414
1440
|
export var OrganizationNode$ = [3, n0, _ON,
|
|
1415
1441
|
0,
|
|
1416
1442
|
[_T, _V],
|
|
@@ -1576,18 +1602,6 @@ export var ResourceDetail$ = [3, n0, _RDeso,
|
|
|
1576
1602
|
[_Id, _ARN, _N, _D, _CT],
|
|
1577
1603
|
[0, 0, 0, 0, 4]
|
|
1578
1604
|
];
|
|
1579
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1580
|
-
{ [_e]: _c },
|
|
1581
|
-
[_M],
|
|
1582
|
-
[0]
|
|
1583
|
-
];
|
|
1584
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
1585
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1586
|
-
{ [_e]: _c },
|
|
1587
|
-
[_M],
|
|
1588
|
-
[0]
|
|
1589
|
-
];
|
|
1590
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1591
1605
|
export var ResourceTargetDefinition$ = [3, n0, _RTD,
|
|
1592
1606
|
0,
|
|
1593
1607
|
[_At, _N, _RR],
|
|
@@ -1688,12 +1702,6 @@ export var TagOptionDetail$ = [3, n0, _TOD,
|
|
|
1688
1702
|
[_K, _V, _A, _Id, _O],
|
|
1689
1703
|
[0, 0, 2, 0, 0]
|
|
1690
1704
|
];
|
|
1691
|
-
export var TagOptionNotMigratedException$ = [-3, n0, _TONME,
|
|
1692
|
-
{ [_e]: _c },
|
|
1693
|
-
[_M],
|
|
1694
|
-
[0]
|
|
1695
|
-
];
|
|
1696
|
-
TypeRegistry.for(n0).registerError(TagOptionNotMigratedException$, TagOptionNotMigratedException);
|
|
1697
1705
|
export var TagOptionSummary$ = [3, n0, _TOS,
|
|
1698
1706
|
0,
|
|
1699
1707
|
[_K, _Va],
|
|
@@ -1819,8 +1827,6 @@ export var UsageInstruction$ = [3, n0, _UIs,
|
|
|
1819
1827
|
[_T, _V],
|
|
1820
1828
|
[0, 0]
|
|
1821
1829
|
];
|
|
1822
|
-
export var ServiceCatalogServiceException$ = [-3, _s, "ServiceCatalogServiceException", 0, [], []];
|
|
1823
|
-
TypeRegistry.for(_s).registerError(ServiceCatalogServiceException$, ServiceCatalogServiceException);
|
|
1824
1830
|
var AccountIds = 64 | 0;
|
|
1825
1831
|
var AddTags = [1, n0, _AT,
|
|
1826
1832
|
0, () => Tag$
|
|
@@ -1,4 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ServiceCatalogServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
5
|
+
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
6
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
7
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
8
|
+
export declare var OperationNotSupportedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var TagOptionNotMigratedException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
18
|
export declare var AcceptPortfolioShareInput$: StaticStructureSchema;
|
|
3
19
|
export declare var AcceptPortfolioShareOutput$: StaticStructureSchema;
|
|
4
20
|
export declare var AccessLevelFilter$: StaticStructureSchema;
|
|
@@ -99,7 +115,6 @@ export declare var DisassociateServiceActionFromProvisioningArtifactInput$: Stat
|
|
|
99
115
|
export declare var DisassociateServiceActionFromProvisioningArtifactOutput$: StaticStructureSchema;
|
|
100
116
|
export declare var DisassociateTagOptionFromResourceInput$: StaticStructureSchema;
|
|
101
117
|
export declare var DisassociateTagOptionFromResourceOutput$: StaticStructureSchema;
|
|
102
|
-
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
103
118
|
export declare var EnableAWSOrganizationsAccessInput$: StaticStructureSchema;
|
|
104
119
|
export declare var EnableAWSOrganizationsAccessOutput$: StaticStructureSchema;
|
|
105
120
|
export declare var EngineWorkflowResourceIdentifier$: StaticStructureSchema;
|
|
@@ -115,12 +130,9 @@ export declare var GetProvisionedProductOutputsInput$: StaticStructureSchema;
|
|
|
115
130
|
export declare var GetProvisionedProductOutputsOutput$: StaticStructureSchema;
|
|
116
131
|
export declare var ImportAsProvisionedProductInput$: StaticStructureSchema;
|
|
117
132
|
export declare var ImportAsProvisionedProductOutput$: StaticStructureSchema;
|
|
118
|
-
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
119
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
120
133
|
export declare var LastSync$: StaticStructureSchema;
|
|
121
134
|
export declare var LaunchPath$: StaticStructureSchema;
|
|
122
135
|
export declare var LaunchPathSummary$: StaticStructureSchema;
|
|
123
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
124
136
|
export declare var ListAcceptedPortfolioSharesInput$: StaticStructureSchema;
|
|
125
137
|
export declare var ListAcceptedPortfolioSharesOutput$: StaticStructureSchema;
|
|
126
138
|
export declare var ListBudgetsForResourceInput$: StaticStructureSchema;
|
|
@@ -165,7 +177,6 @@ export declare var NotifyTerminateProvisionedProductEngineWorkflowResultInput$:
|
|
|
165
177
|
export declare var NotifyTerminateProvisionedProductEngineWorkflowResultOutput$: StaticStructureSchema;
|
|
166
178
|
export declare var NotifyUpdateProvisionedProductEngineWorkflowResultInput$: StaticStructureSchema;
|
|
167
179
|
export declare var NotifyUpdateProvisionedProductEngineWorkflowResultOutput$: StaticStructureSchema;
|
|
168
|
-
export declare var OperationNotSupportedException$: StaticErrorSchema;
|
|
169
180
|
export declare var OrganizationNode$: StaticStructureSchema;
|
|
170
181
|
export declare var ParameterConstraints$: StaticStructureSchema;
|
|
171
182
|
export declare var PortfolioDetail$: StaticStructureSchema;
|
|
@@ -199,8 +210,6 @@ export declare var RejectPortfolioShareOutput$: StaticStructureSchema;
|
|
|
199
210
|
export declare var ResourceChange$: StaticStructureSchema;
|
|
200
211
|
export declare var ResourceChangeDetail$: StaticStructureSchema;
|
|
201
212
|
export declare var ResourceDetail$: StaticStructureSchema;
|
|
202
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
203
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
204
213
|
export declare var ResourceTargetDefinition$: StaticStructureSchema;
|
|
205
214
|
export declare var ScanProvisionedProductsInput$: StaticStructureSchema;
|
|
206
215
|
export declare var ScanProvisionedProductsOutput$: StaticStructureSchema;
|
|
@@ -221,7 +230,6 @@ export declare var SourceConnectionParameters$: StaticStructureSchema;
|
|
|
221
230
|
export declare var StackInstance$: StaticStructureSchema;
|
|
222
231
|
export declare var Tag$: StaticStructureSchema;
|
|
223
232
|
export declare var TagOptionDetail$: StaticStructureSchema;
|
|
224
|
-
export declare var TagOptionNotMigratedException$: StaticErrorSchema;
|
|
225
233
|
export declare var TagOptionSummary$: StaticStructureSchema;
|
|
226
234
|
export declare var TerminateProvisionedProductInput$: StaticStructureSchema;
|
|
227
235
|
export declare var TerminateProvisionedProductOutput$: StaticStructureSchema;
|
|
@@ -247,7 +255,6 @@ export declare var UpdateServiceActionOutput$: StaticStructureSchema;
|
|
|
247
255
|
export declare var UpdateTagOptionInput$: StaticStructureSchema;
|
|
248
256
|
export declare var UpdateTagOptionOutput$: StaticStructureSchema;
|
|
249
257
|
export declare var UsageInstruction$: StaticStructureSchema;
|
|
250
|
-
export declare var ServiceCatalogServiceException$: StaticErrorSchema;
|
|
251
258
|
export declare var AcceptPortfolioShare$: StaticOperationSchema;
|
|
252
259
|
export declare var AssociateBudgetWithResource$: StaticOperationSchema;
|
|
253
260
|
export declare var AssociatePrincipalWithPortfolio$: StaticOperationSchema;
|
|
@@ -1,8 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ServiceCatalogServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
11
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var OperationNotSupportedException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var TagOptionNotMigratedException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
17
|
export declare var AcceptPortfolioShareInput$: StaticStructureSchema;
|
|
7
18
|
export declare var AcceptPortfolioShareOutput$: StaticStructureSchema;
|
|
8
19
|
export declare var AccessLevelFilter$: StaticStructureSchema;
|
|
@@ -103,7 +114,6 @@ export declare var DisassociateServiceActionFromProvisioningArtifactInput$: Stat
|
|
|
103
114
|
export declare var DisassociateServiceActionFromProvisioningArtifactOutput$: StaticStructureSchema;
|
|
104
115
|
export declare var DisassociateTagOptionFromResourceInput$: StaticStructureSchema;
|
|
105
116
|
export declare var DisassociateTagOptionFromResourceOutput$: StaticStructureSchema;
|
|
106
|
-
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
107
117
|
export declare var EnableAWSOrganizationsAccessInput$: StaticStructureSchema;
|
|
108
118
|
export declare var EnableAWSOrganizationsAccessOutput$: StaticStructureSchema;
|
|
109
119
|
export declare var EngineWorkflowResourceIdentifier$: StaticStructureSchema;
|
|
@@ -119,12 +129,9 @@ export declare var GetProvisionedProductOutputsInput$: StaticStructureSchema;
|
|
|
119
129
|
export declare var GetProvisionedProductOutputsOutput$: StaticStructureSchema;
|
|
120
130
|
export declare var ImportAsProvisionedProductInput$: StaticStructureSchema;
|
|
121
131
|
export declare var ImportAsProvisionedProductOutput$: StaticStructureSchema;
|
|
122
|
-
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
123
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
124
132
|
export declare var LastSync$: StaticStructureSchema;
|
|
125
133
|
export declare var LaunchPath$: StaticStructureSchema;
|
|
126
134
|
export declare var LaunchPathSummary$: StaticStructureSchema;
|
|
127
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
128
135
|
export declare var ListAcceptedPortfolioSharesInput$: StaticStructureSchema;
|
|
129
136
|
export declare var ListAcceptedPortfolioSharesOutput$: StaticStructureSchema;
|
|
130
137
|
export declare var ListBudgetsForResourceInput$: StaticStructureSchema;
|
|
@@ -169,7 +176,6 @@ export declare var NotifyTerminateProvisionedProductEngineWorkflowResultInput$:
|
|
|
169
176
|
export declare var NotifyTerminateProvisionedProductEngineWorkflowResultOutput$: StaticStructureSchema;
|
|
170
177
|
export declare var NotifyUpdateProvisionedProductEngineWorkflowResultInput$: StaticStructureSchema;
|
|
171
178
|
export declare var NotifyUpdateProvisionedProductEngineWorkflowResultOutput$: StaticStructureSchema;
|
|
172
|
-
export declare var OperationNotSupportedException$: StaticErrorSchema;
|
|
173
179
|
export declare var OrganizationNode$: StaticStructureSchema;
|
|
174
180
|
export declare var ParameterConstraints$: StaticStructureSchema;
|
|
175
181
|
export declare var PortfolioDetail$: StaticStructureSchema;
|
|
@@ -203,8 +209,6 @@ export declare var RejectPortfolioShareOutput$: StaticStructureSchema;
|
|
|
203
209
|
export declare var ResourceChange$: StaticStructureSchema;
|
|
204
210
|
export declare var ResourceChangeDetail$: StaticStructureSchema;
|
|
205
211
|
export declare var ResourceDetail$: StaticStructureSchema;
|
|
206
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
207
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
208
212
|
export declare var ResourceTargetDefinition$: StaticStructureSchema;
|
|
209
213
|
export declare var ScanProvisionedProductsInput$: StaticStructureSchema;
|
|
210
214
|
export declare var ScanProvisionedProductsOutput$: StaticStructureSchema;
|
|
@@ -225,7 +229,6 @@ export declare var SourceConnectionParameters$: StaticStructureSchema;
|
|
|
225
229
|
export declare var StackInstance$: StaticStructureSchema;
|
|
226
230
|
export declare var Tag$: StaticStructureSchema;
|
|
227
231
|
export declare var TagOptionDetail$: StaticStructureSchema;
|
|
228
|
-
export declare var TagOptionNotMigratedException$: StaticErrorSchema;
|
|
229
232
|
export declare var TagOptionSummary$: StaticStructureSchema;
|
|
230
233
|
export declare var TerminateProvisionedProductInput$: StaticStructureSchema;
|
|
231
234
|
export declare var TerminateProvisionedProductOutput$: StaticStructureSchema;
|
|
@@ -251,7 +254,6 @@ export declare var UpdateServiceActionOutput$: StaticStructureSchema;
|
|
|
251
254
|
export declare var UpdateTagOptionInput$: StaticStructureSchema;
|
|
252
255
|
export declare var UpdateTagOptionOutput$: StaticStructureSchema;
|
|
253
256
|
export declare var UsageInstruction$: StaticStructureSchema;
|
|
254
|
-
export declare var ServiceCatalogServiceException$: StaticErrorSchema;
|
|
255
257
|
export declare var AcceptPortfolioShare$: StaticOperationSchema;
|
|
256
258
|
export declare var AssociateBudgetWithResource$: StaticOperationSchema;
|
|
257
259
|
export declare var AssociatePrincipalWithPortfolio$: StaticOperationSchema;
|
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.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-service-catalog",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|