@@ -1284,3 +1284,77 @@ API group over the past hour.
12841284
12851285.. literalinclude :: ../examples/apig/list_api_calls_for_group.py
12861286 :lines: 16-24
1287+
1288+
1289+ Group Response
1290+ --------------
1291+
1292+ Creating a Group Response
1293+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1294+
1295+ This example demonstrates how to create a group response in the API Gateway.
1296+
1297+ .. literalinclude :: ../examples/apig/create_group_response.py
1298+ :lines: 16-37
1299+
1300+ Querying Group Response Details
1301+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1302+
1303+ This example demonstrates how to retrieve details of a specific
1304+ group response.
1305+
1306+ .. literalinclude :: ../examples/apig/get_group_response.py
1307+ :lines: 16-25
1308+
1309+ Modifying a Group Response
1310+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
1311+
1312+ This example demonstrates how to update configuration of an existing
1313+ group response.
1314+
1315+ .. literalinclude :: ../examples/apig/update_group_response.py
1316+ :lines: 16-29
1317+
1318+ Deleting a Group Response
1319+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
1320+
1321+ This example demonstrates how to delete a group response from the API Gateway.
1322+
1323+ .. literalinclude :: ../examples/apig/delete_group_response.py
1324+ :lines: 16-25
1325+
1326+ Querying the Response of an Error Type
1327+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1328+
1329+ This example demonstrates how to retrieve the response configuration for a
1330+ specific error type.
1331+
1332+ .. literalinclude :: ../examples/apig/get_error_response.py
1333+ :lines: 16-25
1334+
1335+ Modifying the Response of an Error Type
1336+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1337+
1338+ This example demonstrates how to update the response settings for
1339+ a given error type.
1340+
1341+ .. literalinclude :: ../examples/apig/update_error_response.py
1342+ :lines: 16-30
1343+
1344+ Deleting the Response of an Error Type
1345+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1346+
1347+ This example demonstrates how to delete the response configuration for
1348+ a specific error type.
1349+
1350+ .. literalinclude :: ../examples/apig/delete_error_response.py
1351+ :lines: 16-25
1352+
1353+ Querying Group Responses
1354+ ^^^^^^^^^^^^^^^^^^^^^^^^^
1355+
1356+ This example demonstrates how to list all group responses configured
1357+ in the API Gateway.
1358+
1359+ .. literalinclude :: ../examples/apig/list_group_responses.py
1360+ :lines: 16-23
0 commit comments