@aws-sdk/client-cleanrooms 3.992.0 → 3.993.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.
@@ -617,6 +617,7 @@ const _cMA = "creatorMemberAbilities";
617
617
  const _cMLMA = "creatorMLMemberAbilities";
618
618
  const _cMLMAu = "customMLMemberAbilities";
619
619
  const _cN = "columnNames";
620
+ const _cNa = "catalogName";
620
621
  const _cNo = "columnName";
621
622
  const _cNol = "collaborationName";
622
623
  const _cP = "collaborationPolicy";
@@ -994,8 +995,8 @@ exports.ApprovalStatusDetails$ = [3, n0, _ASD,
994
995
  ];
995
996
  exports.AthenaTableReference$ = [3, n0, _ATR,
996
997
  0,
997
- [_wG, _dN, _tN, _reg, _oL],
998
- [0, 0, 0, 0, 0], 3
998
+ [_wG, _dN, _tN, _reg, _oL, _cNa],
999
+ [0, 0, 0, 0, 0, 0], 3
999
1000
  ];
1000
1001
  exports.BatchGetCollaborationAnalysisTemplateError$ = [3, n0, _BGCATE,
1001
1002
  0,
@@ -605,6 +605,7 @@ const _cMA = "creatorMemberAbilities";
605
605
  const _cMLMA = "creatorMLMemberAbilities";
606
606
  const _cMLMAu = "customMLMemberAbilities";
607
607
  const _cN = "columnNames";
608
+ const _cNa = "catalogName";
608
609
  const _cNo = "columnName";
609
610
  const _cNol = "collaborationName";
610
611
  const _cP = "collaborationPolicy";
@@ -982,8 +983,8 @@ export var ApprovalStatusDetails$ = [3, n0, _ASD,
982
983
  ];
983
984
  export var AthenaTableReference$ = [3, n0, _ATR,
984
985
  0,
985
- [_wG, _dN, _tN, _reg, _oL],
986
- [0, 0, 0, 0, 0], 3
986
+ [_wG, _dN, _tN, _reg, _oL, _cNa],
987
+ [0, 0, 0, 0, 0, 0], 3
987
988
  ];
988
989
  export var BatchGetCollaborationAnalysisTemplateError$ = [3, n0, _BGCATE,
989
990
  0,
@@ -66,6 +66,7 @@ declare const CreateConfiguredTableCommand_base: {
66
66
  * outputLocation: "STRING_VALUE",
67
67
  * databaseName: "STRING_VALUE", // required
68
68
  * tableName: "STRING_VALUE", // required
69
+ * catalogName: "STRING_VALUE",
69
70
  * },
70
71
  * },
71
72
  * allowedColumns: [ // AllowedColumnList // required
@@ -114,6 +115,7 @@ declare const CreateConfiguredTableCommand_base: {
114
115
  * // outputLocation: "STRING_VALUE",
115
116
  * // databaseName: "STRING_VALUE", // required
116
117
  * // tableName: "STRING_VALUE", // required
118
+ * // catalogName: "STRING_VALUE",
117
119
  * // },
118
120
  * // },
119
121
  * // createTime: new Date("TIMESTAMP"), // required
@@ -46,7 +46,7 @@ declare const CreateMembershipCommand_base: {
46
46
  * defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
47
47
  * outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
48
48
  * s3: { // ProtectedQueryS3OutputConfiguration
49
- * resultFormat: "STRING_VALUE", // required
49
+ * resultFormat: "CSV" || "PARQUET", // required
50
50
  * bucket: "STRING_VALUE", // required
51
51
  * keyPrefix: "STRING_VALUE",
52
52
  * singleFileOutput: true || false,
@@ -111,7 +111,7 @@ declare const CreateMembershipCommand_base: {
111
111
  * // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
112
112
  * // outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
113
113
  * // s3: { // ProtectedQueryS3OutputConfiguration
114
- * // resultFormat: "STRING_VALUE", // required
114
+ * // resultFormat: "CSV" || "PARQUET", // required
115
115
  * // bucket: "STRING_VALUE", // required
116
116
  * // keyPrefix: "STRING_VALUE",
117
117
  * // singleFileOutput: true || false,
@@ -74,6 +74,7 @@ declare const GetConfiguredTableCommand_base: {
74
74
  * // outputLocation: "STRING_VALUE",
75
75
  * // databaseName: "STRING_VALUE", // required
76
76
  * // tableName: "STRING_VALUE", // required
77
+ * // catalogName: "STRING_VALUE",
77
78
  * // },
78
79
  * // },
79
80
  * // createTime: new Date("TIMESTAMP"), // required
@@ -66,7 +66,7 @@ declare const GetMembershipCommand_base: {
66
66
  * // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
67
67
  * // outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
68
68
  * // s3: { // ProtectedQueryS3OutputConfiguration
69
- * // resultFormat: "STRING_VALUE", // required
69
+ * // resultFormat: "CSV" || "PARQUET", // required
70
70
  * // bucket: "STRING_VALUE", // required
71
71
  * // keyPrefix: "STRING_VALUE",
72
72
  * // singleFileOutput: true || false,
@@ -60,7 +60,7 @@ declare const GetProtectedQueryCommand_base: {
60
60
  * // resultConfiguration: { // ProtectedQueryResultConfiguration
61
61
  * // outputConfiguration: { // ProtectedQueryOutputConfiguration Union: only one key present
62
62
  * // s3: { // ProtectedQueryS3OutputConfiguration
63
- * // resultFormat: "STRING_VALUE", // required
63
+ * // resultFormat: "CSV" || "PARQUET", // required
64
64
  * // bucket: "STRING_VALUE", // required
65
65
  * // keyPrefix: "STRING_VALUE",
66
66
  * // singleFileOutput: true || false,
@@ -72,7 +72,7 @@ declare const GetProtectedQueryCommand_base: {
72
72
  * // locations: [ // ProtectedQueryDistributeOutputConfigurationLocations // required
73
73
  * // { // ProtectedQueryDistributeOutputConfigurationLocation Union: only one key present
74
74
  * // s3: {
75
- * // resultFormat: "STRING_VALUE", // required
75
+ * // resultFormat: "CSV" || "PARQUET", // required
76
76
  * // bucket: "STRING_VALUE", // required
77
77
  * // keyPrefix: "STRING_VALUE",
78
78
  * // singleFileOutput: true || false,
@@ -49,7 +49,7 @@ declare const StartProtectedQueryCommand_base: {
49
49
  * resultConfiguration: { // ProtectedQueryResultConfiguration
50
50
  * outputConfiguration: { // ProtectedQueryOutputConfiguration Union: only one key present
51
51
  * s3: { // ProtectedQueryS3OutputConfiguration
52
- * resultFormat: "STRING_VALUE", // required
52
+ * resultFormat: "CSV" || "PARQUET", // required
53
53
  * bucket: "STRING_VALUE", // required
54
54
  * keyPrefix: "STRING_VALUE",
55
55
  * singleFileOutput: true || false,
@@ -61,7 +61,7 @@ declare const StartProtectedQueryCommand_base: {
61
61
  * locations: [ // ProtectedQueryDistributeOutputConfigurationLocations // required
62
62
  * { // ProtectedQueryDistributeOutputConfigurationLocation Union: only one key present
63
63
  * s3: {
64
- * resultFormat: "STRING_VALUE", // required
64
+ * resultFormat: "CSV" || "PARQUET", // required
65
65
  * bucket: "STRING_VALUE", // required
66
66
  * keyPrefix: "STRING_VALUE",
67
67
  * singleFileOutput: true || false,
@@ -105,7 +105,7 @@ declare const StartProtectedQueryCommand_base: {
105
105
  * // resultConfiguration: { // ProtectedQueryResultConfiguration
106
106
  * // outputConfiguration: { // ProtectedQueryOutputConfiguration Union: only one key present
107
107
  * // s3: { // ProtectedQueryS3OutputConfiguration
108
- * // resultFormat: "STRING_VALUE", // required
108
+ * // resultFormat: "CSV" || "PARQUET", // required
109
109
  * // bucket: "STRING_VALUE", // required
110
110
  * // keyPrefix: "STRING_VALUE",
111
111
  * // singleFileOutput: true || false,
@@ -117,7 +117,7 @@ declare const StartProtectedQueryCommand_base: {
117
117
  * // locations: [ // ProtectedQueryDistributeOutputConfigurationLocations // required
118
118
  * // { // ProtectedQueryDistributeOutputConfigurationLocation Union: only one key present
119
119
  * // s3: {
120
- * // resultFormat: "STRING_VALUE", // required
120
+ * // resultFormat: "CSV" || "PARQUET", // required
121
121
  * // bucket: "STRING_VALUE", // required
122
122
  * // keyPrefix: "STRING_VALUE",
123
123
  * // singleFileOutput: true || false,
@@ -67,6 +67,7 @@ declare const UpdateConfiguredTableCommand_base: {
67
67
  * outputLocation: "STRING_VALUE",
68
68
  * databaseName: "STRING_VALUE", // required
69
69
  * tableName: "STRING_VALUE", // required
70
+ * catalogName: "STRING_VALUE",
70
71
  * },
71
72
  * },
72
73
  * allowedColumns: [ // AllowedColumnList
@@ -112,6 +113,7 @@ declare const UpdateConfiguredTableCommand_base: {
112
113
  * // outputLocation: "STRING_VALUE",
113
114
  * // databaseName: "STRING_VALUE", // required
114
115
  * // tableName: "STRING_VALUE", // required
116
+ * // catalogName: "STRING_VALUE",
115
117
  * // },
116
118
  * // },
117
119
  * // createTime: new Date("TIMESTAMP"), // required
@@ -43,7 +43,7 @@ declare const UpdateMembershipCommand_base: {
43
43
  * defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
44
44
  * outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
45
45
  * s3: { // ProtectedQueryS3OutputConfiguration
46
- * resultFormat: "STRING_VALUE", // required
46
+ * resultFormat: "CSV" || "PARQUET", // required
47
47
  * bucket: "STRING_VALUE", // required
48
48
  * keyPrefix: "STRING_VALUE",
49
49
  * singleFileOutput: true || false,
@@ -88,7 +88,7 @@ declare const UpdateMembershipCommand_base: {
88
88
  * // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
89
89
  * // outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
90
90
  * // s3: { // ProtectedQueryS3OutputConfiguration
91
- * // resultFormat: "STRING_VALUE", // required
91
+ * // resultFormat: "CSV" || "PARQUET", // required
92
92
  * // bucket: "STRING_VALUE", // required
93
93
  * // keyPrefix: "STRING_VALUE",
94
94
  * // singleFileOutput: true || false,
@@ -60,7 +60,7 @@ declare const UpdateProtectedQueryCommand_base: {
60
60
  * // resultConfiguration: { // ProtectedQueryResultConfiguration
61
61
  * // outputConfiguration: { // ProtectedQueryOutputConfiguration Union: only one key present
62
62
  * // s3: { // ProtectedQueryS3OutputConfiguration
63
- * // resultFormat: "STRING_VALUE", // required
63
+ * // resultFormat: "CSV" || "PARQUET", // required
64
64
  * // bucket: "STRING_VALUE", // required
65
65
  * // keyPrefix: "STRING_VALUE",
66
66
  * // singleFileOutput: true || false,
@@ -72,7 +72,7 @@ declare const UpdateProtectedQueryCommand_base: {
72
72
  * // locations: [ // ProtectedQueryDistributeOutputConfigurationLocations // required
73
73
  * // { // ProtectedQueryDistributeOutputConfigurationLocation Union: only one key present
74
74
  * // s3: {
75
- * // resultFormat: "STRING_VALUE", // required
75
+ * // resultFormat: "CSV" || "PARQUET", // required
76
76
  * // bucket: "STRING_VALUE", // required
77
77
  * // keyPrefix: "STRING_VALUE",
78
78
  * // singleFileOutput: true || false,
@@ -1570,6 +1570,11 @@ export interface AthenaTableReference {
1570
1570
  * @public
1571
1571
  */
1572
1572
  tableName: string | undefined;
1573
+ /**
1574
+ * <p> The catalog name.</p>
1575
+ * @public
1576
+ */
1577
+ catalogName?: string | undefined;
1573
1578
  }
1574
1579
  /**
1575
1580
  * @public
@@ -575,6 +575,7 @@ export interface AthenaTableReference {
575
575
  outputLocation?: string | undefined;
576
576
  databaseName: string | undefined;
577
577
  tableName: string | undefined;
578
+ catalogName?: string | undefined;
578
579
  }
579
580
  export interface BatchGetCollaborationAnalysisTemplateInput {
580
581
  collaborationIdentifier: 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.992.0",
4
+ "version": "3.993.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.10",
25
- "@aws-sdk/credential-provider-node": "^3.972.9",
24
+ "@aws-sdk/core": "^3.973.11",
25
+ "@aws-sdk/credential-provider-node": "^3.972.10",
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.10",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.11",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.992.0",
32
+ "@aws-sdk/util-endpoints": "3.993.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.8",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.9",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.23.0",
36
+ "@smithy/core": "^3.23.2",
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.14",
42
- "@smithy/middleware-retry": "^4.4.31",
41
+ "@smithy/middleware-endpoint": "^4.4.16",
42
+ "@smithy/middleware-retry": "^4.4.33",
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.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.3",
48
+ "@smithy/smithy-client": "^4.11.5",
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.30",
55
- "@smithy/util-defaults-mode-node": "^4.2.33",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.32",
55
+ "@smithy/util-defaults-mode-node": "^4.2.35",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",