|
2937 | 2937 | "shape":"PublicIpAddressList",
|
2938 | 2938 | "documentation":"<p>The IP addresses of the endpoints for the data migration.</p>"
|
2939 | 2939 | },
|
| 2940 | + "DataMigrationCidrBlocks":{ |
| 2941 | + "shape":"DataMigrationCidrBlock", |
| 2942 | + "documentation":"<p>The CIDR blocks of the endpoints for the data migration.</p>" |
| 2943 | + }, |
2940 | 2944 | "LastFailureMessage":{
|
2941 | 2945 | "shape":"String",
|
2942 | 2946 | "documentation":"<p>Information about the data migration's most recent error or failure.</p>"
|
|
2948 | 2952 | },
|
2949 | 2953 | "documentation":"<p>This object provides information about a DMS data migration.</p>"
|
2950 | 2954 | },
|
| 2955 | + "DataMigrationCidrBlock":{ |
| 2956 | + "type":"list", |
| 2957 | + "member":{"shape":"String"} |
| 2958 | + }, |
2951 | 2959 | "DataMigrationSettings":{
|
2952 | 2960 | "type":"structure",
|
2953 | 2961 | "members":{
|
|
8907 | 8915 | "AssessmentRunName":{
|
8908 | 8916 | "shape":"String",
|
8909 | 8917 | "documentation":"<p>Unique name of the assessment run.</p>"
|
| 8918 | + }, |
| 8919 | + "IsLatestTaskAssessmentRun":{ |
| 8920 | + "shape":"Boolean", |
| 8921 | + "documentation":"<p>Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.</p>" |
| 8922 | + }, |
| 8923 | + "ResultStatistic":{ |
| 8924 | + "shape":"ReplicationTaskAssessmentRunResultStatistic", |
| 8925 | + "documentation":"<p> Result statistics for a completed assessment run, showing aggregated statistics of IndividualAssessments for how many assessments were passed, failed, or encountered issues such as errors or warnings. </p>" |
8910 | 8926 | }
|
8911 | 8927 | },
|
8912 | 8928 | "documentation":"<p>Provides information that describes a premigration assessment run that you have started using the <code>StartReplicationTaskAssessmentRun</code> operation.</p> <p>Some of the information appears based on other operations that can return the <code>ReplicationTaskAssessmentRun</code> object.</p>"
|
|
8929 | 8945 | },
|
8930 | 8946 | "documentation":"<p>The progress values reported by the <code>AssessmentProgress</code> response element.</p>"
|
8931 | 8947 | },
|
| 8948 | + "ReplicationTaskAssessmentRunResultStatistic":{ |
| 8949 | + "type":"structure", |
| 8950 | + "members":{ |
| 8951 | + "Passed":{ |
| 8952 | + "shape":"Integer", |
| 8953 | + "documentation":"<p>The number of individual assessments that successfully passed all checks in the assessment run.</p>" |
| 8954 | + }, |
| 8955 | + "Failed":{ |
| 8956 | + "shape":"Integer", |
| 8957 | + "documentation":"<p>The number of individual assessments that failed to meet the criteria defined in the assessment run.</p>" |
| 8958 | + }, |
| 8959 | + "Error":{ |
| 8960 | + "shape":"Integer", |
| 8961 | + "documentation":"<p>The number of individual assessments that encountered a critical error and could not complete properly.</p>" |
| 8962 | + }, |
| 8963 | + "Warning":{ |
| 8964 | + "shape":"Integer", |
| 8965 | + "documentation":"<p>Indicates that the recent completed AssessmentRun triggered a warning.</p>" |
| 8966 | + }, |
| 8967 | + "Cancelled":{ |
| 8968 | + "shape":"Integer", |
| 8969 | + "documentation":"<p> The number of individual assessments that were cancelled during the assessment run. </p>" |
| 8970 | + } |
| 8971 | + }, |
| 8972 | + "documentation":"<p>The object containing the result statistics for a completed assessment run.</p>" |
| 8973 | + }, |
8932 | 8974 | "ReplicationTaskIndividualAssessment":{
|
8933 | 8975 | "type":"structure",
|
8934 | 8976 | "members":{
|
|
9813 | 9855 | "Exclude":{
|
9814 | 9856 | "shape":"ExcludeTestList",
|
9815 | 9857 | "documentation":"<p>Space-separated list of names for specific individual assessments that you want to exclude. These names come from the default list of individual assessments that DMS supports for the associated migration task. This task is specified by <code>ReplicationTaskArn</code>.</p> <note> <p>You can't set a value for <code>Exclude</code> if you also set a value for <code>IncludeOnly</code> in the API operation.</p> <p>To identify the names of the default individual assessments that DMS supports for the associated migration task, run the <code>DescribeApplicableIndividualAssessments</code> operation using its own <code>ReplicationTaskArn</code> request parameter.</p> </note>"
|
| 9858 | + }, |
| 9859 | + "Tags":{ |
| 9860 | + "shape":"TagList", |
| 9861 | + "documentation":"<p>One or more tags to be assigned to the premigration assessment run that you want to start.</p>" |
9816 | 9862 | }
|
9817 | 9863 | },
|
9818 | 9864 | "documentation":"<p/>"
|
|
0 commit comments