@aws-sdk/client-glue 3.325.0 → 3.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +15 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +28 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +114 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +40 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +43 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +875 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +84 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +49 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +260 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +21 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +8 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +4 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +7 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +6 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +28 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +21 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +7 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +29 -0
- package/dist-types/commands/CreateTableCommand.d.ts +4 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +8 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +8 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +23 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +17 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +20 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +10 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +49 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +52 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +70 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +70 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +26 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +29 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +109 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +18 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +112 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +10 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +33 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +28 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +36 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +33 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +36 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +26 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +38 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +41 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/GetJobCommand.d.ts +870 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +40 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +43 -0
- package/dist-types/commands/GetJobsCommand.d.ts +873 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +32 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +37 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +73 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +78 -0
- package/dist-types/commands/GetMappingCommand.d.ts +15 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +75 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +30 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +78 -0
- package/dist-types/commands/GetPlanCommand.d.ts +7 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +18 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +6 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +25 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +28 -0
- package/dist-types/commands/GetSessionCommand.d.ts +29 -0
- package/dist-types/commands/GetStatementCommand.d.ts +25 -0
- package/dist-types/commands/GetTableCommand.d.ts +100 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +103 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +106 -0
- package/dist-types/commands/GetTablesCommand.d.ts +103 -0
- package/dist-types/commands/GetTagsCommand.d.ts +8 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +44 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +47 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +77 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +82 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +108 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +20 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +23 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +255 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +138 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +8 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +141 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +4 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +20 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +15 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +25 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +20 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +9 -0
- package/dist-types/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +9 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +15 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +17 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +28 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +9 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +19 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +9 -0
- package/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +103 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +6 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StopSessionCommand.d.ts +6 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +67 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +67 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +8 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +44 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
- package/package.json +7 -7
|
@@ -93,6 +93,71 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
|
|
|
93
93
|
* };
|
|
94
94
|
* const command = new UpdateColumnStatisticsForPartitionCommand(input);
|
|
95
95
|
* const response = await client.send(command);
|
|
96
|
+
* // { // UpdateColumnStatisticsForPartitionResponse
|
|
97
|
+
* // Errors: [ // ColumnStatisticsErrors
|
|
98
|
+
* // { // ColumnStatisticsError
|
|
99
|
+
* // ColumnStatistics: { // ColumnStatistics
|
|
100
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
101
|
+
* // ColumnType: "STRING_VALUE", // required
|
|
102
|
+
* // AnalyzedTime: new Date("TIMESTAMP"), // required
|
|
103
|
+
* // StatisticsData: { // ColumnStatisticsData
|
|
104
|
+
* // Type: "BOOLEAN" || "DATE" || "DECIMAL" || "DOUBLE" || "LONG" || "STRING" || "BINARY", // required
|
|
105
|
+
* // BooleanColumnStatisticsData: { // BooleanColumnStatisticsData
|
|
106
|
+
* // NumberOfTrues: Number("long"), // required
|
|
107
|
+
* // NumberOfFalses: Number("long"), // required
|
|
108
|
+
* // NumberOfNulls: Number("long"), // required
|
|
109
|
+
* // },
|
|
110
|
+
* // DateColumnStatisticsData: { // DateColumnStatisticsData
|
|
111
|
+
* // MinimumValue: new Date("TIMESTAMP"),
|
|
112
|
+
* // MaximumValue: new Date("TIMESTAMP"),
|
|
113
|
+
* // NumberOfNulls: Number("long"), // required
|
|
114
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
115
|
+
* // },
|
|
116
|
+
* // DecimalColumnStatisticsData: { // DecimalColumnStatisticsData
|
|
117
|
+
* // MinimumValue: { // DecimalNumber
|
|
118
|
+
* // UnscaledValue: "BLOB_VALUE", // required
|
|
119
|
+
* // Scale: Number("int"), // required
|
|
120
|
+
* // },
|
|
121
|
+
* // MaximumValue: {
|
|
122
|
+
* // UnscaledValue: "BLOB_VALUE", // required
|
|
123
|
+
* // Scale: Number("int"), // required
|
|
124
|
+
* // },
|
|
125
|
+
* // NumberOfNulls: Number("long"), // required
|
|
126
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
127
|
+
* // },
|
|
128
|
+
* // DoubleColumnStatisticsData: { // DoubleColumnStatisticsData
|
|
129
|
+
* // MinimumValue: Number("double"),
|
|
130
|
+
* // MaximumValue: Number("double"),
|
|
131
|
+
* // NumberOfNulls: Number("long"), // required
|
|
132
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
133
|
+
* // },
|
|
134
|
+
* // LongColumnStatisticsData: { // LongColumnStatisticsData
|
|
135
|
+
* // MinimumValue: Number("long"),
|
|
136
|
+
* // MaximumValue: Number("long"),
|
|
137
|
+
* // NumberOfNulls: Number("long"), // required
|
|
138
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
139
|
+
* // },
|
|
140
|
+
* // StringColumnStatisticsData: { // StringColumnStatisticsData
|
|
141
|
+
* // MaximumLength: Number("long"), // required
|
|
142
|
+
* // AverageLength: Number("double"), // required
|
|
143
|
+
* // NumberOfNulls: Number("long"), // required
|
|
144
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
145
|
+
* // },
|
|
146
|
+
* // BinaryColumnStatisticsData: { // BinaryColumnStatisticsData
|
|
147
|
+
* // MaximumLength: Number("long"), // required
|
|
148
|
+
* // AverageLength: Number("double"), // required
|
|
149
|
+
* // NumberOfNulls: Number("long"), // required
|
|
150
|
+
* // },
|
|
151
|
+
* // },
|
|
152
|
+
* // },
|
|
153
|
+
* // Error: { // ErrorDetail
|
|
154
|
+
* // ErrorCode: "STRING_VALUE",
|
|
155
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // ],
|
|
159
|
+
* // };
|
|
160
|
+
*
|
|
96
161
|
* ```
|
|
97
162
|
*
|
|
98
163
|
* @param UpdateColumnStatisticsForPartitionCommandInput - {@link UpdateColumnStatisticsForPartitionCommandInput}
|
|
@@ -116,6 +181,8 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
|
|
|
116
181
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
117
182
|
* <p>The operation timed out.</p>
|
|
118
183
|
*
|
|
184
|
+
* @throws {@link GlueServiceException}
|
|
185
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
119
186
|
*
|
|
120
187
|
*/
|
|
121
188
|
export declare class UpdateColumnStatisticsForPartitionCommand extends $Command<UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -90,6 +90,71 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
|
|
|
90
90
|
* };
|
|
91
91
|
* const command = new UpdateColumnStatisticsForTableCommand(input);
|
|
92
92
|
* const response = await client.send(command);
|
|
93
|
+
* // { // UpdateColumnStatisticsForTableResponse
|
|
94
|
+
* // Errors: [ // ColumnStatisticsErrors
|
|
95
|
+
* // { // ColumnStatisticsError
|
|
96
|
+
* // ColumnStatistics: { // ColumnStatistics
|
|
97
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
98
|
+
* // ColumnType: "STRING_VALUE", // required
|
|
99
|
+
* // AnalyzedTime: new Date("TIMESTAMP"), // required
|
|
100
|
+
* // StatisticsData: { // ColumnStatisticsData
|
|
101
|
+
* // Type: "BOOLEAN" || "DATE" || "DECIMAL" || "DOUBLE" || "LONG" || "STRING" || "BINARY", // required
|
|
102
|
+
* // BooleanColumnStatisticsData: { // BooleanColumnStatisticsData
|
|
103
|
+
* // NumberOfTrues: Number("long"), // required
|
|
104
|
+
* // NumberOfFalses: Number("long"), // required
|
|
105
|
+
* // NumberOfNulls: Number("long"), // required
|
|
106
|
+
* // },
|
|
107
|
+
* // DateColumnStatisticsData: { // DateColumnStatisticsData
|
|
108
|
+
* // MinimumValue: new Date("TIMESTAMP"),
|
|
109
|
+
* // MaximumValue: new Date("TIMESTAMP"),
|
|
110
|
+
* // NumberOfNulls: Number("long"), // required
|
|
111
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
112
|
+
* // },
|
|
113
|
+
* // DecimalColumnStatisticsData: { // DecimalColumnStatisticsData
|
|
114
|
+
* // MinimumValue: { // DecimalNumber
|
|
115
|
+
* // UnscaledValue: "BLOB_VALUE", // required
|
|
116
|
+
* // Scale: Number("int"), // required
|
|
117
|
+
* // },
|
|
118
|
+
* // MaximumValue: {
|
|
119
|
+
* // UnscaledValue: "BLOB_VALUE", // required
|
|
120
|
+
* // Scale: Number("int"), // required
|
|
121
|
+
* // },
|
|
122
|
+
* // NumberOfNulls: Number("long"), // required
|
|
123
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
124
|
+
* // },
|
|
125
|
+
* // DoubleColumnStatisticsData: { // DoubleColumnStatisticsData
|
|
126
|
+
* // MinimumValue: Number("double"),
|
|
127
|
+
* // MaximumValue: Number("double"),
|
|
128
|
+
* // NumberOfNulls: Number("long"), // required
|
|
129
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
130
|
+
* // },
|
|
131
|
+
* // LongColumnStatisticsData: { // LongColumnStatisticsData
|
|
132
|
+
* // MinimumValue: Number("long"),
|
|
133
|
+
* // MaximumValue: Number("long"),
|
|
134
|
+
* // NumberOfNulls: Number("long"), // required
|
|
135
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
136
|
+
* // },
|
|
137
|
+
* // StringColumnStatisticsData: { // StringColumnStatisticsData
|
|
138
|
+
* // MaximumLength: Number("long"), // required
|
|
139
|
+
* // AverageLength: Number("double"), // required
|
|
140
|
+
* // NumberOfNulls: Number("long"), // required
|
|
141
|
+
* // NumberOfDistinctValues: Number("long"), // required
|
|
142
|
+
* // },
|
|
143
|
+
* // BinaryColumnStatisticsData: { // BinaryColumnStatisticsData
|
|
144
|
+
* // MaximumLength: Number("long"), // required
|
|
145
|
+
* // AverageLength: Number("double"), // required
|
|
146
|
+
* // NumberOfNulls: Number("long"), // required
|
|
147
|
+
* // },
|
|
148
|
+
* // },
|
|
149
|
+
* // },
|
|
150
|
+
* // Error: { // ErrorDetail
|
|
151
|
+
* // ErrorCode: "STRING_VALUE",
|
|
152
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // };
|
|
157
|
+
*
|
|
93
158
|
* ```
|
|
94
159
|
*
|
|
95
160
|
* @param UpdateColumnStatisticsForTableCommandInput - {@link UpdateColumnStatisticsForTableCommandInput}
|
|
@@ -113,6 +178,8 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
|
|
|
113
178
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
114
179
|
* <p>The operation timed out.</p>
|
|
115
180
|
*
|
|
181
|
+
* @throws {@link GlueServiceException}
|
|
182
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
116
183
|
*
|
|
117
184
|
*/
|
|
118
185
|
export declare class UpdateColumnStatisticsForTableCommand extends $Command<UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -50,6 +50,8 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new UpdateConnectionCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // {};
|
|
54
|
+
*
|
|
53
55
|
* ```
|
|
54
56
|
*
|
|
55
57
|
* @param UpdateConnectionCommandInput - {@link UpdateConnectionCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
|
|
|
70
72
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
71
73
|
* <p>The operation timed out.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link GlueServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -118,6 +118,8 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
|
|
|
118
118
|
* };
|
|
119
119
|
* const command = new UpdateCrawlerCommand(input);
|
|
120
120
|
* const response = await client.send(command);
|
|
121
|
+
* // {};
|
|
122
|
+
*
|
|
121
123
|
* ```
|
|
122
124
|
*
|
|
123
125
|
* @param UpdateCrawlerCommandInput - {@link UpdateCrawlerCommandInput}
|
|
@@ -141,6 +143,8 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
|
|
|
141
143
|
* @throws {@link VersionMismatchException} (client fault)
|
|
142
144
|
* <p>There was a version conflict.</p>
|
|
143
145
|
*
|
|
146
|
+
* @throws {@link GlueServiceException}
|
|
147
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
144
148
|
*
|
|
145
149
|
*/
|
|
146
150
|
export declare class UpdateCrawlerCommand extends $Command<UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface UpdateCrawlerScheduleCommandOutput extends UpdateCrawlerSchedul
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new UpdateCrawlerScheduleCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param UpdateCrawlerScheduleCommandInput - {@link UpdateCrawlerScheduleCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface UpdateCrawlerScheduleCommandOutput extends UpdateCrawlerSchedul
|
|
|
55
57
|
* @throws {@link VersionMismatchException} (client fault)
|
|
56
58
|
* <p>There was a version conflict.</p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link GlueServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class UpdateCrawlerScheduleCommand extends $Command<UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,12 @@ export interface UpdateDataQualityRulesetCommandOutput extends UpdateDataQuality
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateDataQualityRulesetCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateDataQualityRulesetResponse
|
|
37
|
+
* // Name: "STRING_VALUE",
|
|
38
|
+
* // Description: "STRING_VALUE",
|
|
39
|
+
* // Ruleset: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
36
42
|
* ```
|
|
37
43
|
*
|
|
38
44
|
* @param UpdateDataQualityRulesetCommandInput - {@link UpdateDataQualityRulesetCommandInput}
|
|
@@ -62,6 +68,8 @@ export interface UpdateDataQualityRulesetCommandOutput extends UpdateDataQuality
|
|
|
62
68
|
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
63
69
|
* <p>A resource numerical limit was exceeded.</p>
|
|
64
70
|
*
|
|
71
|
+
* @throws {@link GlueServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
65
73
|
*
|
|
66
74
|
*/
|
|
67
75
|
export declare class UpdateDataQualityRulesetCommand extends $Command<UpdateDataQualityRulesetCommandInput, UpdateDataQualityRulesetCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -58,6 +58,8 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new UpdateDatabaseCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // {};
|
|
62
|
+
*
|
|
61
63
|
* ```
|
|
62
64
|
*
|
|
63
65
|
* @param UpdateDatabaseCommandInput - {@link UpdateDatabaseCommandInput}
|
|
@@ -84,6 +86,8 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M
|
|
|
84
86
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
85
87
|
* <p>The operation timed out.</p>
|
|
86
88
|
*
|
|
89
|
+
* @throws {@link GlueServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
87
91
|
*
|
|
88
92
|
*/
|
|
89
93
|
export declare class UpdateDatabaseCommand extends $Command<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -49,6 +49,8 @@ export interface UpdateDevEndpointCommandOutput extends UpdateDevEndpointRespons
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new UpdateDevEndpointCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
52
54
|
* ```
|
|
53
55
|
*
|
|
54
56
|
* @param UpdateDevEndpointCommandInput - {@link UpdateDevEndpointCommandInput}
|
|
@@ -72,6 +74,8 @@ export interface UpdateDevEndpointCommandOutput extends UpdateDevEndpointRespons
|
|
|
72
74
|
* @throws {@link ValidationException} (client fault)
|
|
73
75
|
* <p>A value could not be validated.</p>
|
|
74
76
|
*
|
|
77
|
+
* @throws {@link GlueServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
75
79
|
*
|
|
76
80
|
*/
|
|
77
81
|
export declare class UpdateDevEndpointCommand extends $Command<UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -893,6 +893,10 @@ export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBea
|
|
|
893
893
|
* };
|
|
894
894
|
* const command = new UpdateJobCommand(input);
|
|
895
895
|
* const response = await client.send(command);
|
|
896
|
+
* // { // UpdateJobResponse
|
|
897
|
+
* // JobName: "STRING_VALUE",
|
|
898
|
+
* // };
|
|
899
|
+
*
|
|
896
900
|
* ```
|
|
897
901
|
*
|
|
898
902
|
* @param UpdateJobCommandInput - {@link UpdateJobCommandInput}
|
|
@@ -916,6 +920,8 @@ export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBea
|
|
|
916
920
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
917
921
|
* <p>The operation timed out.</p>
|
|
918
922
|
*
|
|
923
|
+
* @throws {@link GlueServiceException}
|
|
924
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
919
925
|
*
|
|
920
926
|
*/
|
|
921
927
|
export declare class UpdateJobCommand extends $Command<UpdateJobCommandInput, UpdateJobCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -40,6 +40,10 @@ export interface UpdateJobFromSourceControlCommandOutput extends UpdateJobFromSo
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateJobFromSourceControlCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdateJobFromSourceControlResponse
|
|
44
|
+
* // JobName: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
43
47
|
* ```
|
|
44
48
|
*
|
|
45
49
|
* @param UpdateJobFromSourceControlCommandInput - {@link UpdateJobFromSourceControlCommandInput}
|
|
@@ -69,6 +73,8 @@ export interface UpdateJobFromSourceControlCommandOutput extends UpdateJobFromSo
|
|
|
69
73
|
* @throws {@link ValidationException} (client fault)
|
|
70
74
|
* <p>A value could not be validated.</p>
|
|
71
75
|
*
|
|
76
|
+
* @throws {@link GlueServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
72
78
|
*
|
|
73
79
|
*/
|
|
74
80
|
export declare class UpdateJobFromSourceControlCommand extends $Command<UpdateJobFromSourceControlCommandInput, UpdateJobFromSourceControlCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -52,6 +52,10 @@ export interface UpdateMLTransformCommandOutput extends UpdateMLTransformRespons
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new UpdateMLTransformCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // { // UpdateMLTransformResponse
|
|
56
|
+
* // TransformId: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
55
59
|
* ```
|
|
56
60
|
*
|
|
57
61
|
* @param UpdateMLTransformCommandInput - {@link UpdateMLTransformCommandInput}
|
|
@@ -75,6 +79,8 @@ export interface UpdateMLTransformCommandOutput extends UpdateMLTransformRespons
|
|
|
75
79
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
76
80
|
* <p>The operation timed out.</p>
|
|
77
81
|
*
|
|
82
|
+
* @throws {@link GlueServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
78
84
|
*
|
|
79
85
|
*/
|
|
80
86
|
export declare class UpdateMLTransformCommand extends $Command<UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -102,6 +102,8 @@ export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, _
|
|
|
102
102
|
* };
|
|
103
103
|
* const command = new UpdatePartitionCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
+
* // {};
|
|
106
|
+
*
|
|
105
107
|
* ```
|
|
106
108
|
*
|
|
107
109
|
* @param UpdatePartitionCommandInput - {@link UpdatePartitionCommandInput}
|
|
@@ -125,6 +127,8 @@ export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, _
|
|
|
125
127
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
126
128
|
* <p>The operation timed out.</p>
|
|
127
129
|
*
|
|
130
|
+
* @throws {@link GlueServiceException}
|
|
131
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
128
132
|
*
|
|
129
133
|
*/
|
|
130
134
|
export declare class UpdatePartitionCommand extends $Command<UpdatePartitionCommandInput, UpdatePartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -35,6 +35,11 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateRegistryCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UpdateRegistryResponse
|
|
39
|
+
* // RegistryName: "STRING_VALUE",
|
|
40
|
+
* // RegistryArn: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
40
45
|
* @param UpdateRegistryCommandInput - {@link UpdateRegistryCommandInput}
|
|
@@ -58,6 +63,8 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M
|
|
|
58
63
|
* @throws {@link InvalidInputException} (client fault)
|
|
59
64
|
* <p>The input provided was not valid.</p>
|
|
60
65
|
*
|
|
66
|
+
* @throws {@link GlueServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
61
68
|
*
|
|
62
69
|
*/
|
|
63
70
|
export declare class UpdateRegistryCommand extends $Command<UpdateRegistryCommandInput, UpdateRegistryCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -44,6 +44,12 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new UpdateSchemaCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // UpdateSchemaResponse
|
|
48
|
+
* // SchemaArn: "STRING_VALUE",
|
|
49
|
+
* // SchemaName: "STRING_VALUE",
|
|
50
|
+
* // RegistryName: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
47
53
|
* ```
|
|
48
54
|
*
|
|
49
55
|
* @param UpdateSchemaCommandInput - {@link UpdateSchemaCommandInput}
|
|
@@ -67,6 +73,8 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
67
73
|
* @throws {@link InvalidInputException} (client fault)
|
|
68
74
|
* <p>The input provided was not valid.</p>
|
|
69
75
|
*
|
|
76
|
+
* @throws {@link GlueServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
70
78
|
*
|
|
71
79
|
*/
|
|
72
80
|
export declare class UpdateSchemaCommand extends $Command<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -40,6 +40,10 @@ export interface UpdateSourceControlFromJobCommandOutput extends UpdateSourceCon
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateSourceControlFromJobCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdateSourceControlFromJobResponse
|
|
44
|
+
* // JobName: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
43
47
|
* ```
|
|
44
48
|
*
|
|
45
49
|
* @param UpdateSourceControlFromJobCommandInput - {@link UpdateSourceControlFromJobCommandInput}
|
|
@@ -69,6 +73,8 @@ export interface UpdateSourceControlFromJobCommandOutput extends UpdateSourceCon
|
|
|
69
73
|
* @throws {@link ValidationException} (client fault)
|
|
70
74
|
* <p>A value could not be validated.</p>
|
|
71
75
|
*
|
|
76
|
+
* @throws {@link GlueServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
72
78
|
*
|
|
73
79
|
*/
|
|
74
80
|
export declare class UpdateSourceControlFromJobCommand extends $Command<UpdateSourceControlFromJobCommandInput, UpdateSourceControlFromJobCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -118,6 +118,8 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
|
|
|
118
118
|
* };
|
|
119
119
|
* const command = new UpdateTableCommand(input);
|
|
120
120
|
* const response = await client.send(command);
|
|
121
|
+
* // {};
|
|
122
|
+
*
|
|
121
123
|
* ```
|
|
122
124
|
*
|
|
123
125
|
* @param UpdateTableCommandInput - {@link UpdateTableCommandInput}
|
|
@@ -150,6 +152,8 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
|
|
|
150
152
|
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
151
153
|
* <p>A resource numerical limit was exceeded.</p>
|
|
152
154
|
*
|
|
155
|
+
* @throws {@link GlueServiceException}
|
|
156
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
153
157
|
*
|
|
154
158
|
*/
|
|
155
159
|
export declare class UpdateTableCommand extends $Command<UpdateTableCommandInput, UpdateTableCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -66,6 +66,48 @@ export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __Met
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new UpdateTriggerCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // { // UpdateTriggerResponse
|
|
70
|
+
* // Trigger: { // Trigger
|
|
71
|
+
* // Name: "STRING_VALUE",
|
|
72
|
+
* // WorkflowName: "STRING_VALUE",
|
|
73
|
+
* // Id: "STRING_VALUE",
|
|
74
|
+
* // Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT",
|
|
75
|
+
* // State: "CREATING" || "CREATED" || "ACTIVATING" || "ACTIVATED" || "DEACTIVATING" || "DEACTIVATED" || "DELETING" || "UPDATING",
|
|
76
|
+
* // Description: "STRING_VALUE",
|
|
77
|
+
* // Schedule: "STRING_VALUE",
|
|
78
|
+
* // Actions: [ // ActionList
|
|
79
|
+
* // { // Action
|
|
80
|
+
* // JobName: "STRING_VALUE",
|
|
81
|
+
* // Arguments: { // GenericMap
|
|
82
|
+
* // "<keys>": "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // Timeout: Number("int"),
|
|
85
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
86
|
+
* // NotificationProperty: { // NotificationProperty
|
|
87
|
+
* // NotifyDelayAfter: Number("int"),
|
|
88
|
+
* // },
|
|
89
|
+
* // CrawlerName: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // Predicate: { // Predicate
|
|
93
|
+
* // Logical: "AND" || "ANY",
|
|
94
|
+
* // Conditions: [ // ConditionList
|
|
95
|
+
* // { // Condition
|
|
96
|
+
* // LogicalOperator: "EQUALS",
|
|
97
|
+
* // JobName: "STRING_VALUE",
|
|
98
|
+
* // State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
|
|
99
|
+
* // CrawlerName: "STRING_VALUE",
|
|
100
|
+
* // CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // },
|
|
104
|
+
* // EventBatchingCondition: { // EventBatchingCondition
|
|
105
|
+
* // BatchSize: Number("int"), // required
|
|
106
|
+
* // BatchWindow: Number("int"),
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
69
111
|
* ```
|
|
70
112
|
*
|
|
71
113
|
* @param UpdateTriggerCommandInput - {@link UpdateTriggerCommandInput}
|
|
@@ -89,6 +131,8 @@ export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __Met
|
|
|
89
131
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
90
132
|
* <p>The operation timed out.</p>
|
|
91
133
|
*
|
|
134
|
+
* @throws {@link GlueServiceException}
|
|
135
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
92
136
|
*
|
|
93
137
|
*/
|
|
94
138
|
export declare class UpdateTriggerCommand extends $Command<UpdateTriggerCommandInput, UpdateTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -45,6 +45,8 @@ export interface UpdateUserDefinedFunctionCommandOutput extends UpdateUserDefine
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new UpdateUserDefinedFunctionCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // {};
|
|
49
|
+
*
|
|
48
50
|
* ```
|
|
49
51
|
*
|
|
50
52
|
* @param UpdateUserDefinedFunctionCommandInput - {@link UpdateUserDefinedFunctionCommandInput}
|
|
@@ -68,6 +70,8 @@ export interface UpdateUserDefinedFunctionCommandOutput extends UpdateUserDefine
|
|
|
68
70
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
69
71
|
* <p>The operation timed out.</p>
|
|
70
72
|
*
|
|
73
|
+
* @throws {@link GlueServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
71
75
|
*
|
|
72
76
|
*/
|
|
73
77
|
export declare class UpdateUserDefinedFunctionCommand extends $Command<UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -36,6 +36,10 @@ export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __M
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateWorkflowCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // UpdateWorkflowResponse
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
39
43
|
* ```
|
|
40
44
|
*
|
|
41
45
|
* @param UpdateWorkflowCommandInput - {@link UpdateWorkflowCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __M
|
|
|
59
63
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
60
64
|
* <p>The operation timed out.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link GlueServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
export declare class UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, GlueClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|