UNPKG

@cdklabs/cdk-ecs-codedeploy

Version:

CDK Constructs for performing ECS Deployments with CodeDeploy

5 lines (4 loc) 334 B
import { createPaginator } from "@smithy/core"; import { CodeDeployClient } from "../CodeDeployClient"; import { ListDeploymentConfigsCommand, } from "../commands/ListDeploymentConfigsCommand"; export const paginateListDeploymentConfigs = createPaginator(CodeDeployClient, ListDeploymentConfigsCommand, "nextToken", "nextToken", "");