aws-sdk-mgn 1.17.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -275,6 +275,11 @@ module Aws::Mgn
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -536,6 +541,7 @@ module Aws::Mgn
536
541
  # * {Types::SourceServer#application_id #application_id} => String
537
542
  # * {Types::SourceServer#arn #arn} => String
538
543
  # * {Types::SourceServer#data_replication_info #data_replication_info} => Types::DataReplicationInfo
544
+ # * {Types::SourceServer#fqdn_for_action_framework #fqdn_for_action_framework} => String
539
545
  # * {Types::SourceServer#is_archived #is_archived} => Boolean
540
546
  # * {Types::SourceServer#launched_instance #launched_instance} => Types::LaunchedInstance
541
547
  # * {Types::SourceServer#life_cycle #life_cycle} => Types::LifeCycle
@@ -543,6 +549,7 @@ module Aws::Mgn
543
549
  # * {Types::SourceServer#source_properties #source_properties} => Types::SourceProperties
544
550
  # * {Types::SourceServer#source_server_id #source_server_id} => String
545
551
  # * {Types::SourceServer#tags #tags} => Hash&lt;String,String&gt;
552
+ # * {Types::SourceServer#user_provided_id #user_provided_id} => String
546
553
  # * {Types::SourceServer#vcenter_client_id #vcenter_client_id} => String
547
554
  #
548
555
  # @example Request syntax with placeholder values
@@ -575,6 +582,7 @@ module Aws::Mgn
575
582
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
576
583
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
577
584
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
585
+ # resp.fqdn_for_action_framework #=> String
578
586
  # resp.is_archived #=> Boolean
579
587
  # resp.launched_instance.ec2_instance_id #=> String
580
588
  # resp.launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -591,7 +599,7 @@ module Aws::Mgn
591
599
  # resp.life_cycle.last_test.initiated.api_call_date_time #=> String
592
600
  # resp.life_cycle.last_test.initiated.job_id #=> String
593
601
  # resp.life_cycle.last_test.reverted.api_call_date_time #=> String
594
- # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
602
+ # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
595
603
  # resp.replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
596
604
  # resp.source_properties.cpus #=> Array
597
605
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -616,6 +624,7 @@ module Aws::Mgn
616
624
  # resp.source_server_id #=> String
617
625
  # resp.tags #=> Hash
618
626
  # resp.tags["TagKey"] #=> String
627
+ # resp.user_provided_id #=> String
619
628
  # resp.vcenter_client_id #=> String
620
629
  #
621
630
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ChangeServerLifeCycleState AWS API Documentation
@@ -778,6 +787,11 @@ module Aws::Mgn
778
787
  # ssm_documents: [
779
788
  # {
780
789
  # action_name: "BoundedString", # required
790
+ # external_parameters: {
791
+ # "SsmDocumentParameterName" => {
792
+ # dynamic_path: "JmesPathString",
793
+ # },
794
+ # },
781
795
  # must_succeed_for_cutover: false,
782
796
  # parameters: {
783
797
  # "SsmDocumentParameterName" => [
@@ -826,6 +840,8 @@ module Aws::Mgn
826
840
  # resp.post_launch_actions.s3_output_key_prefix #=> String
827
841
  # resp.post_launch_actions.ssm_documents #=> Array
828
842
  # resp.post_launch_actions.ssm_documents[0].action_name #=> String
843
+ # resp.post_launch_actions.ssm_documents[0].external_parameters #=> Hash
844
+ # resp.post_launch_actions.ssm_documents[0].external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
829
845
  # resp.post_launch_actions.ssm_documents[0].must_succeed_for_cutover #=> Boolean
830
846
  # resp.post_launch_actions.ssm_documents[0].parameters #=> Hash
831
847
  # resp.post_launch_actions.ssm_documents[0].parameters["SsmDocumentParameterName"] #=> Array
@@ -1286,6 +1302,8 @@ module Aws::Mgn
1286
1302
  # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].execution_status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
1287
1303
  # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].failure_reason #=> String
1288
1304
  # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.action_name #=> String
1305
+ # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters #=> Hash
1306
+ # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
1289
1307
  # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.must_succeed_for_cutover #=> Boolean
1290
1308
  # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters #=> Hash
1291
1309
  # resp.items[0].participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters["SsmDocumentParameterName"] #=> Array
@@ -1364,6 +1382,8 @@ module Aws::Mgn
1364
1382
  # resp.items[0].post_launch_actions.s3_output_key_prefix #=> String
1365
1383
  # resp.items[0].post_launch_actions.ssm_documents #=> Array
1366
1384
  # resp.items[0].post_launch_actions.ssm_documents[0].action_name #=> String
1385
+ # resp.items[0].post_launch_actions.ssm_documents[0].external_parameters #=> Hash
1386
+ # resp.items[0].post_launch_actions.ssm_documents[0].external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
1367
1387
  # resp.items[0].post_launch_actions.ssm_documents[0].must_succeed_for_cutover #=> Boolean
1368
1388
  # resp.items[0].post_launch_actions.ssm_documents[0].parameters #=> Hash
1369
1389
  # resp.items[0].post_launch_actions.ssm_documents[0].parameters["SsmDocumentParameterName"] #=> Array
@@ -1473,7 +1493,7 @@ module Aws::Mgn
1473
1493
  # filters: {
1474
1494
  # application_i_ds: ["ApplicationID"],
1475
1495
  # is_archived: false,
1476
- # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED
1496
+ # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED, PENDING_INSTALLATION
1477
1497
  # replication_types: ["AGENT_BASED"], # accepts AGENT_BASED, SNAPSHOT_SHIPPING
1478
1498
  # source_server_i_ds: ["SourceServerID"],
1479
1499
  # },
@@ -1503,6 +1523,7 @@ module Aws::Mgn
1503
1523
  # resp.items[0].data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
1504
1524
  # resp.items[0].data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1505
1525
  # resp.items[0].data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
1526
+ # resp.items[0].fqdn_for_action_framework #=> String
1506
1527
  # resp.items[0].is_archived #=> Boolean
1507
1528
  # resp.items[0].launched_instance.ec2_instance_id #=> String
1508
1529
  # resp.items[0].launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -1519,7 +1540,7 @@ module Aws::Mgn
1519
1540
  # resp.items[0].life_cycle.last_test.initiated.api_call_date_time #=> String
1520
1541
  # resp.items[0].life_cycle.last_test.initiated.job_id #=> String
1521
1542
  # resp.items[0].life_cycle.last_test.reverted.api_call_date_time #=> String
1522
- # resp.items[0].life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
1543
+ # resp.items[0].life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
1523
1544
  # resp.items[0].replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
1524
1545
  # resp.items[0].source_properties.cpus #=> Array
1525
1546
  # resp.items[0].source_properties.cpus[0].cores #=> Integer
@@ -1544,6 +1565,7 @@ module Aws::Mgn
1544
1565
  # resp.items[0].source_server_id #=> String
1545
1566
  # resp.items[0].tags #=> Hash
1546
1567
  # resp.items[0].tags["TagKey"] #=> String
1568
+ # resp.items[0].user_provided_id #=> String
1547
1569
  # resp.items[0].vcenter_client_id #=> String
1548
1570
  # resp.next_token #=> String
1549
1571
  #
@@ -1677,6 +1699,7 @@ module Aws::Mgn
1677
1699
  # * {Types::SourceServer#application_id #application_id} => String
1678
1700
  # * {Types::SourceServer#arn #arn} => String
1679
1701
  # * {Types::SourceServer#data_replication_info #data_replication_info} => Types::DataReplicationInfo
1702
+ # * {Types::SourceServer#fqdn_for_action_framework #fqdn_for_action_framework} => String
1680
1703
  # * {Types::SourceServer#is_archived #is_archived} => Boolean
1681
1704
  # * {Types::SourceServer#launched_instance #launched_instance} => Types::LaunchedInstance
1682
1705
  # * {Types::SourceServer#life_cycle #life_cycle} => Types::LifeCycle
@@ -1684,6 +1707,7 @@ module Aws::Mgn
1684
1707
  # * {Types::SourceServer#source_properties #source_properties} => Types::SourceProperties
1685
1708
  # * {Types::SourceServer#source_server_id #source_server_id} => String
1686
1709
  # * {Types::SourceServer#tags #tags} => Hash&lt;String,String&gt;
1710
+ # * {Types::SourceServer#user_provided_id #user_provided_id} => String
1687
1711
  # * {Types::SourceServer#vcenter_client_id #vcenter_client_id} => String
1688
1712
  #
1689
1713
  # @example Request syntax with placeholder values
@@ -1713,6 +1737,7 @@ module Aws::Mgn
1713
1737
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
1714
1738
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1715
1739
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
1740
+ # resp.fqdn_for_action_framework #=> String
1716
1741
  # resp.is_archived #=> Boolean
1717
1742
  # resp.launched_instance.ec2_instance_id #=> String
1718
1743
  # resp.launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -1729,7 +1754,7 @@ module Aws::Mgn
1729
1754
  # resp.life_cycle.last_test.initiated.api_call_date_time #=> String
1730
1755
  # resp.life_cycle.last_test.initiated.job_id #=> String
1731
1756
  # resp.life_cycle.last_test.reverted.api_call_date_time #=> String
1732
- # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
1757
+ # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
1733
1758
  # resp.replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
1734
1759
  # resp.source_properties.cpus #=> Array
1735
1760
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -1754,6 +1779,7 @@ module Aws::Mgn
1754
1779
  # resp.source_server_id #=> String
1755
1780
  # resp.tags #=> Hash
1756
1781
  # resp.tags["TagKey"] #=> String
1782
+ # resp.user_provided_id #=> String
1757
1783
  # resp.vcenter_client_id #=> String
1758
1784
  #
1759
1785
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DisconnectFromService AWS API Documentation
@@ -1787,6 +1813,7 @@ module Aws::Mgn
1787
1813
  # * {Types::SourceServer#application_id #application_id} => String
1788
1814
  # * {Types::SourceServer#arn #arn} => String
1789
1815
  # * {Types::SourceServer#data_replication_info #data_replication_info} => Types::DataReplicationInfo
1816
+ # * {Types::SourceServer#fqdn_for_action_framework #fqdn_for_action_framework} => String
1790
1817
  # * {Types::SourceServer#is_archived #is_archived} => Boolean
1791
1818
  # * {Types::SourceServer#launched_instance #launched_instance} => Types::LaunchedInstance
1792
1819
  # * {Types::SourceServer#life_cycle #life_cycle} => Types::LifeCycle
@@ -1794,6 +1821,7 @@ module Aws::Mgn
1794
1821
  # * {Types::SourceServer#source_properties #source_properties} => Types::SourceProperties
1795
1822
  # * {Types::SourceServer#source_server_id #source_server_id} => String
1796
1823
  # * {Types::SourceServer#tags #tags} => Hash&lt;String,String&gt;
1824
+ # * {Types::SourceServer#user_provided_id #user_provided_id} => String
1797
1825
  # * {Types::SourceServer#vcenter_client_id #vcenter_client_id} => String
1798
1826
  #
1799
1827
  # @example Request syntax with placeholder values
@@ -1823,6 +1851,7 @@ module Aws::Mgn
1823
1851
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
1824
1852
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1825
1853
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
1854
+ # resp.fqdn_for_action_framework #=> String
1826
1855
  # resp.is_archived #=> Boolean
1827
1856
  # resp.launched_instance.ec2_instance_id #=> String
1828
1857
  # resp.launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -1839,7 +1868,7 @@ module Aws::Mgn
1839
1868
  # resp.life_cycle.last_test.initiated.api_call_date_time #=> String
1840
1869
  # resp.life_cycle.last_test.initiated.job_id #=> String
1841
1870
  # resp.life_cycle.last_test.reverted.api_call_date_time #=> String
1842
- # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
1871
+ # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
1843
1872
  # resp.replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
1844
1873
  # resp.source_properties.cpus #=> Array
1845
1874
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -1864,6 +1893,7 @@ module Aws::Mgn
1864
1893
  # resp.source_server_id #=> String
1865
1894
  # resp.tags #=> Hash
1866
1895
  # resp.tags["TagKey"] #=> String
1896
+ # resp.user_provided_id #=> String
1867
1897
  # resp.vcenter_client_id #=> String
1868
1898
  #
1869
1899
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/FinalizeCutover AWS API Documentation
@@ -1919,6 +1949,8 @@ module Aws::Mgn
1919
1949
  # resp.post_launch_actions.s3_output_key_prefix #=> String
1920
1950
  # resp.post_launch_actions.ssm_documents #=> Array
1921
1951
  # resp.post_launch_actions.ssm_documents[0].action_name #=> String
1952
+ # resp.post_launch_actions.ssm_documents[0].external_parameters #=> Hash
1953
+ # resp.post_launch_actions.ssm_documents[0].external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
1922
1954
  # resp.post_launch_actions.ssm_documents[0].must_succeed_for_cutover #=> Boolean
1923
1955
  # resp.post_launch_actions.ssm_documents[0].parameters #=> Hash
1924
1956
  # resp.post_launch_actions.ssm_documents[0].parameters["SsmDocumentParameterName"] #=> Array
@@ -2072,6 +2104,205 @@ module Aws::Mgn
2072
2104
  req.send_request(options)
2073
2105
  end
2074
2106
 
2107
+ # List export errors.
2108
+ #
2109
+ # @option params [required, String] :export_id
2110
+ # List export errors request export id.
2111
+ #
2112
+ # @option params [Integer] :max_results
2113
+ # List export errors request max results.
2114
+ #
2115
+ # @option params [String] :next_token
2116
+ # List export errors request next token.
2117
+ #
2118
+ # @return [Types::ListExportErrorsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2119
+ #
2120
+ # * {Types::ListExportErrorsResponse#items #items} => Array&lt;Types::ExportTaskError&gt;
2121
+ # * {Types::ListExportErrorsResponse#next_token #next_token} => String
2122
+ #
2123
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2124
+ #
2125
+ # @example Request syntax with placeholder values
2126
+ #
2127
+ # resp = client.list_export_errors({
2128
+ # export_id: "ExportID", # required
2129
+ # max_results: 1,
2130
+ # next_token: "PaginationToken",
2131
+ # })
2132
+ #
2133
+ # @example Response structure
2134
+ #
2135
+ # resp.items #=> Array
2136
+ # resp.items[0].error_data.raw_error #=> String
2137
+ # resp.items[0].error_date_time #=> String
2138
+ # resp.next_token #=> String
2139
+ #
2140
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListExportErrors AWS API Documentation
2141
+ #
2142
+ # @overload list_export_errors(params = {})
2143
+ # @param [Hash] params ({})
2144
+ def list_export_errors(params = {}, options = {})
2145
+ req = build_request(:list_export_errors, params)
2146
+ req.send_request(options)
2147
+ end
2148
+
2149
+ # List exports.
2150
+ #
2151
+ # @option params [Types::ListExportsRequestFilters] :filters
2152
+ # List exports request filters.
2153
+ #
2154
+ # @option params [Integer] :max_results
2155
+ # List export request max results.
2156
+ #
2157
+ # @option params [String] :next_token
2158
+ # List export request next token.
2159
+ #
2160
+ # @return [Types::ListExportsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2161
+ #
2162
+ # * {Types::ListExportsResponse#items #items} => Array&lt;Types::ExportTask&gt;
2163
+ # * {Types::ListExportsResponse#next_token #next_token} => String
2164
+ #
2165
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2166
+ #
2167
+ # @example Request syntax with placeholder values
2168
+ #
2169
+ # resp = client.list_exports({
2170
+ # filters: {
2171
+ # export_i_ds: ["ExportID"],
2172
+ # },
2173
+ # max_results: 1,
2174
+ # next_token: "PaginationToken",
2175
+ # })
2176
+ #
2177
+ # @example Response structure
2178
+ #
2179
+ # resp.items #=> Array
2180
+ # resp.items[0].creation_date_time #=> String
2181
+ # resp.items[0].end_date_time #=> String
2182
+ # resp.items[0].export_id #=> String
2183
+ # resp.items[0].progress_percentage #=> Float
2184
+ # resp.items[0].s3_bucket #=> String
2185
+ # resp.items[0].s3_bucket_owner #=> String
2186
+ # resp.items[0].s3_key #=> String
2187
+ # resp.items[0].status #=> String, one of "PENDING", "STARTED", "FAILED", "SUCCEEDED"
2188
+ # resp.items[0].summary.applications_count #=> Integer
2189
+ # resp.items[0].summary.servers_count #=> Integer
2190
+ # resp.items[0].summary.waves_count #=> Integer
2191
+ # resp.next_token #=> String
2192
+ #
2193
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListExports AWS API Documentation
2194
+ #
2195
+ # @overload list_exports(params = {})
2196
+ # @param [Hash] params ({})
2197
+ def list_exports(params = {}, options = {})
2198
+ req = build_request(:list_exports, params)
2199
+ req.send_request(options)
2200
+ end
2201
+
2202
+ # List import errors.
2203
+ #
2204
+ # @option params [required, String] :import_id
2205
+ # List import errors request import id.
2206
+ #
2207
+ # @option params [Integer] :max_results
2208
+ # List import errors request max results.
2209
+ #
2210
+ # @option params [String] :next_token
2211
+ # List import errors request next token.
2212
+ #
2213
+ # @return [Types::ListImportErrorsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2214
+ #
2215
+ # * {Types::ListImportErrorsResponse#items #items} => Array&lt;Types::ImportTaskError&gt;
2216
+ # * {Types::ListImportErrorsResponse#next_token #next_token} => String
2217
+ #
2218
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2219
+ #
2220
+ # @example Request syntax with placeholder values
2221
+ #
2222
+ # resp = client.list_import_errors({
2223
+ # import_id: "ImportID", # required
2224
+ # max_results: 1,
2225
+ # next_token: "PaginationToken",
2226
+ # })
2227
+ #
2228
+ # @example Response structure
2229
+ #
2230
+ # resp.items #=> Array
2231
+ # resp.items[0].error_data.application_id #=> String
2232
+ # resp.items[0].error_data.ec2_launch_template_id #=> String
2233
+ # resp.items[0].error_data.raw_error #=> String
2234
+ # resp.items[0].error_data.row_number #=> Integer
2235
+ # resp.items[0].error_data.source_server_id #=> String
2236
+ # resp.items[0].error_data.wave_id #=> String
2237
+ # resp.items[0].error_date_time #=> String
2238
+ # resp.items[0].error_type #=> String, one of "VALIDATION_ERROR", "PROCESSING_ERROR"
2239
+ # resp.next_token #=> String
2240
+ #
2241
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListImportErrors AWS API Documentation
2242
+ #
2243
+ # @overload list_import_errors(params = {})
2244
+ # @param [Hash] params ({})
2245
+ def list_import_errors(params = {}, options = {})
2246
+ req = build_request(:list_import_errors, params)
2247
+ req.send_request(options)
2248
+ end
2249
+
2250
+ # List imports.
2251
+ #
2252
+ # @option params [Types::ListImportsRequestFilters] :filters
2253
+ # List imports request filters.
2254
+ #
2255
+ # @option params [Integer] :max_results
2256
+ # List imports request max results.
2257
+ #
2258
+ # @option params [String] :next_token
2259
+ # List imports request next token.
2260
+ #
2261
+ # @return [Types::ListImportsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2262
+ #
2263
+ # * {Types::ListImportsResponse#items #items} => Array&lt;Types::ImportTask&gt;
2264
+ # * {Types::ListImportsResponse#next_token #next_token} => String
2265
+ #
2266
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2267
+ #
2268
+ # @example Request syntax with placeholder values
2269
+ #
2270
+ # resp = client.list_imports({
2271
+ # filters: {
2272
+ # import_i_ds: ["ImportID"],
2273
+ # },
2274
+ # max_results: 1,
2275
+ # next_token: "PaginationToken",
2276
+ # })
2277
+ #
2278
+ # @example Response structure
2279
+ #
2280
+ # resp.items #=> Array
2281
+ # resp.items[0].creation_date_time #=> String
2282
+ # resp.items[0].end_date_time #=> String
2283
+ # resp.items[0].import_id #=> String
2284
+ # resp.items[0].progress_percentage #=> Float
2285
+ # resp.items[0].s3_bucket_source.s3_bucket #=> String
2286
+ # resp.items[0].s3_bucket_source.s3_bucket_owner #=> String
2287
+ # resp.items[0].s3_bucket_source.s3_key #=> String
2288
+ # resp.items[0].status #=> String, one of "PENDING", "STARTED", "FAILED", "SUCCEEDED"
2289
+ # resp.items[0].summary.applications.created_count #=> Integer
2290
+ # resp.items[0].summary.applications.modified_count #=> Integer
2291
+ # resp.items[0].summary.servers.created_count #=> Integer
2292
+ # resp.items[0].summary.servers.modified_count #=> Integer
2293
+ # resp.items[0].summary.waves.created_count #=> Integer
2294
+ # resp.items[0].summary.waves.modified_count #=> Integer
2295
+ # resp.next_token #=> String
2296
+ #
2297
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListImports AWS API Documentation
2298
+ #
2299
+ # @overload list_imports(params = {})
2300
+ # @param [Hash] params ({})
2301
+ def list_imports(params = {}, options = {})
2302
+ req = build_request(:list_imports, params)
2303
+ req.send_request(options)
2304
+ end
2305
+
2075
2306
  # List source server post migration custom actions.
2076
2307
  #
2077
2308
  # @option params [Types::SourceServerActionsRequestFilters] :filters
@@ -2113,8 +2344,12 @@ module Aws::Mgn
2113
2344
  # resp.items[0].action_id #=> String
2114
2345
  # resp.items[0].action_name #=> String
2115
2346
  # resp.items[0].active #=> Boolean
2347
+ # resp.items[0].category #=> String, one of "DISASTER_RECOVERY", "OPERATING_SYSTEM", "LICENSE_AND_SUBSCRIPTION", "VALIDATION", "OBSERVABILITY", "SECURITY", "NETWORKING", "CONFIGURATION", "BACKUP", "OTHER"
2348
+ # resp.items[0].description #=> String
2116
2349
  # resp.items[0].document_identifier #=> String
2117
2350
  # resp.items[0].document_version #=> String
2351
+ # resp.items[0].external_parameters #=> Hash
2352
+ # resp.items[0].external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
2118
2353
  # resp.items[0].must_succeed_for_cutover #=> Boolean
2119
2354
  # resp.items[0].order #=> Integer
2120
2355
  # resp.items[0].parameters #=> Hash
@@ -2201,8 +2436,12 @@ module Aws::Mgn
2201
2436
  # resp.items[0].action_id #=> String
2202
2437
  # resp.items[0].action_name #=> String
2203
2438
  # resp.items[0].active #=> Boolean
2439
+ # resp.items[0].category #=> String, one of "DISASTER_RECOVERY", "OPERATING_SYSTEM", "LICENSE_AND_SUBSCRIPTION", "VALIDATION", "OBSERVABILITY", "SECURITY", "NETWORKING", "CONFIGURATION", "BACKUP", "OTHER"
2440
+ # resp.items[0].description #=> String
2204
2441
  # resp.items[0].document_identifier #=> String
2205
2442
  # resp.items[0].document_version #=> String
2443
+ # resp.items[0].external_parameters #=> Hash
2444
+ # resp.items[0].external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
2206
2445
  # resp.items[0].must_succeed_for_cutover #=> Boolean
2207
2446
  # resp.items[0].operating_system #=> String
2208
2447
  # resp.items[0].order #=> Integer
@@ -2292,6 +2531,7 @@ module Aws::Mgn
2292
2531
  # * {Types::SourceServer#application_id #application_id} => String
2293
2532
  # * {Types::SourceServer#arn #arn} => String
2294
2533
  # * {Types::SourceServer#data_replication_info #data_replication_info} => Types::DataReplicationInfo
2534
+ # * {Types::SourceServer#fqdn_for_action_framework #fqdn_for_action_framework} => String
2295
2535
  # * {Types::SourceServer#is_archived #is_archived} => Boolean
2296
2536
  # * {Types::SourceServer#launched_instance #launched_instance} => Types::LaunchedInstance
2297
2537
  # * {Types::SourceServer#life_cycle #life_cycle} => Types::LifeCycle
@@ -2299,6 +2539,7 @@ module Aws::Mgn
2299
2539
  # * {Types::SourceServer#source_properties #source_properties} => Types::SourceProperties
2300
2540
  # * {Types::SourceServer#source_server_id #source_server_id} => String
2301
2541
  # * {Types::SourceServer#tags #tags} => Hash&lt;String,String&gt;
2542
+ # * {Types::SourceServer#user_provided_id #user_provided_id} => String
2302
2543
  # * {Types::SourceServer#vcenter_client_id #vcenter_client_id} => String
2303
2544
  #
2304
2545
  # @example Request syntax with placeholder values
@@ -2328,6 +2569,7 @@ module Aws::Mgn
2328
2569
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2329
2570
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2330
2571
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
2572
+ # resp.fqdn_for_action_framework #=> String
2331
2573
  # resp.is_archived #=> Boolean
2332
2574
  # resp.launched_instance.ec2_instance_id #=> String
2333
2575
  # resp.launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -2344,7 +2586,7 @@ module Aws::Mgn
2344
2586
  # resp.life_cycle.last_test.initiated.api_call_date_time #=> String
2345
2587
  # resp.life_cycle.last_test.initiated.job_id #=> String
2346
2588
  # resp.life_cycle.last_test.reverted.api_call_date_time #=> String
2347
- # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
2589
+ # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
2348
2590
  # resp.replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
2349
2591
  # resp.source_properties.cpus #=> Array
2350
2592
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -2369,6 +2611,7 @@ module Aws::Mgn
2369
2611
  # resp.source_server_id #=> String
2370
2612
  # resp.tags #=> Hash
2371
2613
  # resp.tags["TagKey"] #=> String
2614
+ # resp.user_provided_id #=> String
2372
2615
  # resp.vcenter_client_id #=> String
2373
2616
  #
2374
2617
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/MarkAsArchived AWS API Documentation
@@ -2391,12 +2634,21 @@ module Aws::Mgn
2391
2634
  # @option params [Boolean] :active
2392
2635
  # Source server post migration custom action active status.
2393
2636
  #
2637
+ # @option params [String] :category
2638
+ # Source server post migration custom action category.
2639
+ #
2640
+ # @option params [String] :description
2641
+ # Source server post migration custom action description.
2642
+ #
2394
2643
  # @option params [required, String] :document_identifier
2395
2644
  # Source server post migration custom action document identifier.
2396
2645
  #
2397
2646
  # @option params [String] :document_version
2398
2647
  # Source server post migration custom action document version.
2399
2648
  #
2649
+ # @option params [Hash<String,Types::SsmExternalParameter>] :external_parameters
2650
+ # Source server post migration custom action external parameters.
2651
+ #
2400
2652
  # @option params [Boolean] :must_succeed_for_cutover
2401
2653
  # Source server post migration custom action must succeed for cutover.
2402
2654
  #
@@ -2417,8 +2669,11 @@ module Aws::Mgn
2417
2669
  # * {Types::SourceServerActionDocument#action_id #action_id} => String
2418
2670
  # * {Types::SourceServerActionDocument#action_name #action_name} => String
2419
2671
  # * {Types::SourceServerActionDocument#active #active} => Boolean
2672
+ # * {Types::SourceServerActionDocument#category #category} => String
2673
+ # * {Types::SourceServerActionDocument#description #description} => String
2420
2674
  # * {Types::SourceServerActionDocument#document_identifier #document_identifier} => String
2421
2675
  # * {Types::SourceServerActionDocument#document_version #document_version} => String
2676
+ # * {Types::SourceServerActionDocument#external_parameters #external_parameters} => Hash&lt;String,Types::SsmExternalParameter&gt;
2422
2677
  # * {Types::SourceServerActionDocument#must_succeed_for_cutover #must_succeed_for_cutover} => Boolean
2423
2678
  # * {Types::SourceServerActionDocument#order #order} => Integer
2424
2679
  # * {Types::SourceServerActionDocument#parameters #parameters} => Hash&lt;String,Array&lt;Types::SsmParameterStoreParameter&gt;&gt;
@@ -2430,8 +2685,15 @@ module Aws::Mgn
2430
2685
  # action_id: "ActionID", # required
2431
2686
  # action_name: "ActionName", # required
2432
2687
  # active: false,
2688
+ # category: "DISASTER_RECOVERY", # accepts DISASTER_RECOVERY, OPERATING_SYSTEM, LICENSE_AND_SUBSCRIPTION, VALIDATION, OBSERVABILITY, SECURITY, NETWORKING, CONFIGURATION, BACKUP, OTHER
2689
+ # description: "ActionDescription",
2433
2690
  # document_identifier: "BoundedString", # required
2434
2691
  # document_version: "DocumentVersion",
2692
+ # external_parameters: {
2693
+ # "SsmDocumentParameterName" => {
2694
+ # dynamic_path: "JmesPathString",
2695
+ # },
2696
+ # },
2435
2697
  # must_succeed_for_cutover: false,
2436
2698
  # order: 1, # required
2437
2699
  # parameters: {
@@ -2451,8 +2713,12 @@ module Aws::Mgn
2451
2713
  # resp.action_id #=> String
2452
2714
  # resp.action_name #=> String
2453
2715
  # resp.active #=> Boolean
2716
+ # resp.category #=> String, one of "DISASTER_RECOVERY", "OPERATING_SYSTEM", "LICENSE_AND_SUBSCRIPTION", "VALIDATION", "OBSERVABILITY", "SECURITY", "NETWORKING", "CONFIGURATION", "BACKUP", "OTHER"
2717
+ # resp.description #=> String
2454
2718
  # resp.document_identifier #=> String
2455
2719
  # resp.document_version #=> String
2720
+ # resp.external_parameters #=> Hash
2721
+ # resp.external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
2456
2722
  # resp.must_succeed_for_cutover #=> Boolean
2457
2723
  # resp.order #=> Integer
2458
2724
  # resp.parameters #=> Hash
@@ -2481,12 +2747,21 @@ module Aws::Mgn
2481
2747
  # @option params [Boolean] :active
2482
2748
  # Template post migration custom action active status.
2483
2749
  #
2750
+ # @option params [String] :category
2751
+ # Template post migration custom action category.
2752
+ #
2753
+ # @option params [String] :description
2754
+ # Template post migration custom action description.
2755
+ #
2484
2756
  # @option params [required, String] :document_identifier
2485
2757
  # Template post migration custom action document identifier.
2486
2758
  #
2487
2759
  # @option params [String] :document_version
2488
2760
  # Template post migration custom action document version.
2489
2761
  #
2762
+ # @option params [Hash<String,Types::SsmExternalParameter>] :external_parameters
2763
+ # Template post migration custom action external parameters.
2764
+ #
2490
2765
  # @option params [required, String] :launch_configuration_template_id
2491
2766
  # Launch configuration template ID.
2492
2767
  #
@@ -2511,8 +2786,11 @@ module Aws::Mgn
2511
2786
  # * {Types::TemplateActionDocument#action_id #action_id} => String
2512
2787
  # * {Types::TemplateActionDocument#action_name #action_name} => String
2513
2788
  # * {Types::TemplateActionDocument#active #active} => Boolean
2789
+ # * {Types::TemplateActionDocument#category #category} => String
2790
+ # * {Types::TemplateActionDocument#description #description} => String
2514
2791
  # * {Types::TemplateActionDocument#document_identifier #document_identifier} => String
2515
2792
  # * {Types::TemplateActionDocument#document_version #document_version} => String
2793
+ # * {Types::TemplateActionDocument#external_parameters #external_parameters} => Hash&lt;String,Types::SsmExternalParameter&gt;
2516
2794
  # * {Types::TemplateActionDocument#must_succeed_for_cutover #must_succeed_for_cutover} => Boolean
2517
2795
  # * {Types::TemplateActionDocument#operating_system #operating_system} => String
2518
2796
  # * {Types::TemplateActionDocument#order #order} => Integer
@@ -2525,8 +2803,15 @@ module Aws::Mgn
2525
2803
  # action_id: "ActionID", # required
2526
2804
  # action_name: "BoundedString", # required
2527
2805
  # active: false,
2806
+ # category: "DISASTER_RECOVERY", # accepts DISASTER_RECOVERY, OPERATING_SYSTEM, LICENSE_AND_SUBSCRIPTION, VALIDATION, OBSERVABILITY, SECURITY, NETWORKING, CONFIGURATION, BACKUP, OTHER
2807
+ # description: "ActionDescription",
2528
2808
  # document_identifier: "BoundedString", # required
2529
2809
  # document_version: "DocumentVersion",
2810
+ # external_parameters: {
2811
+ # "SsmDocumentParameterName" => {
2812
+ # dynamic_path: "JmesPathString",
2813
+ # },
2814
+ # },
2530
2815
  # launch_configuration_template_id: "LaunchConfigurationTemplateID", # required
2531
2816
  # must_succeed_for_cutover: false,
2532
2817
  # operating_system: "OperatingSystemString",
@@ -2547,8 +2832,12 @@ module Aws::Mgn
2547
2832
  # resp.action_id #=> String
2548
2833
  # resp.action_name #=> String
2549
2834
  # resp.active #=> Boolean
2835
+ # resp.category #=> String, one of "DISASTER_RECOVERY", "OPERATING_SYSTEM", "LICENSE_AND_SUBSCRIPTION", "VALIDATION", "OBSERVABILITY", "SECURITY", "NETWORKING", "CONFIGURATION", "BACKUP", "OTHER"
2836
+ # resp.description #=> String
2550
2837
  # resp.document_identifier #=> String
2551
2838
  # resp.document_version #=> String
2839
+ # resp.external_parameters #=> Hash
2840
+ # resp.external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
2552
2841
  # resp.must_succeed_for_cutover #=> Boolean
2553
2842
  # resp.operating_system #=> String
2554
2843
  # resp.order #=> Integer
@@ -2633,6 +2922,7 @@ module Aws::Mgn
2633
2922
  # * {Types::SourceServer#application_id #application_id} => String
2634
2923
  # * {Types::SourceServer#arn #arn} => String
2635
2924
  # * {Types::SourceServer#data_replication_info #data_replication_info} => Types::DataReplicationInfo
2925
+ # * {Types::SourceServer#fqdn_for_action_framework #fqdn_for_action_framework} => String
2636
2926
  # * {Types::SourceServer#is_archived #is_archived} => Boolean
2637
2927
  # * {Types::SourceServer#launched_instance #launched_instance} => Types::LaunchedInstance
2638
2928
  # * {Types::SourceServer#life_cycle #life_cycle} => Types::LifeCycle
@@ -2640,6 +2930,7 @@ module Aws::Mgn
2640
2930
  # * {Types::SourceServer#source_properties #source_properties} => Types::SourceProperties
2641
2931
  # * {Types::SourceServer#source_server_id #source_server_id} => String
2642
2932
  # * {Types::SourceServer#tags #tags} => Hash&lt;String,String&gt;
2933
+ # * {Types::SourceServer#user_provided_id #user_provided_id} => String
2643
2934
  # * {Types::SourceServer#vcenter_client_id #vcenter_client_id} => String
2644
2935
  #
2645
2936
  # @example Request syntax with placeholder values
@@ -2669,6 +2960,7 @@ module Aws::Mgn
2669
2960
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2670
2961
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2671
2962
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
2963
+ # resp.fqdn_for_action_framework #=> String
2672
2964
  # resp.is_archived #=> Boolean
2673
2965
  # resp.launched_instance.ec2_instance_id #=> String
2674
2966
  # resp.launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -2685,7 +2977,7 @@ module Aws::Mgn
2685
2977
  # resp.life_cycle.last_test.initiated.api_call_date_time #=> String
2686
2978
  # resp.life_cycle.last_test.initiated.job_id #=> String
2687
2979
  # resp.life_cycle.last_test.reverted.api_call_date_time #=> String
2688
- # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
2980
+ # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
2689
2981
  # resp.replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
2690
2982
  # resp.source_properties.cpus #=> Array
2691
2983
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -2710,6 +3002,7 @@ module Aws::Mgn
2710
3002
  # resp.source_server_id #=> String
2711
3003
  # resp.tags #=> Hash
2712
3004
  # resp.tags["TagKey"] #=> String
3005
+ # resp.user_provided_id #=> String
2713
3006
  # resp.vcenter_client_id #=> String
2714
3007
  #
2715
3008
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/RetryDataReplication AWS API Documentation
@@ -2759,6 +3052,8 @@ module Aws::Mgn
2759
3052
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].execution_status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
2760
3053
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].failure_reason #=> String
2761
3054
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.action_name #=> String
3055
+ # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters #=> Hash
3056
+ # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
2762
3057
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.must_succeed_for_cutover #=> Boolean
2763
3058
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters #=> Hash
2764
3059
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters["SsmDocumentParameterName"] #=> Array
@@ -2783,6 +3078,104 @@ module Aws::Mgn
2783
3078
  req.send_request(options)
2784
3079
  end
2785
3080
 
3081
+ # Start export.
3082
+ #
3083
+ # @option params [required, String] :s3_bucket
3084
+ # Start export request s3 bucket.
3085
+ #
3086
+ # @option params [String] :s3_bucket_owner
3087
+ # Start export request s3 bucket owner.
3088
+ #
3089
+ # @option params [required, String] :s3_key
3090
+ # Start export request s3key.
3091
+ #
3092
+ # @return [Types::StartExportResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3093
+ #
3094
+ # * {Types::StartExportResponse#export_task #export_task} => Types::ExportTask
3095
+ #
3096
+ # @example Request syntax with placeholder values
3097
+ #
3098
+ # resp = client.start_export({
3099
+ # s3_bucket: "S3BucketName", # required
3100
+ # s3_bucket_owner: "AccountID",
3101
+ # s3_key: "S3Key", # required
3102
+ # })
3103
+ #
3104
+ # @example Response structure
3105
+ #
3106
+ # resp.export_task.creation_date_time #=> String
3107
+ # resp.export_task.end_date_time #=> String
3108
+ # resp.export_task.export_id #=> String
3109
+ # resp.export_task.progress_percentage #=> Float
3110
+ # resp.export_task.s3_bucket #=> String
3111
+ # resp.export_task.s3_bucket_owner #=> String
3112
+ # resp.export_task.s3_key #=> String
3113
+ # resp.export_task.status #=> String, one of "PENDING", "STARTED", "FAILED", "SUCCEEDED"
3114
+ # resp.export_task.summary.applications_count #=> Integer
3115
+ # resp.export_task.summary.servers_count #=> Integer
3116
+ # resp.export_task.summary.waves_count #=> Integer
3117
+ #
3118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartExport AWS API Documentation
3119
+ #
3120
+ # @overload start_export(params = {})
3121
+ # @param [Hash] params ({})
3122
+ def start_export(params = {}, options = {})
3123
+ req = build_request(:start_export, params)
3124
+ req.send_request(options)
3125
+ end
3126
+
3127
+ # Start import.
3128
+ #
3129
+ # @option params [String] :client_token
3130
+ # Start import request client token.
3131
+ #
3132
+ # **A suitable default value is auto-generated.** You should normally
3133
+ # not need to pass this option.**
3134
+ #
3135
+ # @option params [required, Types::S3BucketSource] :s3_bucket_source
3136
+ # Start import request s3 bucket source.
3137
+ #
3138
+ # @return [Types::StartImportResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3139
+ #
3140
+ # * {Types::StartImportResponse#import_task #import_task} => Types::ImportTask
3141
+ #
3142
+ # @example Request syntax with placeholder values
3143
+ #
3144
+ # resp = client.start_import({
3145
+ # client_token: "ClientIdempotencyToken",
3146
+ # s3_bucket_source: { # required
3147
+ # s3_bucket: "S3BucketName", # required
3148
+ # s3_bucket_owner: "AccountID",
3149
+ # s3_key: "S3Key", # required
3150
+ # },
3151
+ # })
3152
+ #
3153
+ # @example Response structure
3154
+ #
3155
+ # resp.import_task.creation_date_time #=> String
3156
+ # resp.import_task.end_date_time #=> String
3157
+ # resp.import_task.import_id #=> String
3158
+ # resp.import_task.progress_percentage #=> Float
3159
+ # resp.import_task.s3_bucket_source.s3_bucket #=> String
3160
+ # resp.import_task.s3_bucket_source.s3_bucket_owner #=> String
3161
+ # resp.import_task.s3_bucket_source.s3_key #=> String
3162
+ # resp.import_task.status #=> String, one of "PENDING", "STARTED", "FAILED", "SUCCEEDED"
3163
+ # resp.import_task.summary.applications.created_count #=> Integer
3164
+ # resp.import_task.summary.applications.modified_count #=> Integer
3165
+ # resp.import_task.summary.servers.created_count #=> Integer
3166
+ # resp.import_task.summary.servers.modified_count #=> Integer
3167
+ # resp.import_task.summary.waves.created_count #=> Integer
3168
+ # resp.import_task.summary.waves.modified_count #=> Integer
3169
+ #
3170
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartImport AWS API Documentation
3171
+ #
3172
+ # @overload start_import(params = {})
3173
+ # @param [Hash] params ({})
3174
+ def start_import(params = {}, options = {})
3175
+ req = build_request(:start_import, params)
3176
+ req.send_request(options)
3177
+ end
3178
+
2786
3179
  # Starts replication for SNAPSHOT\_SHIPPING agents.
2787
3180
  #
2788
3181
  # @option params [required, String] :source_server_id
@@ -2793,6 +3186,7 @@ module Aws::Mgn
2793
3186
  # * {Types::SourceServer#application_id #application_id} => String
2794
3187
  # * {Types::SourceServer#arn #arn} => String
2795
3188
  # * {Types::SourceServer#data_replication_info #data_replication_info} => Types::DataReplicationInfo
3189
+ # * {Types::SourceServer#fqdn_for_action_framework #fqdn_for_action_framework} => String
2796
3190
  # * {Types::SourceServer#is_archived #is_archived} => Boolean
2797
3191
  # * {Types::SourceServer#launched_instance #launched_instance} => Types::LaunchedInstance
2798
3192
  # * {Types::SourceServer#life_cycle #life_cycle} => Types::LifeCycle
@@ -2800,6 +3194,7 @@ module Aws::Mgn
2800
3194
  # * {Types::SourceServer#source_properties #source_properties} => Types::SourceProperties
2801
3195
  # * {Types::SourceServer#source_server_id #source_server_id} => String
2802
3196
  # * {Types::SourceServer#tags #tags} => Hash&lt;String,String&gt;
3197
+ # * {Types::SourceServer#user_provided_id #user_provided_id} => String
2803
3198
  # * {Types::SourceServer#vcenter_client_id #vcenter_client_id} => String
2804
3199
  #
2805
3200
  # @example Request syntax with placeholder values
@@ -2829,6 +3224,7 @@ module Aws::Mgn
2829
3224
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2830
3225
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2831
3226
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
3227
+ # resp.fqdn_for_action_framework #=> String
2832
3228
  # resp.is_archived #=> Boolean
2833
3229
  # resp.launched_instance.ec2_instance_id #=> String
2834
3230
  # resp.launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -2845,7 +3241,7 @@ module Aws::Mgn
2845
3241
  # resp.life_cycle.last_test.initiated.api_call_date_time #=> String
2846
3242
  # resp.life_cycle.last_test.initiated.job_id #=> String
2847
3243
  # resp.life_cycle.last_test.reverted.api_call_date_time #=> String
2848
- # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
3244
+ # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
2849
3245
  # resp.replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
2850
3246
  # resp.source_properties.cpus #=> Array
2851
3247
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -2870,6 +3266,7 @@ module Aws::Mgn
2870
3266
  # resp.source_server_id #=> String
2871
3267
  # resp.tags #=> Hash
2872
3268
  # resp.tags["TagKey"] #=> String
3269
+ # resp.user_provided_id #=> String
2873
3270
  # resp.vcenter_client_id #=> String
2874
3271
  #
2875
3272
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartReplication AWS API Documentation
@@ -2919,6 +3316,8 @@ module Aws::Mgn
2919
3316
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].execution_status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
2920
3317
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].failure_reason #=> String
2921
3318
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.action_name #=> String
3319
+ # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters #=> Hash
3320
+ # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
2922
3321
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.must_succeed_for_cutover #=> Boolean
2923
3322
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters #=> Hash
2924
3323
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters["SsmDocumentParameterName"] #=> Array
@@ -3013,6 +3412,8 @@ module Aws::Mgn
3013
3412
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].execution_status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
3014
3413
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].failure_reason #=> String
3015
3414
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.action_name #=> String
3415
+ # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters #=> Hash
3416
+ # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
3016
3417
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.must_succeed_for_cutover #=> Boolean
3017
3418
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters #=> Hash
3018
3419
  # resp.job.participating_servers[0].post_launch_actions_status.post_launch_actions_launch_status_list[0].ssm_document.parameters["SsmDocumentParameterName"] #=> Array
@@ -3292,6 +3693,11 @@ module Aws::Mgn
3292
3693
  # ssm_documents: [
3293
3694
  # {
3294
3695
  # action_name: "BoundedString", # required
3696
+ # external_parameters: {
3697
+ # "SsmDocumentParameterName" => {
3698
+ # dynamic_path: "JmesPathString",
3699
+ # },
3700
+ # },
3295
3701
  # must_succeed_for_cutover: false,
3296
3702
  # parameters: {
3297
3703
  # "SsmDocumentParameterName" => [
@@ -3327,6 +3733,8 @@ module Aws::Mgn
3327
3733
  # resp.post_launch_actions.s3_output_key_prefix #=> String
3328
3734
  # resp.post_launch_actions.ssm_documents #=> Array
3329
3735
  # resp.post_launch_actions.ssm_documents[0].action_name #=> String
3736
+ # resp.post_launch_actions.ssm_documents[0].external_parameters #=> Hash
3737
+ # resp.post_launch_actions.ssm_documents[0].external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
3330
3738
  # resp.post_launch_actions.ssm_documents[0].must_succeed_for_cutover #=> Boolean
3331
3739
  # resp.post_launch_actions.ssm_documents[0].parameters #=> Hash
3332
3740
  # resp.post_launch_actions.ssm_documents[0].parameters["SsmDocumentParameterName"] #=> Array
@@ -3437,6 +3845,11 @@ module Aws::Mgn
3437
3845
  # ssm_documents: [
3438
3846
  # {
3439
3847
  # action_name: "BoundedString", # required
3848
+ # external_parameters: {
3849
+ # "SsmDocumentParameterName" => {
3850
+ # dynamic_path: "JmesPathString",
3851
+ # },
3852
+ # },
3440
3853
  # must_succeed_for_cutover: false,
3441
3854
  # parameters: {
3442
3855
  # "SsmDocumentParameterName" => [
@@ -3482,6 +3895,8 @@ module Aws::Mgn
3482
3895
  # resp.post_launch_actions.s3_output_key_prefix #=> String
3483
3896
  # resp.post_launch_actions.ssm_documents #=> Array
3484
3897
  # resp.post_launch_actions.ssm_documents[0].action_name #=> String
3898
+ # resp.post_launch_actions.ssm_documents[0].external_parameters #=> Hash
3899
+ # resp.post_launch_actions.ssm_documents[0].external_parameters["SsmDocumentParameterName"].dynamic_path #=> String
3485
3900
  # resp.post_launch_actions.ssm_documents[0].must_succeed_for_cutover #=> Boolean
3486
3901
  # resp.post_launch_actions.ssm_documents[0].parameters #=> Hash
3487
3902
  # resp.post_launch_actions.ssm_documents[0].parameters["SsmDocumentParameterName"] #=> Array
@@ -3776,6 +4191,7 @@ module Aws::Mgn
3776
4191
  # * {Types::SourceServer#application_id #application_id} => String
3777
4192
  # * {Types::SourceServer#arn #arn} => String
3778
4193
  # * {Types::SourceServer#data_replication_info #data_replication_info} => Types::DataReplicationInfo
4194
+ # * {Types::SourceServer#fqdn_for_action_framework #fqdn_for_action_framework} => String
3779
4195
  # * {Types::SourceServer#is_archived #is_archived} => Boolean
3780
4196
  # * {Types::SourceServer#launched_instance #launched_instance} => Types::LaunchedInstance
3781
4197
  # * {Types::SourceServer#life_cycle #life_cycle} => Types::LifeCycle
@@ -3783,6 +4199,7 @@ module Aws::Mgn
3783
4199
  # * {Types::SourceServer#source_properties #source_properties} => Types::SourceProperties
3784
4200
  # * {Types::SourceServer#source_server_id #source_server_id} => String
3785
4201
  # * {Types::SourceServer#tags #tags} => Hash&lt;String,String&gt;
4202
+ # * {Types::SourceServer#user_provided_id #user_provided_id} => String
3786
4203
  # * {Types::SourceServer#vcenter_client_id #vcenter_client_id} => String
3787
4204
  #
3788
4205
  # @example Request syntax with placeholder values
@@ -3813,6 +4230,7 @@ module Aws::Mgn
3813
4230
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
3814
4231
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
3815
4232
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
4233
+ # resp.fqdn_for_action_framework #=> String
3816
4234
  # resp.is_archived #=> Boolean
3817
4235
  # resp.launched_instance.ec2_instance_id #=> String
3818
4236
  # resp.launched_instance.first_boot #=> String, one of "WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED"
@@ -3829,7 +4247,7 @@ module Aws::Mgn
3829
4247
  # resp.life_cycle.last_test.initiated.api_call_date_time #=> String
3830
4248
  # resp.life_cycle.last_test.initiated.job_id #=> String
3831
4249
  # resp.life_cycle.last_test.reverted.api_call_date_time #=> String
3832
- # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED"
4250
+ # resp.life_cycle.state #=> String, one of "STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION"
3833
4251
  # resp.replication_type #=> String, one of "AGENT_BASED", "SNAPSHOT_SHIPPING"
3834
4252
  # resp.source_properties.cpus #=> Array
3835
4253
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -3854,6 +4272,7 @@ module Aws::Mgn
3854
4272
  # resp.source_server_id #=> String
3855
4273
  # resp.tags #=> Hash
3856
4274
  # resp.tags["TagKey"] #=> String
4275
+ # resp.user_provided_id #=> String
3857
4276
  # resp.vcenter_client_id #=> String
3858
4277
  #
3859
4278
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateSourceServerReplicationType AWS API Documentation
@@ -3935,7 +4354,7 @@ module Aws::Mgn
3935
4354
  params: params,
3936
4355
  config: config)
3937
4356
  context[:gem_name] = 'aws-sdk-mgn'
3938
- context[:gem_version] = '1.17.0'
4357
+ context[:gem_version] = '1.19.0'
3939
4358
  Seahorse::Client::Request.new(handlers, context)
3940
4359
  end
3941
4360