aws-sdk-databasemigrationservice 1.73.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ab0d12a4758843ec8441b82586a875d81bb4f68d0718a6fc2d70afab8ca6273
4
- data.tar.gz: 8f0c7255a9ace5e5ce0faabe5da06c1b4b1f323b4eebb668a4ab05d22e8ab350
3
+ metadata.gz: 68f9787cf168f87ad03998dd2b21e6f2a4ba196771e4d83924bdc6e849cc8343
4
+ data.tar.gz: ddbcbac0fb4df0f1cef3bb8b7bcd308ca21bfe3637b7e84632da9ba498f62a86
5
5
  SHA512:
6
- metadata.gz: 68e3b5eebc297840bc7c19ece77c9f1f7d498475c4d6f58b70b2632400017019b35a9d560c4bf6ec5cd60458ffe40a9ff6c9bfc74e8eee5a1ac2756465de39b5
7
- data.tar.gz: c1f0bf166d55cd5a9988c082d32e9f6c9fbf1660213304f82d3f73ec49c74f6b373c12d888375fe378cb949a68ee0a8c1cef27ff75c3dc0465530fc0236db777
6
+ metadata.gz: 05c3c900f1b7bad21e48533a9a5ed531596e8bd81943e6143dc312bd25f010d9184458d5ff9eb8633af80065ca99490f2eb13bc639413d566838323cf6695197
7
+ data.tar.gz: 492311840a5c8fc3b39c92bd31b3a66cdcbc4a3a3ed75fc87ee10c7b314bf9d9ac0520374f927e496bb242e5d33a7116f88c07da1ff411b864ad3bb786afd3e0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2022-11-17)
5
+ ------------------
6
+
7
+ * Feature - Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
8
+
4
9
  1.73.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -569,9 +569,9 @@ module Aws::DatabaseMigrationService
569
569
  # The type of engine for the endpoint. Valid values, depending on the
570
570
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
571
571
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
572
- # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
573
- # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`,
574
- # `"sqlserver"`, and `"neptune"`.
572
+ # `"redshift"`, `"s3"`, `"db2"`, `"db2-zos"`, `"azuredb"`, `"sybase"`,
573
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`,
574
+ # `"docdb"`, `"sqlserver"`, `"neptune"`, and `"babelfish"`.
575
575
  #
576
576
  # @option params [String] :username
577
577
  # The user name to be used to log in to the endpoint database.
@@ -1773,6 +1773,11 @@ module Aws::DatabaseMigrationService
1773
1773
  # don't specify a `ResourceIdentifier` value, DMS generates a default
1774
1774
  # identifier value for the end of `EndpointArn`.
1775
1775
  #
1776
+ # @option params [String] :network_type
1777
+ # The type of IP address protocol used by a replication instance, such
1778
+ # as IPv4 only or Dual-stack that supports both IPv4 and IPv6
1779
+ # addressing. IPv6 only is not yet supported.
1780
+ #
1776
1781
  # @return [Types::CreateReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1777
1782
  #
1778
1783
  # * {Types::CreateReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance
@@ -1882,6 +1887,7 @@ module Aws::DatabaseMigrationService
1882
1887
  # publicly_accessible: false,
1883
1888
  # dns_name_servers: "String",
1884
1889
  # resource_identifier: "String",
1890
+ # network_type: "String",
1885
1891
  # })
1886
1892
  #
1887
1893
  # @example Response structure
@@ -1903,11 +1909,14 @@ module Aws::DatabaseMigrationService
1903
1909
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_identifier #=> String
1904
1910
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
1905
1911
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
1912
+ # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
1913
+ # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
1906
1914
  # resp.replication_instance.preferred_maintenance_window #=> String
1907
1915
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
1908
1916
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
1909
1917
  # resp.replication_instance.pending_modified_values.multi_az #=> Boolean
1910
1918
  # resp.replication_instance.pending_modified_values.engine_version #=> String
1919
+ # resp.replication_instance.pending_modified_values.network_type #=> String
1911
1920
  # resp.replication_instance.multi_az #=> Boolean
1912
1921
  # resp.replication_instance.engine_version #=> String
1913
1922
  # resp.replication_instance.auto_minor_version_upgrade #=> Boolean
@@ -1919,10 +1928,13 @@ module Aws::DatabaseMigrationService
1919
1928
  # resp.replication_instance.replication_instance_public_ip_addresses[0] #=> String
1920
1929
  # resp.replication_instance.replication_instance_private_ip_addresses #=> Array
1921
1930
  # resp.replication_instance.replication_instance_private_ip_addresses[0] #=> String
1931
+ # resp.replication_instance.replication_instance_ipv_6_addresses #=> Array
1932
+ # resp.replication_instance.replication_instance_ipv_6_addresses[0] #=> String
1922
1933
  # resp.replication_instance.publicly_accessible #=> Boolean
1923
1934
  # resp.replication_instance.secondary_availability_zone #=> String
1924
1935
  # resp.replication_instance.free_until #=> Time
1925
1936
  # resp.replication_instance.dns_name_servers #=> String
1937
+ # resp.replication_instance.network_type #=> String
1926
1938
  #
1927
1939
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance AWS API Documentation
1928
1940
  #
@@ -2013,6 +2025,8 @@ module Aws::DatabaseMigrationService
2013
2025
  # resp.replication_subnet_group.subnets[0].subnet_identifier #=> String
2014
2026
  # resp.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
2015
2027
  # resp.replication_subnet_group.subnets[0].subnet_status #=> String
2028
+ # resp.replication_subnet_group.supported_network_types #=> Array
2029
+ # resp.replication_subnet_group.supported_network_types[0] #=> String
2016
2030
  #
2017
2031
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup AWS API Documentation
2018
2032
  #
@@ -2886,11 +2900,14 @@ module Aws::DatabaseMigrationService
2886
2900
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_identifier #=> String
2887
2901
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
2888
2902
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
2903
+ # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
2904
+ # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
2889
2905
  # resp.replication_instance.preferred_maintenance_window #=> String
2890
2906
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
2891
2907
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
2892
2908
  # resp.replication_instance.pending_modified_values.multi_az #=> Boolean
2893
2909
  # resp.replication_instance.pending_modified_values.engine_version #=> String
2910
+ # resp.replication_instance.pending_modified_values.network_type #=> String
2894
2911
  # resp.replication_instance.multi_az #=> Boolean
2895
2912
  # resp.replication_instance.engine_version #=> String
2896
2913
  # resp.replication_instance.auto_minor_version_upgrade #=> Boolean
@@ -2902,10 +2919,13 @@ module Aws::DatabaseMigrationService
2902
2919
  # resp.replication_instance.replication_instance_public_ip_addresses[0] #=> String
2903
2920
  # resp.replication_instance.replication_instance_private_ip_addresses #=> Array
2904
2921
  # resp.replication_instance.replication_instance_private_ip_addresses[0] #=> String
2922
+ # resp.replication_instance.replication_instance_ipv_6_addresses #=> Array
2923
+ # resp.replication_instance.replication_instance_ipv_6_addresses[0] #=> String
2905
2924
  # resp.replication_instance.publicly_accessible #=> Boolean
2906
2925
  # resp.replication_instance.secondary_availability_zone #=> String
2907
2926
  # resp.replication_instance.free_until #=> Time
2908
2927
  # resp.replication_instance.dns_name_servers #=> String
2928
+ # resp.replication_instance.network_type #=> String
2909
2929
  #
2910
2930
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance AWS API Documentation
2911
2931
  #
@@ -4842,11 +4862,14 @@ module Aws::DatabaseMigrationService
4842
4862
  # resp.replication_instances[0].replication_subnet_group.subnets[0].subnet_identifier #=> String
4843
4863
  # resp.replication_instances[0].replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
4844
4864
  # resp.replication_instances[0].replication_subnet_group.subnets[0].subnet_status #=> String
4865
+ # resp.replication_instances[0].replication_subnet_group.supported_network_types #=> Array
4866
+ # resp.replication_instances[0].replication_subnet_group.supported_network_types[0] #=> String
4845
4867
  # resp.replication_instances[0].preferred_maintenance_window #=> String
4846
4868
  # resp.replication_instances[0].pending_modified_values.replication_instance_class #=> String
4847
4869
  # resp.replication_instances[0].pending_modified_values.allocated_storage #=> Integer
4848
4870
  # resp.replication_instances[0].pending_modified_values.multi_az #=> Boolean
4849
4871
  # resp.replication_instances[0].pending_modified_values.engine_version #=> String
4872
+ # resp.replication_instances[0].pending_modified_values.network_type #=> String
4850
4873
  # resp.replication_instances[0].multi_az #=> Boolean
4851
4874
  # resp.replication_instances[0].engine_version #=> String
4852
4875
  # resp.replication_instances[0].auto_minor_version_upgrade #=> Boolean
@@ -4858,10 +4881,13 @@ module Aws::DatabaseMigrationService
4858
4881
  # resp.replication_instances[0].replication_instance_public_ip_addresses[0] #=> String
4859
4882
  # resp.replication_instances[0].replication_instance_private_ip_addresses #=> Array
4860
4883
  # resp.replication_instances[0].replication_instance_private_ip_addresses[0] #=> String
4884
+ # resp.replication_instances[0].replication_instance_ipv_6_addresses #=> Array
4885
+ # resp.replication_instances[0].replication_instance_ipv_6_addresses[0] #=> String
4861
4886
  # resp.replication_instances[0].publicly_accessible #=> Boolean
4862
4887
  # resp.replication_instances[0].secondary_availability_zone #=> String
4863
4888
  # resp.replication_instances[0].free_until #=> Time
4864
4889
  # resp.replication_instances[0].dns_name_servers #=> String
4890
+ # resp.replication_instances[0].network_type #=> String
4865
4891
  #
4866
4892
  #
4867
4893
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4958,6 +4984,8 @@ module Aws::DatabaseMigrationService
4958
4984
  # resp.replication_subnet_groups[0].subnets[0].subnet_identifier #=> String
4959
4985
  # resp.replication_subnet_groups[0].subnets[0].subnet_availability_zone.name #=> String
4960
4986
  # resp.replication_subnet_groups[0].subnets[0].subnet_status #=> String
4987
+ # resp.replication_subnet_groups[0].supported_network_types #=> Array
4988
+ # resp.replication_subnet_groups[0].supported_network_types[0] #=> String
4961
4989
  #
4962
4990
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups AWS API Documentation
4963
4991
  #
@@ -5460,6 +5488,10 @@ module Aws::DatabaseMigrationService
5460
5488
  # resp.table_statistics[0].deletes #=> Integer
5461
5489
  # resp.table_statistics[0].updates #=> Integer
5462
5490
  # resp.table_statistics[0].ddls #=> Integer
5491
+ # resp.table_statistics[0].applied_inserts #=> Integer
5492
+ # resp.table_statistics[0].applied_deletes #=> Integer
5493
+ # resp.table_statistics[0].applied_updates #=> Integer
5494
+ # resp.table_statistics[0].applied_ddls #=> Integer
5463
5495
  # resp.table_statistics[0].full_load_rows #=> Integer
5464
5496
  # resp.table_statistics[0].full_load_condtnl_chk_failed_rows #=> Integer
5465
5497
  # resp.table_statistics[0].full_load_error_rows #=> Integer
@@ -5648,12 +5680,12 @@ module Aws::DatabaseMigrationService
5648
5680
  # The type of endpoint. Valid values are `source` and `target`.
5649
5681
  #
5650
5682
  # @option params [String] :engine_name
5651
- # The type of engine for the endpoint. Valid values, depending on the
5652
- # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
5653
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
5654
- # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
5655
- # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`,
5656
- # `"documentdb"`, `"sqlserver"`, and `"neptune"`.
5683
+ # The database engine name. Valid values, depending on the EndpointType,
5684
+ # include `"mysql"`, `"oracle"`, `"postgres"`, `"mariadb"`, `"aurora"`,
5685
+ # `"aurora-postgresql"`, `"redshift"`, `"s3"`, `"db2"`, `"db2-zos"`,
5686
+ # `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`, `"kinesis"`,
5687
+ # `"kafka"`, `"elasticsearch"`, `"documentdb"`, `"sqlserver"`,
5688
+ # `"neptune"`, and `"babelfish"`.
5657
5689
  #
5658
5690
  # @option params [String] :username
5659
5691
  # The user name to be used to login to the endpoint database.
@@ -6691,6 +6723,11 @@ module Aws::DatabaseMigrationService
6691
6723
  # The replication instance identifier. This parameter is stored as a
6692
6724
  # lowercase string.
6693
6725
  #
6726
+ # @option params [String] :network_type
6727
+ # The type of IP address protocol used by a replication instance, such
6728
+ # as IPv4 only or Dual-stack that supports both IPv4 and IPv6
6729
+ # addressing. IPv6 only is not yet supported.
6730
+ #
6694
6731
  # @return [Types::ModifyReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6695
6732
  #
6696
6733
  # * {Types::ModifyReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance
@@ -6784,6 +6821,7 @@ module Aws::DatabaseMigrationService
6784
6821
  # allow_major_version_upgrade: false,
6785
6822
  # auto_minor_version_upgrade: false,
6786
6823
  # replication_instance_identifier: "String",
6824
+ # network_type: "String",
6787
6825
  # })
6788
6826
  #
6789
6827
  # @example Response structure
@@ -6805,11 +6843,14 @@ module Aws::DatabaseMigrationService
6805
6843
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_identifier #=> String
6806
6844
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
6807
6845
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
6846
+ # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
6847
+ # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
6808
6848
  # resp.replication_instance.preferred_maintenance_window #=> String
6809
6849
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
6810
6850
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
6811
6851
  # resp.replication_instance.pending_modified_values.multi_az #=> Boolean
6812
6852
  # resp.replication_instance.pending_modified_values.engine_version #=> String
6853
+ # resp.replication_instance.pending_modified_values.network_type #=> String
6813
6854
  # resp.replication_instance.multi_az #=> Boolean
6814
6855
  # resp.replication_instance.engine_version #=> String
6815
6856
  # resp.replication_instance.auto_minor_version_upgrade #=> Boolean
@@ -6821,10 +6862,13 @@ module Aws::DatabaseMigrationService
6821
6862
  # resp.replication_instance.replication_instance_public_ip_addresses[0] #=> String
6822
6863
  # resp.replication_instance.replication_instance_private_ip_addresses #=> Array
6823
6864
  # resp.replication_instance.replication_instance_private_ip_addresses[0] #=> String
6865
+ # resp.replication_instance.replication_instance_ipv_6_addresses #=> Array
6866
+ # resp.replication_instance.replication_instance_ipv_6_addresses[0] #=> String
6824
6867
  # resp.replication_instance.publicly_accessible #=> Boolean
6825
6868
  # resp.replication_instance.secondary_availability_zone #=> String
6826
6869
  # resp.replication_instance.free_until #=> Time
6827
6870
  # resp.replication_instance.dns_name_servers #=> String
6871
+ # resp.replication_instance.network_type #=> String
6828
6872
  #
6829
6873
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance AWS API Documentation
6830
6874
  #
@@ -6886,6 +6930,8 @@ module Aws::DatabaseMigrationService
6886
6930
  # resp.replication_subnet_group.subnets[0].subnet_identifier #=> String
6887
6931
  # resp.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
6888
6932
  # resp.replication_subnet_group.subnets[0].subnet_status #=> String
6933
+ # resp.replication_subnet_group.supported_network_types #=> Array
6934
+ # resp.replication_subnet_group.supported_network_types[0] #=> String
6889
6935
  #
6890
6936
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup AWS API Documentation
6891
6937
  #
@@ -7164,11 +7210,14 @@ module Aws::DatabaseMigrationService
7164
7210
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_identifier #=> String
7165
7211
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
7166
7212
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
7213
+ # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
7214
+ # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
7167
7215
  # resp.replication_instance.preferred_maintenance_window #=> String
7168
7216
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
7169
7217
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
7170
7218
  # resp.replication_instance.pending_modified_values.multi_az #=> Boolean
7171
7219
  # resp.replication_instance.pending_modified_values.engine_version #=> String
7220
+ # resp.replication_instance.pending_modified_values.network_type #=> String
7172
7221
  # resp.replication_instance.multi_az #=> Boolean
7173
7222
  # resp.replication_instance.engine_version #=> String
7174
7223
  # resp.replication_instance.auto_minor_version_upgrade #=> Boolean
@@ -7180,10 +7229,13 @@ module Aws::DatabaseMigrationService
7180
7229
  # resp.replication_instance.replication_instance_public_ip_addresses[0] #=> String
7181
7230
  # resp.replication_instance.replication_instance_private_ip_addresses #=> Array
7182
7231
  # resp.replication_instance.replication_instance_private_ip_addresses[0] #=> String
7232
+ # resp.replication_instance.replication_instance_ipv_6_addresses #=> Array
7233
+ # resp.replication_instance.replication_instance_ipv_6_addresses[0] #=> String
7183
7234
  # resp.replication_instance.publicly_accessible #=> Boolean
7184
7235
  # resp.replication_instance.secondary_availability_zone #=> String
7185
7236
  # resp.replication_instance.free_until #=> Time
7186
7237
  # resp.replication_instance.dns_name_servers #=> String
7238
+ # resp.replication_instance.network_type #=> String
7187
7239
  #
7188
7240
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance AWS API Documentation
7189
7241
  #
@@ -7918,7 +7970,7 @@ module Aws::DatabaseMigrationService
7918
7970
  params: params,
7919
7971
  config: config)
7920
7972
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
7921
- context[:gem_version] = '1.73.0'
7973
+ context[:gem_version] = '1.74.0'
7922
7974
  Seahorse::Client::Request.new(handlers, context)
7923
7975
  end
7924
7976
 
@@ -242,6 +242,7 @@ module Aws::DatabaseMigrationService
242
242
  RemoveTagsFromResourceResponse = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceResponse')
243
243
  ReplicationEndpointTypeValue = Shapes::StringShape.new(name: 'ReplicationEndpointTypeValue')
244
244
  ReplicationInstance = Shapes::StructureShape.new(name: 'ReplicationInstance')
245
+ ReplicationInstanceIpv6AddressList = Shapes::ListShape.new(name: 'ReplicationInstanceIpv6AddressList')
245
246
  ReplicationInstanceList = Shapes::ListShape.new(name: 'ReplicationInstanceList')
246
247
  ReplicationInstancePrivateIpAddressList = Shapes::ListShape.new(name: 'ReplicationInstancePrivateIpAddressList')
247
248
  ReplicationInstancePublicIpAddressList = Shapes::ListShape.new(name: 'ReplicationInstancePublicIpAddressList')
@@ -490,6 +491,7 @@ module Aws::DatabaseMigrationService
490
491
  CreateReplicationInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
491
492
  CreateReplicationInstanceMessage.add_member(:dns_name_servers, Shapes::ShapeRef.new(shape: String, location_name: "DnsNameServers"))
492
493
  CreateReplicationInstanceMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
494
+ CreateReplicationInstanceMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
493
495
  CreateReplicationInstanceMessage.struct_class = Types::CreateReplicationInstanceMessage
494
496
 
495
497
  CreateReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
@@ -1193,6 +1195,7 @@ module Aws::DatabaseMigrationService
1193
1195
  ModifyReplicationInstanceMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowMajorVersionUpgrade"))
1194
1196
  ModifyReplicationInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
1195
1197
  ModifyReplicationInstanceMessage.add_member(:replication_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceIdentifier"))
1198
+ ModifyReplicationInstanceMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1196
1199
  ModifyReplicationInstanceMessage.struct_class = Types::ModifyReplicationInstanceMessage
1197
1200
 
1198
1201
  ModifyReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
@@ -1453,12 +1456,16 @@ module Aws::DatabaseMigrationService
1453
1456
  ReplicationInstance.add_member(:replication_instance_private_ip_address, Shapes::ShapeRef.new(shape: String, deprecated: true, location_name: "ReplicationInstancePrivateIpAddress"))
1454
1457
  ReplicationInstance.add_member(:replication_instance_public_ip_addresses, Shapes::ShapeRef.new(shape: ReplicationInstancePublicIpAddressList, location_name: "ReplicationInstancePublicIpAddresses"))
1455
1458
  ReplicationInstance.add_member(:replication_instance_private_ip_addresses, Shapes::ShapeRef.new(shape: ReplicationInstancePrivateIpAddressList, location_name: "ReplicationInstancePrivateIpAddresses"))
1459
+ ReplicationInstance.add_member(:replication_instance_ipv_6_addresses, Shapes::ShapeRef.new(shape: ReplicationInstanceIpv6AddressList, location_name: "ReplicationInstanceIpv6Addresses"))
1456
1460
  ReplicationInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
1457
1461
  ReplicationInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
1458
1462
  ReplicationInstance.add_member(:free_until, Shapes::ShapeRef.new(shape: TStamp, location_name: "FreeUntil"))
1459
1463
  ReplicationInstance.add_member(:dns_name_servers, Shapes::ShapeRef.new(shape: String, location_name: "DnsNameServers"))
1464
+ ReplicationInstance.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1460
1465
  ReplicationInstance.struct_class = Types::ReplicationInstance
1461
1466
 
1467
+ ReplicationInstanceIpv6AddressList.member = Shapes::ShapeRef.new(shape: String)
1468
+
1462
1469
  ReplicationInstanceList.member = Shapes::ShapeRef.new(shape: ReplicationInstance)
1463
1470
 
1464
1471
  ReplicationInstancePrivateIpAddressList.member = Shapes::ShapeRef.new(shape: String)
@@ -1476,6 +1483,7 @@ module Aws::DatabaseMigrationService
1476
1483
  ReplicationPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
1477
1484
  ReplicationPendingModifiedValues.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
1478
1485
  ReplicationPendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1486
+ ReplicationPendingModifiedValues.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1479
1487
  ReplicationPendingModifiedValues.struct_class = Types::ReplicationPendingModifiedValues
1480
1488
 
1481
1489
  ReplicationSubnetGroup.add_member(:replication_subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSubnetGroupIdentifier"))
@@ -1483,6 +1491,7 @@ module Aws::DatabaseMigrationService
1483
1491
  ReplicationSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
1484
1492
  ReplicationSubnetGroup.add_member(:subnet_group_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupStatus"))
1485
1493
  ReplicationSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
1494
+ ReplicationSubnetGroup.add_member(:supported_network_types, Shapes::ShapeRef.new(shape: StringList, location_name: "SupportedNetworkTypes"))
1486
1495
  ReplicationSubnetGroup.struct_class = Types::ReplicationSubnetGroup
1487
1496
 
1488
1497
  ReplicationSubnetGroupDoesNotCoverEnoughAZs.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -1744,6 +1753,10 @@ module Aws::DatabaseMigrationService
1744
1753
  TableStatistics.add_member(:deletes, Shapes::ShapeRef.new(shape: Long, location_name: "Deletes"))
1745
1754
  TableStatistics.add_member(:updates, Shapes::ShapeRef.new(shape: Long, location_name: "Updates"))
1746
1755
  TableStatistics.add_member(:ddls, Shapes::ShapeRef.new(shape: Long, location_name: "Ddls"))
1756
+ TableStatistics.add_member(:applied_inserts, Shapes::ShapeRef.new(shape: LongOptional, location_name: "AppliedInserts"))
1757
+ TableStatistics.add_member(:applied_deletes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "AppliedDeletes"))
1758
+ TableStatistics.add_member(:applied_updates, Shapes::ShapeRef.new(shape: LongOptional, location_name: "AppliedUpdates"))
1759
+ TableStatistics.add_member(:applied_ddls, Shapes::ShapeRef.new(shape: LongOptional, location_name: "AppliedDdls"))
1747
1760
  TableStatistics.add_member(:full_load_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadRows"))
1748
1761
  TableStatistics.add_member(:full_load_condtnl_chk_failed_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadCondtnlChkFailedRows"))
1749
1762
  TableStatistics.add_member(:full_load_error_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadErrorRows"))
@@ -809,9 +809,10 @@ module Aws::DatabaseMigrationService
809
809
  # The type of engine for the endpoint. Valid values, depending on the
810
810
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
811
811
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
812
- # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
812
+ # `"redshift"`, `"s3"`, `"db2"`, `"db2-zos"`, `"azuredb"`, `"sybase"`,
813
813
  # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
814
- # `"elasticsearch"`, `"docdb"`, `"sqlserver"`, and `"neptune"`.
814
+ # `"elasticsearch"`, `"docdb"`, `"sqlserver"`, `"neptune"`, and
815
+ # `"babelfish"`.
815
816
  # @return [String]
816
817
  #
817
818
  # @!attribute [rw] username
@@ -1336,6 +1337,7 @@ module Aws::DatabaseMigrationService
1336
1337
  # publicly_accessible: false,
1337
1338
  # dns_name_servers: "String",
1338
1339
  # resource_identifier: "String",
1340
+ # network_type: "String",
1339
1341
  # }
1340
1342
  #
1341
1343
  # @!attribute [rw] replication_instance_identifier
@@ -1473,6 +1475,12 @@ module Aws::DatabaseMigrationService
1473
1475
  # identifier value for the end of `EndpointArn`.
1474
1476
  # @return [String]
1475
1477
  #
1478
+ # @!attribute [rw] network_type
1479
+ # The type of IP address protocol used by a replication instance, such
1480
+ # as IPv4 only or Dual-stack that supports both IPv4 and IPv6
1481
+ # addressing. IPv6 only is not yet supported.
1482
+ # @return [String]
1483
+ #
1476
1484
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
1477
1485
  #
1478
1486
  class CreateReplicationInstanceMessage < Struct.new(
@@ -1490,7 +1498,8 @@ module Aws::DatabaseMigrationService
1490
1498
  :kms_key_id,
1491
1499
  :publicly_accessible,
1492
1500
  :dns_name_servers,
1493
- :resource_identifier)
1501
+ :resource_identifier,
1502
+ :network_type)
1494
1503
  SENSITIVE = []
1495
1504
  include Aws::Structure
1496
1505
  end
@@ -4213,16 +4222,16 @@ module Aws::DatabaseMigrationService
4213
4222
  # @!attribute [rw] engine_name
4214
4223
  # The database engine name. Valid values, depending on the
4215
4224
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
4216
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
4217
- # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
4218
- # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
4219
- # `"elasticsearch"`, `"documentdb"`, `"sqlserver"`, and `"neptune"`.
4225
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
4226
+ # `"s3"`, `"db2"`, `"db2-zos"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
4227
+ # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`,
4228
+ # `"documentdb"`, `"sqlserver"`, `"neptune"`, and `"babelfish"`.
4220
4229
  # @return [String]
4221
4230
  #
4222
4231
  # @!attribute [rw] engine_display_name
4223
4232
  # The expanded name for the engine name. For example, if the
4224
- # `EngineName` parameter is "aurora," this value would be "Amazon
4225
- # Aurora MySQL."
4233
+ # `EngineName` parameter is "aurora", this value would be "Amazon
4234
+ # Aurora MySQL".
4226
4235
  # @return [String]
4227
4236
  #
4228
4237
  # @!attribute [rw] username
@@ -6034,12 +6043,12 @@ module Aws::DatabaseMigrationService
6034
6043
  # @return [String]
6035
6044
  #
6036
6045
  # @!attribute [rw] engine_name
6037
- # The type of engine for the endpoint. Valid values, depending on the
6046
+ # The database engine name. Valid values, depending on the
6038
6047
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
6039
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
6040
- # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
6041
- # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
6042
- # `"elasticsearch"`, `"documentdb"`, `"sqlserver"`, and `"neptune"`.
6048
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
6049
+ # `"s3"`, `"db2"`, `"db2-zos"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
6050
+ # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`,
6051
+ # `"documentdb"`, `"sqlserver"`, `"neptune"`, and `"babelfish"`.
6043
6052
  # @return [String]
6044
6053
  #
6045
6054
  # @!attribute [rw] username
@@ -6439,6 +6448,7 @@ module Aws::DatabaseMigrationService
6439
6448
  # allow_major_version_upgrade: false,
6440
6449
  # auto_minor_version_upgrade: false,
6441
6450
  # replication_instance_identifier: "String",
6451
+ # network_type: "String",
6442
6452
  # }
6443
6453
  #
6444
6454
  # @!attribute [rw] replication_instance_arn
@@ -6538,6 +6548,12 @@ module Aws::DatabaseMigrationService
6538
6548
  # lowercase string.
6539
6549
  # @return [String]
6540
6550
  #
6551
+ # @!attribute [rw] network_type
6552
+ # The type of IP address protocol used by a replication instance, such
6553
+ # as IPv4 only or Dual-stack that supports both IPv4 and IPv6
6554
+ # addressing. IPv6 only is not yet supported.
6555
+ # @return [String]
6556
+ #
6541
6557
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstanceMessage AWS API Documentation
6542
6558
  #
6543
6559
  class ModifyReplicationInstanceMessage < Struct.new(
@@ -6551,7 +6567,8 @@ module Aws::DatabaseMigrationService
6551
6567
  :engine_version,
6552
6568
  :allow_major_version_upgrade,
6553
6569
  :auto_minor_version_upgrade,
6554
- :replication_instance_identifier)
6570
+ :replication_instance_identifier,
6571
+ :network_type)
6555
6572
  SENSITIVE = []
6556
6573
  include Aws::Structure
6557
6574
  end
@@ -7364,8 +7381,9 @@ module Aws::DatabaseMigrationService
7364
7381
  #
7365
7382
  # @!attribute [rw] archived_logs_only
7366
7383
  # When this field is set to `Y`, DMS only accesses the archived redo
7367
- # logs. If the archived redo logs are stored on Oracle ASM only, the
7368
- # DMS user account needs to be granted ASM privileges.
7384
+ # logs. If the archived redo logs are stored on Automatic Storage
7385
+ # Management (ASM) only, the DMS user account needs to be granted ASM
7386
+ # privileges.
7369
7387
  # @return [Boolean]
7370
7388
  #
7371
7389
  # @!attribute [rw] asm_password
@@ -7589,9 +7607,9 @@ module Aws::DatabaseMigrationService
7589
7607
  # @return [String]
7590
7608
  #
7591
7609
  # @!attribute [rw] secrets_manager_oracle_asm_access_role_arn
7592
- # Required only if your Oracle endpoint uses Advanced Storage Manager
7593
- # (ASM). The full ARN of the IAM role that specifies DMS as the
7594
- # trusted entity and grants the required permissions to access the
7610
+ # Required only if your Oracle endpoint uses Automatic Storage
7611
+ # Management (ASM). The full ARN of the IAM role that specifies DMS as
7612
+ # the trusted entity and grants the required permissions to access the
7595
7613
  # `SecretsManagerOracleAsmSecret`. This
7596
7614
  # `SecretsManagerOracleAsmSecret` has the secret value that allows
7597
7615
  # access to the Oracle ASM of the endpoint.
@@ -7615,8 +7633,8 @@ module Aws::DatabaseMigrationService
7615
7633
  # @return [String]
7616
7634
  #
7617
7635
  # @!attribute [rw] secrets_manager_oracle_asm_secret_id
7618
- # Required only if your Oracle endpoint uses Advanced Storage Manager
7619
- # (ASM). The full ARN, partial ARN, or friendly name of the
7636
+ # Required only if your Oracle endpoint uses Automatic Storage
7637
+ # Management (ASM). The full ARN, partial ARN, or friendly name of the
7620
7638
  # `SecretsManagerOracleAsmSecret` that contains the Oracle ASM
7621
7639
  # connection details for the Oracle endpoint.
7622
7640
  # @return [String]
@@ -8762,6 +8780,10 @@ module Aws::DatabaseMigrationService
8762
8780
  # One or more private IP addresses for the replication instance.
8763
8781
  # @return [Array<String>]
8764
8782
  #
8783
+ # @!attribute [rw] replication_instance_ipv_6_addresses
8784
+ # One or more IPv6 addresses for the replication instance.
8785
+ # @return [Array<String>]
8786
+ #
8765
8787
  # @!attribute [rw] publicly_accessible
8766
8788
  # Specifies the accessibility options for the replication instance. A
8767
8789
  # value of `true` represents an instance with a public IP address. A
@@ -8784,6 +8806,12 @@ module Aws::DatabaseMigrationService
8784
8806
  # access your on-premise source or target database.
8785
8807
  # @return [String]
8786
8808
  #
8809
+ # @!attribute [rw] network_type
8810
+ # The type of IP address protocol used by a replication instance, such
8811
+ # as IPv4 only or Dual-stack that supports both IPv4 and IPv6
8812
+ # addressing. IPv6 only is not yet supported.
8813
+ # @return [String]
8814
+ #
8787
8815
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationInstance AWS API Documentation
8788
8816
  #
8789
8817
  class ReplicationInstance < Struct.new(
@@ -8806,10 +8834,12 @@ module Aws::DatabaseMigrationService
8806
8834
  :replication_instance_private_ip_address,
8807
8835
  :replication_instance_public_ip_addresses,
8808
8836
  :replication_instance_private_ip_addresses,
8837
+ :replication_instance_ipv_6_addresses,
8809
8838
  :publicly_accessible,
8810
8839
  :secondary_availability_zone,
8811
8840
  :free_until,
8812
- :dns_name_servers)
8841
+ :dns_name_servers,
8842
+ :network_type)
8813
8843
  SENSITIVE = []
8814
8844
  include Aws::Structure
8815
8845
  end
@@ -8874,13 +8904,20 @@ module Aws::DatabaseMigrationService
8874
8904
  # The engine version number of the replication instance.
8875
8905
  # @return [String]
8876
8906
  #
8907
+ # @!attribute [rw] network_type
8908
+ # The type of IP address protocol used by a replication instance, such
8909
+ # as IPv4 only or Dual-stack that supports both IPv4 and IPv6
8910
+ # addressing. IPv6 only is not yet supported.
8911
+ # @return [String]
8912
+ #
8877
8913
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationPendingModifiedValues AWS API Documentation
8878
8914
  #
8879
8915
  class ReplicationPendingModifiedValues < Struct.new(
8880
8916
  :replication_instance_class,
8881
8917
  :allocated_storage,
8882
8918
  :multi_az,
8883
- :engine_version)
8919
+ :engine_version,
8920
+ :network_type)
8884
8921
  SENSITIVE = []
8885
8922
  include Aws::Structure
8886
8923
  end
@@ -8908,6 +8945,13 @@ module Aws::DatabaseMigrationService
8908
8945
  # The subnets that are in the subnet group.
8909
8946
  # @return [Array<Types::Subnet>]
8910
8947
  #
8948
+ # @!attribute [rw] supported_network_types
8949
+ # The IP addressing protocol supported by the subnet group. This is
8950
+ # used by a replication instance with values such as IPv4 only or
8951
+ # Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is
8952
+ # not yet supported.
8953
+ # @return [Array<String>]
8954
+ #
8911
8955
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationSubnetGroup AWS API Documentation
8912
8956
  #
8913
8957
  class ReplicationSubnetGroup < Struct.new(
@@ -8915,7 +8959,8 @@ module Aws::DatabaseMigrationService
8915
8959
  :replication_subnet_group_description,
8916
8960
  :vpc_id,
8917
8961
  :subnet_group_status,
8918
- :subnets)
8962
+ :subnets,
8963
+ :supported_network_types)
8919
8964
  SENSITIVE = []
8920
8965
  include Aws::Structure
8921
8966
  end
@@ -10134,7 +10179,7 @@ module Aws::DatabaseMigrationService
10134
10179
  # @return [Integer]
10135
10180
  #
10136
10181
  # @!attribute [rw] cdc_min_file_size
10137
- # Minimum file size, defined in megabytes, to reach for a file output
10182
+ # Minimum file size, defined in kilobytes, to reach for a file output
10138
10183
  # to Amazon S3.
10139
10184
  #
10140
10185
  # When `CdcMinFileSize` and `CdcMaxBatchInterval` are both specified,
@@ -10761,9 +10806,9 @@ module Aws::DatabaseMigrationService
10761
10806
  # The database engine name. Valid values, depending on the
10762
10807
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
10763
10808
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
10764
- # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
10765
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
10766
- # `"sqlserver"`, and `"neptune"`.
10809
+ # `"s3"`, `"db2"`, `"db2-zos"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
10810
+ # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`,
10811
+ # `"documentdb"`, `"sqlserver"`, `"neptune"`, and `"babelfish"`.
10767
10812
  # @return [String]
10768
10813
  #
10769
10814
  # @!attribute [rw] supports_cdc
@@ -10782,8 +10827,8 @@ module Aws::DatabaseMigrationService
10782
10827
  #
10783
10828
  # @!attribute [rw] engine_display_name
10784
10829
  # The expanded name for the engine name. For example, if the
10785
- # `EngineName` parameter is "aurora," this value would be "Amazon
10786
- # Aurora MySQL."
10830
+ # `EngineName` parameter is "aurora", this value would be "Amazon
10831
+ # Aurora MySQL".
10787
10832
  # @return [String]
10788
10833
  #
10789
10834
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SupportedEndpointType AWS API Documentation
@@ -10906,6 +10951,23 @@ module Aws::DatabaseMigrationService
10906
10951
  # structure of your tables.
10907
10952
  # @return [Integer]
10908
10953
  #
10954
+ # @!attribute [rw] applied_inserts
10955
+ # The number of insert actions applied on a target table.
10956
+ # @return [Integer]
10957
+ #
10958
+ # @!attribute [rw] applied_deletes
10959
+ # The number of delete actions applied on a target table.
10960
+ # @return [Integer]
10961
+ #
10962
+ # @!attribute [rw] applied_updates
10963
+ # The number of update actions applied on a target table.
10964
+ # @return [Integer]
10965
+ #
10966
+ # @!attribute [rw] applied_ddls
10967
+ # The number of data definition language (DDL) statements used to
10968
+ # build and modify the structure of your tables applied on the target.
10969
+ # @return [Integer]
10970
+ #
10909
10971
  # @!attribute [rw] full_load_rows
10910
10972
  # The number of rows added during the full load operation.
10911
10973
  # @return [Integer]
@@ -11009,6 +11071,10 @@ module Aws::DatabaseMigrationService
11009
11071
  :deletes,
11010
11072
  :updates,
11011
11073
  :ddls,
11074
+ :applied_inserts,
11075
+ :applied_deletes,
11076
+ :applied_updates,
11077
+ :applied_ddls,
11012
11078
  :full_load_rows,
11013
11079
  :full_load_condtnl_chk_failed_rows,
11014
11080
  :full_load_error_rows,
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
53
53
  # @!group service
54
54
  module Aws::DatabaseMigrationService
55
55
 
56
- GEM_VERSION = '1.73.0'
56
+ GEM_VERSION = '1.74.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-databasemigrationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core