@aws-sdk/client-glue 3.965.0 → 3.967.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.
Files changed (52) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +233 -0
  3. package/dist-es/Glue.js +8 -0
  4. package/dist-es/commands/GetMaterializedViewRefreshTaskRunCommand.js +16 -0
  5. package/dist-es/commands/ListMaterializedViewRefreshTaskRunsCommand.js +16 -0
  6. package/dist-es/commands/StartMaterializedViewRefreshTaskRunCommand.js +16 -0
  7. package/dist-es/commands/StopMaterializedViewRefreshTaskRunCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/enums.js +11 -0
  10. package/dist-es/models/errors.js +42 -0
  11. package/dist-es/pagination/ListMaterializedViewRefreshTaskRunsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +101 -1
  14. package/dist-types/Glue.d.ts +28 -0
  15. package/dist-types/GlueClient.d.ts +6 -2
  16. package/dist-types/commands/GetMLTransformCommand.d.ts +2 -1
  17. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +103 -0
  18. package/dist-types/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +106 -0
  19. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +95 -0
  20. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +89 -0
  21. package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
  22. package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +1 -1
  23. package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -2
  24. package/dist-types/commands/index.d.ts +4 -0
  25. package/dist-types/models/enums.d.ts +27 -0
  26. package/dist-types/models/errors.d.ts +39 -0
  27. package/dist-types/models/models_1.d.ts +107 -152
  28. package/dist-types/models/models_2.d.ts +259 -202
  29. package/dist-types/models/models_3.d.ts +203 -4
  30. package/dist-types/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +7 -0
  31. package/dist-types/pagination/index.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +16 -0
  33. package/dist-types/ts3.4/Glue.d.ts +92 -0
  34. package/dist-types/ts3.4/GlueClient.d.ts +24 -0
  35. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +51 -0
  38. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  44. package/dist-types/ts3.4/models/enums.d.ts +15 -0
  45. package/dist-types/ts3.4/models/errors.d.ts +33 -0
  46. package/dist-types/ts3.4/models/models_1.d.ts +26 -30
  47. package/dist-types/ts3.4/models/models_2.d.ts +59 -50
  48. package/dist-types/ts3.4/models/models_3.d.ts +50 -0
  49. package/dist-types/ts3.4/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +11 -0
  50. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
  52. package/package.json +11 -11
@@ -1,7 +1,206 @@
1
- import { ExecutionClass, JobMode, Permission, ResourceAction, ResourceState, WorkerType } from "./enums";
2
- import { type Aggregate, type AmazonRedshiftSource, type AmazonRedshiftTarget, type AthenaConnectorSource, type BasicCatalogTarget, type CatalogDeltaSource, type CatalogHudiSource, type CatalogIcebergSource, type CatalogKafkaSource, type CatalogKinesisSource, type CatalogSource, type ConnectionsList, type ConnectorDataSource, type ConnectorDataTarget, type CustomCode, type DirectJDBCSource, type DirectKafkaSource, type DirectKinesisSource, type DropDuplicates, type DropFields, type DropNullFields, type DynamicTransform, type DynamoDBCatalogSource, type DynamoDBELTConnectorSource, type ErrorDetail, type EvaluateDataQuality, type EvaluateDataQualityMultiFrame, type ExecutionProperty, type FillMissingValues, type Filter, type GovernedCatalogSource, type GovernedCatalogTarget, type JDBCConnectorSource, type JDBCConnectorTarget, type JobCommand, type Join, type Merge, type MicrosoftSQLServerCatalogSource, type MicrosoftSQLServerCatalogTarget, type MySQLCatalogSource, type MySQLCatalogTarget, type NotificationProperty, type OracleSQLCatalogSource, type OracleSQLCatalogTarget, type PIIDetection, type PostgreSQLCatalogSource, type PostgreSQLCatalogTarget, type Recipe, type RedshiftSource, type RedshiftTarget, type RelationalCatalogSource, type RenameField, type Route, type S3CatalogDeltaSource, type S3CatalogHudiSource, type S3CatalogIcebergSource, type S3CatalogSource, type S3CatalogTarget, type S3CsvSource, type S3DeltaCatalogTarget, type S3DeltaDirectTarget, type S3DeltaSource, type S3DirectTarget, type S3ExcelSource, type S3GlueParquetTarget, type S3HudiCatalogTarget, type S3HudiDirectTarget, type S3HudiSource, type S3HyperDirectTarget, type S3IcebergCatalogTarget, type S3IcebergDirectTarget, type S3JsonSource, type S3ParquetSource, type SelectFields, type SelectFromCollection, type SnowflakeSource, type SnowflakeTarget, type SourceControlDetails, type SparkConnectorSource, type SparkConnectorTarget, type SparkSQL, type Spigot, type SplitFields, type StorageDescriptor, type Trigger, type Union, Column } from "./models_0";
3
- import type { ProfileConfiguration, TableIdentifier, UserDefinedFunctionInput } from "./models_1";
4
- import { type FederatedTable, type ViewDefinition, ColumnRowFilter, ViewValidation } from "./models_2";
1
+ import { ExecutionClass, JobMode, Permission, ResourceAction, ResourceState, TableOptimizerType, ViewUpdateAction, WorkerType } from "./enums";
2
+ import { type Aggregate, type AmazonRedshiftSource, type AmazonRedshiftTarget, type AthenaConnectorSource, type BasicCatalogTarget, type CatalogDeltaSource, type CatalogHudiSource, type CatalogIcebergSource, type CatalogKafkaSource, type CatalogKinesisSource, type CatalogSource, type ConnectionsList, type ConnectorDataSource, type ConnectorDataTarget, type CustomCode, type DirectJDBCSource, type DirectKafkaSource, type DirectKinesisSource, type DropDuplicates, type DropFields, type DropNullFields, type DynamicTransform, type DynamoDBCatalogSource, type DynamoDBELTConnectorSource, type ErrorDetail, type EvaluateDataQuality, type EvaluateDataQualityMultiFrame, type EventBatchingCondition, type ExecutionProperty, type FillMissingValues, type Filter, type GovernedCatalogSource, type GovernedCatalogTarget, type JDBCConnectorSource, type JDBCConnectorTarget, type JobCommand, type Join, type Merge, type MicrosoftSQLServerCatalogSource, type MicrosoftSQLServerCatalogTarget, type MySQLCatalogSource, type MySQLCatalogTarget, type NotificationProperty, type OracleSQLCatalogSource, type OracleSQLCatalogTarget, type PIIDetection, type PostgreSQLCatalogSource, type PostgreSQLCatalogTarget, type Predicate, type Recipe, type RedshiftSource, type RedshiftTarget, type RelationalCatalogSource, type RenameField, type Route, type S3CatalogDeltaSource, type S3CatalogHudiSource, type S3CatalogIcebergSource, type S3CatalogSource, type S3CatalogTarget, type S3CsvSource, type S3DeltaCatalogTarget, type S3DeltaDirectTarget, type S3DeltaSource, type S3DirectTarget, type S3ExcelSource, type S3GlueParquetTarget, type S3HudiCatalogTarget, type S3HudiDirectTarget, type S3HudiSource, type S3HyperDirectTarget, type S3IcebergCatalogTarget, type S3IcebergDirectTarget, type S3JsonSource, type S3ParquetSource, type SelectFields, type SelectFromCollection, type SnowflakeSource, type SnowflakeTarget, type SourceControlDetails, type SparkConnectorSource, type SparkConnectorTarget, type SparkSQL, type Spigot, type SplitFields, type StorageDescriptor, type TableOptimizerConfiguration, type Trigger, type Union, Action, Column } from "./models_0";
3
+ import type { ProfileConfiguration, TableIdentifier, TableInput, UserDefinedFunctionInput } from "./models_1";
4
+ import { type FederatedTable, type ViewDefinition, ColumnRowFilter, IcebergTableUpdate, ViewValidation } from "./models_2";
5
+ /**
6
+ * <p>Contains the update operations to be applied to an existing Iceberg table inGlue Data Catalog, defining the new state of the table metadata.
7
+ * </p>
8
+ * @public
9
+ */
10
+ export interface UpdateIcebergTableInput {
11
+ /**
12
+ * <p>The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition
13
+ * specifications, and table properties.</p>
14
+ * @public
15
+ */
16
+ Updates: IcebergTableUpdate[] | undefined;
17
+ }
18
+ /**
19
+ * <p>Input parameters specific to updating Apache Iceberg tables in Glue Data
20
+ * Catalog, containing the update operations to be applied to an existing Iceberg
21
+ * table.</p>
22
+ * @public
23
+ */
24
+ export interface UpdateIcebergInput {
25
+ /**
26
+ * <p>The specific update operations to be applied to the Iceberg table, containing a
27
+ * list of updates that define the new state of the table including schema,
28
+ * partitions, and properties.</p>
29
+ * @public
30
+ */
31
+ UpdateIcebergTableInput: UpdateIcebergTableInput | undefined;
32
+ }
33
+ /**
34
+ * <p>Input parameters for updating open table format tables in GlueData Catalog,
35
+ * serving as a wrapper for format-specific update operations such as Apache Iceberg.</p>
36
+ * @public
37
+ */
38
+ export interface UpdateOpenTableFormatInput {
39
+ /**
40
+ * <p>Apache Iceberg-specific update parameters that define the table modifications to
41
+ * be applied, including schema changes, partition specifications, and table
42
+ * properties.</p>
43
+ * @public
44
+ */
45
+ UpdateIcebergInput?: UpdateIcebergInput | undefined;
46
+ }
47
+ /**
48
+ * @public
49
+ */
50
+ export interface UpdateTableRequest {
51
+ /**
52
+ * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
53
+ * ID is used by default.</p>
54
+ * @public
55
+ */
56
+ CatalogId?: string | undefined;
57
+ /**
58
+ * <p>The name of the catalog database in which the table resides. For Hive
59
+ * compatibility, this name is entirely lowercase.</p>
60
+ * @public
61
+ */
62
+ DatabaseName: string | undefined;
63
+ /**
64
+ * <p>The unique identifier for the table within the specified database that will be
65
+ * created in the Glue Data Catalog.</p>
66
+ * @public
67
+ */
68
+ Name?: string | undefined;
69
+ /**
70
+ * <p>An updated <code>TableInput</code> object to define the metadata table
71
+ * in the catalog.</p>
72
+ * @public
73
+ */
74
+ TableInput?: TableInput | undefined;
75
+ /**
76
+ * <p>By default, <code>UpdateTable</code> always creates an archived version of the table
77
+ * before updating it. However, if <code>skipArchive</code> is set to true,
78
+ * <code>UpdateTable</code> does not create the archived version.</p>
79
+ * @public
80
+ */
81
+ SkipArchive?: boolean | undefined;
82
+ /**
83
+ * <p>The transaction ID at which to update the table contents. </p>
84
+ * @public
85
+ */
86
+ TransactionId?: string | undefined;
87
+ /**
88
+ * <p>The version ID at which to update the table contents. </p>
89
+ * @public
90
+ */
91
+ VersionId?: string | undefined;
92
+ /**
93
+ * <p>The operation to be performed when updating the view.</p>
94
+ * @public
95
+ */
96
+ ViewUpdateAction?: ViewUpdateAction | undefined;
97
+ /**
98
+ * <p>A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.</p>
99
+ * @public
100
+ */
101
+ Force?: boolean | undefined;
102
+ /**
103
+ * <p>Input parameters for updating open table format tables in GlueData Catalog, serving as a wrapper for format-specific update operations such as Apache Iceberg.</p>
104
+ * @public
105
+ */
106
+ UpdateOpenTableFormatInput?: UpdateOpenTableFormatInput | undefined;
107
+ }
108
+ /**
109
+ * @public
110
+ */
111
+ export interface UpdateTableResponse {
112
+ }
113
+ /**
114
+ * @public
115
+ */
116
+ export interface UpdateTableOptimizerRequest {
117
+ /**
118
+ * <p>The Catalog ID of the table.</p>
119
+ * @public
120
+ */
121
+ CatalogId: string | undefined;
122
+ /**
123
+ * <p>The name of the database in the catalog in which the table resides.</p>
124
+ * @public
125
+ */
126
+ DatabaseName: string | undefined;
127
+ /**
128
+ * <p>The name of the table.</p>
129
+ * @public
130
+ */
131
+ TableName: string | undefined;
132
+ /**
133
+ * <p>The type of table optimizer.</p>
134
+ * @public
135
+ */
136
+ Type: TableOptimizerType | undefined;
137
+ /**
138
+ * <p>A <code>TableOptimizerConfiguration</code> object representing the configuration of a table optimizer.</p>
139
+ * @public
140
+ */
141
+ TableOptimizerConfiguration: TableOptimizerConfiguration | undefined;
142
+ }
143
+ /**
144
+ * @public
145
+ */
146
+ export interface UpdateTableOptimizerResponse {
147
+ }
148
+ /**
149
+ * <p>A structure used to provide information used to update a trigger. This object updates the
150
+ * previous trigger definition by overwriting it completely.</p>
151
+ * @public
152
+ */
153
+ export interface TriggerUpdate {
154
+ /**
155
+ * <p>Reserved for future use.</p>
156
+ * @public
157
+ */
158
+ Name?: string | undefined;
159
+ /**
160
+ * <p>A description of this trigger.</p>
161
+ * @public
162
+ */
163
+ Description?: string | undefined;
164
+ /**
165
+ * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
166
+ * Schedules for Jobs and Crawlers</a>. For example, to run
167
+ * something every day at 12:15 UTC, you would specify:
168
+ * <code>cron(15 12 * * ? *)</code>.</p>
169
+ * @public
170
+ */
171
+ Schedule?: string | undefined;
172
+ /**
173
+ * <p>The actions initiated by this trigger.</p>
174
+ * @public
175
+ */
176
+ Actions?: Action[] | undefined;
177
+ /**
178
+ * <p>The predicate of this trigger, which defines when it will fire.</p>
179
+ * @public
180
+ */
181
+ Predicate?: Predicate | undefined;
182
+ /**
183
+ * <p>Batch condition that must be met (specified number of events received or batch time window expired)
184
+ * before EventBridge event trigger fires.</p>
185
+ * @public
186
+ */
187
+ EventBatchingCondition?: EventBatchingCondition | undefined;
188
+ }
189
+ /**
190
+ * @public
191
+ */
192
+ export interface UpdateTriggerRequest {
193
+ /**
194
+ * <p>The name of the trigger to update.</p>
195
+ * @public
196
+ */
197
+ Name: string | undefined;
198
+ /**
199
+ * <p>The new values with which to update the trigger.</p>
200
+ * @public
201
+ */
202
+ TriggerUpdate: TriggerUpdate | undefined;
203
+ }
5
204
  /**
6
205
  * @public
7
206
  */
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListMaterializedViewRefreshTaskRunsCommandInput, ListMaterializedViewRefreshTaskRunsCommandOutput } from "../commands/ListMaterializedViewRefreshTaskRunsCommand";
3
+ import { GluePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListMaterializedViewRefreshTaskRuns: (config: GluePaginationConfiguration, input: ListMaterializedViewRefreshTaskRunsCommandInput, ...rest: any[]) => Paginator<ListMaterializedViewRefreshTaskRunsCommandOutput>;
@@ -34,6 +34,7 @@ export * from "./ListDataQualityRulesetsPaginator";
34
34
  export * from "./ListDevEndpointsPaginator";
35
35
  export * from "./ListEntitiesPaginator";
36
36
  export * from "./ListJobsPaginator";
37
+ export * from "./ListMaterializedViewRefreshTaskRunsPaginator";
37
38
  export * from "./ListMLTransformsPaginator";
38
39
  export * from "./ListRegistriesPaginator";
39
40
  export * from "./ListSchemasPaginator";
@@ -442,6 +442,8 @@ export declare var GetJobsRequest$: StaticStructureSchema;
442
442
  export declare var GetJobsResponse$: StaticStructureSchema;
443
443
  export declare var GetMappingRequest$: StaticStructureSchema;
444
444
  export declare var GetMappingResponse$: StaticStructureSchema;
445
+ export declare var GetMaterializedViewRefreshTaskRunRequest$: StaticStructureSchema;
446
+ export declare var GetMaterializedViewRefreshTaskRunResponse$: StaticStructureSchema;
445
447
  export declare var GetMLTaskRunRequest$: StaticStructureSchema;
446
448
  export declare var GetMLTaskRunResponse$: StaticStructureSchema;
447
449
  export declare var GetMLTaskRunsRequest$: StaticStructureSchema;
@@ -622,6 +624,8 @@ export declare var ListIntegrationResourcePropertiesRequest$: StaticStructureSch
622
624
  export declare var ListIntegrationResourcePropertiesResponse$: StaticStructureSchema;
623
625
  export declare var ListJobsRequest$: StaticStructureSchema;
624
626
  export declare var ListJobsResponse$: StaticStructureSchema;
627
+ export declare var ListMaterializedViewRefreshTaskRunsRequest$: StaticStructureSchema;
628
+ export declare var ListMaterializedViewRefreshTaskRunsResponse$: StaticStructureSchema;
625
629
  export declare var ListMLTransformsRequest$: StaticStructureSchema;
626
630
  export declare var ListMLTransformsResponse$: StaticStructureSchema;
627
631
  export declare var ListRegistriesInput$: StaticStructureSchema;
@@ -646,6 +650,10 @@ export declare var Location$: StaticStructureSchema;
646
650
  export declare var LongColumnStatisticsData$: StaticStructureSchema;
647
651
  export declare var Mapping$: StaticStructureSchema;
648
652
  export declare var MappingEntry$: StaticStructureSchema;
653
+ export declare var MaterializedViewRefreshTaskNotRunningException$: StaticErrorSchema;
654
+ export declare var MaterializedViewRefreshTaskRun$: StaticStructureSchema;
655
+ export declare var MaterializedViewRefreshTaskRunningException$: StaticErrorSchema;
656
+ export declare var MaterializedViewRefreshTaskStoppingException$: StaticErrorSchema;
649
657
  export declare var Merge$: StaticStructureSchema;
650
658
  export declare var MetadataInfo$: StaticStructureSchema;
651
659
  export declare var MetadataKeyValuePair$: StaticStructureSchema;
@@ -819,6 +827,8 @@ export declare var StartImportLabelsTaskRunResponse$: StaticStructureSchema;
819
827
  export declare var StartingEventBatchCondition$: StaticStructureSchema;
820
828
  export declare var StartJobRunRequest$: StaticStructureSchema;
821
829
  export declare var StartJobRunResponse$: StaticStructureSchema;
830
+ export declare var StartMaterializedViewRefreshTaskRunRequest$: StaticStructureSchema;
831
+ export declare var StartMaterializedViewRefreshTaskRunResponse$: StaticStructureSchema;
822
832
  export declare var StartMLEvaluationTaskRunRequest$: StaticStructureSchema;
823
833
  export declare var StartMLEvaluationTaskRunResponse$: StaticStructureSchema;
824
834
  export declare var StartMLLabelingSetGenerationTaskRunRequest$: StaticStructureSchema;
@@ -842,6 +852,8 @@ export declare var StopCrawlerRequest$: StaticStructureSchema;
842
852
  export declare var StopCrawlerResponse$: StaticStructureSchema;
843
853
  export declare var StopCrawlerScheduleRequest$: StaticStructureSchema;
844
854
  export declare var StopCrawlerScheduleResponse$: StaticStructureSchema;
855
+ export declare var StopMaterializedViewRefreshTaskRunRequest$: StaticStructureSchema;
856
+ export declare var StopMaterializedViewRefreshTaskRunResponse$: StaticStructureSchema;
845
857
  export declare var StopSessionRequest$: StaticStructureSchema;
846
858
  export declare var StopSessionResponse$: StaticStructureSchema;
847
859
  export declare var StopTriggerRequest$: StaticStructureSchema;
@@ -1102,6 +1114,7 @@ export declare var GetJobRun$: StaticOperationSchema;
1102
1114
  export declare var GetJobRuns$: StaticOperationSchema;
1103
1115
  export declare var GetJobs$: StaticOperationSchema;
1104
1116
  export declare var GetMapping$: StaticOperationSchema;
1117
+ export declare var GetMaterializedViewRefreshTaskRun$: StaticOperationSchema;
1105
1118
  export declare var GetMLTaskRun$: StaticOperationSchema;
1106
1119
  export declare var GetMLTaskRuns$: StaticOperationSchema;
1107
1120
  export declare var GetMLTransform$: StaticOperationSchema;
@@ -1156,6 +1169,7 @@ export declare var ListDevEndpoints$: StaticOperationSchema;
1156
1169
  export declare var ListEntities$: StaticOperationSchema;
1157
1170
  export declare var ListIntegrationResourceProperties$: StaticOperationSchema;
1158
1171
  export declare var ListJobs$: StaticOperationSchema;
1172
+ export declare var ListMaterializedViewRefreshTaskRuns$: StaticOperationSchema;
1159
1173
  export declare var ListMLTransforms$: StaticOperationSchema;
1160
1174
  export declare var ListRegistries$: StaticOperationSchema;
1161
1175
  export declare var ListSchemas$: StaticOperationSchema;
@@ -1189,6 +1203,7 @@ export declare var StartDataQualityRulesetEvaluationRun$: StaticOperationSchema;
1189
1203
  export declare var StartExportLabelsTaskRun$: StaticOperationSchema;
1190
1204
  export declare var StartImportLabelsTaskRun$: StaticOperationSchema;
1191
1205
  export declare var StartJobRun$: StaticOperationSchema;
1206
+ export declare var StartMaterializedViewRefreshTaskRun$: StaticOperationSchema;
1192
1207
  export declare var StartMLEvaluationTaskRun$: StaticOperationSchema;
1193
1208
  export declare var StartMLLabelingSetGenerationTaskRun$: StaticOperationSchema;
1194
1209
  export declare var StartTrigger$: StaticOperationSchema;
@@ -1197,6 +1212,7 @@ export declare var StopColumnStatisticsTaskRun$: StaticOperationSchema;
1197
1212
  export declare var StopColumnStatisticsTaskRunSchedule$: StaticOperationSchema;
1198
1213
  export declare var StopCrawler$: StaticOperationSchema;
1199
1214
  export declare var StopCrawlerSchedule$: StaticOperationSchema;
1215
+ export declare var StopMaterializedViewRefreshTaskRun$: StaticOperationSchema;
1200
1216
  export declare var StopSession$: StaticOperationSchema;
1201
1217
  export declare var StopTrigger$: StaticOperationSchema;
1202
1218
  export declare var StopWorkflowRun$: StaticOperationSchema;
@@ -519,6 +519,10 @@ import {
519
519
  GetMappingCommandInput,
520
520
  GetMappingCommandOutput,
521
521
  } from "./commands/GetMappingCommand";
522
+ import {
523
+ GetMaterializedViewRefreshTaskRunCommandInput,
524
+ GetMaterializedViewRefreshTaskRunCommandOutput,
525
+ } from "./commands/GetMaterializedViewRefreshTaskRunCommand";
522
526
  import {
523
527
  GetMLTaskRunCommandInput,
524
528
  GetMLTaskRunCommandOutput,
@@ -735,6 +739,10 @@ import {
735
739
  ListJobsCommandInput,
736
740
  ListJobsCommandOutput,
737
741
  } from "./commands/ListJobsCommand";
742
+ import {
743
+ ListMaterializedViewRefreshTaskRunsCommandInput,
744
+ ListMaterializedViewRefreshTaskRunsCommandOutput,
745
+ } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
738
746
  import {
739
747
  ListMLTransformsCommandInput,
740
748
  ListMLTransformsCommandOutput,
@@ -867,6 +875,10 @@ import {
867
875
  StartJobRunCommandInput,
868
876
  StartJobRunCommandOutput,
869
877
  } from "./commands/StartJobRunCommand";
878
+ import {
879
+ StartMaterializedViewRefreshTaskRunCommandInput,
880
+ StartMaterializedViewRefreshTaskRunCommandOutput,
881
+ } from "./commands/StartMaterializedViewRefreshTaskRunCommand";
870
882
  import {
871
883
  StartMLEvaluationTaskRunCommandInput,
872
884
  StartMLEvaluationTaskRunCommandOutput,
@@ -899,6 +911,10 @@ import {
899
911
  StopCrawlerScheduleCommandInput,
900
912
  StopCrawlerScheduleCommandOutput,
901
913
  } from "./commands/StopCrawlerScheduleCommand";
914
+ import {
915
+ StopMaterializedViewRefreshTaskRunCommandInput,
916
+ StopMaterializedViewRefreshTaskRunCommandOutput,
917
+ } from "./commands/StopMaterializedViewRefreshTaskRunCommand";
902
918
  import {
903
919
  StopSessionCommandInput,
904
920
  StopSessionCommandOutput,
@@ -2823,6 +2839,25 @@ export interface Glue {
2823
2839
  options: __HttpHandlerOptions,
2824
2840
  cb: (err: any, data?: GetMappingCommandOutput) => void
2825
2841
  ): void;
2842
+ getMaterializedViewRefreshTaskRun(
2843
+ args: GetMaterializedViewRefreshTaskRunCommandInput,
2844
+ options?: __HttpHandlerOptions
2845
+ ): Promise<GetMaterializedViewRefreshTaskRunCommandOutput>;
2846
+ getMaterializedViewRefreshTaskRun(
2847
+ args: GetMaterializedViewRefreshTaskRunCommandInput,
2848
+ cb: (
2849
+ err: any,
2850
+ data?: GetMaterializedViewRefreshTaskRunCommandOutput
2851
+ ) => void
2852
+ ): void;
2853
+ getMaterializedViewRefreshTaskRun(
2854
+ args: GetMaterializedViewRefreshTaskRunCommandInput,
2855
+ options: __HttpHandlerOptions,
2856
+ cb: (
2857
+ err: any,
2858
+ data?: GetMaterializedViewRefreshTaskRunCommandOutput
2859
+ ) => void
2860
+ ): void;
2826
2861
  getMLTaskRun(
2827
2862
  args: GetMLTaskRunCommandInput,
2828
2863
  options?: __HttpHandlerOptions
@@ -3571,6 +3606,25 @@ export interface Glue {
3571
3606
  options: __HttpHandlerOptions,
3572
3607
  cb: (err: any, data?: ListJobsCommandOutput) => void
3573
3608
  ): void;
3609
+ listMaterializedViewRefreshTaskRuns(
3610
+ args: ListMaterializedViewRefreshTaskRunsCommandInput,
3611
+ options?: __HttpHandlerOptions
3612
+ ): Promise<ListMaterializedViewRefreshTaskRunsCommandOutput>;
3613
+ listMaterializedViewRefreshTaskRuns(
3614
+ args: ListMaterializedViewRefreshTaskRunsCommandInput,
3615
+ cb: (
3616
+ err: any,
3617
+ data?: ListMaterializedViewRefreshTaskRunsCommandOutput
3618
+ ) => void
3619
+ ): void;
3620
+ listMaterializedViewRefreshTaskRuns(
3621
+ args: ListMaterializedViewRefreshTaskRunsCommandInput,
3622
+ options: __HttpHandlerOptions,
3623
+ cb: (
3624
+ err: any,
3625
+ data?: ListMaterializedViewRefreshTaskRunsCommandOutput
3626
+ ) => void
3627
+ ): void;
3574
3628
  listMLTransforms(): Promise<ListMLTransformsCommandOutput>;
3575
3629
  listMLTransforms(
3576
3630
  args: ListMLTransformsCommandInput,
@@ -4027,6 +4081,25 @@ export interface Glue {
4027
4081
  options: __HttpHandlerOptions,
4028
4082
  cb: (err: any, data?: StartJobRunCommandOutput) => void
4029
4083
  ): void;
4084
+ startMaterializedViewRefreshTaskRun(
4085
+ args: StartMaterializedViewRefreshTaskRunCommandInput,
4086
+ options?: __HttpHandlerOptions
4087
+ ): Promise<StartMaterializedViewRefreshTaskRunCommandOutput>;
4088
+ startMaterializedViewRefreshTaskRun(
4089
+ args: StartMaterializedViewRefreshTaskRunCommandInput,
4090
+ cb: (
4091
+ err: any,
4092
+ data?: StartMaterializedViewRefreshTaskRunCommandOutput
4093
+ ) => void
4094
+ ): void;
4095
+ startMaterializedViewRefreshTaskRun(
4096
+ args: StartMaterializedViewRefreshTaskRunCommandInput,
4097
+ options: __HttpHandlerOptions,
4098
+ cb: (
4099
+ err: any,
4100
+ data?: StartMaterializedViewRefreshTaskRunCommandOutput
4101
+ ) => void
4102
+ ): void;
4030
4103
  startMLEvaluationTaskRun(
4031
4104
  args: StartMLEvaluationTaskRunCommandInput,
4032
4105
  options?: __HttpHandlerOptions
@@ -4143,6 +4216,25 @@ export interface Glue {
4143
4216
  options: __HttpHandlerOptions,
4144
4217
  cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void
4145
4218
  ): void;
4219
+ stopMaterializedViewRefreshTaskRun(
4220
+ args: StopMaterializedViewRefreshTaskRunCommandInput,
4221
+ options?: __HttpHandlerOptions
4222
+ ): Promise<StopMaterializedViewRefreshTaskRunCommandOutput>;
4223
+ stopMaterializedViewRefreshTaskRun(
4224
+ args: StopMaterializedViewRefreshTaskRunCommandInput,
4225
+ cb: (
4226
+ err: any,
4227
+ data?: StopMaterializedViewRefreshTaskRunCommandOutput
4228
+ ) => void
4229
+ ): void;
4230
+ stopMaterializedViewRefreshTaskRun(
4231
+ args: StopMaterializedViewRefreshTaskRunCommandInput,
4232
+ options: __HttpHandlerOptions,
4233
+ cb: (
4234
+ err: any,
4235
+ data?: StopMaterializedViewRefreshTaskRunCommandOutput
4236
+ ) => void
4237
+ ): void;
4146
4238
  stopSession(
4147
4239
  args: StopSessionCommandInput,
4148
4240
  options?: __HttpHandlerOptions
@@ -565,6 +565,10 @@ import {
565
565
  GetMappingCommandInput,
566
566
  GetMappingCommandOutput,
567
567
  } from "./commands/GetMappingCommand";
568
+ import {
569
+ GetMaterializedViewRefreshTaskRunCommandInput,
570
+ GetMaterializedViewRefreshTaskRunCommandOutput,
571
+ } from "./commands/GetMaterializedViewRefreshTaskRunCommand";
568
572
  import {
569
573
  GetMLTaskRunCommandInput,
570
574
  GetMLTaskRunCommandOutput,
@@ -781,6 +785,10 @@ import {
781
785
  ListJobsCommandInput,
782
786
  ListJobsCommandOutput,
783
787
  } from "./commands/ListJobsCommand";
788
+ import {
789
+ ListMaterializedViewRefreshTaskRunsCommandInput,
790
+ ListMaterializedViewRefreshTaskRunsCommandOutput,
791
+ } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
784
792
  import {
785
793
  ListMLTransformsCommandInput,
786
794
  ListMLTransformsCommandOutput,
@@ -913,6 +921,10 @@ import {
913
921
  StartJobRunCommandInput,
914
922
  StartJobRunCommandOutput,
915
923
  } from "./commands/StartJobRunCommand";
924
+ import {
925
+ StartMaterializedViewRefreshTaskRunCommandInput,
926
+ StartMaterializedViewRefreshTaskRunCommandOutput,
927
+ } from "./commands/StartMaterializedViewRefreshTaskRunCommand";
916
928
  import {
917
929
  StartMLEvaluationTaskRunCommandInput,
918
930
  StartMLEvaluationTaskRunCommandOutput,
@@ -945,6 +957,10 @@ import {
945
957
  StopCrawlerScheduleCommandInput,
946
958
  StopCrawlerScheduleCommandOutput,
947
959
  } from "./commands/StopCrawlerScheduleCommand";
960
+ import {
961
+ StopMaterializedViewRefreshTaskRunCommandInput,
962
+ StopMaterializedViewRefreshTaskRunCommandOutput,
963
+ } from "./commands/StopMaterializedViewRefreshTaskRunCommand";
948
964
  import {
949
965
  StopSessionCommandInput,
950
966
  StopSessionCommandOutput,
@@ -1223,6 +1239,7 @@ export type ServiceInputTypes =
1223
1239
  | GetMLTransformCommandInput
1224
1240
  | GetMLTransformsCommandInput
1225
1241
  | GetMappingCommandInput
1242
+ | GetMaterializedViewRefreshTaskRunCommandInput
1226
1243
  | GetPartitionCommandInput
1227
1244
  | GetPartitionIndexesCommandInput
1228
1245
  | GetPartitionsCommandInput
@@ -1274,6 +1291,7 @@ export type ServiceInputTypes =
1274
1291
  | ListIntegrationResourcePropertiesCommandInput
1275
1292
  | ListJobsCommandInput
1276
1293
  | ListMLTransformsCommandInput
1294
+ | ListMaterializedViewRefreshTaskRunsCommandInput
1277
1295
  | ListRegistriesCommandInput
1278
1296
  | ListSchemaVersionsCommandInput
1279
1297
  | ListSchemasCommandInput
@@ -1308,12 +1326,14 @@ export type ServiceInputTypes =
1308
1326
  | StartJobRunCommandInput
1309
1327
  | StartMLEvaluationTaskRunCommandInput
1310
1328
  | StartMLLabelingSetGenerationTaskRunCommandInput
1329
+ | StartMaterializedViewRefreshTaskRunCommandInput
1311
1330
  | StartTriggerCommandInput
1312
1331
  | StartWorkflowRunCommandInput
1313
1332
  | StopColumnStatisticsTaskRunCommandInput
1314
1333
  | StopColumnStatisticsTaskRunScheduleCommandInput
1315
1334
  | StopCrawlerCommandInput
1316
1335
  | StopCrawlerScheduleCommandInput
1336
+ | StopMaterializedViewRefreshTaskRunCommandInput
1317
1337
  | StopSessionCommandInput
1318
1338
  | StopTriggerCommandInput
1319
1339
  | StopWorkflowRunCommandInput
@@ -1483,6 +1503,7 @@ export type ServiceOutputTypes =
1483
1503
  | GetMLTransformCommandOutput
1484
1504
  | GetMLTransformsCommandOutput
1485
1505
  | GetMappingCommandOutput
1506
+ | GetMaterializedViewRefreshTaskRunCommandOutput
1486
1507
  | GetPartitionCommandOutput
1487
1508
  | GetPartitionIndexesCommandOutput
1488
1509
  | GetPartitionsCommandOutput
@@ -1534,6 +1555,7 @@ export type ServiceOutputTypes =
1534
1555
  | ListIntegrationResourcePropertiesCommandOutput
1535
1556
  | ListJobsCommandOutput
1536
1557
  | ListMLTransformsCommandOutput
1558
+ | ListMaterializedViewRefreshTaskRunsCommandOutput
1537
1559
  | ListRegistriesCommandOutput
1538
1560
  | ListSchemaVersionsCommandOutput
1539
1561
  | ListSchemasCommandOutput
@@ -1568,12 +1590,14 @@ export type ServiceOutputTypes =
1568
1590
  | StartJobRunCommandOutput
1569
1591
  | StartMLEvaluationTaskRunCommandOutput
1570
1592
  | StartMLLabelingSetGenerationTaskRunCommandOutput
1593
+ | StartMaterializedViewRefreshTaskRunCommandOutput
1571
1594
  | StartTriggerCommandOutput
1572
1595
  | StartWorkflowRunCommandOutput
1573
1596
  | StopColumnStatisticsTaskRunCommandOutput
1574
1597
  | StopColumnStatisticsTaskRunScheduleCommandOutput
1575
1598
  | StopCrawlerCommandOutput
1576
1599
  | StopCrawlerScheduleCommandOutput
1600
+ | StopMaterializedViewRefreshTaskRunCommandOutput
1577
1601
  | StopSessionCommandOutput
1578
1602
  | StopTriggerCommandOutput
1579
1603
  | StopWorkflowRunCommandOutput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import {
9
- GetMLTransformRequest,
10
- GetMLTransformResponse,
11
- } from "../models/models_1";
8
+ import { GetMLTransformRequest } from "../models/models_1";
9
+ import { GetMLTransformResponse } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetMLTransformCommandInput extends GetMLTransformRequest {}
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ GetMaterializedViewRefreshTaskRunRequest,
10
+ GetMaterializedViewRefreshTaskRunResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetMaterializedViewRefreshTaskRunCommandInput
15
+ extends GetMaterializedViewRefreshTaskRunRequest {}
16
+ export interface GetMaterializedViewRefreshTaskRunCommandOutput
17
+ extends GetMaterializedViewRefreshTaskRunResponse,
18
+ __MetadataBearer {}
19
+ declare const GetMaterializedViewRefreshTaskRunCommand_base: {
20
+ new (
21
+ input: GetMaterializedViewRefreshTaskRunCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetMaterializedViewRefreshTaskRunCommandInput,
24
+ GetMaterializedViewRefreshTaskRunCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetMaterializedViewRefreshTaskRunCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetMaterializedViewRefreshTaskRunCommandInput,
33
+ GetMaterializedViewRefreshTaskRunCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetMaterializedViewRefreshTaskRunCommand extends GetMaterializedViewRefreshTaskRunCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetMaterializedViewRefreshTaskRunRequest;
44
+ output: GetMaterializedViewRefreshTaskRunResponse;
45
+ };
46
+ sdk: {
47
+ input: GetMaterializedViewRefreshTaskRunCommandInput;
48
+ output: GetMaterializedViewRefreshTaskRunCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ ListMaterializedViewRefreshTaskRunsRequest,
10
+ ListMaterializedViewRefreshTaskRunsResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListMaterializedViewRefreshTaskRunsCommandInput
15
+ extends ListMaterializedViewRefreshTaskRunsRequest {}
16
+ export interface ListMaterializedViewRefreshTaskRunsCommandOutput
17
+ extends ListMaterializedViewRefreshTaskRunsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListMaterializedViewRefreshTaskRunsCommand_base: {
20
+ new (
21
+ input: ListMaterializedViewRefreshTaskRunsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListMaterializedViewRefreshTaskRunsCommandInput,
24
+ ListMaterializedViewRefreshTaskRunsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListMaterializedViewRefreshTaskRunsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListMaterializedViewRefreshTaskRunsCommandInput,
33
+ ListMaterializedViewRefreshTaskRunsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListMaterializedViewRefreshTaskRunsCommand extends ListMaterializedViewRefreshTaskRunsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListMaterializedViewRefreshTaskRunsRequest;
44
+ output: ListMaterializedViewRefreshTaskRunsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListMaterializedViewRefreshTaskRunsCommandInput;
48
+ output: ListMaterializedViewRefreshTaskRunsCommandOutput;
49
+ };
50
+ };
51
+ }