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 Sep 25, 2023
1 parent 1fe8c9e commit 297cdcf
Show file tree
Hide file tree
Showing 7 changed files with 1,127 additions and 120 deletions.
66 changes: 64 additions & 2 deletions codegen/sdk-codegen/aws-models/amplifyuibuilder.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,44 @@
"target": "smithy.api#String"
}
},
"com.amazonaws.amplifyuibuilder#CodegenDependencies": {
"type": "list",
"member": {
"target": "com.amazonaws.amplifyuibuilder#CodegenDependency"
}
},
"com.amazonaws.amplifyuibuilder#CodegenDependency": {
"type": "structure",
"members": {
"name": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>Name of the dependency package.</p>"
}
},
"supportedVersion": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the version of the supported dependency package.</p>"
}
},
"isSemVer": {
"target": "smithy.api#Boolean",
"traits": {
"smithy.api#documentation": "<p>Determines if the dependency package is using Semantic versioning. If set to true, it indicates that the dependency package uses Semantic versioning.</p>"
}
},
"reason": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the reason to include the dependency package in your project code.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Dependency package that may be required for the project code to run.</p>"
}
},
"com.amazonaws.amplifyuibuilder#CodegenFeatureFlags": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1452,6 +1490,12 @@
"smithy.api#documentation": "<p>The time that the code generation job was modified.</p>",
"smithy.api#timestampFormat": "date-time"
}
},
"dependencies": {
"target": "com.amazonaws.amplifyuibuilder#CodegenDependencies",
"traits": {
"smithy.api#documentation": "<p>Lists the dependency packages that may be required for the project code to run.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -3027,7 +3071,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Exchanges an access code for a token.</p>",
"smithy.api#documentation": "<note>\n <p>This is for internal use.</p>\n </note>\n <p>Amplify uses this action to exchange an access code for a token.</p>",
"smithy.api#http": {
"uri": "/tokens/{provider}",
"method": "POST"
Expand Down Expand Up @@ -5246,6 +5290,18 @@
}
}
},
"com.amazonaws.amplifyuibuilder#ReactCodegenDependencies": {
"type": "map",
"key": {
"target": "smithy.api#String"
},
"value": {
"target": "smithy.api#String"
},
"traits": {
"smithy.api#documentation": "<p>Indicates the dependency version of the project code to be generated by Amazon Web Services Amplify. The version of the generated code output is determined by the version number contained in <code>aws-amplify</code>.</p>"
}
},
"com.amazonaws.amplifyuibuilder#ReactStartCodegenJobData": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -5286,6 +5342,12 @@
"traits": {
"smithy.api#documentation": "<p>The API configuration for the code generation job.</p>"
}
},
"dependencies": {
"target": "com.amazonaws.amplifyuibuilder#ReactCodegenDependencies",
"traits": {
"smithy.api#documentation": "<p>Lists the dependency packages that may be required for the project code to run.</p>"
}
}
},
"traits": {
Expand All @@ -5306,7 +5368,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Refreshes a previously issued access token that might have expired.</p>",
"smithy.api#documentation": "<note>\n <p>This is for internal use.</p>\n </note>\n <p>Amplify uses this action to refresh a previously issued access token that might have expired.</p>",
"smithy.api#http": {
"uri": "/tokens/{provider}/refresh",
"method": "POST"
Expand Down
Loading

0 comments on commit 297cdcf

Please sign in to comment.