{ "name": "aws-sdk", "description": "AWS SDK for JavaScript", "version": "2.0.0-rc13", "author": { "name": "Amazon Web Services", "url": "http://aws.amazon.com/" }, "homepage": "https://github.com/aws/aws-sdk-js", "contributors": [ { "name": "Loren Segal", "email": "lsegal@amazon.com" }, { "name": "Trevor Rowe", "email": "trevrowe@amazon.com" } ], "devDependencies": { "repl.history": "*", "jasmine-node": "*", "semver": "*", "coffee-script": "1.6.3", "eslint": "git://github.com/lsegal/eslint#add-filename-to-rules", "cucumber": "*", "coffeeify": "*" }, "dependencies": { "aws-sdk-apis": "2.x", "xml2js": "0.2.4", "xmlbuilder": "0.4.2" }, "main": "lib/aws.js", "directories": { "lib": "lib" }, "engines": { "node": ">= 0.6.0" }, "repository": { "type": "git", "url": "git://github.com/aws/aws-sdk-js" }, "bugs": { "url": "http://github.com/aws/aws-sdk-js/issues" }, "licenses": [ { "type": "Apache 2.0", "url": "http://github.com/aws/aws-sdk-js/raw/master/LICENSE.txt" } ], "keywords": [ "api", "amazon", "aws", "ec2", "simpledb", "s3", "sqs", "ses", "sns", "route53", "rds", "elasticache", "cloudfront", "fps", "cloudformation", "cloudwatch", "dynamodb", "iam", "swf", "autoscaling", "cloudsearch", "elb", "loadbalancing", "emr", "mapreduce", "importexport", "storagegateway", "workflow", "ebs", "vpc", "beanstalk", "glacier", "kinesis", "cloudtrail" ], "scripts": { "test": "npm -s run-script lint && npm -s run-script unit && npm -s run-script browsertest && ([ -f configuration ] && npm -s run-script integration || true)", "unit": "jasmine-node --noColor --coffee test", "browsertest": "rake browser:test", "integration": "cucumber.js", "lint": "eslint --rulesdir eslint-rules lib", "console": "./scripts/console" }, "readme": "# AWS SDK for JavaScript [![Version](https://badge.fury.io/js/aws-sdk.png)](http://badge.fury.io/js/aws-sdk) [![Build Status](https://travis-ci.org/aws/aws-sdk-js.png?branch=master)](https://travis-ci.org/aws/aws-sdk-js)\n\nThe official AWS SDK for JavaScript, available for browsers and mobile devices,\nor Node.js backends\n\nRelease notes can be found at http://aws.amazon.com/releasenotes/SDK/JavaScript\n\n## Installing\n\n### In the Browser\n\nTo use the SDK in the browser, simply add the following script tag to your\nHTML pages:\n\n \n\n### In Node.js\n\nThe preferred way to install the AWS SDK for Node.js is to use the\n[npm](http://npmjs.org) package manager for Node.js. Simply type the following\ninto a terminal window:\n\n```sh\nnpm install aws-sdk\n```\n\n## Usage and Getting Started\n\nYou can find a getting started guide at:\n\nhttp://docs.aws.amazon.com/AWSJavaScriptSDK/guide/\n\n## Supported Services\n\n

Note:\nAlthough all services are supported in the browser version of the SDK,\nnot all of the services are available in the default hosted build (using the\nscript tag provided above). A list of services in the hosted build are provided\nin the \"Working With Services\"\nsection of the browser SDK guide, including instructions on how to build a\ncustom version of the SDK with extra services.\n

\n\nThe SDK currently supports the following services:\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Service NameClass NameAPI Version
Amazon CloudFrontAWS.CloudFront2012-05-05
2013-11-11
Amazon CloudSearchAWS.CloudSearch2011-02-01
2013-01-01
Amazon CloudWatchAWS.CloudWatch2010-08-01
Amazon DynamoDBAWS.DynamoDB2011-12-05
2012-08-10
Amazon Elastic Compute CloudAWS.EC22014-02-01
Amazon Elastic MapReduceAWS.EMR2009-03-31
Amazon Elastic TranscoderAWS.ElasticTranscoder2012-09-25
Amazon ElastiCacheAWS.ElastiCache2013-06-15
Amazon GlacierAWS.Glacier2012-06-01
Amazon KinesisAWS.Kinesis2013-12-02
Amazon RedshiftAWS.Redshift2012-12-01
Amazon Relational Database ServiceAWS.RDS2013-01-10
2013-02-12
2013-09-09
Amazon Route 53AWS.Route532013-04-01
Amazon Simple Email ServiceAWS.SES2010-12-01
Amazon Simple Notification ServiceAWS.SNS2010-03-31
Amazon Simple Queue ServiceAWS.SQS2012-11-05
Amazon Simple Storage ServiceAWS.S32006-03-01
Amazon Simple Workflow ServiceAWS.SimpleWorkflow2012-01-25
Amazon SimpleDBAWS.SimpleDB2009-04-15
Auto ScalingAWS.AutoScaling2011-01-01
AWS CloudFormationAWS.CloudFormation2010-05-15
AWS CloudTrailAWS.CloudTrail2013-11-01
AWS Data PipelineAWS.DataPipeline2012-10-29
AWS Direct ConnectAWS.DirectConnect2012-10-25
AWS Elastic BeanstalkAWS.ElasticBeanstalk2010-12-01
AWS Identity and Access ManagementAWS.IAM2010-05-08
AWS Import/ExportAWS.ImportExport2010-06-01
AWS OpsWorksAWS.OpsWorks2013-02-18
AWS Security Token ServiceAWS.STS2011-06-15
AWS Storage GatewayAWS.StorageGateway2012-06-30
2013-06-30
AWS SupportAWS.Support2013-04-15
Elastic Load BalancingAWS.ELB2012-06-01
\n\n## License\n\nThis SDK is distributed under the\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\n```no-highlight\nCopyright 2012-2014. Amazon Web Services, Inc. All Rights Reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n", "readmeFilename": "README.md", "_id": "aws-sdk@2.0.0-rc13", "dist": { "shasum": "12674f837831a8c500af12debe28305a1b418977" }, "_from": "aws-sdk@~>2.0.0", "_resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.0-rc13.tgz" }