Skip to content

Commit

Permalink
Update package import references to point to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jan 29, 2015
1 parent edd1c6e commit 440f9da
Show file tree
Hide file tree
Showing 56 changed files with 110 additions and 110 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# aws-go
# AWS SDK for Go

[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/stripe/aws-go)
[![Build Status](https://img.shields.io/travis/stripe/aws-go.svg)](https://travis-ci.org/stripe/aws-go)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/stripe/aws-go/blob/master/LICENSE)
[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/awslabs/aws-sdk-go)
[![Build Status](https://img.shields.io/travis/awslabs/aws-sdk-go.svg)](https://travis-ci.org/awslabs/aws-sdk-go)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/awslabs/aws-sdk-go/blob/master/LICENSE)

aws-go is a set of clients for all Amazon Web Services APIs,
aws-sdk-go is a set of clients for all Amazon Web Services APIs,
automatically generated from the JSON schemas shipped with
[botocore](http://github.com/boto/botocore).

Expand All @@ -23,13 +23,13 @@ Please do not confuse this for a stable, feature-complete library.

Let's say you want to use EC2:

$ go get github.com/stripe/aws-go/gen/ec2
$ go get github.com/awslabs/aws-sdk-go/gen/ec2

## Using

```go
import "github.com/stripe/aws-go/aws"
import "github.com/stripe/aws-go/gen/ec2"
import "github.com/awslabs/aws-sdk-go/aws"
import "github.com/awslabs/aws-sdk-go/gen/ec2"

creds := aws.Creds(accessKey, secretKey, "")
cli := ec2.New(creds, "us-west-2", nil)
Expand Down
2 changes: 1 addition & 1 deletion aws/doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Package aws contains support code for the various AWS clients in the
// github.com/stripe/aws-go/gen subpackages.
// github.com/awslabs/aws-sdk-go/gen subpackages.
package aws
2 changes: 1 addition & 1 deletion aws/ec2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

"github.com/stripe/aws-go/aws"
"github.com/awslabs/aws-sdk-go/aws"
)

func TestEC2Request(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aws/json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sync"
"testing"

"github.com/stripe/aws-go/aws"
"github.com/awslabs/aws-sdk-go/aws"
)

func TestJSONRequest(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aws/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

"github.com/stripe/aws-go/aws"
"github.com/awslabs/aws-sdk-go/aws"
)

func TestQueryRequest(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aws/rest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sync"
"testing"

"github.com/stripe/aws-go/aws"
"github.com/awslabs/aws-sdk-go/aws"
)

func TestRestRequest(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aws/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"github.com/stripe/aws-go/aws"
"github.com/awslabs/aws-sdk-go/aws"
)

func TestUnixTimestampSerialization(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aws/xml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/xml"
"testing"

"github.com/stripe/aws-go/aws"
"github.com/awslabs/aws-sdk-go/aws"
)

type XMLRequest struct {
Expand Down
2 changes: 1 addition & 1 deletion cmd/aws-gen-gocli/aws-gen-gocli.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/stripe/aws-go/model"
"github.com/awslabs/aws-sdk-go/model"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/aws-gen-goendpoints/aws-gen-goendpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package main
import (
"os"

"github.com/stripe/aws-go/model"
"github.com/awslabs/aws-sdk-go/model"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions gen/autoscaling/autoscaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/cloudformation/cloudformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/cloudfront/cloudfront.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/cloudhsm/cloudhsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// CloudHSM is a client for Amazon CloudHSM.
Expand Down
4 changes: 2 additions & 2 deletions gen/cloudsearch/cloudsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/cloudsearchdomain/cloudsearchdomain.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/cloudtrail/cloudtrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// CloudTrail is a client for AWS CloudTrail.
Expand Down
4 changes: 2 additions & 2 deletions gen/cloudwatch/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/codedeploy/codedeploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// CodeDeploy is a client for AWS CodeDeploy.
Expand Down
4 changes: 2 additions & 2 deletions gen/cognito/identity/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// CognitoIdentity is a client for Amazon Cognito Identity.
Expand Down
4 changes: 2 additions & 2 deletions gen/cognito/sync/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// Config is a client for AWS Config.
Expand Down
4 changes: 2 additions & 2 deletions gen/datapipeline/datapipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// DataPipeline is a client for AWS Data Pipeline.
Expand Down
4 changes: 2 additions & 2 deletions gen/directconnect/directconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// DirectConnect is a client for AWS Direct Connect.
Expand Down
4 changes: 2 additions & 2 deletions gen/dynamodb/dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// DynamoDB is a client for Amazon DynamoDB.
Expand Down
4 changes: 2 additions & 2 deletions gen/ec2/ec2.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// EC2 is a client for Amazon Elastic Compute Cloud.
Expand Down
4 changes: 2 additions & 2 deletions gen/ecs/ecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/elasticache/elasticache.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/elasticbeanstalk/elasticbeanstalk.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/elastictranscoder/elastictranscoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/elb/elb.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/emr/emr.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// EMR is a client for Amazon Elastic MapReduce.
Expand Down
4 changes: 2 additions & 2 deletions gen/glacier/glacier.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/iam/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/importexport/importexport.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

import (
Expand Down
4 changes: 2 additions & 2 deletions gen/kinesis/kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"time"

"github.com/stripe/aws-go/aws"
"github.com/stripe/aws-go/gen/endpoints"
"github.com/awslabs/aws-sdk-go/aws"
"github.com/awslabs/aws-sdk-go/gen/endpoints"
)

// Kinesis is a client for Amazon Kinesis.
Expand Down
Loading

0 comments on commit 440f9da

Please sign in to comment.