Skip to content

Commit e04a410

Browse files
authored
chore: update models and smithy version (#1057)
1 parent f8a73cc commit e04a410

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+6054
-649
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "0ea738da-3935-4cdc-b1a2-591f70831d15",
3+
"type": "misc",
4+
"description": "sync AWS models and upgrade smithy kotlin"
5+
}

codegen/sdk/aws-models/amplifyuibuilder.json

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,44 @@
10111011
"target": "smithy.api#String"
10121012
}
10131013
},
1014+
"com.amazonaws.amplifyuibuilder#CodegenDependencies": {
1015+
"type": "list",
1016+
"member": {
1017+
"target": "com.amazonaws.amplifyuibuilder#CodegenDependency"
1018+
}
1019+
},
1020+
"com.amazonaws.amplifyuibuilder#CodegenDependency": {
1021+
"type": "structure",
1022+
"members": {
1023+
"name": {
1024+
"target": "smithy.api#String",
1025+
"traits": {
1026+
"smithy.api#documentation": "<p>Name of the dependency package.</p>"
1027+
}
1028+
},
1029+
"supportedVersion": {
1030+
"target": "smithy.api#String",
1031+
"traits": {
1032+
"smithy.api#documentation": "<p>Indicates the version of the supported dependency package.</p>"
1033+
}
1034+
},
1035+
"isSemVer": {
1036+
"target": "smithy.api#Boolean",
1037+
"traits": {
1038+
"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>"
1039+
}
1040+
},
1041+
"reason": {
1042+
"target": "smithy.api#String",
1043+
"traits": {
1044+
"smithy.api#documentation": "<p>Indicates the reason to include the dependency package in your project code.</p>"
1045+
}
1046+
}
1047+
},
1048+
"traits": {
1049+
"smithy.api#documentation": "<p>Dependency package that may be required for the project code to run.</p>"
1050+
}
1051+
},
10141052
"com.amazonaws.amplifyuibuilder#CodegenFeatureFlags": {
10151053
"type": "structure",
10161054
"members": {
@@ -1452,6 +1490,12 @@
14521490
"smithy.api#documentation": "<p>The time that the code generation job was modified.</p>",
14531491
"smithy.api#timestampFormat": "date-time"
14541492
}
1493+
},
1494+
"dependencies": {
1495+
"target": "com.amazonaws.amplifyuibuilder#CodegenDependencies",
1496+
"traits": {
1497+
"smithy.api#documentation": "<p>Lists the dependency packages that may be required for the project code to run.</p>"
1498+
}
14551499
}
14561500
},
14571501
"traits": {
@@ -3027,7 +3071,7 @@
30273071
}
30283072
],
30293073
"traits": {
3030-
"smithy.api#documentation": "<p>Exchanges an access code for a token.</p>",
3074+
"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>",
30313075
"smithy.api#http": {
30323076
"uri": "/tokens/{provider}",
30333077
"method": "POST"
@@ -5246,6 +5290,18 @@
52465290
}
52475291
}
52485292
},
5293+
"com.amazonaws.amplifyuibuilder#ReactCodegenDependencies": {
5294+
"type": "map",
5295+
"key": {
5296+
"target": "smithy.api#String"
5297+
},
5298+
"value": {
5299+
"target": "smithy.api#String"
5300+
},
5301+
"traits": {
5302+
"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>"
5303+
}
5304+
},
52495305
"com.amazonaws.amplifyuibuilder#ReactStartCodegenJobData": {
52505306
"type": "structure",
52515307
"members": {
@@ -5286,6 +5342,12 @@
52865342
"traits": {
52875343
"smithy.api#documentation": "<p>The API configuration for the code generation job.</p>"
52885344
}
5345+
},
5346+
"dependencies": {
5347+
"target": "com.amazonaws.amplifyuibuilder#ReactCodegenDependencies",
5348+
"traits": {
5349+
"smithy.api#documentation": "<p>Lists the dependency packages that may be required for the project code to run.</p>"
5350+
}
52895351
}
52905352
},
52915353
"traits": {
@@ -5306,7 +5368,7 @@
53065368
}
53075369
],
53085370
"traits": {
5309-
"smithy.api#documentation": "<p>Refreshes a previously issued access token that might have expired.</p>",
5371+
"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>",
53105372
"smithy.api#http": {
53115373
"uri": "/tokens/{provider}/refresh",
53125374
"method": "POST"

0 commit comments

Comments
 (0)