@cumulus/aws-client 19.2.0-alpha.1 → 20.0.1
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/package.json +7 -7
- package/services.d.ts +0 -2
- package/services.js +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cumulus/aws-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.1",
|
|
4
4
|
"description": "Utilities for working with AWS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"GIBS",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"@aws-sdk/s3-request-presigner": "^3.621.0",
|
|
69
69
|
"@aws-sdk/signature-v4-crt": "^3.621.0",
|
|
70
70
|
"@aws-sdk/types": "^3.609.0",
|
|
71
|
-
"@cumulus/checksum": "
|
|
72
|
-
"@cumulus/errors": "
|
|
73
|
-
"@cumulus/logger": "
|
|
74
|
-
"@cumulus/types": "
|
|
71
|
+
"@cumulus/checksum": "20.0.1",
|
|
72
|
+
"@cumulus/errors": "20.0.1",
|
|
73
|
+
"@cumulus/logger": "20.0.1",
|
|
74
|
+
"@cumulus/types": "20.0.1",
|
|
75
75
|
"lodash": "~4.17.21",
|
|
76
76
|
"mem": "^8.0.2",
|
|
77
77
|
"p-map": "^1.2.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"uuid": "^8.2.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@cumulus/test-data": "
|
|
85
|
+
"@cumulus/test-data": "20.0.1",
|
|
86
86
|
"@types/uuid": "^8.0.0"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "3bfee176543ede36c4ca902f4af9c6d108454468"
|
|
89
89
|
}
|
package/services.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ import { SNS } from '@aws-sdk/client-sns';
|
|
|
15
15
|
import { STS } from '@aws-sdk/client-sts';
|
|
16
16
|
import { ECS } from '@aws-sdk/client-ecs';
|
|
17
17
|
import { EC2 } from '@aws-sdk/client-ec2';
|
|
18
|
-
import { ElasticsearchService } from '@aws-sdk/client-elasticsearch-service';
|
|
19
18
|
export declare const apigateway: (params?: object | undefined) => APIGatewayClient;
|
|
20
19
|
export declare const ecs: (params?: object | undefined) => ECS;
|
|
21
20
|
export declare const ec2: (params?: object | undefined) => EC2;
|
|
@@ -24,7 +23,6 @@ export declare const dynamodb: (params?: object | undefined) => DynamoDB;
|
|
|
24
23
|
export declare const dynamodbstreams: (params?: object | undefined) => DynamoDBStreamsClient;
|
|
25
24
|
export declare const dynamodbDocClient: (docClientOptions?: TranslateConfig, dynamoOptions?: object) => DynamoDBDocument;
|
|
26
25
|
export declare const cf: (params?: object | undefined) => CloudFormation;
|
|
27
|
-
export declare const es: (params?: object | undefined) => ElasticsearchService;
|
|
28
26
|
export declare const kinesis: (params?: object | undefined) => Kinesis;
|
|
29
27
|
export declare const kms: (params?: object | undefined) => KMS;
|
|
30
28
|
export declare const lambda: (params?: object | undefined) => Lambda;
|
package/services.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.sts = exports.sqs = exports.sns = exports.sfn = exports.secretsManager = exports.s3 = exports.lambda = exports.kms = exports.kinesis = exports.
|
|
6
|
+
exports.sts = exports.sqs = exports.sns = exports.sfn = exports.secretsManager = exports.s3 = exports.lambda = exports.kms = exports.kinesis = exports.cf = exports.dynamodbDocClient = exports.dynamodbstreams = exports.dynamodb = exports.cloudwatchevents = exports.ec2 = exports.ecs = exports.apigateway = void 0;
|
|
7
7
|
const client_api_gateway_1 = require("@aws-sdk/client-api-gateway");
|
|
8
8
|
const client_cloudformation_1 = require("@aws-sdk/client-cloudformation");
|
|
9
9
|
const client_dynamodb_1 = require("@aws-sdk/client-dynamodb");
|
|
@@ -21,7 +21,6 @@ const client_sns_1 = require("@aws-sdk/client-sns");
|
|
|
21
21
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
22
22
|
const client_ecs_1 = require("@aws-sdk/client-ecs");
|
|
23
23
|
const client_ec2_1 = require("@aws-sdk/client-ec2");
|
|
24
|
-
const client_elasticsearch_service_1 = require("@aws-sdk/client-elasticsearch-service");
|
|
25
24
|
const client_1 = __importDefault(require("./client"));
|
|
26
25
|
exports.apigateway = (0, client_1.default)(client_api_gateway_1.APIGatewayClient, '2015-07-09');
|
|
27
26
|
exports.ecs = (0, client_1.default)(client_ecs_1.ECS, '2014-11-13');
|
|
@@ -32,7 +31,6 @@ exports.dynamodbstreams = (0, client_1.default)(client_dynamodb_streams_1.Dynamo
|
|
|
32
31
|
const dynamodbDocClient = (docClientOptions, dynamoOptions) => lib_dynamodb_1.DynamoDBDocument.from((0, client_1.default)(client_dynamodb_1.DynamoDB, '2012-08-10')(dynamoOptions), docClientOptions);
|
|
33
32
|
exports.dynamodbDocClient = dynamodbDocClient;
|
|
34
33
|
exports.cf = (0, client_1.default)(client_cloudformation_1.CloudFormation, '2010-05-15');
|
|
35
|
-
exports.es = (0, client_1.default)(client_elasticsearch_service_1.ElasticsearchService, '2015-01-01');
|
|
36
34
|
exports.kinesis = (0, client_1.default)(client_kinesis_1.Kinesis, '2013-12-02');
|
|
37
35
|
exports.kms = (0, client_1.default)(client_kms_1.KMS, '2014-11-01');
|
|
38
36
|
exports.lambda = (0, client_1.default)(client_lambda_1.Lambda, '2015-03-31');
|