@aws-sdk/client-cleanroomsml 3.846.0 → 3.848.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
@@ -103,6 +103,7 @@ __export(index_exports, {
103
103
  PutConfiguredAudienceModelPolicyCommand: () => PutConfiguredAudienceModelPolicyCommand,
104
104
  PutMLConfigurationCommand: () => PutMLConfigurationCommand,
105
105
  ResourceNotFoundException: () => ResourceNotFoundException,
106
+ ResultFormat: () => ResultFormat,
106
107
  S3DataDistributionType: () => S3DataDistributionType,
107
108
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
108
109
  SharedAudienceMetrics: () => SharedAudienceMetrics,
@@ -559,6 +560,10 @@ var TrainedModelStatus = {
559
560
  DELETE_PENDING: "DELETE_PENDING",
560
561
  INACTIVE: "INACTIVE"
561
562
  };
563
+ var ResultFormat = {
564
+ CSV: "CSV",
565
+ PARQUET: "PARQUET"
566
+ };
562
567
  var InputChannelDataSource;
563
568
  ((InputChannelDataSource3) => {
564
569
  InputChannelDataSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -4300,6 +4305,7 @@ var paginateListTrainingDatasets = (0, import_core.createPaginator)(CleanRoomsML
4300
4305
  MetricsStatus,
4301
4306
  TrainedModelInferenceJobStatus,
4302
4307
  TrainedModelStatus,
4308
+ ResultFormat,
4303
4309
  InputChannelDataSource,
4304
4310
  S3DataDistributionType,
4305
4311
  _InstanceType,
@@ -197,6 +197,10 @@ export const TrainedModelStatus = {
197
197
  DELETE_PENDING: "DELETE_PENDING",
198
198
  INACTIVE: "INACTIVE",
199
199
  };
200
+ export const ResultFormat = {
201
+ CSV: "CSV",
202
+ PARQUET: "PARQUET",
203
+ };
200
204
  export var InputChannelDataSource;
201
205
  (function (InputChannelDataSource) {
202
206
  InputChannelDataSource.visit = (value, visitor) => {
@@ -55,6 +55,7 @@ declare const CreateMLInputChannelCommand_base: {
55
55
  * number: Number("int"),
56
56
  * },
57
57
  * },
58
+ * resultFormat: "CSV" || "PARQUET",
58
59
  * },
59
60
  * },
60
61
  * roleArn: "STRING_VALUE", // required
@@ -61,6 +61,7 @@ declare const GetMLInputChannelCommand_base: {
61
61
  * // number: Number("int"),
62
62
  * // },
63
63
  * // },
64
+ * // resultFormat: "CSV" || "PARQUET",
64
65
  * // },
65
66
  * // },
66
67
  * // roleArn: "STRING_VALUE", // required
@@ -2862,6 +2862,18 @@ export interface PutMLConfigurationRequest {
2862
2862
  */
2863
2863
  defaultOutputLocation: MLOutputConfiguration | undefined;
2864
2864
  }
2865
+ /**
2866
+ * @public
2867
+ * @enum
2868
+ */
2869
+ export declare const ResultFormat: {
2870
+ readonly CSV: "CSV";
2871
+ readonly PARQUET: "PARQUET";
2872
+ };
2873
+ /**
2874
+ * @public
2875
+ */
2876
+ export type ResultFormat = (typeof ResultFormat)[keyof typeof ResultFormat];
2865
2877
  /**
2866
2878
  * <p>Provides information necessary to perform the protected query.</p>
2867
2879
  * @public
@@ -2877,6 +2889,11 @@ export interface ProtectedQueryInputParameters {
2877
2889
  * @public
2878
2890
  */
2879
2891
  computeConfiguration?: ComputeConfiguration | undefined;
2892
+ /**
2893
+ * <p>The format in which the query results should be returned. If not specified, defaults to <code>CSV</code>. </p>
2894
+ * @public
2895
+ */
2896
+ resultFormat?: ResultFormat | undefined;
2880
2897
  }
2881
2898
  /**
2882
2899
  * <p>Provides the data source that is used to define an input channel.</p>
@@ -817,9 +817,15 @@ export interface PutMLConfigurationRequest {
817
817
  membershipIdentifier: string | undefined;
818
818
  defaultOutputLocation: MLOutputConfiguration | undefined;
819
819
  }
820
+ export declare const ResultFormat: {
821
+ readonly CSV: "CSV";
822
+ readonly PARQUET: "PARQUET";
823
+ };
824
+ export type ResultFormat = (typeof ResultFormat)[keyof typeof ResultFormat];
820
825
  export interface ProtectedQueryInputParameters {
821
826
  sqlParameters: ProtectedQuerySQLParameters | undefined;
822
827
  computeConfiguration?: ComputeConfiguration | undefined;
828
+ resultFormat?: ResultFormat | undefined;
823
829
  }
824
830
  export type InputChannelDataSource =
825
831
  | InputChannelDataSource.ProtectedQueryInputParametersMember
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanroomsml",
3
3
  "description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native",
4
- "version": "3.846.0",
4
+ "version": "3.848.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cleanroomsml",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.846.0",
24
+ "@aws-sdk/credential-provider-node": "3.848.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.846.0",
28
+ "@aws-sdk/middleware-user-agent": "3.848.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.845.0",
31
+ "@aws-sdk/util-endpoints": "3.848.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.846.0",
33
+ "@aws-sdk/util-user-agent-node": "3.848.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",