Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1907b7d

Browse files
ca-nguyenwong-a
andauthored
Apply suggestions from code review
Update documentation Co-authored-by: Adam Wong <55506708+wong-a@users.noreply.github.com>
1 parent 95538ac commit 1907b7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/stepfunctions/steps/service.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def __init__(self, state_id, wait_for_completion=True, **kwargs):
270270

271271
class EksCreateFargateProfileStep(Task):
272272
"""
273-
Creates a Task state that creates a Fargate profile. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
273+
Creates a Task state that creates an AWS Fargate profile for your Amazon EKS cluster. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
274274
"""
275275

276276
def __init__(self, state_id, wait_for_completion=True, **kwargs):
@@ -309,7 +309,7 @@ def __init__(self, state_id, wait_for_completion=True, **kwargs):
309309

310310
class EksDeleteFargateProfileStep(Task):
311311
"""
312-
Creates a Task state that deletes a Fargate profile. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
312+
Creates a Task state that deletes an AWS Fargate profile. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
313313
"""
314314

315315
def __init__(self, state_id, wait_for_completion=True, **kwargs):
@@ -348,7 +348,7 @@ def __init__(self, state_id, wait_for_completion=True, **kwargs):
348348

349349
class EksCreateNodeGroupStep(Task):
350350
"""
351-
Creates a Task state that creates a node group. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
351+
Creates a Task state that creates a node group for an Amazon EKS cluster. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
352352
"""
353353

354354
def __init__(self, state_id, wait_for_completion=True, **kwargs):
@@ -387,7 +387,7 @@ def __init__(self, state_id, wait_for_completion=True, **kwargs):
387387

388388
class EksDeleteNodegroupStep(Task):
389389
"""
390-
Creates a Task state that deletes a node group. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
390+
Creates a Task state that deletes an Amazon EKS node group for a cluster. See `Call Amazon EKS with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-eks.html>`_ for more details.
391391
"""
392392

393393
def __init__(self, state_id, wait_for_completion=True, **kwargs):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /