|
1096 | 1096 | "shape":"VolumeToConversionMap",
|
1097 | 1097 | "documentation":"<p>A mapping between the volumes being converted and the converted snapshot ids</p>"
|
1098 | 1098 | },
|
| 1099 | + "volumeToProductCodes":{ |
| 1100 | + "shape":"VolumeToProductCodes", |
| 1101 | + "documentation":"<p>A mapping between the volumes being converted and the product codes associated with them</p>" |
| 1102 | + }, |
1099 | 1103 | "volumeToVolumeSize":{
|
1100 | 1104 | "shape":"VolumeToSizeMap",
|
1101 | 1105 | "documentation":"<p>A mapping between the volumes and their sizes</p>"
|
|
1385 | 1389 | "totalStorageBytes":{
|
1386 | 1390 | "shape":"PositiveInteger",
|
1387 | 1391 | "documentation":"<p>The total amount of data to be replicated in bytes.</p>"
|
| 1392 | + }, |
| 1393 | + "volumeStatus":{ |
| 1394 | + "shape":"VolumeStatus", |
| 1395 | + "documentation":"<p>The status of the volume.</p>" |
1388 | 1396 | }
|
1389 | 1397 | },
|
1390 | 1398 | "documentation":"<p>A disk that should be replicated.</p>"
|
|
3095 | 3103 | "type":"long",
|
3096 | 3104 | "min":0
|
3097 | 3105 | },
|
| 3106 | + "ProductCode":{ |
| 3107 | + "type":"structure", |
| 3108 | + "members":{ |
| 3109 | + "productCodeId":{ |
| 3110 | + "shape":"ProductCodeId", |
| 3111 | + "documentation":"<p>Id of a product code associated with a volume.</p>" |
| 3112 | + }, |
| 3113 | + "productCodeMode":{ |
| 3114 | + "shape":"ProductCodeMode", |
| 3115 | + "documentation":"<p>Mode of a product code associated with a volume.</p>" |
| 3116 | + } |
| 3117 | + }, |
| 3118 | + "documentation":"<p>Properties of a product code associated with a volume.</p>" |
| 3119 | + }, |
| 3120 | + "ProductCodeId":{ |
| 3121 | + "type":"string", |
| 3122 | + "max":25, |
| 3123 | + "min":25, |
| 3124 | + "pattern":"^([A-Za-z0-9])+$" |
| 3125 | + }, |
| 3126 | + "ProductCodeMode":{ |
| 3127 | + "type":"string", |
| 3128 | + "enum":[ |
| 3129 | + "ENABLED", |
| 3130 | + "DISABLED" |
| 3131 | + ] |
| 3132 | + }, |
| 3133 | + "ProductCodes":{ |
| 3134 | + "type":"list", |
| 3135 | + "member":{"shape":"ProductCode"} |
| 3136 | + }, |
3098 | 3137 | "PutLaunchActionRequest":{
|
3099 | 3138 | "type":"structure",
|
3100 | 3139 | "required":[
|
|
4879 | 4918 | "other"
|
4880 | 4919 | ]
|
4881 | 4920 | },
|
| 4921 | + "VolumeStatus":{ |
| 4922 | + "type":"string", |
| 4923 | + "enum":[ |
| 4924 | + "REGULAR", |
| 4925 | + "CONTAINS_MARKETPLACE_PRODUCT_CODES", |
| 4926 | + "MISSING_VOLUME_ATTRIBUTES", |
| 4927 | + "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE" |
| 4928 | + ] |
| 4929 | + }, |
4882 | 4930 | "VolumeToConversionMap":{
|
4883 | 4931 | "type":"map",
|
4884 | 4932 | "key":{"shape":"LargeBoundedString"},
|
4885 | 4933 | "value":{"shape":"ConversionMap"}
|
4886 | 4934 | },
|
| 4935 | + "VolumeToProductCodes":{ |
| 4936 | + "type":"map", |
| 4937 | + "key":{"shape":"LargeBoundedString"}, |
| 4938 | + "value":{"shape":"ProductCodes"} |
| 4939 | + }, |
4887 | 4940 | "VolumeToSizeMap":{
|
4888 | 4941 | "type":"map",
|
4889 | 4942 | "key":{"shape":"LargeBoundedString"},
|
|
0 commit comments