aws-sdk-rds 1.198.0 → 1.200.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,6 +28,7 @@ module Aws::RDS
28
28
  ApplyMethod = Shapes::StringShape.new(name: 'ApplyMethod')
29
29
  ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
30
30
  ApplyPendingMaintenanceActionResult = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResult')
31
+ Arn = Shapes::StringShape.new(name: 'Arn')
31
32
  AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
32
33
  AuditPolicyState = Shapes::StringShape.new(name: 'AuditPolicyState')
33
34
  AuthScheme = Shapes::StringShape.new(name: 'AuthScheme')
@@ -114,6 +115,7 @@ module Aws::RDS
114
115
  CreateEventSubscriptionResult = Shapes::StructureShape.new(name: 'CreateEventSubscriptionResult')
115
116
  CreateGlobalClusterMessage = Shapes::StructureShape.new(name: 'CreateGlobalClusterMessage')
116
117
  CreateGlobalClusterResult = Shapes::StructureShape.new(name: 'CreateGlobalClusterResult')
118
+ CreateIntegrationMessage = Shapes::StructureShape.new(name: 'CreateIntegrationMessage')
117
119
  CreateOptionGroupMessage = Shapes::StructureShape.new(name: 'CreateOptionGroupMessage')
118
120
  CreateOptionGroupResult = Shapes::StructureShape.new(name: 'CreateOptionGroupResult')
119
121
  CustomAvailabilityZoneNotFoundFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneNotFoundFault')
@@ -281,6 +283,7 @@ module Aws::RDS
281
283
  DeleteEventSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionResult')
282
284
  DeleteGlobalClusterMessage = Shapes::StructureShape.new(name: 'DeleteGlobalClusterMessage')
283
285
  DeleteGlobalClusterResult = Shapes::StructureShape.new(name: 'DeleteGlobalClusterResult')
286
+ DeleteIntegrationMessage = Shapes::StructureShape.new(name: 'DeleteIntegrationMessage')
284
287
  DeleteOptionGroupMessage = Shapes::StructureShape.new(name: 'DeleteOptionGroupMessage')
285
288
  DeregisterDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'DeregisterDBProxyTargetsRequest')
286
289
  DeregisterDBProxyTargetsResponse = Shapes::StructureShape.new(name: 'DeregisterDBProxyTargetsResponse')
@@ -328,6 +331,8 @@ module Aws::RDS
328
331
  DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
329
332
  DescribeExportTasksMessage = Shapes::StructureShape.new(name: 'DescribeExportTasksMessage')
330
333
  DescribeGlobalClustersMessage = Shapes::StructureShape.new(name: 'DescribeGlobalClustersMessage')
334
+ DescribeIntegrationsMessage = Shapes::StructureShape.new(name: 'DescribeIntegrationsMessage')
335
+ DescribeIntegrationsResponse = Shapes::StructureShape.new(name: 'DescribeIntegrationsResponse')
331
336
  DescribeOptionGroupOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOptionGroupOptionsMessage')
332
337
  DescribeOptionGroupsMessage = Shapes::StructureShape.new(name: 'DescribeOptionGroupsMessage')
333
338
  DescribeOrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableDBInstanceOptionsMessage')
@@ -350,6 +355,7 @@ module Aws::RDS
350
355
  EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
351
356
  EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
352
357
  Ec2ImagePropertiesNotSupportedFault = Shapes::StructureShape.new(name: 'Ec2ImagePropertiesNotSupportedFault')
358
+ EncryptionContextMap = Shapes::MapShape.new(name: 'EncryptionContextMap')
353
359
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
354
360
  EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
355
361
  EngineFamily = Shapes::StringShape.new(name: 'EngineFamily')
@@ -403,6 +409,18 @@ module Aws::RDS
403
409
  InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
404
410
  Integer = Shapes::IntegerShape.new(name: 'Integer')
405
411
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
412
+ Integration = Shapes::StructureShape.new(name: 'Integration')
413
+ IntegrationAlreadyExistsFault = Shapes::StructureShape.new(name: 'IntegrationAlreadyExistsFault')
414
+ IntegrationArn = Shapes::StringShape.new(name: 'IntegrationArn')
415
+ IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault')
416
+ IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
417
+ IntegrationErrorList = Shapes::ListShape.new(name: 'IntegrationErrorList')
418
+ IntegrationIdentifier = Shapes::StringShape.new(name: 'IntegrationIdentifier')
419
+ IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
420
+ IntegrationName = Shapes::StringShape.new(name: 'IntegrationName')
421
+ IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault')
422
+ IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault')
423
+ IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
406
424
  InvalidBlueGreenDeploymentStateFault = Shapes::StructureShape.new(name: 'InvalidBlueGreenDeploymentStateFault')
407
425
  InvalidCustomDBEngineVersionStateFault = Shapes::StructureShape.new(name: 'InvalidCustomDBEngineVersionStateFault')
408
426
  InvalidDBClusterAutomatedBackupStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterAutomatedBackupStateFault')
@@ -425,6 +443,7 @@ module Aws::RDS
425
443
  InvalidExportSourceStateFault = Shapes::StructureShape.new(name: 'InvalidExportSourceStateFault')
426
444
  InvalidExportTaskStateFault = Shapes::StructureShape.new(name: 'InvalidExportTaskStateFault')
427
445
  InvalidGlobalClusterStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalClusterStateFault')
446
+ InvalidIntegrationStateFault = Shapes::StructureShape.new(name: 'InvalidIntegrationStateFault')
428
447
  InvalidOptionGroupStateFault = Shapes::StructureShape.new(name: 'InvalidOptionGroupStateFault')
429
448
  InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
430
449
  InvalidS3BucketFault = Shapes::StructureShape.new(name: 'InvalidS3BucketFault')
@@ -438,6 +457,7 @@ module Aws::RDS
438
457
  LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
439
458
  Long = Shapes::IntegerShape.new(name: 'Long')
440
459
  LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
460
+ Marker = Shapes::StringShape.new(name: 'Marker')
441
461
  MasterUserSecret = Shapes::StructureShape.new(name: 'MasterUserSecret')
442
462
  MaxRecords = Shapes::IntegerShape.new(name: 'MaxRecords')
443
463
  MinimumEngineVersionPerAllowedValue = Shapes::StructureShape.new(name: 'MinimumEngineVersionPerAllowedValue')
@@ -525,6 +545,7 @@ module Aws::RDS
525
545
  PurchaseReservedDBInstancesOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedDBInstancesOfferingResult')
526
546
  Range = Shapes::StructureShape.new(name: 'Range')
527
547
  RangeList = Shapes::ListShape.new(name: 'RangeList')
548
+ RdsCustomClusterConfiguration = Shapes::StructureShape.new(name: 'RdsCustomClusterConfiguration')
528
549
  ReadReplicaDBClusterIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBClusterIdentifierList')
529
550
  ReadReplicaDBInstanceIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBInstanceIdentifierList')
530
551
  ReadReplicaIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaIdentifierList')
@@ -583,6 +604,7 @@ module Aws::RDS
583
604
  ServerlessV2ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfigurationInfo')
584
605
  SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault')
585
606
  SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault')
607
+ SourceArn = Shapes::StringShape.new(name: 'SourceArn')
586
608
  SourceClusterNotSupportedFault = Shapes::StructureShape.new(name: 'SourceClusterNotSupportedFault')
587
609
  SourceDatabaseNotSupportedFault = Shapes::StructureShape.new(name: 'SourceDatabaseNotSupportedFault')
588
610
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
@@ -812,6 +834,7 @@ module Aws::RDS
812
834
  ClusterPendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
813
835
  ClusterPendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
814
836
  ClusterPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
837
+ ClusterPendingModifiedValues.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
815
838
  ClusterPendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
816
839
  ClusterPendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
817
840
  ClusterPendingModifiedValues.struct_class = Types::ClusterPendingModifiedValues
@@ -946,6 +969,7 @@ module Aws::RDS
946
969
  CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
947
970
  CreateDBClusterMessage.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
948
971
  CreateDBClusterMessage.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfiguration, location_name: "ScalingConfiguration"))
972
+ CreateDBClusterMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
949
973
  CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
950
974
  CreateDBClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "GlobalClusterIdentifier"))
951
975
  CreateDBClusterMessage.add_member(:enable_http_endpoint, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHttpEndpoint"))
@@ -1193,6 +1217,14 @@ module Aws::RDS
1193
1217
  CreateGlobalClusterResult.add_member(:global_cluster, Shapes::ShapeRef.new(shape: GlobalCluster, location_name: "GlobalCluster"))
1194
1218
  CreateGlobalClusterResult.struct_class = Types::CreateGlobalClusterResult
1195
1219
 
1220
+ CreateIntegrationMessage.add_member(:source_arn, Shapes::ShapeRef.new(shape: SourceArn, required: true, location_name: "SourceArn"))
1221
+ CreateIntegrationMessage.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TargetArn"))
1222
+ CreateIntegrationMessage.add_member(:integration_name, Shapes::ShapeRef.new(shape: IntegrationName, required: true, location_name: "IntegrationName"))
1223
+ CreateIntegrationMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KMSKeyId"))
1224
+ CreateIntegrationMessage.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "AdditionalEncryptionContext"))
1225
+ CreateIntegrationMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1226
+ CreateIntegrationMessage.struct_class = Types::CreateIntegrationMessage
1227
+
1196
1228
  CreateOptionGroupMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupName"))
1197
1229
  CreateOptionGroupMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
1198
1230
  CreateOptionGroupMessage.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MajorEngineVersion"))
@@ -1259,6 +1291,7 @@ module Aws::RDS
1259
1291
  DBCluster.add_member(:capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Capacity"))
1260
1292
  DBCluster.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
1261
1293
  DBCluster.add_member(:scaling_configuration_info, Shapes::ShapeRef.new(shape: ScalingConfigurationInfo, location_name: "ScalingConfigurationInfo"))
1294
+ DBCluster.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
1262
1295
  DBCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1263
1296
  DBCluster.add_member(:http_endpoint_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "HttpEndpointEnabled"))
1264
1297
  DBCluster.add_member(:activity_stream_mode, Shapes::ShapeRef.new(shape: ActivityStreamMode, location_name: "ActivityStreamMode"))
@@ -1513,6 +1546,7 @@ module Aws::RDS
1513
1546
  DBEngineVersion.add_member(:supports_certificate_rotation_without_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsCertificateRotationWithoutRestart"))
1514
1547
  DBEngineVersion.add_member(:supported_ca_certificate_identifiers, Shapes::ShapeRef.new(shape: CACertificateIdentifiersList, location_name: "SupportedCACertificateIdentifiers"))
1515
1548
  DBEngineVersion.add_member(:supports_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsLocalWriteForwarding"))
1549
+ DBEngineVersion.add_member(:supports_integrations, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIntegrations"))
1516
1550
  DBEngineVersion.struct_class = Types::DBEngineVersion
1517
1551
 
1518
1552
  DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
@@ -2000,6 +2034,9 @@ module Aws::RDS
2000
2034
  DeleteGlobalClusterResult.add_member(:global_cluster, Shapes::ShapeRef.new(shape: GlobalCluster, location_name: "GlobalCluster"))
2001
2035
  DeleteGlobalClusterResult.struct_class = Types::DeleteGlobalClusterResult
2002
2036
 
2037
+ DeleteIntegrationMessage.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: IntegrationIdentifier, required: true, location_name: "IntegrationIdentifier"))
2038
+ DeleteIntegrationMessage.struct_class = Types::DeleteIntegrationMessage
2039
+
2003
2040
  DeleteOptionGroupMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupName"))
2004
2041
  DeleteOptionGroupMessage.struct_class = Types::DeleteOptionGroupMessage
2005
2042
 
@@ -2271,6 +2308,16 @@ module Aws::RDS
2271
2308
  DescribeGlobalClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
2272
2309
  DescribeGlobalClustersMessage.struct_class = Types::DescribeGlobalClustersMessage
2273
2310
 
2311
+ DescribeIntegrationsMessage.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: IntegrationIdentifier, location_name: "IntegrationIdentifier"))
2312
+ DescribeIntegrationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
2313
+ DescribeIntegrationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
2314
+ DescribeIntegrationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
2315
+ DescribeIntegrationsMessage.struct_class = Types::DescribeIntegrationsMessage
2316
+
2317
+ DescribeIntegrationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
2318
+ DescribeIntegrationsResponse.add_member(:integrations, Shapes::ShapeRef.new(shape: IntegrationList, location_name: "Integrations"))
2319
+ DescribeIntegrationsResponse.struct_class = Types::DescribeIntegrationsResponse
2320
+
2274
2321
  DescribeOptionGroupOptionsMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
2275
2322
  DescribeOptionGroupOptionsMessage.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
2276
2323
  DescribeOptionGroupOptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
@@ -2379,6 +2426,9 @@ module Aws::RDS
2379
2426
 
2380
2427
  Ec2ImagePropertiesNotSupportedFault.struct_class = Types::Ec2ImagePropertiesNotSupportedFault
2381
2428
 
2429
+ EncryptionContextMap.key = Shapes::ShapeRef.new(shape: String)
2430
+ EncryptionContextMap.value = Shapes::ShapeRef.new(shape: String)
2431
+
2382
2432
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
2383
2433
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
2384
2434
  Endpoint.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "HostedZoneId"))
@@ -2550,6 +2600,34 @@ module Aws::RDS
2550
2600
 
2551
2601
  InsufficientStorageClusterCapacityFault.struct_class = Types::InsufficientStorageClusterCapacityFault
2552
2602
 
2603
+ Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: SourceArn, location_name: "SourceArn"))
2604
+ Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TargetArn"))
2605
+ Integration.add_member(:integration_name, Shapes::ShapeRef.new(shape: IntegrationName, location_name: "IntegrationName"))
2606
+ Integration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: IntegrationArn, location_name: "IntegrationArn"))
2607
+ Integration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KMSKeyId"))
2608
+ Integration.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "AdditionalEncryptionContext"))
2609
+ Integration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, location_name: "Status"))
2610
+ Integration.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2611
+ Integration.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
2612
+ Integration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
2613
+ Integration.struct_class = Types::Integration
2614
+
2615
+ IntegrationAlreadyExistsFault.struct_class = Types::IntegrationAlreadyExistsFault
2616
+
2617
+ IntegrationConflictOperationFault.struct_class = Types::IntegrationConflictOperationFault
2618
+
2619
+ IntegrationError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorCode"))
2620
+ IntegrationError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
2621
+ IntegrationError.struct_class = Types::IntegrationError
2622
+
2623
+ IntegrationErrorList.member = Shapes::ShapeRef.new(shape: IntegrationError, location_name: "IntegrationError")
2624
+
2625
+ IntegrationList.member = Shapes::ShapeRef.new(shape: Integration, location_name: "Integration")
2626
+
2627
+ IntegrationNotFoundFault.struct_class = Types::IntegrationNotFoundFault
2628
+
2629
+ IntegrationQuotaExceededFault.struct_class = Types::IntegrationQuotaExceededFault
2630
+
2553
2631
  InvalidBlueGreenDeploymentStateFault.struct_class = Types::InvalidBlueGreenDeploymentStateFault
2554
2632
 
2555
2633
  InvalidCustomDBEngineVersionStateFault.struct_class = Types::InvalidCustomDBEngineVersionStateFault
@@ -2594,6 +2672,8 @@ module Aws::RDS
2594
2672
 
2595
2673
  InvalidGlobalClusterStateFault.struct_class = Types::InvalidGlobalClusterStateFault
2596
2674
 
2675
+ InvalidIntegrationStateFault.struct_class = Types::InvalidIntegrationStateFault
2676
+
2597
2677
  InvalidOptionGroupStateFault.struct_class = Types::InvalidOptionGroupStateFault
2598
2678
 
2599
2679
  InvalidRestoreFault.struct_class = Types::InvalidRestoreFault
@@ -3140,6 +3220,10 @@ module Aws::RDS
3140
3220
 
3141
3221
  RangeList.member = Shapes::ShapeRef.new(shape: Range, location_name: "Range")
3142
3222
 
3223
+ RdsCustomClusterConfiguration.add_member(:interconnect_subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "InterconnectSubnetId"))
3224
+ RdsCustomClusterConfiguration.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
3225
+ RdsCustomClusterConfiguration.struct_class = Types::RdsCustomClusterConfiguration
3226
+
3143
3227
  ReadReplicaDBClusterIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaDBClusterIdentifier")
3144
3228
 
3145
3229
  ReadReplicaDBInstanceIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaDBInstanceIdentifier")
@@ -3339,6 +3423,7 @@ module Aws::RDS
3339
3423
  RestoreDBClusterFromSnapshotMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
3340
3424
  RestoreDBClusterFromSnapshotMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
3341
3425
  RestoreDBClusterFromSnapshotMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3426
+ RestoreDBClusterFromSnapshotMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
3342
3427
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
3343
3428
 
3344
3429
  RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -3372,6 +3457,7 @@ module Aws::RDS
3372
3457
  RestoreDBClusterToPointInTimeMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
3373
3458
  RestoreDBClusterToPointInTimeMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3374
3459
  RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbClusterResourceId"))
3460
+ RestoreDBClusterToPointInTimeMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
3375
3461
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
3376
3462
 
3377
3463
  RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -3755,6 +3841,7 @@ module Aws::RDS
3755
3841
  UpgradeTarget.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsGlobalDatabases"))
3756
3842
  UpgradeTarget.add_member(:supports_babelfish, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsBabelfish"))
3757
3843
  UpgradeTarget.add_member(:supports_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsLocalWriteForwarding"))
3844
+ UpgradeTarget.add_member(:supports_integrations, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsIntegrations"))
3758
3845
  UpgradeTarget.struct_class = Types::UpgradeTarget
3759
3846
 
3760
3847
  UserAuthConfig.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -3867,6 +3954,7 @@ module Aws::RDS
3867
3954
  o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
3868
3955
  o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
3869
3956
  o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
3957
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
3870
3958
  end)
3871
3959
 
3872
3960
  api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
@@ -4224,6 +4312,20 @@ module Aws::RDS
4224
4312
  o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
4225
4313
  end)
4226
4314
 
4315
+ api.add_operation(:create_integration, Seahorse::Model::Operation.new.tap do |o|
4316
+ o.name = "CreateIntegration"
4317
+ o.http_method = "POST"
4318
+ o.http_request_uri = "/"
4319
+ o.input = Shapes::ShapeRef.new(shape: CreateIntegrationMessage)
4320
+ o.output = Shapes::ShapeRef.new(shape: Integration)
4321
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
4322
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
4323
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationAlreadyExistsFault)
4324
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationQuotaExceededFault)
4325
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
4326
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
4327
+ end)
4328
+
4227
4329
  api.add_operation(:create_option_group, Seahorse::Model::Operation.new.tap do |o|
4228
4330
  o.name = "CreateOptionGroup"
4229
4331
  o.http_method = "POST"
@@ -4414,6 +4516,17 @@ module Aws::RDS
4414
4516
  o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalClusterStateFault)
4415
4517
  end)
4416
4518
 
4519
+ api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
4520
+ o.name = "DeleteIntegration"
4521
+ o.http_method = "POST"
4522
+ o.http_request_uri = "/"
4523
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationMessage)
4524
+ o.output = Shapes::ShapeRef.new(shape: Integration)
4525
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
4526
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
4527
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIntegrationStateFault)
4528
+ end)
4529
+
4417
4530
  api.add_operation(:delete_option_group, Seahorse::Model::Operation.new.tap do |o|
4418
4531
  o.name = "DeleteOptionGroup"
4419
4532
  o.http_method = "POST"
@@ -4887,6 +5000,21 @@ module Aws::RDS
4887
5000
  )
4888
5001
  end)
4889
5002
 
5003
+ api.add_operation(:describe_integrations, Seahorse::Model::Operation.new.tap do |o|
5004
+ o.name = "DescribeIntegrations"
5005
+ o.http_method = "POST"
5006
+ o.http_request_uri = "/"
5007
+ o.input = Shapes::ShapeRef.new(shape: DescribeIntegrationsMessage)
5008
+ o.output = Shapes::ShapeRef.new(shape: DescribeIntegrationsResponse)
5009
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
5010
+ o[:pager] = Aws::Pager.new(
5011
+ limit_key: "max_records",
5012
+ tokens: {
5013
+ "marker" => "marker"
5014
+ }
5015
+ )
5016
+ end)
5017
+
4890
5018
  api.add_operation(:describe_option_group_options, Seahorse::Model::Operation.new.tap do |o|
4891
5019
  o.name = "DescribeOptionGroupOptions"
4892
5020
  o.http_method = "POST"
@@ -5051,6 +5179,7 @@ module Aws::RDS
5051
5179
  o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
5052
5180
  o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
5053
5181
  o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
5182
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
5054
5183
  end)
5055
5184
 
5056
5185
  api.add_operation(:modify_activity_stream, Seahorse::Model::Operation.new.tap do |o|
@@ -5415,6 +5544,7 @@ module Aws::RDS
5415
5544
  o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
5416
5545
  o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
5417
5546
  o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
5547
+ o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
5418
5548
  end)
5419
5549
 
5420
5550
  api.add_operation(:reset_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -364,6 +364,12 @@ module Aws::RDS
364
364
  data[:scaling_configuration_info]
365
365
  end
366
366
 
367
+ # Reserved for future use.
368
+ # @return [Types::RdsCustomClusterConfiguration]
369
+ def rds_custom_cluster_configuration
370
+ data[:rds_custom_cluster_configuration]
371
+ end
372
+
367
373
  # Indicates whether the DB cluster has deletion protection enabled. The
368
374
  # database can't be deleted when deletion protection is enabled.
369
375
  # @return [Boolean]
@@ -846,6 +852,10 @@ module Aws::RDS
846
852
  # timeout_action: "String",
847
853
  # seconds_before_timeout: 1,
848
854
  # },
855
+ # rds_custom_cluster_configuration: {
856
+ # interconnect_subnet_id: "String",
857
+ # transit_gateway_multicast_domain_id: "String",
858
+ # },
849
859
  # deletion_protection: false,
850
860
  # global_cluster_identifier: "String",
851
861
  # enable_http_endpoint: false,
@@ -1269,6 +1279,8 @@ module Aws::RDS
1269
1279
  # of the DB cluster.
1270
1280
  #
1271
1281
  # Valid for Cluster Type: Aurora DB clusters only
1282
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
1283
+ # Reserved for future use.
1272
1284
  # @option options [Boolean] :deletion_protection
1273
1285
  # Specifies whether the DB cluster has deletion protection enabled. The
1274
1286
  # database can't be deleted when deletion protection is enabled. By
@@ -2484,6 +2496,10 @@ module Aws::RDS
2484
2496
  # },
2485
2497
  # network_type: "String",
2486
2498
  # source_db_cluster_resource_id: "String",
2499
+ # rds_custom_cluster_configuration: {
2500
+ # interconnect_subnet_id: "String",
2501
+ # transit_gateway_multicast_domain_id: "String",
2502
+ # },
2487
2503
  # })
2488
2504
  # @param [Hash] options ({})
2489
2505
  # @option options [required, String] :db_cluster_identifier
@@ -2841,6 +2857,8 @@ module Aws::RDS
2841
2857
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
2842
2858
  # @option options [String] :source_db_cluster_resource_id
2843
2859
  # The resource ID of the source DB cluster from which to restore.
2860
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
2861
+ # Reserved for future use.
2844
2862
  # @return [DBCluster]
2845
2863
  def restore(options = {})
2846
2864
  options = options.merge(source_db_cluster_identifier: @id)
@@ -576,6 +576,10 @@ module Aws::RDS
576
576
  # max_capacity: 1.0,
577
577
  # },
578
578
  # network_type: "String",
579
+ # rds_custom_cluster_configuration: {
580
+ # interconnect_subnet_id: "String",
581
+ # transit_gateway_multicast_domain_id: "String",
582
+ # },
579
583
  # })
580
584
  # @param [Hash] options ({})
581
585
  # @option options [Array<String>] :availability_zones
@@ -954,6 +958,8 @@ module Aws::RDS
954
958
  #
955
959
  #
956
960
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
961
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
962
+ # Reserved for future use.
957
963
  # @return [DBCluster]
958
964
  def restore(options = {})
959
965
  options = options.merge(snapshot_identifier: @snapshot_id)
@@ -288,6 +288,13 @@ module Aws::RDS
288
288
  data[:supports_local_write_forwarding]
289
289
  end
290
290
 
291
+ # Indicates whether the DB engine version supports Aurora zero-ETL
292
+ # integrations with Amazon Redshift.
293
+ # @return [Boolean]
294
+ def supports_integrations
295
+ data[:supports_integrations]
296
+ end
297
+
291
298
  # @!endgroup
292
299
 
293
300
  # @return [Client]
@@ -418,6 +418,20 @@ module Aws::RDS
418
418
  end
419
419
  end
420
420
 
421
+ class CreateIntegration
422
+ def self.build(context)
423
+ unless context.config.regional_endpoint
424
+ endpoint = context.config.endpoint.to_s
425
+ end
426
+ Aws::RDS::EndpointParameters.new(
427
+ region: context.config.region,
428
+ use_dual_stack: context.config.use_dualstack_endpoint,
429
+ use_fips: context.config.use_fips_endpoint,
430
+ endpoint: endpoint,
431
+ )
432
+ end
433
+ end
434
+
421
435
  class CreateOptionGroup
422
436
  def self.build(context)
423
437
  unless context.config.regional_endpoint
@@ -670,6 +684,20 @@ module Aws::RDS
670
684
  end
671
685
  end
672
686
 
687
+ class DeleteIntegration
688
+ def self.build(context)
689
+ unless context.config.regional_endpoint
690
+ endpoint = context.config.endpoint.to_s
691
+ end
692
+ Aws::RDS::EndpointParameters.new(
693
+ region: context.config.region,
694
+ use_dual_stack: context.config.use_dualstack_endpoint,
695
+ use_fips: context.config.use_fips_endpoint,
696
+ endpoint: endpoint,
697
+ )
698
+ end
699
+ end
700
+
673
701
  class DeleteOptionGroup
674
702
  def self.build(context)
675
703
  unless context.config.regional_endpoint
@@ -1146,6 +1174,20 @@ module Aws::RDS
1146
1174
  end
1147
1175
  end
1148
1176
 
1177
+ class DescribeIntegrations
1178
+ def self.build(context)
1179
+ unless context.config.regional_endpoint
1180
+ endpoint = context.config.endpoint.to_s
1181
+ end
1182
+ Aws::RDS::EndpointParameters.new(
1183
+ region: context.config.region,
1184
+ use_dual_stack: context.config.use_dualstack_endpoint,
1185
+ use_fips: context.config.use_fips_endpoint,
1186
+ endpoint: endpoint,
1187
+ )
1188
+ end
1189
+ end
1190
+
1149
1191
  class DescribeOptionGroupOptions
1150
1192
  def self.build(context)
1151
1193
  unless context.config.regional_endpoint
@@ -102,6 +102,10 @@ module Aws::RDS
102
102
  # * {InsufficientDBClusterCapacityFault}
103
103
  # * {InsufficientDBInstanceCapacityFault}
104
104
  # * {InsufficientStorageClusterCapacityFault}
105
+ # * {IntegrationAlreadyExistsFault}
106
+ # * {IntegrationConflictOperationFault}
107
+ # * {IntegrationNotFoundFault}
108
+ # * {IntegrationQuotaExceededFault}
105
109
  # * {InvalidBlueGreenDeploymentStateFault}
106
110
  # * {InvalidCustomDBEngineVersionStateFault}
107
111
  # * {InvalidDBClusterAutomatedBackupStateFault}
@@ -124,6 +128,7 @@ module Aws::RDS
124
128
  # * {InvalidExportSourceStateFault}
125
129
  # * {InvalidExportTaskStateFault}
126
130
  # * {InvalidGlobalClusterStateFault}
131
+ # * {InvalidIntegrationStateFault}
127
132
  # * {InvalidOptionGroupStateFault}
128
133
  # * {InvalidRestoreFault}
129
134
  # * {InvalidS3BucketFault}
@@ -913,6 +918,46 @@ module Aws::RDS
913
918
  end
914
919
  end
915
920
 
921
+ class IntegrationAlreadyExistsFault < ServiceError
922
+
923
+ # @param [Seahorse::Client::RequestContext] context
924
+ # @param [String] message
925
+ # @param [Aws::RDS::Types::IntegrationAlreadyExistsFault] data
926
+ def initialize(context, message, data = Aws::EmptyStructure.new)
927
+ super(context, message, data)
928
+ end
929
+ end
930
+
931
+ class IntegrationConflictOperationFault < ServiceError
932
+
933
+ # @param [Seahorse::Client::RequestContext] context
934
+ # @param [String] message
935
+ # @param [Aws::RDS::Types::IntegrationConflictOperationFault] data
936
+ def initialize(context, message, data = Aws::EmptyStructure.new)
937
+ super(context, message, data)
938
+ end
939
+ end
940
+
941
+ class IntegrationNotFoundFault < ServiceError
942
+
943
+ # @param [Seahorse::Client::RequestContext] context
944
+ # @param [String] message
945
+ # @param [Aws::RDS::Types::IntegrationNotFoundFault] data
946
+ def initialize(context, message, data = Aws::EmptyStructure.new)
947
+ super(context, message, data)
948
+ end
949
+ end
950
+
951
+ class IntegrationQuotaExceededFault < ServiceError
952
+
953
+ # @param [Seahorse::Client::RequestContext] context
954
+ # @param [String] message
955
+ # @param [Aws::RDS::Types::IntegrationQuotaExceededFault] data
956
+ def initialize(context, message, data = Aws::EmptyStructure.new)
957
+ super(context, message, data)
958
+ end
959
+ end
960
+
916
961
  class InvalidBlueGreenDeploymentStateFault < ServiceError
917
962
 
918
963
  # @param [Seahorse::Client::RequestContext] context
@@ -1133,6 +1178,16 @@ module Aws::RDS
1133
1178
  end
1134
1179
  end
1135
1180
 
1181
+ class InvalidIntegrationStateFault < ServiceError
1182
+
1183
+ # @param [Seahorse::Client::RequestContext] context
1184
+ # @param [String] message
1185
+ # @param [Aws::RDS::Types::InvalidIntegrationStateFault] data
1186
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1187
+ super(context, message, data)
1188
+ end
1189
+ end
1190
+
1136
1191
  class InvalidOptionGroupStateFault < ServiceError
1137
1192
 
1138
1193
  # @param [Seahorse::Client::RequestContext] context
@@ -114,6 +114,8 @@ module Aws::RDS
114
114
  Aws::RDS::Endpoints::CreateEventSubscription.build(context)
115
115
  when :create_global_cluster
116
116
  Aws::RDS::Endpoints::CreateGlobalCluster.build(context)
117
+ when :create_integration
118
+ Aws::RDS::Endpoints::CreateIntegration.build(context)
117
119
  when :create_option_group
118
120
  Aws::RDS::Endpoints::CreateOptionGroup.build(context)
119
121
  when :delete_blue_green_deployment
@@ -150,6 +152,8 @@ module Aws::RDS
150
152
  Aws::RDS::Endpoints::DeleteEventSubscription.build(context)
151
153
  when :delete_global_cluster
152
154
  Aws::RDS::Endpoints::DeleteGlobalCluster.build(context)
155
+ when :delete_integration
156
+ Aws::RDS::Endpoints::DeleteIntegration.build(context)
153
157
  when :delete_option_group
154
158
  Aws::RDS::Endpoints::DeleteOptionGroup.build(context)
155
159
  when :deregister_db_proxy_targets
@@ -218,6 +222,8 @@ module Aws::RDS
218
222
  Aws::RDS::Endpoints::DescribeExportTasks.build(context)
219
223
  when :describe_global_clusters
220
224
  Aws::RDS::Endpoints::DescribeGlobalClusters.build(context)
225
+ when :describe_integrations
226
+ Aws::RDS::Endpoints::DescribeIntegrations.build(context)
221
227
  when :describe_option_group_options
222
228
  Aws::RDS::Endpoints::DescribeOptionGroupOptions.build(context)
223
229
  when :describe_option_groups
@@ -76,6 +76,10 @@ module Aws::RDS
76
76
  # timeout_action: "String",
77
77
  # seconds_before_timeout: 1,
78
78
  # },
79
+ # rds_custom_cluster_configuration: {
80
+ # interconnect_subnet_id: "String",
81
+ # transit_gateway_multicast_domain_id: "String",
82
+ # },
79
83
  # deletion_protection: false,
80
84
  # global_cluster_identifier: "String",
81
85
  # enable_http_endpoint: false,
@@ -514,6 +518,8 @@ module Aws::RDS
514
518
  # of the DB cluster.
515
519
  #
516
520
  # Valid for Cluster Type: Aurora DB clusters only
521
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
522
+ # Reserved for future use.
517
523
  # @option options [Boolean] :deletion_protection
518
524
  # Specifies whether the DB cluster has deletion protection enabled. The
519
525
  # database can't be deleted when deletion protection is enabled. By