|
1071 | 1071 | "smithy.api#pattern": "^[\\s\\S]*\\S[\\s\\S]*$"
|
1072 | 1072 | }
|
1073 | 1073 | },
|
| 1074 | + "com.amazonaws.applicationdiscoveryservice#ApplicationWave": { |
| 1075 | + "type": "string", |
| 1076 | + "traits": { |
| 1077 | + "smithy.api#length": { |
| 1078 | + "min": 0, |
| 1079 | + "max": 256 |
| 1080 | + }, |
| 1081 | + "smithy.api#pattern": "^($|[^\\s\\x00]( *[^\\s\\x00])*$)$" |
| 1082 | + } |
| 1083 | + }, |
1074 | 1084 | "com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplication": {
|
1075 | 1085 | "type": "operation",
|
1076 | 1086 | "input": {
|
|
1763 | 1773 | "name": {
|
1764 | 1774 | "target": "com.amazonaws.applicationdiscoveryservice#ApplicationName",
|
1765 | 1775 | "traits": {
|
1766 |
| - "smithy.api#documentation": "<p>Name of the application to be created.</p>", |
| 1776 | + "smithy.api#documentation": "<p>The name of the application to be created.</p>", |
1767 | 1777 | "smithy.api#required": {}
|
1768 | 1778 | }
|
1769 | 1779 | },
|
1770 | 1780 | "description": {
|
1771 | 1781 | "target": "com.amazonaws.applicationdiscoveryservice#ApplicationDescription",
|
1772 | 1782 | "traits": {
|
1773 |
| - "smithy.api#documentation": "<p>Description of the application to be created.</p>" |
| 1783 | + "smithy.api#documentation": "<p>The description of the application to be created.</p>" |
| 1784 | + } |
| 1785 | + }, |
| 1786 | + "wave": { |
| 1787 | + "target": "com.amazonaws.applicationdiscoveryservice#ApplicationWave", |
| 1788 | + "traits": { |
| 1789 | + "smithy.api#documentation": "<p>The name of the migration wave of the application to be created.</p>" |
1774 | 1790 | }
|
1775 | 1791 | }
|
1776 | 1792 | },
|
|
1784 | 1800 | "configurationId": {
|
1785 | 1801 | "target": "com.amazonaws.applicationdiscoveryservice#String",
|
1786 | 1802 | "traits": {
|
1787 |
| - "smithy.api#documentation": "<p>Configuration ID of an application to be created.</p>" |
| 1803 | + "smithy.api#documentation": "<p>The configuration ID of an application to be created.</p>" |
1788 | 1804 | }
|
1789 | 1805 | }
|
1790 | 1806 | },
|
|
3409 | 3425 | "target": "com.amazonaws.applicationdiscoveryservice#FailedConfiguration"
|
3410 | 3426 | }
|
3411 | 3427 | },
|
| 3428 | + "com.amazonaws.applicationdiscoveryservice#FileClassification": { |
| 3429 | + "type": "enum", |
| 3430 | + "members": { |
| 3431 | + "MODELIZEIT_EXPORT": { |
| 3432 | + "target": "smithy.api#Unit", |
| 3433 | + "traits": { |
| 3434 | + "smithy.api#enumValue": "MODELIZEIT_EXPORT" |
| 3435 | + } |
| 3436 | + }, |
| 3437 | + "RVTOOLS_EXPORT": { |
| 3438 | + "target": "smithy.api#Unit", |
| 3439 | + "traits": { |
| 3440 | + "smithy.api#enumValue": "RVTOOLS_EXPORT" |
| 3441 | + } |
| 3442 | + }, |
| 3443 | + "VMWARE_NSX_EXPORT": { |
| 3444 | + "target": "smithy.api#Unit", |
| 3445 | + "traits": { |
| 3446 | + "smithy.api#enumValue": "VMWARE_NSX_EXPORT" |
| 3447 | + } |
| 3448 | + }, |
| 3449 | + "IMPORT_TEMPLATE": { |
| 3450 | + "target": "smithy.api#Unit", |
| 3451 | + "traits": { |
| 3452 | + "smithy.api#enumValue": "IMPORT_TEMPLATE" |
| 3453 | + } |
| 3454 | + } |
| 3455 | + } |
| 3456 | + }, |
3412 | 3457 | "com.amazonaws.applicationdiscoveryservice#Filter": {
|
3413 | 3458 | "type": "structure",
|
3414 | 3459 | "members": {
|
|
3621 | 3666 | "smithy.api#enumValue": "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED"
|
3622 | 3667 | }
|
3623 | 3668 | },
|
| 3669 | + "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE": { |
| 3670 | + "target": "smithy.api#Unit", |
| 3671 | + "traits": { |
| 3672 | + "smithy.api#enumValue": "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE" |
| 3673 | + } |
| 3674 | + }, |
3624 | 3675 | "DELETE_IN_PROGRESS": {
|
3625 | 3676 | "target": "smithy.api#Unit",
|
3626 | 3677 | "traits": {
|
|
3704 | 3755 | "smithy.api#documentation": "<p>The time that the import task request was deleted, presented in the Unix time stamp\n format.</p>"
|
3705 | 3756 | }
|
3706 | 3757 | },
|
| 3758 | + "fileClassification": { |
| 3759 | + "target": "com.amazonaws.applicationdiscoveryservice#FileClassification", |
| 3760 | + "traits": { |
| 3761 | + "smithy.api#documentation": "<p>The type of file detected by the import task.</p>" |
| 3762 | + } |
| 3763 | + }, |
3707 | 3764 | "serverImportSuccess": {
|
3708 | 3765 | "target": "com.amazonaws.applicationdiscoveryservice#Integer",
|
3709 | 3766 | "traits": {
|
|
3783 | 3840 | "traits": {
|
3784 | 3841 | "smithy.api#enumValue": "NAME"
|
3785 | 3842 | }
|
| 3843 | + }, |
| 3844 | + "FILE_CLASSIFICATION": { |
| 3845 | + "target": "smithy.api#Unit", |
| 3846 | + "traits": { |
| 3847 | + "smithy.api#enumValue": "FILE_CLASSIFICATION" |
| 3848 | + } |
3786 | 3849 | }
|
3787 | 3850 | }
|
3788 | 3851 | },
|
|
4332 | 4395 | {
|
4333 | 4396 | "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException"
|
4334 | 4397 | },
|
| 4398 | + { |
| 4399 | + "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" |
| 4400 | + }, |
4335 | 4401 | {
|
4336 | 4402 | "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException"
|
4337 | 4403 | },
|
|
5006 | 5072 | "traits": {
|
5007 | 5073 | "smithy.api#documentation": "<p>New description of the application to be updated.</p>"
|
5008 | 5074 | }
|
| 5075 | + }, |
| 5076 | + "wave": { |
| 5077 | + "target": "com.amazonaws.applicationdiscoveryservice#ApplicationWave", |
| 5078 | + "traits": { |
| 5079 | + "smithy.api#documentation": "<p>The new migration wave of the application that you want to update.</p>" |
| 5080 | + } |
5009 | 5081 | }
|
5010 | 5082 | },
|
5011 | 5083 | "traits": {
|
|
0 commit comments