File tree Expand file tree Collapse file tree 3 files changed +51
-226
lines changed Expand file tree Collapse file tree 3 files changed +51
-226
lines changed Original file line number Diff line number Diff line change 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 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ Functions.
2121 choicerules 
2222 compute 
2323 sagemaker 
24+  services 
                         You can’t perform that action at this time. 
           
                  
0 commit comments