aws-sdk-rds 1.161.0 → 1.162.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -143,15 +143,6 @@ module Aws::RDS
143
143
  include Aws::Structure
144
144
  end
145
145
 
146
- # @note When making an API call, you may pass AddRoleToDBClusterMessage
147
- # data as a hash:
148
- #
149
- # {
150
- # db_cluster_identifier: "String", # required
151
- # role_arn: "String", # required
152
- # feature_name: "String",
153
- # }
154
- #
155
146
  # @!attribute [rw] db_cluster_identifier
156
147
  # The name of the DB cluster to associate the IAM role with.
157
148
  # @return [String]
@@ -178,15 +169,6 @@ module Aws::RDS
178
169
  include Aws::Structure
179
170
  end
180
171
 
181
- # @note When making an API call, you may pass AddRoleToDBInstanceMessage
182
- # data as a hash:
183
- #
184
- # {
185
- # db_instance_identifier: "String", # required
186
- # role_arn: "String", # required
187
- # feature_name: "String", # required
188
- # }
189
- #
190
172
  # @!attribute [rw] db_instance_identifier
191
173
  # The name of the DB instance to associate the IAM role with.
192
174
  # @return [String]
@@ -213,14 +195,6 @@ module Aws::RDS
213
195
  include Aws::Structure
214
196
  end
215
197
 
216
- # @note When making an API call, you may pass AddSourceIdentifierToSubscriptionMessage
217
- # data as a hash:
218
- #
219
- # {
220
- # subscription_name: "String", # required
221
- # source_identifier: "String", # required
222
- # }
223
- #
224
198
  # @!attribute [rw] subscription_name
225
199
  # The name of the RDS event notification subscription you want to add
226
200
  # a source identifier to.
@@ -275,19 +249,6 @@ module Aws::RDS
275
249
  include Aws::Structure
276
250
  end
277
251
 
278
- # @note When making an API call, you may pass AddTagsToResourceMessage
279
- # data as a hash:
280
- #
281
- # {
282
- # resource_name: "String", # required
283
- # tags: [ # required
284
- # {
285
- # key: "String",
286
- # value: "String",
287
- # },
288
- # ],
289
- # }
290
- #
291
252
  # @!attribute [rw] resource_name
292
253
  # The Amazon RDS resource that the tags are added to. This value is an
293
254
  # Amazon Resource Name (ARN). For information about creating an ARN,
@@ -311,15 +272,6 @@ module Aws::RDS
311
272
  include Aws::Structure
312
273
  end
313
274
 
314
- # @note When making an API call, you may pass ApplyPendingMaintenanceActionMessage
315
- # data as a hash:
316
- #
317
- # {
318
- # resource_identifier: "String", # required
319
- # apply_action: "String", # required
320
- # opt_in_type: "String", # required
321
- # }
322
- #
323
275
  # @!attribute [rw] resource_identifier
324
276
  # The RDS Amazon Resource Name (ARN) of the resource that the pending
325
277
  # maintenance action applies to. For information about creating an
@@ -398,17 +350,6 @@ module Aws::RDS
398
350
  #
399
351
  class AuthorizationQuotaExceededFault < Aws::EmptyStructure; end
400
352
 
401
- # @note When making an API call, you may pass AuthorizeDBSecurityGroupIngressMessage
402
- # data as a hash:
403
- #
404
- # {
405
- # db_security_group_name: "String", # required
406
- # cidrip: "String",
407
- # ec2_security_group_name: "String",
408
- # ec2_security_group_id: "String",
409
- # ec2_security_group_owner_id: "String",
410
- # }
411
- #
412
353
  # @!attribute [rw] db_security_group_name
413
354
  # The name of the DB security group to add authorization to.
414
355
  # @return [String]
@@ -519,16 +460,6 @@ module Aws::RDS
519
460
  include Aws::Structure
520
461
  end
521
462
 
522
- # @note When making an API call, you may pass BacktrackDBClusterMessage
523
- # data as a hash:
524
- #
525
- # {
526
- # db_cluster_identifier: "String", # required
527
- # backtrack_to: Time.now, # required
528
- # force: false,
529
- # use_earliest_time_on_point_in_time_unavailable: false,
530
- # }
531
- #
532
463
  # @!attribute [rw] db_cluster_identifier
533
464
  # The DB cluster identifier of the DB cluster to be backtracked. This
534
465
  # parameter is stored as a lowercase string.
@@ -759,13 +690,6 @@ module Aws::RDS
759
690
  include Aws::Structure
760
691
  end
761
692
 
762
- # @note When making an API call, you may pass CancelExportTaskMessage
763
- # data as a hash:
764
- #
765
- # {
766
- # export_task_identifier: "String", # required
767
- # }
768
- #
769
693
  # @!attribute [rw] export_task_identifier
770
694
  # The identifier of the snapshot export task to cancel.
771
695
  # @return [String]
@@ -897,14 +821,6 @@ module Aws::RDS
897
821
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
898
822
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
899
823
  #
900
- # @note When making an API call, you may pass CloudwatchLogsExportConfiguration
901
- # data as a hash:
902
- #
903
- # {
904
- # enable_log_types: ["String"],
905
- # disable_log_types: ["String"],
906
- # }
907
- #
908
824
  # @!attribute [rw] enable_log_types
909
825
  # The list of log types to enable.
910
826
  # @return [Array<String>]
@@ -984,17 +900,6 @@ module Aws::RDS
984
900
  # Specifies the settings that control the size and behavior of the
985
901
  # connection pool associated with a `DBProxyTargetGroup`.
986
902
  #
987
- # @note When making an API call, you may pass ConnectionPoolConfiguration
988
- # data as a hash:
989
- #
990
- # {
991
- # max_connections_percent: 1,
992
- # max_idle_connections_percent: 1,
993
- # connection_borrow_timeout: 1,
994
- # session_pinning_filters: ["String"],
995
- # init_query: "String",
996
- # }
997
- #
998
903
  # @!attribute [rw] max_connections_percent
999
904
  # The maximum size of the connection pool for each target in a target
1000
905
  # group. The value is expressed as a percentage of the
@@ -1136,21 +1041,6 @@ module Aws::RDS
1136
1041
  include Aws::Structure
1137
1042
  end
1138
1043
 
1139
- # @note When making an API call, you may pass CopyDBClusterParameterGroupMessage
1140
- # data as a hash:
1141
- #
1142
- # {
1143
- # source_db_cluster_parameter_group_identifier: "String", # required
1144
- # target_db_cluster_parameter_group_identifier: "String", # required
1145
- # target_db_cluster_parameter_group_description: "String", # required
1146
- # tags: [
1147
- # {
1148
- # key: "String",
1149
- # value: "String",
1150
- # },
1151
- # ],
1152
- # }
1153
- #
1154
1044
  # @!attribute [rw] source_db_cluster_parameter_group_identifier
1155
1045
  # The identifier or Amazon Resource Name (ARN) for the source DB
1156
1046
  # cluster parameter group. For information about creating an ARN, see
@@ -1223,24 +1113,6 @@ module Aws::RDS
1223
1113
  include Aws::Structure
1224
1114
  end
1225
1115
 
1226
- # @note When making an API call, you may pass CopyDBClusterSnapshotMessage
1227
- # data as a hash:
1228
- #
1229
- # {
1230
- # source_db_cluster_snapshot_identifier: "String", # required
1231
- # target_db_cluster_snapshot_identifier: "String", # required
1232
- # kms_key_id: "String",
1233
- # pre_signed_url: "String",
1234
- # copy_tags: false,
1235
- # tags: [
1236
- # {
1237
- # key: "String",
1238
- # value: "String",
1239
- # },
1240
- # ],
1241
- # source_region: "String",
1242
- # }
1243
- #
1244
1116
  # @!attribute [rw] source_db_cluster_snapshot_identifier
1245
1117
  # The identifier of the DB cluster snapshot to copy. This parameter
1246
1118
  # isn't case-sensitive.
@@ -1417,21 +1289,6 @@ module Aws::RDS
1417
1289
  include Aws::Structure
1418
1290
  end
1419
1291
 
1420
- # @note When making an API call, you may pass CopyDBParameterGroupMessage
1421
- # data as a hash:
1422
- #
1423
- # {
1424
- # source_db_parameter_group_identifier: "String", # required
1425
- # target_db_parameter_group_identifier: "String", # required
1426
- # target_db_parameter_group_description: "String", # required
1427
- # tags: [
1428
- # {
1429
- # key: "String",
1430
- # value: "String",
1431
- # },
1432
- # ],
1433
- # }
1434
- #
1435
1292
  # @!attribute [rw] source_db_parameter_group_identifier
1436
1293
  # The identifier or ARN for the source DB parameter group. For
1437
1294
  # information about creating an ARN, see [ Constructing an ARN for
@@ -1503,26 +1360,6 @@ module Aws::RDS
1503
1360
  include Aws::Structure
1504
1361
  end
1505
1362
 
1506
- # @note When making an API call, you may pass CopyDBSnapshotMessage
1507
- # data as a hash:
1508
- #
1509
- # {
1510
- # source_db_snapshot_identifier: "String", # required
1511
- # target_db_snapshot_identifier: "String", # required
1512
- # kms_key_id: "String",
1513
- # tags: [
1514
- # {
1515
- # key: "String",
1516
- # value: "String",
1517
- # },
1518
- # ],
1519
- # copy_tags: false,
1520
- # pre_signed_url: "String",
1521
- # option_group_name: "String",
1522
- # target_custom_availability_zone: "String",
1523
- # source_region: "String",
1524
- # }
1525
- #
1526
1363
  # @!attribute [rw] source_db_snapshot_identifier
1527
1364
  # The identifier for the source DB snapshot.
1528
1365
  #
@@ -1738,21 +1575,6 @@ module Aws::RDS
1738
1575
  include Aws::Structure
1739
1576
  end
1740
1577
 
1741
- # @note When making an API call, you may pass CopyOptionGroupMessage
1742
- # data as a hash:
1743
- #
1744
- # {
1745
- # source_option_group_identifier: "String", # required
1746
- # target_option_group_identifier: "String", # required
1747
- # target_option_group_description: "String", # required
1748
- # tags: [
1749
- # {
1750
- # key: "String",
1751
- # value: "String",
1752
- # },
1753
- # ],
1754
- # }
1755
- #
1756
1578
  # @!attribute [rw] source_option_group_identifier
1757
1579
  # The identifier for the source option group.
1758
1580
  #
@@ -1814,23 +1636,6 @@ module Aws::RDS
1814
1636
  include Aws::Structure
1815
1637
  end
1816
1638
 
1817
- # @note When making an API call, you may pass CreateBlueGreenDeploymentRequest
1818
- # data as a hash:
1819
- #
1820
- # {
1821
- # blue_green_deployment_name: "BlueGreenDeploymentName", # required
1822
- # source: "DatabaseArn", # required
1823
- # target_engine_version: "TargetEngineVersion",
1824
- # target_db_parameter_group_name: "TargetDBParameterGroupName",
1825
- # target_db_cluster_parameter_group_name: "TargetDBClusterParameterGroupName",
1826
- # tags: [
1827
- # {
1828
- # key: "String",
1829
- # value: "String",
1830
- # },
1831
- # ],
1832
- # }
1833
- #
1834
1639
  # @!attribute [rw] blue_green_deployment_name
1835
1640
  # The name of the blue/green deployment.
1836
1641
  #
@@ -1913,25 +1718,6 @@ module Aws::RDS
1913
1718
  include Aws::Structure
1914
1719
  end
1915
1720
 
1916
- # @note When making an API call, you may pass CreateCustomDBEngineVersionMessage
1917
- # data as a hash:
1918
- #
1919
- # {
1920
- # engine: "CustomEngineName", # required
1921
- # engine_version: "CustomEngineVersion", # required
1922
- # database_installation_files_s3_bucket_name: "BucketName", # required
1923
- # database_installation_files_s3_prefix: "String255",
1924
- # kms_key_id: "KmsKeyIdOrArn", # required
1925
- # description: "Description",
1926
- # manifest: "CustomDBEngineVersionManifest", # required
1927
- # tags: [
1928
- # {
1929
- # key: "String",
1930
- # value: "String",
1931
- # },
1932
- # ],
1933
- # }
1934
- #
1935
1721
  # @!attribute [rw] engine
1936
1722
  # The database engine to use for your custom engine version (CEV). The
1937
1723
  # only supported value is `custom-oracle-ee`.
@@ -2044,23 +1830,6 @@ module Aws::RDS
2044
1830
  include Aws::Structure
2045
1831
  end
2046
1832
 
2047
- # @note When making an API call, you may pass CreateDBClusterEndpointMessage
2048
- # data as a hash:
2049
- #
2050
- # {
2051
- # db_cluster_identifier: "String", # required
2052
- # db_cluster_endpoint_identifier: "String", # required
2053
- # endpoint_type: "String", # required
2054
- # static_members: ["String"],
2055
- # excluded_members: ["String"],
2056
- # tags: [
2057
- # {
2058
- # key: "String",
2059
- # value: "String",
2060
- # },
2061
- # ],
2062
- # }
2063
- #
2064
1833
  # @!attribute [rw] db_cluster_identifier
2065
1834
  # The DB cluster identifier of the DB cluster associated with the
2066
1835
  # endpoint. This parameter is stored as a lowercase string.
@@ -2104,75 +1873,6 @@ module Aws::RDS
2104
1873
  include Aws::Structure
2105
1874
  end
2106
1875
 
2107
- # @note When making an API call, you may pass CreateDBClusterMessage
2108
- # data as a hash:
2109
- #
2110
- # {
2111
- # availability_zones: ["String"],
2112
- # backup_retention_period: 1,
2113
- # character_set_name: "String",
2114
- # database_name: "String",
2115
- # db_cluster_identifier: "String", # required
2116
- # db_cluster_parameter_group_name: "String",
2117
- # vpc_security_group_ids: ["String"],
2118
- # db_subnet_group_name: "String",
2119
- # engine: "String", # required
2120
- # engine_version: "String",
2121
- # port: 1,
2122
- # master_username: "String",
2123
- # master_user_password: "String",
2124
- # option_group_name: "String",
2125
- # preferred_backup_window: "String",
2126
- # preferred_maintenance_window: "String",
2127
- # replication_source_identifier: "String",
2128
- # tags: [
2129
- # {
2130
- # key: "String",
2131
- # value: "String",
2132
- # },
2133
- # ],
2134
- # storage_encrypted: false,
2135
- # kms_key_id: "String",
2136
- # pre_signed_url: "String",
2137
- # enable_iam_database_authentication: false,
2138
- # backtrack_window: 1,
2139
- # enable_cloudwatch_logs_exports: ["String"],
2140
- # engine_mode: "String",
2141
- # scaling_configuration: {
2142
- # min_capacity: 1,
2143
- # max_capacity: 1,
2144
- # auto_pause: false,
2145
- # seconds_until_auto_pause: 1,
2146
- # timeout_action: "String",
2147
- # seconds_before_timeout: 1,
2148
- # },
2149
- # deletion_protection: false,
2150
- # global_cluster_identifier: "String",
2151
- # enable_http_endpoint: false,
2152
- # copy_tags_to_snapshot: false,
2153
- # domain: "String",
2154
- # domain_iam_role_name: "String",
2155
- # enable_global_write_forwarding: false,
2156
- # db_cluster_instance_class: "String",
2157
- # allocated_storage: 1,
2158
- # storage_type: "String",
2159
- # iops: 1,
2160
- # publicly_accessible: false,
2161
- # auto_minor_version_upgrade: false,
2162
- # monitoring_interval: 1,
2163
- # monitoring_role_arn: "String",
2164
- # enable_performance_insights: false,
2165
- # performance_insights_kms_key_id: "String",
2166
- # performance_insights_retention_period: 1,
2167
- # serverless_v2_scaling_configuration: {
2168
- # min_capacity: 1.0,
2169
- # max_capacity: 1.0,
2170
- # },
2171
- # network_type: "String",
2172
- # db_system_id: "String",
2173
- # source_region: "String",
2174
- # }
2175
- #
2176
1876
  # @!attribute [rw] availability_zones
2177
1877
  # A list of Availability Zones (AZs) where DB instances in the DB
2178
1878
  # cluster can be created.
@@ -3055,21 +2755,6 @@ module Aws::RDS
3055
2755
  include Aws::Structure
3056
2756
  end
3057
2757
 
3058
- # @note When making an API call, you may pass CreateDBClusterParameterGroupMessage
3059
- # data as a hash:
3060
- #
3061
- # {
3062
- # db_cluster_parameter_group_name: "String", # required
3063
- # db_parameter_group_family: "String", # required
3064
- # description: "String", # required
3065
- # tags: [
3066
- # {
3067
- # key: "String",
3068
- # value: "String",
3069
- # },
3070
- # ],
3071
- # }
3072
- #
3073
2758
  # @!attribute [rw] db_cluster_parameter_group_name
3074
2759
  # The name of the DB cluster parameter group.
3075
2760
  #
@@ -3211,20 +2896,6 @@ module Aws::RDS
3211
2896
  include Aws::Structure
3212
2897
  end
3213
2898
 
3214
- # @note When making an API call, you may pass CreateDBClusterSnapshotMessage
3215
- # data as a hash:
3216
- #
3217
- # {
3218
- # db_cluster_snapshot_identifier: "String", # required
3219
- # db_cluster_identifier: "String", # required
3220
- # tags: [
3221
- # {
3222
- # key: "String",
3223
- # value: "String",
3224
- # },
3225
- # ],
3226
- # }
3227
- #
3228
2899
  # @!attribute [rw] db_cluster_snapshot_identifier
3229
2900
  # The identifier of the DB cluster snapshot. This parameter is stored
3230
2901
  # as a lowercase string.
@@ -3282,74 +2953,6 @@ module Aws::RDS
3282
2953
  include Aws::Structure
3283
2954
  end
3284
2955
 
3285
- # @note When making an API call, you may pass CreateDBInstanceMessage
3286
- # data as a hash:
3287
- #
3288
- # {
3289
- # db_name: "String",
3290
- # db_instance_identifier: "String", # required
3291
- # allocated_storage: 1,
3292
- # db_instance_class: "String", # required
3293
- # engine: "String", # required
3294
- # master_username: "String",
3295
- # master_user_password: "String",
3296
- # db_security_groups: ["String"],
3297
- # vpc_security_group_ids: ["String"],
3298
- # availability_zone: "String",
3299
- # db_subnet_group_name: "String",
3300
- # preferred_maintenance_window: "String",
3301
- # db_parameter_group_name: "String",
3302
- # backup_retention_period: 1,
3303
- # preferred_backup_window: "String",
3304
- # port: 1,
3305
- # multi_az: false,
3306
- # engine_version: "String",
3307
- # auto_minor_version_upgrade: false,
3308
- # license_model: "String",
3309
- # iops: 1,
3310
- # option_group_name: "String",
3311
- # character_set_name: "String",
3312
- # nchar_character_set_name: "String",
3313
- # publicly_accessible: false,
3314
- # tags: [
3315
- # {
3316
- # key: "String",
3317
- # value: "String",
3318
- # },
3319
- # ],
3320
- # db_cluster_identifier: "String",
3321
- # storage_type: "String",
3322
- # tde_credential_arn: "String",
3323
- # tde_credential_password: "String",
3324
- # storage_encrypted: false,
3325
- # kms_key_id: "String",
3326
- # domain: "String",
3327
- # copy_tags_to_snapshot: false,
3328
- # monitoring_interval: 1,
3329
- # monitoring_role_arn: "String",
3330
- # domain_iam_role_name: "String",
3331
- # promotion_tier: 1,
3332
- # timezone: "String",
3333
- # enable_iam_database_authentication: false,
3334
- # enable_performance_insights: false,
3335
- # performance_insights_kms_key_id: "String",
3336
- # performance_insights_retention_period: 1,
3337
- # enable_cloudwatch_logs_exports: ["String"],
3338
- # processor_features: [
3339
- # {
3340
- # name: "String",
3341
- # value: "String",
3342
- # },
3343
- # ],
3344
- # deletion_protection: false,
3345
- # max_allocated_storage: 1,
3346
- # enable_customer_owned_ip: false,
3347
- # custom_iam_instance_profile: "String",
3348
- # backup_target: "String",
3349
- # network_type: "String",
3350
- # storage_throughput: 1,
3351
- # }
3352
- #
3353
2956
  # @!attribute [rw] db_name
3354
2957
  # The meaning of this parameter differs according to the database
3355
2958
  # engine you use.
@@ -4574,58 +4177,6 @@ module Aws::RDS
4574
4177
  include Aws::Structure
4575
4178
  end
4576
4179
 
4577
- # @note When making an API call, you may pass CreateDBInstanceReadReplicaMessage
4578
- # data as a hash:
4579
- #
4580
- # {
4581
- # db_instance_identifier: "String", # required
4582
- # source_db_instance_identifier: "String", # required
4583
- # db_instance_class: "String",
4584
- # availability_zone: "String",
4585
- # port: 1,
4586
- # multi_az: false,
4587
- # auto_minor_version_upgrade: false,
4588
- # iops: 1,
4589
- # option_group_name: "String",
4590
- # db_parameter_group_name: "String",
4591
- # publicly_accessible: false,
4592
- # tags: [
4593
- # {
4594
- # key: "String",
4595
- # value: "String",
4596
- # },
4597
- # ],
4598
- # db_subnet_group_name: "String",
4599
- # vpc_security_group_ids: ["String"],
4600
- # storage_type: "String",
4601
- # copy_tags_to_snapshot: false,
4602
- # monitoring_interval: 1,
4603
- # monitoring_role_arn: "String",
4604
- # kms_key_id: "String",
4605
- # pre_signed_url: "String",
4606
- # enable_iam_database_authentication: false,
4607
- # enable_performance_insights: false,
4608
- # performance_insights_kms_key_id: "String",
4609
- # performance_insights_retention_period: 1,
4610
- # enable_cloudwatch_logs_exports: ["String"],
4611
- # processor_features: [
4612
- # {
4613
- # name: "String",
4614
- # value: "String",
4615
- # },
4616
- # ],
4617
- # use_default_processor_features: false,
4618
- # deletion_protection: false,
4619
- # domain: "String",
4620
- # domain_iam_role_name: "String",
4621
- # replica_mode: "open-read-only", # accepts open-read-only, mounted
4622
- # max_allocated_storage: 1,
4623
- # custom_iam_instance_profile: "String",
4624
- # network_type: "String",
4625
- # storage_throughput: 1,
4626
- # source_region: "String",
4627
- # }
4628
- #
4629
4180
  # @!attribute [rw] db_instance_identifier
4630
4181
  # The DB instance identifier of the read replica. This identifier is
4631
4182
  # the unique key that identifies a DB instance. This parameter is
@@ -5296,21 +4847,6 @@ module Aws::RDS
5296
4847
  include Aws::Structure
5297
4848
  end
5298
4849
 
5299
- # @note When making an API call, you may pass CreateDBParameterGroupMessage
5300
- # data as a hash:
5301
- #
5302
- # {
5303
- # db_parameter_group_name: "String", # required
5304
- # db_parameter_group_family: "String", # required
5305
- # description: "String", # required
5306
- # tags: [
5307
- # {
5308
- # key: "String",
5309
- # value: "String",
5310
- # },
5311
- # ],
5312
- # }
5313
- #
5314
4850
  # @!attribute [rw] db_parameter_group_name
5315
4851
  # The name of the DB parameter group.
5316
4852
  #
@@ -5415,23 +4951,6 @@ module Aws::RDS
5415
4951
  include Aws::Structure
5416
4952
  end
5417
4953
 
5418
- # @note When making an API call, you may pass CreateDBProxyEndpointRequest
5419
- # data as a hash:
5420
- #
5421
- # {
5422
- # db_proxy_name: "DBProxyName", # required
5423
- # db_proxy_endpoint_name: "DBProxyEndpointName", # required
5424
- # vpc_subnet_ids: ["String"], # required
5425
- # vpc_security_group_ids: ["String"],
5426
- # target_role: "READ_WRITE", # accepts READ_WRITE, READ_ONLY
5427
- # tags: [
5428
- # {
5429
- # key: "String",
5430
- # value: "String",
5431
- # },
5432
- # ],
5433
- # }
5434
- #
5435
4954
  # @!attribute [rw] db_proxy_name
5436
4955
  # The name of the DB proxy associated with the DB proxy endpoint that
5437
4956
  # you create.
@@ -5498,35 +5017,6 @@ module Aws::RDS
5498
5017
  include Aws::Structure
5499
5018
  end
5500
5019
 
5501
- # @note When making an API call, you may pass CreateDBProxyRequest
5502
- # data as a hash:
5503
- #
5504
- # {
5505
- # db_proxy_name: "String", # required
5506
- # engine_family: "MYSQL", # required, accepts MYSQL, POSTGRESQL, SQLSERVER
5507
- # auth: [ # required
5508
- # {
5509
- # description: "String",
5510
- # user_name: "String",
5511
- # auth_scheme: "SECRETS", # accepts SECRETS
5512
- # secret_arn: "String",
5513
- # iam_auth: "DISABLED", # accepts DISABLED, REQUIRED, ENABLED
5514
- # },
5515
- # ],
5516
- # role_arn: "String", # required
5517
- # vpc_subnet_ids: ["String"], # required
5518
- # vpc_security_group_ids: ["String"],
5519
- # require_tls: false,
5520
- # idle_client_timeout: 1,
5521
- # debug_logging: false,
5522
- # tags: [
5523
- # {
5524
- # key: "String",
5525
- # value: "String",
5526
- # },
5527
- # ],
5528
- # }
5529
- #
5530
5020
  # @!attribute [rw] db_proxy_name
5531
5021
  # The identifier for the proxy. This name must be unique for all
5532
5022
  # proxies owned by your Amazon Web Services account in the specified
@@ -5620,20 +5110,6 @@ module Aws::RDS
5620
5110
  include Aws::Structure
5621
5111
  end
5622
5112
 
5623
- # @note When making an API call, you may pass CreateDBSecurityGroupMessage
5624
- # data as a hash:
5625
- #
5626
- # {
5627
- # db_security_group_name: "String", # required
5628
- # db_security_group_description: "String", # required
5629
- # tags: [
5630
- # {
5631
- # key: "String",
5632
- # value: "String",
5633
- # },
5634
- # ],
5635
- # }
5636
- #
5637
5113
  # @!attribute [rw] db_security_group_name
5638
5114
  # The name for the DB security group. This value is stored as a
5639
5115
  # lowercase string.
@@ -5684,20 +5160,6 @@ module Aws::RDS
5684
5160
  include Aws::Structure
5685
5161
  end
5686
5162
 
5687
- # @note When making an API call, you may pass CreateDBSnapshotMessage
5688
- # data as a hash:
5689
- #
5690
- # {
5691
- # db_snapshot_identifier: "String", # required
5692
- # db_instance_identifier: "String", # required
5693
- # tags: [
5694
- # {
5695
- # key: "String",
5696
- # value: "String",
5697
- # },
5698
- # ],
5699
- # }
5700
- #
5701
5163
  # @!attribute [rw] db_snapshot_identifier
5702
5164
  # The identifier for the DB snapshot.
5703
5165
  #
@@ -5759,21 +5221,6 @@ module Aws::RDS
5759
5221
  include Aws::Structure
5760
5222
  end
5761
5223
 
5762
- # @note When making an API call, you may pass CreateDBSubnetGroupMessage
5763
- # data as a hash:
5764
- #
5765
- # {
5766
- # db_subnet_group_name: "String", # required
5767
- # db_subnet_group_description: "String", # required
5768
- # subnet_ids: ["String"], # required
5769
- # tags: [
5770
- # {
5771
- # key: "String",
5772
- # value: "String",
5773
- # },
5774
- # ],
5775
- # }
5776
- #
5777
5224
  # @!attribute [rw] db_subnet_group_name
5778
5225
  # The name for the DB subnet group. This value is stored as a
5779
5226
  # lowercase string.
@@ -5828,24 +5275,6 @@ module Aws::RDS
5828
5275
  include Aws::Structure
5829
5276
  end
5830
5277
 
5831
- # @note When making an API call, you may pass CreateEventSubscriptionMessage
5832
- # data as a hash:
5833
- #
5834
- # {
5835
- # subscription_name: "String", # required
5836
- # sns_topic_arn: "String", # required
5837
- # source_type: "String",
5838
- # event_categories: ["String"],
5839
- # source_ids: ["String"],
5840
- # enabled: false,
5841
- # tags: [
5842
- # {
5843
- # key: "String",
5844
- # value: "String",
5845
- # },
5846
- # ],
5847
- # }
5848
- #
5849
5278
  # @!attribute [rw] subscription_name
5850
5279
  # The name of the subscription.
5851
5280
  #
@@ -5958,19 +5387,6 @@ module Aws::RDS
5958
5387
  include Aws::Structure
5959
5388
  end
5960
5389
 
5961
- # @note When making an API call, you may pass CreateGlobalClusterMessage
5962
- # data as a hash:
5963
- #
5964
- # {
5965
- # global_cluster_identifier: "String",
5966
- # source_db_cluster_identifier: "String",
5967
- # engine: "String",
5968
- # engine_version: "String",
5969
- # deletion_protection: false,
5970
- # database_name: "String",
5971
- # storage_encrypted: false,
5972
- # }
5973
- #
5974
5390
  # @!attribute [rw] global_cluster_identifier
5975
5391
  # The cluster identifier of the new global database cluster.
5976
5392
  # @return [String]
@@ -6030,22 +5446,6 @@ module Aws::RDS
6030
5446
  include Aws::Structure
6031
5447
  end
6032
5448
 
6033
- # @note When making an API call, you may pass CreateOptionGroupMessage
6034
- # data as a hash:
6035
- #
6036
- # {
6037
- # option_group_name: "String", # required
6038
- # engine_name: "String", # required
6039
- # major_engine_version: "String", # required
6040
- # option_group_description: "String", # required
6041
- # tags: [
6042
- # {
6043
- # key: "String",
6044
- # value: "String",
6045
- # },
6046
- # ],
6047
- # }
6048
- #
6049
5449
  # @!attribute [rw] option_group_name
6050
5450
  # Specifies the name of the option group to be created.
6051
5451
  #
@@ -9847,14 +9247,6 @@ module Aws::RDS
9847
9247
  #
9848
9248
  class DBUpgradeDependencyFailureFault < Aws::EmptyStructure; end
9849
9249
 
9850
- # @note When making an API call, you may pass DeleteBlueGreenDeploymentRequest
9851
- # data as a hash:
9852
- #
9853
- # {
9854
- # blue_green_deployment_identifier: "BlueGreenDeploymentIdentifier", # required
9855
- # delete_target: false,
9856
- # }
9857
- #
9858
9250
  # @!attribute [rw] blue_green_deployment_identifier
9859
9251
  # The blue/green deployment identifier of the deployment to be
9860
9252
  # deleted. This parameter isn't case-sensitive.
@@ -9902,14 +9294,6 @@ module Aws::RDS
9902
9294
  include Aws::Structure
9903
9295
  end
9904
9296
 
9905
- # @note When making an API call, you may pass DeleteCustomDBEngineVersionMessage
9906
- # data as a hash:
9907
- #
9908
- # {
9909
- # engine: "CustomEngineName", # required
9910
- # engine_version: "CustomEngineVersion", # required
9911
- # }
9912
- #
9913
9297
  # @!attribute [rw] engine
9914
9298
  # The database engine. The only supported engine is
9915
9299
  # `custom-oracle-ee`.
@@ -9931,13 +9315,6 @@ module Aws::RDS
9931
9315
  include Aws::Structure
9932
9316
  end
9933
9317
 
9934
- # @note When making an API call, you may pass DeleteDBClusterEndpointMessage
9935
- # data as a hash:
9936
- #
9937
- # {
9938
- # db_cluster_endpoint_identifier: "String", # required
9939
- # }
9940
- #
9941
9318
  # @!attribute [rw] db_cluster_endpoint_identifier
9942
9319
  # The identifier associated with the custom endpoint. This parameter
9943
9320
  # is stored as a lowercase string.
@@ -9951,15 +9328,6 @@ module Aws::RDS
9951
9328
  include Aws::Structure
9952
9329
  end
9953
9330
 
9954
- # @note When making an API call, you may pass DeleteDBClusterMessage
9955
- # data as a hash:
9956
- #
9957
- # {
9958
- # db_cluster_identifier: "String", # required
9959
- # skip_final_snapshot: false,
9960
- # final_db_snapshot_identifier: "String",
9961
- # }
9962
- #
9963
9331
  # @!attribute [rw] db_cluster_identifier
9964
9332
  # The DB cluster identifier for the DB cluster to be deleted. This
9965
9333
  # parameter isn't case-sensitive.
@@ -10014,13 +9382,6 @@ module Aws::RDS
10014
9382
  include Aws::Structure
10015
9383
  end
10016
9384
 
10017
- # @note When making an API call, you may pass DeleteDBClusterParameterGroupMessage
10018
- # data as a hash:
10019
- #
10020
- # {
10021
- # db_cluster_parameter_group_name: "String", # required
10022
- # }
10023
- #
10024
9385
  # @!attribute [rw] db_cluster_parameter_group_name
10025
9386
  # The name of the DB cluster parameter group.
10026
9387
  #
@@ -10080,13 +9441,6 @@ module Aws::RDS
10080
9441
  include Aws::Structure
10081
9442
  end
10082
9443
 
10083
- # @note When making an API call, you may pass DeleteDBClusterSnapshotMessage
10084
- # data as a hash:
10085
- #
10086
- # {
10087
- # db_cluster_snapshot_identifier: "String", # required
10088
- # }
10089
- #
10090
9444
  # @!attribute [rw] db_cluster_snapshot_identifier
10091
9445
  # The identifier of the DB cluster snapshot to delete.
10092
9446
  #
@@ -10119,14 +9473,6 @@ module Aws::RDS
10119
9473
 
10120
9474
  # Parameter input for the `DeleteDBInstanceAutomatedBackup` operation.
10121
9475
  #
10122
- # @note When making an API call, you may pass DeleteDBInstanceAutomatedBackupMessage
10123
- # data as a hash:
10124
- #
10125
- # {
10126
- # dbi_resource_id: "String",
10127
- # db_instance_automated_backups_arn: "String",
10128
- # }
10129
- #
10130
9476
  # @!attribute [rw] dbi_resource_id
10131
9477
  # The identifier for the source DB instance, which can't be changed
10132
9478
  # and which is unique to an Amazon Web Services Region.
@@ -10163,16 +9509,6 @@ module Aws::RDS
10163
9509
  include Aws::Structure
10164
9510
  end
10165
9511
 
10166
- # @note When making an API call, you may pass DeleteDBInstanceMessage
10167
- # data as a hash:
10168
- #
10169
- # {
10170
- # db_instance_identifier: "String", # required
10171
- # skip_final_snapshot: false,
10172
- # final_db_snapshot_identifier: "String",
10173
- # delete_automated_backups: false,
10174
- # }
10175
- #
10176
9512
  # @!attribute [rw] db_instance_identifier
10177
9513
  # The DB instance identifier for the DB instance to be deleted. This
10178
9514
  # parameter isn't case-sensitive.
@@ -10267,13 +9603,6 @@ module Aws::RDS
10267
9603
  include Aws::Structure
10268
9604
  end
10269
9605
 
10270
- # @note When making an API call, you may pass DeleteDBParameterGroupMessage
10271
- # data as a hash:
10272
- #
10273
- # {
10274
- # db_parameter_group_name: "String", # required
10275
- # }
10276
- #
10277
9606
  # @!attribute [rw] db_parameter_group_name
10278
9607
  # The name of the DB parameter group.
10279
9608
  #
@@ -10294,13 +9623,6 @@ module Aws::RDS
10294
9623
  include Aws::Structure
10295
9624
  end
10296
9625
 
10297
- # @note When making an API call, you may pass DeleteDBProxyEndpointRequest
10298
- # data as a hash:
10299
- #
10300
- # {
10301
- # db_proxy_endpoint_name: "DBProxyEndpointName", # required
10302
- # }
10303
- #
10304
9626
  # @!attribute [rw] db_proxy_endpoint_name
10305
9627
  # The name of the DB proxy endpoint to delete.
10306
9628
  # @return [String]
@@ -10326,13 +9648,6 @@ module Aws::RDS
10326
9648
  include Aws::Structure
10327
9649
  end
10328
9650
 
10329
- # @note When making an API call, you may pass DeleteDBProxyRequest
10330
- # data as a hash:
10331
- #
10332
- # {
10333
- # db_proxy_name: "String", # required
10334
- # }
10335
- #
10336
9651
  # @!attribute [rw] db_proxy_name
10337
9652
  # The name of the DB proxy to delete.
10338
9653
  # @return [String]
@@ -10358,13 +9673,6 @@ module Aws::RDS
10358
9673
  include Aws::Structure
10359
9674
  end
10360
9675
 
10361
- # @note When making an API call, you may pass DeleteDBSecurityGroupMessage
10362
- # data as a hash:
10363
- #
10364
- # {
10365
- # db_security_group_name: "String", # required
10366
- # }
10367
- #
10368
9676
  # @!attribute [rw] db_security_group_name
10369
9677
  # The name of the DB security group to delete.
10370
9678
  #
@@ -10391,13 +9699,6 @@ module Aws::RDS
10391
9699
  include Aws::Structure
10392
9700
  end
10393
9701
 
10394
- # @note When making an API call, you may pass DeleteDBSnapshotMessage
10395
- # data as a hash:
10396
- #
10397
- # {
10398
- # db_snapshot_identifier: "String", # required
10399
- # }
10400
- #
10401
9702
  # @!attribute [rw] db_snapshot_identifier
10402
9703
  # The DB snapshot identifier.
10403
9704
  #
@@ -10428,13 +9729,6 @@ module Aws::RDS
10428
9729
  include Aws::Structure
10429
9730
  end
10430
9731
 
10431
- # @note When making an API call, you may pass DeleteDBSubnetGroupMessage
10432
- # data as a hash:
10433
- #
10434
- # {
10435
- # db_subnet_group_name: "String", # required
10436
- # }
10437
- #
10438
9732
  # @!attribute [rw] db_subnet_group_name
10439
9733
  # The name of the database subnet group to delete.
10440
9734
  #
@@ -10456,13 +9750,6 @@ module Aws::RDS
10456
9750
  include Aws::Structure
10457
9751
  end
10458
9752
 
10459
- # @note When making an API call, you may pass DeleteEventSubscriptionMessage
10460
- # data as a hash:
10461
- #
10462
- # {
10463
- # subscription_name: "String", # required
10464
- # }
10465
- #
10466
9753
  # @!attribute [rw] subscription_name
10467
9754
  # The name of the RDS event notification subscription you want to
10468
9755
  # delete.
@@ -10489,13 +9776,6 @@ module Aws::RDS
10489
9776
  include Aws::Structure
10490
9777
  end
10491
9778
 
10492
- # @note When making an API call, you may pass DeleteGlobalClusterMessage
10493
- # data as a hash:
10494
- #
10495
- # {
10496
- # global_cluster_identifier: "String", # required
10497
- # }
10498
- #
10499
9779
  # @!attribute [rw] global_cluster_identifier
10500
9780
  # The cluster identifier of the global database cluster being deleted.
10501
9781
  # @return [String]
@@ -10520,13 +9800,6 @@ module Aws::RDS
10520
9800
  include Aws::Structure
10521
9801
  end
10522
9802
 
10523
- # @note When making an API call, you may pass DeleteOptionGroupMessage
10524
- # data as a hash:
10525
- #
10526
- # {
10527
- # option_group_name: "String", # required
10528
- # }
10529
- #
10530
9803
  # @!attribute [rw] option_group_name
10531
9804
  # The name of the option group to be deleted.
10532
9805
  #
@@ -10543,16 +9816,6 @@ module Aws::RDS
10543
9816
  include Aws::Structure
10544
9817
  end
10545
9818
 
10546
- # @note When making an API call, you may pass DeregisterDBProxyTargetsRequest
10547
- # data as a hash:
10548
- #
10549
- # {
10550
- # db_proxy_name: "String", # required
10551
- # target_group_name: "String",
10552
- # db_instance_identifiers: ["String"],
10553
- # db_cluster_identifiers: ["String"],
10554
- # }
10555
- #
10556
9819
  # @!attribute [rw] db_proxy_name
10557
9820
  # The identifier of the `DBProxy` that is associated with the
10558
9821
  # `DBProxyTargetGroup`.
@@ -10591,21 +9854,6 @@ module Aws::RDS
10591
9854
  #
10592
9855
  class DescribeAccountAttributesMessage < Aws::EmptyStructure; end
10593
9856
 
10594
- # @note When making an API call, you may pass DescribeBlueGreenDeploymentsRequest
10595
- # data as a hash:
10596
- #
10597
- # {
10598
- # blue_green_deployment_identifier: "BlueGreenDeploymentIdentifier",
10599
- # filters: [
10600
- # {
10601
- # name: "String", # required
10602
- # values: ["String"], # required
10603
- # },
10604
- # ],
10605
- # marker: "String",
10606
- # max_records: 1,
10607
- # }
10608
- #
10609
9857
  # @!attribute [rw] blue_green_deployment_identifier
10610
9858
  # The blue/green deployment identifier. If this parameter is
10611
9859
  # specified, information from only the specific blue/green deployment
@@ -10690,21 +9938,6 @@ module Aws::RDS
10690
9938
  include Aws::Structure
10691
9939
  end
10692
9940
 
10693
- # @note When making an API call, you may pass DescribeCertificatesMessage
10694
- # data as a hash:
10695
- #
10696
- # {
10697
- # certificate_identifier: "String",
10698
- # filters: [
10699
- # {
10700
- # name: "String", # required
10701
- # values: ["String"], # required
10702
- # },
10703
- # ],
10704
- # max_records: 1,
10705
- # marker: "String",
10706
- # }
10707
- #
10708
9941
  # @!attribute [rw] certificate_identifier
10709
9942
  # The user-supplied certificate identifier. If this parameter is
10710
9943
  # specified, information for only the identified certificate is
@@ -10750,22 +9983,6 @@ module Aws::RDS
10750
9983
  include Aws::Structure
10751
9984
  end
10752
9985
 
10753
- # @note When making an API call, you may pass DescribeDBClusterBacktracksMessage
10754
- # data as a hash:
10755
- #
10756
- # {
10757
- # db_cluster_identifier: "String", # required
10758
- # backtrack_identifier: "String",
10759
- # filters: [
10760
- # {
10761
- # name: "String", # required
10762
- # values: ["String"], # required
10763
- # },
10764
- # ],
10765
- # max_records: 1,
10766
- # marker: "String",
10767
- # }
10768
- #
10769
9986
  # @!attribute [rw] db_cluster_identifier
10770
9987
  # The DB cluster identifier of the DB cluster to be described. This
10771
9988
  # parameter is stored as a lowercase string.
@@ -10853,22 +10070,6 @@ module Aws::RDS
10853
10070
  include Aws::Structure
10854
10071
  end
10855
10072
 
10856
- # @note When making an API call, you may pass DescribeDBClusterEndpointsMessage
10857
- # data as a hash:
10858
- #
10859
- # {
10860
- # db_cluster_identifier: "String",
10861
- # db_cluster_endpoint_identifier: "String",
10862
- # filters: [
10863
- # {
10864
- # name: "String", # required
10865
- # values: ["String"], # required
10866
- # },
10867
- # ],
10868
- # max_records: 1,
10869
- # marker: "String",
10870
- # }
10871
- #
10872
10073
  # @!attribute [rw] db_cluster_identifier
10873
10074
  # The DB cluster identifier of the DB cluster associated with the
10874
10075
  # endpoint. This parameter is stored as a lowercase string.
@@ -10925,21 +10126,6 @@ module Aws::RDS
10925
10126
  include Aws::Structure
10926
10127
  end
10927
10128
 
10928
- # @note When making an API call, you may pass DescribeDBClusterParameterGroupsMessage
10929
- # data as a hash:
10930
- #
10931
- # {
10932
- # db_cluster_parameter_group_name: "String",
10933
- # filters: [
10934
- # {
10935
- # name: "String", # required
10936
- # values: ["String"], # required
10937
- # },
10938
- # ],
10939
- # max_records: 1,
10940
- # marker: "String",
10941
- # }
10942
- #
10943
10129
  # @!attribute [rw] db_cluster_parameter_group_name
10944
10130
  # The name of a specific DB cluster parameter group to return details
10945
10131
  # for.
@@ -10985,22 +10171,6 @@ module Aws::RDS
10985
10171
  include Aws::Structure
10986
10172
  end
10987
10173
 
10988
- # @note When making an API call, you may pass DescribeDBClusterParametersMessage
10989
- # data as a hash:
10990
- #
10991
- # {
10992
- # db_cluster_parameter_group_name: "String", # required
10993
- # source: "String",
10994
- # filters: [
10995
- # {
10996
- # name: "String", # required
10997
- # values: ["String"], # required
10998
- # },
10999
- # ],
11000
- # max_records: 1,
11001
- # marker: "String",
11002
- # }
11003
- #
11004
10174
  # @!attribute [rw] db_cluster_parameter_group_name
11005
10175
  # The name of a specific DB cluster parameter group to return
11006
10176
  # parameter details for.
@@ -11052,13 +10222,6 @@ module Aws::RDS
11052
10222
  include Aws::Structure
11053
10223
  end
11054
10224
 
11055
- # @note When making an API call, you may pass DescribeDBClusterSnapshotAttributesMessage
11056
- # data as a hash:
11057
- #
11058
- # {
11059
- # db_cluster_snapshot_identifier: "String", # required
11060
- # }
11061
- #
11062
10225
  # @!attribute [rw] db_cluster_snapshot_identifier
11063
10226
  # The identifier for the DB cluster snapshot to describe the
11064
10227
  # attributes for.
@@ -11090,25 +10253,6 @@ module Aws::RDS
11090
10253
  include Aws::Structure
11091
10254
  end
11092
10255
 
11093
- # @note When making an API call, you may pass DescribeDBClusterSnapshotsMessage
11094
- # data as a hash:
11095
- #
11096
- # {
11097
- # db_cluster_identifier: "String",
11098
- # db_cluster_snapshot_identifier: "String",
11099
- # snapshot_type: "String",
11100
- # filters: [
11101
- # {
11102
- # name: "String", # required
11103
- # values: ["String"], # required
11104
- # },
11105
- # ],
11106
- # max_records: 1,
11107
- # marker: "String",
11108
- # include_shared: false,
11109
- # include_public: false,
11110
- # }
11111
- #
11112
10256
  # @!attribute [rw] db_cluster_identifier
11113
10257
  # The ID of the DB cluster to retrieve the list of DB cluster
11114
10258
  # snapshots for. This parameter can't be used in conjunction with the
@@ -11239,22 +10383,6 @@ module Aws::RDS
11239
10383
  include Aws::Structure
11240
10384
  end
11241
10385
 
11242
- # @note When making an API call, you may pass DescribeDBClustersMessage
11243
- # data as a hash:
11244
- #
11245
- # {
11246
- # db_cluster_identifier: "String",
11247
- # filters: [
11248
- # {
11249
- # name: "String", # required
11250
- # values: ["String"], # required
11251
- # },
11252
- # ],
11253
- # max_records: 1,
11254
- # marker: "String",
11255
- # include_shared: false,
11256
- # }
11257
- #
11258
10386
  # @!attribute [rw] db_cluster_identifier
11259
10387
  # The user-supplied DB cluster identifier or the Amazon Resource Name
11260
10388
  # (ARN) of the DB cluster. If this parameter is specified, information
@@ -11325,27 +10453,6 @@ module Aws::RDS
11325
10453
  include Aws::Structure
11326
10454
  end
11327
10455
 
11328
- # @note When making an API call, you may pass DescribeDBEngineVersionsMessage
11329
- # data as a hash:
11330
- #
11331
- # {
11332
- # engine: "String",
11333
- # engine_version: "String",
11334
- # db_parameter_group_family: "String",
11335
- # filters: [
11336
- # {
11337
- # name: "String", # required
11338
- # values: ["String"], # required
11339
- # },
11340
- # ],
11341
- # max_records: 1,
11342
- # marker: "String",
11343
- # default_only: false,
11344
- # list_supported_character_sets: false,
11345
- # list_supported_timezones: false,
11346
- # include_all: false,
11347
- # }
11348
- #
11349
10456
  # @!attribute [rw] engine
11350
10457
  # The database engine to return.
11351
10458
  #
@@ -11511,23 +10618,6 @@ module Aws::RDS
11511
10618
 
11512
10619
  # Parameter input for DescribeDBInstanceAutomatedBackups.
11513
10620
  #
11514
- # @note When making an API call, you may pass DescribeDBInstanceAutomatedBackupsMessage
11515
- # data as a hash:
11516
- #
11517
- # {
11518
- # dbi_resource_id: "String",
11519
- # db_instance_identifier: "String",
11520
- # filters: [
11521
- # {
11522
- # name: "String", # required
11523
- # values: ["String"], # required
11524
- # },
11525
- # ],
11526
- # max_records: 1,
11527
- # marker: "String",
11528
- # db_instance_automated_backups_arn: "String",
11529
- # }
11530
- #
11531
10621
  # @!attribute [rw] dbi_resource_id
11532
10622
  # The resource ID of the DB instance that is the source of the
11533
10623
  # automated backup. This parameter isn't case-sensitive.
@@ -11601,21 +10691,6 @@ module Aws::RDS
11601
10691
  include Aws::Structure
11602
10692
  end
11603
10693
 
11604
- # @note When making an API call, you may pass DescribeDBInstancesMessage
11605
- # data as a hash:
11606
- #
11607
- # {
11608
- # db_instance_identifier: "String",
11609
- # filters: [
11610
- # {
11611
- # name: "String", # required
11612
- # values: ["String"], # required
11613
- # },
11614
- # ],
11615
- # max_records: 1,
11616
- # marker: "String",
11617
- # }
11618
- #
11619
10694
  # @!attribute [rw] db_instance_identifier
11620
10695
  # The user-supplied instance identifier or the Amazon Resource Name
11621
10696
  # (ARN) of the DB instance. If this parameter is specified,
@@ -11708,24 +10783,6 @@ module Aws::RDS
11708
10783
  include Aws::Structure
11709
10784
  end
11710
10785
 
11711
- # @note When making an API call, you may pass DescribeDBLogFilesMessage
11712
- # data as a hash:
11713
- #
11714
- # {
11715
- # db_instance_identifier: "String", # required
11716
- # filename_contains: "String",
11717
- # file_last_written: 1,
11718
- # file_size: 1,
11719
- # filters: [
11720
- # {
11721
- # name: "String", # required
11722
- # values: ["String"], # required
11723
- # },
11724
- # ],
11725
- # max_records: 1,
11726
- # marker: "String",
11727
- # }
11728
- #
11729
10786
  # @!attribute [rw] db_instance_identifier
11730
10787
  # The customer-assigned name of the DB instance that contains the log
11731
10788
  # files you want to list.
@@ -11803,21 +10860,6 @@ module Aws::RDS
11803
10860
  include Aws::Structure
11804
10861
  end
11805
10862
 
11806
- # @note When making an API call, you may pass DescribeDBParameterGroupsMessage
11807
- # data as a hash:
11808
- #
11809
- # {
11810
- # db_parameter_group_name: "String",
11811
- # filters: [
11812
- # {
11813
- # name: "String", # required
11814
- # values: ["String"], # required
11815
- # },
11816
- # ],
11817
- # max_records: 1,
11818
- # marker: "String",
11819
- # }
11820
- #
11821
10863
  # @!attribute [rw] db_parameter_group_name
11822
10864
  # The name of a specific DB parameter group to return details for.
11823
10865
  #
@@ -11862,22 +10904,6 @@ module Aws::RDS
11862
10904
  include Aws::Structure
11863
10905
  end
11864
10906
 
11865
- # @note When making an API call, you may pass DescribeDBParametersMessage
11866
- # data as a hash:
11867
- #
11868
- # {
11869
- # db_parameter_group_name: "String", # required
11870
- # source: "String",
11871
- # filters: [
11872
- # {
11873
- # name: "String", # required
11874
- # values: ["String"], # required
11875
- # },
11876
- # ],
11877
- # max_records: 1,
11878
- # marker: "String",
11879
- # }
11880
- #
11881
10907
  # @!attribute [rw] db_parameter_group_name
11882
10908
  # The name of a specific DB parameter group to return details for.
11883
10909
  #
@@ -11930,21 +10956,6 @@ module Aws::RDS
11930
10956
  include Aws::Structure
11931
10957
  end
11932
10958
 
11933
- # @note When making an API call, you may pass DescribeDBProxiesRequest
11934
- # data as a hash:
11935
- #
11936
- # {
11937
- # db_proxy_name: "String",
11938
- # filters: [
11939
- # {
11940
- # name: "String", # required
11941
- # values: ["String"], # required
11942
- # },
11943
- # ],
11944
- # marker: "String",
11945
- # max_records: 1,
11946
- # }
11947
- #
11948
10959
  # @!attribute [rw] db_proxy_name
11949
10960
  # The name of the DB proxy. If you omit this parameter, the output
11950
10961
  # includes information about all DB proxies owned by your Amazon Web
@@ -12003,22 +11014,6 @@ module Aws::RDS
12003
11014
  include Aws::Structure
12004
11015
  end
12005
11016
 
12006
- # @note When making an API call, you may pass DescribeDBProxyEndpointsRequest
12007
- # data as a hash:
12008
- #
12009
- # {
12010
- # db_proxy_name: "DBProxyName",
12011
- # db_proxy_endpoint_name: "DBProxyEndpointName",
12012
- # filters: [
12013
- # {
12014
- # name: "String", # required
12015
- # values: ["String"], # required
12016
- # },
12017
- # ],
12018
- # marker: "String",
12019
- # max_records: 1,
12020
- # }
12021
- #
12022
11017
  # @!attribute [rw] db_proxy_name
12023
11018
  # The name of the DB proxy whose endpoints you want to describe. If
12024
11019
  # you omit this parameter, the output includes information about all
@@ -12083,22 +11078,6 @@ module Aws::RDS
12083
11078
  include Aws::Structure
12084
11079
  end
12085
11080
 
12086
- # @note When making an API call, you may pass DescribeDBProxyTargetGroupsRequest
12087
- # data as a hash:
12088
- #
12089
- # {
12090
- # db_proxy_name: "String", # required
12091
- # target_group_name: "String",
12092
- # filters: [
12093
- # {
12094
- # name: "String", # required
12095
- # values: ["String"], # required
12096
- # },
12097
- # ],
12098
- # marker: "String",
12099
- # max_records: 1,
12100
- # }
12101
- #
12102
11081
  # @!attribute [rw] db_proxy_name
12103
11082
  # The identifier of the `DBProxy` associated with the target group.
12104
11083
  # @return [String]
@@ -12160,22 +11139,6 @@ module Aws::RDS
12160
11139
  include Aws::Structure
12161
11140
  end
12162
11141
 
12163
- # @note When making an API call, you may pass DescribeDBProxyTargetsRequest
12164
- # data as a hash:
12165
- #
12166
- # {
12167
- # db_proxy_name: "String", # required
12168
- # target_group_name: "String",
12169
- # filters: [
12170
- # {
12171
- # name: "String", # required
12172
- # values: ["String"], # required
12173
- # },
12174
- # ],
12175
- # marker: "String",
12176
- # max_records: 1,
12177
- # }
12178
- #
12179
11142
  # @!attribute [rw] db_proxy_name
12180
11143
  # The identifier of the `DBProxyTarget` to describe.
12181
11144
  # @return [String]
@@ -12237,21 +11200,6 @@ module Aws::RDS
12237
11200
  include Aws::Structure
12238
11201
  end
12239
11202
 
12240
- # @note When making an API call, you may pass DescribeDBSecurityGroupsMessage
12241
- # data as a hash:
12242
- #
12243
- # {
12244
- # db_security_group_name: "String",
12245
- # filters: [
12246
- # {
12247
- # name: "String", # required
12248
- # values: ["String"], # required
12249
- # },
12250
- # ],
12251
- # max_records: 1,
12252
- # marker: "String",
12253
- # }
12254
- #
12255
11203
  # @!attribute [rw] db_security_group_name
12256
11204
  # The name of the DB security group to return details for.
12257
11205
  # @return [String]
@@ -12289,13 +11237,6 @@ module Aws::RDS
12289
11237
  include Aws::Structure
12290
11238
  end
12291
11239
 
12292
- # @note When making an API call, you may pass DescribeDBSnapshotAttributesMessage
12293
- # data as a hash:
12294
- #
12295
- # {
12296
- # db_snapshot_identifier: "String", # required
12297
- # }
12298
- #
12299
11240
  # @!attribute [rw] db_snapshot_identifier
12300
11241
  # The identifier for the DB snapshot to describe the attributes for.
12301
11242
  # @return [String]
@@ -12325,26 +11266,6 @@ module Aws::RDS
12325
11266
  include Aws::Structure
12326
11267
  end
12327
11268
 
12328
- # @note When making an API call, you may pass DescribeDBSnapshotsMessage
12329
- # data as a hash:
12330
- #
12331
- # {
12332
- # db_instance_identifier: "String",
12333
- # db_snapshot_identifier: "String",
12334
- # snapshot_type: "String",
12335
- # filters: [
12336
- # {
12337
- # name: "String", # required
12338
- # values: ["String"], # required
12339
- # },
12340
- # ],
12341
- # max_records: 1,
12342
- # marker: "String",
12343
- # include_shared: false,
12344
- # include_public: false,
12345
- # dbi_resource_id: "String",
12346
- # }
12347
- #
12348
11269
  # @!attribute [rw] db_instance_identifier
12349
11270
  # The ID of the DB instance to retrieve the list of DB snapshots for.
12350
11271
  # This parameter isn't case-sensitive.
@@ -12490,21 +11411,6 @@ module Aws::RDS
12490
11411
  include Aws::Structure
12491
11412
  end
12492
11413
 
12493
- # @note When making an API call, you may pass DescribeDBSubnetGroupsMessage
12494
- # data as a hash:
12495
- #
12496
- # {
12497
- # db_subnet_group_name: "String",
12498
- # filters: [
12499
- # {
12500
- # name: "String", # required
12501
- # values: ["String"], # required
12502
- # },
12503
- # ],
12504
- # max_records: 1,
12505
- # marker: "String",
12506
- # }
12507
- #
12508
11414
  # @!attribute [rw] db_subnet_group_name
12509
11415
  # The name of the DB subnet group to return details for.
12510
11416
  # @return [String]
@@ -12542,21 +11448,6 @@ module Aws::RDS
12542
11448
  include Aws::Structure
12543
11449
  end
12544
11450
 
12545
- # @note When making an API call, you may pass DescribeEngineDefaultClusterParametersMessage
12546
- # data as a hash:
12547
- #
12548
- # {
12549
- # db_parameter_group_family: "String", # required
12550
- # filters: [
12551
- # {
12552
- # name: "String", # required
12553
- # values: ["String"], # required
12554
- # },
12555
- # ],
12556
- # max_records: 1,
12557
- # marker: "String",
12558
- # }
12559
- #
12560
11451
  # @!attribute [rw] db_parameter_group_family
12561
11452
  # The name of the DB cluster parameter group family to return engine
12562
11453
  # parameter information for.
@@ -12608,21 +11499,6 @@ module Aws::RDS
12608
11499
  include Aws::Structure
12609
11500
  end
12610
11501
 
12611
- # @note When making an API call, you may pass DescribeEngineDefaultParametersMessage
12612
- # data as a hash:
12613
- #
12614
- # {
12615
- # db_parameter_group_family: "String", # required
12616
- # filters: [
12617
- # {
12618
- # name: "String", # required
12619
- # values: ["String"], # required
12620
- # },
12621
- # ],
12622
- # max_records: 1,
12623
- # marker: "String",
12624
- # }
12625
- #
12626
11502
  # @!attribute [rw] db_parameter_group_family
12627
11503
  # The name of the DB parameter group family.
12628
11504
  #
@@ -12769,19 +11645,6 @@ module Aws::RDS
12769
11645
  include Aws::Structure
12770
11646
  end
12771
11647
 
12772
- # @note When making an API call, you may pass DescribeEventCategoriesMessage
12773
- # data as a hash:
12774
- #
12775
- # {
12776
- # source_type: "String",
12777
- # filters: [
12778
- # {
12779
- # name: "String", # required
12780
- # values: ["String"], # required
12781
- # },
12782
- # ],
12783
- # }
12784
- #
12785
11648
  # @!attribute [rw] source_type
12786
11649
  # The type of source that is generating the events. For RDS Proxy
12787
11650
  # events, specify `db-proxy`.
@@ -12804,21 +11667,6 @@ module Aws::RDS
12804
11667
  include Aws::Structure
12805
11668
  end
12806
11669
 
12807
- # @note When making an API call, you may pass DescribeEventSubscriptionsMessage
12808
- # data as a hash:
12809
- #
12810
- # {
12811
- # subscription_name: "String",
12812
- # filters: [
12813
- # {
12814
- # name: "String", # required
12815
- # values: ["String"], # required
12816
- # },
12817
- # ],
12818
- # max_records: 1,
12819
- # marker: "String",
12820
- # }
12821
- #
12822
11670
  # @!attribute [rw] subscription_name
12823
11671
  # The name of the RDS event notification subscription you want to
12824
11672
  # describe.
@@ -12857,26 +11705,6 @@ module Aws::RDS
12857
11705
  include Aws::Structure
12858
11706
  end
12859
11707
 
12860
- # @note When making an API call, you may pass DescribeEventsMessage
12861
- # data as a hash:
12862
- #
12863
- # {
12864
- # source_identifier: "String",
12865
- # source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy
12866
- # start_time: Time.now,
12867
- # end_time: Time.now,
12868
- # duration: 1,
12869
- # event_categories: ["String"],
12870
- # filters: [
12871
- # {
12872
- # name: "String", # required
12873
- # values: ["String"], # required
12874
- # },
12875
- # ],
12876
- # max_records: 1,
12877
- # marker: "String",
12878
- # }
12879
- #
12880
11708
  # @!attribute [rw] source_identifier
12881
11709
  # The identifier of the event source for which events are returned. If
12882
11710
  # not specified, then all sources are included in the response.
@@ -12988,23 +11816,6 @@ module Aws::RDS
12988
11816
  include Aws::Structure
12989
11817
  end
12990
11818
 
12991
- # @note When making an API call, you may pass DescribeExportTasksMessage
12992
- # data as a hash:
12993
- #
12994
- # {
12995
- # export_task_identifier: "String",
12996
- # source_arn: "String",
12997
- # filters: [
12998
- # {
12999
- # name: "String", # required
13000
- # values: ["String"], # required
13001
- # },
13002
- # ],
13003
- # marker: "String",
13004
- # max_records: 1,
13005
- # source_type: "SNAPSHOT", # accepts SNAPSHOT, CLUSTER
13006
- # }
13007
- #
13008
11819
  # @!attribute [rw] export_task_identifier
13009
11820
  # The identifier of the snapshot export task to be described.
13010
11821
  # @return [String]
@@ -13081,21 +11892,6 @@ module Aws::RDS
13081
11892
  include Aws::Structure
13082
11893
  end
13083
11894
 
13084
- # @note When making an API call, you may pass DescribeGlobalClustersMessage
13085
- # data as a hash:
13086
- #
13087
- # {
13088
- # global_cluster_identifier: "String",
13089
- # filters: [
13090
- # {
13091
- # name: "String", # required
13092
- # values: ["String"], # required
13093
- # },
13094
- # ],
13095
- # max_records: 1,
13096
- # marker: "String",
13097
- # }
13098
- #
13099
11895
  # @!attribute [rw] global_cluster_identifier
13100
11896
  # The user-supplied DB cluster identifier. If this parameter is
13101
11897
  # specified, information from only the specific DB cluster is
@@ -13141,22 +11937,6 @@ module Aws::RDS
13141
11937
  include Aws::Structure
13142
11938
  end
13143
11939
 
13144
- # @note When making an API call, you may pass DescribeOptionGroupOptionsMessage
13145
- # data as a hash:
13146
- #
13147
- # {
13148
- # engine_name: "String", # required
13149
- # major_engine_version: "String",
13150
- # filters: [
13151
- # {
13152
- # name: "String", # required
13153
- # values: ["String"], # required
13154
- # },
13155
- # ],
13156
- # max_records: 1,
13157
- # marker: "String",
13158
- # }
13159
- #
13160
11940
  # @!attribute [rw] engine_name
13161
11941
  # A required parameter. Options available for the given engine name
13162
11942
  # are described.
@@ -13224,23 +12004,6 @@ module Aws::RDS
13224
12004
  include Aws::Structure
13225
12005
  end
13226
12006
 
13227
- # @note When making an API call, you may pass DescribeOptionGroupsMessage
13228
- # data as a hash:
13229
- #
13230
- # {
13231
- # option_group_name: "String",
13232
- # filters: [
13233
- # {
13234
- # name: "String", # required
13235
- # values: ["String"], # required
13236
- # },
13237
- # ],
13238
- # marker: "String",
13239
- # max_records: 1,
13240
- # engine_name: "String",
13241
- # major_engine_version: "String",
13242
- # }
13243
- #
13244
12007
  # @!attribute [rw] option_group_name
13245
12008
  # The name of the option group to describe. Can't be supplied
13246
12009
  # together with EngineName or MajorEngineVersion.
@@ -13316,26 +12079,6 @@ module Aws::RDS
13316
12079
  include Aws::Structure
13317
12080
  end
13318
12081
 
13319
- # @note When making an API call, you may pass DescribeOrderableDBInstanceOptionsMessage
13320
- # data as a hash:
13321
- #
13322
- # {
13323
- # engine: "String", # required
13324
- # engine_version: "String",
13325
- # db_instance_class: "String",
13326
- # license_model: "String",
13327
- # availability_zone_group: "String",
13328
- # vpc: false,
13329
- # filters: [
13330
- # {
13331
- # name: "String", # required
13332
- # values: ["String"], # required
13333
- # },
13334
- # ],
13335
- # max_records: 1,
13336
- # marker: "String",
13337
- # }
13338
- #
13339
12082
  # @!attribute [rw] engine
13340
12083
  # The name of the engine to retrieve DB instance options for.
13341
12084
  #
@@ -13446,21 +12189,6 @@ module Aws::RDS
13446
12189
  include Aws::Structure
13447
12190
  end
13448
12191
 
13449
- # @note When making an API call, you may pass DescribePendingMaintenanceActionsMessage
13450
- # data as a hash:
13451
- #
13452
- # {
13453
- # resource_identifier: "String",
13454
- # filters: [
13455
- # {
13456
- # name: "String", # required
13457
- # values: ["String"], # required
13458
- # },
13459
- # ],
13460
- # marker: "String",
13461
- # max_records: 1,
13462
- # }
13463
- #
13464
12192
  # @!attribute [rw] resource_identifier
13465
12193
  # The ARN of a resource to return pending maintenance actions for.
13466
12194
  # @return [String]
@@ -13510,28 +12238,6 @@ module Aws::RDS
13510
12238
  include Aws::Structure
13511
12239
  end
13512
12240
 
13513
- # @note When making an API call, you may pass DescribeReservedDBInstancesMessage
13514
- # data as a hash:
13515
- #
13516
- # {
13517
- # reserved_db_instance_id: "String",
13518
- # reserved_db_instances_offering_id: "String",
13519
- # db_instance_class: "String",
13520
- # duration: "String",
13521
- # product_description: "String",
13522
- # offering_type: "String",
13523
- # multi_az: false,
13524
- # lease_id: "String",
13525
- # filters: [
13526
- # {
13527
- # name: "String", # required
13528
- # values: ["String"], # required
13529
- # },
13530
- # ],
13531
- # max_records: 1,
13532
- # marker: "String",
13533
- # }
13534
- #
13535
12241
  # @!attribute [rw] reserved_db_instance_id
13536
12242
  # The reserved DB instance identifier filter value. Specify this
13537
12243
  # parameter to show only the reservation that matches the specified
@@ -13622,26 +12328,6 @@ module Aws::RDS
13622
12328
  include Aws::Structure
13623
12329
  end
13624
12330
 
13625
- # @note When making an API call, you may pass DescribeReservedDBInstancesOfferingsMessage
13626
- # data as a hash:
13627
- #
13628
- # {
13629
- # reserved_db_instances_offering_id: "String",
13630
- # db_instance_class: "String",
13631
- # duration: "String",
13632
- # product_description: "String",
13633
- # offering_type: "String",
13634
- # multi_az: false,
13635
- # filters: [
13636
- # {
13637
- # name: "String", # required
13638
- # values: ["String"], # required
13639
- # },
13640
- # ],
13641
- # max_records: 1,
13642
- # marker: "String",
13643
- # }
13644
- #
13645
12331
  # @!attribute [rw] reserved_db_instances_offering_id
13646
12332
  # The offering identifier filter value. Specify this parameter to show
13647
12333
  # only the available offering that matches the specified reservation
@@ -13722,21 +12408,6 @@ module Aws::RDS
13722
12408
  include Aws::Structure
13723
12409
  end
13724
12410
 
13725
- # @note When making an API call, you may pass DescribeSourceRegionsMessage
13726
- # data as a hash:
13727
- #
13728
- # {
13729
- # region_name: "String",
13730
- # max_records: 1,
13731
- # marker: "String",
13732
- # filters: [
13733
- # {
13734
- # name: "String", # required
13735
- # values: ["String"], # required
13736
- # },
13737
- # ],
13738
- # }
13739
- #
13740
12411
  # @!attribute [rw] region_name
13741
12412
  # The source Amazon Web Services Region name. For example,
13742
12413
  # `us-east-1`.
@@ -13781,13 +12452,6 @@ module Aws::RDS
13781
12452
  include Aws::Structure
13782
12453
  end
13783
12454
 
13784
- # @note When making an API call, you may pass DescribeValidDBInstanceModificationsMessage
13785
- # data as a hash:
13786
- #
13787
- # {
13788
- # db_instance_identifier: "String", # required
13789
- # }
13790
- #
13791
12455
  # @!attribute [rw] db_instance_identifier
13792
12456
  # The customer identifier or the ARN of your DB instance.
13793
12457
  # @return [String]
@@ -13900,16 +12564,6 @@ module Aws::RDS
13900
12564
  include Aws::Structure
13901
12565
  end
13902
12566
 
13903
- # @note When making an API call, you may pass DownloadDBLogFilePortionMessage
13904
- # data as a hash:
13905
- #
13906
- # {
13907
- # db_instance_identifier: "String", # required
13908
- # log_file_name: "String", # required
13909
- # marker: "String",
13910
- # number_of_lines: 1,
13911
- # }
13912
- #
13913
12567
  # @!attribute [rw] db_instance_identifier
13914
12568
  # The customer-assigned name of the DB instance that contains the log
13915
12569
  # files you want to list.
@@ -14422,14 +13076,6 @@ module Aws::RDS
14422
13076
  include Aws::Structure
14423
13077
  end
14424
13078
 
14425
- # @note When making an API call, you may pass FailoverDBClusterMessage
14426
- # data as a hash:
14427
- #
14428
- # {
14429
- # db_cluster_identifier: "String", # required
14430
- # target_db_instance_identifier: "String",
14431
- # }
14432
- #
14433
13079
  # @!attribute [rw] db_cluster_identifier
14434
13080
  # A DB cluster identifier to force a failover for. This parameter
14435
13081
  # isn't case-sensitive.
@@ -14500,14 +13146,6 @@ module Aws::RDS
14500
13146
  include Aws::Structure
14501
13147
  end
14502
13148
 
14503
- # @note When making an API call, you may pass FailoverGlobalClusterMessage
14504
- # data as a hash:
14505
- #
14506
- # {
14507
- # global_cluster_identifier: "GlobalClusterIdentifier", # required
14508
- # target_db_cluster_identifier: "DBClusterIdentifier", # required
14509
- # }
14510
- #
14511
13149
  # @!attribute [rw] global_cluster_identifier
14512
13150
  # Identifier of the Aurora global database (GlobalCluster) that should
14513
13151
  # be failed over. The identifier is the unique key assigned by the
@@ -14619,14 +13257,6 @@ module Aws::RDS
14619
13257
  #
14620
13258
  # * `DescribePendingMaintenanceActions`
14621
13259
  #
14622
- # @note When making an API call, you may pass Filter
14623
- # data as a hash:
14624
- #
14625
- # {
14626
- # name: "String", # required
14627
- # values: ["String"], # required
14628
- # }
14629
- #
14630
13260
  # @!attribute [rw] name
14631
13261
  # The name of the filter. Filter names are case-sensitive.
14632
13262
  # @return [String]
@@ -15047,19 +13677,6 @@ module Aws::RDS
15047
13677
  #
15048
13678
  class KMSKeyNotAccessibleFault < Aws::EmptyStructure; end
15049
13679
 
15050
- # @note When making an API call, you may pass ListTagsForResourceMessage
15051
- # data as a hash:
15052
- #
15053
- # {
15054
- # resource_name: "String", # required
15055
- # filters: [
15056
- # {
15057
- # name: "String", # required
15058
- # values: ["String"], # required
15059
- # },
15060
- # ],
15061
- # }
15062
- #
15063
13680
  # @!attribute [rw] resource_name
15064
13681
  # The Amazon RDS resource with tags to be listed. This value is an
15065
13682
  # Amazon Resource Name (ARN). For information about creating an ARN,
@@ -15104,14 +13721,6 @@ module Aws::RDS
15104
13721
  include Aws::Structure
15105
13722
  end
15106
13723
 
15107
- # @note When making an API call, you may pass ModifyActivityStreamRequest
15108
- # data as a hash:
15109
- #
15110
- # {
15111
- # resource_arn: "String",
15112
- # audit_policy_state: "locked", # accepts locked, unlocked
15113
- # }
15114
- #
15115
13724
  # @!attribute [rw] resource_arn
15116
13725
  # The Amazon Resource Name (ARN) of the RDS for Oracle DB instance,
15117
13726
  # for example,
@@ -15174,14 +13783,6 @@ module Aws::RDS
15174
13783
  include Aws::Structure
15175
13784
  end
15176
13785
 
15177
- # @note When making an API call, you may pass ModifyCertificatesMessage
15178
- # data as a hash:
15179
- #
15180
- # {
15181
- # certificate_identifier: "String",
15182
- # remove_customer_override: false,
15183
- # }
15184
- #
15185
13786
  # @!attribute [rw] certificate_identifier
15186
13787
  # The new default certificate identifier to override the current one
15187
13788
  # with.
@@ -15217,16 +13818,6 @@ module Aws::RDS
15217
13818
  include Aws::Structure
15218
13819
  end
15219
13820
 
15220
- # @note When making an API call, you may pass ModifyCurrentDBClusterCapacityMessage
15221
- # data as a hash:
15222
- #
15223
- # {
15224
- # db_cluster_identifier: "String", # required
15225
- # capacity: 1,
15226
- # seconds_before_timeout: 1,
15227
- # timeout_action: "String",
15228
- # }
15229
- #
15230
13821
  # @!attribute [rw] db_cluster_identifier
15231
13822
  # The DB cluster identifier for the cluster being modified. This
15232
13823
  # parameter isn't case-sensitive.
@@ -15283,16 +13874,6 @@ module Aws::RDS
15283
13874
  include Aws::Structure
15284
13875
  end
15285
13876
 
15286
- # @note When making an API call, you may pass ModifyCustomDBEngineVersionMessage
15287
- # data as a hash:
15288
- #
15289
- # {
15290
- # engine: "CustomEngineName", # required
15291
- # engine_version: "CustomEngineVersion", # required
15292
- # description: "Description",
15293
- # status: "available", # accepts available, inactive, inactive-except-restore
15294
- # }
15295
- #
15296
13877
  # @!attribute [rw] engine
15297
13878
  # The DB engine. The only supported value is `custom-oracle-ee`.
15298
13879
  # @return [String]
@@ -15342,16 +13923,6 @@ module Aws::RDS
15342
13923
  include Aws::Structure
15343
13924
  end
15344
13925
 
15345
- # @note When making an API call, you may pass ModifyDBClusterEndpointMessage
15346
- # data as a hash:
15347
- #
15348
- # {
15349
- # db_cluster_endpoint_identifier: "String", # required
15350
- # endpoint_type: "String",
15351
- # static_members: ["String"],
15352
- # excluded_members: ["String"],
15353
- # }
15354
- #
15355
13926
  # @!attribute [rw] db_cluster_endpoint_identifier
15356
13927
  # The identifier of the endpoint to modify. This parameter is stored
15357
13928
  # as a lowercase string.
@@ -15384,61 +13955,6 @@ module Aws::RDS
15384
13955
  include Aws::Structure
15385
13956
  end
15386
13957
 
15387
- # @note When making an API call, you may pass ModifyDBClusterMessage
15388
- # data as a hash:
15389
- #
15390
- # {
15391
- # db_cluster_identifier: "String", # required
15392
- # new_db_cluster_identifier: "String",
15393
- # apply_immediately: false,
15394
- # backup_retention_period: 1,
15395
- # db_cluster_parameter_group_name: "String",
15396
- # vpc_security_group_ids: ["String"],
15397
- # port: 1,
15398
- # master_user_password: "String",
15399
- # option_group_name: "String",
15400
- # preferred_backup_window: "String",
15401
- # preferred_maintenance_window: "String",
15402
- # enable_iam_database_authentication: false,
15403
- # backtrack_window: 1,
15404
- # cloudwatch_logs_export_configuration: {
15405
- # enable_log_types: ["String"],
15406
- # disable_log_types: ["String"],
15407
- # },
15408
- # engine_version: "String",
15409
- # allow_major_version_upgrade: false,
15410
- # db_instance_parameter_group_name: "String",
15411
- # domain: "String",
15412
- # domain_iam_role_name: "String",
15413
- # scaling_configuration: {
15414
- # min_capacity: 1,
15415
- # max_capacity: 1,
15416
- # auto_pause: false,
15417
- # seconds_until_auto_pause: 1,
15418
- # timeout_action: "String",
15419
- # seconds_before_timeout: 1,
15420
- # },
15421
- # deletion_protection: false,
15422
- # enable_http_endpoint: false,
15423
- # copy_tags_to_snapshot: false,
15424
- # enable_global_write_forwarding: false,
15425
- # db_cluster_instance_class: "String",
15426
- # allocated_storage: 1,
15427
- # storage_type: "String",
15428
- # iops: 1,
15429
- # auto_minor_version_upgrade: false,
15430
- # monitoring_interval: 1,
15431
- # monitoring_role_arn: "String",
15432
- # enable_performance_insights: false,
15433
- # performance_insights_kms_key_id: "String",
15434
- # performance_insights_retention_period: 1,
15435
- # serverless_v2_scaling_configuration: {
15436
- # min_capacity: 1.0,
15437
- # max_capacity: 1.0,
15438
- # },
15439
- # network_type: "String",
15440
- # }
15441
- #
15442
13958
  # @!attribute [rw] db_cluster_identifier
15443
13959
  # The DB cluster identifier for the cluster being modified. This
15444
13960
  # parameter isn't case-sensitive.
@@ -16046,28 +14562,6 @@ module Aws::RDS
16046
14562
  include Aws::Structure
16047
14563
  end
16048
14564
 
16049
- # @note When making an API call, you may pass ModifyDBClusterParameterGroupMessage
16050
- # data as a hash:
16051
- #
16052
- # {
16053
- # db_cluster_parameter_group_name: "String", # required
16054
- # parameters: [ # required
16055
- # {
16056
- # parameter_name: "String",
16057
- # parameter_value: "String",
16058
- # description: "String",
16059
- # source: "String",
16060
- # apply_type: "String",
16061
- # data_type: "String",
16062
- # allowed_values: "String",
16063
- # is_modifiable: false,
16064
- # minimum_engine_version: "String",
16065
- # apply_method: "immediate", # accepts immediate, pending-reboot
16066
- # supported_engine_modes: ["String"],
16067
- # },
16068
- # ],
16069
- # }
16070
- #
16071
14565
  # @!attribute [rw] db_cluster_parameter_group_name
16072
14566
  # The name of the DB cluster parameter group to modify.
16073
14567
  # @return [String]
@@ -16140,16 +14634,6 @@ module Aws::RDS
16140
14634
  include Aws::Structure
16141
14635
  end
16142
14636
 
16143
- # @note When making an API call, you may pass ModifyDBClusterSnapshotAttributeMessage
16144
- # data as a hash:
16145
- #
16146
- # {
16147
- # db_cluster_snapshot_identifier: "String", # required
16148
- # attribute_name: "String", # required
16149
- # values_to_add: ["String"],
16150
- # values_to_remove: ["String"],
16151
- # }
16152
- #
16153
14637
  # @!attribute [rw] db_cluster_snapshot_identifier
16154
14638
  # The identifier for the DB cluster snapshot to modify the attributes
16155
14639
  # for.
@@ -16224,69 +14708,6 @@ module Aws::RDS
16224
14708
  include Aws::Structure
16225
14709
  end
16226
14710
 
16227
- # @note When making an API call, you may pass ModifyDBInstanceMessage
16228
- # data as a hash:
16229
- #
16230
- # {
16231
- # db_instance_identifier: "String", # required
16232
- # allocated_storage: 1,
16233
- # db_instance_class: "String",
16234
- # db_subnet_group_name: "String",
16235
- # db_security_groups: ["String"],
16236
- # vpc_security_group_ids: ["String"],
16237
- # apply_immediately: false,
16238
- # master_user_password: "String",
16239
- # db_parameter_group_name: "String",
16240
- # backup_retention_period: 1,
16241
- # preferred_backup_window: "String",
16242
- # preferred_maintenance_window: "String",
16243
- # multi_az: false,
16244
- # engine_version: "String",
16245
- # allow_major_version_upgrade: false,
16246
- # auto_minor_version_upgrade: false,
16247
- # license_model: "String",
16248
- # iops: 1,
16249
- # option_group_name: "String",
16250
- # new_db_instance_identifier: "String",
16251
- # storage_type: "String",
16252
- # tde_credential_arn: "String",
16253
- # tde_credential_password: "String",
16254
- # ca_certificate_identifier: "String",
16255
- # domain: "String",
16256
- # copy_tags_to_snapshot: false,
16257
- # monitoring_interval: 1,
16258
- # db_port_number: 1,
16259
- # publicly_accessible: false,
16260
- # monitoring_role_arn: "String",
16261
- # domain_iam_role_name: "String",
16262
- # promotion_tier: 1,
16263
- # enable_iam_database_authentication: false,
16264
- # enable_performance_insights: false,
16265
- # performance_insights_kms_key_id: "String",
16266
- # performance_insights_retention_period: 1,
16267
- # cloudwatch_logs_export_configuration: {
16268
- # enable_log_types: ["String"],
16269
- # disable_log_types: ["String"],
16270
- # },
16271
- # processor_features: [
16272
- # {
16273
- # name: "String",
16274
- # value: "String",
16275
- # },
16276
- # ],
16277
- # use_default_processor_features: false,
16278
- # deletion_protection: false,
16279
- # max_allocated_storage: 1,
16280
- # certificate_rotation_restart: false,
16281
- # replica_mode: "open-read-only", # accepts open-read-only, mounted
16282
- # enable_customer_owned_ip: false,
16283
- # aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
16284
- # automation_mode: "full", # accepts full, all-paused
16285
- # resume_full_automation_mode_minutes: 1,
16286
- # network_type: "String",
16287
- # storage_throughput: 1,
16288
- # }
16289
- #
16290
14711
  # @!attribute [rw] db_instance_identifier
16291
14712
  # The DB instance identifier. This value is stored as a lowercase
16292
14713
  # string.
@@ -17251,28 +15672,6 @@ module Aws::RDS
17251
15672
  include Aws::Structure
17252
15673
  end
17253
15674
 
17254
- # @note When making an API call, you may pass ModifyDBParameterGroupMessage
17255
- # data as a hash:
17256
- #
17257
- # {
17258
- # db_parameter_group_name: "String", # required
17259
- # parameters: [ # required
17260
- # {
17261
- # parameter_name: "String",
17262
- # parameter_value: "String",
17263
- # description: "String",
17264
- # source: "String",
17265
- # apply_type: "String",
17266
- # data_type: "String",
17267
- # allowed_values: "String",
17268
- # is_modifiable: false,
17269
- # minimum_engine_version: "String",
17270
- # apply_method: "immediate", # accepts immediate, pending-reboot
17271
- # supported_engine_modes: ["String"],
17272
- # },
17273
- # ],
17274
- # }
17275
- #
17276
15675
  # @!attribute [rw] db_parameter_group_name
17277
15676
  # The name of the DB parameter group.
17278
15677
  #
@@ -17327,15 +15726,6 @@ module Aws::RDS
17327
15726
  include Aws::Structure
17328
15727
  end
17329
15728
 
17330
- # @note When making an API call, you may pass ModifyDBProxyEndpointRequest
17331
- # data as a hash:
17332
- #
17333
- # {
17334
- # db_proxy_endpoint_name: "DBProxyEndpointName", # required
17335
- # new_db_proxy_endpoint_name: "DBProxyEndpointName",
17336
- # vpc_security_group_ids: ["String"],
17337
- # }
17338
- #
17339
15729
  # @!attribute [rw] db_proxy_endpoint_name
17340
15730
  # The name of the DB proxy sociated with the DB proxy endpoint that
17341
15731
  # you want to modify.
@@ -17378,28 +15768,6 @@ module Aws::RDS
17378
15768
  include Aws::Structure
17379
15769
  end
17380
15770
 
17381
- # @note When making an API call, you may pass ModifyDBProxyRequest
17382
- # data as a hash:
17383
- #
17384
- # {
17385
- # db_proxy_name: "String", # required
17386
- # new_db_proxy_name: "String",
17387
- # auth: [
17388
- # {
17389
- # description: "String",
17390
- # user_name: "String",
17391
- # auth_scheme: "SECRETS", # accepts SECRETS
17392
- # secret_arn: "String",
17393
- # iam_auth: "DISABLED", # accepts DISABLED, REQUIRED, ENABLED
17394
- # },
17395
- # ],
17396
- # require_tls: false,
17397
- # idle_client_timeout: 1,
17398
- # debug_logging: false,
17399
- # role_arn: "String",
17400
- # security_groups: ["String"],
17401
- # }
17402
- #
17403
15771
  # @!attribute [rw] db_proxy_name
17404
15772
  # The identifier for the `DBProxy` to modify.
17405
15773
  # @return [String]
@@ -17474,22 +15842,6 @@ module Aws::RDS
17474
15842
  include Aws::Structure
17475
15843
  end
17476
15844
 
17477
- # @note When making an API call, you may pass ModifyDBProxyTargetGroupRequest
17478
- # data as a hash:
17479
- #
17480
- # {
17481
- # target_group_name: "String", # required
17482
- # db_proxy_name: "String", # required
17483
- # connection_pool_config: {
17484
- # max_connections_percent: 1,
17485
- # max_idle_connections_percent: 1,
17486
- # connection_borrow_timeout: 1,
17487
- # session_pinning_filters: ["String"],
17488
- # init_query: "String",
17489
- # },
17490
- # new_name: "String",
17491
- # }
17492
- #
17493
15845
  # @!attribute [rw] target_group_name
17494
15846
  # The name of the target group to modify.
17495
15847
  # @return [String]
@@ -17533,16 +15885,6 @@ module Aws::RDS
17533
15885
  include Aws::Structure
17534
15886
  end
17535
15887
 
17536
- # @note When making an API call, you may pass ModifyDBSnapshotAttributeMessage
17537
- # data as a hash:
17538
- #
17539
- # {
17540
- # db_snapshot_identifier: "String", # required
17541
- # attribute_name: "String", # required
17542
- # values_to_add: ["String"],
17543
- # values_to_remove: ["String"],
17544
- # }
17545
- #
17546
15888
  # @!attribute [rw] db_snapshot_identifier
17547
15889
  # The identifier for the DB snapshot to modify the attributes for.
17548
15890
  # @return [String]
@@ -17612,15 +15954,6 @@ module Aws::RDS
17612
15954
  include Aws::Structure
17613
15955
  end
17614
15956
 
17615
- # @note When making an API call, you may pass ModifyDBSnapshotMessage
17616
- # data as a hash:
17617
- #
17618
- # {
17619
- # db_snapshot_identifier: "String", # required
17620
- # engine_version: "String",
17621
- # option_group_name: "String",
17622
- # }
17623
- #
17624
15957
  # @!attribute [rw] db_snapshot_identifier
17625
15958
  # The identifier of the DB snapshot to modify.
17626
15959
  # @return [String]
@@ -17694,15 +16027,6 @@ module Aws::RDS
17694
16027
  include Aws::Structure
17695
16028
  end
17696
16029
 
17697
- # @note When making an API call, you may pass ModifyDBSubnetGroupMessage
17698
- # data as a hash:
17699
- #
17700
- # {
17701
- # db_subnet_group_name: "String", # required
17702
- # db_subnet_group_description: "String",
17703
- # subnet_ids: ["String"], # required
17704
- # }
17705
- #
17706
16030
  # @!attribute [rw] db_subnet_group_name
17707
16031
  # The name for the DB subnet group. This value is stored as a
17708
16032
  # lowercase string. You can't modify the default subnet group.
@@ -17746,17 +16070,6 @@ module Aws::RDS
17746
16070
  include Aws::Structure
17747
16071
  end
17748
16072
 
17749
- # @note When making an API call, you may pass ModifyEventSubscriptionMessage
17750
- # data as a hash:
17751
- #
17752
- # {
17753
- # subscription_name: "String", # required
17754
- # sns_topic_arn: "String",
17755
- # source_type: "String",
17756
- # event_categories: ["String"],
17757
- # enabled: false,
17758
- # }
17759
- #
17760
16073
  # @!attribute [rw] subscription_name
17761
16074
  # The name of the RDS event notification subscription.
17762
16075
  # @return [String]
@@ -17819,17 +16132,6 @@ module Aws::RDS
17819
16132
  include Aws::Structure
17820
16133
  end
17821
16134
 
17822
- # @note When making an API call, you may pass ModifyGlobalClusterMessage
17823
- # data as a hash:
17824
- #
17825
- # {
17826
- # global_cluster_identifier: "String",
17827
- # new_global_cluster_identifier: "String",
17828
- # deletion_protection: false,
17829
- # engine_version: "String",
17830
- # allow_major_version_upgrade: false,
17831
- # }
17832
- #
17833
16135
  # @!attribute [rw] global_cluster_identifier
17834
16136
  # The DB cluster identifier for the global cluster being modified.
17835
16137
  # This parameter isn't case-sensitive.
@@ -17927,37 +16229,6 @@ module Aws::RDS
17927
16229
  include Aws::Structure
17928
16230
  end
17929
16231
 
17930
- # @note When making an API call, you may pass ModifyOptionGroupMessage
17931
- # data as a hash:
17932
- #
17933
- # {
17934
- # option_group_name: "String", # required
17935
- # options_to_include: [
17936
- # {
17937
- # option_name: "String", # required
17938
- # port: 1,
17939
- # option_version: "String",
17940
- # db_security_group_memberships: ["String"],
17941
- # vpc_security_group_memberships: ["String"],
17942
- # option_settings: [
17943
- # {
17944
- # name: "String",
17945
- # value: "String",
17946
- # default_value: "String",
17947
- # description: "String",
17948
- # apply_type: "String",
17949
- # data_type: "String",
17950
- # allowed_values: "String",
17951
- # is_modifiable: false,
17952
- # is_collection: false,
17953
- # },
17954
- # ],
17955
- # },
17956
- # ],
17957
- # options_to_remove: ["String"],
17958
- # apply_immediately: false,
17959
- # }
17960
- #
17961
16232
  # @!attribute [rw] option_group_name
17962
16233
  # The name of the option group to be modified.
17963
16234
  #
@@ -18070,30 +16341,6 @@ module Aws::RDS
18070
16341
 
18071
16342
  # A list of all available options
18072
16343
  #
18073
- # @note When making an API call, you may pass OptionConfiguration
18074
- # data as a hash:
18075
- #
18076
- # {
18077
- # option_name: "String", # required
18078
- # port: 1,
18079
- # option_version: "String",
18080
- # db_security_group_memberships: ["String"],
18081
- # vpc_security_group_memberships: ["String"],
18082
- # option_settings: [
18083
- # {
18084
- # name: "String",
18085
- # value: "String",
18086
- # default_value: "String",
18087
- # description: "String",
18088
- # apply_type: "String",
18089
- # data_type: "String",
18090
- # allowed_values: "String",
18091
- # is_modifiable: false,
18092
- # is_collection: false,
18093
- # },
18094
- # ],
18095
- # }
18096
- #
18097
16344
  # @!attribute [rw] option_name
18098
16345
  # The configuration of options to include in a group.
18099
16346
  # @return [String]
@@ -18433,21 +16680,6 @@ module Aws::RDS
18433
16680
  # option has a setting called SQLNET.ENCRYPTION\_SERVER that can have
18434
16681
  # several different values.
18435
16682
  #
18436
- # @note When making an API call, you may pass OptionSetting
18437
- # data as a hash:
18438
- #
18439
- # {
18440
- # name: "String",
18441
- # value: "String",
18442
- # default_value: "String",
18443
- # description: "String",
18444
- # apply_type: "String",
18445
- # data_type: "String",
18446
- # allowed_values: "String",
18447
- # is_modifiable: false,
18448
- # is_collection: false,
18449
- # }
18450
- #
18451
16683
  # @!attribute [rw] name
18452
16684
  # The name of the option that has settings that you can set.
18453
16685
  # @return [String]
@@ -18796,23 +17028,6 @@ module Aws::RDS
18796
17028
  # This data type is used as a response element in the
18797
17029
  # `DescribeEngineDefaultParameters` and `DescribeDBParameters` actions.
18798
17030
  #
18799
- # @note When making an API call, you may pass Parameter
18800
- # data as a hash:
18801
- #
18802
- # {
18803
- # parameter_name: "String",
18804
- # parameter_value: "String",
18805
- # description: "String",
18806
- # source: "String",
18807
- # apply_type: "String",
18808
- # data_type: "String",
18809
- # allowed_values: "String",
18810
- # is_modifiable: false,
18811
- # minimum_engine_version: "String",
18812
- # apply_method: "immediate", # accepts immediate, pending-reboot
18813
- # supported_engine_modes: ["String"],
18814
- # }
18815
- #
18816
17031
  # @!attribute [rw] parameter_name
18817
17032
  # Specifies the name of the parameter.
18818
17033
  # @return [String]
@@ -19156,14 +17371,6 @@ module Aws::RDS
19156
17371
  #
19157
17372
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor
19158
17373
  #
19159
- # @note When making an API call, you may pass ProcessorFeature
19160
- # data as a hash:
19161
- #
19162
- # {
19163
- # name: "String",
19164
- # value: "String",
19165
- # }
19166
- #
19167
17374
  # @!attribute [rw] name
19168
17375
  # The name of the processor feature. Valid names are `coreCount` and
19169
17376
  # `threadsPerCore`.
@@ -19182,13 +17389,6 @@ module Aws::RDS
19182
17389
  include Aws::Structure
19183
17390
  end
19184
17391
 
19185
- # @note When making an API call, you may pass PromoteReadReplicaDBClusterMessage
19186
- # data as a hash:
19187
- #
19188
- # {
19189
- # db_cluster_identifier: "String", # required
19190
- # }
19191
- #
19192
17392
  # @!attribute [rw] db_cluster_identifier
19193
17393
  # The identifier of the DB cluster read replica to promote. This
19194
17394
  # parameter isn't case-sensitive.
@@ -19249,15 +17449,6 @@ module Aws::RDS
19249
17449
  include Aws::Structure
19250
17450
  end
19251
17451
 
19252
- # @note When making an API call, you may pass PromoteReadReplicaMessage
19253
- # data as a hash:
19254
- #
19255
- # {
19256
- # db_instance_identifier: "String", # required
19257
- # backup_retention_period: 1,
19258
- # preferred_backup_window: "String",
19259
- # }
19260
- #
19261
17452
  # @!attribute [rw] db_instance_identifier
19262
17453
  # The DB instance identifier. This value is stored as a lowercase
19263
17454
  # string.
@@ -19347,21 +17538,6 @@ module Aws::RDS
19347
17538
  #
19348
17539
  class ProvisionedIopsNotAvailableInAZFault < Aws::EmptyStructure; end
19349
17540
 
19350
- # @note When making an API call, you may pass PurchaseReservedDBInstancesOfferingMessage
19351
- # data as a hash:
19352
- #
19353
- # {
19354
- # reserved_db_instances_offering_id: "String", # required
19355
- # reserved_db_instance_id: "String",
19356
- # db_instance_count: 1,
19357
- # tags: [
19358
- # {
19359
- # key: "String",
19360
- # value: "String",
19361
- # },
19362
- # ],
19363
- # }
19364
- #
19365
17541
  # @!attribute [rw] reserved_db_instances_offering_id
19366
17542
  # The ID of the Reserved DB instance offering to purchase.
19367
17543
  #
@@ -19442,13 +17618,6 @@ module Aws::RDS
19442
17618
  include Aws::Structure
19443
17619
  end
19444
17620
 
19445
- # @note When making an API call, you may pass RebootDBClusterMessage
19446
- # data as a hash:
19447
- #
19448
- # {
19449
- # db_cluster_identifier: "String", # required
19450
- # }
19451
- #
19452
17621
  # @!attribute [rw] db_cluster_identifier
19453
17622
  # The DB cluster identifier. This parameter is stored as a lowercase
19454
17623
  # string.
@@ -19507,14 +17676,6 @@ module Aws::RDS
19507
17676
  include Aws::Structure
19508
17677
  end
19509
17678
 
19510
- # @note When making an API call, you may pass RebootDBInstanceMessage
19511
- # data as a hash:
19512
- #
19513
- # {
19514
- # db_instance_identifier: "String", # required
19515
- # force_failover: false,
19516
- # }
19517
- #
19518
17679
  # @!attribute [rw] db_instance_identifier
19519
17680
  # The DB instance identifier. This parameter is stored as a lowercase
19520
17681
  # string.
@@ -19584,16 +17745,6 @@ module Aws::RDS
19584
17745
  include Aws::Structure
19585
17746
  end
19586
17747
 
19587
- # @note When making an API call, you may pass RegisterDBProxyTargetsRequest
19588
- # data as a hash:
19589
- #
19590
- # {
19591
- # db_proxy_name: "String", # required
19592
- # target_group_name: "String",
19593
- # db_instance_identifiers: ["String"],
19594
- # db_cluster_identifiers: ["String"],
19595
- # }
19596
- #
19597
17748
  # @!attribute [rw] db_proxy_name
19598
17749
  # The identifier of the `DBProxy` that is associated with the
19599
17750
  # `DBProxyTargetGroup`.
@@ -19635,14 +17786,6 @@ module Aws::RDS
19635
17786
  include Aws::Structure
19636
17787
  end
19637
17788
 
19638
- # @note When making an API call, you may pass RemoveFromGlobalClusterMessage
19639
- # data as a hash:
19640
- #
19641
- # {
19642
- # global_cluster_identifier: "String",
19643
- # db_cluster_identifier: "String",
19644
- # }
19645
- #
19646
17789
  # @!attribute [rw] global_cluster_identifier
19647
17790
  # The cluster identifier to detach from the Aurora global database
19648
17791
  # cluster.
@@ -19674,15 +17817,6 @@ module Aws::RDS
19674
17817
  include Aws::Structure
19675
17818
  end
19676
17819
 
19677
- # @note When making an API call, you may pass RemoveRoleFromDBClusterMessage
19678
- # data as a hash:
19679
- #
19680
- # {
19681
- # db_cluster_identifier: "String", # required
19682
- # role_arn: "String", # required
19683
- # feature_name: "String",
19684
- # }
19685
- #
19686
17820
  # @!attribute [rw] db_cluster_identifier
19687
17821
  # The name of the DB cluster to disassociate the IAM role from.
19688
17822
  # @return [String]
@@ -19709,15 +17843,6 @@ module Aws::RDS
19709
17843
  include Aws::Structure
19710
17844
  end
19711
17845
 
19712
- # @note When making an API call, you may pass RemoveRoleFromDBInstanceMessage
19713
- # data as a hash:
19714
- #
19715
- # {
19716
- # db_instance_identifier: "String", # required
19717
- # role_arn: "String", # required
19718
- # feature_name: "String", # required
19719
- # }
19720
- #
19721
17846
  # @!attribute [rw] db_instance_identifier
19722
17847
  # The name of the DB instance to disassociate the IAM role from.
19723
17848
  # @return [String]
@@ -19744,14 +17869,6 @@ module Aws::RDS
19744
17869
  include Aws::Structure
19745
17870
  end
19746
17871
 
19747
- # @note When making an API call, you may pass RemoveSourceIdentifierFromSubscriptionMessage
19748
- # data as a hash:
19749
- #
19750
- # {
19751
- # subscription_name: "String", # required
19752
- # source_identifier: "String", # required
19753
- # }
19754
- #
19755
17872
  # @!attribute [rw] subscription_name
19756
17873
  # The name of the RDS event notification subscription you want to
19757
17874
  # remove a source identifier from.
@@ -19785,14 +17902,6 @@ module Aws::RDS
19785
17902
  include Aws::Structure
19786
17903
  end
19787
17904
 
19788
- # @note When making an API call, you may pass RemoveTagsFromResourceMessage
19789
- # data as a hash:
19790
- #
19791
- # {
19792
- # resource_name: "String", # required
19793
- # tag_keys: ["String"], # required
19794
- # }
19795
- #
19796
17905
  # @!attribute [rw] resource_name
19797
17906
  # The Amazon RDS resource that the tags are removed from. This value
19798
17907
  # is an Amazon Resource Name (ARN). For information about creating an
@@ -20042,29 +18151,6 @@ module Aws::RDS
20042
18151
  #
20043
18152
  class ReservedDBInstancesOfferingNotFoundFault < Aws::EmptyStructure; end
20044
18153
 
20045
- # @note When making an API call, you may pass ResetDBClusterParameterGroupMessage
20046
- # data as a hash:
20047
- #
20048
- # {
20049
- # db_cluster_parameter_group_name: "String", # required
20050
- # reset_all_parameters: false,
20051
- # parameters: [
20052
- # {
20053
- # parameter_name: "String",
20054
- # parameter_value: "String",
20055
- # description: "String",
20056
- # source: "String",
20057
- # apply_type: "String",
20058
- # data_type: "String",
20059
- # allowed_values: "String",
20060
- # is_modifiable: false,
20061
- # minimum_engine_version: "String",
20062
- # apply_method: "immediate", # accepts immediate, pending-reboot
20063
- # supported_engine_modes: ["String"],
20064
- # },
20065
- # ],
20066
- # }
20067
- #
20068
18154
  # @!attribute [rw] db_cluster_parameter_group_name
20069
18155
  # The name of the DB cluster parameter group to reset.
20070
18156
  # @return [String]
@@ -20092,29 +18178,6 @@ module Aws::RDS
20092
18178
  include Aws::Structure
20093
18179
  end
20094
18180
 
20095
- # @note When making an API call, you may pass ResetDBParameterGroupMessage
20096
- # data as a hash:
20097
- #
20098
- # {
20099
- # db_parameter_group_name: "String", # required
20100
- # reset_all_parameters: false,
20101
- # parameters: [
20102
- # {
20103
- # parameter_name: "String",
20104
- # parameter_value: "String",
20105
- # description: "String",
20106
- # source: "String",
20107
- # apply_type: "String",
20108
- # data_type: "String",
20109
- # allowed_values: "String",
20110
- # is_modifiable: false,
20111
- # minimum_engine_version: "String",
20112
- # apply_method: "immediate", # accepts immediate, pending-reboot
20113
- # supported_engine_modes: ["String"],
20114
- # },
20115
- # ],
20116
- # }
20117
- #
20118
18181
  # @!attribute [rw] db_parameter_group_name
20119
18182
  # The name of the DB parameter group.
20120
18183
  #
@@ -20195,53 +18258,6 @@ module Aws::RDS
20195
18258
  include Aws::Structure
20196
18259
  end
20197
18260
 
20198
- # @note When making an API call, you may pass RestoreDBClusterFromS3Message
20199
- # data as a hash:
20200
- #
20201
- # {
20202
- # availability_zones: ["String"],
20203
- # backup_retention_period: 1,
20204
- # character_set_name: "String",
20205
- # database_name: "String",
20206
- # db_cluster_identifier: "String", # required
20207
- # db_cluster_parameter_group_name: "String",
20208
- # vpc_security_group_ids: ["String"],
20209
- # db_subnet_group_name: "String",
20210
- # engine: "String", # required
20211
- # engine_version: "String",
20212
- # port: 1,
20213
- # master_username: "String", # required
20214
- # master_user_password: "String", # required
20215
- # option_group_name: "String",
20216
- # preferred_backup_window: "String",
20217
- # preferred_maintenance_window: "String",
20218
- # tags: [
20219
- # {
20220
- # key: "String",
20221
- # value: "String",
20222
- # },
20223
- # ],
20224
- # storage_encrypted: false,
20225
- # kms_key_id: "String",
20226
- # enable_iam_database_authentication: false,
20227
- # source_engine: "String", # required
20228
- # source_engine_version: "String", # required
20229
- # s3_bucket_name: "String", # required
20230
- # s3_prefix: "String",
20231
- # s3_ingestion_role_arn: "String", # required
20232
- # backtrack_window: 1,
20233
- # enable_cloudwatch_logs_exports: ["String"],
20234
- # deletion_protection: false,
20235
- # copy_tags_to_snapshot: false,
20236
- # domain: "String",
20237
- # domain_iam_role_name: "String",
20238
- # serverless_v2_scaling_configuration: {
20239
- # min_capacity: 1.0,
20240
- # max_capacity: 1.0,
20241
- # },
20242
- # network_type: "String",
20243
- # }
20244
- #
20245
18261
  # @!attribute [rw] availability_zones
20246
18262
  # A list of Availability Zones (AZs) where instances in the restored
20247
18263
  # DB cluster can be created.
@@ -20681,55 +18697,6 @@ module Aws::RDS
20681
18697
  include Aws::Structure
20682
18698
  end
20683
18699
 
20684
- # @note When making an API call, you may pass RestoreDBClusterFromSnapshotMessage
20685
- # data as a hash:
20686
- #
20687
- # {
20688
- # availability_zones: ["String"],
20689
- # db_cluster_identifier: "String", # required
20690
- # snapshot_identifier: "String", # required
20691
- # engine: "String", # required
20692
- # engine_version: "String",
20693
- # port: 1,
20694
- # db_subnet_group_name: "String",
20695
- # database_name: "String",
20696
- # option_group_name: "String",
20697
- # vpc_security_group_ids: ["String"],
20698
- # tags: [
20699
- # {
20700
- # key: "String",
20701
- # value: "String",
20702
- # },
20703
- # ],
20704
- # kms_key_id: "String",
20705
- # enable_iam_database_authentication: false,
20706
- # backtrack_window: 1,
20707
- # enable_cloudwatch_logs_exports: ["String"],
20708
- # engine_mode: "String",
20709
- # scaling_configuration: {
20710
- # min_capacity: 1,
20711
- # max_capacity: 1,
20712
- # auto_pause: false,
20713
- # seconds_until_auto_pause: 1,
20714
- # timeout_action: "String",
20715
- # seconds_before_timeout: 1,
20716
- # },
20717
- # db_cluster_parameter_group_name: "String",
20718
- # deletion_protection: false,
20719
- # copy_tags_to_snapshot: false,
20720
- # domain: "String",
20721
- # domain_iam_role_name: "String",
20722
- # db_cluster_instance_class: "String",
20723
- # storage_type: "String",
20724
- # iops: 1,
20725
- # publicly_accessible: false,
20726
- # serverless_v2_scaling_configuration: {
20727
- # min_capacity: 1.0,
20728
- # max_capacity: 1.0,
20729
- # },
20730
- # network_type: "String",
20731
- # }
20732
- #
20733
18700
  # @!attribute [rw] availability_zones
20734
18701
  # Provides the list of Availability Zones (AZs) where instances in the
20735
18702
  # restored DB cluster can be created.
@@ -21261,54 +19228,6 @@ module Aws::RDS
21261
19228
  include Aws::Structure
21262
19229
  end
21263
19230
 
21264
- # @note When making an API call, you may pass RestoreDBClusterToPointInTimeMessage
21265
- # data as a hash:
21266
- #
21267
- # {
21268
- # db_cluster_identifier: "String", # required
21269
- # restore_type: "String",
21270
- # source_db_cluster_identifier: "String", # required
21271
- # restore_to_time: Time.now,
21272
- # use_latest_restorable_time: false,
21273
- # port: 1,
21274
- # db_subnet_group_name: "String",
21275
- # option_group_name: "String",
21276
- # vpc_security_group_ids: ["String"],
21277
- # tags: [
21278
- # {
21279
- # key: "String",
21280
- # value: "String",
21281
- # },
21282
- # ],
21283
- # kms_key_id: "String",
21284
- # enable_iam_database_authentication: false,
21285
- # backtrack_window: 1,
21286
- # enable_cloudwatch_logs_exports: ["String"],
21287
- # db_cluster_parameter_group_name: "String",
21288
- # deletion_protection: false,
21289
- # copy_tags_to_snapshot: false,
21290
- # domain: "String",
21291
- # domain_iam_role_name: "String",
21292
- # scaling_configuration: {
21293
- # min_capacity: 1,
21294
- # max_capacity: 1,
21295
- # auto_pause: false,
21296
- # seconds_until_auto_pause: 1,
21297
- # timeout_action: "String",
21298
- # seconds_before_timeout: 1,
21299
- # },
21300
- # engine_mode: "String",
21301
- # db_cluster_instance_class: "String",
21302
- # storage_type: "String",
21303
- # publicly_accessible: false,
21304
- # iops: 1,
21305
- # serverless_v2_scaling_configuration: {
21306
- # min_capacity: 1.0,
21307
- # max_capacity: 1.0,
21308
- # },
21309
- # network_type: "String",
21310
- # }
21311
- #
21312
19231
  # @!attribute [rw] db_cluster_identifier
21313
19232
  # The name of the new DB cluster to be created.
21314
19233
  #
@@ -21802,56 +19721,6 @@ module Aws::RDS
21802
19721
  include Aws::Structure
21803
19722
  end
21804
19723
 
21805
- # @note When making an API call, you may pass RestoreDBInstanceFromDBSnapshotMessage
21806
- # data as a hash:
21807
- #
21808
- # {
21809
- # db_instance_identifier: "String", # required
21810
- # db_snapshot_identifier: "String",
21811
- # db_instance_class: "String",
21812
- # port: 1,
21813
- # availability_zone: "String",
21814
- # db_subnet_group_name: "String",
21815
- # multi_az: false,
21816
- # publicly_accessible: false,
21817
- # auto_minor_version_upgrade: false,
21818
- # license_model: "String",
21819
- # db_name: "String",
21820
- # engine: "String",
21821
- # iops: 1,
21822
- # option_group_name: "String",
21823
- # tags: [
21824
- # {
21825
- # key: "String",
21826
- # value: "String",
21827
- # },
21828
- # ],
21829
- # storage_type: "String",
21830
- # tde_credential_arn: "String",
21831
- # tde_credential_password: "String",
21832
- # vpc_security_group_ids: ["String"],
21833
- # domain: "String",
21834
- # copy_tags_to_snapshot: false,
21835
- # domain_iam_role_name: "String",
21836
- # enable_iam_database_authentication: false,
21837
- # enable_cloudwatch_logs_exports: ["String"],
21838
- # processor_features: [
21839
- # {
21840
- # name: "String",
21841
- # value: "String",
21842
- # },
21843
- # ],
21844
- # use_default_processor_features: false,
21845
- # db_parameter_group_name: "String",
21846
- # deletion_protection: false,
21847
- # enable_customer_owned_ip: false,
21848
- # custom_iam_instance_profile: "String",
21849
- # backup_target: "String",
21850
- # network_type: "String",
21851
- # storage_throughput: 1,
21852
- # db_cluster_snapshot_identifier: "String",
21853
- # }
21854
- #
21855
19724
  # @!attribute [rw] db_instance_identifier
21856
19725
  # Name of the DB instance to create from the DB snapshot. This
21857
19726
  # parameter isn't case-sensitive.
@@ -22387,68 +20256,6 @@ module Aws::RDS
22387
20256
  include Aws::Structure
22388
20257
  end
22389
20258
 
22390
- # @note When making an API call, you may pass RestoreDBInstanceFromS3Message
22391
- # data as a hash:
22392
- #
22393
- # {
22394
- # db_name: "String",
22395
- # db_instance_identifier: "String", # required
22396
- # allocated_storage: 1,
22397
- # db_instance_class: "String", # required
22398
- # engine: "String", # required
22399
- # master_username: "String",
22400
- # master_user_password: "String",
22401
- # db_security_groups: ["String"],
22402
- # vpc_security_group_ids: ["String"],
22403
- # availability_zone: "String",
22404
- # db_subnet_group_name: "String",
22405
- # preferred_maintenance_window: "String",
22406
- # db_parameter_group_name: "String",
22407
- # backup_retention_period: 1,
22408
- # preferred_backup_window: "String",
22409
- # port: 1,
22410
- # multi_az: false,
22411
- # engine_version: "String",
22412
- # auto_minor_version_upgrade: false,
22413
- # license_model: "String",
22414
- # iops: 1,
22415
- # option_group_name: "String",
22416
- # publicly_accessible: false,
22417
- # tags: [
22418
- # {
22419
- # key: "String",
22420
- # value: "String",
22421
- # },
22422
- # ],
22423
- # storage_type: "String",
22424
- # storage_encrypted: false,
22425
- # kms_key_id: "String",
22426
- # copy_tags_to_snapshot: false,
22427
- # monitoring_interval: 1,
22428
- # monitoring_role_arn: "String",
22429
- # enable_iam_database_authentication: false,
22430
- # source_engine: "String", # required
22431
- # source_engine_version: "String", # required
22432
- # s3_bucket_name: "String", # required
22433
- # s3_prefix: "String",
22434
- # s3_ingestion_role_arn: "String", # required
22435
- # enable_performance_insights: false,
22436
- # performance_insights_kms_key_id: "String",
22437
- # performance_insights_retention_period: 1,
22438
- # enable_cloudwatch_logs_exports: ["String"],
22439
- # processor_features: [
22440
- # {
22441
- # name: "String",
22442
- # value: "String",
22443
- # },
22444
- # ],
22445
- # use_default_processor_features: false,
22446
- # deletion_protection: false,
22447
- # max_allocated_storage: 1,
22448
- # network_type: "String",
22449
- # storage_throughput: 1,
22450
- # }
22451
- #
22452
20259
  # @!attribute [rw] db_name
22453
20260
  # The name of the database to create when the DB instance is created.
22454
20261
  # Follow the naming rules specified in `CreateDBInstance`.
@@ -22998,60 +20805,6 @@ module Aws::RDS
22998
20805
  include Aws::Structure
22999
20806
  end
23000
20807
 
23001
- # @note When making an API call, you may pass RestoreDBInstanceToPointInTimeMessage
23002
- # data as a hash:
23003
- #
23004
- # {
23005
- # source_db_instance_identifier: "String",
23006
- # target_db_instance_identifier: "String", # required
23007
- # restore_time: Time.now,
23008
- # use_latest_restorable_time: false,
23009
- # db_instance_class: "String",
23010
- # port: 1,
23011
- # availability_zone: "String",
23012
- # db_subnet_group_name: "String",
23013
- # multi_az: false,
23014
- # publicly_accessible: false,
23015
- # auto_minor_version_upgrade: false,
23016
- # license_model: "String",
23017
- # db_name: "String",
23018
- # engine: "String",
23019
- # iops: 1,
23020
- # option_group_name: "String",
23021
- # copy_tags_to_snapshot: false,
23022
- # tags: [
23023
- # {
23024
- # key: "String",
23025
- # value: "String",
23026
- # },
23027
- # ],
23028
- # storage_type: "String",
23029
- # tde_credential_arn: "String",
23030
- # tde_credential_password: "String",
23031
- # vpc_security_group_ids: ["String"],
23032
- # domain: "String",
23033
- # domain_iam_role_name: "String",
23034
- # enable_iam_database_authentication: false,
23035
- # enable_cloudwatch_logs_exports: ["String"],
23036
- # processor_features: [
23037
- # {
23038
- # name: "String",
23039
- # value: "String",
23040
- # },
23041
- # ],
23042
- # use_default_processor_features: false,
23043
- # db_parameter_group_name: "String",
23044
- # deletion_protection: false,
23045
- # source_dbi_resource_id: "String",
23046
- # max_allocated_storage: 1,
23047
- # source_db_instance_automated_backups_arn: "String",
23048
- # enable_customer_owned_ip: false,
23049
- # custom_iam_instance_profile: "String",
23050
- # backup_target: "String",
23051
- # network_type: "String",
23052
- # storage_throughput: 1,
23053
- # }
23054
- #
23055
20808
  # @!attribute [rw] source_db_instance_identifier
23056
20809
  # The identifier of the source DB instance from which to restore.
23057
20810
  #
@@ -23600,17 +21353,6 @@ module Aws::RDS
23600
21353
  include Aws::Structure
23601
21354
  end
23602
21355
 
23603
- # @note When making an API call, you may pass RevokeDBSecurityGroupIngressMessage
23604
- # data as a hash:
23605
- #
23606
- # {
23607
- # db_security_group_name: "String", # required
23608
- # cidrip: "String",
23609
- # ec2_security_group_name: "String",
23610
- # ec2_security_group_id: "String",
23611
- # ec2_security_group_owner_id: "String",
23612
- # }
23613
- #
23614
21356
  # @!attribute [rw] db_security_group_name
23615
21357
  # The name of the DB security group to revoke ingress from.
23616
21358
  # @return [String]
@@ -23700,18 +21442,6 @@ module Aws::RDS
23700
21442
  #
23701
21443
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
23702
21444
  #
23703
- # @note When making an API call, you may pass ScalingConfiguration
23704
- # data as a hash:
23705
- #
23706
- # {
23707
- # min_capacity: 1,
23708
- # max_capacity: 1,
23709
- # auto_pause: false,
23710
- # seconds_until_auto_pause: 1,
23711
- # timeout_action: "String",
23712
- # seconds_before_timeout: 1,
23713
- # }
23714
- #
23715
21445
  # @!attribute [rw] min_capacity
23716
21446
  # The minimum capacity for an Aurora DB cluster in `serverless` DB
23717
21447
  # engine mode.
@@ -23876,14 +21606,6 @@ module Aws::RDS
23876
21606
  #
23877
21607
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
23878
21608
  #
23879
- # @note When making an API call, you may pass ServerlessV2ScalingConfiguration
23880
- # data as a hash:
23881
- #
23882
- # {
23883
- # min_capacity: 1.0,
23884
- # max_capacity: 1.0,
23885
- # }
23886
- #
23887
21609
  # @!attribute [rw] min_capacity
23888
21610
  # The minimum number of Aurora capacity units (ACUs) for a DB instance
23889
21611
  # in an Aurora Serverless v2 cluster. You can specify ACU values in
@@ -24027,17 +21749,6 @@ module Aws::RDS
24027
21749
  include Aws::Structure
24028
21750
  end
24029
21751
 
24030
- # @note When making an API call, you may pass StartActivityStreamRequest
24031
- # data as a hash:
24032
- #
24033
- # {
24034
- # resource_arn: "String", # required
24035
- # mode: "sync", # required, accepts sync, async
24036
- # kms_key_id: "String", # required
24037
- # apply_immediately: false,
24038
- # engine_native_audit_fields_included: false,
24039
- # }
24040
- #
24041
21752
  # @!attribute [rw] resource_arn
24042
21753
  # The Amazon Resource Name (ARN) of the DB cluster, for example,
24043
21754
  # `arn:aws:rds:us-east-1:12345667890:cluster:das-cluster`.
@@ -24123,13 +21834,6 @@ module Aws::RDS
24123
21834
  include Aws::Structure
24124
21835
  end
24125
21836
 
24126
- # @note When making an API call, you may pass StartDBClusterMessage
24127
- # data as a hash:
24128
- #
24129
- # {
24130
- # db_cluster_identifier: "String", # required
24131
- # }
24132
- #
24133
21837
  # @!attribute [rw] db_cluster_identifier
24134
21838
  # The DB cluster identifier of the Amazon Aurora DB cluster to be
24135
21839
  # started. This parameter is stored as a lowercase string.
@@ -24182,17 +21886,6 @@ module Aws::RDS
24182
21886
  include Aws::Structure
24183
21887
  end
24184
21888
 
24185
- # @note When making an API call, you may pass StartDBInstanceAutomatedBackupsReplicationMessage
24186
- # data as a hash:
24187
- #
24188
- # {
24189
- # source_db_instance_arn: "String", # required
24190
- # backup_retention_period: 1,
24191
- # kms_key_id: "String",
24192
- # pre_signed_url: "String",
24193
- # source_region: "String",
24194
- # }
24195
- #
24196
21889
  # @!attribute [rw] source_db_instance_arn
24197
21890
  # The Amazon Resource Name (ARN) of the source DB instance for the
24198
21891
  # replicated automated backups, for example,
@@ -24274,13 +21967,6 @@ module Aws::RDS
24274
21967
  include Aws::Structure
24275
21968
  end
24276
21969
 
24277
- # @note When making an API call, you may pass StartDBInstanceMessage
24278
- # data as a hash:
24279
- #
24280
- # {
24281
- # db_instance_identifier: "String", # required
24282
- # }
24283
- #
24284
21970
  # @!attribute [rw] db_instance_identifier
24285
21971
  # The user-supplied instance identifier.
24286
21972
  # @return [String]
@@ -24313,19 +21999,6 @@ module Aws::RDS
24313
21999
  include Aws::Structure
24314
22000
  end
24315
22001
 
24316
- # @note When making an API call, you may pass StartExportTaskMessage
24317
- # data as a hash:
24318
- #
24319
- # {
24320
- # export_task_identifier: "String", # required
24321
- # source_arn: "String", # required
24322
- # s3_bucket_name: "String", # required
24323
- # iam_role_arn: "String", # required
24324
- # kms_key_id: "String", # required
24325
- # s3_prefix: "String",
24326
- # export_only: ["String"],
24327
- # }
24328
- #
24329
22002
  # @!attribute [rw] export_task_identifier
24330
22003
  # A unique identifier for the snapshot export task. This ID isn't an
24331
22004
  # identifier for the Amazon S3 bucket where the snapshot is to be
@@ -24412,14 +22085,6 @@ module Aws::RDS
24412
22085
  include Aws::Structure
24413
22086
  end
24414
22087
 
24415
- # @note When making an API call, you may pass StopActivityStreamRequest
24416
- # data as a hash:
24417
- #
24418
- # {
24419
- # resource_arn: "String", # required
24420
- # apply_immediately: false,
24421
- # }
24422
- #
24423
22088
  # @!attribute [rw] resource_arn
24424
22089
  # The Amazon Resource Name (ARN) of the DB cluster for the database
24425
22090
  # activity stream. For example,
@@ -24468,13 +22133,6 @@ module Aws::RDS
24468
22133
  include Aws::Structure
24469
22134
  end
24470
22135
 
24471
- # @note When making an API call, you may pass StopDBClusterMessage
24472
- # data as a hash:
24473
- #
24474
- # {
24475
- # db_cluster_identifier: "String", # required
24476
- # }
24477
- #
24478
22136
  # @!attribute [rw] db_cluster_identifier
24479
22137
  # The DB cluster identifier of the Amazon Aurora DB cluster to be
24480
22138
  # stopped. This parameter is stored as a lowercase string.
@@ -24527,13 +22185,6 @@ module Aws::RDS
24527
22185
  include Aws::Structure
24528
22186
  end
24529
22187
 
24530
- # @note When making an API call, you may pass StopDBInstanceAutomatedBackupsReplicationMessage
24531
- # data as a hash:
24532
- #
24533
- # {
24534
- # source_db_instance_arn: "String", # required
24535
- # }
24536
- #
24537
22188
  # @!attribute [rw] source_db_instance_arn
24538
22189
  # The Amazon Resource Name (ARN) of the source DB instance for which
24539
22190
  # to stop replicating automated backups, for example,
@@ -24562,14 +22213,6 @@ module Aws::RDS
24562
22213
  include Aws::Structure
24563
22214
  end
24564
22215
 
24565
- # @note When making an API call, you may pass StopDBInstanceMessage
24566
- # data as a hash:
24567
- #
24568
- # {
24569
- # db_instance_identifier: "String", # required
24570
- # db_snapshot_identifier: "String",
24571
- # }
24572
- #
24573
22216
  # @!attribute [rw] db_instance_identifier
24574
22217
  # The user-supplied instance identifier.
24575
22218
  # @return [String]
@@ -24687,14 +22330,6 @@ module Aws::RDS
24687
22330
  #
24688
22331
  class SubscriptionNotFoundFault < Aws::EmptyStructure; end
24689
22332
 
24690
- # @note When making an API call, you may pass SwitchoverBlueGreenDeploymentRequest
24691
- # data as a hash:
24692
- #
24693
- # {
24694
- # blue_green_deployment_identifier: "BlueGreenDeploymentIdentifier", # required
24695
- # switchover_timeout: 1,
24696
- # }
24697
- #
24698
22333
  # @!attribute [rw] blue_green_deployment_identifier
24699
22334
  # The blue/green deployment identifier.
24700
22335
  #
@@ -24795,13 +22430,6 @@ module Aws::RDS
24795
22430
  include Aws::Structure
24796
22431
  end
24797
22432
 
24798
- # @note When making an API call, you may pass SwitchoverReadReplicaMessage
24799
- # data as a hash:
24800
- #
24801
- # {
24802
- # db_instance_identifier: "String", # required
24803
- # }
24804
- #
24805
22433
  # @!attribute [rw] db_instance_identifier
24806
22434
  # The DB instance identifier of the current standby database. This
24807
22435
  # value is stored as a lowercase string.
@@ -24852,14 +22480,6 @@ module Aws::RDS
24852
22480
  #
24853
22481
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
24854
22482
  #
24855
- # @note When making an API call, you may pass Tag
24856
- # data as a hash:
24857
- #
24858
- # {
24859
- # key: "String",
24860
- # value: "String",
24861
- # }
24862
- #
24863
22483
  # @!attribute [rw] key
24864
22484
  # A key is the required name of the tag. The string value can be from
24865
22485
  # 1 to 128 Unicode characters in length and can't be prefixed with
@@ -25010,17 +22630,6 @@ module Aws::RDS
25010
22630
  # Specifies the details of authentication used by a proxy to log in as a
25011
22631
  # specific database user.
25012
22632
  #
25013
- # @note When making an API call, you may pass UserAuthConfig
25014
- # data as a hash:
25015
- #
25016
- # {
25017
- # description: "String",
25018
- # user_name: "String",
25019
- # auth_scheme: "SECRETS", # accepts SECRETS
25020
- # secret_arn: "String",
25021
- # iam_auth: "DISABLED", # accepts DISABLED, REQUIRED, ENABLED
25022
- # }
25023
- #
25024
22633
  # @!attribute [rw] description
25025
22634
  # A user-specified description about the authentication used by a
25026
22635
  # proxy to log in as a specific database user.