Skip to content

Commit 5c5f235

Browse files
authored
Merge branch 'main' into update-glue-databrew-integration
2 parents fe1e28c + aafdb76 commit 5c5f235

File tree

4 files changed

+550
-180
lines changed

4 files changed

+550
-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)