@cdklabs/cdk-ecs-codedeploy 0.0.227 → 0.0.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/.jsii.tabl.json +1 -1
- package/lib/api-canary/code-bundling.js +2 -2
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-deployment-provider/is-complete.lambda.js +2 -2
- package/lib/ecs-deployment-provider/logger.d.ts +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/lib/ecs-patterns/index.js +7 -3
- package/lib/index.js +7 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ContinueDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentConfigCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentConfigCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationRevisionCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentConfigCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentTargetCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetOnPremisesInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationRevisionsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentConfigsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentGroupsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentTargetsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterApplicationRevisionCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/StopDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +18 -41
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/EndpointParameters.js +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +9 -9
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +18 -41
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +6 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +12 -23
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sso/package.json +7 -7
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +8 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +18 -42
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +12 -24
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +22 -0
- package/node_modules/@aws-sdk/client-sts/package.json +8 -8
- package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +21 -17
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +21 -17
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +8 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +8 -8
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@smithy/core/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +108 -0
- package/node_modules/@smithy/smithy-client/dist-es/command.js +108 -0
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +104 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +104 -1
- package/node_modules/@smithy/smithy-client/package.json +3 -1
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +7 -11
|
@@ -875,7 +875,7 @@ var loadRestJsonErrorCode = (output, data) => {
|
|
|
875
875
|
return sanitizeErrorCode(data["__type"]);
|
|
876
876
|
}
|
|
877
877
|
};
|
|
878
|
-
|
|
878
|
+
class CreateTokenCommand extends $Command {
|
|
879
879
|
constructor(input) {
|
|
880
880
|
super();
|
|
881
881
|
this.input = input;
|
|
@@ -915,12 +915,12 @@ var CreateTokenCommand = class _CreateTokenCommand extends $Command {
|
|
|
915
915
|
deserialize(output, context) {
|
|
916
916
|
return de_CreateTokenCommand(output, context);
|
|
917
917
|
}
|
|
918
|
-
}
|
|
918
|
+
}
|
|
919
919
|
import { getEndpointPlugin as getEndpointPlugin2 } from "@smithy/middleware-endpoint";
|
|
920
920
|
import { getSerdePlugin as getSerdePlugin2 } from "@smithy/middleware-serde";
|
|
921
921
|
import { Command as $Command2 } from "@smithy/smithy-client";
|
|
922
922
|
import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY2 } from "@smithy/types";
|
|
923
|
-
|
|
923
|
+
class RegisterClientCommand extends $Command2 {
|
|
924
924
|
constructor(input) {
|
|
925
925
|
super();
|
|
926
926
|
this.input = input;
|
|
@@ -960,12 +960,12 @@ var RegisterClientCommand = class _RegisterClientCommand extends $Command2 {
|
|
|
960
960
|
deserialize(output, context) {
|
|
961
961
|
return de_RegisterClientCommand(output, context);
|
|
962
962
|
}
|
|
963
|
-
}
|
|
963
|
+
}
|
|
964
964
|
import { getEndpointPlugin as getEndpointPlugin3 } from "@smithy/middleware-endpoint";
|
|
965
965
|
import { getSerdePlugin as getSerdePlugin3 } from "@smithy/middleware-serde";
|
|
966
966
|
import { Command as $Command3 } from "@smithy/smithy-client";
|
|
967
967
|
import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY3 } from "@smithy/types";
|
|
968
|
-
|
|
968
|
+
class StartDeviceAuthorizationCommand extends $Command3 {
|
|
969
969
|
constructor(input) {
|
|
970
970
|
super();
|
|
971
971
|
this.input = input;
|
|
@@ -1005,7 +1005,7 @@ var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand ext
|
|
|
1005
1005
|
deserialize(output, context) {
|
|
1006
1006
|
return de_StartDeviceAuthorizationCommand(output, context);
|
|
1007
1007
|
}
|
|
1008
|
-
}
|
|
1008
|
+
}
|
|
1009
1009
|
var commands = {
|
|
1010
1010
|
CreateTokenCommand,
|
|
1011
1011
|
RegisterClientCommand,
|
package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
/// <reference types="node" />
|
|
2
3
|
declare var SSOOIDCClient: {
|
|
3
4
|
new (__0_0: any): {
|
|
@@ -9,6 +10,7 @@ declare var SSOOIDCClient: {
|
|
|
9
10
|
destroy(): void;
|
|
10
11
|
};
|
|
11
12
|
};
|
|
13
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
12
14
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
13
15
|
declare var AccessDeniedException: {
|
|
14
16
|
new (opts: any): {
|
|
@@ -150,22 +152,12 @@ declare var UnsupportedGrantTypeException: {
|
|
|
150
152
|
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
|
151
153
|
stackTraceLimit: number;
|
|
152
154
|
};
|
|
153
|
-
declare
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
167
|
-
};
|
|
168
|
-
getEndpointParameterInstructions(): {
|
|
155
|
+
declare class CreateTokenCommand extends $Command {
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
constructor(input: any);
|
|
160
|
+
static getEndpointParameterInstructions(): {
|
|
169
161
|
UseFIPS: {
|
|
170
162
|
type: string;
|
|
171
163
|
name: string;
|
|
@@ -183,5 +175,17 @@ declare var CreateTokenCommand: {
|
|
|
183
175
|
name: string;
|
|
184
176
|
};
|
|
185
177
|
};
|
|
186
|
-
|
|
178
|
+
/**
|
|
179
|
+
* @internal
|
|
180
|
+
*/
|
|
181
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
182
|
+
/**
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
185
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
190
|
+
}
|
|
187
191
|
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
/// <reference types="node" />
|
|
2
3
|
declare var SSOOIDCClient: {
|
|
3
4
|
new (__0_0: any): {
|
|
@@ -9,6 +10,7 @@ declare var SSOOIDCClient: {
|
|
|
9
10
|
destroy(): void;
|
|
10
11
|
};
|
|
11
12
|
};
|
|
13
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
12
14
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
13
15
|
declare var AccessDeniedException: {
|
|
14
16
|
new (opts: any): {
|
|
@@ -150,22 +152,12 @@ declare var UnsupportedGrantTypeException: {
|
|
|
150
152
|
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
|
151
153
|
stackTraceLimit: number;
|
|
152
154
|
};
|
|
153
|
-
declare
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
167
|
-
};
|
|
168
|
-
getEndpointParameterInstructions(): {
|
|
155
|
+
declare class CreateTokenCommand extends $Command {
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
constructor(input: any);
|
|
160
|
+
static getEndpointParameterInstructions(): {
|
|
169
161
|
UseFIPS: {
|
|
170
162
|
type: string;
|
|
171
163
|
name: string;
|
|
@@ -183,5 +175,17 @@ declare var CreateTokenCommand: {
|
|
|
183
175
|
name: string;
|
|
184
176
|
};
|
|
185
177
|
};
|
|
186
|
-
|
|
178
|
+
/**
|
|
179
|
+
* @internal
|
|
180
|
+
*/
|
|
181
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
182
|
+
/**
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
185
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
190
|
+
}
|
|
187
191
|
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ declare var SSOOIDCClient: {
|
|
|
3
3
|
destroy(): void;
|
|
4
4
|
};
|
|
5
5
|
};
|
|
6
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
7
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
7
8
|
declare var AccessDeniedException: {
|
|
8
9
|
new (opts: any): {
|
|
@@ -194,13 +195,9 @@ declare var UnsupportedGrantTypeException: {
|
|
|
194
195
|
| undefined;
|
|
195
196
|
stackTraceLimit: number;
|
|
196
197
|
};
|
|
197
|
-
declare
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
201
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
202
|
-
};
|
|
203
|
-
getEndpointParameterInstructions(): {
|
|
198
|
+
declare class CreateTokenCommand extends $Command {
|
|
199
|
+
constructor(input: any);
|
|
200
|
+
static getEndpointParameterInstructions(): {
|
|
204
201
|
UseFIPS: {
|
|
205
202
|
type: string;
|
|
206
203
|
name: string;
|
|
@@ -218,7 +215,10 @@ declare var CreateTokenCommand: {
|
|
|
218
215
|
name: string;
|
|
219
216
|
};
|
|
220
217
|
};
|
|
221
|
-
|
|
218
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
219
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
220
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
221
|
+
}
|
|
222
222
|
export {
|
|
223
223
|
AccessDeniedException,
|
|
224
224
|
AuthorizationPendingException,
|
package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ declare var SSOOIDCClient: {
|
|
|
3
3
|
destroy(): void;
|
|
4
4
|
};
|
|
5
5
|
};
|
|
6
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
7
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
7
8
|
declare var AccessDeniedException: {
|
|
8
9
|
new (opts: any): {
|
|
@@ -194,13 +195,9 @@ declare var UnsupportedGrantTypeException: {
|
|
|
194
195
|
| undefined;
|
|
195
196
|
stackTraceLimit: number;
|
|
196
197
|
};
|
|
197
|
-
declare
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
201
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
202
|
-
};
|
|
203
|
-
getEndpointParameterInstructions(): {
|
|
198
|
+
declare class CreateTokenCommand extends $Command {
|
|
199
|
+
constructor(input: any);
|
|
200
|
+
static getEndpointParameterInstructions(): {
|
|
204
201
|
UseFIPS: {
|
|
205
202
|
type: string;
|
|
206
203
|
name: string;
|
|
@@ -218,7 +215,10 @@ declare var CreateTokenCommand: {
|
|
|
218
215
|
name: string;
|
|
219
216
|
};
|
|
220
217
|
};
|
|
221
|
-
|
|
218
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
219
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
220
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
221
|
+
}
|
|
222
222
|
export {
|
|
223
223
|
AccessDeniedException,
|
|
224
224
|
AuthorizationPendingException,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.481.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
12
12
|
"build:es": "tsc -p tsconfig.es.json",
|
|
13
13
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
14
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
14
|
+
"build:types": "tsc -p tsconfig.types.json && node ./scripts/nocheck",
|
|
15
15
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
16
16
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
17
17
|
"extract:docs": "api-extractor run --local",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@smithy/invalid-dependency": "^2.0.15",
|
|
45
45
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
46
46
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
47
|
-
"@smithy/middleware-retry": "^2.0.
|
|
47
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
48
48
|
"@smithy/middleware-serde": "^2.0.15",
|
|
49
49
|
"@smithy/middleware-stack": "^2.0.9",
|
|
50
50
|
"@smithy/node-config-provider": "^2.1.8",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"@smithy/property-provider": "^2.0.0",
|
|
53
53
|
"@smithy/protocol-http": "^3.0.11",
|
|
54
54
|
"@smithy/shared-ini-file-loader": "^2.0.6",
|
|
55
|
-
"@smithy/smithy-client": "^2.
|
|
55
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
56
56
|
"@smithy/types": "^2.7.0",
|
|
57
57
|
"@smithy/url-parser": "^2.0.15",
|
|
58
58
|
"@smithy/util-base64": "^2.0.1",
|
|
59
59
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
60
60
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^2.0.30",
|
|
63
63
|
"@smithy/util-endpoints": "^1.0.7",
|
|
64
64
|
"@smithy/util-retry": "^2.0.8",
|
|
65
65
|
"@smithy/util-utf8": "^2.0.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
27
|
-
"@smithy/middleware-retry": "^2.0.
|
|
27
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
28
28
|
"@smithy/middleware-serde": "^2.0.15",
|
|
29
29
|
"@smithy/protocol-http": "^3.0.11",
|
|
30
|
-
"@smithy/smithy-client": "^2.
|
|
30
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
31
31
|
"@smithy/types": "^2.7.0",
|
|
32
32
|
"@smithy/util-middleware": "^2.0.8",
|
|
33
33
|
"tslib": "^2.5.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-retry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.25",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@smithy/node-config-provider": "^2.1.8",
|
|
35
35
|
"@smithy/protocol-http": "^3.0.11",
|
|
36
36
|
"@smithy/service-error-classification": "^2.0.8",
|
|
37
|
-
"@smithy/smithy-client": "^2.
|
|
37
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
38
38
|
"@smithy/types": "^2.7.0",
|
|
39
39
|
"@smithy/util-middleware": "^2.0.8",
|
|
40
40
|
"@smithy/util-retry": "^2.0.8",
|
|
@@ -2,9 +2,117 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Command = void 0;
|
|
4
4
|
const middleware_stack_1 = require("@smithy/middleware-stack");
|
|
5
|
+
const types_1 = require("@smithy/types");
|
|
5
6
|
class Command {
|
|
6
7
|
constructor() {
|
|
7
8
|
this.middlewareStack = (0, middleware_stack_1.constructStack)();
|
|
8
9
|
}
|
|
10
|
+
static classBuilder() {
|
|
11
|
+
return new ClassBuilder();
|
|
12
|
+
}
|
|
13
|
+
resolveMiddlewareWithContext(clientStack, configuration, options, { middlewareFn, clientName, commandName, inputFilterSensitiveLog, outputFilterSensitiveLog, smithyContext, additionalContext, CommandCtor, }) {
|
|
14
|
+
for (const mw of middlewareFn.bind(this)(CommandCtor, clientStack, configuration, options)) {
|
|
15
|
+
this.middlewareStack.use(mw);
|
|
16
|
+
}
|
|
17
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
const { logger } = configuration;
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog,
|
|
25
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
26
|
+
...smithyContext,
|
|
27
|
+
},
|
|
28
|
+
...additionalContext,
|
|
29
|
+
};
|
|
30
|
+
const { requestHandler } = configuration;
|
|
31
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
32
|
+
}
|
|
9
33
|
}
|
|
10
34
|
exports.Command = Command;
|
|
35
|
+
class ClassBuilder {
|
|
36
|
+
constructor() {
|
|
37
|
+
this._init = () => { };
|
|
38
|
+
this._ep = {};
|
|
39
|
+
this._middlewareFn = () => [];
|
|
40
|
+
this._commandName = "";
|
|
41
|
+
this._clientName = "";
|
|
42
|
+
this._additionalContext = {};
|
|
43
|
+
this._smithyContext = {};
|
|
44
|
+
this._inputFilterSensitiveLog = (_) => _;
|
|
45
|
+
this._outputFilterSensitiveLog = (_) => _;
|
|
46
|
+
this._serializer = null;
|
|
47
|
+
this._deserializer = null;
|
|
48
|
+
}
|
|
49
|
+
init(cb) {
|
|
50
|
+
this._init = cb;
|
|
51
|
+
}
|
|
52
|
+
ep(endpointParameterInstructions) {
|
|
53
|
+
this._ep = endpointParameterInstructions;
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
56
|
+
m(middlewareSupplier) {
|
|
57
|
+
this._middlewareFn = middlewareSupplier;
|
|
58
|
+
return this;
|
|
59
|
+
}
|
|
60
|
+
s(service, operation, smithyContext = {}) {
|
|
61
|
+
this._smithyContext = {
|
|
62
|
+
service,
|
|
63
|
+
operation,
|
|
64
|
+
...smithyContext,
|
|
65
|
+
};
|
|
66
|
+
return this;
|
|
67
|
+
}
|
|
68
|
+
c(additionalContext = {}) {
|
|
69
|
+
this._additionalContext = additionalContext;
|
|
70
|
+
return this;
|
|
71
|
+
}
|
|
72
|
+
n(clientName, commandName) {
|
|
73
|
+
this._clientName = clientName;
|
|
74
|
+
this._commandName = commandName;
|
|
75
|
+
return this;
|
|
76
|
+
}
|
|
77
|
+
f(inputFilter = (_) => _, outputFilter = (_) => _) {
|
|
78
|
+
this._inputFilterSensitiveLog = inputFilter;
|
|
79
|
+
this._outputFilterSensitiveLog = outputFilter;
|
|
80
|
+
return this;
|
|
81
|
+
}
|
|
82
|
+
ser(serializer) {
|
|
83
|
+
this._serializer = serializer;
|
|
84
|
+
return this;
|
|
85
|
+
}
|
|
86
|
+
de(deserializer) {
|
|
87
|
+
this._deserializer = deserializer;
|
|
88
|
+
return this;
|
|
89
|
+
}
|
|
90
|
+
build() {
|
|
91
|
+
const closure = this;
|
|
92
|
+
let CommandRef;
|
|
93
|
+
return (CommandRef = class extends Command {
|
|
94
|
+
static getEndpointParameterInstructions() {
|
|
95
|
+
return closure._ep;
|
|
96
|
+
}
|
|
97
|
+
constructor(input) {
|
|
98
|
+
super();
|
|
99
|
+
this.input = input;
|
|
100
|
+
this.serialize = closure._serializer;
|
|
101
|
+
this.deserialize = closure._deserializer;
|
|
102
|
+
closure._init(this);
|
|
103
|
+
}
|
|
104
|
+
resolveMiddleware(stack, configuration, options) {
|
|
105
|
+
return this.resolveMiddlewareWithContext(stack, configuration, options, {
|
|
106
|
+
CommandCtor: CommandRef,
|
|
107
|
+
middlewareFn: closure._middlewareFn,
|
|
108
|
+
clientName: closure._clientName,
|
|
109
|
+
commandName: closure._commandName,
|
|
110
|
+
inputFilterSensitiveLog: closure._inputFilterSensitiveLog,
|
|
111
|
+
outputFilterSensitiveLog: closure._outputFilterSensitiveLog,
|
|
112
|
+
smithyContext: closure._smithyContext,
|
|
113
|
+
additionalContext: closure._additionalContext,
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -1,6 +1,114 @@
|
|
|
1
1
|
import { constructStack } from "@smithy/middleware-stack";
|
|
2
|
+
import { SMITHY_CONTEXT_KEY } from "@smithy/types";
|
|
2
3
|
export class Command {
|
|
3
4
|
constructor() {
|
|
4
5
|
this.middlewareStack = constructStack();
|
|
5
6
|
}
|
|
7
|
+
static classBuilder() {
|
|
8
|
+
return new ClassBuilder();
|
|
9
|
+
}
|
|
10
|
+
resolveMiddlewareWithContext(clientStack, configuration, options, { middlewareFn, clientName, commandName, inputFilterSensitiveLog, outputFilterSensitiveLog, smithyContext, additionalContext, CommandCtor, }) {
|
|
11
|
+
for (const mw of middlewareFn.bind(this)(CommandCtor, clientStack, configuration, options)) {
|
|
12
|
+
this.middlewareStack.use(mw);
|
|
13
|
+
}
|
|
14
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
15
|
+
const { logger } = configuration;
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
20
|
+
inputFilterSensitiveLog,
|
|
21
|
+
outputFilterSensitiveLog,
|
|
22
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
23
|
+
...smithyContext,
|
|
24
|
+
},
|
|
25
|
+
...additionalContext,
|
|
26
|
+
};
|
|
27
|
+
const { requestHandler } = configuration;
|
|
28
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
class ClassBuilder {
|
|
32
|
+
constructor() {
|
|
33
|
+
this._init = () => { };
|
|
34
|
+
this._ep = {};
|
|
35
|
+
this._middlewareFn = () => [];
|
|
36
|
+
this._commandName = "";
|
|
37
|
+
this._clientName = "";
|
|
38
|
+
this._additionalContext = {};
|
|
39
|
+
this._smithyContext = {};
|
|
40
|
+
this._inputFilterSensitiveLog = (_) => _;
|
|
41
|
+
this._outputFilterSensitiveLog = (_) => _;
|
|
42
|
+
this._serializer = null;
|
|
43
|
+
this._deserializer = null;
|
|
44
|
+
}
|
|
45
|
+
init(cb) {
|
|
46
|
+
this._init = cb;
|
|
47
|
+
}
|
|
48
|
+
ep(endpointParameterInstructions) {
|
|
49
|
+
this._ep = endpointParameterInstructions;
|
|
50
|
+
return this;
|
|
51
|
+
}
|
|
52
|
+
m(middlewareSupplier) {
|
|
53
|
+
this._middlewareFn = middlewareSupplier;
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
56
|
+
s(service, operation, smithyContext = {}) {
|
|
57
|
+
this._smithyContext = {
|
|
58
|
+
service,
|
|
59
|
+
operation,
|
|
60
|
+
...smithyContext,
|
|
61
|
+
};
|
|
62
|
+
return this;
|
|
63
|
+
}
|
|
64
|
+
c(additionalContext = {}) {
|
|
65
|
+
this._additionalContext = additionalContext;
|
|
66
|
+
return this;
|
|
67
|
+
}
|
|
68
|
+
n(clientName, commandName) {
|
|
69
|
+
this._clientName = clientName;
|
|
70
|
+
this._commandName = commandName;
|
|
71
|
+
return this;
|
|
72
|
+
}
|
|
73
|
+
f(inputFilter = (_) => _, outputFilter = (_) => _) {
|
|
74
|
+
this._inputFilterSensitiveLog = inputFilter;
|
|
75
|
+
this._outputFilterSensitiveLog = outputFilter;
|
|
76
|
+
return this;
|
|
77
|
+
}
|
|
78
|
+
ser(serializer) {
|
|
79
|
+
this._serializer = serializer;
|
|
80
|
+
return this;
|
|
81
|
+
}
|
|
82
|
+
de(deserializer) {
|
|
83
|
+
this._deserializer = deserializer;
|
|
84
|
+
return this;
|
|
85
|
+
}
|
|
86
|
+
build() {
|
|
87
|
+
const closure = this;
|
|
88
|
+
let CommandRef;
|
|
89
|
+
return (CommandRef = class extends Command {
|
|
90
|
+
static getEndpointParameterInstructions() {
|
|
91
|
+
return closure._ep;
|
|
92
|
+
}
|
|
93
|
+
constructor(input) {
|
|
94
|
+
super();
|
|
95
|
+
this.input = input;
|
|
96
|
+
this.serialize = closure._serializer;
|
|
97
|
+
this.deserialize = closure._deserializer;
|
|
98
|
+
closure._init(this);
|
|
99
|
+
}
|
|
100
|
+
resolveMiddleware(stack, configuration, options) {
|
|
101
|
+
return this.resolveMiddlewareWithContext(stack, configuration, options, {
|
|
102
|
+
CommandCtor: CommandRef,
|
|
103
|
+
middlewareFn: closure._middlewareFn,
|
|
104
|
+
clientName: closure._clientName,
|
|
105
|
+
commandName: closure._commandName,
|
|
106
|
+
inputFilterSensitiveLog: closure._inputFilterSensitiveLog,
|
|
107
|
+
outputFilterSensitiveLog: closure._outputFilterSensitiveLog,
|
|
108
|
+
smithyContext: closure._smithyContext,
|
|
109
|
+
additionalContext: closure._additionalContext,
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
}
|
|
6
114
|
}
|
|
@@ -1,9 +1,112 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import type { Command as ICommand, Handler, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, Logger, MetadataBearer, MiddlewareStack as IMiddlewareStack, Pluggable, RequestHandler, SerdeContext } from "@smithy/types";
|
|
2
3
|
/**
|
|
3
4
|
* @public
|
|
4
5
|
*/
|
|
5
6
|
export declare abstract class Command<Input extends ClientInput, Output extends ClientOutput, ResolvedClientConfiguration, ClientInput extends object = any, ClientOutput extends MetadataBearer = any> implements ICommand<ClientInput, Input, ClientOutput, Output, ResolvedClientConfiguration> {
|
|
6
7
|
abstract input: Input;
|
|
7
8
|
readonly middlewareStack: IMiddlewareStack<Input, Output>;
|
|
9
|
+
/**
|
|
10
|
+
* Factory for Command ClassBuilder.
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
static classBuilder<I extends SI, O extends SO, C extends {
|
|
14
|
+
logger: Logger;
|
|
15
|
+
requestHandler: RequestHandler<any, any, any>;
|
|
16
|
+
}, SI extends object = any, SO extends MetadataBearer = any>(): ClassBuilder<I, O, C, SI, SO>;
|
|
8
17
|
abstract resolveMiddleware(stack: IMiddlewareStack<ClientInput, ClientOutput>, configuration: ResolvedClientConfiguration, options: any): Handler<Input, Output>;
|
|
18
|
+
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
21
|
+
resolveMiddlewareWithContext(clientStack: IMiddlewareStack<any, any>, configuration: {
|
|
22
|
+
logger: Logger;
|
|
23
|
+
requestHandler: RequestHandler<any, any, any>;
|
|
24
|
+
}, options: any, { middlewareFn, clientName, commandName, inputFilterSensitiveLog, outputFilterSensitiveLog, smithyContext, additionalContext, CommandCtor, }: ResolveMiddlewareContextArgs): import("@smithy/types").InitializeHandler<any, Output>;
|
|
9
25
|
}
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
type ResolveMiddlewareContextArgs = {
|
|
30
|
+
middlewareFn: (CommandCtor: any, clientStack: any, config: any, options: any) => Pluggable<any, any>[];
|
|
31
|
+
clientName: string;
|
|
32
|
+
commandName: string;
|
|
33
|
+
smithyContext: Record<string, unknown>;
|
|
34
|
+
additionalContext: HandlerExecutionContext;
|
|
35
|
+
inputFilterSensitiveLog: (_: any) => any;
|
|
36
|
+
outputFilterSensitiveLog: (_: any) => any;
|
|
37
|
+
CommandCtor: any;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
*/
|
|
42
|
+
declare class ClassBuilder<I extends SI, O extends SO, C extends {
|
|
43
|
+
logger: Logger;
|
|
44
|
+
requestHandler: RequestHandler<any, any, any>;
|
|
45
|
+
}, SI extends object = any, SO extends MetadataBearer = any> {
|
|
46
|
+
private _init;
|
|
47
|
+
private _ep;
|
|
48
|
+
private _middlewareFn;
|
|
49
|
+
private _commandName;
|
|
50
|
+
private _clientName;
|
|
51
|
+
private _additionalContext;
|
|
52
|
+
private _smithyContext;
|
|
53
|
+
private _inputFilterSensitiveLog;
|
|
54
|
+
private _outputFilterSensitiveLog;
|
|
55
|
+
private _serializer;
|
|
56
|
+
private _deserializer;
|
|
57
|
+
/**
|
|
58
|
+
* Optional init callback.
|
|
59
|
+
*/
|
|
60
|
+
init(cb: (_: Command<I, O, C, SI, SO>) => void): void;
|
|
61
|
+
/**
|
|
62
|
+
* Set the endpoint parameter instructions.
|
|
63
|
+
*/
|
|
64
|
+
ep(endpointParameterInstructions: EndpointParameterInstructions): ClassBuilder<I, O, C, SI, SO>;
|
|
65
|
+
/**
|
|
66
|
+
* Add any number of middleware.
|
|
67
|
+
*/
|
|
68
|
+
m(middlewareSupplier: (CommandCtor: any, clientStack: any, config: any, options: any) => Pluggable<any, any>[]): ClassBuilder<I, O, C, SI, SO>;
|
|
69
|
+
/**
|
|
70
|
+
* Set the initial handler execution context Smithy field.
|
|
71
|
+
*/
|
|
72
|
+
s(service: string, operation: string, smithyContext?: Record<string, unknown>): ClassBuilder<I, O, C, SI, SO>;
|
|
73
|
+
/**
|
|
74
|
+
* Set the initial handler execution context.
|
|
75
|
+
*/
|
|
76
|
+
c(additionalContext?: HandlerExecutionContext): ClassBuilder<I, O, C, SI, SO>;
|
|
77
|
+
/**
|
|
78
|
+
* Set constant string identifiers for the operation.
|
|
79
|
+
*/
|
|
80
|
+
n(clientName: string, commandName: string): ClassBuilder<I, O, C, SI, SO>;
|
|
81
|
+
/**
|
|
82
|
+
* Set the input and output sensistive log filters.
|
|
83
|
+
*/
|
|
84
|
+
f(inputFilter?: (_: any) => any, outputFilter?: (_: any) => any): ClassBuilder<I, O, C, SI, SO>;
|
|
85
|
+
/**
|
|
86
|
+
* Sets the serializer.
|
|
87
|
+
*/
|
|
88
|
+
ser(serializer: (input: I, context?: SerdeContext | any) => Promise<IHttpRequest>): ClassBuilder<I, O, C, SI, SO>;
|
|
89
|
+
/**
|
|
90
|
+
* Sets the deserializer.
|
|
91
|
+
*/
|
|
92
|
+
de(deserializer: (output: IHttpResponse, context?: SerdeContext | any) => Promise<O>): ClassBuilder<I, O, C, SI, SO>;
|
|
93
|
+
/**
|
|
94
|
+
* @returns a Command class with the classBuilder properties.
|
|
95
|
+
*/
|
|
96
|
+
build(): {
|
|
97
|
+
new (input: I): CommandImpl<I, O, C, SI, SO>;
|
|
98
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* A concrete implementation of ICommand with no abstract members.
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface CommandImpl<I extends SI, O extends SO, C extends {
|
|
106
|
+
logger: Logger;
|
|
107
|
+
requestHandler: RequestHandler<any, any, any>;
|
|
108
|
+
}, SI extends object = any, SO extends MetadataBearer = any> extends Command<I, O, C, SI, SO> {
|
|
109
|
+
readonly input: I;
|
|
110
|
+
resolveMiddleware(stack: IMiddlewareStack<SI, SO>, configuration: C, options: any): Handler<I, O>;
|
|
111
|
+
}
|
|
112
|
+
export {};
|