aws-sdk-databasemigrationservice 1.123.0 → 1.124.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.
data/sig/types.rbs CHANGED
@@ -169,6 +169,7 @@ module Aws::DatabaseMigrationService
169
169
  attr_accessor data_provider_name: ::String
170
170
  attr_accessor description: ::String
171
171
  attr_accessor engine: ::String
172
+ attr_accessor virtual: bool
172
173
  attr_accessor settings: Types::DataProviderSettings
173
174
  attr_accessor tags: ::Array[Types::Tag]
174
175
  SENSITIVE: []
@@ -418,6 +419,7 @@ module Aws::DatabaseMigrationService
418
419
  attr_accessor data_provider_creation_time: ::Time
419
420
  attr_accessor description: ::String
420
421
  attr_accessor engine: ::String
422
+ attr_accessor virtual: bool
421
423
  attr_accessor settings: Types::DataProviderSettings
422
424
  SENSITIVE: []
423
425
  end
@@ -1484,6 +1486,8 @@ module Aws::DatabaseMigrationService
1484
1486
  attr_accessor database_name: ::String
1485
1487
  attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
1486
1488
  attr_accessor certificate_arn: ::String
1489
+ attr_accessor s3_path: ::String
1490
+ attr_accessor s3_access_role_arn: ::String
1487
1491
  SENSITIVE: []
1488
1492
  end
1489
1493
 
@@ -1493,6 +1497,8 @@ module Aws::DatabaseMigrationService
1493
1497
  attr_accessor database_name: ::String
1494
1498
  attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
1495
1499
  attr_accessor certificate_arn: ::String
1500
+ attr_accessor s3_path: ::String
1501
+ attr_accessor s3_access_role_arn: ::String
1496
1502
  SENSITIVE: []
1497
1503
  end
1498
1504
 
@@ -1662,6 +1668,8 @@ module Aws::DatabaseMigrationService
1662
1668
  attr_accessor port: ::Integer
1663
1669
  attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
1664
1670
  attr_accessor certificate_arn: ::String
1671
+ attr_accessor s3_path: ::String
1672
+ attr_accessor s3_access_role_arn: ::String
1665
1673
  SENSITIVE: []
1666
1674
  end
1667
1675
 
@@ -1693,6 +1701,8 @@ module Aws::DatabaseMigrationService
1693
1701
  attr_accessor database_name: ::String
1694
1702
  attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
1695
1703
  attr_accessor certificate_arn: ::String
1704
+ attr_accessor s3_path: ::String
1705
+ attr_accessor s3_access_role_arn: ::String
1696
1706
  SENSITIVE: []
1697
1707
  end
1698
1708
 
@@ -1744,6 +1754,7 @@ module Aws::DatabaseMigrationService
1744
1754
  attr_accessor data_provider_name: ::String
1745
1755
  attr_accessor description: ::String
1746
1756
  attr_accessor engine: ::String
1757
+ attr_accessor virtual: bool
1747
1758
  attr_accessor exact_settings: bool
1748
1759
  attr_accessor settings: Types::DataProviderSettings
1749
1760
  SENSITIVE: []
@@ -1985,6 +1996,8 @@ module Aws::DatabaseMigrationService
1985
1996
  attr_accessor port: ::Integer
1986
1997
  attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
1987
1998
  attr_accessor certificate_arn: ::String
1999
+ attr_accessor s3_path: ::String
2000
+ attr_accessor s3_access_role_arn: ::String
1988
2001
  SENSITIVE: []
1989
2002
  end
1990
2003
 
@@ -2010,6 +2023,8 @@ module Aws::DatabaseMigrationService
2010
2023
  attr_accessor secrets_manager_oracle_asm_access_role_arn: ::String
2011
2024
  attr_accessor secrets_manager_security_db_encryption_secret_id: ::String
2012
2025
  attr_accessor secrets_manager_security_db_encryption_access_role_arn: ::String
2026
+ attr_accessor s3_path: ::String
2027
+ attr_accessor s3_access_role_arn: ::String
2013
2028
  SENSITIVE: []
2014
2029
  end
2015
2030
 
@@ -2121,6 +2136,8 @@ module Aws::DatabaseMigrationService
2121
2136
  attr_accessor database_name: ::String
2122
2137
  attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
2123
2138
  attr_accessor certificate_arn: ::String
2139
+ attr_accessor s3_path: ::String
2140
+ attr_accessor s3_access_role_arn: ::String
2124
2141
  SENSITIVE: []
2125
2142
  end
2126
2143
 
@@ -2228,6 +2245,8 @@ module Aws::DatabaseMigrationService
2228
2245
  attr_accessor server_name: ::String
2229
2246
  attr_accessor port: ::Integer
2230
2247
  attr_accessor database_name: ::String
2248
+ attr_accessor s3_path: ::String
2249
+ attr_accessor s3_access_role_arn: ::String
2231
2250
  SENSITIVE: []
2232
2251
  end
2233
2252
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-databasemigrationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.123.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services