aws-sdk-databasemigrationservice 1.80.0 → 1.82.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +868 -6
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +327 -0
- data/lib/aws-sdk-databasemigrationservice/endpoints.rb +126 -0
- data/lib/aws-sdk-databasemigrationservice/plugins/endpoints.rb +18 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +1118 -41
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- metadata +4 -4
@@ -110,6 +110,20 @@ module Aws::DatabaseMigrationService
|
|
110
110
|
end
|
111
111
|
end
|
112
112
|
|
113
|
+
class CreateReplicationConfig
|
114
|
+
def self.build(context)
|
115
|
+
unless context.config.regional_endpoint
|
116
|
+
endpoint = context.config.endpoint.to_s
|
117
|
+
end
|
118
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
119
|
+
region: context.config.region,
|
120
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
121
|
+
use_fips: context.config.use_fips_endpoint,
|
122
|
+
endpoint: endpoint,
|
123
|
+
)
|
124
|
+
end
|
125
|
+
end
|
126
|
+
|
113
127
|
class CreateReplicationInstance
|
114
128
|
def self.build(context)
|
115
129
|
unless context.config.regional_endpoint
|
@@ -236,6 +250,20 @@ module Aws::DatabaseMigrationService
|
|
236
250
|
end
|
237
251
|
end
|
238
252
|
|
253
|
+
class DeleteReplicationConfig
|
254
|
+
def self.build(context)
|
255
|
+
unless context.config.regional_endpoint
|
256
|
+
endpoint = context.config.endpoint.to_s
|
257
|
+
end
|
258
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
259
|
+
region: context.config.region,
|
260
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
261
|
+
use_fips: context.config.use_fips_endpoint,
|
262
|
+
endpoint: endpoint,
|
263
|
+
)
|
264
|
+
end
|
265
|
+
end
|
266
|
+
|
239
267
|
class DeleteReplicationInstance
|
240
268
|
def self.build(context)
|
241
269
|
unless context.config.regional_endpoint
|
@@ -572,6 +600,20 @@ module Aws::DatabaseMigrationService
|
|
572
600
|
end
|
573
601
|
end
|
574
602
|
|
603
|
+
class DescribeReplicationConfigs
|
604
|
+
def self.build(context)
|
605
|
+
unless context.config.regional_endpoint
|
606
|
+
endpoint = context.config.endpoint.to_s
|
607
|
+
end
|
608
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
609
|
+
region: context.config.region,
|
610
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
611
|
+
use_fips: context.config.use_fips_endpoint,
|
612
|
+
endpoint: endpoint,
|
613
|
+
)
|
614
|
+
end
|
615
|
+
end
|
616
|
+
|
575
617
|
class DescribeReplicationInstanceTaskLogs
|
576
618
|
def self.build(context)
|
577
619
|
unless context.config.regional_endpoint
|
@@ -614,6 +656,20 @@ module Aws::DatabaseMigrationService
|
|
614
656
|
end
|
615
657
|
end
|
616
658
|
|
659
|
+
class DescribeReplicationTableStatistics
|
660
|
+
def self.build(context)
|
661
|
+
unless context.config.regional_endpoint
|
662
|
+
endpoint = context.config.endpoint.to_s
|
663
|
+
end
|
664
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
665
|
+
region: context.config.region,
|
666
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
667
|
+
use_fips: context.config.use_fips_endpoint,
|
668
|
+
endpoint: endpoint,
|
669
|
+
)
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
617
673
|
class DescribeReplicationTaskAssessmentResults
|
618
674
|
def self.build(context)
|
619
675
|
unless context.config.regional_endpoint
|
@@ -670,6 +726,20 @@ module Aws::DatabaseMigrationService
|
|
670
726
|
end
|
671
727
|
end
|
672
728
|
|
729
|
+
class DescribeReplications
|
730
|
+
def self.build(context)
|
731
|
+
unless context.config.regional_endpoint
|
732
|
+
endpoint = context.config.endpoint.to_s
|
733
|
+
end
|
734
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
735
|
+
region: context.config.region,
|
736
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
737
|
+
use_fips: context.config.use_fips_endpoint,
|
738
|
+
endpoint: endpoint,
|
739
|
+
)
|
740
|
+
end
|
741
|
+
end
|
742
|
+
|
673
743
|
class DescribeSchemas
|
674
744
|
def self.build(context)
|
675
745
|
unless context.config.regional_endpoint
|
@@ -754,6 +824,20 @@ module Aws::DatabaseMigrationService
|
|
754
824
|
end
|
755
825
|
end
|
756
826
|
|
827
|
+
class ModifyReplicationConfig
|
828
|
+
def self.build(context)
|
829
|
+
unless context.config.regional_endpoint
|
830
|
+
endpoint = context.config.endpoint.to_s
|
831
|
+
end
|
832
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
833
|
+
region: context.config.region,
|
834
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
835
|
+
use_fips: context.config.use_fips_endpoint,
|
836
|
+
endpoint: endpoint,
|
837
|
+
)
|
838
|
+
end
|
839
|
+
end
|
840
|
+
|
757
841
|
class ModifyReplicationInstance
|
758
842
|
def self.build(context)
|
759
843
|
unless context.config.regional_endpoint
|
@@ -838,6 +922,20 @@ module Aws::DatabaseMigrationService
|
|
838
922
|
end
|
839
923
|
end
|
840
924
|
|
925
|
+
class ReloadReplicationTables
|
926
|
+
def self.build(context)
|
927
|
+
unless context.config.regional_endpoint
|
928
|
+
endpoint = context.config.endpoint.to_s
|
929
|
+
end
|
930
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
931
|
+
region: context.config.region,
|
932
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
933
|
+
use_fips: context.config.use_fips_endpoint,
|
934
|
+
endpoint: endpoint,
|
935
|
+
)
|
936
|
+
end
|
937
|
+
end
|
938
|
+
|
841
939
|
class ReloadTables
|
842
940
|
def self.build(context)
|
843
941
|
unless context.config.regional_endpoint
|
@@ -894,6 +992,20 @@ module Aws::DatabaseMigrationService
|
|
894
992
|
end
|
895
993
|
end
|
896
994
|
|
995
|
+
class StartReplication
|
996
|
+
def self.build(context)
|
997
|
+
unless context.config.regional_endpoint
|
998
|
+
endpoint = context.config.endpoint.to_s
|
999
|
+
end
|
1000
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
1001
|
+
region: context.config.region,
|
1002
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1003
|
+
use_fips: context.config.use_fips_endpoint,
|
1004
|
+
endpoint: endpoint,
|
1005
|
+
)
|
1006
|
+
end
|
1007
|
+
end
|
1008
|
+
|
897
1009
|
class StartReplicationTask
|
898
1010
|
def self.build(context)
|
899
1011
|
unless context.config.regional_endpoint
|
@@ -936,6 +1048,20 @@ module Aws::DatabaseMigrationService
|
|
936
1048
|
end
|
937
1049
|
end
|
938
1050
|
|
1051
|
+
class StopReplication
|
1052
|
+
def self.build(context)
|
1053
|
+
unless context.config.regional_endpoint
|
1054
|
+
endpoint = context.config.endpoint.to_s
|
1055
|
+
end
|
1056
|
+
Aws::DatabaseMigrationService::EndpointParameters.new(
|
1057
|
+
region: context.config.region,
|
1058
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1059
|
+
use_fips: context.config.use_fips_endpoint,
|
1060
|
+
endpoint: endpoint,
|
1061
|
+
)
|
1062
|
+
end
|
1063
|
+
end
|
1064
|
+
|
939
1065
|
class StopReplicationTask
|
940
1066
|
def self.build(context)
|
941
1067
|
unless context.config.regional_endpoint
|
@@ -70,6 +70,8 @@ module Aws::DatabaseMigrationService
|
|
70
70
|
Aws::DatabaseMigrationService::Endpoints::CreateEventSubscription.build(context)
|
71
71
|
when :create_fleet_advisor_collector
|
72
72
|
Aws::DatabaseMigrationService::Endpoints::CreateFleetAdvisorCollector.build(context)
|
73
|
+
when :create_replication_config
|
74
|
+
Aws::DatabaseMigrationService::Endpoints::CreateReplicationConfig.build(context)
|
73
75
|
when :create_replication_instance
|
74
76
|
Aws::DatabaseMigrationService::Endpoints::CreateReplicationInstance.build(context)
|
75
77
|
when :create_replication_subnet_group
|
@@ -88,6 +90,8 @@ module Aws::DatabaseMigrationService
|
|
88
90
|
Aws::DatabaseMigrationService::Endpoints::DeleteFleetAdvisorCollector.build(context)
|
89
91
|
when :delete_fleet_advisor_databases
|
90
92
|
Aws::DatabaseMigrationService::Endpoints::DeleteFleetAdvisorDatabases.build(context)
|
93
|
+
when :delete_replication_config
|
94
|
+
Aws::DatabaseMigrationService::Endpoints::DeleteReplicationConfig.build(context)
|
91
95
|
when :delete_replication_instance
|
92
96
|
Aws::DatabaseMigrationService::Endpoints::DeleteReplicationInstance.build(context)
|
93
97
|
when :delete_replication_subnet_group
|
@@ -136,12 +140,16 @@ module Aws::DatabaseMigrationService
|
|
136
140
|
Aws::DatabaseMigrationService::Endpoints::DescribeRecommendations.build(context)
|
137
141
|
when :describe_refresh_schemas_status
|
138
142
|
Aws::DatabaseMigrationService::Endpoints::DescribeRefreshSchemasStatus.build(context)
|
143
|
+
when :describe_replication_configs
|
144
|
+
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationConfigs.build(context)
|
139
145
|
when :describe_replication_instance_task_logs
|
140
146
|
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationInstanceTaskLogs.build(context)
|
141
147
|
when :describe_replication_instances
|
142
148
|
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationInstances.build(context)
|
143
149
|
when :describe_replication_subnet_groups
|
144
150
|
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationSubnetGroups.build(context)
|
151
|
+
when :describe_replication_table_statistics
|
152
|
+
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationTableStatistics.build(context)
|
145
153
|
when :describe_replication_task_assessment_results
|
146
154
|
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationTaskAssessmentResults.build(context)
|
147
155
|
when :describe_replication_task_assessment_runs
|
@@ -150,6 +158,8 @@ module Aws::DatabaseMigrationService
|
|
150
158
|
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationTaskIndividualAssessments.build(context)
|
151
159
|
when :describe_replication_tasks
|
152
160
|
Aws::DatabaseMigrationService::Endpoints::DescribeReplicationTasks.build(context)
|
161
|
+
when :describe_replications
|
162
|
+
Aws::DatabaseMigrationService::Endpoints::DescribeReplications.build(context)
|
153
163
|
when :describe_schemas
|
154
164
|
Aws::DatabaseMigrationService::Endpoints::DescribeSchemas.build(context)
|
155
165
|
when :describe_table_statistics
|
@@ -162,6 +172,8 @@ module Aws::DatabaseMigrationService
|
|
162
172
|
Aws::DatabaseMigrationService::Endpoints::ModifyEndpoint.build(context)
|
163
173
|
when :modify_event_subscription
|
164
174
|
Aws::DatabaseMigrationService::Endpoints::ModifyEventSubscription.build(context)
|
175
|
+
when :modify_replication_config
|
176
|
+
Aws::DatabaseMigrationService::Endpoints::ModifyReplicationConfig.build(context)
|
165
177
|
when :modify_replication_instance
|
166
178
|
Aws::DatabaseMigrationService::Endpoints::ModifyReplicationInstance.build(context)
|
167
179
|
when :modify_replication_subnet_group
|
@@ -174,6 +186,8 @@ module Aws::DatabaseMigrationService
|
|
174
186
|
Aws::DatabaseMigrationService::Endpoints::RebootReplicationInstance.build(context)
|
175
187
|
when :refresh_schemas
|
176
188
|
Aws::DatabaseMigrationService::Endpoints::RefreshSchemas.build(context)
|
189
|
+
when :reload_replication_tables
|
190
|
+
Aws::DatabaseMigrationService::Endpoints::ReloadReplicationTables.build(context)
|
177
191
|
when :reload_tables
|
178
192
|
Aws::DatabaseMigrationService::Endpoints::ReloadTables.build(context)
|
179
193
|
when :remove_tags_from_resource
|
@@ -182,12 +196,16 @@ module Aws::DatabaseMigrationService
|
|
182
196
|
Aws::DatabaseMigrationService::Endpoints::RunFleetAdvisorLsaAnalysis.build(context)
|
183
197
|
when :start_recommendations
|
184
198
|
Aws::DatabaseMigrationService::Endpoints::StartRecommendations.build(context)
|
199
|
+
when :start_replication
|
200
|
+
Aws::DatabaseMigrationService::Endpoints::StartReplication.build(context)
|
185
201
|
when :start_replication_task
|
186
202
|
Aws::DatabaseMigrationService::Endpoints::StartReplicationTask.build(context)
|
187
203
|
when :start_replication_task_assessment
|
188
204
|
Aws::DatabaseMigrationService::Endpoints::StartReplicationTaskAssessment.build(context)
|
189
205
|
when :start_replication_task_assessment_run
|
190
206
|
Aws::DatabaseMigrationService::Endpoints::StartReplicationTaskAssessmentRun.build(context)
|
207
|
+
when :stop_replication
|
208
|
+
Aws::DatabaseMigrationService::Endpoints::StopReplication.build(context)
|
191
209
|
when :stop_replication_task
|
192
210
|
Aws::DatabaseMigrationService::Endpoints::StopReplicationTask.build(context)
|
193
211
|
when :test_connection
|