aws-sdk-databasemigrationservice 1.56.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ module Aws::DatabaseMigrationService
20
20
  AddTagsToResourceResponse = Shapes::StructureShape.new(name: 'AddTagsToResourceResponse')
21
21
  ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
22
22
  ApplyPendingMaintenanceActionResponse = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResponse')
23
+ ArnList = Shapes::ListShape.new(name: 'ArnList')
23
24
  AuthMechanismValue = Shapes::StringShape.new(name: 'AuthMechanismValue')
24
25
  AuthTypeValue = Shapes::StringShape.new(name: 'AuthTypeValue')
25
26
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
@@ -28,6 +29,7 @@ module Aws::DatabaseMigrationService
28
29
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
29
30
  CancelReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunMessage')
30
31
  CancelReplicationTaskAssessmentRunResponse = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunResponse')
32
+ CannedAclForObjectsValue = Shapes::StringShape.new(name: 'CannedAclForObjectsValue')
31
33
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
32
34
  CertificateList = Shapes::ListShape.new(name: 'CertificateList')
33
35
  CertificateWallet = Shapes::BlobShape.new(name: 'CertificateWallet')
@@ -140,6 +142,7 @@ module Aws::DatabaseMigrationService
140
142
  IndividualAssessmentNameList = Shapes::ListShape.new(name: 'IndividualAssessmentNameList')
141
143
  InsufficientResourceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientResourceCapacityFault')
142
144
  Integer = Shapes::IntegerShape.new(name: 'Integer')
145
+ IntegerList = Shapes::ListShape.new(name: 'IntegerList')
143
146
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
144
147
  InvalidCertificateFault = Shapes::StructureShape.new(name: 'InvalidCertificateFault')
145
148
  InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault')
@@ -188,6 +191,8 @@ module Aws::DatabaseMigrationService
188
191
  PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
189
192
  RebootReplicationInstanceMessage = Shapes::StructureShape.new(name: 'RebootReplicationInstanceMessage')
190
193
  RebootReplicationInstanceResponse = Shapes::StructureShape.new(name: 'RebootReplicationInstanceResponse')
194
+ RedisAuthTypeValue = Shapes::StringShape.new(name: 'RedisAuthTypeValue')
195
+ RedisSettings = Shapes::StructureShape.new(name: 'RedisSettings')
191
196
  RedshiftSettings = Shapes::StructureShape.new(name: 'RedshiftSettings')
192
197
  RefreshSchemasMessage = Shapes::StructureShape.new(name: 'RefreshSchemasMessage')
193
198
  RefreshSchemasResponse = Shapes::StructureShape.new(name: 'RefreshSchemasResponse')
@@ -235,6 +240,7 @@ module Aws::DatabaseMigrationService
235
240
  SecretString = Shapes::StringShape.new(name: 'SecretString')
236
241
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
237
242
  SourceType = Shapes::StringShape.new(name: 'SourceType')
243
+ SslSecurityProtocolValue = Shapes::StringShape.new(name: 'SslSecurityProtocolValue')
238
244
  StartReplicationTaskAssessmentMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentMessage')
239
245
  StartReplicationTaskAssessmentResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentResponse')
240
246
  StartReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentRunMessage')
@@ -292,6 +298,8 @@ module Aws::DatabaseMigrationService
292
298
  ApplyPendingMaintenanceActionResponse.add_member(:resource_pending_maintenance_actions, Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions"))
293
299
  ApplyPendingMaintenanceActionResponse.struct_class = Types::ApplyPendingMaintenanceActionResponse
294
300
 
301
+ ArnList.member = Shapes::ShapeRef.new(shape: String)
302
+
295
303
  AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
296
304
  AvailabilityZone.struct_class = Types::AvailabilityZone
297
305
 
@@ -359,6 +367,7 @@ module Aws::DatabaseMigrationService
359
367
  CreateEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
360
368
  CreateEndpointMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
361
369
  CreateEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
370
+ CreateEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
362
371
  CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
363
372
 
364
373
  CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
@@ -736,6 +745,7 @@ module Aws::DatabaseMigrationService
736
745
  Endpoint.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
737
746
  Endpoint.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
738
747
  Endpoint.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
748
+ Endpoint.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
739
749
  Endpoint.struct_class = Types::Endpoint
740
750
 
741
751
  EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
@@ -823,6 +833,8 @@ module Aws::DatabaseMigrationService
823
833
  InsufficientResourceCapacityFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
824
834
  InsufficientResourceCapacityFault.struct_class = Types::InsufficientResourceCapacityFault
825
835
 
836
+ IntegerList.member = Shapes::ShapeRef.new(shape: Integer)
837
+
826
838
  InvalidCertificateFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
827
839
  InvalidCertificateFault.struct_class = Types::InvalidCertificateFault
828
840
 
@@ -887,7 +899,8 @@ module Aws::DatabaseMigrationService
887
899
  KinesisSettings.add_member(:no_hex_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoHexPrefix"))
888
900
  KinesisSettings.struct_class = Types::KinesisSettings
889
901
 
890
- ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
902
+ ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
903
+ ListTagsForResourceMessage.add_member(:resource_arn_list, Shapes::ShapeRef.new(shape: ArnList, location_name: "ResourceArnList"))
891
904
  ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
892
905
 
893
906
  ListTagsForResourceResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
@@ -939,6 +952,7 @@ module Aws::DatabaseMigrationService
939
952
  ModifyEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
940
953
  ModifyEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
941
954
  ModifyEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
955
+ ModifyEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
942
956
  ModifyEndpointMessage.add_member(:exact_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExactSettings"))
943
957
  ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
944
958
 
@@ -1044,6 +1058,7 @@ module Aws::DatabaseMigrationService
1044
1058
  OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
1045
1059
  OracleSettings.add_member(:archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ArchivedLogDestId"))
1046
1060
  OracleSettings.add_member(:additional_archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AdditionalArchivedLogDestId"))
1061
+ OracleSettings.add_member(:extra_archived_log_dest_ids, Shapes::ShapeRef.new(shape: IntegerList, location_name: "ExtraArchivedLogDestIds"))
1047
1062
  OracleSettings.add_member(:allow_select_nested_tables, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowSelectNestedTables"))
1048
1063
  OracleSettings.add_member(:parallel_asm_read_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelAsmReadThreads"))
1049
1064
  OracleSettings.add_member(:read_ahead_blocks, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ReadAheadBlocks"))
@@ -1129,11 +1144,21 @@ module Aws::DatabaseMigrationService
1129
1144
 
1130
1145
  RebootReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
1131
1146
  RebootReplicationInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
1147
+ RebootReplicationInstanceMessage.add_member(:force_planned_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForcePlannedFailover"))
1132
1148
  RebootReplicationInstanceMessage.struct_class = Types::RebootReplicationInstanceMessage
1133
1149
 
1134
1150
  RebootReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
1135
1151
  RebootReplicationInstanceResponse.struct_class = Types::RebootReplicationInstanceResponse
1136
1152
 
1153
+ RedisSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServerName"))
1154
+ RedisSettings.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Port"))
1155
+ RedisSettings.add_member(:ssl_security_protocol, Shapes::ShapeRef.new(shape: SslSecurityProtocolValue, location_name: "SslSecurityProtocol"))
1156
+ RedisSettings.add_member(:auth_type, Shapes::ShapeRef.new(shape: RedisAuthTypeValue, location_name: "AuthType"))
1157
+ RedisSettings.add_member(:auth_user_name, Shapes::ShapeRef.new(shape: String, location_name: "AuthUserName"))
1158
+ RedisSettings.add_member(:auth_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "AuthPassword"))
1159
+ RedisSettings.add_member(:ssl_ca_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslCaCertificateArn"))
1160
+ RedisSettings.struct_class = Types::RedisSettings
1161
+
1137
1162
  RedshiftSettings.add_member(:accept_any_date, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AcceptAnyDate"))
1138
1163
  RedshiftSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
1139
1164
  RedshiftSettings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
@@ -1374,6 +1399,14 @@ module Aws::DatabaseMigrationService
1374
1399
  S3Settings.add_member(:csv_no_sup_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNoSupValue"))
1375
1400
  S3Settings.add_member(:preserve_transactions, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PreserveTransactions"))
1376
1401
  S3Settings.add_member(:cdc_path, Shapes::ShapeRef.new(shape: String, location_name: "CdcPath"))
1402
+ S3Settings.add_member(:canned_acl_for_objects, Shapes::ShapeRef.new(shape: CannedAclForObjectsValue, location_name: "CannedAclForObjects"))
1403
+ S3Settings.add_member(:add_column_name, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddColumnName"))
1404
+ S3Settings.add_member(:cdc_max_batch_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMaxBatchInterval"))
1405
+ S3Settings.add_member(:cdc_min_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMinFileSize"))
1406
+ S3Settings.add_member(:csv_null_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNullValue"))
1407
+ S3Settings.add_member(:ignore_header_rows, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IgnoreHeaderRows"))
1408
+ S3Settings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
1409
+ S3Settings.add_member(:rfc_4180, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Rfc4180"))
1377
1410
  S3Settings.struct_class = Types::S3Settings
1378
1411
 
1379
1412
  SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -1486,6 +1519,7 @@ module Aws::DatabaseMigrationService
1486
1519
 
1487
1520
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
1488
1521
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
1522
+ Tag.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
1489
1523
  Tag.struct_class = Types::Tag
1490
1524
 
1491
1525
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
@@ -2129,6 +2163,7 @@ module Aws::DatabaseMigrationService
2129
2163
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2130
2164
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2131
2165
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
2166
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2132
2167
  end)
2133
2168
 
2134
2169
  api.add_operation(:reboot_replication_instance, Seahorse::Model::Operation.new.tap do |o|