Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/util-waiter

Package Overview
Dependencies
Maintainers
5
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-waiter - npm Package Compare versions

Comparing version 3.170.0 to 3.171.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
**Note:** Version bump only for package @aws-sdk/util-waiter
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)

@@ -8,0 +16,0 @@

1

dist-types/ts3.4/createWaiter.d.ts
import { WaiterOptions, WaiterResult } from "./waiter";
export declare const createWaiter: <Client, Input>(

@@ -4,0 +3,0 @@ options: WaiterOptions<Client>,

import { WaiterOptions, WaiterResult } from "./waiter";
export declare const runPolling: <Client, Input>(

@@ -4,0 +3,0 @@ {

import { WaiterOptions } from "../waiter";
export declare const validateWaiterOptions: <Client>(
options: WaiterOptions<Client>
) => void;
import { WaiterConfiguration as WaiterConfiguration__ } from "@aws-sdk/types";
export interface WaiterConfiguration<T> extends WaiterConfiguration__<T> {}
export declare const waiterServiceDefaults: {

@@ -8,3 +7,2 @@ minDelay: number;

};
export declare type WaiterOptions<Client> = WaiterConfiguration<Client> &

@@ -21,6 +19,4 @@ Required<Pick<WaiterConfiguration<Client>, "minDelay" | "maxDelay">>;

state: WaiterState;
reason?: any;
};
export declare const checkExceptions: (result: WaiterResult) => WaiterResult;
{
"name": "@aws-sdk/util-waiter",
"version": "3.170.0",
"version": "3.171.0",
"description": "Shared utilities for client waiters for the AWS SDK",
"dependencies": {
"@aws-sdk/abort-controller": "3.170.0",
"@aws-sdk/types": "3.170.0",
"@aws-sdk/abort-controller": "3.171.0",
"@aws-sdk/types": "3.171.0",
"tslib": "^2.3.1"

@@ -9,0 +9,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc