1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
include Cli_0
include Cli_1
let main =
Command.group
~summary:((Awso.Service.to_string Values.service) ^ " commands")
[("add-role-to-d-b-cluster", add_role_to_d_b_cluster);
("add-role-to-d-b-instance", add_role_to_d_b_instance);
("add-source-identifier-to-subscription",
add_source_identifier_to_subscription);
("add-tags-to-resource", add_tags_to_resource);
("apply-pending-maintenance-action", apply_pending_maintenance_action);
("authorize-d-b-security-group-ingress",
authorize_d_b_security_group_ingress);
("backtrack-d-b-cluster", backtrack_d_b_cluster);
("cancel-export-task", cancel_export_task);
("copy-d-b-cluster-parameter-group", copy_d_b_cluster_parameter_group);
("copy-d-b-cluster-snapshot", copy_d_b_cluster_snapshot);
("copy-d-b-parameter-group", copy_d_b_parameter_group);
("copy-d-b-snapshot", copy_d_b_snapshot);
("copy-option-group", copy_option_group);
("create-blue-green-deployment", create_blue_green_deployment);
("create-custom-d-b-engine-version", create_custom_d_b_engine_version);
("create-d-b-cluster", create_d_b_cluster);
("create-d-b-cluster-endpoint", create_d_b_cluster_endpoint);
("create-d-b-cluster-parameter-group",
create_d_b_cluster_parameter_group);
("create-d-b-cluster-snapshot", create_d_b_cluster_snapshot);
("create-d-b-instance", create_d_b_instance);
("create-d-b-instance-read-replica", create_d_b_instance_read_replica);
("create-d-b-parameter-group", create_d_b_parameter_group);
("create-d-b-proxy", create_d_b_proxy);
("create-d-b-proxy-endpoint", create_d_b_proxy_endpoint);
("create-d-b-security-group", create_d_b_security_group);
("create-d-b-shard-group", create_d_b_shard_group);
("create-d-b-snapshot", create_d_b_snapshot);
("create-d-b-subnet-group", create_d_b_subnet_group);
("create-event-subscription", create_event_subscription);
("create-global-cluster", create_global_cluster);
("create-integration", create_integration);
("create-option-group", create_option_group);
("create-tenant-database", create_tenant_database);
("delete-blue-green-deployment", delete_blue_green_deployment);
("delete-custom-d-b-engine-version", delete_custom_d_b_engine_version);
("delete-d-b-cluster", delete_d_b_cluster);
("delete-d-b-cluster-automated-backup",
delete_d_b_cluster_automated_backup);
("delete-d-b-cluster-endpoint", delete_d_b_cluster_endpoint);
("delete-d-b-cluster-parameter-group",
delete_d_b_cluster_parameter_group);
("delete-d-b-cluster-snapshot", delete_d_b_cluster_snapshot);
("delete-d-b-instance", delete_d_b_instance);
("delete-d-b-instance-automated-backup",
delete_d_b_instance_automated_backup);
("delete-d-b-parameter-group", delete_d_b_parameter_group);
("delete-d-b-proxy", delete_d_b_proxy);
("delete-d-b-proxy-endpoint", delete_d_b_proxy_endpoint);
("delete-d-b-security-group", delete_d_b_security_group);
("delete-d-b-shard-group", delete_d_b_shard_group);
("delete-d-b-snapshot", delete_d_b_snapshot);
("delete-d-b-subnet-group", delete_d_b_subnet_group);
("delete-event-subscription", delete_event_subscription);
("delete-global-cluster", delete_global_cluster);
("delete-integration", delete_integration);
("delete-option-group", delete_option_group);
("delete-tenant-database", delete_tenant_database);
("deregister-d-b-proxy-targets", deregister_d_b_proxy_targets);
("describe-account-attributes", describe_account_attributes);
("describe-blue-green-deployments", describe_blue_green_deployments);
("describe-certificates", describe_certificates);
("describe-d-b-cluster-automated-backups",
describe_d_b_cluster_automated_backups);
("describe-d-b-cluster-backtracks", describe_d_b_cluster_backtracks);
("describe-d-b-cluster-endpoints", describe_d_b_cluster_endpoints);
("describe-d-b-cluster-parameter-groups",
describe_d_b_cluster_parameter_groups);
("describe-d-b-cluster-parameters", describe_d_b_cluster_parameters);
("describe-d-b-cluster-snapshot-attributes",
describe_d_b_cluster_snapshot_attributes);
("describe-d-b-cluster-snapshots", describe_d_b_cluster_snapshots);
("describe-d-b-clusters", describe_d_b_clusters);
("describe-d-b-engine-versions", describe_d_b_engine_versions);
("describe-d-b-instance-automated-backups",
describe_d_b_instance_automated_backups);
("describe-d-b-instances", describe_d_b_instances);
("describe-d-b-log-files", describe_d_b_log_files);
("describe-d-b-major-engine-versions",
describe_d_b_major_engine_versions);
("describe-d-b-parameter-groups", describe_d_b_parameter_groups);
("describe-d-b-parameters", describe_d_b_parameters);
("describe-d-b-proxies", describe_d_b_proxies);
("describe-d-b-proxy-endpoints", describe_d_b_proxy_endpoints);
("describe-d-b-proxy-target-groups", describe_d_b_proxy_target_groups);
("describe-d-b-proxy-targets", describe_d_b_proxy_targets);
("describe-d-b-recommendations", describe_d_b_recommendations);
("describe-d-b-security-groups", describe_d_b_security_groups);
("describe-d-b-shard-groups", describe_d_b_shard_groups);
("describe-d-b-snapshot-attributes", describe_d_b_snapshot_attributes);
("describe-d-b-snapshot-tenant-databases",
describe_d_b_snapshot_tenant_databases);
("describe-d-b-snapshots", describe_d_b_snapshots);
("describe-d-b-subnet-groups", describe_d_b_subnet_groups);
("describe-engine-default-cluster-parameters",
describe_engine_default_cluster_parameters);
("describe-engine-default-parameters",
describe_engine_default_parameters);
("describe-event-categories", describe_event_categories);
("describe-event-subscriptions", describe_event_subscriptions);
("describe-events", describe_events);
("describe-export-tasks", describe_export_tasks);
("describe-global-clusters", describe_global_clusters);
("describe-integrations", describe_integrations);
("describe-option-group-options", describe_option_group_options);
("describe-option-groups", describe_option_groups);
("describe-orderable-d-b-instance-options",
describe_orderable_d_b_instance_options);
("describe-pending-maintenance-actions",
describe_pending_maintenance_actions);
("describe-reserved-d-b-instances", describe_reserved_d_b_instances);
("describe-reserved-d-b-instances-offerings",
describe_reserved_d_b_instances_offerings);
("describe-serverless-v2-platform-versions",
describe_serverless_v2_platform_versions);
("describe-source-regions", describe_source_regions);
("describe-tenant-databases", describe_tenant_databases);
("describe-valid-d-b-instance-modifications",
describe_valid_d_b_instance_modifications);
("disable-http-endpoint", disable_http_endpoint);
("download-d-b-log-file-portion", download_d_b_log_file_portion);
("enable-http-endpoint", enable_http_endpoint);
("failover-d-b-cluster", failover_d_b_cluster);
("failover-global-cluster", failover_global_cluster);
("list-tags-for-resource", list_tags_for_resource);
("modify-activity-stream", modify_activity_stream);
("modify-certificates", modify_certificates);
("modify-current-d-b-cluster-capacity",
modify_current_d_b_cluster_capacity);
("modify-custom-d-b-engine-version", modify_custom_d_b_engine_version);
("modify-d-b-cluster", modify_d_b_cluster);
("modify-d-b-cluster-endpoint", modify_d_b_cluster_endpoint);
("modify-d-b-cluster-parameter-group",
modify_d_b_cluster_parameter_group);
("modify-d-b-cluster-snapshot-attribute",
modify_d_b_cluster_snapshot_attribute);
("modify-d-b-instance", modify_d_b_instance);
("modify-d-b-parameter-group", modify_d_b_parameter_group);
("modify-d-b-proxy", modify_d_b_proxy);
("modify-d-b-proxy-endpoint", modify_d_b_proxy_endpoint);
("modify-d-b-proxy-target-group", modify_d_b_proxy_target_group);
("modify-d-b-recommendation", modify_d_b_recommendation);
("modify-d-b-shard-group", modify_d_b_shard_group);
("modify-d-b-snapshot", modify_d_b_snapshot);
("modify-d-b-snapshot-attribute", modify_d_b_snapshot_attribute);
("modify-d-b-subnet-group", modify_d_b_subnet_group);
("modify-event-subscription", modify_event_subscription);
("modify-global-cluster", modify_global_cluster);
("modify-integration", modify_integration);
("modify-option-group", modify_option_group);
("modify-tenant-database", modify_tenant_database);
("promote-read-replica", promote_read_replica);
("promote-read-replica-d-b-cluster", promote_read_replica_d_b_cluster);
("purchase-reserved-d-b-instances-offering",
purchase_reserved_d_b_instances_offering);
("reboot-d-b-cluster", reboot_d_b_cluster);
("reboot-d-b-instance", reboot_d_b_instance);
("reboot-d-b-shard-group", reboot_d_b_shard_group);
("register-d-b-proxy-targets", register_d_b_proxy_targets);
("remove-from-global-cluster", remove_from_global_cluster);
("remove-role-from-d-b-cluster", remove_role_from_d_b_cluster);
("remove-role-from-d-b-instance", remove_role_from_d_b_instance);
("remove-source-identifier-from-subscription",
remove_source_identifier_from_subscription);
("remove-tags-from-resource", remove_tags_from_resource);
("reset-d-b-cluster-parameter-group", reset_d_b_cluster_parameter_group);
("reset-d-b-parameter-group", reset_d_b_parameter_group);
("restore-d-b-cluster-from-s3", restore_d_b_cluster_from_s3);
("restore-d-b-cluster-from-snapshot", restore_d_b_cluster_from_snapshot);
("restore-d-b-cluster-to-point-in-time",
restore_d_b_cluster_to_point_in_time);
("restore-d-b-instance-from-d-b-snapshot",
restore_d_b_instance_from_d_b_snapshot);
("restore-d-b-instance-from-s3", restore_d_b_instance_from_s3);
("restore-d-b-instance-to-point-in-time",
restore_d_b_instance_to_point_in_time);
("revoke-d-b-security-group-ingress", revoke_d_b_security_group_ingress);
("start-activity-stream", start_activity_stream);
("start-d-b-cluster", start_d_b_cluster);
("start-d-b-instance", start_d_b_instance);
("start-d-b-instance-automated-backups-replication",
start_d_b_instance_automated_backups_replication);
("start-export-task", start_export_task);
("stop-activity-stream", stop_activity_stream);
("stop-d-b-cluster", stop_d_b_cluster);
("stop-d-b-instance", stop_d_b_instance);
("stop-d-b-instance-automated-backups-replication",
stop_d_b_instance_automated_backups_replication);
("switchover-blue-green-deployment", switchover_blue_green_deployment);
("switchover-global-cluster", switchover_global_cluster);
("switchover-read-replica", switchover_read_replica)]