Skip to content

Commit ae85706

Browse files
yuan-bwnwong-a
andauthored
Update src/stepfunctions/steps/integration_resources.py
Co-authored-by: Adam Wong <[email protected]>
1 parent 162f9db commit ae85706

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/stepfunctions/steps/integration_resources.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ def get_service_integration_arn(service, api, integration_pattern=IntegrationPat
3232
"""
3333
ARN builder for task integration
3434
Args:
35-
service(str): name of the task resource service
36-
api(<Service>Api): api to be integrated of the task resource service
37-
integration_pattern(IntegrationPattern, optional): integration pattern for the task resource.
38-
Default as request response.
35+
service (str): The service name for the service integration
36+
api (str): The api of the service integration
37+
integration_pattern (IntegrationPattern, optional): The integration pattern for the task. (Default: IntegrationPattern.RequestResponse)
3938
"""
4039
arn = ""
4140
if integration_pattern == IntegrationPattern.RequestResponse:
@@ -45,4 +44,3 @@ def get_service_integration_arn(service, api, integration_pattern=IntegrationPat
4544
return arn
4645

4746

48-

0 commit comments

Comments
 (0)