Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@aws-sdk/client-codedeploy

Package Overview
Dependencies
Maintainers
2
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-codedeploy - npm Package Compare versions

Comparing version
3.1037.0
to
3.1038.0
+1
-1
dist-es/waiters/waitForDeploymentSuccessful.js
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
import { GetDeploymentCommand } from "../commands/GetDeploymentCommand";
import { GetDeploymentCommand, } from "../commands/GetDeploymentCommand";
const checkState = async (client, input) => {

@@ -4,0 +4,0 @@ let reason;

@@ -392,3 +392,3 @@ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";

*/
waitUntilDeploymentSuccessful(args: GetDeploymentCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CodeDeploy>, "client">): Promise<WaiterResult>;
waitUntilDeploymentSuccessful(args: GetDeploymentCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CodeDeploy>, "client">): Promise<WaiterResult<GetDeploymentCommandOutput>>;
}

@@ -395,0 +395,0 @@ /**

@@ -888,3 +888,3 @@ import {

>
): Promise<WaiterResult>;
): Promise<WaiterResult<GetDeploymentCommandOutput>>;
}

@@ -891,0 +891,0 @@ export declare class CodeDeploy

import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
import { CodeDeployClient } from "../CodeDeployClient";
import { GetDeploymentCommandInput } from "../commands/GetDeploymentCommand";
import {
GetDeploymentCommandInput,
GetDeploymentCommandOutput,
} from "../commands/GetDeploymentCommand";
import { CodeDeployServiceException } from "../models/CodeDeployServiceException";
export declare const waitForDeploymentSuccessful: (
params: WaiterConfiguration<CodeDeployClient>,
input: GetDeploymentCommandInput
) => Promise<WaiterResult>;
) => Promise<
WaiterResult<GetDeploymentCommandOutput | CodeDeployServiceException>
>;
export declare const waitUntilDeploymentSuccessful: (
params: WaiterConfiguration<CodeDeployClient>,
input: GetDeploymentCommandInput
) => Promise<WaiterResult>;
) => Promise<WaiterResult<GetDeploymentCommandOutput>>;
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
import type { CodeDeployClient } from "../CodeDeployClient";
import { type GetDeploymentCommandInput } from "../commands/GetDeploymentCommand";
import { type GetDeploymentCommandInput, type GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
import type { CodeDeployServiceException } from "../models/CodeDeployServiceException";
/**

@@ -8,3 +9,3 @@ *

*/
export declare const waitForDeploymentSuccessful: (params: WaiterConfiguration<CodeDeployClient>, input: GetDeploymentCommandInput) => Promise<WaiterResult>;
export declare const waitForDeploymentSuccessful: (params: WaiterConfiguration<CodeDeployClient>, input: GetDeploymentCommandInput) => Promise<WaiterResult<GetDeploymentCommandOutput | CodeDeployServiceException>>;
/**

@@ -15,2 +16,2 @@ *

*/
export declare const waitUntilDeploymentSuccessful: (params: WaiterConfiguration<CodeDeployClient>, input: GetDeploymentCommandInput) => Promise<WaiterResult>;
export declare const waitUntilDeploymentSuccessful: (params: WaiterConfiguration<CodeDeployClient>, input: GetDeploymentCommandInput) => Promise<WaiterResult<GetDeploymentCommandOutput>>;
{
"name": "@aws-sdk/client-codedeploy",
"description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
"version": "3.1037.0",
"version": "3.1038.0",
"scripts": {

@@ -26,8 +26,8 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/core": "^3.974.5",
"@aws-sdk/credential-provider-node": "^3.972.36",
"@aws-sdk/core": "^3.974.6",
"@aws-sdk/credential-provider-node": "^3.972.37",
"@aws-sdk/middleware-host-header": "^3.972.10",
"@aws-sdk/middleware-logger": "^3.972.10",
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
"@aws-sdk/middleware-user-agent": "^3.972.35",
"@aws-sdk/middleware-user-agent": "^3.972.36",
"@aws-sdk/region-config-resolver": "^3.972.13",

@@ -37,3 +37,3 @@ "@aws-sdk/types": "^3.973.8",

"@aws-sdk/util-user-agent-browser": "^3.972.10",
"@aws-sdk/util-user-agent-node": "^3.973.21",
"@aws-sdk/util-user-agent-node": "^3.973.22",
"@smithy/config-resolver": "^4.4.17",

@@ -46,3 +46,3 @@ "@smithy/core": "^3.23.17",

"@smithy/middleware-endpoint": "^4.4.32",
"@smithy/middleware-retry": "^4.5.5",
"@smithy/middleware-retry": "^4.5.6",
"@smithy/middleware-serde": "^4.2.20",

@@ -63,5 +63,5 @@ "@smithy/middleware-stack": "^4.2.14",

"@smithy/util-middleware": "^4.2.14",
"@smithy/util-retry": "^4.3.4",
"@smithy/util-retry": "^4.3.5",
"@smithy/util-utf8": "^4.2.2",
"@smithy/util-waiter": "^4.2.16",
"@smithy/util-waiter": "^4.3.0",
"tslib": "^2.6.2"

@@ -68,0 +68,0 @@ },