UNPKG

cdk-iot-greengrass-fleet-provisioning

Version:

CDK Construct for AWS IoT Greengrass Fleet Provisioning (with AWS IoT Certificates)

12 lines (11 loc) 429 B
import { createAggregatedClient } from "@smithy/smithy-client"; import { AssumeRoleCommand } from "./commands/AssumeRoleCommand"; import { AssumeRoleWithWebIdentityCommand, } from "./commands/AssumeRoleWithWebIdentityCommand"; import { STSClient } from "./STSClient"; const commands = { AssumeRoleCommand, AssumeRoleWithWebIdentityCommand, }; export class STS extends STSClient { } createAggregatedClient(commands, STS);