Commit Graph

48 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
14fb8ef536 Merge branch 'master' into types-2.0-2016-08-12 2016-08-12 14:53:54 -07:00
Seth Westphal
ff84f05542 Fix ExpressionAttributeNames. 2016-08-10 19:58:41 -05:00
Nathan Shively-Sanders
9019823501 Merge branch 'master' into types-2.0-2016-08-10 2016-08-10 16:17:43 -07:00
Seth Westphal
3aac49ea7e Fix and improve nodemailer. Add nodemailer-ses-transport. Improve aws-sdk.
Move types to nodemailer.d.ts.

Move namespace to bottom.

Fix spacing.

Add nodemailer-ses-transport.

Add templateSender.

Allow Exists: false to exist by itself.

Convert spacing to tabs.

Fixed references.

Add DynamoDB createTable and delete table.
They do not exist on the DocumentClient.

Fix spacing.
2016-08-04 22:09:05 -05:00
Mine Yalcinalp Starks
8252b2118a Merge remote-tracking branch 'upstream/master' into minestarks-types2.0 2016-08-03 15:19:03 -07:00
David Lee
2093695943 clean re-insert of my changes, hopefully without the indentation baggage 2016-08-02 11:51:39 -05:00
midknight41
35cdb75d29 fixed SES, SWF, and added Lambda 2016-07-31 13:47:55 +00:00
Ryan Cavanaugh
b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
a4f5ae3098 Merge commit 'upstream/master~250' into merge_7_25 2016-07-26 18:03:56 -07:00
Ryan Cavanaugh
e9a0d98125 Merge commit 'upstream/master~300' into merge_7_25 2016-07-26 17:45:17 -07:00
Ryan Cavanaugh
11d624e656 Merge commit 'upstream/master~500' into merge_7_25 2016-07-26 12:17:32 -07:00
Ryan Cavanaugh
ede3f0a99c Merge commit 'upstream/master~550' into merge_7_25 2016-07-26 11:29:27 -07:00
Ryan Cavanaugh
35075752ec Merge commit 'upstream/master~750' into merge_7_25 2016-07-25 14:51:03 -07:00
Ryan Cavanaugh
347311a5f0 Partial merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-25 14:26:20 -07:00
MichaelBuen
3dde9d27db Update aws-sdk.d.ts (#10232)
Make QueueUrl optional, as it can have a default value that is be obtained from aws.SQS:

```
var sqs = new aws.SQS({
    region: config.aws.region,
    accessKeyId: config.aws.accessID,
    secretAccessKey: config.aws.secretKey,

    // For every request in this demo, I'm going to be using the same QueueUrl; so,
    // rather than explicitly defining it on every request, I can set it here as the
    // default QueueUrl to be automatically appended to every request.
    params: {
        QueueUrl: config.aws.queueUrl
    }
});

var sendMessage = Q.nbind( sqs.sendMessage, sqs );


// ---------------------------------------------------------- //
// ---------------------------------------------------------- //


// Now that we have a Q-ified method, we can send the message.
sendMessage({
    MessageBody: "This is my first ever SQS request... evar!"
})

```

Based on:
http://www.bennadel.com/blog/2792-shedding-the-monolithic-application-with-aws-simple-queue-service-sqs-and-node-js.htm
2016-07-23 23:21:08 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Nick
3d8bb21c9e Added/Updated paramater objects for S3. Also added existing S3 methods (#9886)
* Updated/Added S3 object requests and Added S3 methods

Updated and Added S3 object requests and also added a few new methods
that are available on the S3 object.

* updated callback to be optional for upload function

updated callback to be optional for upload function

* Updated as per comments

Condensed upload() down to one signature. Made params optional as they
default to an empty object according to the AWS-SDK docs.

fixed getSignedUrl signatures.
fixed spacing in S3 interfaces

* updated to be fixed with spaces instead of tabs

updated to be fixed with spaces instead of tabs

* removed unused signatures

Removed the two un-used out of date signatures in favor of the new ones.
2016-07-09 15:11:01 +09:00
Carl Irving
3d4a524774 Remove old spaces 2016-07-06 20:11:00 -04:00
Carl Irving
8892db2efc Make access key & secret optional 2016-07-06 16:12:13 -04:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Casper Skydt
d8624312be Added callback type for sts.assumerole 2016-06-28 18:12:51 +02:00
Casper Skydt
a81bf40839 Removed duplicat item 2016-06-23 08:55:43 +02:00
Casper Skydt
d601a20c30 Added sns and STS 2016-06-23 08:50:19 +02:00
igrayson
8e54cc841f aws-sdk: Fill out ecs.describe* (#9600) 2016-06-14 00:48:05 +09:00
Matt Forrester
21286f4d20 Much better typed DynamoDB.DocumentClient. (#9500) 2016-06-07 00:32:10 +09:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Vladimir
198189b722 Fixed wrong definition for aws sns publish method (#9205)
http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SNS.html#publish-property
2016-05-06 03:19:32 +09:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Pascal Birchler
4794724f0e Fix Metadata definition in S3.putObject method (#9109)
* Fix Metadata definition in S3.putObject method

Metadata is a map of strings, not an array.

* Use more explicit type for Metadata
2016-05-01 22:07:15 +09:00
Ryan Cavanaugh
fa204a87d1 Remove obsolesced reference comments 2016-04-27 21:53:46 -07:00
Ryan Cavanaugh
337587de8c Rename external modules to index.d.ts 2016-04-27 21:30:22 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
541e24b685 Fix angularjs/angular; 'export declare'/'declare export' 2016-04-25 13:02:25 -07:00
Ryan Cavanaugh
4a433abbf4 Unwrap all lone ambient external modules 2016-04-22 14:12:45 -07:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
bmajz
6c891d4cdd Add ECS definitions to AWS type definitions 2016-01-21 17:37:58 -08:00
theodorz
5d51369b02 Update to fix S3 with latest AWS SDK
I removed the nested S3 Client interface, because it doesn't seem to be present in the latest AWS JS SDK (2.2.31).
2016-01-20 17:37:04 +01:00
Jean-Philipe Pellerin
6ca23c0d69 Adding availability for the DynamoDB Document Client 2016-01-06 16:49:09 -05:00
vvakame
781e468d4b remove unused .tscparams 2015-12-23 18:23:35 +09:00
Eric Nicholson
b5f4a47c02 Fixed existing definitions for SQS and added missing definitions 2015-10-29 09:54:55 -04:00
Brian Geppert
2fc9b9ac8c aws-sdk: added support for apiVersion/apiVersions config options. 2014-11-12 02:21:57 -06:00
Brian Geppert
11694760b1 Filled out the 'config' object for 'aws-sdk'. 2014-11-12 02:08:14 -06:00
Ashish Singal
d8a76f86b8 adding module for DynamoDB 2014-10-01 18:37:28 +05:30
Bart van der Schoor
09f3d7a8dc imported 25 definitions from typescript-node-definitions
first batch: the easy pickings

- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT headers (scraped creators from git history)
- added tests
- some modifications
- added CONTRIBUTORS.md for the substantial defs (>50 LOC)
2014-04-22 22:09:35 +02:00