File tree 3 files changed +13
-27
lines changed
services/amplifybackend/src/main/resources/codegen-resources
3 files changed +13
-27
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AmplifyBackend" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string"
6
+ }
Original file line number Diff line number Diff line change 3
3
"parameters" : {
4
4
"Region" : {
5
5
"builtIn" : " AWS::Region" ,
6
- "required" : false ,
6
+ "required" : true ,
7
7
"documentation" : " The AWS region used to dispatch the request." ,
8
8
"type" : " String"
9
9
},
52
52
"ref" : " Endpoint"
53
53
}
54
54
]
55
- },
56
- {
57
- "fn" : " parseURL" ,
58
- "argv" : [
59
- {
60
- "ref" : " Endpoint"
61
- }
62
- ],
63
- "assign" : " url"
64
55
}
65
56
],
66
57
"type" : " tree" ,
Original file line number Diff line number Diff line change 553
553
"documentation" : " <p>400 response</p>"
554
554
}
555
555
],
556
- "documentation" : " <p>Generates a model schema for existing backend API resource.</p>"
556
+ "documentation" : " <p>Gets a model introspection schema for an existing backend API resource.</p>"
557
557
},
558
558
"GetBackendAuth" : {
559
559
"name" : " GetBackendAuth" ,
2915
2915
}
2916
2916
}
2917
2917
},
2918
- "GetBackendAPICodegenRespObj" : {
2919
- "type" : " structure" ,
2920
- "members" : {
2921
- "Models" : {
2922
- "shape" : " __string" ,
2923
- "locationName" : " models" ,
2924
- "documentation" : " <p>Stringified JSON of the datastore model.</p>"
2925
- },
2926
- "Status" : {
2927
- "shape" : " Status" ,
2928
- "locationName" : " status" ,
2929
- "documentation" : " <p>The current status of the request.</p>"
2930
- }
2931
- },
2932
- "documentation" : " <p>The response object for this operation.</p>"
2933
- },
2934
2918
"GetBackendAPIModelsRequest" : {
2935
2919
"type" : " structure" ,
2936
2920
"members" : {
2971
2955
"shape" : " Status" ,
2972
2956
"locationName" : " status" ,
2973
2957
"documentation" : " <p>The current status of the request.</p>"
2958
+ },
2959
+ "ModelIntrospectionSchema" : {
2960
+ "shape" : " __string" ,
2961
+ "locationName" : " modelIntrospectionSchema" ,
2962
+ "documentation" : " <p>Stringified JSON of the model introspection schema for an existing backend API resource.</p>"
2974
2963
}
2975
2964
}
2976
2965
},
You can’t perform that action at this time.
0 commit comments