@aws-sdk/client-cleanrooms 3.969.0 → 3.970.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 CHANGED
@@ -507,6 +507,7 @@ const _INAS = "IdNamespaceAssociationSummary";
507
507
  const _INASL = "IdNamespaceAssociationSummaryList";
508
508
  const _ISE = "InternalServerException";
509
509
  const _JCPC = "JobComputePaymentConfig";
510
+ const _JPM = "JobParameterMap";
510
511
  const _LAT = "ListAnalysisTemplates";
511
512
  const _LATI = "ListAnalysisTemplatesInput";
512
513
  const _LATO = "ListAnalysisTemplatesOutput";
@@ -1870,7 +1871,7 @@ var GetProtectedJobInput$ = [3, n0, _GPJI,
1870
1871
  var GetProtectedJobOutput$ = [3, n0, _GPJO,
1871
1872
  0,
1872
1873
  [_pJ],
1873
- [() => ProtectedJob$], 1
1874
+ [[() => ProtectedJob$, 0]], 1
1874
1875
  ];
1875
1876
  var GetProtectedQueryInput$ = [3, n0, _GPQI,
1876
1877
  0,
@@ -2331,7 +2332,7 @@ var PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
2331
2332
  var ProtectedJob$ = [3, n0, _PJ,
2332
2333
  0,
2333
2334
  [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo],
2334
- [0, 0, 0, 4, 0, () => ProtectedJobParameters$, () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$], 5
2335
+ [0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$], 5
2335
2336
  ];
2336
2337
  var ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
2337
2338
  0,
@@ -2355,8 +2356,8 @@ var ProtectedJobMemberOutputConfigurationOutput$ = [3, n0, _PJMOCO,
2355
2356
  ];
2356
2357
  var ProtectedJobParameters$ = [3, n0, _PJP,
2357
2358
  0,
2358
- [_aTAn],
2359
- [0], 1
2359
+ [_aTAn, _pa],
2360
+ [0, [() => JobParameterMap, 0]], 1
2360
2361
  ];
2361
2362
  var ProtectedJobReceiverConfiguration$ = [3, n0, _PJRC,
2362
2363
  0,
@@ -2548,12 +2549,12 @@ var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
2548
2549
  var StartProtectedJobInput$ = [3, n0, _SPJI,
2549
2550
  0,
2550
2551
  [_t, _mIe, _jP, _rCe, _cCo],
2551
- [0, [0, 1], () => ProtectedJobParameters$, () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$], 3
2552
+ [0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$], 3
2552
2553
  ];
2553
2554
  var StartProtectedJobOutput$ = [3, n0, _SPJO,
2554
2555
  0,
2555
2556
  [_pJ],
2556
- [() => ProtectedJob$], 1
2557
+ [[() => ProtectedJob$, 0]], 1
2557
2558
  ];
2558
2559
  var StartProtectedQueryInput$ = [3, n0, _SPQI,
2559
2560
  0,
@@ -2729,7 +2730,7 @@ var UpdateProtectedJobInput$ = [3, n0, _UPJI,
2729
2730
  var UpdateProtectedJobOutput$ = [3, n0, _UPJO,
2730
2731
  0,
2731
2732
  [_pJ],
2732
- [() => ProtectedJob$], 1
2733
+ [[() => ProtectedJob$, 0]], 1
2733
2734
  ];
2734
2735
  var UpdateProtectedQueryInput$ = [3, n0, _UPQI,
2735
2736
  0,
@@ -2932,6 +2933,9 @@ var ValidationExceptionFieldList = [1, n0, _VEFL,
2932
2933
  var ApprovalStatuses = [2, n0, _ASp,
2933
2934
  0, 0, () => ApprovalStatusDetails$
2934
2935
  ];
2936
+ var JobParameterMap = [2, n0, _JPM,
2937
+ 8, 0, 0
2938
+ ];
2935
2939
  var AnalysisRulePolicy$ = [4, n0, _ARP,
2936
2940
  0,
2937
2941
  [_v_],
@@ -283,6 +283,7 @@ const _INAS = "IdNamespaceAssociationSummary";
283
283
  const _INASL = "IdNamespaceAssociationSummaryList";
284
284
  const _ISE = "InternalServerException";
285
285
  const _JCPC = "JobComputePaymentConfig";
286
+ const _JPM = "JobParameterMap";
286
287
  const _LAT = "ListAnalysisTemplates";
287
288
  const _LATI = "ListAnalysisTemplatesInput";
288
289
  const _LATO = "ListAnalysisTemplatesOutput";
@@ -1649,7 +1650,7 @@ export var GetProtectedJobInput$ = [3, n0, _GPJI,
1649
1650
  export var GetProtectedJobOutput$ = [3, n0, _GPJO,
1650
1651
  0,
1651
1652
  [_pJ],
1652
- [() => ProtectedJob$], 1
1653
+ [[() => ProtectedJob$, 0]], 1
1653
1654
  ];
1654
1655
  export var GetProtectedQueryInput$ = [3, n0, _GPQI,
1655
1656
  0,
@@ -2110,7 +2111,7 @@ export var PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
2110
2111
  export var ProtectedJob$ = [3, n0, _PJ,
2111
2112
  0,
2112
2113
  [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo],
2113
- [0, 0, 0, 4, 0, () => ProtectedJobParameters$, () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$], 5
2114
+ [0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$], 5
2114
2115
  ];
2115
2116
  export var ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
2116
2117
  0,
@@ -2134,8 +2135,8 @@ export var ProtectedJobMemberOutputConfigurationOutput$ = [3, n0, _PJMOCO,
2134
2135
  ];
2135
2136
  export var ProtectedJobParameters$ = [3, n0, _PJP,
2136
2137
  0,
2137
- [_aTAn],
2138
- [0], 1
2138
+ [_aTAn, _pa],
2139
+ [0, [() => JobParameterMap, 0]], 1
2139
2140
  ];
2140
2141
  export var ProtectedJobReceiverConfiguration$ = [3, n0, _PJRC,
2141
2142
  0,
@@ -2327,12 +2328,12 @@ export var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
2327
2328
  export var StartProtectedJobInput$ = [3, n0, _SPJI,
2328
2329
  0,
2329
2330
  [_t, _mIe, _jP, _rCe, _cCo],
2330
- [0, [0, 1], () => ProtectedJobParameters$, () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$], 3
2331
+ [0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$], 3
2331
2332
  ];
2332
2333
  export var StartProtectedJobOutput$ = [3, n0, _SPJO,
2333
2334
  0,
2334
2335
  [_pJ],
2335
- [() => ProtectedJob$], 1
2336
+ [[() => ProtectedJob$, 0]], 1
2336
2337
  ];
2337
2338
  export var StartProtectedQueryInput$ = [3, n0, _SPQI,
2338
2339
  0,
@@ -2508,7 +2509,7 @@ export var UpdateProtectedJobInput$ = [3, n0, _UPJI,
2508
2509
  export var UpdateProtectedJobOutput$ = [3, n0, _UPJO,
2509
2510
  0,
2510
2511
  [_pJ],
2511
- [() => ProtectedJob$], 1
2512
+ [[() => ProtectedJob$, 0]], 1
2512
2513
  ];
2513
2514
  export var UpdateProtectedQueryInput$ = [3, n0, _UPQI,
2514
2515
  0,
@@ -2737,6 +2738,9 @@ var ValidationExceptionFieldList = [1, n0, _VEFL,
2737
2738
  var ApprovalStatuses = [2, n0, _ASp,
2738
2739
  0, 0, () => ApprovalStatusDetails$
2739
2740
  ];
2741
+ var JobParameterMap = [2, n0, _JPM,
2742
+ 8, 0, 0
2743
+ ];
2740
2744
  var ParameterMap = 128 | 0;
2741
2745
  var SparkProperties = 128 | 0;
2742
2746
  var TagMap = 128 | 0;
@@ -50,6 +50,9 @@ declare const GetProtectedJobCommand_base: {
50
50
  * // createTime: new Date("TIMESTAMP"), // required
51
51
  * // jobParameters: { // ProtectedJobParameters
52
52
  * // analysisTemplateArn: "STRING_VALUE", // required
53
+ * // parameters: { // JobParameterMap
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
53
56
  * // },
54
57
  * // status: "SUBMITTED" || "STARTED" || "CANCELLED" || "CANCELLING" || "FAILED" || "SUCCESS", // required
55
58
  * // resultConfiguration: { // ProtectedJobResultConfigurationOutput
@@ -41,6 +41,9 @@ declare const StartProtectedJobCommand_base: {
41
41
  * membershipIdentifier: "STRING_VALUE", // required
42
42
  * jobParameters: { // ProtectedJobParameters
43
43
  * analysisTemplateArn: "STRING_VALUE", // required
44
+ * parameters: { // JobParameterMap
45
+ * "<keys>": "STRING_VALUE",
46
+ * },
44
47
  * },
45
48
  * resultConfiguration: { // ProtectedJobResultConfigurationInput
46
49
  * outputConfiguration: { // ProtectedJobOutputConfigurationInput Union: only one key present
@@ -66,6 +69,9 @@ declare const StartProtectedJobCommand_base: {
66
69
  * // createTime: new Date("TIMESTAMP"), // required
67
70
  * // jobParameters: { // ProtectedJobParameters
68
71
  * // analysisTemplateArn: "STRING_VALUE", // required
72
+ * // parameters: { // JobParameterMap
73
+ * // "<keys>": "STRING_VALUE",
74
+ * // },
69
75
  * // },
70
76
  * // status: "SUBMITTED" || "STARTED" || "CANCELLED" || "CANCELLING" || "FAILED" || "SUCCESS", // required
71
77
  * // resultConfiguration: { // ProtectedJobResultConfigurationOutput
@@ -51,6 +51,9 @@ declare const UpdateProtectedJobCommand_base: {
51
51
  * // createTime: new Date("TIMESTAMP"), // required
52
52
  * // jobParameters: { // ProtectedJobParameters
53
53
  * // analysisTemplateArn: "STRING_VALUE", // required
54
+ * // parameters: { // JobParameterMap
55
+ * // "<keys>": "STRING_VALUE",
56
+ * // },
54
57
  * // },
55
58
  * // status: "SUBMITTED" || "STARTED" || "CANCELLED" || "CANCELLING" || "FAILED" || "SUCCESS", // required
56
59
  * // resultConfiguration: { // ProtectedJobResultConfigurationOutput
@@ -164,7 +164,7 @@ export interface AggregationConstraint {
164
164
  */
165
165
  export interface AnalysisParameter {
166
166
  /**
167
- * <p>The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.</p>
167
+ * <p>The name of the parameter. The name must use only alphanumeric or underscore (_) characters.</p>
168
168
  * @public
169
169
  */
170
170
  name: string | undefined;
@@ -6671,6 +6671,11 @@ export interface ProtectedJobParameters {
6671
6671
  * @public
6672
6672
  */
6673
6673
  analysisTemplateArn: string | undefined;
6674
+ /**
6675
+ * <p>Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.</p>
6676
+ * @public
6677
+ */
6678
+ parameters?: Record<string, string> | undefined;
6674
6679
  }
6675
6680
  /**
6676
6681
  * <p>Details about the member who received the job result.</p>
@@ -1988,6 +1988,7 @@ export interface ProtectedJobError {
1988
1988
  }
1989
1989
  export interface ProtectedJobParameters {
1990
1990
  analysisTemplateArn: string | undefined;
1991
+ parameters?: Record<string, string> | undefined;
1991
1992
  }
1992
1993
  export interface ProtectedJobSingleMemberOutput {
1993
1994
  accountId: string | undefined;
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.969.0",
4
+ "version": "3.970.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.969.0",
25
- "@aws-sdk/credential-provider-node": "3.969.0",
24
+ "@aws-sdk/core": "3.970.0",
25
+ "@aws-sdk/credential-provider-node": "3.970.0",
26
26
  "@aws-sdk/middleware-host-header": "3.969.0",
27
27
  "@aws-sdk/middleware-logger": "3.969.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
- "@aws-sdk/middleware-user-agent": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.970.0",
30
30
  "@aws-sdk/region-config-resolver": "3.969.0",
31
31
  "@aws-sdk/types": "3.969.0",
32
- "@aws-sdk/util-endpoints": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.970.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.969.0",
34
- "@aws-sdk/util-user-agent-node": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.970.0",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.20.5",
36
+ "@smithy/core": "^3.20.6",
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.6",
42
- "@smithy/middleware-retry": "^4.4.22",
41
+ "@smithy/middleware-endpoint": "^4.4.7",
42
+ "@smithy/middleware-retry": "^4.4.23",
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
46
  "@smithy/node-http-handler": "^4.4.8",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.10.7",
48
+ "@smithy/smithy-client": "^4.10.8",
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.21",
55
- "@smithy/util-defaults-mode-node": "^4.2.24",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
55
+ "@smithy/util-defaults-mode-node": "^4.2.25",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",