|
1011 | 1011 | "target": "smithy.api#String" |
1012 | 1012 | } |
1013 | 1013 | }, |
| 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 | + }, |
1014 | 1052 | "com.amazonaws.amplifyuibuilder#CodegenFeatureFlags": { |
1015 | 1053 | "type": "structure", |
1016 | 1054 | "members": { |
|
1452 | 1490 | "smithy.api#documentation": "<p>The time that the code generation job was modified.</p>", |
1453 | 1491 | "smithy.api#timestampFormat": "date-time" |
1454 | 1492 | } |
| 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 | + } |
1455 | 1499 | } |
1456 | 1500 | }, |
1457 | 1501 | "traits": { |
|
3027 | 3071 | } |
3028 | 3072 | ], |
3029 | 3073 | "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>", |
3031 | 3075 | "smithy.api#http": { |
3032 | 3076 | "uri": "/tokens/{provider}", |
3033 | 3077 | "method": "POST" |
|
5246 | 5290 | } |
5247 | 5291 | } |
5248 | 5292 | }, |
| 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 | + }, |
5249 | 5305 | "com.amazonaws.amplifyuibuilder#ReactStartCodegenJobData": { |
5250 | 5306 | "type": "structure", |
5251 | 5307 | "members": { |
|
5286 | 5342 | "traits": { |
5287 | 5343 | "smithy.api#documentation": "<p>The API configuration for the code generation job.</p>" |
5288 | 5344 | } |
| 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 | + } |
5289 | 5351 | } |
5290 | 5352 | }, |
5291 | 5353 | "traits": { |
|
5306 | 5368 | } |
5307 | 5369 | ], |
5308 | 5370 | "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>", |
5310 | 5372 | "smithy.api#http": { |
5311 | 5373 | "uri": "/tokens/{provider}/refresh", |
5312 | 5374 | "method": "POST" |
|
0 commit comments