Skip to content

Add new service integrations docs. #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 20, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.


Content
---------
- `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.

3 changes: 2 additions & 1 deletion doc/steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ creates a State Machine representing your workflow and steps in AWS Step
Functions.

.. toctree::
:maxdepth: 2
:maxdepth: 1

states
choicerules
compute
sagemaker
services