Skip to content

Commit c548649

Browse files
authored
Merge pull request #17 from DyfanJones/apigateway
doc: renamed ApiGateway to ApiGatewayStep to align with other step cl…
2 parents efa79a4 + 2361073 commit c548649

File tree

6 files changed

+274
-15
lines changed

6 files changed

+274
-15
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

33
S3method(print,Enum)
4-
export(ApiGateway)
4+
export(ApiGatewayStep)
55
export(AthenaGetQueryExecutionStep)
66
export(AthenaGetQueryResultsStep)
77
export(AthenaStartQueryExecutionStep)

R/steps_service.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,17 +1407,17 @@ StepfunctionsStartExecutionStep = R6Class("StepfunctionsStartExecutionStep",
14071407
lock_objects=F
14081408
)
14091409

1410-
#' @title ApiGateway class
1410+
#' @title ApiGatewayStep class
14111411
#' @description Creates a Task state to invoke api gateway with Step Functions
14121412
#' \url{https://docs.aws.amazon.com/step-functions/latest/dg/connect-api-gateway.html}
14131413
#' for more details.
14141414
#' @note This class only calls another stepfunction state machine from the "parent" state machine.
14151415
#' @export
1416-
ApiGateway = R6Class("ApiGateway",
1416+
ApiGatewayStep = R6Class("ApiGateway",
14171417
inherit = Task,
14181418
public = list(
14191419

1420-
#' @description Initialize ApiGateway task class
1420+
#' @description Initialize ApiGatewayStep task class
14211421
#' @param state_id (str): State name whose length **must be** less than or equal
14221422
#' to 128 unicode characters. State names **must be** unique within
14231423
#' the scope of the whole state machine.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pandoc: 2.11.2
22
pkgdown: 1.6.1
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2021-05-25T16:33Z
5+
last_built: 2021-05-25T16:51Z
66

docs/reference/ApiGatewayStep.html

Lines changed: 259 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ApiGateway.Rd renamed to man/ApiGatewayStep.Rd

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)