aws-sdk 2.1410.0 → 2.1412.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.
package/clients/mgn.d.ts CHANGED
@@ -283,6 +283,14 @@ declare class Mgn extends Service {
283
283
  * List imports.
284
284
  */
285
285
  listImports(callback?: (err: AWSError, data: Mgn.Types.ListImportsResponse) => void): Request<Mgn.Types.ListImportsResponse, AWSError>;
286
+ /**
287
+ * List Managed Accounts.
288
+ */
289
+ listManagedAccounts(params: Mgn.Types.ListManagedAccountsRequest, callback?: (err: AWSError, data: Mgn.Types.ListManagedAccountsResponse) => void): Request<Mgn.Types.ListManagedAccountsResponse, AWSError>;
290
+ /**
291
+ * List Managed Accounts.
292
+ */
293
+ listManagedAccounts(callback?: (err: AWSError, data: Mgn.Types.ListManagedAccountsResponse) => void): Request<Mgn.Types.ListManagedAccountsResponse, AWSError>;
286
294
  /**
287
295
  * List source server post migration custom actions.
288
296
  */
@@ -323,6 +331,14 @@ declare class Mgn extends Service {
323
331
  * Archives specific Source Servers by setting the SourceServer.isArchived property to true for specified SourceServers by ID. This command only works for SourceServers with a lifecycle. state which equals DISCONNECTED or CUTOVER.
324
332
  */
325
333
  markAsArchived(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
334
+ /**
335
+ * Pause Replication.
336
+ */
337
+ pauseReplication(params: Mgn.Types.PauseReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
338
+ /**
339
+ * Pause Replication.
340
+ */
341
+ pauseReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
326
342
  /**
327
343
  * Put source server post migration custom action.
328
344
  */
@@ -355,6 +371,14 @@ declare class Mgn extends Service {
355
371
  * Remove template post migration custom action.
356
372
  */
357
373
  removeTemplateAction(callback?: (err: AWSError, data: Mgn.Types.RemoveTemplateActionResponse) => void): Request<Mgn.Types.RemoveTemplateActionResponse, AWSError>;
374
+ /**
375
+ * Resume Replication.
376
+ */
377
+ resumeReplication(params: Mgn.Types.ResumeReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
378
+ /**
379
+ * Resume Replication.
380
+ */
381
+ resumeReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
358
382
  /**
359
383
  * Causes the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state.
360
384
  */
@@ -403,6 +427,14 @@ declare class Mgn extends Service {
403
427
  * Launches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.
404
428
  */
405
429
  startTest(callback?: (err: AWSError, data: Mgn.Types.StartTestResponse) => void): Request<Mgn.Types.StartTestResponse, AWSError>;
430
+ /**
431
+ * Stop Replication.
432
+ */
433
+ stopReplication(params: Mgn.Types.StopReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
434
+ /**
435
+ * Stop Replication.
436
+ */
437
+ stopReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
406
438
  /**
407
439
  * Adds or overwrites only the specified tags for the specified Application Migration Service resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
408
440
  */
@@ -577,18 +609,30 @@ declare namespace Mgn {
577
609
  export type ApplicationProgressStatus = "NOT_STARTED"|"IN_PROGRESS"|"COMPLETED"|string;
578
610
  export type ApplicationsList = Application[];
579
611
  export interface ArchiveApplicationRequest {
612
+ /**
613
+ * Account ID.
614
+ */
615
+ accountID?: AccountID;
580
616
  /**
581
617
  * Application ID.
582
618
  */
583
619
  applicationID: ApplicationID;
584
620
  }
585
621
  export interface ArchiveWaveRequest {
622
+ /**
623
+ * Account ID.
624
+ */
625
+ accountID?: AccountID;
586
626
  /**
587
627
  * Wave ID.
588
628
  */
589
629
  waveID: WaveID;
590
630
  }
591
631
  export interface AssociateApplicationsRequest {
632
+ /**
633
+ * Account ID.
634
+ */
635
+ accountID?: AccountID;
592
636
  /**
593
637
  * Application IDs list.
594
638
  */
@@ -601,6 +645,10 @@ declare namespace Mgn {
601
645
  export interface AssociateApplicationsResponse {
602
646
  }
603
647
  export interface AssociateSourceServersRequest {
648
+ /**
649
+ * Account ID.
650
+ */
651
+ accountID?: AccountID;
604
652
  /**
605
653
  * Application ID.
606
654
  */
@@ -613,6 +661,7 @@ declare namespace Mgn {
613
661
  export type AssociateSourceServersRequestSourceServerIDs = SourceServerID[];
614
662
  export interface AssociateSourceServersResponse {
615
663
  }
664
+ export type BandwidthThrottling = number;
616
665
  export type Boolean = boolean;
617
666
  export type BootMode = "LEGACY_BIOS"|"UEFI"|string;
618
667
  export type BoundedString = string;
@@ -627,6 +676,10 @@ declare namespace Mgn {
627
676
  modelName?: BoundedString;
628
677
  }
629
678
  export interface ChangeServerLifeCycleStateRequest {
679
+ /**
680
+ * The request to change the source server migration account ID.
681
+ */
682
+ accountID?: AccountID;
630
683
  /**
631
684
  * The request to change the source server migration lifecycle state.
632
685
  */
@@ -647,6 +700,10 @@ declare namespace Mgn {
647
700
  export type CloudWatchLogGroupName = string;
648
701
  export type Cpus = CPU[];
649
702
  export interface CreateApplicationRequest {
703
+ /**
704
+ * Account ID.
705
+ */
706
+ accountID?: AccountID;
650
707
  /**
651
708
  * Application description.
652
709
  */
@@ -723,7 +780,7 @@ declare namespace Mgn {
723
780
  /**
724
781
  * Request to configure bandwidth throttling during Replication Settings template creation.
725
782
  */
726
- bandwidthThrottling: PositiveInteger;
783
+ bandwidthThrottling: BandwidthThrottling;
727
784
  /**
728
785
  * Request to create Public IP during Replication Settings template creation.
729
786
  */
@@ -768,8 +825,16 @@ declare namespace Mgn {
768
825
  * Request to use Dedicated Replication Servers during Replication Settings template creation.
769
826
  */
770
827
  useDedicatedReplicationServer: Boolean;
828
+ /**
829
+ * Request to use Fips Endpoint during Replication Settings template creation.
830
+ */
831
+ useFipsEndpoint?: Boolean;
771
832
  }
772
833
  export interface CreateWaveRequest {
834
+ /**
835
+ * Account ID.
836
+ */
837
+ accountID?: AccountID;
773
838
  /**
774
839
  * Wave description.
775
840
  */
@@ -876,6 +941,10 @@ declare namespace Mgn {
876
941
  export type DataReplicationInitiationSteps = DataReplicationInitiationStep[];
877
942
  export type DataReplicationState = "STOPPED"|"INITIATING"|"INITIAL_SYNC"|"BACKLOG"|"CREATING_SNAPSHOT"|"CONTINUOUS"|"PAUSED"|"RESCAN"|"STALLED"|"DISCONNECTED"|"PENDING_SNAPSHOT_SHIPPING"|"SHIPPING_SNAPSHOT"|string;
878
943
  export interface DeleteApplicationRequest {
944
+ /**
945
+ * Account ID.
946
+ */
947
+ accountID?: AccountID;
879
948
  /**
880
949
  * Application ID.
881
950
  */
@@ -884,6 +953,10 @@ declare namespace Mgn {
884
953
  export interface DeleteApplicationResponse {
885
954
  }
886
955
  export interface DeleteJobRequest {
956
+ /**
957
+ * Request to delete Job from service by Account ID.
958
+ */
959
+ accountID?: AccountID;
887
960
  /**
888
961
  * Request to delete Job from service by Job ID.
889
962
  */
@@ -908,6 +981,10 @@ declare namespace Mgn {
908
981
  export interface DeleteReplicationConfigurationTemplateResponse {
909
982
  }
910
983
  export interface DeleteSourceServerRequest {
984
+ /**
985
+ * Request to delete Source Server from service by Account ID.
986
+ */
987
+ accountID?: AccountID;
911
988
  /**
912
989
  * Request to delete Source Server from service by Server ID.
913
990
  */
@@ -922,6 +999,10 @@ declare namespace Mgn {
922
999
  vcenterClientID: VcenterClientID;
923
1000
  }
924
1001
  export interface DeleteWaveRequest {
1002
+ /**
1003
+ * Account ID.
1004
+ */
1005
+ accountID?: AccountID;
925
1006
  /**
926
1007
  * Wave ID.
927
1008
  */
@@ -930,6 +1011,10 @@ declare namespace Mgn {
930
1011
  export interface DeleteWaveResponse {
931
1012
  }
932
1013
  export interface DescribeJobLogItemsRequest {
1014
+ /**
1015
+ * Request to describe Job log Account ID.
1016
+ */
1017
+ accountID?: AccountID;
933
1018
  /**
934
1019
  * Request to describe Job log job ID.
935
1020
  */
@@ -954,6 +1039,10 @@ declare namespace Mgn {
954
1039
  nextToken?: PaginationToken;
955
1040
  }
956
1041
  export interface DescribeJobsRequest {
1042
+ /**
1043
+ * Request to describe job log items by Account ID.
1044
+ */
1045
+ accountID?: AccountID;
957
1046
  /**
958
1047
  * Request to describe Job log filters.
959
1048
  */
@@ -1041,6 +1130,10 @@ declare namespace Mgn {
1041
1130
  nextToken?: PaginationToken;
1042
1131
  }
1043
1132
  export interface DescribeSourceServersRequest {
1133
+ /**
1134
+ * Request to filter Source Servers list by Accoun ID.
1135
+ */
1136
+ accountID?: AccountID;
1044
1137
  /**
1045
1138
  * Request to filter Source Servers list.
1046
1139
  */
@@ -1109,6 +1202,10 @@ declare namespace Mgn {
1109
1202
  nextToken?: PaginationToken;
1110
1203
  }
1111
1204
  export interface DisassociateApplicationsRequest {
1205
+ /**
1206
+ * Account ID.
1207
+ */
1208
+ accountID?: AccountID;
1112
1209
  /**
1113
1210
  * Application IDs list.
1114
1211
  */
@@ -1121,6 +1218,10 @@ declare namespace Mgn {
1121
1218
  export interface DisassociateApplicationsResponse {
1122
1219
  }
1123
1220
  export interface DisassociateSourceServersRequest {
1221
+ /**
1222
+ * Account ID.
1223
+ */
1224
+ accountID?: AccountID;
1124
1225
  /**
1125
1226
  * Application ID.
1126
1227
  */
@@ -1134,6 +1235,10 @@ declare namespace Mgn {
1134
1235
  export interface DisassociateSourceServersResponse {
1135
1236
  }
1136
1237
  export interface DisconnectFromServiceRequest {
1238
+ /**
1239
+ * Request to disconnect Source Server from service by Account ID.
1240
+ */
1241
+ accountID?: AccountID;
1137
1242
  /**
1138
1243
  * Request to disconnect Source Server from service by Server ID.
1139
1244
  */
@@ -1227,6 +1332,10 @@ declare namespace Mgn {
1227
1332
  }
1228
1333
  export type ExportsList = ExportTask[];
1229
1334
  export interface FinalizeCutoverRequest {
1335
+ /**
1336
+ * Request to finalize Cutover by Source Account ID.
1337
+ */
1338
+ accountID?: AccountID;
1230
1339
  /**
1231
1340
  * Request to finalize Cutover by Source Server ID.
1232
1341
  */
@@ -1235,12 +1344,20 @@ declare namespace Mgn {
1235
1344
  export type FirstBoot = "WAITING"|"SUCCEEDED"|"UNKNOWN"|"STOPPED"|string;
1236
1345
  export type Float = number;
1237
1346
  export interface GetLaunchConfigurationRequest {
1347
+ /**
1348
+ * Request to get Launch Configuration information by Account ID.
1349
+ */
1350
+ accountID?: AccountID;
1238
1351
  /**
1239
1352
  * Request to get Launch Configuration information by Source Server ID.
1240
1353
  */
1241
1354
  sourceServerID: SourceServerID;
1242
1355
  }
1243
1356
  export interface GetReplicationConfigurationRequest {
1357
+ /**
1358
+ * Request to get Replication Configuration by Account ID.
1359
+ */
1360
+ accountID?: AccountID;
1244
1361
  /**
1245
1362
  * Request to get Replication Configuration by Source Server ID.
1246
1363
  */
@@ -1272,6 +1389,10 @@ declare namespace Mgn {
1272
1389
  vmWareUuid?: BoundedString;
1273
1390
  }
1274
1391
  export interface ImportErrorData {
1392
+ /**
1393
+ * Import error data source account ID.
1394
+ */
1395
+ accountID?: AccountID;
1275
1396
  /**
1276
1397
  * Import error data application ID.
1277
1398
  */
@@ -1396,6 +1517,7 @@ declare namespace Mgn {
1396
1517
  export interface InitializeServiceResponse {
1397
1518
  }
1398
1519
  export type InitiatedBy = "START_TEST"|"START_CUTOVER"|"DIAGNOSTIC"|"TERMINATE"|string;
1520
+ export type Iops = number;
1399
1521
  export type JmesPathString = string;
1400
1522
  export interface Job {
1401
1523
  /**
@@ -1619,11 +1741,11 @@ declare namespace Mgn {
1619
1741
  /**
1620
1742
  * Launch template disk iops configuration.
1621
1743
  */
1622
- iops?: PositiveInteger;
1744
+ iops?: Iops;
1623
1745
  /**
1624
1746
  * Launch template disk throughput configuration.
1625
1747
  */
1626
- throughput?: PositiveInteger;
1748
+ throughput?: Throughput;
1627
1749
  /**
1628
1750
  * Launch template disk volume type configuration.
1629
1751
  */
@@ -1754,6 +1876,10 @@ declare namespace Mgn {
1754
1876
  export type LifeCycleState = "STOPPED"|"NOT_READY"|"READY_FOR_TEST"|"TESTING"|"READY_FOR_CUTOVER"|"CUTTING_OVER"|"CUTOVER"|"DISCONNECTED"|"DISCOVERED"|"PENDING_INSTALLATION"|string;
1755
1877
  export type LifeCycleStates = LifeCycleState[];
1756
1878
  export interface ListApplicationsRequest {
1879
+ /**
1880
+ * Applications list Account ID.
1881
+ */
1882
+ accountID?: AccountID;
1757
1883
  /**
1758
1884
  * Applications list filters.
1759
1885
  */
@@ -1897,7 +2023,31 @@ declare namespace Mgn {
1897
2023
  */
1898
2024
  nextToken?: PaginationToken;
1899
2025
  }
2026
+ export interface ListManagedAccountsRequest {
2027
+ /**
2028
+ * List managed accounts request max results.
2029
+ */
2030
+ maxResults?: MaxResultsType;
2031
+ /**
2032
+ * List managed accounts request next token.
2033
+ */
2034
+ nextToken?: PaginationToken;
2035
+ }
2036
+ export interface ListManagedAccountsResponse {
2037
+ /**
2038
+ * List managed accounts response items.
2039
+ */
2040
+ items: ManagedAccounts;
2041
+ /**
2042
+ * List managed accounts response next token.
2043
+ */
2044
+ nextToken?: PaginationToken;
2045
+ }
1900
2046
  export interface ListSourceServerActionsRequest {
2047
+ /**
2048
+ * Account ID to return when listing source server post migration custom actions.
2049
+ */
2050
+ accountID?: AccountID;
1901
2051
  /**
1902
2052
  * Filters to apply when listing source server post migration custom actions.
1903
2053
  */
@@ -1966,6 +2116,10 @@ declare namespace Mgn {
1966
2116
  nextToken?: PaginationToken;
1967
2117
  }
1968
2118
  export interface ListWavesRequest {
2119
+ /**
2120
+ * Request account ID.
2121
+ */
2122
+ accountID?: AccountID;
1969
2123
  /**
1970
2124
  * Waves list filters.
1971
2125
  */
@@ -1999,7 +2153,18 @@ declare namespace Mgn {
1999
2153
  */
2000
2154
  nextToken?: PaginationToken;
2001
2155
  }
2156
+ export interface ManagedAccount {
2157
+ /**
2158
+ * Managed account, account ID.
2159
+ */
2160
+ accountId?: AccountID;
2161
+ }
2162
+ export type ManagedAccounts = ManagedAccount[];
2002
2163
  export interface MarkAsArchivedRequest {
2164
+ /**
2165
+ * Mark as archived by Account ID.
2166
+ */
2167
+ accountID?: AccountID;
2003
2168
  /**
2004
2169
  * Mark as archived by Source Server ID.
2005
2170
  */
@@ -2049,6 +2214,16 @@ declare namespace Mgn {
2049
2214
  sourceServerID: SourceServerID;
2050
2215
  }
2051
2216
  export type ParticipatingServers = ParticipatingServer[];
2217
+ export interface PauseReplicationRequest {
2218
+ /**
2219
+ * Pause Replication Request account ID.
2220
+ */
2221
+ accountID?: AccountID;
2222
+ /**
2223
+ * Pause Replication Request source server ID.
2224
+ */
2225
+ sourceServerID: SourceServerID;
2226
+ }
2052
2227
  export type PositiveInteger = number;
2053
2228
  export type PostLaunchActionExecutionStatus = "IN_PROGRESS"|"SUCCESS"|"FAILED"|string;
2054
2229
  export interface PostLaunchActions {
@@ -2086,6 +2261,10 @@ declare namespace Mgn {
2086
2261
  ssmAgentDiscoveryDatetime?: ISO8601DatetimeString;
2087
2262
  }
2088
2263
  export interface PutSourceServerActionRequest {
2264
+ /**
2265
+ * Source server post migration custom account ID.
2266
+ */
2267
+ accountID?: AccountID;
2089
2268
  /**
2090
2269
  * Source server post migration custom action ID.
2091
2270
  */
@@ -2198,6 +2377,10 @@ declare namespace Mgn {
2198
2377
  timeoutSeconds?: StrictlyPositiveInteger;
2199
2378
  }
2200
2379
  export interface RemoveSourceServerActionRequest {
2380
+ /**
2381
+ * Source server post migration account ID.
2382
+ */
2383
+ accountID?: AccountID;
2201
2384
  /**
2202
2385
  * Source server post migration custom action ID to remove.
2203
2386
  */
@@ -2229,7 +2412,7 @@ declare namespace Mgn {
2229
2412
  /**
2230
2413
  * Replication Configuration set bandwidth throttling.
2231
2414
  */
2232
- bandwidthThrottling?: PositiveInteger;
2415
+ bandwidthThrottling?: BandwidthThrottling;
2233
2416
  /**
2234
2417
  * Replication Configuration create Public IP.
2235
2418
  */
@@ -2282,6 +2465,10 @@ declare namespace Mgn {
2282
2465
  * Replication Configuration use Dedicated Replication Server.
2283
2466
  */
2284
2467
  useDedicatedReplicationServer?: Boolean;
2468
+ /**
2469
+ * Replication Configuration use Fips Endpoint.
2470
+ */
2471
+ useFipsEndpoint?: Boolean;
2285
2472
  }
2286
2473
  export type ReplicationConfigurationDataPlaneRouting = "PRIVATE_IP"|"PUBLIC_IP"|string;
2287
2474
  export type ReplicationConfigurationDefaultLargeStagingDiskType = "GP2"|"ST1"|"GP3"|string;
@@ -2322,7 +2509,7 @@ declare namespace Mgn {
2322
2509
  /**
2323
2510
  * Replication Configuration template bandwidth throttling.
2324
2511
  */
2325
- bandwidthThrottling?: PositiveInteger;
2512
+ bandwidthThrottling?: BandwidthThrottling;
2326
2513
  /**
2327
2514
  * Replication Configuration template create Public IP.
2328
2515
  */
@@ -2371,6 +2558,10 @@ declare namespace Mgn {
2371
2558
  * Replication Configuration template use Dedicated Replication Server.
2372
2559
  */
2373
2560
  useDedicatedReplicationServer?: Boolean;
2561
+ /**
2562
+ * Replication Configuration template use Fips Endpoint.
2563
+ */
2564
+ useFipsEndpoint?: Boolean;
2374
2565
  }
2375
2566
  export type ReplicationConfigurationTemplateID = string;
2376
2567
  export type ReplicationConfigurationTemplateIDs = ReplicationConfigurationTemplateID[];
@@ -2378,7 +2569,21 @@ declare namespace Mgn {
2378
2569
  export type ReplicationServersSecurityGroupsIDs = SecurityGroupID[];
2379
2570
  export type ReplicationType = "AGENT_BASED"|"SNAPSHOT_SHIPPING"|string;
2380
2571
  export type ReplicationTypes = ReplicationType[];
2572
+ export interface ResumeReplicationRequest {
2573
+ /**
2574
+ * Resume Replication Request account ID.
2575
+ */
2576
+ accountID?: AccountID;
2577
+ /**
2578
+ * Resume Replication Request source server ID.
2579
+ */
2580
+ sourceServerID: SourceServerID;
2581
+ }
2381
2582
  export interface RetryDataReplicationRequest {
2583
+ /**
2584
+ * Retry data replication for Account ID.
2585
+ */
2586
+ accountID?: AccountID;
2382
2587
  /**
2383
2588
  * Retry data replication for Source Server ID.
2384
2589
  */
@@ -2602,6 +2807,10 @@ declare namespace Mgn {
2602
2807
  export type SsmParameterStoreParameterType = "STRING"|string;
2603
2808
  export type SsmParameterStoreParameters = SsmParameterStoreParameter[];
2604
2809
  export interface StartCutoverRequest {
2810
+ /**
2811
+ * Start Cutover by Account IDs
2812
+ */
2813
+ accountID?: AccountID;
2605
2814
  /**
2606
2815
  * Start Cutover by Source Server IDs.
2607
2816
  */
@@ -2655,12 +2864,20 @@ declare namespace Mgn {
2655
2864
  importTask?: ImportTask;
2656
2865
  }
2657
2866
  export interface StartReplicationRequest {
2867
+ /**
2868
+ * Account ID on which to start replication.
2869
+ */
2870
+ accountID?: AccountID;
2658
2871
  /**
2659
2872
  * ID of source server on which to start replication.
2660
2873
  */
2661
2874
  sourceServerID: SourceServerID;
2662
2875
  }
2663
2876
  export interface StartTestRequest {
2877
+ /**
2878
+ * Start Test for Account ID.
2879
+ */
2880
+ accountID?: AccountID;
2664
2881
  /**
2665
2882
  * Start Test for Source Server IDs.
2666
2883
  */
@@ -2677,6 +2894,16 @@ declare namespace Mgn {
2677
2894
  */
2678
2895
  job?: Job;
2679
2896
  }
2897
+ export interface StopReplicationRequest {
2898
+ /**
2899
+ * Stop Replication Request account ID.
2900
+ */
2901
+ accountID?: AccountID;
2902
+ /**
2903
+ * Stop Replication Request source server ID.
2904
+ */
2905
+ sourceServerID: SourceServerID;
2906
+ }
2680
2907
  export type StrictlyPositiveInteger = number;
2681
2908
  export type SubnetID = string;
2682
2909
  export type TagKey = string;
@@ -2756,6 +2983,10 @@ declare namespace Mgn {
2756
2983
  actionIDs?: ActionIDs;
2757
2984
  }
2758
2985
  export interface TerminateTargetInstancesRequest {
2986
+ /**
2987
+ * Terminate Target instance by Account ID
2988
+ */
2989
+ accountID?: AccountID;
2759
2990
  /**
2760
2991
  * Terminate Target instance by Source Server IDs.
2761
2992
  */
@@ -2772,13 +3003,22 @@ declare namespace Mgn {
2772
3003
  */
2773
3004
  job?: Job;
2774
3005
  }
3006
+ export type Throughput = number;
2775
3007
  export interface UnarchiveApplicationRequest {
3008
+ /**
3009
+ * Account ID.
3010
+ */
3011
+ accountID?: AccountID;
2776
3012
  /**
2777
3013
  * Application ID.
2778
3014
  */
2779
3015
  applicationID: ApplicationID;
2780
3016
  }
2781
3017
  export interface UnarchiveWaveRequest {
3018
+ /**
3019
+ * Account ID.
3020
+ */
3021
+ accountID?: AccountID;
2782
3022
  /**
2783
3023
  * Wave ID.
2784
3024
  */
@@ -2795,6 +3035,10 @@ declare namespace Mgn {
2795
3035
  tagKeys: TagKeys;
2796
3036
  }
2797
3037
  export interface UpdateApplicationRequest {
3038
+ /**
3039
+ * Account ID.
3040
+ */
3041
+ accountID?: AccountID;
2798
3042
  /**
2799
3043
  * Application ID.
2800
3044
  */
@@ -2809,6 +3053,10 @@ declare namespace Mgn {
2809
3053
  name?: ApplicationName;
2810
3054
  }
2811
3055
  export interface UpdateLaunchConfigurationRequest {
3056
+ /**
3057
+ * Update Launch configuration Account ID.
3058
+ */
3059
+ accountID?: AccountID;
2812
3060
  /**
2813
3061
  * Update Launch configuration boot mode request.
2814
3062
  */
@@ -2907,6 +3155,10 @@ declare namespace Mgn {
2907
3155
  targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod;
2908
3156
  }
2909
3157
  export interface UpdateReplicationConfigurationRequest {
3158
+ /**
3159
+ * Update replication configuration Account ID request.
3160
+ */
3161
+ accountID?: AccountID;
2910
3162
  /**
2911
3163
  * Update replication configuration associate default Application Migration Service Security group request.
2912
3164
  */
@@ -2914,7 +3166,7 @@ declare namespace Mgn {
2914
3166
  /**
2915
3167
  * Update replication configuration bandwidth throttling request.
2916
3168
  */
2917
- bandwidthThrottling?: PositiveInteger;
3169
+ bandwidthThrottling?: BandwidthThrottling;
2918
3170
  /**
2919
3171
  * Update replication configuration create Public IP request.
2920
3172
  */
@@ -2967,6 +3219,10 @@ declare namespace Mgn {
2967
3219
  * Update replication configuration use dedicated Replication Server request.
2968
3220
  */
2969
3221
  useDedicatedReplicationServer?: Boolean;
3222
+ /**
3223
+ * Update replication configuration use Fips Endpoint.
3224
+ */
3225
+ useFipsEndpoint?: Boolean;
2970
3226
  }
2971
3227
  export interface UpdateReplicationConfigurationTemplateRequest {
2972
3228
  /**
@@ -2980,7 +3236,7 @@ declare namespace Mgn {
2980
3236
  /**
2981
3237
  * Update replication configuration template bandwidth throttling request.
2982
3238
  */
2983
- bandwidthThrottling?: PositiveInteger;
3239
+ bandwidthThrottling?: BandwidthThrottling;
2984
3240
  /**
2985
3241
  * Update replication configuration template create Public IP request.
2986
3242
  */
@@ -3025,8 +3281,16 @@ declare namespace Mgn {
3025
3281
  * Update replication configuration template use dedicated Replication Server request.
3026
3282
  */
3027
3283
  useDedicatedReplicationServer?: Boolean;
3284
+ /**
3285
+ * Update replication configuration template use Fips Endpoint request.
3286
+ */
3287
+ useFipsEndpoint?: Boolean;
3028
3288
  }
3029
3289
  export interface UpdateSourceServerReplicationTypeRequest {
3290
+ /**
3291
+ * Account ID on which to update replication type.
3292
+ */
3293
+ accountID?: AccountID;
3030
3294
  /**
3031
3295
  * Replication type to which to update source server.
3032
3296
  */
@@ -3037,6 +3301,10 @@ declare namespace Mgn {
3037
3301
  sourceServerID: SourceServerID;
3038
3302
  }
3039
3303
  export interface UpdateWaveRequest {
3304
+ /**
3305
+ * Account ID.
3306
+ */
3307
+ accountID?: AccountID;
3040
3308
  /**
3041
3309
  * Wave description.
3042
3310
  */
@@ -303,7 +303,7 @@ declare namespace Outposts {
303
303
  */
304
304
  RackElevation?: RackElevation;
305
305
  }
306
- export type AssetState = "ACTIVE"|"RETIRING"|string;
306
+ export type AssetState = "ACTIVE"|"RETIRING"|"ISOLATED"|string;
307
307
  export type AssetType = "COMPUTE"|string;
308
308
  export type AvailabilityZone = string;
309
309
  export type AvailabilityZoneId = string;
@@ -640,7 +640,7 @@ declare namespace Outposts {
640
640
  */
641
641
  PreviousLineItemId?: LineItemId;
642
642
  /**
643
- * The ID of the previous order.
643
+ * The ID of the previous order item.
644
644
  */
645
645
  PreviousOrderId?: OrderId;
646
646
  }
@@ -826,7 +826,7 @@ declare namespace Outposts {
826
826
  */
827
827
  PaymentTerm?: PaymentTerm;
828
828
  /**
829
- * The type of order.
829
+ * Type of order.
830
830
  */
831
831
  OrderType?: OrderType;
832
832
  }
@@ -842,7 +842,7 @@ declare namespace Outposts {
842
842
  */
843
843
  OrderId?: OrderId;
844
844
  /**
845
- * The type of order.
845
+ * The type of order.
846
846
  */
847
847
  OrderType?: OrderType;
848
848
  /**