Skip to content

Commit aea996c

Browse files
authored
Merge branch 'main' into add-retry-to-pipeline-test
2 parents 7bff6e6 + aafdb76 commit aea996c

File tree

4 files changed

+551
-180
lines changed

4 files changed

+551
-180
lines changed

Diff for: doc/services.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Amazon EKS
4242

4343
.. autoclass:: stepfunctions.steps.service.EksCreateFargateProfileStep
4444

45-
.. autoclass:: stepfunctions.steps.service.EksCreateNodeGroupStep
45+
.. autoclass:: stepfunctions.steps.service.EksCreateNodegroupStep
4646

4747
.. autoclass:: stepfunctions.steps.service.EksDeleteClusterStep
4848

Diff for: src/stepfunctions/steps/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
EksCallStep,
2525
EksCreateClusterStep,
2626
EksCreateFargateProfileStep,
27-
EksCreateNodeGroupStep,
27+
EksCreateNodegroupStep,
2828
EksDeleteClusterStep,
2929
EksDeleteFargateProfileStep,
3030
EksDeleteNodegroupStep,

0 commit comments

Comments
 (0)