@aws-sdk/client-cleanrooms 3.987.0 → 3.988.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 +107 -3828
- package/dist-cjs/models/CleanRoomsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +115 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3203 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +61 -55
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- 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 { defaultCleanRoomsHttpAuthSchemeProvider } 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: "2022-02-17",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.cleanrooms",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2022-02-17",
|
|
30
32
|
serviceTarget: "AWSBastionControlPlaneServiceLambda",
|
|
31
33
|
},
|
|
@@ -763,12 +763,12 @@ const _rCec = "receiverConfigurations";
|
|
|
763
763
|
const _rF = "resultFormat";
|
|
764
764
|
const _rI = "resourceId";
|
|
765
765
|
const _rO = "requireOverlap";
|
|
766
|
-
const _rT = "
|
|
767
|
-
const _rTe = "
|
|
766
|
+
const _rT = "resourceType";
|
|
767
|
+
const _rTe = "referencedTables";
|
|
768
768
|
const _re = "reasons";
|
|
769
769
|
const _reg = "region";
|
|
770
770
|
const _res = "result";
|
|
771
|
-
const _s = "
|
|
771
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cleanrooms";
|
|
772
772
|
const _sA = "secretArn";
|
|
773
773
|
const _sAM = "selectedAnalysisMethods";
|
|
774
774
|
const _sARR = "schemaAnalysisRuleRequests";
|
|
@@ -787,10 +787,10 @@ const _sTP = "schemaTypeProperties";
|
|
|
787
787
|
const _sTc = "schemaType";
|
|
788
788
|
const _sTp = "specificationType";
|
|
789
789
|
const _s_ = "s3";
|
|
790
|
-
const _sc = "
|
|
790
|
+
const _sc = "schema";
|
|
791
|
+
const _sch = "schemas";
|
|
791
792
|
const _se = "server";
|
|
792
793
|
const _sh = "sha256";
|
|
793
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cleanrooms";
|
|
794
794
|
const _sn = "snowflake";
|
|
795
795
|
const _so = "source";
|
|
796
796
|
const _sp = "specification";
|
|
@@ -819,6 +819,56 @@ const n0 = "com.amazonaws.cleanrooms";
|
|
|
819
819
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
820
820
|
import { CleanRoomsServiceException } from "../models/CleanRoomsServiceException";
|
|
821
821
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
822
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
823
|
+
export var CleanRoomsServiceException$ = [-3, _s, "CleanRoomsServiceException", 0, [], []];
|
|
824
|
+
_s_registry.registerError(CleanRoomsServiceException$, CleanRoomsServiceException);
|
|
825
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
826
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
827
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
828
|
+
[_m, _r],
|
|
829
|
+
[0, 0]
|
|
830
|
+
];
|
|
831
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
832
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
833
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
834
|
+
[_m, _rI, _rT, _r],
|
|
835
|
+
[0, 0, 0, 0]
|
|
836
|
+
];
|
|
837
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
838
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
839
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
840
|
+
[_m],
|
|
841
|
+
[0]
|
|
842
|
+
];
|
|
843
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
844
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
845
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
846
|
+
[_m, _rI, _rT],
|
|
847
|
+
[0, 0, 0], 3
|
|
848
|
+
];
|
|
849
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
850
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
851
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
852
|
+
[_m, _qN, _qV],
|
|
853
|
+
[0, 0, 1], 3
|
|
854
|
+
];
|
|
855
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
856
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
857
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
858
|
+
[_m],
|
|
859
|
+
[0]
|
|
860
|
+
];
|
|
861
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
862
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
863
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
864
|
+
[_m, _r, _fL],
|
|
865
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
866
|
+
];
|
|
867
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
868
|
+
export const errorTypeRegistries = [
|
|
869
|
+
_s_registry,
|
|
870
|
+
n0_registry,
|
|
871
|
+
];
|
|
822
872
|
var AnalysisTemplateText = [0, n0, _ATT, 8, 0];
|
|
823
873
|
export var AccessBudget$ = [3, n0, _AB,
|
|
824
874
|
0,
|
|
@@ -845,12 +895,6 @@ export var AccessBudgetsPrivacyTemplateUpdateParameters$ = [3, n0, _ABPTUP,
|
|
|
845
895
|
[_bP],
|
|
846
896
|
[() => BudgetParameters], 1
|
|
847
897
|
];
|
|
848
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
849
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
850
|
-
[_m, _r],
|
|
851
|
-
[0, 0]
|
|
852
|
-
];
|
|
853
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
854
898
|
export var AggregateColumn$ = [3, n0, _AC,
|
|
855
899
|
0,
|
|
856
900
|
[_cN, _f],
|
|
@@ -893,12 +937,12 @@ export var AnalysisRuleList$ = [3, n0, _ARL,
|
|
|
893
937
|
];
|
|
894
938
|
export var AnalysisSchema$ = [3, n0, _AS,
|
|
895
939
|
0,
|
|
896
|
-
[
|
|
940
|
+
[_rTe],
|
|
897
941
|
[64 | 0]
|
|
898
942
|
];
|
|
899
943
|
export var AnalysisTemplate$ = [3, n0, _AT,
|
|
900
944
|
0,
|
|
901
|
-
[_i, _a, _cI, _cA, _mI, _mA, _n, _cT, _uT,
|
|
945
|
+
[_i, _a, _cI, _cA, _mI, _mA, _n, _cT, _uT, _sc, _fo, _so, _de, _sM, _aP, _v, _eMC, _sDP],
|
|
902
946
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, () => AnalysisSchema$, 0, [() => AnalysisSource$, 0], 0, () => AnalysisSourceMetadata$, [() => AnalysisParameterList, 0], () => AnalysisTemplateValidationStatusDetailList, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 12
|
|
903
947
|
];
|
|
904
948
|
export var AnalysisTemplateArtifact$ = [3, n0, _ATA,
|
|
@@ -983,7 +1027,7 @@ export var BatchGetSchemaInput$ = [3, n0, _BGSI,
|
|
|
983
1027
|
];
|
|
984
1028
|
export var BatchGetSchemaOutput$ = [3, n0, _BGSO,
|
|
985
1029
|
0,
|
|
986
|
-
[
|
|
1030
|
+
[_sch, _er],
|
|
987
1031
|
[() => SchemaList, () => BatchGetSchemaErrorList], 2
|
|
988
1032
|
];
|
|
989
1033
|
export var BilledJobResourceUtilization$ = [3, n0, _BJRU,
|
|
@@ -1018,7 +1062,7 @@ export var Collaboration$ = [3, n0, _Co,
|
|
|
1018
1062
|
];
|
|
1019
1063
|
export var CollaborationAnalysisTemplate$ = [3, n0, _CAT,
|
|
1020
1064
|
0,
|
|
1021
|
-
[_i, _a, _cI, _cA, _cAI, _n, _cT, _uT,
|
|
1065
|
+
[_i, _a, _cI, _cA, _cAI, _n, _cT, _uT, _sc, _fo, _de, _so, _sM, _aP, _v, _eMC, _sDP],
|
|
1022
1066
|
[0, 0, 0, 0, 0, 0, 4, 4, () => AnalysisSchema$, 0, 0, [() => AnalysisSource$, 0], () => AnalysisSourceMetadata$, [() => AnalysisParameterList, 0], () => AnalysisTemplateValidationStatusDetailList, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 10
|
|
1023
1067
|
];
|
|
1024
1068
|
export var CollaborationAnalysisTemplateSummary$ = [3, n0, _CATS,
|
|
@@ -1146,12 +1190,6 @@ export var ConfiguredTableSummary$ = [3, n0, _CTS,
|
|
|
1146
1190
|
[_i, _a, _n, _cT, _uT, _aRT, _aM, _sAM],
|
|
1147
1191
|
[0, 0, 0, 4, 4, 64 | 0, 0, 64 | 0], 7
|
|
1148
1192
|
];
|
|
1149
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
1150
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1151
|
-
[_m, _rI, _rTe, _r],
|
|
1152
|
-
[0, 0, 0, 0]
|
|
1153
|
-
];
|
|
1154
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1155
1193
|
export var ConsolidatedPolicyAggregation$ = [3, n0, _CPA,
|
|
1156
1194
|
0,
|
|
1157
1195
|
[_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA, _aRRl, _aAA],
|
|
@@ -1169,7 +1207,7 @@ export var ConsolidatedPolicyList$ = [3, n0, _CPL,
|
|
|
1169
1207
|
];
|
|
1170
1208
|
export var CreateAnalysisTemplateInput$ = [3, n0, _CATI,
|
|
1171
1209
|
0,
|
|
1172
|
-
[_mIe, _n, _fo, _so, _de, _ta, _aP,
|
|
1210
|
+
[_mIe, _n, _fo, _so, _de, _ta, _aP, _sc, _eMC, _sDP],
|
|
1173
1211
|
[[0, 1], 0, 0, [() => AnalysisSource$, 0], 0, 128 | 0, [() => AnalysisParameterList, 0], () => AnalysisSchema$, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 4
|
|
1174
1212
|
];
|
|
1175
1213
|
export var CreateAnalysisTemplateOutput$ = [3, n0, _CATO,
|
|
@@ -1679,7 +1717,7 @@ export var GetSchemaInput$ = [3, n0, _GSI,
|
|
|
1679
1717
|
];
|
|
1680
1718
|
export var GetSchemaOutput$ = [3, n0, _GSO,
|
|
1681
1719
|
0,
|
|
1682
|
-
[
|
|
1720
|
+
[_sc],
|
|
1683
1721
|
[() => Schema$], 1
|
|
1684
1722
|
];
|
|
1685
1723
|
export var GlueTableReference$ = [3, n0, _GTR,
|
|
@@ -1752,12 +1790,6 @@ export var IdNamespaceAssociationSummary$ = [3, n0, _INAS,
|
|
|
1752
1790
|
[_mI, _mA, _cA, _cI, _cT, _uT, _i, _a, _iRC, _n, _iRP, _de],
|
|
1753
1791
|
[0, 0, 0, 0, 4, 4, 0, 0, () => IdNamespaceAssociationInputReferenceConfig$, 0, () => IdNamespaceAssociationInputReferencePropertiesSummary$, 0], 11
|
|
1754
1792
|
];
|
|
1755
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1756
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
1757
|
-
[_m],
|
|
1758
|
-
[0]
|
|
1759
|
-
];
|
|
1760
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1761
1793
|
export var JobComputePaymentConfig$ = [3, n0, _JCPC,
|
|
1762
1794
|
0,
|
|
1763
1795
|
[_iR],
|
|
@@ -2273,12 +2305,6 @@ export var ReceiverConfiguration$ = [3, n0, _RC,
|
|
|
2273
2305
|
[_aTn, _cD],
|
|
2274
2306
|
[0, () => ConfigurationDetails$], 1
|
|
2275
2307
|
];
|
|
2276
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2277
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2278
|
-
[_m, _rI, _rTe],
|
|
2279
|
-
[0, 0, 0], 3
|
|
2280
|
-
];
|
|
2281
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2282
2308
|
export var S3Location$ = [3, n0, _SL,
|
|
2283
2309
|
0,
|
|
2284
2310
|
[_bu, _k],
|
|
@@ -2309,12 +2335,6 @@ export var SchemaSummary$ = [3, n0, _SS,
|
|
|
2309
2335
|
[_n, _t, _cAI, _cT, _uT, _cI, _cA, _aRT, _aM, _rA, _sAM],
|
|
2310
2336
|
[0, 0, 0, 4, 4, 0, 0, 64 | 0, 0, 0, 64 | 0], 8
|
|
2311
2337
|
];
|
|
2312
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
2313
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
2314
|
-
[_m, _qN, _qV],
|
|
2315
|
-
[0, 0, 1], 3
|
|
2316
|
-
];
|
|
2317
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2318
2338
|
export var SnowflakeTableReference$ = [3, n0, _STR,
|
|
2319
2339
|
0,
|
|
2320
2340
|
[_sA, _aIc, _dN, _tN, _sN, _tS],
|
|
@@ -2365,12 +2385,6 @@ export var TagResourceOutput$ = [3, n0, _TRO,
|
|
|
2365
2385
|
[],
|
|
2366
2386
|
[]
|
|
2367
2387
|
];
|
|
2368
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
2369
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
2370
|
-
[_m],
|
|
2371
|
-
[0]
|
|
2372
|
-
];
|
|
2373
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2374
2388
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
2375
2389
|
0,
|
|
2376
2390
|
[_rA, _tK],
|
|
@@ -2521,12 +2535,6 @@ export var UpdateProtectedQueryOutput$ = [3, n0, _UPQO,
|
|
|
2521
2535
|
[_pQ],
|
|
2522
2536
|
[[() => ProtectedQuery$, 0]], 1
|
|
2523
2537
|
];
|
|
2524
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
2525
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2526
|
-
[_m, _r, _fL],
|
|
2527
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
2528
|
-
];
|
|
2529
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2530
2538
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
2531
2539
|
0,
|
|
2532
2540
|
[_n, _m],
|
|
@@ -2537,8 +2545,6 @@ export var WorkerComputeConfiguration$ = [3, n0, _WCC,
|
|
|
2537
2545
|
[_t, _nu, _pr],
|
|
2538
2546
|
[0, 1, () => WorkerComputeConfigurationProperties$]
|
|
2539
2547
|
];
|
|
2540
|
-
export var CleanRoomsServiceException$ = [-3, _sm, "CleanRoomsServiceException", 0, [], []];
|
|
2541
|
-
TypeRegistry.for(_sm).registerError(CleanRoomsServiceException$, CleanRoomsServiceException);
|
|
2542
2548
|
var AccessBudgetDetailsList = [1, n0, _ABDL,
|
|
2543
2549
|
0, () => AccessBudgetDetails$
|
|
2544
2550
|
];
|
|
@@ -1,10 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var CleanRoomsServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
17
|
export declare var AccessBudget$: StaticStructureSchema;
|
|
3
18
|
export declare var AccessBudgetDetails$: StaticStructureSchema;
|
|
4
19
|
export declare var AccessBudgetsPrivacyTemplateParametersInput$: StaticStructureSchema;
|
|
5
20
|
export declare var AccessBudgetsPrivacyTemplateParametersOutput$: StaticStructureSchema;
|
|
6
21
|
export declare var AccessBudgetsPrivacyTemplateUpdateParameters$: StaticStructureSchema;
|
|
7
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
8
22
|
export declare var AggregateColumn$: StaticStructureSchema;
|
|
9
23
|
export declare var AggregationConstraint$: StaticStructureSchema;
|
|
10
24
|
export declare var AnalysisParameter$: StaticStructureSchema;
|
|
@@ -64,7 +78,6 @@ export declare var ConfiguredTableAssociationAnalysisRuleCustom$: StaticStructur
|
|
|
64
78
|
export declare var ConfiguredTableAssociationAnalysisRuleList$: StaticStructureSchema;
|
|
65
79
|
export declare var ConfiguredTableAssociationSummary$: StaticStructureSchema;
|
|
66
80
|
export declare var ConfiguredTableSummary$: StaticStructureSchema;
|
|
67
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
68
81
|
export declare var ConsolidatedPolicyAggregation$: StaticStructureSchema;
|
|
69
82
|
export declare var ConsolidatedPolicyCustom$: StaticStructureSchema;
|
|
70
83
|
export declare var ConsolidatedPolicyList$: StaticStructureSchema;
|
|
@@ -185,7 +198,6 @@ export declare var IdNamespaceAssociationInputReferenceConfig$: StaticStructureS
|
|
|
185
198
|
export declare var IdNamespaceAssociationInputReferenceProperties$: StaticStructureSchema;
|
|
186
199
|
export declare var IdNamespaceAssociationInputReferencePropertiesSummary$: StaticStructureSchema;
|
|
187
200
|
export declare var IdNamespaceAssociationSummary$: StaticStructureSchema;
|
|
188
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
189
201
|
export declare var JobComputePaymentConfig$: StaticStructureSchema;
|
|
190
202
|
export declare var ListAnalysisTemplatesInput$: StaticStructureSchema;
|
|
191
203
|
export declare var ListAnalysisTemplatesOutput$: StaticStructureSchema;
|
|
@@ -289,14 +301,12 @@ export declare var ProtectedQuerySummary$: StaticStructureSchema;
|
|
|
289
301
|
export declare var QueryComputePaymentConfig$: StaticStructureSchema;
|
|
290
302
|
export declare var QueryConstraintRequireOverlap$: StaticStructureSchema;
|
|
291
303
|
export declare var ReceiverConfiguration$: StaticStructureSchema;
|
|
292
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
293
304
|
export declare var S3Location$: StaticStructureSchema;
|
|
294
305
|
export declare var Schema$: StaticStructureSchema;
|
|
295
306
|
export declare var SchemaAnalysisRuleRequest$: StaticStructureSchema;
|
|
296
307
|
export declare var SchemaStatusDetail$: StaticStructureSchema;
|
|
297
308
|
export declare var SchemaStatusReason$: StaticStructureSchema;
|
|
298
309
|
export declare var SchemaSummary$: StaticStructureSchema;
|
|
299
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
300
310
|
export declare var SnowflakeTableReference$: StaticStructureSchema;
|
|
301
311
|
export declare var SnowflakeTableSchemaV1$: StaticStructureSchema;
|
|
302
312
|
export declare var StartProtectedJobInput$: StaticStructureSchema;
|
|
@@ -307,7 +317,6 @@ export declare var SyntheticDataColumnProperties$: StaticStructureSchema;
|
|
|
307
317
|
export declare var SyntheticDataGenerationPaymentConfig$: StaticStructureSchema;
|
|
308
318
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
309
319
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
310
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
311
320
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
312
321
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
313
322
|
export declare var UpdateAnalysisTemplateInput$: StaticStructureSchema;
|
|
@@ -338,10 +347,8 @@ export declare var UpdateProtectedJobInput$: StaticStructureSchema;
|
|
|
338
347
|
export declare var UpdateProtectedJobOutput$: StaticStructureSchema;
|
|
339
348
|
export declare var UpdateProtectedQueryInput$: StaticStructureSchema;
|
|
340
349
|
export declare var UpdateProtectedQueryOutput$: StaticStructureSchema;
|
|
341
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
342
350
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
343
351
|
export declare var WorkerComputeConfiguration$: StaticStructureSchema;
|
|
344
|
-
export declare var CleanRoomsServiceException$: StaticErrorSchema;
|
|
345
352
|
export declare var AnalysisRulePolicy$: StaticUnionSchema;
|
|
346
353
|
export declare var AnalysisRulePolicyV1$: StaticUnionSchema;
|
|
347
354
|
export declare var AnalysisSource$: StaticUnionSchema;
|
|
@@ -1,15 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var CleanRoomsServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
17
|
export declare var AccessBudget$: StaticStructureSchema;
|
|
8
18
|
export declare var AccessBudgetDetails$: StaticStructureSchema;
|
|
9
19
|
export declare var AccessBudgetsPrivacyTemplateParametersInput$: StaticStructureSchema;
|
|
10
20
|
export declare var AccessBudgetsPrivacyTemplateParametersOutput$: StaticStructureSchema;
|
|
11
21
|
export declare var AccessBudgetsPrivacyTemplateUpdateParameters$: StaticStructureSchema;
|
|
12
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
13
22
|
export declare var AggregateColumn$: StaticStructureSchema;
|
|
14
23
|
export declare var AggregationConstraint$: StaticStructureSchema;
|
|
15
24
|
export declare var AnalysisParameter$: StaticStructureSchema;
|
|
@@ -69,7 +78,6 @@ export declare var ConfiguredTableAssociationAnalysisRuleCustom$: StaticStructur
|
|
|
69
78
|
export declare var ConfiguredTableAssociationAnalysisRuleList$: StaticStructureSchema;
|
|
70
79
|
export declare var ConfiguredTableAssociationSummary$: StaticStructureSchema;
|
|
71
80
|
export declare var ConfiguredTableSummary$: StaticStructureSchema;
|
|
72
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
73
81
|
export declare var ConsolidatedPolicyAggregation$: StaticStructureSchema;
|
|
74
82
|
export declare var ConsolidatedPolicyCustom$: StaticStructureSchema;
|
|
75
83
|
export declare var ConsolidatedPolicyList$: StaticStructureSchema;
|
|
@@ -190,7 +198,6 @@ export declare var IdNamespaceAssociationInputReferenceConfig$: StaticStructureS
|
|
|
190
198
|
export declare var IdNamespaceAssociationInputReferenceProperties$: StaticStructureSchema;
|
|
191
199
|
export declare var IdNamespaceAssociationInputReferencePropertiesSummary$: StaticStructureSchema;
|
|
192
200
|
export declare var IdNamespaceAssociationSummary$: StaticStructureSchema;
|
|
193
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
194
201
|
export declare var JobComputePaymentConfig$: StaticStructureSchema;
|
|
195
202
|
export declare var ListAnalysisTemplatesInput$: StaticStructureSchema;
|
|
196
203
|
export declare var ListAnalysisTemplatesOutput$: StaticStructureSchema;
|
|
@@ -294,14 +301,12 @@ export declare var ProtectedQuerySummary$: StaticStructureSchema;
|
|
|
294
301
|
export declare var QueryComputePaymentConfig$: StaticStructureSchema;
|
|
295
302
|
export declare var QueryConstraintRequireOverlap$: StaticStructureSchema;
|
|
296
303
|
export declare var ReceiverConfiguration$: StaticStructureSchema;
|
|
297
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
298
304
|
export declare var S3Location$: StaticStructureSchema;
|
|
299
305
|
export declare var Schema$: StaticStructureSchema;
|
|
300
306
|
export declare var SchemaAnalysisRuleRequest$: StaticStructureSchema;
|
|
301
307
|
export declare var SchemaStatusDetail$: StaticStructureSchema;
|
|
302
308
|
export declare var SchemaStatusReason$: StaticStructureSchema;
|
|
303
309
|
export declare var SchemaSummary$: StaticStructureSchema;
|
|
304
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
305
310
|
export declare var SnowflakeTableReference$: StaticStructureSchema;
|
|
306
311
|
export declare var SnowflakeTableSchemaV1$: StaticStructureSchema;
|
|
307
312
|
export declare var StartProtectedJobInput$: StaticStructureSchema;
|
|
@@ -312,7 +317,6 @@ export declare var SyntheticDataColumnProperties$: StaticStructureSchema;
|
|
|
312
317
|
export declare var SyntheticDataGenerationPaymentConfig$: StaticStructureSchema;
|
|
313
318
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
314
319
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
315
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
316
320
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
317
321
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
318
322
|
export declare var UpdateAnalysisTemplateInput$: StaticStructureSchema;
|
|
@@ -343,10 +347,8 @@ export declare var UpdateProtectedJobInput$: StaticStructureSchema;
|
|
|
343
347
|
export declare var UpdateProtectedJobOutput$: StaticStructureSchema;
|
|
344
348
|
export declare var UpdateProtectedQueryInput$: StaticStructureSchema;
|
|
345
349
|
export declare var UpdateProtectedQueryOutput$: StaticStructureSchema;
|
|
346
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
347
350
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
348
351
|
export declare var WorkerComputeConfiguration$: StaticStructureSchema;
|
|
349
|
-
export declare var CleanRoomsServiceException$: StaticErrorSchema;
|
|
350
352
|
export declare var AnalysisRulePolicy$: StaticUnionSchema;
|
|
351
353
|
export declare var AnalysisRulePolicyV1$: StaticUnionSchema;
|
|
352
354
|
export declare var AnalysisSource$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cleanrooms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.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-cleanrooms",
|
|
@@ -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.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
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.8",
|
|
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.988.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.6",
|
|
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",
|