|
20 | 20 | "ListCodegenJobs": "<p>Retrieves a list of code generation jobs for a specified Amplify app and backend environment.</p>",
|
21 | 21 | "ListComponents": "<p>Retrieves a list of components for a specified Amplify app and backend environment.</p>",
|
22 | 22 | "ListForms": "<p>Retrieves a list of forms for a specified Amplify app and backend environment.</p>",
|
| 23 | + "ListTagsForResource": "<p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p>", |
23 | 24 | "ListThemes": "<p>Retrieves a list of themes for a specified Amplify app and backend environment.</p>",
|
24 | 25 | "PutMetadataFlag": "<p>Stores the metadata information about a feature on a form.</p>",
|
25 | 26 | "RefreshToken": "<note> <p>This is for internal use.</p> </note> <p>Amplify uses this action to refresh a previously issued access token that might have expired.</p>",
|
26 | 27 | "StartCodegenJob": "<p>Starts a code generation job for a specified Amplify app and backend environment.</p>",
|
| 28 | + "TagResource": "<p>Tags the resource with a tag key and value.</p>", |
| 29 | + "UntagResource": "<p>Untags a resource with a specified Amazon Resource Name (ARN).</p>", |
27 | 30 | "UpdateComponent": "<p>Updates an existing component.</p>",
|
28 | 31 | "UpdateForm": "<p>Updates an existing form.</p>",
|
29 | 32 | "UpdateTheme": "<p>Updates an existing theme.</p>"
|
|
877 | 880 | "refs": {
|
878 | 881 | }
|
879 | 882 | },
|
880 |
| - "ListComponentsLimit": { |
881 |
| - "base": null, |
882 |
| - "refs": { |
883 |
| - "ListComponentsRequest$maxResults": "<p>The maximum number of components to retrieve.</p>" |
884 |
| - } |
885 |
| - }, |
886 | 883 | "ListComponentsRequest": {
|
887 | 884 | "base": null,
|
888 | 885 | "refs": {
|
|
893 | 890 | "refs": {
|
894 | 891 | }
|
895 | 892 | },
|
896 |
| - "ListFormsLimit": { |
| 893 | + "ListEntityLimit": { |
897 | 894 | "base": null,
|
898 | 895 | "refs": {
|
899 |
| - "ListFormsRequest$maxResults": "<p>The maximum number of forms to retrieve.</p>" |
| 896 | + "ListComponentsRequest$maxResults": "<p>The maximum number of components to retrieve.</p>", |
| 897 | + "ListFormsRequest$maxResults": "<p>The maximum number of forms to retrieve.</p>", |
| 898 | + "ListThemesRequest$maxResults": "<p>The maximum number of theme results to return in the response.</p>" |
900 | 899 | }
|
901 | 900 | },
|
902 | 901 | "ListFormsRequest": {
|
|
909 | 908 | "refs": {
|
910 | 909 | }
|
911 | 910 | },
|
912 |
| - "ListThemesLimit": { |
| 911 | + "ListTagsForResourceRequest": { |
| 912 | + "base": null, |
| 913 | + "refs": { |
| 914 | + } |
| 915 | + }, |
| 916 | + "ListTagsForResourceResponse": { |
913 | 917 | "base": null,
|
914 | 918 | "refs": {
|
915 |
| - "ListThemesRequest$maxResults": "<p>The maximum number of theme results to return in the response.</p>" |
916 | 919 | }
|
917 | 920 | },
|
918 | 921 | "ListThemesRequest": {
|
|
1259 | 1262 | "ListFormsRequest$environmentName": "<p>The name of the backend environment that is a part of the Amplify app.</p>",
|
1260 | 1263 | "ListFormsRequest$nextToken": "<p>The token to request the next page of results.</p>",
|
1261 | 1264 | "ListFormsResponse$nextToken": "<p>The pagination token that's included if more results are available.</p>",
|
| 1265 | + "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) to use to list tags.</p>", |
1262 | 1266 | "ListThemesRequest$appId": "<p>The unique ID for the Amplify app.</p>",
|
1263 | 1267 | "ListThemesRequest$environmentName": "<p>The name of the backend environment that is a part of the Amplify app.</p>",
|
1264 | 1268 | "ListThemesRequest$nextToken": "<p>The token to request the next page of results.</p>",
|
|
1286 | 1290 | "StartCodegenJobRequest$environmentName": "<p>The name of the backend environment that is a part of the Amplify app.</p>",
|
1287 | 1291 | "StartCodegenJobRequest$clientToken": "<p>The idempotency token used to ensure that the code generation job request completes only once.</p>",
|
1288 | 1292 | "StrValues$member": null,
|
| 1293 | + "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) to use to tag a resource.</p>", |
1289 | 1294 | "Theme$appId": "<p>The unique ID for the Amplify app associated with the theme.</p>",
|
1290 | 1295 | "Theme$environmentName": "<p>The name of the backend environment that is a part of the Amplify app.</p>",
|
1291 | 1296 | "ThemeSummary$appId": "<p>The unique ID for the app associated with the theme summary.</p>",
|
|
1294 | 1299 | "ThemeValues$key": "<p>The name of the property.</p>",
|
1295 | 1300 | "ThrottlingException$message": null,
|
1296 | 1301 | "UnauthorizedException$message": null,
|
| 1302 | + "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) to use to untag a resource.</p>", |
1297 | 1303 | "UpdateComponentData$sourceId": "<p>The unique ID of the component in its original source system, such as Figma.</p>",
|
1298 | 1304 | "UpdateComponentData$schemaVersion": "<p>The schema version of the component when it was imported.</p>",
|
1299 | 1305 | "UpdateComponentRequest$appId": "<p>The unique ID for the Amplify app.</p>",
|
|
1324 | 1330 | "TagKey": {
|
1325 | 1331 | "base": null,
|
1326 | 1332 | "refs": {
|
| 1333 | + "TagKeyList$member": null, |
1327 | 1334 | "Tags$key": null
|
1328 | 1335 | }
|
1329 | 1336 | },
|
| 1337 | + "TagKeyList": { |
| 1338 | + "base": null, |
| 1339 | + "refs": { |
| 1340 | + "UntagResourceRequest$tagKeys": "<p>The tag keys to use to untag a resource.</p>" |
| 1341 | + } |
| 1342 | + }, |
| 1343 | + "TagResourceRequest": { |
| 1344 | + "base": null, |
| 1345 | + "refs": { |
| 1346 | + } |
| 1347 | + }, |
| 1348 | + "TagResourceResponse": { |
| 1349 | + "base": null, |
| 1350 | + "refs": { |
| 1351 | + } |
| 1352 | + }, |
1330 | 1353 | "TagValue": {
|
1331 | 1354 | "base": null,
|
1332 | 1355 | "refs": {
|
|
1342 | 1365 | "CreateFormData$tags": "<p>One or more key-value pairs to use when tagging the form data.</p>",
|
1343 | 1366 | "CreateThemeData$tags": "<p>One or more key-value pairs to use when tagging the theme data.</p>",
|
1344 | 1367 | "Form$tags": "<p>One or more key-value pairs to use when tagging the form.</p>",
|
| 1368 | + "ListTagsForResourceResponse$tags": "<p>A list of tag key value pairs for a specified Amazon Resource Name (ARN).</p>", |
1345 | 1369 | "StartCodegenJobData$tags": "<p>One or more key-value pairs to use when tagging the code generation job data.</p>",
|
| 1370 | + "TagResourceRequest$tags": "<p>A list of tag key value pairs for a specified Amazon Resource Name (ARN).</p>", |
1346 | 1371 | "Theme$tags": "<p>One or more key-value pairs to use when tagging the theme.</p>"
|
1347 | 1372 | }
|
1348 | 1373 | },
|
|
1423 | 1448 | "refs": {
|
1424 | 1449 | }
|
1425 | 1450 | },
|
| 1451 | + "UntagResourceRequest": { |
| 1452 | + "base": null, |
| 1453 | + "refs": { |
| 1454 | + } |
| 1455 | + }, |
| 1456 | + "UntagResourceResponse": { |
| 1457 | + "base": null, |
| 1458 | + "refs": { |
| 1459 | + } |
| 1460 | + }, |
1426 | 1461 | "UpdateComponentData": {
|
1427 | 1462 | "base": "<p>Updates and saves all of the information about a component, based on component ID.</p>",
|
1428 | 1463 | "refs": {
|
|
0 commit comments