Skip to content

Commit

Permalink
Add new service integrations docs. (#14)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ertugrullKara committed Dec 20, 2019
1 parent 6ca96ba commit 1c8b0fb
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 226 deletions.
50 changes: 50 additions & 0 deletions doc/services.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Service Integrations
=====================

This module provides classes to build steps that integrate with Amazon DynamoDB, Amazon SNS, Amazon SQS and Amazon EMR.


**Table of Contents**

- `Amazon DynamoDB <#amazon-dynamodb>`__

- `Amazon SNS <#amazon-sns>`__

- `Amazon SQS <#amazon-sqs>`__

- `Amazon EMR <#amazon-emr>`__


Amazon DynamoDB
----------------
.. autoclass:: stepfunctions.steps.service.DynamoDBGetItemStep

.. autoclass:: stepfunctions.steps.service.DynamoDBPutItemStep

.. autoclass:: stepfunctions.steps.service.DynamoDBDeleteItemStep

.. autoclass:: stepfunctions.steps.service.DynamoDBUpdateItemStep

Amazon SNS
-----------
.. autoclass:: stepfunctions.steps.service.SnsPublishStep

Amazon SQS
-----------
.. autoclass:: stepfunctions.steps.service.SqsSendMessageStep

Amazon EMR
-----------
.. autoclass:: stepfunctions.steps.service.EmrCreateClusterStep

.. autoclass:: stepfunctions.steps.service.EmrTerminateClusterStep

.. autoclass:: stepfunctions.steps.service.EmrAddStepStep

.. autoclass:: stepfunctions.steps.service.EmrCancelStepStep

.. autoclass:: stepfunctions.steps.service.EmrSetClusterTerminationProtectionStep

.. autoclass:: stepfunctions.steps.service.EmrModifyInstanceFleetByNameStep

.. autoclass:: stepfunctions.steps.service.EmrModifyInstanceGroupByNameStep
226 changes: 0 additions & 226 deletions doc/signing.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Functions.
choicerules
compute
sagemaker
services

0 comments on commit 1c8b0fb

Please sign in to comment.