@aws-sdk/client-codedeploy 3.1086.0 → 3.1088.0
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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeDeploy.d.ts +150 -173
- package/dist-types/ts3.4/CodeDeployClient.d.ts +6 -18
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +110 -487
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -5
- package/package.json +39 -39