|
| 1 | +Service Integrations |
| 2 | +===================== |
| 3 | + |
| 4 | +This module provides classes to build steps that integrate with Amazon DynamoDB, Amazon SNS, Amazon SQS and Amazon EMR. |
| 5 | + |
| 6 | + |
| 7 | +**Table of Contents** |
| 8 | + |
| 9 | +- `Amazon DynamoDB <#amazon-dynamodb>`__ |
| 10 | + |
| 11 | +- `Amazon SNS <#amazon-sns>`__ |
| 12 | + |
| 13 | +- `Amazon SQS <#amazon-sqs>`__ |
| 14 | + |
| 15 | +- `Amazon EMR <#amazon-emr>`__ |
| 16 | + |
| 17 | + |
| 18 | +Amazon DynamoDB |
| 19 | +---------------- |
| 20 | +.. autoclass:: stepfunctions.steps.service.DynamoDBGetItemStep |
| 21 | + |
| 22 | +.. autoclass:: stepfunctions.steps.service.DynamoDBPutItemStep |
| 23 | + |
| 24 | +.. autoclass:: stepfunctions.steps.service.DynamoDBDeleteItemStep |
| 25 | + |
| 26 | +.. autoclass:: stepfunctions.steps.service.DynamoDBUpdateItemStep |
| 27 | + |
| 28 | +Amazon SNS |
| 29 | +----------- |
| 30 | +.. autoclass:: stepfunctions.steps.service.SnsPublishStep |
| 31 | + |
| 32 | +Amazon SQS |
| 33 | +----------- |
| 34 | +.. autoclass:: stepfunctions.steps.service.SqsSendMessageStep |
| 35 | + |
| 36 | +Amazon EMR |
| 37 | +----------- |
| 38 | +.. autoclass:: stepfunctions.steps.service.EmrCreateClusterStep |
| 39 | + |
| 40 | +.. autoclass:: stepfunctions.steps.service.EmrTerminateClusterStep |
| 41 | + |
| 42 | +.. autoclass:: stepfunctions.steps.service.EmrAddStepStep |
| 43 | + |
| 44 | +.. autoclass:: stepfunctions.steps.service.EmrCancelStepStep |
| 45 | + |
| 46 | +.. autoclass:: stepfunctions.steps.service.EmrSetClusterTerminationProtectionStep |
| 47 | + |
| 48 | +.. autoclass:: stepfunctions.steps.service.EmrModifyInstanceFleetByNameStep |
| 49 | + |
| 50 | +.. autoclass:: stepfunctions.steps.service.EmrModifyInstanceGroupByNameStep |
0 commit comments