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.292.0 to 3.295.0

4

dist-types/ts3.4/waiter.d.ts

@@ -7,3 +7,3 @@ import { WaiterConfiguration as WaiterConfiguration__ } from "@aws-sdk/types";

};
export declare type WaiterOptions<Client> = WaiterConfiguration<Client> &
export type WaiterOptions<Client> = WaiterConfiguration<Client> &
Required<Pick<WaiterConfiguration<Client>, "minDelay" | "maxDelay">>;

@@ -17,3 +17,3 @@ export declare enum WaiterState {

}
export declare type WaiterResult = {
export type WaiterResult = {
state: WaiterState;

@@ -20,0 +20,0 @@ reason?: any;

@@ -17,3 +17,3 @@ import { WaiterConfiguration as WaiterConfiguration__ } from "@aws-sdk/types";

*/
export declare type WaiterOptions<Client> = WaiterConfiguration<Client> & Required<Pick<WaiterConfiguration<Client>, "minDelay" | "maxDelay">>;
export type WaiterOptions<Client> = WaiterConfiguration<Client> & Required<Pick<WaiterConfiguration<Client>, "minDelay" | "maxDelay">>;
/**

@@ -32,3 +32,3 @@ * @internal

*/
export declare type WaiterResult = {
export type WaiterResult = {
state: WaiterState;

@@ -35,0 +35,0 @@ /**

{
"name": "@aws-sdk/util-waiter",
"version": "3.292.0",
"version": "3.295.0",
"description": "Shared utilities for client waiters for the AWS SDK",
"dependencies": {
"@aws-sdk/abort-controller": "3.292.0",
"@aws-sdk/types": "3.292.0",
"tslib": "^2.3.1"
"@aws-sdk/abort-controller": "3.295.0",
"@aws-sdk/types": "3.295.0",
"tslib": "^2.5.0"
},

@@ -53,3 +53,3 @@ "scripts": {

"typedoc": "0.23.23",
"typescript": "~4.6.2"
"typescript": "~4.9.5"
},

@@ -56,0 +56,0 @@ "typedoc": {

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