1{
2    "smithy": "1.0",
3    "shapes": {
4        "com.amazonaws.mgn#ARN": {
5            "type": "string",
6            "traits": {
7                "smithy.api#length": {
8                    "min": 20,
9                    "max": 2048
10                }
11            }
12        },
13        "com.amazonaws.mgn#AccessDeniedException": {
14            "type": "structure",
15            "members": {
16                "message": {
17                    "target": "com.amazonaws.mgn#LargeBoundedString"
18                },
19                "code": {
20                    "target": "com.amazonaws.mgn#LargeBoundedString"
21                }
22            },
23            "traits": {
24                "smithy.api#documentation": "<p>Operating denied due to a file permission or access check error.</p>",
25                "smithy.api#error": "client",
26                "smithy.api#httpError": 403
27            }
28        },
29        "com.amazonaws.mgn#AccountID": {
30            "type": "string",
31            "traits": {
32                "smithy.api#length": {
33                    "min": 12,
34                    "max": 12
35                },
36                "smithy.api#pattern": "[0-9]{12,}"
37            }
38        },
39        "com.amazonaws.mgn#AccountResource": {
40            "type": "resource",
41            "identifiers": {
42                "accountID": {
43                    "target": "com.amazonaws.mgn#AccountID"
44                }
45            }
46        },
47        "com.amazonaws.mgn#ApplicationMigrationService": {
48            "type": "service",
49            "version": "2020-02-26",
50            "operations": [
51                {
52                    "target": "com.amazonaws.mgn#InitializeService"
53                },
54                {
55                    "target": "com.amazonaws.mgn#ListTagsForResource"
56                },
57                {
58                    "target": "com.amazonaws.mgn#TagResource"
59                },
60                {
61                    "target": "com.amazonaws.mgn#UntagResource"
62                }
63            ],
64            "resources": [
65                {
66                    "target": "com.amazonaws.mgn#AccountResource"
67                },
68                {
69                    "target": "com.amazonaws.mgn#JobResource"
70                },
71                {
72                    "target": "com.amazonaws.mgn#ReplicationConfigurationTemplateResource"
73                },
74                {
75                    "target": "com.amazonaws.mgn#SourceServerResource"
76                }
77            ],
78            "traits": {
79                "aws.api#service": {
80                    "sdkId": "mgn",
81                    "arnNamespace": "mgn",
82                    "cloudFormationName": "ApplicationMigrationService",
83                    "cloudTrailEventSource": "mgn.amazonaws.com",
84                    "endpointPrefix": "mgn"
85                },
86                "aws.auth#sigv4": {
87                    "name": "mgn"
88                },
89                "aws.protocols#restJson1": {},
90                "smithy.api#cors": {
91                    "additionalAllowedHeaders": [
92                        "x-amz-content-sha256",
93                        "x-amzn-trace-id",
94                        "x-amz-user-agent",
95                        "content-type"
96                    ],
97                    "additionalExposedHeaders": [
98                        "x-amz-apigw-id",
99                        "x-amzn-trace-id",
100                        "x-amzn-errortype",
101                        "x-amzn-requestid"
102                    ]
103                },
104                "smithy.api#documentation": "<p>The Application Migration Service service.</p>",
105                "smithy.api#title": "Application Migration Service"
106            }
107        },
108        "com.amazonaws.mgn#BoundedString": {
109            "type": "string",
110            "traits": {
111                "smithy.api#length": {
112                    "min": 0,
113                    "max": 256
114                }
115            }
116        },
117        "com.amazonaws.mgn#CPU": {
118            "type": "structure",
119            "members": {
120                "cores": {
121                    "target": "com.amazonaws.mgn#PositiveInteger",
122                    "traits": {
123                        "smithy.api#documentation": "<p>The number of CPU cores on the source server.</p>"
124                    }
125                },
126                "modelName": {
127                    "target": "com.amazonaws.mgn#BoundedString",
128                    "traits": {
129                        "smithy.api#documentation": "<p>The source server's CPU model name.</p>"
130                    }
131                }
132            },
133            "traits": {
134                "smithy.api#documentation": "<p>Source server CPU information.</p>"
135            }
136        },
137        "com.amazonaws.mgn#ChangeServerLifeCycleState": {
138            "type": "operation",
139            "input": {
140                "target": "com.amazonaws.mgn#ChangeServerLifeCycleStateRequest"
141            },
142            "output": {
143                "target": "com.amazonaws.mgn#SourceServer"
144            },
145            "errors": [
146                {
147                    "target": "com.amazonaws.mgn#ConflictException"
148                },
149                {
150                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
151                },
152                {
153                    "target": "com.amazonaws.mgn#UninitializedAccountException"
154                },
155                {
156                    "target": "com.amazonaws.mgn#ValidationException"
157                }
158            ],
159            "traits": {
160                "smithy.api#documentation": "<p>Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)</p>",
161                "smithy.api#http": {
162                    "method": "POST",
163                    "uri": "/ChangeServerLifeCycleState",
164                    "code": 200
165                }
166            }
167        },
168        "com.amazonaws.mgn#ChangeServerLifeCycleStateRequest": {
169            "type": "structure",
170            "members": {
171                "sourceServerID": {
172                    "target": "com.amazonaws.mgn#SourceServerID",
173                    "traits": {
174                        "smithy.api#documentation": "<p>The request to change the source server migration lifecycle state by source server ID.</p>",
175                        "smithy.api#required": {}
176                    }
177                },
178                "lifeCycle": {
179                    "target": "com.amazonaws.mgn#ChangeServerLifeCycleStateSourceServerLifecycle",
180                    "traits": {
181                        "smithy.api#documentation": "<p>The request to change the source server migration lifecycle state.</p>",
182                        "smithy.api#required": {}
183                    }
184                }
185            }
186        },
187        "com.amazonaws.mgn#ChangeServerLifeCycleStateSourceServerLifecycle": {
188            "type": "structure",
189            "members": {
190                "state": {
191                    "target": "com.amazonaws.mgn#ChangeServerLifeCycleStateSourceServerLifecycleState",
192                    "traits": {
193                        "smithy.api#documentation": "<p>The request to change the source server migration lifecycle state.</p>",
194                        "smithy.api#required": {}
195                    }
196                }
197            },
198            "traits": {
199                "smithy.api#documentation": "<p>The request to change the source server migration lifecycle state.</p>"
200            }
201        },
202        "com.amazonaws.mgn#ChangeServerLifeCycleStateSourceServerLifecycleState": {
203            "type": "string",
204            "traits": {
205                "smithy.api#enum": [
206                    {
207                        "value": "READY_FOR_TEST",
208                        "name": "READY_FOR_TEST"
209                    },
210                    {
211                        "value": "READY_FOR_CUTOVER",
212                        "name": "READY_FOR_CUTOVER"
213                    },
214                    {
215                        "value": "CUTOVER",
216                        "name": "CUTOVER"
217                    }
218                ]
219            }
220        },
221        "com.amazonaws.mgn#ConflictException": {
222            "type": "structure",
223            "members": {
224                "message": {
225                    "target": "com.amazonaws.mgn#LargeBoundedString"
226                },
227                "code": {
228                    "target": "com.amazonaws.mgn#LargeBoundedString"
229                },
230                "resourceId": {
231                    "target": "com.amazonaws.mgn#LargeBoundedString",
232                    "traits": {
233                        "smithy.api#documentation": "<p>A conflict occured when prompting for the Resource ID.</p>"
234                    }
235                },
236                "resourceType": {
237                    "target": "com.amazonaws.mgn#LargeBoundedString",
238                    "traits": {
239                        "smithy.api#documentation": "<p>A conflict occured when prompting for resource type.</p>"
240                    }
241                }
242            },
243            "traits": {
244                "smithy.api#documentation": "<p>The request could not be completed due to a conflict with the current state of the target resource.</p>",
245                "smithy.api#error": "client",
246                "smithy.api#httpError": 409
247            }
248        },
249        "com.amazonaws.mgn#Cpus": {
250            "type": "list",
251            "member": {
252                "target": "com.amazonaws.mgn#CPU"
253            },
254            "traits": {
255                "smithy.api#length": {
256                    "min": 0,
257                    "max": 256
258                }
259            }
260        },
261        "com.amazonaws.mgn#CreateReplicationConfigurationTemplate": {
262            "type": "operation",
263            "input": {
264                "target": "com.amazonaws.mgn#CreateReplicationConfigurationTemplateRequest"
265            },
266            "output": {
267                "target": "com.amazonaws.mgn#ReplicationConfigurationTemplate"
268            },
269            "errors": [
270                {
271                    "target": "com.amazonaws.mgn#UninitializedAccountException"
272                },
273                {
274                    "target": "com.amazonaws.mgn#ValidationException"
275                }
276            ],
277            "traits": {
278                "smithy.api#documentation": "<p>Creates a new ReplicationConfigurationTemplate.</p>",
279                "smithy.api#http": {
280                    "method": "POST",
281                    "uri": "/CreateReplicationConfigurationTemplate",
282                    "code": 201
283                }
284            }
285        },
286        "com.amazonaws.mgn#CreateReplicationConfigurationTemplateRequest": {
287            "type": "structure",
288            "members": {
289                "stagingAreaSubnetId": {
290                    "target": "com.amazonaws.mgn#SubnetID",
291                    "traits": {
292                        "smithy.api#documentation": "<p>Request to configure the Staging Area subnet ID during Replication Settings template creation.</p>",
293                        "smithy.api#required": {}
294                    }
295                },
296                "associateDefaultSecurityGroup": {
297                    "target": "smithy.api#Boolean",
298                    "traits": {
299                        "smithy.api#documentation": "<p>Request to associate the default Application Migration Service Security group with the Replication Settings template.</p>",
300                        "smithy.api#required": {}
301                    }
302                },
303                "replicationServersSecurityGroupsIDs": {
304                    "target": "com.amazonaws.mgn#ReplicationServersSecurityGroupsIDs",
305                    "traits": {
306                        "smithy.api#documentation": "<p>Request to configure the Replication Server Secuirity group ID during Replication Settings template creation.</p>",
307                        "smithy.api#required": {}
308                    }
309                },
310                "replicationServerInstanceType": {
311                    "target": "com.amazonaws.mgn#EC2InstanceType",
312                    "traits": {
313                        "smithy.api#documentation": "<p>Request to configure the Replication Server instance type during Replication Settings template creation.</p>",
314                        "smithy.api#required": {}
315                    }
316                },
317                "useDedicatedReplicationServer": {
318                    "target": "smithy.api#Boolean",
319                    "traits": {
320                        "smithy.api#documentation": "<p>Request to use Dedicated Replication Servers during Replication Settings template creation.</p>",
321                        "smithy.api#required": {}
322                    }
323                },
324                "defaultLargeStagingDiskType": {
325                    "target": "com.amazonaws.mgn#ReplicationConfigurationDefaultLargeStagingDiskType",
326                    "traits": {
327                        "smithy.api#documentation": "<p>Request to configure the Staging Disk EBS volume type to \"gp2\" during Replication Settings template creation.</p>",
328                        "smithy.api#required": {}
329                    }
330                },
331                "ebsEncryption": {
332                    "target": "com.amazonaws.mgn#ReplicationConfigurationEbsEncryption",
333                    "traits": {
334                        "smithy.api#documentation": "<p>Request to configure EBS enryption during Replication Settings template creation.</p>",
335                        "smithy.api#required": {}
336                    }
337                },
338                "ebsEncryptionKeyArn": {
339                    "target": "com.amazonaws.mgn#ARN",
340                    "traits": {
341                        "smithy.api#documentation": "<p>Request to configure an EBS enryption key during Replication Settings template creation.</p>"
342                    }
343                },
344                "bandwidthThrottling": {
345                    "target": "com.amazonaws.mgn#PositiveInteger",
346                    "traits": {
347                        "smithy.api#documentation": "<p>Request to configure bandwidth throttling during Replication Settings template creation.</p>",
348                        "smithy.api#required": {}
349                    }
350                },
351                "dataPlaneRouting": {
352                    "target": "com.amazonaws.mgn#ReplicationConfigurationDataPlaneRouting",
353                    "traits": {
354                        "smithy.api#documentation": "<p>Request to configure  data plane routing during Replication Settings template creation.</p>",
355                        "smithy.api#required": {}
356                    }
357                },
358                "createPublicIP": {
359                    "target": "smithy.api#Boolean",
360                    "traits": {
361                        "smithy.api#documentation": "<p>Request to create Public IP during Replication Settings template creation.</p>",
362                        "smithy.api#required": {}
363                    }
364                },
365                "stagingAreaTags": {
366                    "target": "com.amazonaws.mgn#TagsMap",
367                    "traits": {
368                        "smithy.api#documentation": "<p>Request to configure Staiging Area tags during Replication Settings template creation.</p>",
369                        "smithy.api#required": {}
370                    }
371                },
372                "tags": {
373                    "target": "com.amazonaws.mgn#TagsMap",
374                    "traits": {
375                        "smithy.api#documentation": "<p>Request to configure tags during Replication Settings template creation.</p>"
376                    }
377                }
378            }
379        },
380        "com.amazonaws.mgn#DataReplicationError": {
381            "type": "structure",
382            "members": {
383                "error": {
384                    "target": "com.amazonaws.mgn#DataReplicationErrorString",
385                    "traits": {
386                        "smithy.api#documentation": "<p>Error in data replication.</p>"
387                    }
388                },
389                "rawError": {
390                    "target": "com.amazonaws.mgn#LargeBoundedString",
391                    "traits": {
392                        "smithy.api#documentation": "<p>Error in data replication.</p>"
393                    }
394                }
395            },
396            "traits": {
397                "smithy.api#documentation": "<p>Error in data replication.</p>"
398            }
399        },
400        "com.amazonaws.mgn#DataReplicationErrorString": {
401            "type": "string",
402            "traits": {
403                "smithy.api#enum": [
404                    {
405                        "value": "AGENT_NOT_SEEN",
406                        "name": "AGENT_NOT_SEEN"
407                    },
408                    {
409                        "value": "SNAPSHOTS_FAILURE",
410                        "name": "SNAPSHOTS_FAILURE"
411                    },
412                    {
413                        "value": "NOT_CONVERGING",
414                        "name": "NOT_CONVERGING"
415                    },
416                    {
417                        "value": "UNSTABLE_NETWORK",
418                        "name": "UNSTABLE_NETWORK"
419                    },
420                    {
421                        "value": "FAILED_TO_CREATE_SECURITY_GROUP",
422                        "name": "FAILED_TO_CREATE_SECURITY_GROUP"
423                    },
424                    {
425                        "value": "FAILED_TO_LAUNCH_REPLICATION_SERVER",
426                        "name": "FAILED_TO_LAUNCH_REPLICATION_SERVER"
427                    },
428                    {
429                        "value": "FAILED_TO_BOOT_REPLICATION_SERVER",
430                        "name": "FAILED_TO_BOOT_REPLICATION_SERVER"
431                    },
432                    {
433                        "value": "FAILED_TO_AUTHENTICATE_WITH_SERVICE",
434                        "name": "FAILED_TO_AUTHENTICATE_WITH_SERVICE"
435                    },
436                    {
437                        "value": "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE",
438                        "name": "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE"
439                    },
440                    {
441                        "value": "FAILED_TO_CREATE_STAGING_DISKS",
442                        "name": "FAILED_TO_CREATE_STAGING_DISKS"
443                    },
444                    {
445                        "value": "FAILED_TO_ATTACH_STAGING_DISKS",
446                        "name": "FAILED_TO_ATTACH_STAGING_DISKS"
447                    },
448                    {
449                        "value": "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT",
450                        "name": "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT"
451                    },
452                    {
453                        "value": "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER",
454                        "name": "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER"
455                    },
456                    {
457                        "value": "FAILED_TO_START_DATA_TRANSFER",
458                        "name": "FAILED_TO_START_DATA_TRANSFER"
459                    }
460                ]
461            }
462        },
463        "com.amazonaws.mgn#DataReplicationInfo": {
464            "type": "structure",
465            "members": {
466                "lagDuration": {
467                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
468                    "traits": {
469                        "smithy.api#documentation": "<p>Request to query data replication lag durating.</p>"
470                    }
471                },
472                "etaDateTime": {
473                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
474                    "traits": {
475                        "smithy.api#documentation": "<p>Request to query the time when data replication will be complete.</p>"
476                    }
477                },
478                "replicatedDisks": {
479                    "target": "com.amazonaws.mgn#DataReplicationInfoReplicatedDisks",
480                    "traits": {
481                        "smithy.api#documentation": "<p>Request to query disks replicated.</p>"
482                    }
483                },
484                "dataReplicationState": {
485                    "target": "com.amazonaws.mgn#DataReplicationState",
486                    "traits": {
487                        "smithy.api#documentation": "<p>Request to query the data replication state.</p>"
488                    }
489                },
490                "dataReplicationInitiation": {
491                    "target": "com.amazonaws.mgn#DataReplicationInitiation",
492                    "traits": {
493                        "smithy.api#documentation": "<p>Request to query whether data replication has been initiated.</p>"
494                    }
495                },
496                "dataReplicationError": {
497                    "target": "com.amazonaws.mgn#DataReplicationError",
498                    "traits": {
499                        "smithy.api#documentation": "<p>Error in obtaining data replication info.</p>"
500                    }
501                }
502            },
503            "traits": {
504                "smithy.api#documentation": "<p>Request data replication info.</p>"
505            }
506        },
507        "com.amazonaws.mgn#DataReplicationInfoReplicatedDisk": {
508            "type": "structure",
509            "members": {
510                "deviceName": {
511                    "target": "com.amazonaws.mgn#BoundedString",
512                    "traits": {
513                        "smithy.api#documentation": "<p>Request to query device name.</p>"
514                    }
515                },
516                "totalStorageBytes": {
517                    "target": "com.amazonaws.mgn#PositiveInteger",
518                    "traits": {
519                        "smithy.api#documentation": "<p>Request to query total amount of data replicated in bytes.</p>"
520                    }
521                },
522                "replicatedStorageBytes": {
523                    "target": "com.amazonaws.mgn#PositiveInteger",
524                    "traits": {
525                        "smithy.api#documentation": "<p>Request to query amount of data replicated in bytes.</p>"
526                    }
527                },
528                "rescannedStorageBytes": {
529                    "target": "com.amazonaws.mgn#PositiveInteger",
530                    "traits": {
531                        "smithy.api#documentation": "<p>Request to query amount of data rescanned in bytes.</p>"
532                    }
533                },
534                "backloggedStorageBytes": {
535                    "target": "com.amazonaws.mgn#PositiveInteger",
536                    "traits": {
537                        "smithy.api#documentation": "<p>Request to query data replication backlog size in bytes.</p>"
538                    }
539                }
540            },
541            "traits": {
542                "smithy.api#documentation": "<p>Request to query disks replicated.</p>"
543            }
544        },
545        "com.amazonaws.mgn#DataReplicationInfoReplicatedDisks": {
546            "type": "list",
547            "member": {
548                "target": "com.amazonaws.mgn#DataReplicationInfoReplicatedDisk"
549            },
550            "traits": {
551                "smithy.api#length": {
552                    "min": 0,
553                    "max": 60
554                }
555            }
556        },
557        "com.amazonaws.mgn#DataReplicationInitiation": {
558            "type": "structure",
559            "members": {
560                "startDateTime": {
561                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
562                    "traits": {
563                        "smithy.api#documentation": "<p>Request to query data initiation start date and time.</p>"
564                    }
565                },
566                "nextAttemptDateTime": {
567                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
568                    "traits": {
569                        "smithy.api#documentation": "<p>Request to query next data initiation date and time.</p>"
570                    }
571                },
572                "steps": {
573                    "target": "com.amazonaws.mgn#DataReplicationInitiationSteps",
574                    "traits": {
575                        "smithy.api#documentation": "<p>Request to query data initiation steps.</p>"
576                    }
577                }
578            },
579            "traits": {
580                "smithy.api#documentation": "<p>Data replication initiation.</p>"
581            }
582        },
583        "com.amazonaws.mgn#DataReplicationInitiationStep": {
584            "type": "structure",
585            "members": {
586                "name": {
587                    "target": "com.amazonaws.mgn#DataReplicationInitiationStepName",
588                    "traits": {
589                        "smithy.api#documentation": "<p>Request to query data initiation step name.</p>"
590                    }
591                },
592                "status": {
593                    "target": "com.amazonaws.mgn#DataReplicationInitiationStepStatus",
594                    "traits": {
595                        "smithy.api#documentation": "<p>Request to query data initiation status.</p>"
596                    }
597                }
598            },
599            "traits": {
600                "smithy.api#documentation": "<p>Data replication intiation step.</p>"
601            }
602        },
603        "com.amazonaws.mgn#DataReplicationInitiationStepName": {
604            "type": "string",
605            "traits": {
606                "smithy.api#enum": [
607                    {
608                        "value": "WAIT",
609                        "name": "WAIT"
610                    },
611                    {
612                        "value": "CREATE_SECURITY_GROUP",
613                        "name": "CREATE_SECURITY_GROUP"
614                    },
615                    {
616                        "value": "LAUNCH_REPLICATION_SERVER",
617                        "name": "LAUNCH_REPLICATION_SERVER"
618                    },
619                    {
620                        "value": "BOOT_REPLICATION_SERVER",
621                        "name": "BOOT_REPLICATION_SERVER"
622                    },
623                    {
624                        "value": "AUTHENTICATE_WITH_SERVICE",
625                        "name": "AUTHENTICATE_WITH_SERVICE"
626                    },
627                    {
628                        "value": "DOWNLOAD_REPLICATION_SOFTWARE",
629                        "name": "DOWNLOAD_REPLICATION_SOFTWARE"
630                    },
631                    {
632                        "value": "CREATE_STAGING_DISKS",
633                        "name": "CREATE_STAGING_DISKS"
634                    },
635                    {
636                        "value": "ATTACH_STAGING_DISKS",
637                        "name": "ATTACH_STAGING_DISKS"
638                    },
639                    {
640                        "value": "PAIR_REPLICATION_SERVER_WITH_AGENT",
641                        "name": "PAIR_REPLICATION_SERVER_WITH_AGENT"
642                    },
643                    {
644                        "value": "CONNECT_AGENT_TO_REPLICATION_SERVER",
645                        "name": "CONNECT_AGENT_TO_REPLICATION_SERVER"
646                    },
647                    {
648                        "value": "START_DATA_TRANSFER",
649                        "name": "START_DATA_TRANSFER"
650                    }
651                ]
652            }
653        },
654        "com.amazonaws.mgn#DataReplicationInitiationStepStatus": {
655            "type": "string",
656            "traits": {
657                "smithy.api#enum": [
658                    {
659                        "value": "NOT_STARTED",
660                        "name": "NOT_STARTED"
661                    },
662                    {
663                        "value": "IN_PROGRESS",
664                        "name": "IN_PROGRESS"
665                    },
666                    {
667                        "value": "SUCCEEDED",
668                        "name": "SUCCEEDED"
669                    },
670                    {
671                        "value": "FAILED",
672                        "name": "FAILED"
673                    },
674                    {
675                        "value": "SKIPPED",
676                        "name": "SKIPPED"
677                    }
678                ]
679            }
680        },
681        "com.amazonaws.mgn#DataReplicationInitiationSteps": {
682            "type": "list",
683            "member": {
684                "target": "com.amazonaws.mgn#DataReplicationInitiationStep"
685            }
686        },
687        "com.amazonaws.mgn#DataReplicationState": {
688            "type": "string",
689            "traits": {
690                "smithy.api#enum": [
691                    {
692                        "value": "STOPPED",
693                        "name": "STOPPED"
694                    },
695                    {
696                        "value": "INITIATING",
697                        "name": "INITIATING"
698                    },
699                    {
700                        "value": "INITIAL_SYNC",
701                        "name": "INITIAL_SYNC"
702                    },
703                    {
704                        "value": "BACKLOG",
705                        "name": "BACKLOG"
706                    },
707                    {
708                        "value": "CREATING_SNAPSHOT",
709                        "name": "CREATING_SNAPSHOT"
710                    },
711                    {
712                        "value": "CONTINUOUS",
713                        "name": "CONTINUOUS"
714                    },
715                    {
716                        "value": "PAUSED",
717                        "name": "PAUSED"
718                    },
719                    {
720                        "value": "RESCAN",
721                        "name": "RESCAN"
722                    },
723                    {
724                        "value": "STALLED",
725                        "name": "STALLED"
726                    },
727                    {
728                        "value": "DISCONNECTED",
729                        "name": "DISCONNECTED"
730                    }
731                ]
732            }
733        },
734        "com.amazonaws.mgn#DeleteJob": {
735            "type": "operation",
736            "input": {
737                "target": "com.amazonaws.mgn#DeleteJobRequest"
738            },
739            "output": {
740                "target": "com.amazonaws.mgn#DeleteJobResponse"
741            },
742            "errors": [
743                {
744                    "target": "com.amazonaws.mgn#ConflictException"
745                },
746                {
747                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
748                },
749                {
750                    "target": "com.amazonaws.mgn#UninitializedAccountException"
751                }
752            ],
753            "traits": {
754                "smithy.api#documentation": "<p>Deletes a single Job by ID.</p>",
755                "smithy.api#http": {
756                    "method": "POST",
757                    "uri": "/DeleteJob",
758                    "code": 204
759                },
760                "smithy.api#idempotent": {}
761            }
762        },
763        "com.amazonaws.mgn#DeleteJobRequest": {
764            "type": "structure",
765            "members": {
766                "jobID": {
767                    "target": "com.amazonaws.mgn#JobID",
768                    "traits": {
769                        "smithy.api#documentation": "<p>Request to delete Job from service by Job ID.</p>",
770                        "smithy.api#required": {}
771                    }
772                }
773            }
774        },
775        "com.amazonaws.mgn#DeleteJobResponse": {
776            "type": "structure",
777            "members": {}
778        },
779        "com.amazonaws.mgn#DeleteReplicationConfigurationTemplate": {
780            "type": "operation",
781            "input": {
782                "target": "com.amazonaws.mgn#DeleteReplicationConfigurationTemplateRequest"
783            },
784            "output": {
785                "target": "com.amazonaws.mgn#DeleteReplicationConfigurationTemplateResponse"
786            },
787            "errors": [
788                {
789                    "target": "com.amazonaws.mgn#ConflictException"
790                },
791                {
792                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
793                },
794                {
795                    "target": "com.amazonaws.mgn#UninitializedAccountException"
796                }
797            ],
798            "traits": {
799                "smithy.api#documentation": "<p>Deletes a single Replication Configuration Template by ID</p>",
800                "smithy.api#http": {
801                    "method": "POST",
802                    "uri": "/DeleteReplicationConfigurationTemplate",
803                    "code": 204
804                },
805                "smithy.api#idempotent": {}
806            }
807        },
808        "com.amazonaws.mgn#DeleteReplicationConfigurationTemplateRequest": {
809            "type": "structure",
810            "members": {
811                "replicationConfigurationTemplateID": {
812                    "target": "com.amazonaws.mgn#ReplicationConfigurationTemplateID",
813                    "traits": {
814                        "smithy.api#documentation": "<p>Request to delete Replication Configuration Template from service by Replication Configuration Template ID.</p>",
815                        "smithy.api#required": {}
816                    }
817                }
818            }
819        },
820        "com.amazonaws.mgn#DeleteReplicationConfigurationTemplateResponse": {
821            "type": "structure",
822            "members": {}
823        },
824        "com.amazonaws.mgn#DeleteSourceServer": {
825            "type": "operation",
826            "input": {
827                "target": "com.amazonaws.mgn#DeleteSourceServerRequest"
828            },
829            "output": {
830                "target": "com.amazonaws.mgn#DeleteSourceServerResponse"
831            },
832            "errors": [
833                {
834                    "target": "com.amazonaws.mgn#ConflictException"
835                },
836                {
837                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
838                },
839                {
840                    "target": "com.amazonaws.mgn#UninitializedAccountException"
841                }
842            ],
843            "traits": {
844                "smithy.api#documentation": "<p>Deletes a single source server by ID.</p>",
845                "smithy.api#http": {
846                    "method": "POST",
847                    "uri": "/DeleteSourceServer",
848                    "code": 204
849                },
850                "smithy.api#idempotent": {}
851            }
852        },
853        "com.amazonaws.mgn#DeleteSourceServerRequest": {
854            "type": "structure",
855            "members": {
856                "sourceServerID": {
857                    "target": "com.amazonaws.mgn#SourceServerID",
858                    "traits": {
859                        "smithy.api#documentation": "<p>Request to delete Source Server from service by Server ID.</p>",
860                        "smithy.api#required": {}
861                    }
862                }
863            }
864        },
865        "com.amazonaws.mgn#DeleteSourceServerResponse": {
866            "type": "structure",
867            "members": {}
868        },
869        "com.amazonaws.mgn#DescribeJobLogItems": {
870            "type": "operation",
871            "input": {
872                "target": "com.amazonaws.mgn#DescribeJobLogItemsRequest"
873            },
874            "output": {
875                "target": "com.amazonaws.mgn#DescribeJobLogItemsResponse"
876            },
877            "errors": [
878                {
879                    "target": "com.amazonaws.mgn#UninitializedAccountException"
880                },
881                {
882                    "target": "com.amazonaws.mgn#ValidationException"
883                }
884            ],
885            "traits": {
886                "smithy.api#documentation": "<p>Retrieves detailed Job log with paging.</p>",
887                "smithy.api#http": {
888                    "method": "POST",
889                    "uri": "/DescribeJobLogItems",
890                    "code": 200
891                },
892                "smithy.api#paginated": {
893                    "inputToken": "nextToken",
894                    "outputToken": "nextToken",
895                    "items": "items",
896                    "pageSize": "maxResults"
897                },
898                "smithy.api#readonly": {}
899            }
900        },
901        "com.amazonaws.mgn#DescribeJobLogItemsRequest": {
902            "type": "structure",
903            "members": {
904                "jobID": {
905                    "target": "com.amazonaws.mgn#JobID",
906                    "traits": {
907                        "smithy.api#documentation": "<p>Request to describe Job log job ID.</p>",
908                        "smithy.api#required": {}
909                    }
910                },
911                "maxResults": {
912                    "target": "com.amazonaws.mgn#StrictlyPositiveInteger",
913                    "traits": {
914                        "smithy.api#documentation": "<p>Request to describe Job log item maximum results.</p>"
915                    }
916                },
917                "nextToken": {
918                    "target": "com.amazonaws.mgn#PaginationToken",
919                    "traits": {
920                        "smithy.api#documentation": "<p>Request to describe Job log next token.</p>"
921                    }
922                }
923            }
924        },
925        "com.amazonaws.mgn#DescribeJobLogItemsResponse": {
926            "type": "structure",
927            "members": {
928                "items": {
929                    "target": "com.amazonaws.mgn#JobLogs",
930                    "traits": {
931                        "smithy.api#documentation": "<p>Request to describe Job log response items.</p>"
932                    }
933                },
934                "nextToken": {
935                    "target": "com.amazonaws.mgn#PaginationToken",
936                    "traits": {
937                        "smithy.api#documentation": "<p>Request to describe Job log response next token.</p>"
938                    }
939                }
940            }
941        },
942        "com.amazonaws.mgn#DescribeJobs": {
943            "type": "operation",
944            "input": {
945                "target": "com.amazonaws.mgn#DescribeJobsRequest"
946            },
947            "output": {
948                "target": "com.amazonaws.mgn#DescribeJobsResponse"
949            },
950            "errors": [
951                {
952                    "target": "com.amazonaws.mgn#UninitializedAccountException"
953                },
954                {
955                    "target": "com.amazonaws.mgn#ValidationException"
956                }
957            ],
958            "traits": {
959                "smithy.api#documentation": "<p>Returns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normaly created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.</p>",
960                "smithy.api#http": {
961                    "method": "POST",
962                    "uri": "/DescribeJobs",
963                    "code": 200
964                },
965                "smithy.api#paginated": {
966                    "inputToken": "nextToken",
967                    "outputToken": "nextToken",
968                    "items": "items",
969                    "pageSize": "maxResults"
970                },
971                "smithy.api#readonly": {}
972            }
973        },
974        "com.amazonaws.mgn#DescribeJobsRequest": {
975            "type": "structure",
976            "members": {
977                "filters": {
978                    "target": "com.amazonaws.mgn#DescribeJobsRequestFilters",
979                    "traits": {
980                        "smithy.api#documentation": "<p>Request to describe Job log filters.</p>",
981                        "smithy.api#required": {}
982                    }
983                },
984                "maxResults": {
985                    "target": "com.amazonaws.mgn#StrictlyPositiveInteger",
986                    "traits": {
987                        "smithy.api#documentation": "<p>Request to describe Job log by max results.</p>"
988                    }
989                },
990                "nextToken": {
991                    "target": "com.amazonaws.mgn#PaginationToken",
992                    "traits": {
993                        "smithy.api#documentation": "<p>Request to describe Job logby next token.</p>"
994                    }
995                }
996            }
997        },
998        "com.amazonaws.mgn#DescribeJobsRequestFilters": {
999            "type": "structure",
1000            "members": {
1001                "jobIDs": {
1002                    "target": "com.amazonaws.mgn#DescribeJobsRequestFiltersJobIDs",
1003                    "traits": {
1004                        "smithy.api#documentation": "<p>Request to describe Job log filters by job ID.</p>"
1005                    }
1006                },
1007                "fromDate": {
1008                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
1009                    "traits": {
1010                        "smithy.api#documentation": "<p>Request to describe Job log filters by date.</p>"
1011                    }
1012                },
1013                "toDate": {
1014                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
1015                    "traits": {
1016                        "smithy.api#documentation": "<p>Request to describe Job log by last date.</p>"
1017                    }
1018                }
1019            },
1020            "traits": {
1021                "smithy.api#documentation": "<p>Request to describe Job log filters.</p>"
1022            }
1023        },
1024        "com.amazonaws.mgn#DescribeJobsRequestFiltersJobIDs": {
1025            "type": "list",
1026            "member": {
1027                "target": "com.amazonaws.mgn#JobID"
1028            },
1029            "traits": {
1030                "smithy.api#length": {
1031                    "min": 0,
1032                    "max": 1000
1033                }
1034            }
1035        },
1036        "com.amazonaws.mgn#DescribeJobsResponse": {
1037            "type": "structure",
1038            "members": {
1039                "items": {
1040                    "target": "com.amazonaws.mgn#JobsList",
1041                    "traits": {
1042                        "smithy.api#documentation": "<p>Request to describe Job log items.</p>"
1043                    }
1044                },
1045                "nextToken": {
1046                    "target": "com.amazonaws.mgn#PaginationToken",
1047                    "traits": {
1048                        "smithy.api#documentation": "<p>Request to describe Job response by next token.</p>"
1049                    }
1050                }
1051            }
1052        },
1053        "com.amazonaws.mgn#DescribeReplicationConfigurationTemplates": {
1054            "type": "operation",
1055            "input": {
1056                "target": "com.amazonaws.mgn#DescribeReplicationConfigurationTemplatesRequest"
1057            },
1058            "output": {
1059                "target": "com.amazonaws.mgn#DescribeReplicationConfigurationTemplatesResponse"
1060            },
1061            "errors": [
1062                {
1063                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
1064                },
1065                {
1066                    "target": "com.amazonaws.mgn#UninitializedAccountException"
1067                },
1068                {
1069                    "target": "com.amazonaws.mgn#ValidationException"
1070                }
1071            ],
1072            "traits": {
1073                "smithy.api#documentation": "<p>Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.</p>",
1074                "smithy.api#http": {
1075                    "method": "POST",
1076                    "uri": "/DescribeReplicationConfigurationTemplates",
1077                    "code": 200
1078                },
1079                "smithy.api#paginated": {
1080                    "inputToken": "nextToken",
1081                    "outputToken": "nextToken",
1082                    "items": "items",
1083                    "pageSize": "maxResults"
1084                },
1085                "smithy.api#readonly": {}
1086            }
1087        },
1088        "com.amazonaws.mgn#DescribeReplicationConfigurationTemplatesRequest": {
1089            "type": "structure",
1090            "members": {
1091                "replicationConfigurationTemplateIDs": {
1092                    "target": "com.amazonaws.mgn#ReplicationConfigurationTemplateIDs",
1093                    "traits": {
1094                        "smithy.api#documentation": "<p>Request to describe Replication Configuration template by template IDs.</p>",
1095                        "smithy.api#required": {}
1096                    }
1097                },
1098                "maxResults": {
1099                    "target": "com.amazonaws.mgn#StrictlyPositiveInteger",
1100                    "traits": {
1101                        "smithy.api#documentation": "<p>Request to describe Replication Configuration template by max results.</p>"
1102                    }
1103                },
1104                "nextToken": {
1105                    "target": "com.amazonaws.mgn#PaginationToken",
1106                    "traits": {
1107                        "smithy.api#documentation": "<p>Request to describe Replication Configuration template by next token.</p>"
1108                    }
1109                }
1110            }
1111        },
1112        "com.amazonaws.mgn#DescribeReplicationConfigurationTemplatesResponse": {
1113            "type": "structure",
1114            "members": {
1115                "items": {
1116                    "target": "com.amazonaws.mgn#ReplicationConfigurationTemplates",
1117                    "traits": {
1118                        "smithy.api#documentation": "<p>Request to describe Replication Configuration template by items.</p>"
1119                    }
1120                },
1121                "nextToken": {
1122                    "target": "com.amazonaws.mgn#PaginationToken",
1123                    "traits": {
1124                        "smithy.api#documentation": "<p>Request to describe Replication Configuration template by next token.</p>"
1125                    }
1126                }
1127            }
1128        },
1129        "com.amazonaws.mgn#DescribeSourceServers": {
1130            "type": "operation",
1131            "input": {
1132                "target": "com.amazonaws.mgn#DescribeSourceServersRequest"
1133            },
1134            "output": {
1135                "target": "com.amazonaws.mgn#DescribeSourceServersResponse"
1136            },
1137            "errors": [
1138                {
1139                    "target": "com.amazonaws.mgn#UninitializedAccountException"
1140                },
1141                {
1142                    "target": "com.amazonaws.mgn#ValidationException"
1143                }
1144            ],
1145            "traits": {
1146                "smithy.api#documentation": "<p>Retrieves all SourceServers or multiple SourceServers by ID.</p>",
1147                "smithy.api#http": {
1148                    "method": "POST",
1149                    "uri": "/DescribeSourceServers",
1150                    "code": 200
1151                },
1152                "smithy.api#paginated": {
1153                    "inputToken": "nextToken",
1154                    "outputToken": "nextToken",
1155                    "items": "items",
1156                    "pageSize": "maxResults"
1157                },
1158                "smithy.api#readonly": {}
1159            }
1160        },
1161        "com.amazonaws.mgn#DescribeSourceServersRequest": {
1162            "type": "structure",
1163            "members": {
1164                "filters": {
1165                    "target": "com.amazonaws.mgn#DescribeSourceServersRequestFilters",
1166                    "traits": {
1167                        "smithy.api#documentation": "<p>Request to filter Source Servers list.</p>",
1168                        "smithy.api#required": {}
1169                    }
1170                },
1171                "maxResults": {
1172                    "target": "com.amazonaws.mgn#StrictlyPositiveInteger",
1173                    "traits": {
1174                        "smithy.api#documentation": "<p>Request to filter Source Servers list by maximum results.</p>"
1175                    }
1176                },
1177                "nextToken": {
1178                    "target": "com.amazonaws.mgn#PaginationToken",
1179                    "traits": {
1180                        "smithy.api#documentation": "<p>Request to filter Source Servers list by next token.</p>"
1181                    }
1182                }
1183            }
1184        },
1185        "com.amazonaws.mgn#DescribeSourceServersRequestFilters": {
1186            "type": "structure",
1187            "members": {
1188                "sourceServerIDs": {
1189                    "target": "com.amazonaws.mgn#DescribeSourceServersRequestFiltersIDs",
1190                    "traits": {
1191                        "smithy.api#documentation": "<p>Request to filter Source Servers list by Source Server ID.</p>"
1192                    }
1193                },
1194                "isArchived": {
1195                    "target": "smithy.api#Boolean",
1196                    "traits": {
1197                        "smithy.api#documentation": "<p>Request to filter Source Servers list by archived.</p>"
1198                    }
1199                }
1200            },
1201            "traits": {
1202                "smithy.api#documentation": "<p>Request to filter Source Servers list.</p>"
1203            }
1204        },
1205        "com.amazonaws.mgn#DescribeSourceServersRequestFiltersIDs": {
1206            "type": "list",
1207            "member": {
1208                "target": "com.amazonaws.mgn#SourceServerID"
1209            },
1210            "traits": {
1211                "smithy.api#length": {
1212                    "min": 0,
1213                    "max": 200
1214                }
1215            }
1216        },
1217        "com.amazonaws.mgn#DescribeSourceServersResponse": {
1218            "type": "structure",
1219            "members": {
1220                "items": {
1221                    "target": "com.amazonaws.mgn#SourceServersList",
1222                    "traits": {
1223                        "smithy.api#documentation": "<p>Request to filter Source Servers list by item.</p>"
1224                    }
1225                },
1226                "nextToken": {
1227                    "target": "com.amazonaws.mgn#PaginationToken",
1228                    "traits": {
1229                        "smithy.api#documentation": "<p>Request to filter Source Servers next token.</p>"
1230                    }
1231                }
1232            }
1233        },
1234        "com.amazonaws.mgn#DisconnectFromService": {
1235            "type": "operation",
1236            "input": {
1237                "target": "com.amazonaws.mgn#DisconnectFromServiceRequest"
1238            },
1239            "output": {
1240                "target": "com.amazonaws.mgn#SourceServer"
1241            },
1242            "errors": [
1243                {
1244                    "target": "com.amazonaws.mgn#ConflictException"
1245                },
1246                {
1247                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
1248                },
1249                {
1250                    "target": "com.amazonaws.mgn#UninitializedAccountException"
1251                }
1252            ],
1253            "traits": {
1254                "smithy.api#documentation": "<p>Disconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communciating with the Application Migration Service service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified.</p>",
1255                "smithy.api#http": {
1256                    "method": "POST",
1257                    "uri": "/DisconnectFromService",
1258                    "code": 200
1259                }
1260            }
1261        },
1262        "com.amazonaws.mgn#DisconnectFromServiceRequest": {
1263            "type": "structure",
1264            "members": {
1265                "sourceServerID": {
1266                    "target": "com.amazonaws.mgn#SourceServerID",
1267                    "traits": {
1268                        "smithy.api#documentation": "<p>Request to disconnect Source Server from service by Server ID.</p>",
1269                        "smithy.api#required": {}
1270                    }
1271                }
1272            }
1273        },
1274        "com.amazonaws.mgn#Disk": {
1275            "type": "structure",
1276            "members": {
1277                "deviceName": {
1278                    "target": "com.amazonaws.mgn#BoundedString",
1279                    "traits": {
1280                        "smithy.api#documentation": "<p>The disk or device name.</p>"
1281                    }
1282                },
1283                "bytes": {
1284                    "target": "com.amazonaws.mgn#PositiveInteger",
1285                    "traits": {
1286                        "smithy.api#documentation": "<p>The amount of storage on the disk in bytes.</p>"
1287                    }
1288                }
1289            },
1290            "traits": {
1291                "smithy.api#documentation": "<p>The disk identifier.</p>"
1292            }
1293        },
1294        "com.amazonaws.mgn#Disks": {
1295            "type": "list",
1296            "member": {
1297                "target": "com.amazonaws.mgn#Disk"
1298            },
1299            "traits": {
1300                "smithy.api#length": {
1301                    "min": 0,
1302                    "max": 1000
1303                }
1304            }
1305        },
1306        "com.amazonaws.mgn#EC2InstanceID": {
1307            "type": "string",
1308            "traits": {
1309                "smithy.api#length": {
1310                    "min": 0,
1311                    "max": 255
1312                },
1313                "smithy.api#pattern": "^i-[0-9a-fA-F]{8,}$"
1314            }
1315        },
1316        "com.amazonaws.mgn#EC2InstanceType": {
1317            "type": "string",
1318            "traits": {
1319                "smithy.api#length": {
1320                    "min": 0,
1321                    "max": 255
1322                }
1323            }
1324        },
1325        "com.amazonaws.mgn#FinalizeCutover": {
1326            "type": "operation",
1327            "input": {
1328                "target": "com.amazonaws.mgn#FinalizeCutoverRequest"
1329            },
1330            "output": {
1331                "target": "com.amazonaws.mgn#SourceServer"
1332            },
1333            "errors": [
1334                {
1335                    "target": "com.amazonaws.mgn#ConflictException"
1336                },
1337                {
1338                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
1339                },
1340                {
1341                    "target": "com.amazonaws.mgn#UninitializedAccountException"
1342                },
1343                {
1344                    "target": "com.amazonaws.mgn#ValidationException"
1345                }
1346            ],
1347            "traits": {
1348                "smithy.api#documentation": "<p>Finalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property fo each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified.</p>",
1349                "smithy.api#http": {
1350                    "method": "POST",
1351                    "uri": "/FinalizeCutover",
1352                    "code": 200
1353                }
1354            }
1355        },
1356        "com.amazonaws.mgn#FinalizeCutoverRequest": {
1357            "type": "structure",
1358            "members": {
1359                "sourceServerID": {
1360                    "target": "com.amazonaws.mgn#SourceServerID",
1361                    "traits": {
1362                        "smithy.api#documentation": "<p>Request to finalize Cutover by Soure Server ID.</p>",
1363                        "smithy.api#required": {}
1364                    }
1365                }
1366            }
1367        },
1368        "com.amazonaws.mgn#FirstBoot": {
1369            "type": "string",
1370            "traits": {
1371                "smithy.api#enum": [
1372                    {
1373                        "value": "WAITING",
1374                        "name": "WAITING"
1375                    },
1376                    {
1377                        "value": "SUCCEEDED",
1378                        "name": "SUCCEEDED"
1379                    },
1380                    {
1381                        "value": "UNKNOWN",
1382                        "name": "UNKNOWN"
1383                    },
1384                    {
1385                        "value": "STOPPED",
1386                        "name": "STOPPED"
1387                    }
1388                ]
1389            }
1390        },
1391        "com.amazonaws.mgn#GetLaunchConfiguration": {
1392            "type": "operation",
1393            "input": {
1394                "target": "com.amazonaws.mgn#GetLaunchConfigurationRequest"
1395            },
1396            "output": {
1397                "target": "com.amazonaws.mgn#LaunchConfiguration"
1398            },
1399            "errors": [
1400                {
1401                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
1402                },
1403                {
1404                    "target": "com.amazonaws.mgn#UninitializedAccountException"
1405                }
1406            ],
1407            "traits": {
1408                "smithy.api#documentation": "<p>Lists all LaunchConfigurations available, filtered by Source Server IDs.</p>",
1409                "smithy.api#http": {
1410                    "method": "POST",
1411                    "uri": "/GetLaunchConfiguration",
1412                    "code": 200
1413                },
1414                "smithy.api#readonly": {}
1415            }
1416        },
1417        "com.amazonaws.mgn#GetLaunchConfigurationRequest": {
1418            "type": "structure",
1419            "members": {
1420                "sourceServerID": {
1421                    "target": "com.amazonaws.mgn#SourceServerID",
1422                    "traits": {
1423                        "smithy.api#documentation": "<p>Request to get Launch Configuration information by Source Server ID.</p>",
1424                        "smithy.api#required": {}
1425                    }
1426                }
1427            }
1428        },
1429        "com.amazonaws.mgn#GetReplicationConfiguration": {
1430            "type": "operation",
1431            "input": {
1432                "target": "com.amazonaws.mgn#GetReplicationConfigurationRequest"
1433            },
1434            "output": {
1435                "target": "com.amazonaws.mgn#ReplicationConfiguration"
1436            },
1437            "errors": [
1438                {
1439                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
1440                },
1441                {
1442                    "target": "com.amazonaws.mgn#UninitializedAccountException"
1443                }
1444            ],
1445            "traits": {
1446                "smithy.api#documentation": "<p>Lists all ReplicationConfigurations, filtered by Source Server ID.</p>",
1447                "smithy.api#http": {
1448                    "method": "POST",
1449                    "uri": "/GetReplicationConfiguration",
1450                    "code": 200
1451                },
1452                "smithy.api#readonly": {}
1453            }
1454        },
1455        "com.amazonaws.mgn#GetReplicationConfigurationRequest": {
1456            "type": "structure",
1457            "members": {
1458                "sourceServerID": {
1459                    "target": "com.amazonaws.mgn#SourceServerID",
1460                    "traits": {
1461                        "smithy.api#documentation": "<p>Request to get Replication Configuaration by Source Server ID.</p>",
1462                        "smithy.api#required": {}
1463                    }
1464                }
1465            }
1466        },
1467        "com.amazonaws.mgn#IPsList": {
1468            "type": "list",
1469            "member": {
1470                "target": "com.amazonaws.mgn#BoundedString"
1471            }
1472        },
1473        "com.amazonaws.mgn#ISO8601DatetimeString": {
1474            "type": "string",
1475            "traits": {
1476                "smithy.api#length": {
1477                    "min": 19,
1478                    "max": 32
1479                },
1480                "smithy.api#pattern": "^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\.[0-9]+)?Z$"
1481            }
1482        },
1483        "com.amazonaws.mgn#IdentificationHints": {
1484            "type": "structure",
1485            "members": {
1486                "fqdn": {
1487                    "target": "com.amazonaws.mgn#BoundedString",
1488                    "traits": {
1489                        "smithy.api#documentation": "<p>FQDN address identification hint.</p>"
1490                    }
1491                },
1492                "hostname": {
1493                    "target": "com.amazonaws.mgn#BoundedString",
1494                    "traits": {
1495                        "smithy.api#documentation": "<p>Hostname identification hint.</p>"
1496                    }
1497                },
1498                "vmWareUuid": {
1499                    "target": "com.amazonaws.mgn#BoundedString",
1500                    "traits": {
1501                        "smithy.api#documentation": "<p>vmWare UUID identification hint.</p>"
1502                    }
1503                },
1504                "awsInstanceID": {
1505                    "target": "com.amazonaws.mgn#EC2InstanceID",
1506                    "traits": {
1507                        "smithy.api#documentation": "<p>AWS Instance ID identification hint.</p>"
1508                    }
1509                }
1510            },
1511            "traits": {
1512                "smithy.api#documentation": "<p>Identification hints.</p>"
1513            }
1514        },
1515        "com.amazonaws.mgn#InitializeService": {
1516            "type": "operation",
1517            "input": {
1518                "target": "com.amazonaws.mgn#InitializeServiceRequest"
1519            },
1520            "output": {
1521                "target": "com.amazonaws.mgn#InitializeServiceResponse"
1522            },
1523            "errors": [
1524                {
1525                    "target": "com.amazonaws.mgn#AccessDeniedException"
1526                },
1527                {
1528                    "target": "com.amazonaws.mgn#ValidationException"
1529                }
1530            ],
1531            "traits": {
1532                "smithy.api#documentation": "<p>Initialize Application Migration Service.</p>",
1533                "smithy.api#http": {
1534                    "method": "POST",
1535                    "uri": "/InitializeService",
1536                    "code": 204
1537                }
1538            }
1539        },
1540        "com.amazonaws.mgn#InitializeServiceRequest": {
1541            "type": "structure",
1542            "members": {}
1543        },
1544        "com.amazonaws.mgn#InitializeServiceResponse": {
1545            "type": "structure",
1546            "members": {}
1547        },
1548        "com.amazonaws.mgn#InitiatedBy": {
1549            "type": "string",
1550            "traits": {
1551                "smithy.api#enum": [
1552                    {
1553                        "value": "START_TEST",
1554                        "name": "START_TEST"
1555                    },
1556                    {
1557                        "value": "START_CUTOVER",
1558                        "name": "START_CUTOVER"
1559                    },
1560                    {
1561                        "value": "DIAGNOSTIC",
1562                        "name": "DIAGNOSTIC"
1563                    },
1564                    {
1565                        "value": "TERMINATE",
1566                        "name": "TERMINATE"
1567                    }
1568                ]
1569            }
1570        },
1571        "com.amazonaws.mgn#InternalServerException": {
1572            "type": "structure",
1573            "members": {
1574                "message": {
1575                    "target": "com.amazonaws.mgn#LargeBoundedString",
1576                    "traits": {
1577                        "smithy.api#required": {}
1578                    }
1579                },
1580                "retryAfterSeconds": {
1581                    "target": "com.amazonaws.mgn#PositiveInteger",
1582                    "traits": {
1583                        "smithy.api#documentation": "<p>The server encountered an unexpected condition that prevented it from fulfilling the request. The request will be retried again after x seconds.</p>",
1584                        "smithy.api#httpHeader": "Retry-After"
1585                    }
1586                }
1587            },
1588            "traits": {
1589                "smithy.api#documentation": "<p>The server encountered an unexpected condition that prevented it from fulfilling the request.</p>",
1590                "smithy.api#error": "server",
1591                "smithy.api#httpError": 500
1592            }
1593        },
1594        "com.amazonaws.mgn#Job": {
1595            "type": "structure",
1596            "members": {
1597                "jobID": {
1598                    "target": "com.amazonaws.mgn#JobID",
1599                    "traits": {
1600                        "smithy.api#documentation": "<p>Job ID.</p>",
1601                        "smithy.api#required": {}
1602                    }
1603                },
1604                "arn": {
1605                    "target": "com.amazonaws.mgn#ARN",
1606                    "traits": {
1607                        "smithy.api#documentation": "<p>the ARN of the specific Job.</p>"
1608                    }
1609                },
1610                "type": {
1611                    "target": "com.amazonaws.mgn#JobType",
1612                    "traits": {
1613                        "smithy.api#documentation": "<p>Job type.</p>"
1614                    }
1615                },
1616                "initiatedBy": {
1617                    "target": "com.amazonaws.mgn#InitiatedBy",
1618                    "traits": {
1619                        "smithy.api#documentation": "<p>Job initiated by field.</p>"
1620                    }
1621                },
1622                "creationDateTime": {
1623                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
1624                    "traits": {
1625                        "smithy.api#documentation": "<p>Job creation time.</p>"
1626                    }
1627                },
1628                "endDateTime": {
1629                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
1630                    "traits": {
1631                        "smithy.api#documentation": "<p>Job end time.</p>"
1632                    }
1633                },
1634                "status": {
1635                    "target": "com.amazonaws.mgn#JobStatus",
1636                    "traits": {
1637                        "smithy.api#documentation": "<p>Job status.</p>"
1638                    }
1639                },
1640                "participatingServers": {
1641                    "target": "com.amazonaws.mgn#ParticipatingServers",
1642                    "traits": {
1643                        "smithy.api#documentation": "<p>Servers participating in a specific Job.</p>"
1644                    }
1645                },
1646                "tags": {
1647                    "target": "com.amazonaws.mgn#TagsMap",
1648                    "traits": {
1649                        "smithy.api#documentation": "<p>Tags associated with spcific Job.</p>"
1650                    }
1651                }
1652            },
1653            "traits": {
1654                "smithy.api#documentation": "<p>Job.</p>"
1655            }
1656        },
1657        "com.amazonaws.mgn#JobID": {
1658            "type": "string",
1659            "traits": {
1660                "smithy.api#length": {
1661                    "min": 24,
1662                    "max": 24
1663                },
1664                "smithy.api#pattern": "^mgnjob-[0-9a-zA-Z]{17}$"
1665            }
1666        },
1667        "com.amazonaws.mgn#JobLog": {
1668            "type": "structure",
1669            "members": {
1670                "logDateTime": {
1671                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
1672                    "traits": {
1673                        "smithy.api#documentation": "<p>Job log event date and time.</p>"
1674                    }
1675                },
1676                "event": {
1677                    "target": "com.amazonaws.mgn#JobLogEvent",
1678                    "traits": {
1679                        "smithy.api#documentation": "<p>Job log event.</p>"
1680                    }
1681                },
1682                "eventData": {
1683                    "target": "com.amazonaws.mgn#JobLogEventData",
1684                    "traits": {
1685                        "smithy.api#documentation": "<p>Job event data</p>"
1686                    }
1687                }
1688            },
1689            "traits": {
1690                "smithy.api#documentation": "<p>Job log.</p>"
1691            }
1692        },
1693        "com.amazonaws.mgn#JobLogEvent": {
1694            "type": "string",
1695            "traits": {
1696                "smithy.api#enum": [
1697                    {
1698                        "value": "JOB_START",
1699                        "name": "JOB_START"
1700                    },
1701                    {
1702                        "value": "SERVER_SKIPPED",
1703                        "name": "SERVER_SKIPPED"
1704                    },
1705                    {
1706                        "value": "CLEANUP_START",
1707                        "name": "CLEANUP_START"
1708                    },
1709                    {
1710                        "value": "CLEANUP_END",
1711                        "name": "CLEANUP_END"
1712                    },
1713                    {
1714                        "value": "CLEANUP_FAIL",
1715                        "name": "CLEANUP_FAIL"
1716                    },
1717                    {
1718                        "value": "SNAPSHOT_START",
1719                        "name": "SNAPSHOT_START"
1720                    },
1721                    {
1722                        "value": "SNAPSHOT_END",
1723                        "name": "SNAPSHOT_END"
1724                    },
1725                    {
1726                        "value": "SNAPSHOT_FAIL",
1727                        "name": "SNAPSHOT_FAIL"
1728                    },
1729                    {
1730                        "value": "USING_PREVIOUS_SNAPSHOT",
1731                        "name": "USING_PREVIOUS_SNAPSHOT"
1732                    },
1733                    {
1734                        "value": "CONVERSION_START",
1735                        "name": "CONVERSION_START"
1736                    },
1737                    {
1738                        "value": "CONVERSION_END",
1739                        "name": "CONVERSION_END"
1740                    },
1741                    {
1742                        "value": "CONVERSION_FAIL",
1743                        "name": "CONVERSION_FAIL"
1744                    },
1745                    {
1746                        "value": "LAUNCH_START",
1747                        "name": "LAUNCH_START"
1748                    },
1749                    {
1750                        "value": "LAUNCH_FAILED",
1751                        "name": "LAUNCH_FAILED"
1752                    },
1753                    {
1754                        "value": "JOB_CANCEL",
1755                        "name": "JOB_CANCEL"
1756                    },
1757                    {
1758                        "value": "JOB_END",
1759                        "name": "JOB_END"
1760                    }
1761                ]
1762            }
1763        },
1764        "com.amazonaws.mgn#JobLogEventData": {
1765            "type": "structure",
1766            "members": {
1767                "sourceServerID": {
1768                    "target": "com.amazonaws.mgn#SourceServerID",
1769                    "traits": {
1770                        "smithy.api#documentation": "<p>Job Event Source Server ID.</p>"
1771                    }
1772                },
1773                "conversionServerID": {
1774                    "target": "com.amazonaws.mgn#EC2InstanceID",
1775                    "traits": {
1776                        "smithy.api#documentation": "<p>Job Event conversion Server ID.</p>"
1777                    }
1778                },
1779                "targetInstanceID": {
1780                    "target": "com.amazonaws.mgn#EC2InstanceID",
1781                    "traits": {
1782                        "smithy.api#documentation": "<p>Job Event Target instance ID.</p>"
1783                    }
1784                },
1785                "rawError": {
1786                    "target": "com.amazonaws.mgn#LargeBoundedString",
1787                    "traits": {
1788                        "smithy.api#documentation": "<p>Job error.</p>"
1789                    }
1790                }
1791            },
1792            "traits": {
1793                "smithy.api#documentation": "<p>Job log data</p>"
1794            }
1795        },
1796        "com.amazonaws.mgn#JobLogs": {
1797            "type": "list",
1798            "member": {
1799                "target": "com.amazonaws.mgn#JobLog"
1800            }
1801        },
1802        "com.amazonaws.mgn#JobResource": {
1803            "type": "resource",
1804            "identifiers": {
1805                "jobID": {
1806                    "target": "com.amazonaws.mgn#JobID"
1807                }
1808            },
1809            "delete": {
1810                "target": "com.amazonaws.mgn#DeleteJob"
1811            },
1812            "list": {
1813                "target": "com.amazonaws.mgn#DescribeJobs"
1814            },
1815            "operations": [
1816                {
1817                    "target": "com.amazonaws.mgn#DescribeJobLogItems"
1818                }
1819            ],
1820            "traits": {
1821                "aws.api#arn": {
1822                    "template": "job/{jobID}",
1823                    "absolute": false,
1824                    "noAccount": false,
1825                    "noRegion": false
1826                }
1827            }
1828        },
1829        "com.amazonaws.mgn#JobStatus": {
1830            "type": "string",
1831            "traits": {
1832                "smithy.api#enum": [
1833                    {
1834                        "value": "PENDING",
1835                        "name": "PENDING"
1836                    },
1837                    {
1838                        "value": "STARTED",
1839                        "name": "STARTED"
1840                    },
1841                    {
1842                        "value": "COMPLETED",
1843                        "name": "COMPLETED"
1844                    }
1845                ]
1846            }
1847        },
1848        "com.amazonaws.mgn#JobType": {
1849            "type": "string",
1850            "traits": {
1851                "smithy.api#enum": [
1852                    {
1853                        "value": "LAUNCH",
1854                        "name": "LAUNCH"
1855                    },
1856                    {
1857                        "value": "TERMINATE",
1858                        "name": "TERMINATE"
1859                    }
1860                ]
1861            }
1862        },
1863        "com.amazonaws.mgn#JobsList": {
1864            "type": "list",
1865            "member": {
1866                "target": "com.amazonaws.mgn#Job"
1867            }
1868        },
1869        "com.amazonaws.mgn#LargeBoundedString": {
1870            "type": "string",
1871            "traits": {
1872                "smithy.api#length": {
1873                    "min": 0,
1874                    "max": 65536
1875                }
1876            }
1877        },
1878        "com.amazonaws.mgn#LaunchConfiguration": {
1879            "type": "structure",
1880            "members": {
1881                "sourceServerID": {
1882                    "target": "com.amazonaws.mgn#SourceServerID",
1883                    "traits": {
1884                        "smithy.api#documentation": "<p>Configure launch configuration Source Server ID.</p>"
1885                    }
1886                },
1887                "name": {
1888                    "target": "com.amazonaws.mgn#SmallBoundedString",
1889                    "traits": {
1890                        "smithy.api#documentation": "<p>Configure launch configuration name.</p>"
1891                    }
1892                },
1893                "ec2LaunchTemplateID": {
1894                    "target": "com.amazonaws.mgn#BoundedString",
1895                    "traits": {
1896                        "smithy.api#documentation": "<p>Configure EC2 lauch configuration template ID.</p>"
1897                    }
1898                },
1899                "launchDisposition": {
1900                    "target": "com.amazonaws.mgn#LaunchDisposition",
1901                    "traits": {
1902                        "smithy.api#documentation": "<p>Configure launch dispostion for launch configuration.</p>"
1903                    }
1904                },
1905                "targetInstanceTypeRightSizingMethod": {
1906                    "target": "com.amazonaws.mgn#TargetInstanceTypeRightSizingMethod",
1907                    "traits": {
1908                        "smithy.api#documentation": "<p>Configure launch configuration Target instance type right sizing method.</p>"
1909                    }
1910                },
1911                "copyPrivateIp": {
1912                    "target": "smithy.api#Boolean",
1913                    "traits": {
1914                        "smithy.api#documentation": "<p>Copy Private IP during Launch Configuration.</p>"
1915                    }
1916                },
1917                "copyTags": {
1918                    "target": "smithy.api#Boolean",
1919                    "traits": {
1920                        "smithy.api#documentation": "<p>Copy Tags during Launch Configuration.</p>"
1921                    }
1922                },
1923                "licensing": {
1924                    "target": "com.amazonaws.mgn#Licensing",
1925                    "traits": {
1926                        "smithy.api#documentation": "<p>Configure launch configuration OS licensing.</p>"
1927                    }
1928                }
1929            }
1930        },
1931        "com.amazonaws.mgn#LaunchDisposition": {
1932            "type": "string",
1933            "traits": {
1934                "smithy.api#enum": [
1935                    {
1936                        "value": "STOPPED",
1937                        "name": "STOPPED"
1938                    },
1939                    {
1940                        "value": "STARTED",
1941                        "name": "STARTED"
1942                    }
1943                ]
1944            }
1945        },
1946        "com.amazonaws.mgn#LaunchStatus": {
1947            "type": "string",
1948            "traits": {
1949                "smithy.api#enum": [
1950                    {
1951                        "value": "PENDING",
1952                        "name": "PENDING"
1953                    },
1954                    {
1955                        "value": "IN_PROGRESS",
1956                        "name": "IN_PROGRESS"
1957                    },
1958                    {
1959                        "value": "LAUNCHED",
1960                        "name": "LAUNCHED"
1961                    },
1962                    {
1963                        "value": "FAILED",
1964                        "name": "FAILED"
1965                    },
1966                    {
1967                        "value": "TERMINATED",
1968                        "name": "TERMINATED"
1969                    }
1970                ]
1971            }
1972        },
1973        "com.amazonaws.mgn#LaunchedInstance": {
1974            "type": "structure",
1975            "members": {
1976                "ec2InstanceID": {
1977                    "target": "com.amazonaws.mgn#EC2InstanceID",
1978                    "traits": {
1979                        "smithy.api#documentation": "<p>Configure launced instance EC2 ID.</p>"
1980                    }
1981                },
1982                "jobID": {
1983                    "target": "com.amazonaws.mgn#JobID",
1984                    "traits": {
1985                        "smithy.api#documentation": "<p>Configure launced instance Job ID.</p>"
1986                    }
1987                },
1988                "firstBoot": {
1989                    "target": "com.amazonaws.mgn#FirstBoot",
1990                    "traits": {
1991                        "smithy.api#documentation": "<p>Configure launced instance first boot.</p>"
1992                    }
1993                }
1994            },
1995            "traits": {
1996                "smithy.api#documentation": "<p>Configure launced instance.</p>"
1997            }
1998        },
1999        "com.amazonaws.mgn#Licensing": {
2000            "type": "structure",
2001            "members": {
2002                "osByol": {
2003                    "target": "smithy.api#Boolean",
2004                    "traits": {
2005                        "smithy.api#documentation": "<p>Configure BYOL OS licensing.</p>"
2006                    }
2007                }
2008            },
2009            "traits": {
2010                "smithy.api#documentation": "<p>Configure Licensing.</p>"
2011            }
2012        },
2013        "com.amazonaws.mgn#LifeCycle": {
2014            "type": "structure",
2015            "members": {
2016                "addedToServiceDateTime": {
2017                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2018                    "traits": {
2019                        "smithy.api#documentation": "<p>Lifecycle added to service data and time.</p>"
2020                    }
2021                },
2022                "firstByteDateTime": {
2023                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2024                    "traits": {
2025                        "smithy.api#documentation": "<p>Lifecycle replication initiation date and time.</p>"
2026                    }
2027                },
2028                "elapsedReplicationDuration": {
2029                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2030                    "traits": {
2031                        "smithy.api#documentation": "<p>Lifecycle elapsed time and duration.</p>"
2032                    }
2033                },
2034                "lastSeenByServiceDateTime": {
2035                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2036                    "traits": {
2037                        "smithy.api#documentation": "<p>Lifecycle last seen date and time.</p>"
2038                    }
2039                },
2040                "lastTest": {
2041                    "target": "com.amazonaws.mgn#LifeCycleLastTest",
2042                    "traits": {
2043                        "smithy.api#documentation": "<p>Lifecycle last Test.</p>"
2044                    }
2045                },
2046                "lastCutover": {
2047                    "target": "com.amazonaws.mgn#LifeCycleLastCutover",
2048                    "traits": {
2049                        "smithy.api#documentation": "<p>Lifecycle last Cutover.</p>"
2050                    }
2051                },
2052                "state": {
2053                    "target": "com.amazonaws.mgn#LifeCycleState",
2054                    "traits": {
2055                        "smithy.api#documentation": "<p>Lifecycle state.</p>"
2056                    }
2057                }
2058            },
2059            "traits": {
2060                "smithy.api#documentation": "<p>Lifecycle.</p>"
2061            }
2062        },
2063        "com.amazonaws.mgn#LifeCycleLastCutover": {
2064            "type": "structure",
2065            "members": {
2066                "initiated": {
2067                    "target": "com.amazonaws.mgn#LifeCycleLastCutoverInitiated",
2068                    "traits": {
2069                        "smithy.api#documentation": "<p>Lifecycle last Cutover initiated.</p>"
2070                    }
2071                },
2072                "reverted": {
2073                    "target": "com.amazonaws.mgn#LifeCycleLastCutoverReverted",
2074                    "traits": {
2075                        "smithy.api#documentation": "<p>Lifecycle last Cutover reverted.</p>"
2076                    }
2077                },
2078                "finalized": {
2079                    "target": "com.amazonaws.mgn#LifeCycleLastCutoverFinalized",
2080                    "traits": {
2081                        "smithy.api#documentation": "<p>Lifecycle Cutover finalized date and time.</p>"
2082                    }
2083                }
2084            },
2085            "traits": {
2086                "smithy.api#documentation": "<p>Lifecycle last Cutover .</p>"
2087            }
2088        },
2089        "com.amazonaws.mgn#LifeCycleLastCutoverFinalized": {
2090            "type": "structure",
2091            "members": {
2092                "apiCallDateTime": {
2093                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2094                    "traits": {
2095                        "smithy.api#documentation": "<p>Lifecycle Cutover finalized date and time.</p>"
2096                    }
2097                }
2098            },
2099            "traits": {
2100                "smithy.api#documentation": "<p>Lifecycle Cutover finalized</p>"
2101            }
2102        },
2103        "com.amazonaws.mgn#LifeCycleLastCutoverInitiated": {
2104            "type": "structure",
2105            "members": {
2106                "apiCallDateTime": {
2107                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2108                    "traits": {
2109                        "smithy.api#documentation": "<p/>"
2110                    }
2111                },
2112                "jobID": {
2113                    "target": "com.amazonaws.mgn#JobID",
2114                    "traits": {
2115                        "smithy.api#documentation": "<p>Lifecycle last Cutover initiated by Job ID.</p>"
2116                    }
2117                }
2118            },
2119            "traits": {
2120                "smithy.api#documentation": "<p>Lifecycle last Cutover initiated.</p>"
2121            }
2122        },
2123        "com.amazonaws.mgn#LifeCycleLastCutoverReverted": {
2124            "type": "structure",
2125            "members": {
2126                "apiCallDateTime": {
2127                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2128                    "traits": {
2129                        "smithy.api#documentation": "<p>Lifecycle last Cutover reverted API call date time.</p>"
2130                    }
2131                }
2132            },
2133            "traits": {
2134                "smithy.api#documentation": "<p>Lifecycle last Cutover reverted.</p>"
2135            }
2136        },
2137        "com.amazonaws.mgn#LifeCycleLastTest": {
2138            "type": "structure",
2139            "members": {
2140                "initiated": {
2141                    "target": "com.amazonaws.mgn#LifeCycleLastTestInitiated",
2142                    "traits": {
2143                        "smithy.api#documentation": "<p>Lifecycle last Test initiated.</p>"
2144                    }
2145                },
2146                "reverted": {
2147                    "target": "com.amazonaws.mgn#LifeCycleLastTestReverted",
2148                    "traits": {
2149                        "smithy.api#documentation": "<p>Lifecycle last Test reverted.</p>"
2150                    }
2151                },
2152                "finalized": {
2153                    "target": "com.amazonaws.mgn#LifeCycleLastTestFinalized",
2154                    "traits": {
2155                        "smithy.api#documentation": "<p>Lifecycle last Test finlized.</p>"
2156                    }
2157                }
2158            },
2159            "traits": {
2160                "smithy.api#documentation": "<p>Lifecycle last Test.</p>"
2161            }
2162        },
2163        "com.amazonaws.mgn#LifeCycleLastTestFinalized": {
2164            "type": "structure",
2165            "members": {
2166                "apiCallDateTime": {
2167                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2168                    "traits": {
2169                        "smithy.api#documentation": "<p>Lifecycle Test failed API call date and time.</p>"
2170                    }
2171                }
2172            },
2173            "traits": {
2174                "smithy.api#documentation": "<p>Lifecycle last Test finlized.</p>"
2175            }
2176        },
2177        "com.amazonaws.mgn#LifeCycleLastTestInitiated": {
2178            "type": "structure",
2179            "members": {
2180                "apiCallDateTime": {
2181                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2182                    "traits": {
2183                        "smithy.api#documentation": "<p>Lifecycle last Test initiated API call date and time.</p>"
2184                    }
2185                },
2186                "jobID": {
2187                    "target": "com.amazonaws.mgn#JobID",
2188                    "traits": {
2189                        "smithy.api#documentation": "<p>Lifecycle last Test initiated Job ID.</p>"
2190                    }
2191                }
2192            },
2193            "traits": {
2194                "smithy.api#documentation": "<p>Lifecycle last Test initiated.</p>"
2195            }
2196        },
2197        "com.amazonaws.mgn#LifeCycleLastTestReverted": {
2198            "type": "structure",
2199            "members": {
2200                "apiCallDateTime": {
2201                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2202                    "traits": {
2203                        "smithy.api#documentation": "<p>Lifecycle last Test reverted API call date and time.</p>"
2204                    }
2205                }
2206            },
2207            "traits": {
2208                "smithy.api#documentation": "<p>Lifecycle last Test reverted.</p>"
2209            }
2210        },
2211        "com.amazonaws.mgn#LifeCycleState": {
2212            "type": "string",
2213            "traits": {
2214                "smithy.api#enum": [
2215                    {
2216                        "value": "STOPPED",
2217                        "name": "STOPPED"
2218                    },
2219                    {
2220                        "value": "NOT_READY",
2221                        "name": "NOT_READY"
2222                    },
2223                    {
2224                        "value": "READY_FOR_TEST",
2225                        "name": "READY_FOR_TEST"
2226                    },
2227                    {
2228                        "value": "TESTING",
2229                        "name": "TESTING"
2230                    },
2231                    {
2232                        "value": "READY_FOR_CUTOVER",
2233                        "name": "READY_FOR_CUTOVER"
2234                    },
2235                    {
2236                        "value": "CUTTING_OVER",
2237                        "name": "CUTTING_OVER"
2238                    },
2239                    {
2240                        "value": "CUTOVER",
2241                        "name": "CUTOVER"
2242                    },
2243                    {
2244                        "value": "DISCONNECTED",
2245                        "name": "DISCONNECTED"
2246                    }
2247                ]
2248            }
2249        },
2250        "com.amazonaws.mgn#ListTagsForResource": {
2251            "type": "operation",
2252            "input": {
2253                "target": "com.amazonaws.mgn#ListTagsForResourceRequest"
2254            },
2255            "output": {
2256                "target": "com.amazonaws.mgn#ListTagsForResourceResponse"
2257            },
2258            "errors": [
2259                {
2260                    "target": "com.amazonaws.mgn#AccessDeniedException"
2261                },
2262                {
2263                    "target": "com.amazonaws.mgn#InternalServerException"
2264                },
2265                {
2266                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
2267                },
2268                {
2269                    "target": "com.amazonaws.mgn#ThrottlingException"
2270                },
2271                {
2272                    "target": "com.amazonaws.mgn#ValidationException"
2273                }
2274            ],
2275            "traits": {
2276                "smithy.api#documentation": "<p>List all tags for your Application Migration Service resources.</p>",
2277                "smithy.api#http": {
2278                    "method": "GET",
2279                    "uri": "/tags/{resourceArn}",
2280                    "code": 200
2281                },
2282                "smithy.api#readonly": {}
2283            }
2284        },
2285        "com.amazonaws.mgn#ListTagsForResourceRequest": {
2286            "type": "structure",
2287            "members": {
2288                "resourceArn": {
2289                    "target": "com.amazonaws.mgn#ARN",
2290                    "traits": {
2291                        "smithy.api#documentation": "<p>List tags for resource request by ARN.</p>",
2292                        "smithy.api#httpLabel": {},
2293                        "smithy.api#required": {}
2294                    }
2295                }
2296            }
2297        },
2298        "com.amazonaws.mgn#ListTagsForResourceResponse": {
2299            "type": "structure",
2300            "members": {
2301                "tags": {
2302                    "target": "com.amazonaws.mgn#TagsMap",
2303                    "traits": {
2304                        "smithy.api#documentation": "<p>List tags for resource response.</p>"
2305                    }
2306                }
2307            }
2308        },
2309        "com.amazonaws.mgn#MarkAsArchived": {
2310            "type": "operation",
2311            "input": {
2312                "target": "com.amazonaws.mgn#MarkAsArchivedRequest"
2313            },
2314            "output": {
2315                "target": "com.amazonaws.mgn#SourceServer"
2316            },
2317            "errors": [
2318                {
2319                    "target": "com.amazonaws.mgn#ConflictException"
2320                },
2321                {
2322                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
2323                },
2324                {
2325                    "target": "com.amazonaws.mgn#UninitializedAccountException"
2326                }
2327            ],
2328            "traits": {
2329                "smithy.api#documentation": "<p>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.</p>",
2330                "smithy.api#http": {
2331                    "method": "POST",
2332                    "uri": "/MarkAsArchived",
2333                    "code": 200
2334                }
2335            }
2336        },
2337        "com.amazonaws.mgn#MarkAsArchivedRequest": {
2338            "type": "structure",
2339            "members": {
2340                "sourceServerID": {
2341                    "target": "com.amazonaws.mgn#SourceServerID",
2342                    "traits": {
2343                        "smithy.api#documentation": "<p>Mark as archived by Source Server ID.</p>",
2344                        "smithy.api#required": {}
2345                    }
2346                }
2347            }
2348        },
2349        "com.amazonaws.mgn#NetworkInterface": {
2350            "type": "structure",
2351            "members": {
2352                "macAddress": {
2353                    "target": "com.amazonaws.mgn#BoundedString",
2354                    "traits": {
2355                        "smithy.api#documentation": "<p>Network interface Mac address.</p>"
2356                    }
2357                },
2358                "ips": {
2359                    "target": "com.amazonaws.mgn#IPsList",
2360                    "traits": {
2361                        "smithy.api#documentation": "<p>Network interface IPs.</p>"
2362                    }
2363                },
2364                "isPrimary": {
2365                    "target": "smithy.api#Boolean",
2366                    "traits": {
2367                        "smithy.api#documentation": "<p>Network interface primary IP.</p>"
2368                    }
2369                }
2370            },
2371            "traits": {
2372                "smithy.api#documentation": "<p>Network interface.</p>"
2373            }
2374        },
2375        "com.amazonaws.mgn#NetworkInterfaces": {
2376            "type": "list",
2377            "member": {
2378                "target": "com.amazonaws.mgn#NetworkInterface"
2379            },
2380            "traits": {
2381                "smithy.api#length": {
2382                    "min": 0,
2383                    "max": 32
2384                }
2385            }
2386        },
2387        "com.amazonaws.mgn#OS": {
2388            "type": "structure",
2389            "members": {
2390                "fullString": {
2391                    "target": "com.amazonaws.mgn#BoundedString",
2392                    "traits": {
2393                        "smithy.api#documentation": "<p>OS full string.</p>"
2394                    }
2395                }
2396            },
2397            "traits": {
2398                "smithy.api#documentation": "<p>Operating System.</p>"
2399            }
2400        },
2401        "com.amazonaws.mgn#PaginationToken": {
2402            "type": "string",
2403            "traits": {
2404                "smithy.api#length": {
2405                    "min": 0,
2406                    "max": 2048
2407                }
2408            }
2409        },
2410        "com.amazonaws.mgn#ParticipatingServer": {
2411            "type": "structure",
2412            "members": {
2413                "sourceServerID": {
2414                    "target": "com.amazonaws.mgn#SourceServerID",
2415                    "traits": {
2416                        "smithy.api#documentation": "<p>Participating server Source Server ID.</p>"
2417                    }
2418                },
2419                "launchStatus": {
2420                    "target": "com.amazonaws.mgn#LaunchStatus",
2421                    "traits": {
2422                        "smithy.api#documentation": "<p>Participating server launch status.</p>"
2423                    }
2424                }
2425            },
2426            "traits": {
2427                "smithy.api#documentation": "<p>Server participating in Job.</p>"
2428            }
2429        },
2430        "com.amazonaws.mgn#ParticipatingServers": {
2431            "type": "list",
2432            "member": {
2433                "target": "com.amazonaws.mgn#ParticipatingServer"
2434            }
2435        },
2436        "com.amazonaws.mgn#PositiveInteger": {
2437            "type": "long",
2438            "traits": {
2439                "smithy.api#range": {
2440                    "min": 0
2441                }
2442            }
2443        },
2444        "com.amazonaws.mgn#ReplicationConfiguration": {
2445            "type": "structure",
2446            "members": {
2447                "sourceServerID": {
2448                    "target": "com.amazonaws.mgn#SourceServerID",
2449                    "traits": {
2450                        "smithy.api#documentation": "<p>Replication Configuration Source Server ID.</p>"
2451                    }
2452                },
2453                "name": {
2454                    "target": "com.amazonaws.mgn#SmallBoundedString",
2455                    "traits": {
2456                        "smithy.api#documentation": "<p>Replication Configuration name.</p>"
2457                    }
2458                },
2459                "stagingAreaSubnetId": {
2460                    "target": "com.amazonaws.mgn#SubnetID",
2461                    "traits": {
2462                        "smithy.api#documentation": "<p>Replication Configuration Staging Area subnet ID.</p>"
2463                    }
2464                },
2465                "associateDefaultSecurityGroup": {
2466                    "target": "smithy.api#Boolean",
2467                    "traits": {
2468                        "smithy.api#documentation": "<p>Replication Configuration associate default Application Migration Service Security Group.</p>"
2469                    }
2470                },
2471                "replicationServersSecurityGroupsIDs": {
2472                    "target": "com.amazonaws.mgn#ReplicationServersSecurityGroupsIDs",
2473                    "traits": {
2474                        "smithy.api#documentation": "<p>Replication Configuration Replication Server Security Group IDs.</p>"
2475                    }
2476                },
2477                "replicationServerInstanceType": {
2478                    "target": "com.amazonaws.mgn#EC2InstanceType",
2479                    "traits": {
2480                        "smithy.api#documentation": "<p>Replication Configuration Replication Server instance type.</p>"
2481                    }
2482                },
2483                "useDedicatedReplicationServer": {
2484                    "target": "smithy.api#Boolean",
2485                    "traits": {
2486                        "smithy.api#documentation": "<p>Replication Configuration use Dedicated Replication Server.</p>"
2487                    }
2488                },
2489                "defaultLargeStagingDiskType": {
2490                    "target": "com.amazonaws.mgn#ReplicationConfigurationDefaultLargeStagingDiskType",
2491                    "traits": {
2492                        "smithy.api#documentation": "<p>Replication Configuration use default large Staging Disks.</p>"
2493                    }
2494                },
2495                "replicatedDisks": {
2496                    "target": "com.amazonaws.mgn#ReplicationConfigurationReplicatedDisks",
2497                    "traits": {
2498                        "smithy.api#documentation": "<p>Replication Configuration replicated disks.</p>"
2499                    }
2500                },
2501                "ebsEncryption": {
2502                    "target": "com.amazonaws.mgn#ReplicationConfigurationEbsEncryption",
2503                    "traits": {
2504                        "smithy.api#documentation": "<p>Replication Configuration EBS encryption.</p>"
2505                    }
2506                },
2507                "ebsEncryptionKeyArn": {
2508                    "target": "com.amazonaws.mgn#ARN",
2509                    "traits": {
2510                        "smithy.api#documentation": "<p>Replication Configuration EBS encryption key ARN.</p>"
2511                    }
2512                },
2513                "bandwidthThrottling": {
2514                    "target": "com.amazonaws.mgn#PositiveInteger",
2515                    "traits": {
2516                        "smithy.api#documentation": "<p>Replication Configuration set bandwidth throttling.</p>"
2517                    }
2518                },
2519                "dataPlaneRouting": {
2520                    "target": "com.amazonaws.mgn#ReplicationConfigurationDataPlaneRouting",
2521                    "traits": {
2522                        "smithy.api#documentation": "<p>Replication Configuration data plane routing.</p>"
2523                    }
2524                },
2525                "createPublicIP": {
2526                    "target": "smithy.api#Boolean",
2527                    "traits": {
2528                        "smithy.api#documentation": "<p>Replication Configuration create Public IP.</p>"
2529                    }
2530                },
2531                "stagingAreaTags": {
2532                    "target": "com.amazonaws.mgn#TagsMap",
2533                    "traits": {
2534                        "smithy.api#documentation": "<p>Replication Configuration Staging Area tags.</p>"
2535                    }
2536                }
2537            }
2538        },
2539        "com.amazonaws.mgn#ReplicationConfigurationDataPlaneRouting": {
2540            "type": "string",
2541            "traits": {
2542                "smithy.api#enum": [
2543                    {
2544                        "value": "PRIVATE_IP",
2545                        "name": "PRIVATE_IP"
2546                    },
2547                    {
2548                        "value": "PUBLIC_IP",
2549                        "name": "PUBLIC_IP"
2550                    }
2551                ]
2552            }
2553        },
2554        "com.amazonaws.mgn#ReplicationConfigurationDefaultLargeStagingDiskType": {
2555            "type": "string",
2556            "traits": {
2557                "smithy.api#enum": [
2558                    {
2559                        "value": "GP2",
2560                        "name": "GP2"
2561                    },
2562                    {
2563                        "value": "ST1",
2564                        "name": "ST1"
2565                    }
2566                ]
2567            }
2568        },
2569        "com.amazonaws.mgn#ReplicationConfigurationEbsEncryption": {
2570            "type": "string",
2571            "traits": {
2572                "smithy.api#enum": [
2573                    {
2574                        "value": "NONE",
2575                        "name": "NONE"
2576                    },
2577                    {
2578                        "value": "DEFAULT",
2579                        "name": "DEFAULT"
2580                    },
2581                    {
2582                        "value": "CUSTOM",
2583                        "name": "CUSTOM"
2584                    }
2585                ]
2586            }
2587        },
2588        "com.amazonaws.mgn#ReplicationConfigurationReplicatedDisk": {
2589            "type": "structure",
2590            "members": {
2591                "deviceName": {
2592                    "target": "com.amazonaws.mgn#BoundedString",
2593                    "traits": {
2594                        "smithy.api#documentation": "<p>Replication Configuration replicated disk device name.</p>"
2595                    }
2596                },
2597                "isBootDisk": {
2598                    "target": "smithy.api#Boolean",
2599                    "traits": {
2600                        "smithy.api#documentation": "<p>Replication Configuration replicated disk boot disk.</p>"
2601                    }
2602                },
2603                "stagingDiskType": {
2604                    "target": "com.amazonaws.mgn#ReplicationConfigurationReplicatedDiskStagingDiskType",
2605                    "traits": {
2606                        "smithy.api#documentation": "<p>Replication Configuration replicated disk staging disk type.</p>"
2607                    }
2608                },
2609                "iops": {
2610                    "target": "com.amazonaws.mgn#PositiveInteger",
2611                    "traits": {
2612                        "smithy.api#documentation": "<p>Replication Configuration replicated disk IOPs.</p>"
2613                    }
2614                }
2615            },
2616            "traits": {
2617                "smithy.api#documentation": "<p>Replication Configuration replicated disk.</p>"
2618            }
2619        },
2620        "com.amazonaws.mgn#ReplicationConfigurationReplicatedDiskStagingDiskType": {
2621            "type": "string",
2622            "traits": {
2623                "smithy.api#enum": [
2624                    {
2625                        "value": "AUTO",
2626                        "name": "AUTO"
2627                    },
2628                    {
2629                        "value": "GP2",
2630                        "name": "GP2"
2631                    },
2632                    {
2633                        "value": "IO1",
2634                        "name": "IO1"
2635                    },
2636                    {
2637                        "value": "SC1",
2638                        "name": "SC1"
2639                    },
2640                    {
2641                        "value": "ST1",
2642                        "name": "ST1"
2643                    },
2644                    {
2645                        "value": "STANDARD",
2646                        "name": "STANDARD"
2647                    }
2648                ]
2649            }
2650        },
2651        "com.amazonaws.mgn#ReplicationConfigurationReplicatedDisks": {
2652            "type": "list",
2653            "member": {
2654                "target": "com.amazonaws.mgn#ReplicationConfigurationReplicatedDisk"
2655            },
2656            "traits": {
2657                "smithy.api#length": {
2658                    "min": 0,
2659                    "max": 60
2660                }
2661            }
2662        },
2663        "com.amazonaws.mgn#ReplicationConfigurationTemplate": {
2664            "type": "structure",
2665            "members": {
2666                "replicationConfigurationTemplateID": {
2667                    "target": "com.amazonaws.mgn#ReplicationConfigurationTemplateID",
2668                    "traits": {
2669                        "smithy.api#documentation": "<p>Replication Configuration template template ID.</p>",
2670                        "smithy.api#required": {}
2671                    }
2672                },
2673                "arn": {
2674                    "target": "com.amazonaws.mgn#ARN",
2675                    "traits": {
2676                        "smithy.api#documentation": "<p>Replication Configuration template ARN.</p>"
2677                    }
2678                },
2679                "stagingAreaSubnetId": {
2680                    "target": "com.amazonaws.mgn#SubnetID",
2681                    "traits": {
2682                        "smithy.api#documentation": "<p>Replication Configuration template Staging Area subnet ID.</p>"
2683                    }
2684                },
2685                "associateDefaultSecurityGroup": {
2686                    "target": "smithy.api#Boolean",
2687                    "traits": {
2688                        "smithy.api#documentation": "<p>Replication Configuration template associate default Application Migration Service Security group.</p>"
2689                    }
2690                },
2691                "replicationServersSecurityGroupsIDs": {
2692                    "target": "com.amazonaws.mgn#ReplicationServersSecurityGroupsIDs",
2693                    "traits": {
2694                        "smithy.api#documentation": "<p>Replication Configuration template server Security Groups IDs.</p>"
2695                    }
2696                },
2697                "replicationServerInstanceType": {
2698                    "target": "com.amazonaws.mgn#EC2InstanceType",
2699                    "traits": {
2700                        "smithy.api#documentation": "<p>Replication Configuration template server instance type.</p>"
2701                    }
2702                },
2703                "useDedicatedReplicationServer": {
2704                    "target": "smithy.api#Boolean",
2705                    "traits": {
2706                        "smithy.api#documentation": "<p>Replication Configuration template use Dedicated Replication Server.</p>"
2707                    }
2708                },
2709                "defaultLargeStagingDiskType": {
2710                    "target": "com.amazonaws.mgn#ReplicationConfigurationDefaultLargeStagingDiskType",
2711                    "traits": {
2712                        "smithy.api#documentation": "<p>Replication Configuration template use dedault large Staging Disk type.</p>"
2713                    }
2714                },
2715                "ebsEncryption": {
2716                    "target": "com.amazonaws.mgn#ReplicationConfigurationEbsEncryption",
2717                    "traits": {
2718                        "smithy.api#documentation": "<p>Replication Configuration template EBS encryption.</p>"
2719                    }
2720                },
2721                "ebsEncryptionKeyArn": {
2722                    "target": "com.amazonaws.mgn#ARN",
2723                    "traits": {
2724                        "smithy.api#documentation": "<p>Replication Configuration template EBS encryption key ARN.</p>"
2725                    }
2726                },
2727                "bandwidthThrottling": {
2728                    "target": "com.amazonaws.mgn#PositiveInteger",
2729                    "traits": {
2730                        "smithy.api#documentation": "<p>Replication Configuration template bandwidth throtting.</p>"
2731                    }
2732                },
2733                "dataPlaneRouting": {
2734                    "target": "com.amazonaws.mgn#ReplicationConfigurationDataPlaneRouting",
2735                    "traits": {
2736                        "smithy.api#documentation": "<p>Replication Configuration template data plane routing.</p>"
2737                    }
2738                },
2739                "createPublicIP": {
2740                    "target": "smithy.api#Boolean",
2741                    "traits": {
2742                        "smithy.api#documentation": "<p>Replication Configuration template create Public IP.</p>"
2743                    }
2744                },
2745                "stagingAreaTags": {
2746                    "target": "com.amazonaws.mgn#TagsMap",
2747                    "traits": {
2748                        "smithy.api#documentation": "<p>Replication Configuration template Staging Area Tags.</p>"
2749                    }
2750                },
2751                "tags": {
2752                    "target": "com.amazonaws.mgn#TagsMap",
2753                    "traits": {
2754                        "smithy.api#documentation": "<p>Replication Configuration template Tags.</p>"
2755                    }
2756                }
2757            }
2758        },
2759        "com.amazonaws.mgn#ReplicationConfigurationTemplateID": {
2760            "type": "string",
2761            "traits": {
2762                "smithy.api#length": {
2763                    "min": 21,
2764                    "max": 21
2765                },
2766                "smithy.api#pattern": "^rct-[0-9a-zA-Z]{17}$"
2767            }
2768        },
2769        "com.amazonaws.mgn#ReplicationConfigurationTemplateIDs": {
2770            "type": "list",
2771            "member": {
2772                "target": "com.amazonaws.mgn#ReplicationConfigurationTemplateID"
2773            },
2774            "traits": {
2775                "smithy.api#length": {
2776                    "min": 0,
2777                    "max": 200
2778                }
2779            }
2780        },
2781        "com.amazonaws.mgn#ReplicationConfigurationTemplateResource": {
2782            "type": "resource",
2783            "identifiers": {
2784                "replicationConfigurationTemplateID": {
2785                    "target": "com.amazonaws.mgn#ReplicationConfigurationTemplateID"
2786                }
2787            },
2788            "create": {
2789                "target": "com.amazonaws.mgn#CreateReplicationConfigurationTemplate"
2790            },
2791            "update": {
2792                "target": "com.amazonaws.mgn#UpdateReplicationConfigurationTemplate"
2793            },
2794            "delete": {
2795                "target": "com.amazonaws.mgn#DeleteReplicationConfigurationTemplate"
2796            },
2797            "list": {
2798                "target": "com.amazonaws.mgn#DescribeReplicationConfigurationTemplates"
2799            },
2800            "traits": {
2801                "aws.api#arn": {
2802                    "template": "replication-configuration-template/{replicationConfigurationTemplateID}",
2803                    "absolute": false,
2804                    "noAccount": false,
2805                    "noRegion": false
2806                }
2807            }
2808        },
2809        "com.amazonaws.mgn#ReplicationConfigurationTemplates": {
2810            "type": "list",
2811            "member": {
2812                "target": "com.amazonaws.mgn#ReplicationConfigurationTemplate"
2813            }
2814        },
2815        "com.amazonaws.mgn#ReplicationServersSecurityGroupsIDs": {
2816            "type": "list",
2817            "member": {
2818                "target": "com.amazonaws.mgn#SecurityGroupID"
2819            },
2820            "traits": {
2821                "smithy.api#length": {
2822                    "min": 0,
2823                    "max": 32
2824                }
2825            }
2826        },
2827        "com.amazonaws.mgn#ResourceNotFoundException": {
2828            "type": "structure",
2829            "members": {
2830                "message": {
2831                    "target": "com.amazonaws.mgn#LargeBoundedString"
2832                },
2833                "code": {
2834                    "target": "com.amazonaws.mgn#LargeBoundedString"
2835                },
2836                "resourceId": {
2837                    "target": "com.amazonaws.mgn#LargeBoundedString",
2838                    "traits": {
2839                        "smithy.api#documentation": "<p>Resource ID not found error.</p>"
2840                    }
2841                },
2842                "resourceType": {
2843                    "target": "com.amazonaws.mgn#LargeBoundedString",
2844                    "traits": {
2845                        "smithy.api#documentation": "<p>Resource type not found error.</p>"
2846                    }
2847                }
2848            },
2849            "traits": {
2850                "smithy.api#documentation": "<p>Resource not found exception.</p>",
2851                "smithy.api#error": "client",
2852                "smithy.api#httpError": 404
2853            }
2854        },
2855        "com.amazonaws.mgn#RetryDataReplication": {
2856            "type": "operation",
2857            "input": {
2858                "target": "com.amazonaws.mgn#RetryDataReplicationRequest"
2859            },
2860            "output": {
2861                "target": "com.amazonaws.mgn#SourceServer"
2862            },
2863            "errors": [
2864                {
2865                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
2866                },
2867                {
2868                    "target": "com.amazonaws.mgn#UninitializedAccountException"
2869                },
2870                {
2871                    "target": "com.amazonaws.mgn#ValidationException"
2872                }
2873            ],
2874            "traits": {
2875                "smithy.api#documentation": "<p>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.</p>",
2876                "smithy.api#http": {
2877                    "method": "POST",
2878                    "uri": "/RetryDataReplication",
2879                    "code": 200
2880                }
2881            }
2882        },
2883        "com.amazonaws.mgn#RetryDataReplicationRequest": {
2884            "type": "structure",
2885            "members": {
2886                "sourceServerID": {
2887                    "target": "com.amazonaws.mgn#SourceServerID",
2888                    "traits": {
2889                        "smithy.api#documentation": "<p>Retry data replication for Source Server ID.</p>",
2890                        "smithy.api#required": {}
2891                    }
2892                }
2893            }
2894        },
2895        "com.amazonaws.mgn#SecurityGroupID": {
2896            "type": "string",
2897            "traits": {
2898                "smithy.api#length": {
2899                    "min": 0,
2900                    "max": 255
2901                },
2902                "smithy.api#pattern": "^sg-[0-9a-fA-F]{8,}$"
2903            }
2904        },
2905        "com.amazonaws.mgn#SmallBoundedString": {
2906            "type": "string",
2907            "traits": {
2908                "smithy.api#length": {
2909                    "min": 0,
2910                    "max": 128
2911                }
2912            }
2913        },
2914        "com.amazonaws.mgn#SourceProperties": {
2915            "type": "structure",
2916            "members": {
2917                "lastUpdatedDateTime": {
2918                    "target": "com.amazonaws.mgn#ISO8601DatetimeString",
2919                    "traits": {
2920                        "smithy.api#documentation": "<p>Source server last update date and time.</p>"
2921                    }
2922                },
2923                "recommendedInstanceType": {
2924                    "target": "com.amazonaws.mgn#EC2InstanceType",
2925                    "traits": {
2926                        "smithy.api#documentation": "<p>Source server recommended instance type.</p>"
2927                    }
2928                },
2929                "identificationHints": {
2930                    "target": "com.amazonaws.mgn#IdentificationHints",
2931                    "traits": {
2932                        "smithy.api#documentation": "<p>Source server identification hints.</p>"
2933                    }
2934                },
2935                "networkInterfaces": {
2936                    "target": "com.amazonaws.mgn#NetworkInterfaces",
2937                    "traits": {
2938                        "smithy.api#documentation": "<p>Source server network interfaces.</p>"
2939                    }
2940                },
2941                "disks": {
2942                    "target": "com.amazonaws.mgn#Disks",
2943                    "traits": {
2944                        "smithy.api#documentation": "<p>Source Server disks.</p>"
2945                    }
2946                },
2947                "cpus": {
2948                    "target": "com.amazonaws.mgn#Cpus",
2949                    "traits": {
2950                        "smithy.api#documentation": "<p>Source Server CPUs.</p>"
2951                    }
2952                },
2953                "ramBytes": {
2954                    "target": "com.amazonaws.mgn#PositiveInteger",
2955                    "traits": {
2956                        "smithy.api#documentation": "<p>Source server RAM in bytes.</p>"
2957                    }
2958                },
2959                "os": {
2960                    "target": "com.amazonaws.mgn#OS",
2961                    "traits": {
2962                        "smithy.api#documentation": "<p>Source server OS.</p>"
2963                    }
2964                }
2965            },
2966            "traits": {
2967                "smithy.api#documentation": "<p>Source server properties.</p>"
2968            }
2969        },
2970        "com.amazonaws.mgn#SourceServer": {
2971            "type": "structure",
2972            "members": {
2973                "sourceServerID": {
2974                    "target": "com.amazonaws.mgn#SourceServerID",
2975                    "traits": {
2976                        "smithy.api#documentation": "<p>Source server ID.</p>"
2977                    }
2978                },
2979                "arn": {
2980                    "target": "com.amazonaws.mgn#ARN",
2981                    "traits": {
2982                        "smithy.api#documentation": "<p>Source server ARN.</p>"
2983                    }
2984                },
2985                "isArchived": {
2986                    "target": "smithy.api#Boolean",
2987                    "traits": {
2988                        "smithy.api#documentation": "<p>Source server archived status.</p>"
2989                    }
2990                },
2991                "tags": {
2992                    "target": "com.amazonaws.mgn#TagsMap",
2993                    "traits": {
2994                        "smithy.api#documentation": "<p>Source server Tags.</p>"
2995                    }
2996                },
2997                "launchedInstance": {
2998                    "target": "com.amazonaws.mgn#LaunchedInstance",
2999                    "traits": {
3000                        "smithy.api#documentation": "<p>Source server launched instance.</p>"
3001                    }
3002                },
3003                "dataReplicationInfo": {
3004                    "target": "com.amazonaws.mgn#DataReplicationInfo",
3005                    "traits": {
3006                        "smithy.api#documentation": "<p>Source server data replication info.</p>"
3007                    }
3008                },
3009                "lifeCycle": {
3010                    "target": "com.amazonaws.mgn#LifeCycle",
3011                    "traits": {
3012                        "smithy.api#documentation": "<p>Source server lifecycle state.</p>"
3013                    }
3014                },
3015                "sourceProperties": {
3016                    "target": "com.amazonaws.mgn#SourceProperties",
3017                    "traits": {
3018                        "smithy.api#documentation": "<p>Source server properties.</p>"
3019                    }
3020                }
3021            },
3022            "traits": {
3023                "smithy.api#references": [
3024                    {
3025                        "resource": "com.amazonaws.mgn#SourceServerResource"
3026                    }
3027                ]
3028            }
3029        },
3030        "com.amazonaws.mgn#SourceServerID": {
3031            "type": "string",
3032            "traits": {
3033                "smithy.api#length": {
3034                    "min": 19,
3035                    "max": 19
3036                },
3037                "smithy.api#pattern": "^s-[0-9a-zA-Z]{17}$"
3038            }
3039        },
3040        "com.amazonaws.mgn#SourceServerResource": {
3041            "type": "resource",
3042            "identifiers": {
3043                "sourceServerID": {
3044                    "target": "com.amazonaws.mgn#SourceServerID"
3045                }
3046            },
3047            "delete": {
3048                "target": "com.amazonaws.mgn#DeleteSourceServer"
3049            },
3050            "list": {
3051                "target": "com.amazonaws.mgn#DescribeSourceServers"
3052            },
3053            "operations": [
3054                {
3055                    "target": "com.amazonaws.mgn#ChangeServerLifeCycleState"
3056                },
3057                {
3058                    "target": "com.amazonaws.mgn#DisconnectFromService"
3059                },
3060                {
3061                    "target": "com.amazonaws.mgn#FinalizeCutover"
3062                },
3063                {
3064                    "target": "com.amazonaws.mgn#GetLaunchConfiguration"
3065                },
3066                {
3067                    "target": "com.amazonaws.mgn#GetReplicationConfiguration"
3068                },
3069                {
3070                    "target": "com.amazonaws.mgn#MarkAsArchived"
3071                },
3072                {
3073                    "target": "com.amazonaws.mgn#RetryDataReplication"
3074                },
3075                {
3076                    "target": "com.amazonaws.mgn#UpdateLaunchConfiguration"
3077                },
3078                {
3079                    "target": "com.amazonaws.mgn#UpdateReplicationConfiguration"
3080                }
3081            ],
3082            "collectionOperations": [
3083                {
3084                    "target": "com.amazonaws.mgn#StartCutover"
3085                },
3086                {
3087                    "target": "com.amazonaws.mgn#StartTest"
3088                },
3089                {
3090                    "target": "com.amazonaws.mgn#TerminateTargetInstances"
3091                }
3092            ],
3093            "traits": {
3094                "aws.api#arn": {
3095                    "template": "source-server/{sourceServerID}",
3096                    "absolute": false,
3097                    "noAccount": false,
3098                    "noRegion": false
3099                }
3100            }
3101        },
3102        "com.amazonaws.mgn#SourceServersList": {
3103            "type": "list",
3104            "member": {
3105                "target": "com.amazonaws.mgn#SourceServer"
3106            }
3107        },
3108        "com.amazonaws.mgn#StartCutover": {
3109            "type": "operation",
3110            "input": {
3111                "target": "com.amazonaws.mgn#StartCutoverRequest"
3112            },
3113            "output": {
3114                "target": "com.amazonaws.mgn#StartCutoverResponse"
3115            },
3116            "errors": [
3117                {
3118                    "target": "com.amazonaws.mgn#ConflictException"
3119                },
3120                {
3121                    "target": "com.amazonaws.mgn#UninitializedAccountException"
3122                },
3123                {
3124                    "target": "com.amazonaws.mgn#ValidationException"
3125                }
3126            ],
3127            "traits": {
3128                "smithy.api#documentation": "<p>Launches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.</p>",
3129                "smithy.api#http": {
3130                    "method": "POST",
3131                    "uri": "/StartCutover",
3132                    "code": 202
3133                }
3134            }
3135        },
3136        "com.amazonaws.mgn#StartCutoverRequest": {
3137            "type": "structure",
3138            "members": {
3139                "sourceServerIDs": {
3140                    "target": "com.amazonaws.mgn#StartCutoverRequestSourceServerIDs",
3141                    "traits": {
3142                        "smithy.api#documentation": "<p>Start Cutover by Source Server IDs.</p>",
3143                        "smithy.api#required": {}
3144                    }
3145                },
3146                "tags": {
3147                    "target": "com.amazonaws.mgn#TagsMap",
3148                    "traits": {
3149                        "smithy.api#documentation": "<p>Start Cutover by Tags.</p>"
3150                    }
3151                }
3152            }
3153        },
3154        "com.amazonaws.mgn#StartCutoverRequestSourceServerIDs": {
3155            "type": "list",
3156            "member": {
3157                "target": "com.amazonaws.mgn#SourceServerID"
3158            },
3159            "traits": {
3160                "smithy.api#length": {
3161                    "min": 1,
3162                    "max": 200
3163                }
3164            }
3165        },
3166        "com.amazonaws.mgn#StartCutoverResponse": {
3167            "type": "structure",
3168            "members": {
3169                "job": {
3170                    "target": "com.amazonaws.mgn#Job",
3171                    "traits": {
3172                        "smithy.api#documentation": "<p>Start Cutover Job response.</p>"
3173                    }
3174                }
3175            }
3176        },
3177        "com.amazonaws.mgn#StartTest": {
3178            "type": "operation",
3179            "input": {
3180                "target": "com.amazonaws.mgn#StartTestRequest"
3181            },
3182            "output": {
3183                "target": "com.amazonaws.mgn#StartTestResponse"
3184            },
3185            "errors": [
3186                {
3187                    "target": "com.amazonaws.mgn#ConflictException"
3188                },
3189                {
3190                    "target": "com.amazonaws.mgn#UninitializedAccountException"
3191                },
3192                {
3193                    "target": "com.amazonaws.mgn#ValidationException"
3194                }
3195            ],
3196            "traits": {
3197                "smithy.api#documentation": "<p>Lauches 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.</p>",
3198                "smithy.api#http": {
3199                    "method": "POST",
3200                    "uri": "/StartTest",
3201                    "code": 202
3202                }
3203            }
3204        },
3205        "com.amazonaws.mgn#StartTestRequest": {
3206            "type": "structure",
3207            "members": {
3208                "sourceServerIDs": {
3209                    "target": "com.amazonaws.mgn#StartTestRequestSourceServerIDs",
3210                    "traits": {
3211                        "smithy.api#documentation": "<p>Start Test for Source Server IDs.</p>",
3212                        "smithy.api#required": {}
3213                    }
3214                },
3215                "tags": {
3216                    "target": "com.amazonaws.mgn#TagsMap",
3217                    "traits": {
3218                        "smithy.api#documentation": "<p>Start Test by Tags.</p>"
3219                    }
3220                }
3221            }
3222        },
3223        "com.amazonaws.mgn#StartTestRequestSourceServerIDs": {
3224            "type": "list",
3225            "member": {
3226                "target": "com.amazonaws.mgn#SourceServerID"
3227            },
3228            "traits": {
3229                "smithy.api#length": {
3230                    "min": 1,
3231                    "max": 200
3232                }
3233            }
3234        },
3235        "com.amazonaws.mgn#StartTestResponse": {
3236            "type": "structure",
3237            "members": {
3238                "job": {
3239                    "target": "com.amazonaws.mgn#Job",
3240                    "traits": {
3241                        "smithy.api#documentation": "<p>Start Test Job response.</p>"
3242                    }
3243                }
3244            }
3245        },
3246        "com.amazonaws.mgn#StrictlyPositiveInteger": {
3247            "type": "integer",
3248            "traits": {
3249                "smithy.api#range": {
3250                    "min": 1
3251                }
3252            }
3253        },
3254        "com.amazonaws.mgn#SubnetID": {
3255            "type": "string",
3256            "traits": {
3257                "smithy.api#length": {
3258                    "min": 0,
3259                    "max": 255
3260                },
3261                "smithy.api#pattern": "^subnet-[0-9a-fA-F]{8,}$"
3262            }
3263        },
3264        "com.amazonaws.mgn#TagKey": {
3265            "type": "string",
3266            "traits": {
3267                "smithy.api#length": {
3268                    "min": 0,
3269                    "max": 256
3270                }
3271            }
3272        },
3273        "com.amazonaws.mgn#TagKeys": {
3274            "type": "list",
3275            "member": {
3276                "target": "com.amazonaws.mgn#TagKey"
3277            },
3278            "traits": {
3279                "smithy.api#sensitive": {}
3280            }
3281        },
3282        "com.amazonaws.mgn#TagResource": {
3283            "type": "operation",
3284            "input": {
3285                "target": "com.amazonaws.mgn#TagResourceRequest"
3286            },
3287            "errors": [
3288                {
3289                    "target": "com.amazonaws.mgn#AccessDeniedException"
3290                },
3291                {
3292                    "target": "com.amazonaws.mgn#InternalServerException"
3293                },
3294                {
3295                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
3296                },
3297                {
3298                    "target": "com.amazonaws.mgn#ThrottlingException"
3299                },
3300                {
3301                    "target": "com.amazonaws.mgn#ValidationException"
3302                }
3303            ],
3304            "traits": {
3305                "smithy.api#documentation": "<p>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.</p>",
3306                "smithy.api#http": {
3307                    "method": "POST",
3308                    "uri": "/tags/{resourceArn}",
3309                    "code": 200
3310                },
3311                "smithy.api#idempotent": {}
3312            }
3313        },
3314        "com.amazonaws.mgn#TagResourceRequest": {
3315            "type": "structure",
3316            "members": {
3317                "resourceArn": {
3318                    "target": "com.amazonaws.mgn#ARN",
3319                    "traits": {
3320                        "smithy.api#documentation": "<p>Tag resource by ARN.</p>",
3321                        "smithy.api#httpLabel": {},
3322                        "smithy.api#required": {}
3323                    }
3324                },
3325                "tags": {
3326                    "target": "com.amazonaws.mgn#TagsMap",
3327                    "traits": {
3328                        "smithy.api#documentation": "<p>Tag resource by Tags.</p>",
3329                        "smithy.api#required": {}
3330                    }
3331                }
3332            }
3333        },
3334        "com.amazonaws.mgn#TagValue": {
3335            "type": "string",
3336            "traits": {
3337                "smithy.api#length": {
3338                    "min": 0,
3339                    "max": 256
3340                }
3341            }
3342        },
3343        "com.amazonaws.mgn#TagsMap": {
3344            "type": "map",
3345            "key": {
3346                "target": "com.amazonaws.mgn#TagKey"
3347            },
3348            "value": {
3349                "target": "com.amazonaws.mgn#TagValue"
3350            },
3351            "traits": {
3352                "smithy.api#sensitive": {}
3353            }
3354        },
3355        "com.amazonaws.mgn#TargetInstanceTypeRightSizingMethod": {
3356            "type": "string",
3357            "traits": {
3358                "smithy.api#enum": [
3359                    {
3360                        "value": "NONE",
3361                        "name": "NONE"
3362                    },
3363                    {
3364                        "value": "BASIC",
3365                        "name": "BASIC"
3366                    }
3367                ]
3368            }
3369        },
3370        "com.amazonaws.mgn#TerminateTargetInstances": {
3371            "type": "operation",
3372            "input": {
3373                "target": "com.amazonaws.mgn#TerminateTargetInstancesRequest"
3374            },
3375            "output": {
3376                "target": "com.amazonaws.mgn#TerminateTargetInstancesResponse"
3377            },
3378            "errors": [
3379                {
3380                    "target": "com.amazonaws.mgn#ConflictException"
3381                },
3382                {
3383                    "target": "com.amazonaws.mgn#UninitializedAccountException"
3384                },
3385                {
3386                    "target": "com.amazonaws.mgn#ValidationException"
3387                }
3388            ],
3389            "traits": {
3390                "smithy.api#documentation": "<p>Starts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER.</p>",
3391                "smithy.api#http": {
3392                    "method": "POST",
3393                    "uri": "/TerminateTargetInstances",
3394                    "code": 202
3395                }
3396            }
3397        },
3398        "com.amazonaws.mgn#TerminateTargetInstancesRequest": {
3399            "type": "structure",
3400            "members": {
3401                "sourceServerIDs": {
3402                    "target": "com.amazonaws.mgn#TerminateTargetInstancesRequestSourceServerIDs",
3403                    "traits": {
3404                        "smithy.api#documentation": "<p>Terminate Target instance by Source Server IDs.</p>",
3405                        "smithy.api#required": {}
3406                    }
3407                },
3408                "tags": {
3409                    "target": "com.amazonaws.mgn#TagsMap",
3410                    "traits": {
3411                        "smithy.api#documentation": "<p>Terminate Target instance by Tags.</p>"
3412                    }
3413                }
3414            }
3415        },
3416        "com.amazonaws.mgn#TerminateTargetInstancesRequestSourceServerIDs": {
3417            "type": "list",
3418            "member": {
3419                "target": "com.amazonaws.mgn#SourceServerID"
3420            },
3421            "traits": {
3422                "smithy.api#length": {
3423                    "min": 1,
3424                    "max": 200
3425                }
3426            }
3427        },
3428        "com.amazonaws.mgn#TerminateTargetInstancesResponse": {
3429            "type": "structure",
3430            "members": {
3431                "job": {
3432                    "target": "com.amazonaws.mgn#Job",
3433                    "traits": {
3434                        "smithy.api#documentation": "<p>Terminate Target instance Job response.</p>"
3435                    }
3436                }
3437            }
3438        },
3439        "com.amazonaws.mgn#ThrottlingException": {
3440            "type": "structure",
3441            "members": {
3442                "message": {
3443                    "target": "com.amazonaws.mgn#LargeBoundedString",
3444                    "traits": {
3445                        "smithy.api#required": {}
3446                    }
3447                },
3448                "serviceCode": {
3449                    "target": "com.amazonaws.mgn#LargeBoundedString",
3450                    "traits": {
3451                        "smithy.api#documentation": "<p>Reached throttling quota exception service code.</p>"
3452                    }
3453                },
3454                "quotaCode": {
3455                    "target": "com.amazonaws.mgn#LargeBoundedString",
3456                    "traits": {
3457                        "smithy.api#documentation": "<p>Reached throttling quota exception.</p>"
3458                    }
3459                },
3460                "retryAfterSeconds": {
3461                    "target": "com.amazonaws.mgn#LargeBoundedString",
3462                    "traits": {
3463                        "smithy.api#documentation": "<p>Reached throttling quota exception will retry after x seconds.</p>",
3464                        "smithy.api#httpHeader": "Retry-After"
3465                    }
3466                }
3467            },
3468            "traits": {
3469                "smithy.api#documentation": "<p>Reached throttling quota exception.</p>",
3470                "smithy.api#error": "client",
3471                "smithy.api#httpError": 429
3472            }
3473        },
3474        "com.amazonaws.mgn#UninitializedAccountException": {
3475            "type": "structure",
3476            "members": {
3477                "message": {
3478                    "target": "com.amazonaws.mgn#LargeBoundedString"
3479                },
3480                "code": {
3481                    "target": "com.amazonaws.mgn#LargeBoundedString"
3482                }
3483            },
3484            "traits": {
3485                "smithy.api#documentation": "<p>Unitialized account exception.</p>",
3486                "smithy.api#error": "client",
3487                "smithy.api#httpError": 400
3488            }
3489        },
3490        "com.amazonaws.mgn#UntagResource": {
3491            "type": "operation",
3492            "input": {
3493                "target": "com.amazonaws.mgn#UntagResourceRequest"
3494            },
3495            "errors": [
3496                {
3497                    "target": "com.amazonaws.mgn#AccessDeniedException"
3498                },
3499                {
3500                    "target": "com.amazonaws.mgn#InternalServerException"
3501                },
3502                {
3503                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
3504                },
3505                {
3506                    "target": "com.amazonaws.mgn#ThrottlingException"
3507                },
3508                {
3509                    "target": "com.amazonaws.mgn#ValidationException"
3510                }
3511            ],
3512            "traits": {
3513                "smithy.api#documentation": "<p>Deletes the specified set of tags from the specified set of Application Migration Service resources.</p>",
3514                "smithy.api#http": {
3515                    "method": "DELETE",
3516                    "uri": "/tags/{resourceArn}",
3517                    "code": 200
3518                },
3519                "smithy.api#idempotent": {}
3520            }
3521        },
3522        "com.amazonaws.mgn#UntagResourceRequest": {
3523            "type": "structure",
3524            "members": {
3525                "resourceArn": {
3526                    "target": "com.amazonaws.mgn#ARN",
3527                    "traits": {
3528                        "smithy.api#documentation": "<p>Untag resource by ARN.</p>",
3529                        "smithy.api#httpLabel": {},
3530                        "smithy.api#required": {}
3531                    }
3532                },
3533                "tagKeys": {
3534                    "target": "com.amazonaws.mgn#TagKeys",
3535                    "traits": {
3536                        "smithy.api#documentation": "<p>Untag resource by Keys.</p>",
3537                        "smithy.api#httpQuery": "tagKeys",
3538                        "smithy.api#required": {}
3539                    }
3540                }
3541            }
3542        },
3543        "com.amazonaws.mgn#UpdateLaunchConfiguration": {
3544            "type": "operation",
3545            "input": {
3546                "target": "com.amazonaws.mgn#UpdateLaunchConfigurationRequest"
3547            },
3548            "output": {
3549                "target": "com.amazonaws.mgn#LaunchConfiguration"
3550            },
3551            "errors": [
3552                {
3553                    "target": "com.amazonaws.mgn#ConflictException"
3554                },
3555                {
3556                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
3557                },
3558                {
3559                    "target": "com.amazonaws.mgn#UninitializedAccountException"
3560                },
3561                {
3562                    "target": "com.amazonaws.mgn#ValidationException"
3563                }
3564            ],
3565            "traits": {
3566                "smithy.api#documentation": "<p>Updates multiple LaunchConfigurations by Source Server ID.</p>",
3567                "smithy.api#http": {
3568                    "method": "POST",
3569                    "uri": "/UpdateLaunchConfiguration",
3570                    "code": 200
3571                },
3572                "smithy.api#idempotent": {}
3573            }
3574        },
3575        "com.amazonaws.mgn#UpdateLaunchConfigurationRequest": {
3576            "type": "structure",
3577            "members": {
3578                "sourceServerID": {
3579                    "target": "com.amazonaws.mgn#SourceServerID",
3580                    "traits": {
3581                        "smithy.api#documentation": "<p>Update Launch configuration by Source Server ID request.</p>",
3582                        "smithy.api#required": {}
3583                    }
3584                },
3585                "name": {
3586                    "target": "com.amazonaws.mgn#SmallBoundedString",
3587                    "traits": {
3588                        "smithy.api#documentation": "<p>Update Launch configuration name request.</p>"
3589                    }
3590                },
3591                "launchDisposition": {
3592                    "target": "com.amazonaws.mgn#LaunchDisposition",
3593                    "traits": {
3594                        "smithy.api#documentation": "<p>Update Launch configuration launch disposition request.</p>"
3595                    }
3596                },
3597                "targetInstanceTypeRightSizingMethod": {
3598                    "target": "com.amazonaws.mgn#TargetInstanceTypeRightSizingMethod",
3599                    "traits": {
3600                        "smithy.api#documentation": "<p>Update Launch configuration Target instance right sizing request.</p>"
3601                    }
3602                },
3603                "copyPrivateIp": {
3604                    "target": "smithy.api#Boolean",
3605                    "traits": {
3606                        "smithy.api#documentation": "<p>Update Launch configuration copy Private IP request.</p>"
3607                    }
3608                },
3609                "copyTags": {
3610                    "target": "smithy.api#Boolean",
3611                    "traits": {
3612                        "smithy.api#documentation": "<p>Update Launch configuration copy Tags request.</p>"
3613                    }
3614                },
3615                "licensing": {
3616                    "target": "com.amazonaws.mgn#Licensing",
3617                    "traits": {
3618                        "smithy.api#documentation": "<p>Update Launch configuration licensing request.</p>"
3619                    }
3620                }
3621            }
3622        },
3623        "com.amazonaws.mgn#UpdateReplicationConfiguration": {
3624            "type": "operation",
3625            "input": {
3626                "target": "com.amazonaws.mgn#UpdateReplicationConfigurationRequest"
3627            },
3628            "output": {
3629                "target": "com.amazonaws.mgn#ReplicationConfiguration"
3630            },
3631            "errors": [
3632                {
3633                    "target": "com.amazonaws.mgn#ConflictException"
3634                },
3635                {
3636                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
3637                },
3638                {
3639                    "target": "com.amazonaws.mgn#UninitializedAccountException"
3640                },
3641                {
3642                    "target": "com.amazonaws.mgn#ValidationException"
3643                }
3644            ],
3645            "traits": {
3646                "smithy.api#documentation": "<p>Allows you to update multiple ReplicationConfigurations by Source Server ID.</p>",
3647                "smithy.api#http": {
3648                    "method": "POST",
3649                    "uri": "/UpdateReplicationConfiguration",
3650                    "code": 200
3651                },
3652                "smithy.api#idempotent": {}
3653            }
3654        },
3655        "com.amazonaws.mgn#UpdateReplicationConfigurationRequest": {
3656            "type": "structure",
3657            "members": {
3658                "sourceServerID": {
3659                    "target": "com.amazonaws.mgn#SourceServerID",
3660                    "traits": {
3661                        "smithy.api#documentation": "<p>Update replication configuration Source Server ID request.</p>",
3662                        "smithy.api#required": {}
3663                    }
3664                },
3665                "name": {
3666                    "target": "com.amazonaws.mgn#SmallBoundedString",
3667                    "traits": {
3668                        "smithy.api#documentation": "<p>Update replication configuration name request.</p>"
3669                    }
3670                },
3671                "stagingAreaSubnetId": {
3672                    "target": "com.amazonaws.mgn#SubnetID",
3673                    "traits": {
3674                        "smithy.api#documentation": "<p>Update replication configuration Staging Area subnet request.</p>"
3675                    }
3676                },
3677                "associateDefaultSecurityGroup": {
3678                    "target": "smithy.api#Boolean",
3679                    "traits": {
3680                        "smithy.api#documentation": "<p>Update replication configuration associate default Application Migration Service Security group request.</p>"
3681                    }
3682                },
3683                "replicationServersSecurityGroupsIDs": {
3684                    "target": "com.amazonaws.mgn#ReplicationServersSecurityGroupsIDs",
3685                    "traits": {
3686                        "smithy.api#documentation": "<p>Update replication configuration Replication Server Security Groups IDs request.</p>"
3687                    }
3688                },
3689                "replicationServerInstanceType": {
3690                    "target": "com.amazonaws.mgn#EC2InstanceType",
3691                    "traits": {
3692                        "smithy.api#documentation": "<p>Update replication configuration Replication Server instance type request.</p>"
3693                    }
3694                },
3695                "useDedicatedReplicationServer": {
3696                    "target": "smithy.api#Boolean",
3697                    "traits": {
3698                        "smithy.api#documentation": "<p>Update replication configuration use dedicated Replication Server request.</p>"
3699                    }
3700                },
3701                "defaultLargeStagingDiskType": {
3702                    "target": "com.amazonaws.mgn#ReplicationConfigurationDefaultLargeStagingDiskType",
3703                    "traits": {
3704                        "smithy.api#documentation": "<p>Update replication configuration use default large Staging Disk type request.</p>"
3705                    }
3706                },
3707                "replicatedDisks": {
3708                    "target": "com.amazonaws.mgn#ReplicationConfigurationReplicatedDisks",
3709                    "traits": {
3710                        "smithy.api#documentation": "<p>Update replication configuration replicated disks request.</p>"
3711                    }
3712                },
3713                "ebsEncryption": {
3714                    "target": "com.amazonaws.mgn#ReplicationConfigurationEbsEncryption",
3715                    "traits": {
3716                        "smithy.api#documentation": "<p>Update replication configuration EBS encryption request.</p>"
3717                    }
3718                },
3719                "ebsEncryptionKeyArn": {
3720                    "target": "com.amazonaws.mgn#ARN",
3721                    "traits": {
3722                        "smithy.api#documentation": "<p>Update replication configuration EBS encryption key ARN request.</p>"
3723                    }
3724                },
3725                "bandwidthThrottling": {
3726                    "target": "com.amazonaws.mgn#PositiveInteger",
3727                    "traits": {
3728                        "smithy.api#documentation": "<p>Update replication configuration bandwidth throttling request.</p>"
3729                    }
3730                },
3731                "dataPlaneRouting": {
3732                    "target": "com.amazonaws.mgn#ReplicationConfigurationDataPlaneRouting",
3733                    "traits": {
3734                        "smithy.api#documentation": "<p>Update replication configuration data plane routing request.</p>"
3735                    }
3736                },
3737                "createPublicIP": {
3738                    "target": "smithy.api#Boolean",
3739                    "traits": {
3740                        "smithy.api#documentation": "<p>Update replication configuration create Public IP request.</p>"
3741                    }
3742                },
3743                "stagingAreaTags": {
3744                    "target": "com.amazonaws.mgn#TagsMap",
3745                    "traits": {
3746                        "smithy.api#documentation": "<p>Update replication configuration Staging Area Tags request.</p>"
3747                    }
3748                }
3749            }
3750        },
3751        "com.amazonaws.mgn#UpdateReplicationConfigurationTemplate": {
3752            "type": "operation",
3753            "input": {
3754                "target": "com.amazonaws.mgn#UpdateReplicationConfigurationTemplateRequest"
3755            },
3756            "output": {
3757                "target": "com.amazonaws.mgn#ReplicationConfigurationTemplate"
3758            },
3759            "errors": [
3760                {
3761                    "target": "com.amazonaws.mgn#ResourceNotFoundException"
3762                },
3763                {
3764                    "target": "com.amazonaws.mgn#UninitializedAccountException"
3765                },
3766                {
3767                    "target": "com.amazonaws.mgn#ValidationException"
3768                }
3769            ],
3770            "traits": {
3771                "smithy.api#documentation": "<p>Updates multiple ReplicationConfigurationTemplates by ID.</p>",
3772                "smithy.api#http": {
3773                    "method": "POST",
3774                    "uri": "/UpdateReplicationConfigurationTemplate",
3775                    "code": 200
3776                }
3777            }
3778        },
3779        "com.amazonaws.mgn#UpdateReplicationConfigurationTemplateRequest": {
3780            "type": "structure",
3781            "members": {
3782                "replicationConfigurationTemplateID": {
3783                    "target": "com.amazonaws.mgn#ReplicationConfigurationTemplateID",
3784                    "traits": {
3785                        "smithy.api#documentation": "<p>Update replication configuration template template ID request.</p>",
3786                        "smithy.api#required": {}
3787                    }
3788                },
3789                "arn": {
3790                    "target": "com.amazonaws.mgn#ARN",
3791                    "traits": {
3792                        "smithy.api#documentation": "<p>Update replication configuration template ARN request.</p>"
3793                    }
3794                },
3795                "stagingAreaSubnetId": {
3796                    "target": "com.amazonaws.mgn#SubnetID",
3797                    "traits": {
3798                        "smithy.api#documentation": "<p>Update replication configuration template Staging Area subnet ID request.</p>"
3799                    }
3800                },
3801                "associateDefaultSecurityGroup": {
3802                    "target": "smithy.api#Boolean",
3803                    "traits": {
3804                        "smithy.api#documentation": "<p>Update replication configuration template associate default Application Migration Service Security group request.</p>"
3805                    }
3806                },
3807                "replicationServersSecurityGroupsIDs": {
3808                    "target": "com.amazonaws.mgn#ReplicationServersSecurityGroupsIDs",
3809                    "traits": {
3810                        "smithy.api#documentation": "<p>Update replication configuration template Replication Server Security groups IDs request.</p>"
3811                    }
3812                },
3813                "replicationServerInstanceType": {
3814                    "target": "com.amazonaws.mgn#EC2InstanceType",
3815                    "traits": {
3816                        "smithy.api#documentation": "<p>Update replication configuration template Replication Server instance type request.</p>"
3817                    }
3818                },
3819                "useDedicatedReplicationServer": {
3820                    "target": "smithy.api#Boolean",
3821                    "traits": {
3822                        "smithy.api#documentation": "<p>Update replication configuration template use dedicated Replication Server request.</p>"
3823                    }
3824                },
3825                "defaultLargeStagingDiskType": {
3826                    "target": "com.amazonaws.mgn#ReplicationConfigurationDefaultLargeStagingDiskType",
3827                    "traits": {
3828                        "smithy.api#documentation": "<p>Update replication configuration template use default large Staging Disk type request.</p>"
3829                    }
3830                },
3831                "ebsEncryption": {
3832                    "target": "com.amazonaws.mgn#ReplicationConfigurationEbsEncryption",
3833                    "traits": {
3834                        "smithy.api#documentation": "<p>Update replication configuration template EBS encryption request.</p>"
3835                    }
3836                },
3837                "ebsEncryptionKeyArn": {
3838                    "target": "com.amazonaws.mgn#ARN",
3839                    "traits": {
3840                        "smithy.api#documentation": "<p>Update replication configuration template EBS encryption key ARN request.</p>"
3841                    }
3842                },
3843                "bandwidthThrottling": {
3844                    "target": "com.amazonaws.mgn#PositiveInteger",
3845                    "traits": {
3846                        "smithy.api#documentation": "<p>Update replication configuration template bandwidth throttling request.</p>"
3847                    }
3848                },
3849                "dataPlaneRouting": {
3850                    "target": "com.amazonaws.mgn#ReplicationConfigurationDataPlaneRouting",
3851                    "traits": {
3852                        "smithy.api#documentation": "<p>Update replication configuration template data plane routing request.</p>"
3853                    }
3854                },
3855                "createPublicIP": {
3856                    "target": "smithy.api#Boolean",
3857                    "traits": {
3858                        "smithy.api#documentation": "<p>Update replication configuration template create Public IP request.</p>"
3859                    }
3860                },
3861                "stagingAreaTags": {
3862                    "target": "com.amazonaws.mgn#TagsMap",
3863                    "traits": {
3864                        "smithy.api#documentation": "<p>Update replication configuration template Staging Area Tags request.</p>"
3865                    }
3866                }
3867            }
3868        },
3869        "com.amazonaws.mgn#ValidationException": {
3870            "type": "structure",
3871            "members": {
3872                "message": {
3873                    "target": "com.amazonaws.mgn#LargeBoundedString"
3874                },
3875                "code": {
3876                    "target": "com.amazonaws.mgn#LargeBoundedString"
3877                },
3878                "reason": {
3879                    "target": "com.amazonaws.mgn#ValidationExceptionReason",
3880                    "traits": {
3881                        "smithy.api#documentation": "<p>Validate exception reason.</p>"
3882                    }
3883                },
3884                "fieldList": {
3885                    "target": "com.amazonaws.mgn#ValidationExceptionFieldList",
3886                    "traits": {
3887                        "smithy.api#documentation": "<p>Validate exception field list.</p>"
3888                    }
3889                }
3890            },
3891            "traits": {
3892                "smithy.api#documentation": "<p>Validate exception.</p>",
3893                "smithy.api#error": "client",
3894                "smithy.api#httpError": 400
3895            }
3896        },
3897        "com.amazonaws.mgn#ValidationExceptionField": {
3898            "type": "structure",
3899            "members": {
3900                "name": {
3901                    "target": "com.amazonaws.mgn#LargeBoundedString",
3902                    "traits": {
3903                        "smithy.api#documentation": "<p>Validate exception field name.</p>"
3904                    }
3905                },
3906                "message": {
3907                    "target": "com.amazonaws.mgn#LargeBoundedString",
3908                    "traits": {
3909                        "smithy.api#documentation": "<p>Validate exception field message.</p>"
3910                    }
3911                }
3912            },
3913            "traits": {
3914                "smithy.api#documentation": "<p>Validate exception field.</p>"
3915            }
3916        },
3917        "com.amazonaws.mgn#ValidationExceptionFieldList": {
3918            "type": "list",
3919            "member": {
3920                "target": "com.amazonaws.mgn#ValidationExceptionField"
3921            }
3922        },
3923        "com.amazonaws.mgn#ValidationExceptionReason": {
3924            "type": "string",
3925            "traits": {
3926                "smithy.api#enum": [
3927                    {
3928                        "value": "unknownOperation",
3929                        "name": "UNKNOWN_OPERATION"
3930                    },
3931                    {
3932                        "value": "cannotParse",
3933                        "name": "CANNOT_PARSE"
3934                    },
3935                    {
3936                        "value": "fieldValidationFailed",
3937                        "name": "FIELD_VALIDATION_FAILED"
3938                    },
3939                    {
3940                        "value": "other",
3941                        "name": "OTHER"
3942                    }
3943                ]
3944            }
3945        }
3946    }
3947}