|
140 | 140 | %% <<"dbParameterGroupIdentifier">> => string(), |
141 | 141 | %% <<"failoverMode">> => list(any()), |
142 | 142 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 143 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
143 | 144 | %% <<"port">> => integer() |
144 | 145 | %% } |
145 | 146 | -type update_db_cluster_input() :: #{binary() => any()}. |
|
159 | 160 | %% <<"influxAuthParametersSecretArn">> => [string()], |
160 | 161 | %% <<"instanceMode">> => list(any()), |
161 | 162 | %% <<"instanceModes">> => list(list(any())()), |
| 163 | +%% <<"lastMaintenanceTime">> => [non_neg_integer()], |
162 | 164 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 165 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
163 | 166 | %% <<"name">> => string(), |
164 | 167 | %% <<"networkType">> => list(any()), |
| 168 | +%% <<"nextMaintenanceTime">> => [non_neg_integer()], |
165 | 169 | %% <<"port">> => integer(), |
166 | 170 | %% <<"publiclyAccessible">> => [boolean()], |
167 | 171 | %% <<"secondaryAvailabilityZone">> => [string()], |
|
193 | 197 | %% } |
194 | 198 | -type untag_resource_request() :: #{binary() => any()}. |
195 | 199 |
|
| 200 | +%% Example: |
| 201 | +%% cluster_configuration() :: #{ |
| 202 | +%% <<"dedicatedCompactor">> => [boolean()], |
| 203 | +%% <<"ingestQueryInstances">> => [integer()], |
| 204 | +%% <<"queryOnlyInstances">> => [integer()] |
| 205 | +%% } |
| 206 | +-type cluster_configuration() :: #{binary() => any()}. |
| 207 | + |
196 | 208 | %% Example: |
197 | 209 | %% delete_db_instance_input() :: #{ |
198 | 210 | %% <<"identifier">> := string() |
|
260 | 272 | %% <<"influxAuthParametersSecretArn">> => [string()], |
261 | 273 | %% <<"instanceMode">> => list(any()), |
262 | 274 | %% <<"instanceModes">> => list(list(any())()), |
| 275 | +%% <<"lastMaintenanceTime">> => [non_neg_integer()], |
263 | 276 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 277 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
264 | 278 | %% <<"name">> => string(), |
265 | 279 | %% <<"networkType">> => list(any()), |
| 280 | +%% <<"nextMaintenanceTime">> => [non_neg_integer()], |
266 | 281 | %% <<"port">> => integer(), |
267 | 282 | %% <<"publiclyAccessible">> => [boolean()], |
268 | 283 | %% <<"secondaryAvailabilityZone">> => [string()], |
|
314 | 329 | %% <<"deploymentType">> => list(any()), |
315 | 330 | %% <<"failoverMode">> => list(any()), |
316 | 331 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 332 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
317 | 333 | %% <<"name">> := string(), |
318 | 334 | %% <<"networkType">> => list(any()), |
319 | 335 | %% <<"organization">> => string(), |
|
359 | 375 | %% <<"deploymentType">> => list(any()), |
360 | 376 | %% <<"identifier">> := string(), |
361 | 377 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 378 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
362 | 379 | %% <<"port">> => integer() |
363 | 380 | %% } |
364 | 381 | -type update_db_instance_input() :: #{binary() => any()}. |
|
380 | 397 | %% get_db_cluster_output() :: #{ |
381 | 398 | %% <<"allocatedStorage">> => integer(), |
382 | 399 | %% <<"arn">> => string(), |
| 400 | +%% <<"clusterConfiguration">> => cluster_configuration(), |
383 | 401 | %% <<"dbInstanceType">> => list(any()), |
384 | 402 | %% <<"dbParameterGroupIdentifier">> => string(), |
385 | 403 | %% <<"dbStorageType">> => list(any()), |
|
389 | 407 | %% <<"failoverMode">> => list(any()), |
390 | 408 | %% <<"id">> => string(), |
391 | 409 | %% <<"influxAuthParametersSecretArn">> => [string()], |
| 410 | +%% <<"lastMaintenanceTime">> => [non_neg_integer()], |
392 | 411 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 412 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
393 | 413 | %% <<"name">> => string(), |
394 | 414 | %% <<"networkType">> => list(any()), |
| 415 | +%% <<"nextMaintenanceTime">> => [non_neg_integer()], |
395 | 416 | %% <<"port">> => integer(), |
396 | 417 | %% <<"publiclyAccessible">> => [boolean()], |
397 | 418 | %% <<"readerEndpoint">> => [string()], |
|
435 | 456 | %% <<"influxAuthParametersSecretArn">> => [string()], |
436 | 457 | %% <<"instanceMode">> => list(any()), |
437 | 458 | %% <<"instanceModes">> => list(list(any())()), |
| 459 | +%% <<"lastMaintenanceTime">> => [non_neg_integer()], |
438 | 460 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 461 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
439 | 462 | %% <<"name">> => string(), |
440 | 463 | %% <<"networkType">> => list(any()), |
| 464 | +%% <<"nextMaintenanceTime">> => [non_neg_integer()], |
441 | 465 | %% <<"port">> => integer(), |
442 | 466 | %% <<"publiclyAccessible">> => [boolean()], |
443 | 467 | %% <<"secondaryAvailabilityZone">> => [string()], |
|
527 | 551 | %% <<"influxAuthParametersSecretArn">> => [string()], |
528 | 552 | %% <<"instanceMode">> => list(any()), |
529 | 553 | %% <<"instanceModes">> => list(list(any())()), |
| 554 | +%% <<"lastMaintenanceTime">> => [non_neg_integer()], |
530 | 555 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 556 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
531 | 557 | %% <<"name">> => string(), |
532 | 558 | %% <<"networkType">> => list(any()), |
| 559 | +%% <<"nextMaintenanceTime">> => [non_neg_integer()], |
533 | 560 | %% <<"port">> => integer(), |
534 | 561 | %% <<"publiclyAccessible">> => [boolean()], |
535 | 562 | %% <<"secondaryAvailabilityZone">> => [string()], |
|
554 | 581 | %% <<"influxAuthParametersSecretArn">> => [string()], |
555 | 582 | %% <<"instanceMode">> => list(any()), |
556 | 583 | %% <<"instanceModes">> => list(list(any())()), |
| 584 | +%% <<"lastMaintenanceTime">> => [non_neg_integer()], |
557 | 585 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 586 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
558 | 587 | %% <<"name">> => string(), |
559 | 588 | %% <<"networkType">> => list(any()), |
| 589 | +%% <<"nextMaintenanceTime">> => [non_neg_integer()], |
560 | 590 | %% <<"port">> => integer(), |
561 | 591 | %% <<"publiclyAccessible">> => [boolean()], |
562 | 592 | %% <<"secondaryAvailabilityZone">> => [string()], |
|
611 | 641 | %% } |
612 | 642 | -type throttling_exception() :: #{binary() => any()}. |
613 | 643 |
|
| 644 | +%% Example: |
| 645 | +%% maintenance_schedule() :: #{ |
| 646 | +%% <<"preferredMaintenanceWindow">> => string(), |
| 647 | +%% <<"timezone">> => string() |
| 648 | +%% } |
| 649 | +-type maintenance_schedule() :: #{binary() => any()}. |
| 650 | + |
614 | 651 | %% Example: |
615 | 652 | %% s3_configuration() :: #{ |
616 | 653 | %% <<"bucketName">> => [string()], |
|
718 | 755 | %% <<"dbStorageType">> => list(any()), |
719 | 756 | %% <<"deploymentType">> => list(any()), |
720 | 757 | %% <<"logDeliveryConfiguration">> => log_delivery_configuration(), |
| 758 | +%% <<"maintenanceSchedule">> => maintenance_schedule(), |
721 | 759 | %% <<"name">> := string(), |
722 | 760 | %% <<"networkType">> => list(any()), |
723 | 761 | %% <<"organization">> => string(), |
|
0 commit comments