aws_sdk_glue/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchCreatePartition` operation.
5pub mod batch_create_partition;
6
7/// Types for the `BatchDeleteConnection` operation.
8pub mod batch_delete_connection;
9
10/// Types for the `BatchDeletePartition` operation.
11pub mod batch_delete_partition;
12
13/// Types for the `BatchDeleteTable` operation.
14pub mod batch_delete_table;
15
16/// Types for the `BatchDeleteTableVersion` operation.
17pub mod batch_delete_table_version;
18
19/// Types for the `BatchGetBlueprints` operation.
20pub mod batch_get_blueprints;
21
22/// Types for the `BatchGetCrawlers` operation.
23pub mod batch_get_crawlers;
24
25/// Types for the `BatchGetCustomEntityTypes` operation.
26pub mod batch_get_custom_entity_types;
27
28/// Types for the `BatchGetDataQualityResult` operation.
29pub mod batch_get_data_quality_result;
30
31/// Types for the `BatchGetDevEndpoints` operation.
32pub mod batch_get_dev_endpoints;
33
34/// Types for the `BatchGetJobs` operation.
35pub mod batch_get_jobs;
36
37/// Types for the `BatchGetPartition` operation.
38pub mod batch_get_partition;
39
40/// Types for the `BatchGetTableOptimizer` operation.
41pub mod batch_get_table_optimizer;
42
43/// Types for the `BatchGetTriggers` operation.
44pub mod batch_get_triggers;
45
46/// Types for the `BatchGetWorkflows` operation.
47pub mod batch_get_workflows;
48
49/// Types for the `BatchPutDataQualityStatisticAnnotation` operation.
50pub mod batch_put_data_quality_statistic_annotation;
51
52/// Types for the `BatchStopJobRun` operation.
53pub mod batch_stop_job_run;
54
55/// Types for the `BatchUpdatePartition` operation.
56pub mod batch_update_partition;
57
58/// Types for the `CancelDataQualityRuleRecommendationRun` operation.
59pub mod cancel_data_quality_rule_recommendation_run;
60
61/// Types for the `CancelDataQualityRulesetEvaluationRun` operation.
62pub mod cancel_data_quality_ruleset_evaluation_run;
63
64/// Types for the `CancelMLTaskRun` operation.
65pub mod cancel_ml_task_run;
66
67/// Types for the `CancelStatement` operation.
68pub mod cancel_statement;
69
70/// Types for the `CheckSchemaVersionValidity` operation.
71pub mod check_schema_version_validity;
72
73/// Types for the `CreateBlueprint` operation.
74pub mod create_blueprint;
75
76/// Types for the `CreateCatalog` operation.
77pub mod create_catalog;
78
79/// Types for the `CreateClassifier` operation.
80pub mod create_classifier;
81
82/// Types for the `CreateColumnStatisticsTaskSettings` operation.
83pub mod create_column_statistics_task_settings;
84
85/// Types for the `CreateConnection` operation.
86pub mod create_connection;
87
88/// Types for the `CreateCrawler` operation.
89pub mod create_crawler;
90
91/// Types for the `CreateCustomEntityType` operation.
92pub mod create_custom_entity_type;
93
94/// Types for the `CreateDataQualityRuleset` operation.
95pub mod create_data_quality_ruleset;
96
97/// Types for the `CreateDatabase` operation.
98pub mod create_database;
99
100/// Types for the `CreateDevEndpoint` operation.
101pub mod create_dev_endpoint;
102
103/// Types for the `CreateGlueIdentityCenterConfiguration` operation.
104pub mod create_glue_identity_center_configuration;
105
106/// Types for the `CreateIntegration` operation.
107pub mod create_integration;
108
109/// Types for the `CreateIntegrationResourceProperty` operation.
110pub mod create_integration_resource_property;
111
112/// Types for the `CreateIntegrationTableProperties` operation.
113pub mod create_integration_table_properties;
114
115/// Types for the `CreateJob` operation.
116pub mod create_job;
117
118/// Types for the `CreateMLTransform` operation.
119pub mod create_ml_transform;
120
121/// Types for the `CreatePartition` operation.
122pub mod create_partition;
123
124/// Types for the `CreatePartitionIndex` operation.
125pub mod create_partition_index;
126
127/// Types for the `CreateRegistry` operation.
128pub mod create_registry;
129
130/// Types for the `CreateSchema` operation.
131pub mod create_schema;
132
133/// Types for the `CreateScript` operation.
134pub mod create_script;
135
136/// Types for the `CreateSecurityConfiguration` operation.
137pub mod create_security_configuration;
138
139/// Types for the `CreateSession` operation.
140pub mod create_session;
141
142/// Types for the `CreateTable` operation.
143pub mod create_table;
144
145/// Types for the `CreateTableOptimizer` operation.
146pub mod create_table_optimizer;
147
148/// Types for the `CreateTrigger` operation.
149pub mod create_trigger;
150
151/// Types for the `CreateUsageProfile` operation.
152pub mod create_usage_profile;
153
154/// Types for the `CreateUserDefinedFunction` operation.
155pub mod create_user_defined_function;
156
157/// Types for the `CreateWorkflow` operation.
158pub mod create_workflow;
159
160/// Types for the `DeleteBlueprint` operation.
161pub mod delete_blueprint;
162
163/// Types for the `DeleteCatalog` operation.
164pub mod delete_catalog;
165
166/// Types for the `DeleteClassifier` operation.
167pub mod delete_classifier;
168
169/// Types for the `DeleteColumnStatisticsForPartition` operation.
170pub mod delete_column_statistics_for_partition;
171
172/// Types for the `DeleteColumnStatisticsForTable` operation.
173pub mod delete_column_statistics_for_table;
174
175/// Types for the `DeleteColumnStatisticsTaskSettings` operation.
176pub mod delete_column_statistics_task_settings;
177
178/// Types for the `DeleteConnection` operation.
179pub mod delete_connection;
180
181/// Types for the `DeleteCrawler` operation.
182pub mod delete_crawler;
183
184/// Types for the `DeleteCustomEntityType` operation.
185pub mod delete_custom_entity_type;
186
187/// Types for the `DeleteDataQualityRuleset` operation.
188pub mod delete_data_quality_ruleset;
189
190/// Types for the `DeleteDatabase` operation.
191pub mod delete_database;
192
193/// Types for the `DeleteDevEndpoint` operation.
194pub mod delete_dev_endpoint;
195
196/// Types for the `DeleteGlueIdentityCenterConfiguration` operation.
197pub mod delete_glue_identity_center_configuration;
198
199/// Types for the `DeleteIntegration` operation.
200pub mod delete_integration;
201
202/// Types for the `DeleteIntegrationTableProperties` operation.
203pub mod delete_integration_table_properties;
204
205/// Types for the `DeleteJob` operation.
206pub mod delete_job;
207
208/// Types for the `DeleteMLTransform` operation.
209pub mod delete_ml_transform;
210
211/// Types for the `DeletePartition` operation.
212pub mod delete_partition;
213
214/// Types for the `DeletePartitionIndex` operation.
215pub mod delete_partition_index;
216
217/// Types for the `DeleteRegistry` operation.
218pub mod delete_registry;
219
220/// Types for the `DeleteResourcePolicy` operation.
221pub mod delete_resource_policy;
222
223/// Types for the `DeleteSchema` operation.
224pub mod delete_schema;
225
226/// Types for the `DeleteSchemaVersions` operation.
227pub mod delete_schema_versions;
228
229/// Types for the `DeleteSecurityConfiguration` operation.
230pub mod delete_security_configuration;
231
232/// Types for the `DeleteSession` operation.
233pub mod delete_session;
234
235/// Types for the `DeleteTable` operation.
236pub mod delete_table;
237
238/// Types for the `DeleteTableOptimizer` operation.
239pub mod delete_table_optimizer;
240
241/// Types for the `DeleteTableVersion` operation.
242pub mod delete_table_version;
243
244/// Types for the `DeleteTrigger` operation.
245pub mod delete_trigger;
246
247/// Types for the `DeleteUsageProfile` operation.
248pub mod delete_usage_profile;
249
250/// Types for the `DeleteUserDefinedFunction` operation.
251pub mod delete_user_defined_function;
252
253/// Types for the `DeleteWorkflow` operation.
254pub mod delete_workflow;
255
256/// Types for the `DescribeConnectionType` operation.
257pub mod describe_connection_type;
258
259/// Types for the `DescribeEntity` operation.
260pub mod describe_entity;
261
262/// Types for the `DescribeInboundIntegrations` operation.
263pub mod describe_inbound_integrations;
264
265/// Types for the `DescribeIntegrations` operation.
266pub mod describe_integrations;
267
268/// Types for the `GetBlueprint` operation.
269pub mod get_blueprint;
270
271/// Types for the `GetBlueprintRun` operation.
272pub mod get_blueprint_run;
273
274/// Types for the `GetBlueprintRuns` operation.
275pub mod get_blueprint_runs;
276
277/// Types for the `GetCatalog` operation.
278pub mod get_catalog;
279
280/// Types for the `GetCatalogImportStatus` operation.
281pub mod get_catalog_import_status;
282
283/// Types for the `GetCatalogs` operation.
284pub mod get_catalogs;
285
286/// Types for the `GetClassifier` operation.
287pub mod get_classifier;
288
289/// Types for the `GetClassifiers` operation.
290pub mod get_classifiers;
291
292/// Types for the `GetColumnStatisticsForPartition` operation.
293pub mod get_column_statistics_for_partition;
294
295/// Types for the `GetColumnStatisticsForTable` operation.
296pub mod get_column_statistics_for_table;
297
298/// Types for the `GetColumnStatisticsTaskRun` operation.
299pub mod get_column_statistics_task_run;
300
301/// Types for the `GetColumnStatisticsTaskRuns` operation.
302pub mod get_column_statistics_task_runs;
303
304/// Types for the `GetColumnStatisticsTaskSettings` operation.
305pub mod get_column_statistics_task_settings;
306
307/// Types for the `GetConnection` operation.
308pub mod get_connection;
309
310/// Types for the `GetConnections` operation.
311pub mod get_connections;
312
313/// Types for the `GetCrawler` operation.
314pub mod get_crawler;
315
316/// Types for the `GetCrawlerMetrics` operation.
317pub mod get_crawler_metrics;
318
319/// Types for the `GetCrawlers` operation.
320pub mod get_crawlers;
321
322/// Types for the `GetCustomEntityType` operation.
323pub mod get_custom_entity_type;
324
325/// Types for the `GetDataCatalogEncryptionSettings` operation.
326pub mod get_data_catalog_encryption_settings;
327
328/// Types for the `GetDataQualityModel` operation.
329pub mod get_data_quality_model;
330
331/// Types for the `GetDataQualityModelResult` operation.
332pub mod get_data_quality_model_result;
333
334/// Types for the `GetDataQualityResult` operation.
335pub mod get_data_quality_result;
336
337/// Types for the `GetDataQualityRuleRecommendationRun` operation.
338pub mod get_data_quality_rule_recommendation_run;
339
340/// Types for the `GetDataQualityRuleset` operation.
341pub mod get_data_quality_ruleset;
342
343/// Types for the `GetDataQualityRulesetEvaluationRun` operation.
344pub mod get_data_quality_ruleset_evaluation_run;
345
346/// Types for the `GetDatabase` operation.
347pub mod get_database;
348
349/// Types for the `GetDatabases` operation.
350pub mod get_databases;
351
352/// Types for the `GetDataflowGraph` operation.
353pub mod get_dataflow_graph;
354
355/// Types for the `GetDevEndpoint` operation.
356pub mod get_dev_endpoint;
357
358/// Types for the `GetDevEndpoints` operation.
359pub mod get_dev_endpoints;
360
361/// Types for the `GetEntityRecords` operation.
362pub mod get_entity_records;
363
364/// Types for the `GetGlueIdentityCenterConfiguration` operation.
365pub mod get_glue_identity_center_configuration;
366
367/// Types for the `GetIntegrationResourceProperty` operation.
368pub mod get_integration_resource_property;
369
370/// Types for the `GetIntegrationTableProperties` operation.
371pub mod get_integration_table_properties;
372
373/// Types for the `GetJob` operation.
374pub mod get_job;
375
376/// Types for the `GetJobBookmark` operation.
377pub mod get_job_bookmark;
378
379/// Types for the `GetJobRun` operation.
380pub mod get_job_run;
381
382/// Types for the `GetJobRuns` operation.
383pub mod get_job_runs;
384
385/// Types for the `GetJobs` operation.
386pub mod get_jobs;
387
388/// Types for the `GetMapping` operation.
389pub mod get_mapping;
390
391/// Types for the `GetMLTaskRun` operation.
392pub mod get_ml_task_run;
393
394/// Types for the `GetMLTaskRuns` operation.
395pub mod get_ml_task_runs;
396
397/// Types for the `GetMLTransform` operation.
398pub mod get_ml_transform;
399
400/// Types for the `GetMLTransforms` operation.
401pub mod get_ml_transforms;
402
403/// Types for the `GetPartition` operation.
404pub mod get_partition;
405
406/// Types for the `GetPartitionIndexes` operation.
407pub mod get_partition_indexes;
408
409/// Types for the `GetPartitions` operation.
410pub mod get_partitions;
411
412/// Types for the `GetPlan` operation.
413pub mod get_plan;
414
415/// Types for the `GetRegistry` operation.
416pub mod get_registry;
417
418/// Types for the `GetResourcePolicies` operation.
419pub mod get_resource_policies;
420
421/// Types for the `GetResourcePolicy` operation.
422pub mod get_resource_policy;
423
424/// Types for the `GetSchema` operation.
425pub mod get_schema;
426
427/// Types for the `GetSchemaByDefinition` operation.
428pub mod get_schema_by_definition;
429
430/// Types for the `GetSchemaVersion` operation.
431pub mod get_schema_version;
432
433/// Types for the `GetSchemaVersionsDiff` operation.
434pub mod get_schema_versions_diff;
435
436/// Types for the `GetSecurityConfiguration` operation.
437pub mod get_security_configuration;
438
439/// Types for the `GetSecurityConfigurations` operation.
440pub mod get_security_configurations;
441
442/// Types for the `GetSession` operation.
443pub mod get_session;
444
445/// Types for the `GetStatement` operation.
446pub mod get_statement;
447
448/// Types for the `GetTable` operation.
449pub mod get_table;
450
451/// Types for the `GetTableOptimizer` operation.
452pub mod get_table_optimizer;
453
454/// Types for the `GetTableVersion` operation.
455pub mod get_table_version;
456
457/// Types for the `GetTableVersions` operation.
458pub mod get_table_versions;
459
460/// Types for the `GetTables` operation.
461pub mod get_tables;
462
463/// Types for the `GetTags` operation.
464pub mod get_tags;
465
466/// Types for the `GetTrigger` operation.
467pub mod get_trigger;
468
469/// Types for the `GetTriggers` operation.
470pub mod get_triggers;
471
472/// Types for the `GetUnfilteredPartitionMetadata` operation.
473pub mod get_unfiltered_partition_metadata;
474
475/// Types for the `GetUnfilteredPartitionsMetadata` operation.
476pub mod get_unfiltered_partitions_metadata;
477
478/// Types for the `GetUnfilteredTableMetadata` operation.
479pub mod get_unfiltered_table_metadata;
480
481/// Types for the `GetUsageProfile` operation.
482pub mod get_usage_profile;
483
484/// Types for the `GetUserDefinedFunction` operation.
485pub mod get_user_defined_function;
486
487/// Types for the `GetUserDefinedFunctions` operation.
488pub mod get_user_defined_functions;
489
490/// Types for the `GetWorkflow` operation.
491pub mod get_workflow;
492
493/// Types for the `GetWorkflowRun` operation.
494pub mod get_workflow_run;
495
496/// Types for the `GetWorkflowRunProperties` operation.
497pub mod get_workflow_run_properties;
498
499/// Types for the `GetWorkflowRuns` operation.
500pub mod get_workflow_runs;
501
502/// Types for the `ImportCatalogToGlue` operation.
503pub mod import_catalog_to_glue;
504
505/// Types for the `ListBlueprints` operation.
506pub mod list_blueprints;
507
508/// Types for the `ListColumnStatisticsTaskRuns` operation.
509pub mod list_column_statistics_task_runs;
510
511/// Types for the `ListConnectionTypes` operation.
512pub mod list_connection_types;
513
514/// Types for the `ListCrawlers` operation.
515pub mod list_crawlers;
516
517/// Types for the `ListCrawls` operation.
518pub mod list_crawls;
519
520/// Types for the `ListCustomEntityTypes` operation.
521pub mod list_custom_entity_types;
522
523/// Types for the `ListDataQualityResults` operation.
524pub mod list_data_quality_results;
525
526/// Types for the `ListDataQualityRuleRecommendationRuns` operation.
527pub mod list_data_quality_rule_recommendation_runs;
528
529/// Types for the `ListDataQualityRulesetEvaluationRuns` operation.
530pub mod list_data_quality_ruleset_evaluation_runs;
531
532/// Types for the `ListDataQualityRulesets` operation.
533pub mod list_data_quality_rulesets;
534
535/// Types for the `ListDataQualityStatisticAnnotations` operation.
536pub mod list_data_quality_statistic_annotations;
537
538/// Types for the `ListDataQualityStatistics` operation.
539pub mod list_data_quality_statistics;
540
541/// Types for the `ListDevEndpoints` operation.
542pub mod list_dev_endpoints;
543
544/// Types for the `ListEntities` operation.
545pub mod list_entities;
546
547/// Types for the `ListJobs` operation.
548pub mod list_jobs;
549
550/// Types for the `ListMLTransforms` operation.
551pub mod list_ml_transforms;
552
553/// Types for the `ListRegistries` operation.
554pub mod list_registries;
555
556/// Types for the `ListSchemaVersions` operation.
557pub mod list_schema_versions;
558
559/// Types for the `ListSchemas` operation.
560pub mod list_schemas;
561
562/// Types for the `ListSessions` operation.
563pub mod list_sessions;
564
565/// Types for the `ListStatements` operation.
566pub mod list_statements;
567
568/// Types for the `ListTableOptimizerRuns` operation.
569pub mod list_table_optimizer_runs;
570
571/// Types for the `ListTriggers` operation.
572pub mod list_triggers;
573
574/// Types for the `ListUsageProfiles` operation.
575pub mod list_usage_profiles;
576
577/// Types for the `ListWorkflows` operation.
578pub mod list_workflows;
579
580/// Types for the `ModifyIntegration` operation.
581pub mod modify_integration;
582
583/// Types for the `PutDataCatalogEncryptionSettings` operation.
584pub mod put_data_catalog_encryption_settings;
585
586/// Types for the `PutDataQualityProfileAnnotation` operation.
587pub mod put_data_quality_profile_annotation;
588
589/// Types for the `PutResourcePolicy` operation.
590pub mod put_resource_policy;
591
592/// Types for the `PutSchemaVersionMetadata` operation.
593pub mod put_schema_version_metadata;
594
595/// Types for the `PutWorkflowRunProperties` operation.
596pub mod put_workflow_run_properties;
597
598/// Types for the `QuerySchemaVersionMetadata` operation.
599pub mod query_schema_version_metadata;
600
601/// Types for the `RegisterSchemaVersion` operation.
602pub mod register_schema_version;
603
604/// Types for the `RemoveSchemaVersionMetadata` operation.
605pub mod remove_schema_version_metadata;
606
607/// Types for the `ResetJobBookmark` operation.
608pub mod reset_job_bookmark;
609
610/// Types for the `ResumeWorkflowRun` operation.
611pub mod resume_workflow_run;
612
613/// Types for the `RunStatement` operation.
614pub mod run_statement;
615
616/// Types for the `SearchTables` operation.
617pub mod search_tables;
618
619/// Types for the `StartBlueprintRun` operation.
620pub mod start_blueprint_run;
621
622/// Types for the `StartColumnStatisticsTaskRun` operation.
623pub mod start_column_statistics_task_run;
624
625/// Types for the `StartColumnStatisticsTaskRunSchedule` operation.
626pub mod start_column_statistics_task_run_schedule;
627
628/// Types for the `StartCrawler` operation.
629pub mod start_crawler;
630
631/// Types for the `StartCrawlerSchedule` operation.
632pub mod start_crawler_schedule;
633
634/// Types for the `StartDataQualityRuleRecommendationRun` operation.
635pub mod start_data_quality_rule_recommendation_run;
636
637/// Types for the `StartDataQualityRulesetEvaluationRun` operation.
638pub mod start_data_quality_ruleset_evaluation_run;
639
640/// Types for the `StartExportLabelsTaskRun` operation.
641pub mod start_export_labels_task_run;
642
643/// Types for the `StartImportLabelsTaskRun` operation.
644pub mod start_import_labels_task_run;
645
646/// Types for the `StartJobRun` operation.
647pub mod start_job_run;
648
649/// Types for the `StartMLEvaluationTaskRun` operation.
650pub mod start_ml_evaluation_task_run;
651
652/// Types for the `StartMLLabelingSetGenerationTaskRun` operation.
653pub mod start_ml_labeling_set_generation_task_run;
654
655/// Types for the `StartTrigger` operation.
656pub mod start_trigger;
657
658/// Types for the `StartWorkflowRun` operation.
659pub mod start_workflow_run;
660
661/// Types for the `StopColumnStatisticsTaskRun` operation.
662pub mod stop_column_statistics_task_run;
663
664/// Types for the `StopColumnStatisticsTaskRunSchedule` operation.
665pub mod stop_column_statistics_task_run_schedule;
666
667/// Types for the `StopCrawler` operation.
668pub mod stop_crawler;
669
670/// Types for the `StopCrawlerSchedule` operation.
671pub mod stop_crawler_schedule;
672
673/// Types for the `StopSession` operation.
674pub mod stop_session;
675
676/// Types for the `StopTrigger` operation.
677pub mod stop_trigger;
678
679/// Types for the `StopWorkflowRun` operation.
680pub mod stop_workflow_run;
681
682/// Types for the `TagResource` operation.
683pub mod tag_resource;
684
685/// Types for the `TestConnection` operation.
686pub mod test_connection;
687
688/// Types for the `UntagResource` operation.
689pub mod untag_resource;
690
691/// Types for the `UpdateBlueprint` operation.
692pub mod update_blueprint;
693
694/// Types for the `UpdateCatalog` operation.
695pub mod update_catalog;
696
697/// Types for the `UpdateClassifier` operation.
698pub mod update_classifier;
699
700/// Types for the `UpdateColumnStatisticsForPartition` operation.
701pub mod update_column_statistics_for_partition;
702
703/// Types for the `UpdateColumnStatisticsForTable` operation.
704pub mod update_column_statistics_for_table;
705
706/// Types for the `UpdateColumnStatisticsTaskSettings` operation.
707pub mod update_column_statistics_task_settings;
708
709/// Types for the `UpdateConnection` operation.
710pub mod update_connection;
711
712/// Types for the `UpdateCrawler` operation.
713pub mod update_crawler;
714
715/// Types for the `UpdateCrawlerSchedule` operation.
716pub mod update_crawler_schedule;
717
718/// Types for the `UpdateDataQualityRuleset` operation.
719pub mod update_data_quality_ruleset;
720
721/// Types for the `UpdateDatabase` operation.
722pub mod update_database;
723
724/// Types for the `UpdateDevEndpoint` operation.
725pub mod update_dev_endpoint;
726
727/// Types for the `UpdateGlueIdentityCenterConfiguration` operation.
728pub mod update_glue_identity_center_configuration;
729
730/// Types for the `UpdateIntegrationResourceProperty` operation.
731pub mod update_integration_resource_property;
732
733/// Types for the `UpdateIntegrationTableProperties` operation.
734pub mod update_integration_table_properties;
735
736/// Types for the `UpdateJob` operation.
737pub mod update_job;
738
739/// Types for the `UpdateJobFromSourceControl` operation.
740pub mod update_job_from_source_control;
741
742/// Types for the `UpdateMLTransform` operation.
743pub mod update_ml_transform;
744
745/// Types for the `UpdatePartition` operation.
746pub mod update_partition;
747
748/// Types for the `UpdateRegistry` operation.
749pub mod update_registry;
750
751/// Types for the `UpdateSchema` operation.
752pub mod update_schema;
753
754/// Types for the `UpdateSourceControlFromJob` operation.
755pub mod update_source_control_from_job;
756
757/// Types for the `UpdateTable` operation.
758pub mod update_table;
759
760/// Types for the `UpdateTableOptimizer` operation.
761pub mod update_table_optimizer;
762
763/// Types for the `UpdateTrigger` operation.
764pub mod update_trigger;
765
766/// Types for the `UpdateUsageProfile` operation.
767pub mod update_usage_profile;
768
769/// Types for the `UpdateUserDefinedFunction` operation.
770pub mod update_user_defined_function;
771
772/// Types for the `UpdateWorkflow` operation.
773pub mod update_workflow;