Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update models and smithy version #1057

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/0ea738da-3935-4cdc-b1a2-591f70831d15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "0ea738da-3935-4cdc-b1a2-591f70831d15",
"type": "misc",
"description": "sync AWS models and upgrade smithy kotlin"
}
66 changes: 64 additions & 2 deletions codegen/sdk/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
Loading