Skip to content

Commit 1c8b0fb

Browse files
Add new service integrations docs. (#14)
* Add new service integrations docs. Remove signing.rst as it is now embedded in README. * Now the names of the service integrations will appear in outer docs as well.
1 parent 6ca96ba commit 1c8b0fb

File tree

3 files changed

+51
-226
lines changed

3 files changed

+51
-226
lines changed

doc/services.rst

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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

doc/signing.rst

-226
This file was deleted.

doc/steps.rst

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Functions.
2121
choicerules
2222
compute
2323
sagemaker
24+
services

0 commit comments

Comments
 (0)