@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
|
@@ -1,5 +1,136 @@
|
|
|
1
|
-
import type { AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobAnalysisType, ProtectedJobStatus, ProtectedJobType, ProtectedJobWorkerComputeType, ProtectedQueryStatus, ProtectedQueryType, ResultFormat, TargetProtectedJobStatus, TargetProtectedQueryStatus } from "./enums";
|
|
2
|
-
import type { AccessBudgetsPrivacyTemplateParametersInput, AccessBudgetsPrivacyTemplateUpdateParameters, IntermediateTableAnalysisRule, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateParametersOutput, WorkerComputeConfiguration, WorkerComputeConfigurationProperties } from "./models_0";
|
|
1
|
+
import type { AnalysisLogExportStatus, AnalysisType, DifferentialPrivacyAggregationType, IntermediateTableAnalysisRuleType, LogExportAnalysisType, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, PopulateIntermediateTableAnalysisType, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobAnalysisType, ProtectedJobStatus, ProtectedJobType, ProtectedJobWorkerComputeType, ProtectedQueryStatus, ProtectedQueryType, ResultFormat, TargetProtectedJobStatus, TargetProtectedQueryStatus } from "./enums";
|
|
2
|
+
import type { AccessBudgetsPrivacyTemplateParametersInput, AccessBudgetsPrivacyTemplateUpdateParameters, AnalysisLogExport, AnalysisLogExportResultConfiguration, AnalysisLogExportSummary, IntermediateTable, IntermediateTableAnalysisRule, IntermediateTableAnalysisRulePolicy, IntermediateTableComputeConfiguration, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateParametersOutput, WorkerComputeConfiguration, WorkerComputeConfigurationProperties } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface PopulateIntermediateTableInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The unique identifier of the intermediate table to populate.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
intermediateTableIdentifier: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
membershipIdentifier: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The runtime parameter values that override the defaults in the stored query.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
parameters?: Record<string, string> | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The compute configuration for the population query execution.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
computeConfiguration?: IntermediateTableComputeConfiguration | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The account ID of the member that pays for the analysis compute costs.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
analysisPayerAccountId?: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface PopulateIntermediateTableOutput {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The identifier for the protected query execution that populated the intermediate table.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
analysisId: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The type of analysis performed to populate the intermediate table.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The unique identifier of the version created by this population operation.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
versionId: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* <p>Contains the name and type of a column in an intermediate table.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface IntermediateTableColumn {
|
|
58
|
+
/**
|
|
59
|
+
* <p>The name of the column.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
name: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The data type of the column.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
type: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export interface UpdateIntermediateTableInput {
|
|
73
|
+
/**
|
|
74
|
+
* <p>The unique identifier of the intermediate table to update.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
intermediateTableIdentifier: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
membershipIdentifier: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>A new description for the intermediate table.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
description?: string | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The Amazon Resource Name (ARN) of the customer-managed KMS key to use for encrypting future population data.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
kmsKeyArn?: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The list of columns with updated type definitions. Only the type of existing columns can be updated.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
columns?: IntermediateTableColumn[] | undefined;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface UpdateIntermediateTableOutput {
|
|
103
|
+
/**
|
|
104
|
+
* <p>The updated intermediate table.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
intermediateTable: IntermediateTable | undefined;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export interface UpdateIntermediateTableAnalysisRuleInput {
|
|
113
|
+
/**
|
|
114
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
membershipIdentifier: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The unique identifier of the intermediate table for which to update the analysis rule.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
intermediateTableIdentifier: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>The type of analysis rule to update. Currently, only <code>CUSTOM</code> is supported.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The updated analysis rule policy for the intermediate table.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
133
|
+
}
|
|
3
134
|
/**
|
|
4
135
|
* @public
|
|
5
136
|
*/
|
|
@@ -458,6 +589,31 @@ export interface DisallowIntermediateTableInput {
|
|
|
458
589
|
*/
|
|
459
590
|
export interface DisallowIntermediateTableOutput {
|
|
460
591
|
}
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
export interface GetAnalysisLogExportInput {
|
|
596
|
+
/**
|
|
597
|
+
* <p>A unique identifier for the membership that the analysis log export belongs to. Currently accepts the membership ID.</p>
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
membershipIdentifier: string | undefined;
|
|
601
|
+
/**
|
|
602
|
+
* <p>The unique identifier of the analysis log export to retrieve.</p>
|
|
603
|
+
* @public
|
|
604
|
+
*/
|
|
605
|
+
analysisLogExportIdentifier: string | undefined;
|
|
606
|
+
}
|
|
607
|
+
/**
|
|
608
|
+
* @public
|
|
609
|
+
*/
|
|
610
|
+
export interface GetAnalysisLogExportOutput {
|
|
611
|
+
/**
|
|
612
|
+
* <p>The analysis log export processing metadata.</p>
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
615
|
+
analysisLogExport: AnalysisLogExport | undefined;
|
|
616
|
+
}
|
|
461
617
|
/**
|
|
462
618
|
* @public
|
|
463
619
|
*/
|
|
@@ -1360,6 +1516,51 @@ export interface GetProtectedQueryOutput {
|
|
|
1360
1516
|
*/
|
|
1361
1517
|
protectedQuery: ProtectedQuery | undefined;
|
|
1362
1518
|
}
|
|
1519
|
+
/**
|
|
1520
|
+
* @public
|
|
1521
|
+
*/
|
|
1522
|
+
export interface ListAnalysisLogExportsInput {
|
|
1523
|
+
/**
|
|
1524
|
+
* <p>A unique identifier for the membership to list analysis log exports for. Currently accepts the membership ID.</p>
|
|
1525
|
+
* @public
|
|
1526
|
+
*/
|
|
1527
|
+
membershipIdentifier: string | undefined;
|
|
1528
|
+
/**
|
|
1529
|
+
* <p>A filter on the unique identifier of the protected query that the analysis logs were exported for.</p>
|
|
1530
|
+
* @public
|
|
1531
|
+
*/
|
|
1532
|
+
analysisIdentifier?: string | undefined;
|
|
1533
|
+
/**
|
|
1534
|
+
* <p>A filter on the status of the analysis log export.</p>
|
|
1535
|
+
* @public
|
|
1536
|
+
*/
|
|
1537
|
+
status?: AnalysisLogExportStatus | undefined;
|
|
1538
|
+
/**
|
|
1539
|
+
* <p>The pagination token that's used to fetch the next set of results.</p>
|
|
1540
|
+
* @public
|
|
1541
|
+
*/
|
|
1542
|
+
nextToken?: string | undefined;
|
|
1543
|
+
/**
|
|
1544
|
+
* <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a <code>nextToken</code> even if the <code>maxResults</code> value has not been met.</p>
|
|
1545
|
+
* @public
|
|
1546
|
+
*/
|
|
1547
|
+
maxResults?: number | undefined;
|
|
1548
|
+
}
|
|
1549
|
+
/**
|
|
1550
|
+
* @public
|
|
1551
|
+
*/
|
|
1552
|
+
export interface ListAnalysisLogExportsOutput {
|
|
1553
|
+
/**
|
|
1554
|
+
* <p>The pagination token that's used to fetch the next set of results.</p>
|
|
1555
|
+
* @public
|
|
1556
|
+
*/
|
|
1557
|
+
nextToken?: string | undefined;
|
|
1558
|
+
/**
|
|
1559
|
+
* <p>A list of analysis log exports.</p>
|
|
1560
|
+
* @public
|
|
1561
|
+
*/
|
|
1562
|
+
analysisLogExports: AnalysisLogExportSummary[] | undefined;
|
|
1563
|
+
}
|
|
1363
1564
|
/**
|
|
1364
1565
|
* @public
|
|
1365
1566
|
*/
|
|
@@ -1993,6 +2194,41 @@ export interface PreviewPrivacyImpactOutput {
|
|
|
1993
2194
|
*/
|
|
1994
2195
|
privacyImpact: PrivacyImpact | undefined;
|
|
1995
2196
|
}
|
|
2197
|
+
/**
|
|
2198
|
+
* @public
|
|
2199
|
+
*/
|
|
2200
|
+
export interface StartAnalysisLogExportInput {
|
|
2201
|
+
/**
|
|
2202
|
+
* <p>A unique identifier for the membership to export the analysis logs for. Currently accepts a membership ID.</p>
|
|
2203
|
+
* @public
|
|
2204
|
+
*/
|
|
2205
|
+
membershipIdentifier: string | undefined;
|
|
2206
|
+
/**
|
|
2207
|
+
* <p>The unique identifier of the protected query that you want to export the analysis logs for.</p>
|
|
2208
|
+
* @public
|
|
2209
|
+
*/
|
|
2210
|
+
analysisId: string | undefined;
|
|
2211
|
+
/**
|
|
2212
|
+
* <p>The type of analysis that the logs are exported for. Currently, only <code>PROTECTED_QUERY</code> is supported.</p>
|
|
2213
|
+
* @public
|
|
2214
|
+
*/
|
|
2215
|
+
analysisType: LogExportAnalysisType | undefined;
|
|
2216
|
+
/**
|
|
2217
|
+
* <p>The details needed to write the exported analysis logs.</p> <p>You don't need to create an IAM role for log export. Clean Rooms writes the exported logs using your own identity, so Clean Rooms writes the exported logs only where your existing permissions allow.</p>
|
|
2218
|
+
* @public
|
|
2219
|
+
*/
|
|
2220
|
+
resultConfiguration: AnalysisLogExportResultConfiguration | undefined;
|
|
2221
|
+
}
|
|
2222
|
+
/**
|
|
2223
|
+
* @public
|
|
2224
|
+
*/
|
|
2225
|
+
export interface StartAnalysisLogExportOutput {
|
|
2226
|
+
/**
|
|
2227
|
+
* <p>The analysis log export that was started. The <code>status</code> is <code>IN_PROGRESS</code>.</p>
|
|
2228
|
+
* @public
|
|
2229
|
+
*/
|
|
2230
|
+
analysisLogExport: AnalysisLogExport | undefined;
|
|
2231
|
+
}
|
|
1996
2232
|
/**
|
|
1997
2233
|
* <p> The protected job member output configuration input.</p>
|
|
1998
2234
|
* @public
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAnalysisLogExportsCommandInput, ListAnalysisLogExportsCommandOutput } from "../commands/ListAnalysisLogExportsCommand";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAnalysisLogExports: (config: CleanRoomsPaginationConfiguration, input: ListAnalysisLogExportsCommandInput, ...rest: any[]) => 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;
|
|
@@ -132,6 +132,10 @@ import {
|
|
|
132
132
|
DisallowIntermediateTableCommandInput,
|
|
133
133
|
DisallowIntermediateTableCommandOutput,
|
|
134
134
|
} from "./commands/DisallowIntermediateTableCommand";
|
|
135
|
+
import {
|
|
136
|
+
GetAnalysisLogExportCommandInput,
|
|
137
|
+
GetAnalysisLogExportCommandOutput,
|
|
138
|
+
} from "./commands/GetAnalysisLogExportCommand";
|
|
135
139
|
import {
|
|
136
140
|
GetAnalysisTemplateCommandInput,
|
|
137
141
|
GetAnalysisTemplateCommandOutput,
|
|
@@ -217,6 +221,10 @@ import {
|
|
|
217
221
|
GetSchemaAnalysisRuleCommandOutput,
|
|
218
222
|
} from "./commands/GetSchemaAnalysisRuleCommand";
|
|
219
223
|
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
224
|
+
import {
|
|
225
|
+
ListAnalysisLogExportsCommandInput,
|
|
226
|
+
ListAnalysisLogExportsCommandOutput,
|
|
227
|
+
} from "./commands/ListAnalysisLogExportsCommand";
|
|
220
228
|
import {
|
|
221
229
|
ListAnalysisTemplatesCommandInput,
|
|
222
230
|
ListAnalysisTemplatesCommandOutput,
|
|
@@ -315,6 +323,10 @@ import {
|
|
|
315
323
|
PreviewPrivacyImpactCommandInput,
|
|
316
324
|
PreviewPrivacyImpactCommandOutput,
|
|
317
325
|
} from "./commands/PreviewPrivacyImpactCommand";
|
|
326
|
+
import {
|
|
327
|
+
StartAnalysisLogExportCommandInput,
|
|
328
|
+
StartAnalysisLogExportCommandOutput,
|
|
329
|
+
} from "./commands/StartAnalysisLogExportCommand";
|
|
318
330
|
import {
|
|
319
331
|
StartProtectedJobCommandInput,
|
|
320
332
|
StartProtectedJobCommandOutput,
|
|
@@ -809,6 +821,19 @@ export interface CleanRooms {
|
|
|
809
821
|
options: __HttpHandlerOptions,
|
|
810
822
|
cb: (err: any, data?: DisallowIntermediateTableCommandOutput) => void,
|
|
811
823
|
): void;
|
|
824
|
+
getAnalysisLogExport(
|
|
825
|
+
args: GetAnalysisLogExportCommandInput,
|
|
826
|
+
options?: __HttpHandlerOptions,
|
|
827
|
+
): Promise<GetAnalysisLogExportCommandOutput>;
|
|
828
|
+
getAnalysisLogExport(
|
|
829
|
+
args: GetAnalysisLogExportCommandInput,
|
|
830
|
+
cb: (err: any, data?: GetAnalysisLogExportCommandOutput) => void,
|
|
831
|
+
): void;
|
|
832
|
+
getAnalysisLogExport(
|
|
833
|
+
args: GetAnalysisLogExportCommandInput,
|
|
834
|
+
options: __HttpHandlerOptions,
|
|
835
|
+
cb: (err: any, data?: GetAnalysisLogExportCommandOutput) => void,
|
|
836
|
+
): void;
|
|
812
837
|
getAnalysisTemplate(
|
|
813
838
|
args: GetAnalysisTemplateCommandInput,
|
|
814
839
|
options?: __HttpHandlerOptions,
|
|
@@ -1095,6 +1120,19 @@ export interface CleanRooms {
|
|
|
1095
1120
|
options: __HttpHandlerOptions,
|
|
1096
1121
|
cb: (err: any, data?: GetSchemaAnalysisRuleCommandOutput) => void,
|
|
1097
1122
|
): void;
|
|
1123
|
+
listAnalysisLogExports(
|
|
1124
|
+
args: ListAnalysisLogExportsCommandInput,
|
|
1125
|
+
options?: __HttpHandlerOptions,
|
|
1126
|
+
): Promise<ListAnalysisLogExportsCommandOutput>;
|
|
1127
|
+
listAnalysisLogExports(
|
|
1128
|
+
args: ListAnalysisLogExportsCommandInput,
|
|
1129
|
+
cb: (err: any, data?: ListAnalysisLogExportsCommandOutput) => void,
|
|
1130
|
+
): void;
|
|
1131
|
+
listAnalysisLogExports(
|
|
1132
|
+
args: ListAnalysisLogExportsCommandInput,
|
|
1133
|
+
options: __HttpHandlerOptions,
|
|
1134
|
+
cb: (err: any, data?: ListAnalysisLogExportsCommandOutput) => void,
|
|
1135
|
+
): void;
|
|
1098
1136
|
listAnalysisTemplates(
|
|
1099
1137
|
args: ListAnalysisTemplatesCommandInput,
|
|
1100
1138
|
options?: __HttpHandlerOptions,
|
|
@@ -1442,6 +1480,19 @@ export interface CleanRooms {
|
|
|
1442
1480
|
options: __HttpHandlerOptions,
|
|
1443
1481
|
cb: (err: any, data?: PreviewPrivacyImpactCommandOutput) => void,
|
|
1444
1482
|
): void;
|
|
1483
|
+
startAnalysisLogExport(
|
|
1484
|
+
args: StartAnalysisLogExportCommandInput,
|
|
1485
|
+
options?: __HttpHandlerOptions,
|
|
1486
|
+
): Promise<StartAnalysisLogExportCommandOutput>;
|
|
1487
|
+
startAnalysisLogExport(
|
|
1488
|
+
args: StartAnalysisLogExportCommandInput,
|
|
1489
|
+
cb: (err: any, data?: StartAnalysisLogExportCommandOutput) => void,
|
|
1490
|
+
): void;
|
|
1491
|
+
startAnalysisLogExport(
|
|
1492
|
+
args: StartAnalysisLogExportCommandInput,
|
|
1493
|
+
options: __HttpHandlerOptions,
|
|
1494
|
+
cb: (err: any, data?: StartAnalysisLogExportCommandOutput) => void,
|
|
1495
|
+
): void;
|
|
1445
1496
|
startProtectedJob(
|
|
1446
1497
|
args: StartProtectedJobCommandInput,
|
|
1447
1498
|
options?: __HttpHandlerOptions,
|
|
@@ -1702,6 +1753,13 @@ export interface CleanRooms {
|
|
|
1702
1753
|
options: __HttpHandlerOptions,
|
|
1703
1754
|
cb: (err: any, data?: UpdateProtectedQueryCommandOutput) => void,
|
|
1704
1755
|
): void;
|
|
1756
|
+
paginateListAnalysisLogExports(
|
|
1757
|
+
args: ListAnalysisLogExportsCommandInput,
|
|
1758
|
+
paginationConfig?: Pick<
|
|
1759
|
+
PaginationConfiguration,
|
|
1760
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1761
|
+
>,
|
|
1762
|
+
): Paginator<ListAnalysisLogExportsCommandOutput>;
|
|
1705
1763
|
paginateListAnalysisTemplates(
|
|
1706
1764
|
args: ListAnalysisTemplatesCommandInput,
|
|
1707
1765
|
paginationConfig?: Pick<
|
|
@@ -161,6 +161,10 @@ import {
|
|
|
161
161
|
DisallowIntermediateTableCommandInput,
|
|
162
162
|
DisallowIntermediateTableCommandOutput,
|
|
163
163
|
} from "./commands/DisallowIntermediateTableCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetAnalysisLogExportCommandInput,
|
|
166
|
+
GetAnalysisLogExportCommandOutput,
|
|
167
|
+
} from "./commands/GetAnalysisLogExportCommand";
|
|
164
168
|
import {
|
|
165
169
|
GetAnalysisTemplateCommandInput,
|
|
166
170
|
GetAnalysisTemplateCommandOutput,
|
|
@@ -246,6 +250,10 @@ import {
|
|
|
246
250
|
GetSchemaAnalysisRuleCommandOutput,
|
|
247
251
|
} from "./commands/GetSchemaAnalysisRuleCommand";
|
|
248
252
|
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
253
|
+
import {
|
|
254
|
+
ListAnalysisLogExportsCommandInput,
|
|
255
|
+
ListAnalysisLogExportsCommandOutput,
|
|
256
|
+
} from "./commands/ListAnalysisLogExportsCommand";
|
|
249
257
|
import {
|
|
250
258
|
ListAnalysisTemplatesCommandInput,
|
|
251
259
|
ListAnalysisTemplatesCommandOutput,
|
|
@@ -344,6 +352,10 @@ import {
|
|
|
344
352
|
PreviewPrivacyImpactCommandInput,
|
|
345
353
|
PreviewPrivacyImpactCommandOutput,
|
|
346
354
|
} from "./commands/PreviewPrivacyImpactCommand";
|
|
355
|
+
import {
|
|
356
|
+
StartAnalysisLogExportCommandInput,
|
|
357
|
+
StartAnalysisLogExportCommandOutput,
|
|
358
|
+
} from "./commands/StartAnalysisLogExportCommand";
|
|
347
359
|
import {
|
|
348
360
|
StartProtectedJobCommandInput,
|
|
349
361
|
StartProtectedJobCommandOutput,
|
|
@@ -461,6 +473,7 @@ export type ServiceInputTypes =
|
|
|
461
473
|
| DeleteMembershipCommandInput
|
|
462
474
|
| DeletePrivacyBudgetTemplateCommandInput
|
|
463
475
|
| DisallowIntermediateTableCommandInput
|
|
476
|
+
| GetAnalysisLogExportCommandInput
|
|
464
477
|
| GetAnalysisTemplateCommandInput
|
|
465
478
|
| GetCollaborationAnalysisTemplateCommandInput
|
|
466
479
|
| GetCollaborationChangeRequestCommandInput
|
|
@@ -483,6 +496,7 @@ export type ServiceInputTypes =
|
|
|
483
496
|
| GetProtectedQueryCommandInput
|
|
484
497
|
| GetSchemaAnalysisRuleCommandInput
|
|
485
498
|
| GetSchemaCommandInput
|
|
499
|
+
| ListAnalysisLogExportsCommandInput
|
|
486
500
|
| ListAnalysisTemplatesCommandInput
|
|
487
501
|
| ListCollaborationAnalysisTemplatesCommandInput
|
|
488
502
|
| ListCollaborationChangeRequestsCommandInput
|
|
@@ -509,6 +523,7 @@ export type ServiceInputTypes =
|
|
|
509
523
|
| PopulateIdMappingTableCommandInput
|
|
510
524
|
| PopulateIntermediateTableCommandInput
|
|
511
525
|
| PreviewPrivacyImpactCommandInput
|
|
526
|
+
| StartAnalysisLogExportCommandInput
|
|
512
527
|
| StartProtectedJobCommandInput
|
|
513
528
|
| StartProtectedQueryCommandInput
|
|
514
529
|
| TagResourceCommandInput
|
|
@@ -562,6 +577,7 @@ export type ServiceOutputTypes =
|
|
|
562
577
|
| DeleteMembershipCommandOutput
|
|
563
578
|
| DeletePrivacyBudgetTemplateCommandOutput
|
|
564
579
|
| DisallowIntermediateTableCommandOutput
|
|
580
|
+
| GetAnalysisLogExportCommandOutput
|
|
565
581
|
| GetAnalysisTemplateCommandOutput
|
|
566
582
|
| GetCollaborationAnalysisTemplateCommandOutput
|
|
567
583
|
| GetCollaborationChangeRequestCommandOutput
|
|
@@ -584,6 +600,7 @@ export type ServiceOutputTypes =
|
|
|
584
600
|
| GetProtectedQueryCommandOutput
|
|
585
601
|
| GetSchemaAnalysisRuleCommandOutput
|
|
586
602
|
| GetSchemaCommandOutput
|
|
603
|
+
| ListAnalysisLogExportsCommandOutput
|
|
587
604
|
| ListAnalysisTemplatesCommandOutput
|
|
588
605
|
| ListCollaborationAnalysisTemplatesCommandOutput
|
|
589
606
|
| ListCollaborationChangeRequestsCommandOutput
|
|
@@ -610,6 +627,7 @@ export type ServiceOutputTypes =
|
|
|
610
627
|
| PopulateIdMappingTableCommandOutput
|
|
611
628
|
| PopulateIntermediateTableCommandOutput
|
|
612
629
|
| PreviewPrivacyImpactCommandOutput
|
|
630
|
+
| StartAnalysisLogExportCommandOutput
|
|
613
631
|
| StartProtectedJobCommandOutput
|
|
614
632
|
| StartProtectedQueryCommandOutput
|
|
615
633
|
| TagResourceCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { GetAnalysisLogExportInput, GetAnalysisLogExportOutput } from "../models/models_1";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface GetAnalysisLogExportCommandInput extends GetAnalysisLogExportInput {}
|
|
5
|
+
export interface GetAnalysisLogExportCommandOutput
|
|
6
|
+
extends GetAnalysisLogExportOutput, __MetadataBearer {}
|
|
7
|
+
declare const GetAnalysisLogExportCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: GetAnalysisLogExportCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
GetAnalysisLogExportCommandInput,
|
|
12
|
+
GetAnalysisLogExportCommandOutput,
|
|
13
|
+
import("..").CleanRoomsClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: GetAnalysisLogExportCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
GetAnalysisLogExportCommandInput,
|
|
21
|
+
GetAnalysisLogExportCommandOutput,
|
|
22
|
+
import("..").CleanRoomsClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class GetAnalysisLogExportCommand extends GetAnalysisLogExportCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: GetAnalysisLogExportInput;
|
|
32
|
+
output: GetAnalysisLogExportOutput;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: GetAnalysisLogExportCommandInput;
|
|
36
|
+
output: GetAnalysisLogExportCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { ListAnalysisLogExportsInput, ListAnalysisLogExportsOutput } from "../models/models_1";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface ListAnalysisLogExportsCommandInput extends ListAnalysisLogExportsInput {}
|
|
5
|
+
export interface ListAnalysisLogExportsCommandOutput
|
|
6
|
+
extends ListAnalysisLogExportsOutput, __MetadataBearer {}
|
|
7
|
+
declare const ListAnalysisLogExportsCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: ListAnalysisLogExportsCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
ListAnalysisLogExportsCommandInput,
|
|
12
|
+
ListAnalysisLogExportsCommandOutput,
|
|
13
|
+
import("..").CleanRoomsClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: ListAnalysisLogExportsCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
ListAnalysisLogExportsCommandInput,
|
|
21
|
+
ListAnalysisLogExportsCommandOutput,
|
|
22
|
+
import("..").CleanRoomsClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class ListAnalysisLogExportsCommand extends ListAnalysisLogExportsCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: ListAnalysisLogExportsInput;
|
|
32
|
+
output: ListAnalysisLogExportsOutput;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: ListAnalysisLogExportsCommandInput;
|
|
36
|
+
output: ListAnalysisLogExportsCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
PopulateIntermediateTableInput,
|
|
4
4
|
PopulateIntermediateTableOutput,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface PopulateIntermediateTableCommandInput extends PopulateIntermediateTableInput {}
|
|
8
8
|
export interface PopulateIntermediateTableCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { StartAnalysisLogExportInput, StartAnalysisLogExportOutput } from "../models/models_1";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface StartAnalysisLogExportCommandInput extends StartAnalysisLogExportInput {}
|
|
5
|
+
export interface StartAnalysisLogExportCommandOutput
|
|
6
|
+
extends StartAnalysisLogExportOutput, __MetadataBearer {}
|
|
7
|
+
declare const StartAnalysisLogExportCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: StartAnalysisLogExportCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
StartAnalysisLogExportCommandInput,
|
|
12
|
+
StartAnalysisLogExportCommandOutput,
|
|
13
|
+
import("..").CleanRoomsClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: StartAnalysisLogExportCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
StartAnalysisLogExportCommandInput,
|
|
21
|
+
StartAnalysisLogExportCommandOutput,
|
|
22
|
+
import("..").CleanRoomsClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class StartAnalysisLogExportCommand extends StartAnalysisLogExportCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: StartAnalysisLogExportInput;
|
|
32
|
+
output: StartAnalysisLogExportOutput;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: StartAnalysisLogExportCommandInput;
|
|
36
|
+
output: StartAnalysisLogExportCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
UpdateIntermediateTableAnalysisRuleInput,
|
|
4
|
+
UpdateIntermediateTableAnalysisRuleOutput,
|
|
5
|
+
} from "../models/models_1";
|
|
4
6
|
export { __MetadataBearer };
|
|
5
7
|
export interface UpdateIntermediateTableAnalysisRuleCommandInput extends UpdateIntermediateTableAnalysisRuleInput {}
|
|
6
8
|
export interface UpdateIntermediateTableAnalysisRuleCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { UpdateIntermediateTableInput, UpdateIntermediateTableOutput } from "../models/
|
|
2
|
+
import { UpdateIntermediateTableInput, UpdateIntermediateTableOutput } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateIntermediateTableCommandInput extends UpdateIntermediateTableInput {}
|
|
5
5
|
export interface UpdateIntermediateTableCommandOutput
|