Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 20, 2024
1 parent 249090e commit f040881
Show file tree
Hide file tree
Showing 20 changed files with 7,647 additions and 430 deletions.
78 changes: 75 additions & 3 deletions codegen/sdk-codegen/aws-models/application-discovery-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,16 @@
"smithy.api#pattern": "^[\\s\\S]*\\S[\\s\\S]*$"
}
},
"com.amazonaws.applicationdiscoveryservice#ApplicationWave": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^($|[^\\s\\x00]( *[^\\s\\x00])*$)$"
}
},
"com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplication": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -1763,14 +1773,20 @@
"name": {
"target": "com.amazonaws.applicationdiscoveryservice#ApplicationName",
"traits": {
"smithy.api#documentation": "<p>Name of the application to be created.</p>",
"smithy.api#documentation": "<p>The name of the application to be created.</p>",
"smithy.api#required": {}
}
},
"description": {
"target": "com.amazonaws.applicationdiscoveryservice#ApplicationDescription",
"traits": {
"smithy.api#documentation": "<p>Description of the application to be created.</p>"
"smithy.api#documentation": "<p>The description of the application to be created.</p>"
}
},
"wave": {
"target": "com.amazonaws.applicationdiscoveryservice#ApplicationWave",
"traits": {
"smithy.api#documentation": "<p>The name of the migration wave of the application to be created.</p>"
}
}
},
Expand All @@ -1784,7 +1800,7 @@
"configurationId": {
"target": "com.amazonaws.applicationdiscoveryservice#String",
"traits": {
"smithy.api#documentation": "<p>Configuration ID of an application to be created.</p>"
"smithy.api#documentation": "<p>The configuration ID of an application to be created.</p>"
}
}
},
Expand Down Expand Up @@ -3409,6 +3425,35 @@
"target": "com.amazonaws.applicationdiscoveryservice#FailedConfiguration"
}
},
"com.amazonaws.applicationdiscoveryservice#FileClassification": {
"type": "enum",
"members": {
"MODELIZEIT_EXPORT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "MODELIZEIT_EXPORT"
}
},
"RVTOOLS_EXPORT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "RVTOOLS_EXPORT"
}
},
"VMWARE_NSX_EXPORT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "VMWARE_NSX_EXPORT"
}
},
"IMPORT_TEMPLATE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "IMPORT_TEMPLATE"
}
}
}
},
"com.amazonaws.applicationdiscoveryservice#Filter": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3621,6 +3666,12 @@
"smithy.api#enumValue": "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED"
}
},
"IMPORT_FAILED_UNSUPPORTED_FILE_TYPE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE"
}
},
"DELETE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
Expand Down Expand Up @@ -3704,6 +3755,12 @@
"smithy.api#documentation": "<p>The time that the import task request was deleted, presented in the Unix time stamp\n format.</p>"
}
},
"fileClassification": {
"target": "com.amazonaws.applicationdiscoveryservice#FileClassification",
"traits": {
"smithy.api#documentation": "<p>The type of file detected by the import task.</p>"
}
},
"serverImportSuccess": {
"target": "com.amazonaws.applicationdiscoveryservice#Integer",
"traits": {
Expand Down Expand Up @@ -3783,6 +3840,12 @@
"traits": {
"smithy.api#enumValue": "NAME"
}
},
"FILE_CLASSIFICATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FILE_CLASSIFICATION"
}
}
}
},
Expand Down Expand Up @@ -4332,6 +4395,9 @@
{
"target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException"
},
{
"target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException"
},
{
"target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException"
},
Expand Down Expand Up @@ -5006,6 +5072,12 @@
"traits": {
"smithy.api#documentation": "<p>New description of the application to be updated.</p>"
}
},
"wave": {
"target": "com.amazonaws.applicationdiscoveryservice#ApplicationWave",
"traits": {
"smithy.api#documentation": "<p>The new migration wave of the application that you want to update.</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit f040881

Please sign in to comment.