@aws-sdk/client-cleanrooms 3.1107.0 → 3.1109.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/README.md +21 -0
- package/dist-cjs/index.js +183 -41
- package/dist-es/CleanRooms.js +8 -0
- package/dist-es/commands/GetAnalysisLogExportCommand.js +4 -0
- package/dist-es/commands/ListAnalysisLogExportsCommand.js +4 -0
- package/dist-es/commands/StartAnalysisLogExportCommand.js +4 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +13 -0
- package/dist-es/pagination/ListAnalysisLogExportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +133 -40
- package/dist-types/CleanRooms.d.ts +28 -0
- package/dist-types/CleanRoomsClient.d.ts +5 -2
- package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +5 -5
- package/dist-types/commands/CreateCollaborationCommand.d.ts +4 -4
- package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntermediateTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +1 -1
- package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +1 -1
- package/dist-types/commands/GetAnalysisLogExportCommand.d.ts +107 -0
- package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +3 -3
- package/dist-types/commands/GetCollaborationCommand.d.ts +1 -1
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysisLogExportsCommand.d.ts +99 -0
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +3 -3
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +2 -2
- package/dist-types/commands/StartAnalysisLogExportCommand.d.ts +119 -0
- package/dist-types/commands/UpdateCollaborationChangeRequestCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +1 -2
- package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/enums.d.ts +29 -0
- package/dist-types/models/models_0.d.ts +143 -138
- package/dist-types/models/models_1.d.ts +238 -2
- package/dist-types/pagination/ListAnalysisLogExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +58 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetAnalysisLogExportCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAnalysisLogExportsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAnalysisLogExportCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +34 -32
- package/dist-types/ts3.4/models/models_1.d.ts +69 -0
- package/dist-types/ts3.4/pagination/ListAnalysisLogExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +6 -6
|
@@ -30,6 +30,7 @@ export * from "./DeleteMemberCommand";
|
|
|
30
30
|
export * from "./DeleteMembershipCommand";
|
|
31
31
|
export * from "./DeletePrivacyBudgetTemplateCommand";
|
|
32
32
|
export * from "./DisallowIntermediateTableCommand";
|
|
33
|
+
export * from "./GetAnalysisLogExportCommand";
|
|
33
34
|
export * from "./GetAnalysisTemplateCommand";
|
|
34
35
|
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
35
36
|
export * from "./GetCollaborationChangeRequestCommand";
|
|
@@ -52,6 +53,7 @@ export * from "./GetProtectedJobCommand";
|
|
|
52
53
|
export * from "./GetProtectedQueryCommand";
|
|
53
54
|
export * from "./GetSchemaAnalysisRuleCommand";
|
|
54
55
|
export * from "./GetSchemaCommand";
|
|
56
|
+
export * from "./ListAnalysisLogExportsCommand";
|
|
55
57
|
export * from "./ListAnalysisTemplatesCommand";
|
|
56
58
|
export * from "./ListCollaborationAnalysisTemplatesCommand";
|
|
57
59
|
export * from "./ListCollaborationChangeRequestsCommand";
|
|
@@ -78,6 +80,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
78
80
|
export * from "./PopulateIdMappingTableCommand";
|
|
79
81
|
export * from "./PopulateIntermediateTableCommand";
|
|
80
82
|
export * from "./PreviewPrivacyImpactCommand";
|
|
83
|
+
export * from "./StartAnalysisLogExportCommand";
|
|
81
84
|
export * from "./StartProtectedJobCommand";
|
|
82
85
|
export * from "./StartProtectedQueryCommand";
|
|
83
86
|
export * from "./TagResourceCommand";
|
|
@@ -75,6 +75,18 @@ export declare const AnalysisFormat: {
|
|
|
75
75
|
readonly SQL: "SQL";
|
|
76
76
|
};
|
|
77
77
|
export type AnalysisFormat = (typeof AnalysisFormat)[keyof typeof AnalysisFormat];
|
|
78
|
+
export declare const LogExportAnalysisType: {
|
|
79
|
+
readonly PROTECTED_QUERY: "PROTECTED_QUERY";
|
|
80
|
+
};
|
|
81
|
+
export type LogExportAnalysisType =
|
|
82
|
+
(typeof LogExportAnalysisType)[keyof typeof LogExportAnalysisType];
|
|
83
|
+
export declare const AnalysisLogExportStatus: {
|
|
84
|
+
readonly FAILED: "FAILED";
|
|
85
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
86
|
+
readonly SUCCESS: "SUCCESS";
|
|
87
|
+
};
|
|
88
|
+
export type AnalysisLogExportStatus =
|
|
89
|
+
(typeof AnalysisLogExportStatus)[keyof typeof AnalysisLogExportStatus];
|
|
78
90
|
export declare const AnalysisMethod: {
|
|
79
91
|
readonly DIRECT_JOB: "DIRECT_JOB";
|
|
80
92
|
readonly DIRECT_QUERY: "DIRECT_QUERY";
|
|
@@ -253,7 +265,9 @@ export declare const CommercialRegion: {
|
|
|
253
265
|
export type CommercialRegion = (typeof CommercialRegion)[keyof typeof CommercialRegion];
|
|
254
266
|
export declare const AutoApprovedChangeType: {
|
|
255
267
|
readonly ADD_MEMBER: "ADD_MEMBER";
|
|
268
|
+
readonly GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY";
|
|
256
269
|
readonly GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY";
|
|
270
|
+
readonly REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY";
|
|
257
271
|
readonly REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY";
|
|
258
272
|
};
|
|
259
273
|
export type AutoApprovedChangeType =
|
|
@@ -306,6 +320,7 @@ export declare const SchemaType: {
|
|
|
306
320
|
};
|
|
307
321
|
export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
|
|
308
322
|
export declare const MemberAbility: {
|
|
323
|
+
readonly CAN_EXPORT_QUERY_ANALYSIS_LOG: "CAN_EXPORT_QUERY_ANALYSIS_LOG";
|
|
309
324
|
readonly CAN_QUERY: "CAN_QUERY";
|
|
310
325
|
readonly CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS";
|
|
311
326
|
readonly CAN_RUN_JOB: "CAN_RUN_JOB";
|
|
@@ -348,10 +363,12 @@ export declare const ChangeType: {
|
|
|
348
363
|
readonly EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES";
|
|
349
364
|
readonly GRANT_CAN_RECEIVE_INFERENCE_OUTPUT: "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT";
|
|
350
365
|
readonly GRANT_CAN_RECEIVE_MODEL_OUTPUT: "GRANT_CAN_RECEIVE_MODEL_OUTPUT";
|
|
366
|
+
readonly GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY";
|
|
351
367
|
readonly GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY";
|
|
352
368
|
readonly REMOVE_PAYER_CANDIDATE: "REMOVE_PAYER_CANDIDATE";
|
|
353
369
|
readonly REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT: "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT";
|
|
354
370
|
readonly REVOKE_CAN_RECEIVE_MODEL_OUTPUT: "REVOKE_CAN_RECEIVE_MODEL_OUTPUT";
|
|
371
|
+
readonly REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY";
|
|
355
372
|
readonly REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY";
|
|
356
373
|
};
|
|
357
374
|
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
AggregateFunctionName,
|
|
6
6
|
AggregationType,
|
|
7
7
|
AnalysisFormat,
|
|
8
|
+
AnalysisLogExportStatus,
|
|
8
9
|
AnalysisMethod,
|
|
9
10
|
AnalysisRuleType,
|
|
10
11
|
AnalysisTemplateValidationStatus,
|
|
@@ -37,6 +38,7 @@ import {
|
|
|
37
38
|
JobType,
|
|
38
39
|
JoinOperator,
|
|
39
40
|
JoinRequiredOption,
|
|
41
|
+
LogExportAnalysisType,
|
|
40
42
|
MemberAbility,
|
|
41
43
|
MemberStatus,
|
|
42
44
|
ParameterType,
|
|
@@ -92,6 +94,38 @@ export interface AggregationConstraint {
|
|
|
92
94
|
minimum: number | undefined;
|
|
93
95
|
type: AggregationType | undefined;
|
|
94
96
|
}
|
|
97
|
+
export interface AnalysisLogExportError {
|
|
98
|
+
code: string | undefined;
|
|
99
|
+
message: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface AnalysisLogExportS3OutputConfiguration {
|
|
102
|
+
bucket: string | undefined;
|
|
103
|
+
keyPrefix?: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface AnalysisLogExportOutputConfiguration {
|
|
106
|
+
s3: AnalysisLogExportS3OutputConfiguration | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface AnalysisLogExportResultConfiguration {
|
|
109
|
+
outputConfiguration: AnalysisLogExportOutputConfiguration | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface AnalysisLogExport {
|
|
112
|
+
analysisLogExportId: string | undefined;
|
|
113
|
+
analysisId: string | undefined;
|
|
114
|
+
analysisType: LogExportAnalysisType | undefined;
|
|
115
|
+
membershipId: string | undefined;
|
|
116
|
+
status: AnalysisLogExportStatus | undefined;
|
|
117
|
+
resultConfiguration: AnalysisLogExportResultConfiguration | undefined;
|
|
118
|
+
createTime: Date | undefined;
|
|
119
|
+
updateTime: Date | undefined;
|
|
120
|
+
error?: AnalysisLogExportError | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface AnalysisLogExportSummary {
|
|
123
|
+
analysisLogExportId: string | undefined;
|
|
124
|
+
analysisId: string | undefined;
|
|
125
|
+
analysisType: LogExportAnalysisType | undefined;
|
|
126
|
+
status: AnalysisLogExportStatus | undefined;
|
|
127
|
+
createTime: Date | undefined;
|
|
128
|
+
}
|
|
95
129
|
export interface AnalysisParameter {
|
|
96
130
|
name: string | undefined;
|
|
97
131
|
type: ParameterType | undefined;
|
|
@@ -2120,35 +2154,3 @@ export declare namespace IntermediateTableComputeConfiguration {
|
|
|
2120
2154
|
_: (name: string, value: any) => T;
|
|
2121
2155
|
}
|
|
2122
2156
|
}
|
|
2123
|
-
export interface PopulateIntermediateTableInput {
|
|
2124
|
-
intermediateTableIdentifier: string | undefined;
|
|
2125
|
-
membershipIdentifier: string | undefined;
|
|
2126
|
-
parameters?: Record<string, string> | undefined;
|
|
2127
|
-
computeConfiguration?: IntermediateTableComputeConfiguration | undefined;
|
|
2128
|
-
analysisPayerAccountId?: string | undefined;
|
|
2129
|
-
}
|
|
2130
|
-
export interface PopulateIntermediateTableOutput {
|
|
2131
|
-
analysisId: string | undefined;
|
|
2132
|
-
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
2133
|
-
versionId: string | undefined;
|
|
2134
|
-
}
|
|
2135
|
-
export interface IntermediateTableColumn {
|
|
2136
|
-
name: string | undefined;
|
|
2137
|
-
type: string | undefined;
|
|
2138
|
-
}
|
|
2139
|
-
export interface UpdateIntermediateTableInput {
|
|
2140
|
-
intermediateTableIdentifier: string | undefined;
|
|
2141
|
-
membershipIdentifier: string | undefined;
|
|
2142
|
-
description?: string | undefined;
|
|
2143
|
-
kmsKeyArn?: string | undefined;
|
|
2144
|
-
columns?: IntermediateTableColumn[] | undefined;
|
|
2145
|
-
}
|
|
2146
|
-
export interface UpdateIntermediateTableOutput {
|
|
2147
|
-
intermediateTable: IntermediateTable | undefined;
|
|
2148
|
-
}
|
|
2149
|
-
export interface UpdateIntermediateTableAnalysisRuleInput {
|
|
2150
|
-
membershipIdentifier: string | undefined;
|
|
2151
|
-
intermediateTableIdentifier: string | undefined;
|
|
2152
|
-
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
2153
|
-
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
2154
|
-
}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AnalysisLogExportStatus,
|
|
2
3
|
AnalysisType,
|
|
3
4
|
DifferentialPrivacyAggregationType,
|
|
5
|
+
IntermediateTableAnalysisRuleType,
|
|
6
|
+
LogExportAnalysisType,
|
|
4
7
|
MemberAbility,
|
|
5
8
|
MembershipJobLogStatus,
|
|
6
9
|
MembershipQueryLogStatus,
|
|
7
10
|
MembershipStatus,
|
|
11
|
+
PopulateIntermediateTableAnalysisType,
|
|
8
12
|
PrivacyBudgetTemplateAutoRefresh,
|
|
9
13
|
PrivacyBudgetType,
|
|
10
14
|
ProtectedJobAnalysisType,
|
|
@@ -20,13 +24,51 @@ import {
|
|
|
20
24
|
import {
|
|
21
25
|
AccessBudgetsPrivacyTemplateParametersInput,
|
|
22
26
|
AccessBudgetsPrivacyTemplateUpdateParameters,
|
|
27
|
+
AnalysisLogExport,
|
|
28
|
+
AnalysisLogExportResultConfiguration,
|
|
29
|
+
AnalysisLogExportSummary,
|
|
30
|
+
IntermediateTable,
|
|
23
31
|
IntermediateTableAnalysisRule,
|
|
32
|
+
IntermediateTableAnalysisRulePolicy,
|
|
33
|
+
IntermediateTableComputeConfiguration,
|
|
24
34
|
MLMemberAbilities,
|
|
25
35
|
PrivacyBudget,
|
|
26
36
|
PrivacyBudgetTemplateParametersOutput,
|
|
27
37
|
WorkerComputeConfiguration,
|
|
28
38
|
WorkerComputeConfigurationProperties,
|
|
29
39
|
} from "./models_0";
|
|
40
|
+
export interface PopulateIntermediateTableInput {
|
|
41
|
+
intermediateTableIdentifier: string | undefined;
|
|
42
|
+
membershipIdentifier: string | undefined;
|
|
43
|
+
parameters?: Record<string, string> | undefined;
|
|
44
|
+
computeConfiguration?: IntermediateTableComputeConfiguration | undefined;
|
|
45
|
+
analysisPayerAccountId?: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface PopulateIntermediateTableOutput {
|
|
48
|
+
analysisId: string | undefined;
|
|
49
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
50
|
+
versionId: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
export interface IntermediateTableColumn {
|
|
53
|
+
name: string | undefined;
|
|
54
|
+
type: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface UpdateIntermediateTableInput {
|
|
57
|
+
intermediateTableIdentifier: string | undefined;
|
|
58
|
+
membershipIdentifier: string | undefined;
|
|
59
|
+
description?: string | undefined;
|
|
60
|
+
kmsKeyArn?: string | undefined;
|
|
61
|
+
columns?: IntermediateTableColumn[] | undefined;
|
|
62
|
+
}
|
|
63
|
+
export interface UpdateIntermediateTableOutput {
|
|
64
|
+
intermediateTable: IntermediateTable | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface UpdateIntermediateTableAnalysisRuleInput {
|
|
67
|
+
membershipIdentifier: string | undefined;
|
|
68
|
+
intermediateTableIdentifier: string | undefined;
|
|
69
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
70
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
71
|
+
}
|
|
30
72
|
export interface UpdateIntermediateTableAnalysisRuleOutput {
|
|
31
73
|
analysisRule: IntermediateTableAnalysisRule | undefined;
|
|
32
74
|
}
|
|
@@ -156,6 +198,13 @@ export interface DisallowIntermediateTableInput {
|
|
|
156
198
|
includeDescendants?: boolean | undefined;
|
|
157
199
|
}
|
|
158
200
|
export interface DisallowIntermediateTableOutput {}
|
|
201
|
+
export interface GetAnalysisLogExportInput {
|
|
202
|
+
membershipIdentifier: string | undefined;
|
|
203
|
+
analysisLogExportIdentifier: string | undefined;
|
|
204
|
+
}
|
|
205
|
+
export interface GetAnalysisLogExportOutput {
|
|
206
|
+
analysisLogExport: AnalysisLogExport | undefined;
|
|
207
|
+
}
|
|
159
208
|
export interface GetMembershipInput {
|
|
160
209
|
membershipIdentifier: string | undefined;
|
|
161
210
|
}
|
|
@@ -496,6 +545,17 @@ export interface ProtectedQuery {
|
|
|
496
545
|
export interface GetProtectedQueryOutput {
|
|
497
546
|
protectedQuery: ProtectedQuery | undefined;
|
|
498
547
|
}
|
|
548
|
+
export interface ListAnalysisLogExportsInput {
|
|
549
|
+
membershipIdentifier: string | undefined;
|
|
550
|
+
analysisIdentifier?: string | undefined;
|
|
551
|
+
status?: AnalysisLogExportStatus | undefined;
|
|
552
|
+
nextToken?: string | undefined;
|
|
553
|
+
maxResults?: number | undefined;
|
|
554
|
+
}
|
|
555
|
+
export interface ListAnalysisLogExportsOutput {
|
|
556
|
+
nextToken?: string | undefined;
|
|
557
|
+
analysisLogExports: AnalysisLogExportSummary[] | undefined;
|
|
558
|
+
}
|
|
499
559
|
export interface ListMembershipsInput {
|
|
500
560
|
nextToken?: string | undefined;
|
|
501
561
|
maxResults?: number | undefined;
|
|
@@ -683,6 +743,15 @@ export declare namespace PrivacyImpact {
|
|
|
683
743
|
export interface PreviewPrivacyImpactOutput {
|
|
684
744
|
privacyImpact: PrivacyImpact | undefined;
|
|
685
745
|
}
|
|
746
|
+
export interface StartAnalysisLogExportInput {
|
|
747
|
+
membershipIdentifier: string | undefined;
|
|
748
|
+
analysisId: string | undefined;
|
|
749
|
+
analysisType: LogExportAnalysisType | undefined;
|
|
750
|
+
resultConfiguration: AnalysisLogExportResultConfiguration | undefined;
|
|
751
|
+
}
|
|
752
|
+
export interface StartAnalysisLogExportOutput {
|
|
753
|
+
analysisLogExport: AnalysisLogExport | undefined;
|
|
754
|
+
}
|
|
686
755
|
export interface ProtectedJobMemberOutputConfigurationInput {
|
|
687
756
|
accountId: string | undefined;
|
|
688
757
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAnalysisLogExportsCommandInput,
|
|
4
|
+
ListAnalysisLogExportsCommandOutput,
|
|
5
|
+
} from "../commands/ListAnalysisLogExportsCommand";
|
|
6
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAnalysisLogExports: (
|
|
8
|
+
config: CleanRoomsPaginationConfiguration,
|
|
9
|
+
input: ListAnalysisLogExportsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAnalysisLogExportsCommandOutput>;
|
|
@@ -21,6 +21,12 @@ export declare var AccessBudgetsPrivacyTemplateParametersOutput$: StaticStructur
|
|
|
21
21
|
export declare var AccessBudgetsPrivacyTemplateUpdateParameters$: StaticStructureSchema;
|
|
22
22
|
export declare var AggregateColumn$: StaticStructureSchema;
|
|
23
23
|
export declare var AggregationConstraint$: StaticStructureSchema;
|
|
24
|
+
export declare var AnalysisLogExport$: StaticStructureSchema;
|
|
25
|
+
export declare var AnalysisLogExportError$: StaticStructureSchema;
|
|
26
|
+
export declare var AnalysisLogExportOutputConfiguration$: StaticStructureSchema;
|
|
27
|
+
export declare var AnalysisLogExportResultConfiguration$: StaticStructureSchema;
|
|
28
|
+
export declare var AnalysisLogExportS3OutputConfiguration$: StaticStructureSchema;
|
|
29
|
+
export declare var AnalysisLogExportSummary$: StaticStructureSchema;
|
|
24
30
|
export declare var AnalysisParameter$: StaticStructureSchema;
|
|
25
31
|
export declare var AnalysisRule$: StaticStructureSchema;
|
|
26
32
|
export declare var AnalysisRuleAggregation$: StaticStructureSchema;
|
|
@@ -157,6 +163,8 @@ export declare var DirectAnalysisConfigurationDetails$: StaticStructureSchema;
|
|
|
157
163
|
export declare var DisallowIntermediateTableInput$: StaticStructureSchema;
|
|
158
164
|
export declare var DisallowIntermediateTableOutput$: StaticStructureSchema;
|
|
159
165
|
export declare var ErrorMessageConfiguration$: StaticStructureSchema;
|
|
166
|
+
export declare var GetAnalysisLogExportInput$: StaticStructureSchema;
|
|
167
|
+
export declare var GetAnalysisLogExportOutput$: StaticStructureSchema;
|
|
160
168
|
export declare var GetAnalysisTemplateInput$: StaticStructureSchema;
|
|
161
169
|
export declare var GetAnalysisTemplateOutput$: StaticStructureSchema;
|
|
162
170
|
export declare var GetCollaborationAnalysisTemplateInput$: StaticStructureSchema;
|
|
@@ -235,6 +243,8 @@ export declare var IntermediateTableSchemaTypeProperties$: StaticStructureSchema
|
|
|
235
243
|
export declare var IntermediateTableSummary$: StaticStructureSchema;
|
|
236
244
|
export declare var IntermediateTableVersionSummary$: StaticStructureSchema;
|
|
237
245
|
export declare var JobComputePaymentConfig$: StaticStructureSchema;
|
|
246
|
+
export declare var ListAnalysisLogExportsInput$: StaticStructureSchema;
|
|
247
|
+
export declare var ListAnalysisLogExportsOutput$: StaticStructureSchema;
|
|
238
248
|
export declare var ListAnalysisTemplatesInput$: StaticStructureSchema;
|
|
239
249
|
export declare var ListAnalysisTemplatesOutput$: StaticStructureSchema;
|
|
240
250
|
export declare var ListCollaborationAnalysisTemplatesInput$: StaticStructureSchema;
|
|
@@ -352,6 +362,8 @@ export declare var SchemaStatusReason$: StaticStructureSchema;
|
|
|
352
362
|
export declare var SchemaSummary$: StaticStructureSchema;
|
|
353
363
|
export declare var SnowflakeTableReference$: StaticStructureSchema;
|
|
354
364
|
export declare var SnowflakeTableSchemaV1$: StaticStructureSchema;
|
|
365
|
+
export declare var StartAnalysisLogExportInput$: StaticStructureSchema;
|
|
366
|
+
export declare var StartAnalysisLogExportOutput$: StaticStructureSchema;
|
|
355
367
|
export declare var StartProtectedJobInput$: StaticStructureSchema;
|
|
356
368
|
export declare var StartProtectedJobOutput$: StaticStructureSchema;
|
|
357
369
|
export declare var StartProtectedQueryInput$: StaticStructureSchema;
|
|
@@ -468,6 +480,7 @@ export declare var DeleteMember$: StaticOperationSchema;
|
|
|
468
480
|
export declare var DeleteMembership$: StaticOperationSchema;
|
|
469
481
|
export declare var DeletePrivacyBudgetTemplate$: StaticOperationSchema;
|
|
470
482
|
export declare var DisallowIntermediateTable$: StaticOperationSchema;
|
|
483
|
+
export declare var GetAnalysisLogExport$: StaticOperationSchema;
|
|
471
484
|
export declare var GetAnalysisTemplate$: StaticOperationSchema;
|
|
472
485
|
export declare var GetCollaboration$: StaticOperationSchema;
|
|
473
486
|
export declare var GetCollaborationAnalysisTemplate$: StaticOperationSchema;
|
|
@@ -490,6 +503,7 @@ export declare var GetProtectedJob$: StaticOperationSchema;
|
|
|
490
503
|
export declare var GetProtectedQuery$: StaticOperationSchema;
|
|
491
504
|
export declare var GetSchema$: StaticOperationSchema;
|
|
492
505
|
export declare var GetSchemaAnalysisRule$: StaticOperationSchema;
|
|
506
|
+
export declare var ListAnalysisLogExports$: StaticOperationSchema;
|
|
493
507
|
export declare var ListAnalysisTemplates$: StaticOperationSchema;
|
|
494
508
|
export declare var ListCollaborationAnalysisTemplates$: StaticOperationSchema;
|
|
495
509
|
export declare var ListCollaborationChangeRequests$: StaticOperationSchema;
|
|
@@ -516,6 +530,7 @@ export declare var ListTagsForResource$: StaticOperationSchema;
|
|
|
516
530
|
export declare var PopulateIdMappingTable$: StaticOperationSchema;
|
|
517
531
|
export declare var PopulateIntermediateTable$: StaticOperationSchema;
|
|
518
532
|
export declare var PreviewPrivacyImpact$: StaticOperationSchema;
|
|
533
|
+
export declare var StartAnalysisLogExport$: StaticOperationSchema;
|
|
519
534
|
export declare var StartProtectedJob$: StaticOperationSchema;
|
|
520
535
|
export declare var StartProtectedQuery$: StaticOperationSchema;
|
|
521
536
|
export declare var TagResource$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cleanrooms",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1109.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cleanrooms",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"clean": "premove dist-cjs dist-es dist-types",
|
|
44
44
|
"extract:docs": "api-extractor run --local",
|
|
45
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
46
|
-
"test:index": "tsc
|
|
46
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
49
|
+
"@aws-sdk/core": "^3.977.7",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.79",
|
|
51
|
+
"@aws-sdk/types": "^3.974.3",
|
|
52
52
|
"@smithy/core": "^3.31.1",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
54
54
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"premove": "4.0.0",
|
|
64
|
-
"typescript": "~
|
|
64
|
+
"typescript": "~6.0.3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=20.0.0"
|