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

@cumulus/aws-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/aws-client - npm Package Compare versions

Comparing version 11.1.1 to 11.1.2

@@ -17,4 +17,4 @@ import { AWSClientTypes } from './types';

*/
declare const awsClient: <T extends AWSClientTypes>(Service: new (params: object) => T, version?: string | undefined, serviceOptions?: object | undefined) => (params?: object | undefined) => T;
declare const awsClient: <T extends AWSClientTypes>(Service: new (params: object) => T, version?: string, serviceOptions?: object) => (params?: object) => T;
export = awsClient;
//# sourceMappingURL=client.d.ts.map

@@ -14,3 +14,3 @@ /**

*/
export declare const putEvent: (name: string, schedule: string, state: string, description?: string | undefined, role?: string | undefined) => Promise<import("aws-sdk/lib/request").PromiseResult<import("aws-sdk/clients/cloudwatchevents").PutRuleResponse, import("aws-sdk").AWSError>>;
export declare const putEvent: (name: string, schedule: string, state: string, description?: string, role?: string) => Promise<import("aws-sdk/lib/request").PromiseResult<import("aws-sdk/clients/cloudwatchevents").PutRuleResponse, import("aws-sdk").AWSError>>;
export declare const deleteEvent: (name: string) => Promise<{

@@ -17,0 +17,0 @@ $response: import("aws-sdk").Response<{}, import("aws-sdk").AWSError>;

@@ -26,5 +26,3 @@ /**

getParams?: object;
}) => Promise<{
[key: string]: any;
}>;
}) => Promise<Record<string, any>>;
/**

@@ -31,0 +29,0 @@ * Call DynamoDb client scan

{
"name": "@cumulus/aws-client",
"version": "11.1.1",
"version": "11.1.2",
"description": "Utilities for working with AWS",

@@ -54,5 +54,5 @@ "keywords": [

"@aws-sdk/types": "^3.53.0",
"@cumulus/checksum": "11.1.1",
"@cumulus/errors": "11.1.1",
"@cumulus/logger": "11.1.1",
"@cumulus/checksum": "11.1.2",
"@cumulus/errors": "11.1.2",
"@cumulus/logger": "11.1.2",
"aws-sdk": "^2.585.0",

@@ -72,3 +72,3 @@ "jsonpath-plus": "^1.1.0",

},
"gitHead": "07fe682da23821434372759fb1948b081da429b5"
"gitHead": "98ba3b1f617e8e531a3bfaa490f2a125da78df9f"
}

@@ -138,3 +138,3 @@ /**

*/
export declare const streamS3Upload: (uploadStream: Readable, uploadParams: UploadOptions) => Promise<import("@aws-sdk/client-s3").ServiceOutputTypes>;
export declare const streamS3Upload: (uploadStream: Readable, uploadParams: UploadOptions) => Promise<import("@aws-sdk/client-s3").CompleteMultipartUploadCommandOutput | import("@aws-sdk/client-s3").AbortMultipartUploadCommandOutput>;
/**

@@ -320,3 +320,3 @@ * Get a readable stream for an S3 object

*/
export declare const listS3Objects: (bucket: string, prefix?: string | undefined, skipFolders?: boolean) => Promise<import("@aws-sdk/client-s3")._Object[]>;
export declare const listS3Objects: (bucket: string, prefix?: string, skipFolders?: boolean) => Promise<import("@aws-sdk/client-s3")._Object[]>;
/**

@@ -323,0 +323,0 @@ * Fetch complete list of S3 objects

@@ -18,3 +18,3 @@ import { DynamoDB } from '@aws-sdk/client-dynamodb';

export declare const dynamodbstreams: (params?: object | undefined) => DynamoDBStreamsClient;
export declare const dynamodbDocClient: (docClientOptions?: TranslateConfig | undefined, dynamoOptions?: object | undefined) => DynamoDBDocument;
export declare const dynamodbDocClient: (docClientOptions?: TranslateConfig, dynamoOptions?: object) => DynamoDBDocument;
export declare const sfn: (params?: object | undefined) => AWS.StepFunctions;

@@ -21,0 +21,0 @@ export declare const cf: (params?: object | undefined) => AWS.CloudFormation;