From 79736577ba13e234e70e64c2ac8fa0b0880347e9 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Fri, 10 Mar 2017 19:44:21 +0200 Subject: [PATCH] provider/aws: Bump SDK to 1.7.7 (#12591) Required for ACM and API Gateway integration --- vendor/github.com/aws/aws-sdk-go/CHANGELOG.md | 20 + .../aws/aws-sdk-go/aws/endpoints/defaults.go | 15 + .../github.com/aws/aws-sdk-go/aws/version.go | 2 +- .../aws/aws-sdk-go/service/apigateway/api.go | 85 +-- vendor/vendor.json | 640 +++++++++--------- 5 files changed, 399 insertions(+), 363 deletions(-) diff --git a/vendor/github.com/aws/aws-sdk-go/CHANGELOG.md b/vendor/github.com/aws/aws-sdk-go/CHANGELOG.md index e4e72c3685..e3ea7f93e4 100644 --- a/vendor/github.com/aws/aws-sdk-go/CHANGELOG.md +++ b/vendor/github.com/aws/aws-sdk-go/CHANGELOG.md @@ -1,3 +1,23 @@ +Release v1.7.7 (2017-03-09) +=== + +Service Client Updates +--- +* `service/apigateway`: Updates service API, documentation, and paginators + * API Gateway has added support for ACM certificates on custom domain names. Both Amazon-issued certificates and uploaded third-part certificates are supported. +* `service/clouddirectory`: Updates service API, documentation, and paginators + * Introduces a new Cloud Directory API that enables you to retrieve all available parent paths for any type of object (a node, leaf node, policy node, and index node) in a hierarchy. + +Release v1.7.6 (2017-03-09) +=== + +Service Client Updates +--- +* `service/organizations`: Updates service documentation and examples + * Doc-only Update for Organizations: Add SDK Code Snippets +* `service/workdocs`: Adds new service + * The Administrative SDKs for Amazon WorkDocs provides full administrator level access to WorkDocs site resources, allowing developers to integrate their applications to manage WorkDocs users, content and permissions programmatically + Release v1.7.5 (2017-03-08) === diff --git a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go index 4ba5d051df..3ed517b8cb 100644 --- a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go +++ b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go @@ -133,6 +133,7 @@ const ( SwfServiceID = "swf" // Swf. WafServiceID = "waf" // Waf. WafRegionalServiceID = "waf-regional" // WafRegional. + WorkdocsServiceID = "workdocs" // Workdocs. WorkspacesServiceID = "workspaces" // Workspaces. XrayServiceID = "xray" // Xray. ) @@ -490,6 +491,7 @@ var awsPartition = partition{ "ap-southeast-2": endpoint{}, "eu-central-1": endpoint{}, "eu-west-1": endpoint{}, + "eu-west-2": endpoint{}, "us-east-1": endpoint{}, "us-east-2": endpoint{}, "us-west-2": endpoint{}, @@ -503,6 +505,7 @@ var awsPartition = partition{ "ap-southeast-2": endpoint{}, "eu-central-1": endpoint{}, "eu-west-1": endpoint{}, + "eu-west-2": endpoint{}, "us-east-1": endpoint{}, "us-east-2": endpoint{}, "us-west-2": endpoint{}, @@ -516,6 +519,7 @@ var awsPartition = partition{ "ap-southeast-2": endpoint{}, "eu-central-1": endpoint{}, "eu-west-1": endpoint{}, + "eu-west-2": endpoint{}, "us-east-1": endpoint{}, "us-east-2": endpoint{}, "us-west-2": endpoint{}, @@ -1583,6 +1587,17 @@ var awsPartition = partition{ "us-west-2": endpoint{}, }, }, + "workdocs": service{ + + Endpoints: endpoints{ + "ap-northeast-1": endpoint{}, + "ap-southeast-1": endpoint{}, + "ap-southeast-2": endpoint{}, + "eu-west-1": endpoint{}, + "us-east-1": endpoint{}, + "us-west-2": endpoint{}, + }, + }, "workspaces": service{ Endpoints: endpoints{ diff --git a/vendor/github.com/aws/aws-sdk-go/aws/version.go b/vendor/github.com/aws/aws-sdk-go/aws/version.go index 5bb1a8e556..a2b1e690cb 100644 --- a/vendor/github.com/aws/aws-sdk-go/aws/version.go +++ b/vendor/github.com/aws/aws-sdk-go/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.7.5" +const SDKVersion = "1.7.7" diff --git a/vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go b/vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go index 12775be03b..e0af3861b3 100644 --- a/vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go +++ b/vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go @@ -7388,7 +7388,7 @@ func (s *Account) SetThrottleSettings(v *ThrottleSettings) *Account { type ApiKey struct { _ struct{} `type:"structure"` - // The date when the API Key was created, in ISO 8601 format (http://www.iso.org/iso/home/standards/iso8601.htm). + // The timestamp when the API Key was created. CreatedDate *time.Time `locationName:"createdDate" type:"timestamp" timestampFormat:"unix"` // An AWS Marketplace customer identifier , when integrating with the AWS SaaS @@ -7404,7 +7404,7 @@ type ApiKey struct { // The identifier of the API Key. Id *string `locationName:"id" type:"string"` - // When the API Key was last updated, in ISO 8601 format. + // The timestamp when the API Key was last updated. LastUpdatedDate *time.Time `locationName:"lastUpdatedDate" type:"timestamp" timestampFormat:"unix"` // The name of the API Key. @@ -7706,13 +7706,13 @@ type ClientCertificate struct { // The identifier of the client certificate. ClientCertificateId *string `locationName:"clientCertificateId" type:"string"` - // The date when the client certificate was created, in ISO 8601 format (http://www.iso.org/iso/home/standards/iso8601.htm). + // The timestamp when the client certificate was created. CreatedDate *time.Time `locationName:"createdDate" type:"timestamp" timestampFormat:"unix"` // The description of the client certificate. Description *string `locationName:"description" type:"string"` - // The date when the client certificate will expire, in ISO 8601 format (http://www.iso.org/iso/home/standards/iso8601.htm). + // The timestamp when the client certificate will expire. ExpirationDate *time.Time `locationName:"expirationDate" type:"timestamp" timestampFormat:"unix"` // The PEM-encoded public key of the client certificate, which can be used to @@ -8299,32 +8299,29 @@ func (s *CreateDocumentationVersionInput) SetStageName(v string) *CreateDocument type CreateDomainNameInput struct { _ struct{} `type:"structure"` - // The body of the server certificate provided by your certificate authority. - // - // CertificateBody is a required field - CertificateBody *string `locationName:"certificateBody" type:"string" required:"true"` + // The reference to an AWS-managed certificate. AWS Certificate Manager is the + // only supported source. + CertificateArn *string `locationName:"certificateArn" type:"string"` - // The intermediate certificates and optionally the root certificate, one after - // the other without any blank lines. If you include the root certificate, your - // certificate chain must start with intermediate certificates and end with - // the root certificate. Use the intermediate certificates that were provided + // [Deprecated] The body of the server certificate provided by your certificate + // authority. + CertificateBody *string `locationName:"certificateBody" type:"string"` + + // [Deprecated] The intermediate certificates and optionally the root certificate, + // one after the other without any blank lines. If you include the root certificate, + // your certificate chain must start with intermediate certificates and end + // with the root certificate. Use the intermediate certificates that were provided // by your certificate authority. Do not include any intermediaries that are // not in the chain of trust path. - // - // CertificateChain is a required field - CertificateChain *string `locationName:"certificateChain" type:"string" required:"true"` + CertificateChain *string `locationName:"certificateChain" type:"string"` - // The name of the certificate. - // - // CertificateName is a required field - CertificateName *string `locationName:"certificateName" type:"string" required:"true"` + // The user-friendly name of the certificate. + CertificateName *string `locationName:"certificateName" type:"string"` - // Your certificate's private key. - // - // CertificatePrivateKey is a required field - CertificatePrivateKey *string `locationName:"certificatePrivateKey" type:"string" required:"true"` + // [Deprecated] Your certificate's private key. + CertificatePrivateKey *string `locationName:"certificatePrivateKey" type:"string"` - // The name of the DomainName resource. + // (Required) The name of the DomainName resource. // // DomainName is a required field DomainName *string `locationName:"domainName" type:"string" required:"true"` @@ -8343,18 +8340,6 @@ func (s CreateDomainNameInput) GoString() string { // Validate inspects the fields of the type to determine if they are valid. func (s *CreateDomainNameInput) Validate() error { invalidParams := request.ErrInvalidParams{Context: "CreateDomainNameInput"} - if s.CertificateBody == nil { - invalidParams.Add(request.NewErrParamRequired("CertificateBody")) - } - if s.CertificateChain == nil { - invalidParams.Add(request.NewErrParamRequired("CertificateChain")) - } - if s.CertificateName == nil { - invalidParams.Add(request.NewErrParamRequired("CertificateName")) - } - if s.CertificatePrivateKey == nil { - invalidParams.Add(request.NewErrParamRequired("CertificatePrivateKey")) - } if s.DomainName == nil { invalidParams.Add(request.NewErrParamRequired("DomainName")) } @@ -8365,6 +8350,12 @@ func (s *CreateDomainNameInput) Validate() error { return nil } +// SetCertificateArn sets the CertificateArn field's value. +func (s *CreateDomainNameInput) SetCertificateArn(v string) *CreateDomainNameInput { + s.CertificateArn = &v + return s +} + // SetCertificateBody sets the CertificateBody field's value. func (s *CreateDomainNameInput) SetCertificateBody(v string) *CreateDomainNameInput { s.CertificateBody = &v @@ -10275,7 +10266,8 @@ type DocumentationPartLocation struct { // a valid and required field for API entity types of API, AUTHORIZER, MODEL, // RESOURCE, METHOD, PATH_PARAMETER, QUERY_PARAMETER, REQUEST_HEADER, REQUEST_BODY, // RESPONSE, RESPONSE_HEADER, and RESPONSE_BODY. Content inheritance does not - // apply to any entity of the API, AUTHROZER, MODEL, or RESOURCE type. + // apply to any entity of the API, AUTHROZER, METHOD, MODEL, REQUEST_BODY, or + // RESOURCE type. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"DocumentationPartType"` @@ -10390,10 +10382,14 @@ func (s *DocumentationVersion) SetVersion(v string) *DocumentationVersion { type DomainName struct { _ struct{} `type:"structure"` + // The reference to an AWS-managed certificate. AWS Certificate Manager is the + // only supported source. + CertificateArn *string `locationName:"certificateArn" type:"string"` + // The name of the certificate. CertificateName *string `locationName:"certificateName" type:"string"` - // The date when the certificate was uploaded, in ISO 8601 format (http://www.iso.org/iso/home/standards/iso8601.htm). + // The timestamp when the certificate was uploaded. CertificateUploadDate *time.Time `locationName:"certificateUploadDate" type:"timestamp" timestampFormat:"unix"` // The domain name of the Amazon CloudFront distribution. For more information, @@ -10414,6 +10410,12 @@ func (s DomainName) GoString() string { return s.String() } +// SetCertificateArn sets the CertificateArn field's value. +func (s *DomainName) SetCertificateArn(v string) *DomainName { + s.CertificateArn = &v + return s +} + // SetCertificateName sets the CertificateName field's value. func (s *DomainName) SetCertificateName(v string) *DomainName { s.CertificateName = &v @@ -15441,7 +15443,7 @@ type RestApi struct { // RestApi supports only UTF-8-encoded text payloads. BinaryMediaTypes []*string `locationName:"binaryMediaTypes" type:"list"` - // The date when the API was created, in ISO 8601 format (http://www.iso.org/iso/home/standards/iso8601.htm). + // The timestamp when the API was created. CreatedDate *time.Time `locationName:"createdDate" type:"timestamp" timestampFormat:"unix"` // The API's description. @@ -15645,7 +15647,7 @@ type Stage struct { // The identifier of a client certificate for an API stage. ClientCertificateId *string `locationName:"clientCertificateId" type:"string"` - // The date and time that the stage was created, in ISO 8601 format (http://www.iso.org/iso/home/standards/iso8601.htm). + // The timestamp when the stage was created. CreatedDate *time.Time `locationName:"createdDate" type:"timestamp" timestampFormat:"unix"` // The identifier of the Deployment that the stage points to. @@ -15657,8 +15659,7 @@ type Stage struct { // The version of the associated API documentation. DocumentationVersion *string `locationName:"documentationVersion" type:"string"` - // The date and time that information about the stage was last updated, in ISO - // 8601 format (http://www.iso.org/iso/home/standards/iso8601.htm). + // The timestamp when the stage last updated. LastUpdatedDate *time.Time `locationName:"lastUpdatedDate" type:"timestamp" timestampFormat:"unix"` // A map that defines the method settings for a Stage resource. Keys (designated diff --git a/vendor/vendor.json b/vendor/vendor.json index 4786f9bfd8..31358ff5f1 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -480,636 +480,636 @@ "revisionTime": "2017-01-23T00:46:44Z" }, { - "checksumSHA1": "iqZtcuXvBhnOSc9oSK706rUQBGg=", + "checksumSHA1": "iQKronDAjUfVphsnnZEFfy/Ht0o=", "path": "github.com/aws/aws-sdk-go", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { - "checksumSHA1": "FN20dHo+g6B2zQC/ETGW/J+RNxw=", + "checksumSHA1": "YCAXeLuQ7CN2IHmCC6rXvQ6JTKs=", "path": "github.com/aws/aws-sdk-go/aws", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Y9W+4GimK4Fuxq+vyIskVYFRnX4=", "path": "github.com/aws/aws-sdk-go/aws/awserr", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "yyYr41HZ1Aq0hWc3J5ijXwYEcac=", "path": "github.com/aws/aws-sdk-go/aws/awsutil", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "iThCyNRL/oQFD9CF2SYgBGl+aww=", "path": "github.com/aws/aws-sdk-go/aws/client", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "ieAJ+Cvp/PKv1LpUEnUXpc3OI6E=", "path": "github.com/aws/aws-sdk-go/aws/client/metadata", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Fl8vRSCY0MbM04cmiz/0MID+goA=", "path": "github.com/aws/aws-sdk-go/aws/corehandlers", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "zu5C95rmCZff6NYZb62lEaT5ibE=", "path": "github.com/aws/aws-sdk-go/aws/credentials", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "u3GOAJLmdvbuNUeUEcZSEAOeL/0=", "path": "github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "NUJUTWlc1sV8b7WjfiYc4JZbXl0=", "path": "github.com/aws/aws-sdk-go/aws/credentials/endpointcreds", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "6cj/zsRmcxkE1TLS+v910GbQYg0=", "path": "github.com/aws/aws-sdk-go/aws/credentials/stscreds", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "lqh3fG7wCochvB4iHAZJuhhEJW0=", "path": "github.com/aws/aws-sdk-go/aws/defaults", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "/EXbk/z2TWjWc1Hvb4QYs3Wmhb8=", "path": "github.com/aws/aws-sdk-go/aws/ec2metadata", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { - "checksumSHA1": "9LFtC2yggJvQfZ6NKVQTkW2WQJ8=", + "checksumSHA1": "2i7kEdcSb57ldUquW8qIOmKyhN4=", "path": "github.com/aws/aws-sdk-go/aws/endpoints", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "M78rTxU55Qagqr3MYj91im2031E=", "path": "github.com/aws/aws-sdk-go/aws/request", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "u6tKvFGcRQ1xtby1ONjgyUTgcpg=", "path": "github.com/aws/aws-sdk-go/aws/session", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "0FvPLvkBUpTElfUc/FZtPsJfuV0=", "path": "github.com/aws/aws-sdk-go/aws/signer/v4", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "wk7EyvDaHwb5qqoOP/4d3cV0708=", "path": "github.com/aws/aws-sdk-go/private/protocol", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "1QmQ3FqV37w0Zi44qv8pA1GeR0A=", "path": "github.com/aws/aws-sdk-go/private/protocol/ec2query", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "O6hcK24yI6w7FA+g4Pbr+eQ7pys=", "path": "github.com/aws/aws-sdk-go/private/protocol/json/jsonutil", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "R00RL5jJXRYq1iiK1+PGvMfvXyM=", "path": "github.com/aws/aws-sdk-go/private/protocol/jsonrpc", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "ZqY5RWavBLWTo6j9xqdyBEaNFRk=", "path": "github.com/aws/aws-sdk-go/private/protocol/query", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Drt1JfLMa0DQEZLWrnMlTWaIcC8=", "path": "github.com/aws/aws-sdk-go/private/protocol/query/queryutil", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "szZSLm3BlYkL3vqlZhNAlYk8iwM=", "path": "github.com/aws/aws-sdk-go/private/protocol/rest", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Rpu8KBtHZgvhkwHxUfaky+qW+G4=", "path": "github.com/aws/aws-sdk-go/private/protocol/restjson", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "ODo+ko8D6unAxZuN1jGzMcN4QCc=", "path": "github.com/aws/aws-sdk-go/private/protocol/restxml", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "lZ1z4xAbT8euCzKoAsnEYic60VE=", "path": "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "F6mth+G7dXN1GI+nktaGo8Lx8aE=", "path": "github.com/aws/aws-sdk-go/private/signer/v2", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Eo9yODN5U99BK0pMzoqnBm7PCrY=", "path": "github.com/aws/aws-sdk-go/private/waiter", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "9n/Gdm1mNIxB7eXRZR+LP2pLjr8=", "path": "github.com/aws/aws-sdk-go/service/acm", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { - "checksumSHA1": "ygS1AtvAaYa1JHsccugtZUlxnxo=", + "checksumSHA1": "Ykf7vcT+gAM+nsZ2vfRbWR51iqM=", "path": "github.com/aws/aws-sdk-go/service/apigateway", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "vywzqp8jtu1rUKkb/4LEld2yOgQ=", "path": "github.com/aws/aws-sdk-go/service/applicationautoscaling", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "0/2niio3ok72EAFl/s3S/E/yabc=", "path": "github.com/aws/aws-sdk-go/service/autoscaling", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "rKlCBX8p5aFkljRSWug8chDKOsU=", "path": "github.com/aws/aws-sdk-go/service/cloudformation", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "FKms6qE/E3ZLLV90G877CrXJwpk=", "path": "github.com/aws/aws-sdk-go/service/cloudfront", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "JkCPEbRbVHODZ8hw8fRRB0ow0+s=", "path": "github.com/aws/aws-sdk-go/service/cloudtrail", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "ZnIZiTYeRgS2393kOcYxNL0qAUQ=", "path": "github.com/aws/aws-sdk-go/service/cloudwatch", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "wlq1vQbXSJ4NK6fzlVrPDZwyw8A=", "path": "github.com/aws/aws-sdk-go/service/cloudwatchevents", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "TMRiIJYbg0/5naYSnYk3DQnaDkk=", "path": "github.com/aws/aws-sdk-go/service/cloudwatchlogs", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "8T0+kiovp+vGclOMZMajizGsG54=", "path": "github.com/aws/aws-sdk-go/service/codebuild", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "JKGhzZ6hg3myUEnNndjUyamloN4=", "path": "github.com/aws/aws-sdk-go/service/codecommit", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Lzj28Igm2Nazp9iY1qt3nJQ8vv4=", "path": "github.com/aws/aws-sdk-go/service/codedeploy", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "LXjLQyMAadcANG0UURWuw4di2YE=", "path": "github.com/aws/aws-sdk-go/service/codepipeline", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "NYRd4lqocAcZdkEvLHAZYyXz8Bs=", "path": "github.com/aws/aws-sdk-go/service/configservice", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "fcYSy6jPQjLB7mtOfxsMqWnjobU=", "path": "github.com/aws/aws-sdk-go/service/databasemigrationservice", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "efnIi8bx7cQJ46T9mtzg/SFRqLI=", "path": "github.com/aws/aws-sdk-go/service/directoryservice", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "D5tbr+FKR8BUU0HxxGB9pS9Dlrc=", "path": "github.com/aws/aws-sdk-go/service/dynamodb", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "ecCVL8+SptmQlojrGtL8mQdaJ6E=", "path": "github.com/aws/aws-sdk-go/service/ec2", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "B6qHy1+Rrp9lQCBR/JDRT72kuCI=", "path": "github.com/aws/aws-sdk-go/service/ecr", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "UFpKfwRxhzQk3pCbBrBa2RsPL24=", "path": "github.com/aws/aws-sdk-go/service/ecs", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "jTTOfudaj/nYDyLCig9SKlDFFHk=", "path": "github.com/aws/aws-sdk-go/service/efs", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "5ZYWoEnb0SID/9cKRb1oGPrrhsA=", "path": "github.com/aws/aws-sdk-go/service/elasticache", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "oVV/BlLfwPI+iycKd9PIQ7oLm/4=", "path": "github.com/aws/aws-sdk-go/service/elasticbeanstalk", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "yvQhmYq5ZKkKooTgkZ+M6032Vr0=", "path": "github.com/aws/aws-sdk-go/service/elasticsearchservice", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "M1+iJ/A2Ml8bxSJFrBr/jWsv9w0=", "path": "github.com/aws/aws-sdk-go/service/elastictranscoder", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "BjzlDfZp1UvDoFfFnkwBxJxtylg=", "path": "github.com/aws/aws-sdk-go/service/elb", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "42TACCjZnJKGuF4ijfLpKUpw4/I=", "path": "github.com/aws/aws-sdk-go/service/elbv2", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "x+ykEiXwI53Wm6Ypb4XgFf/6HaI=", "path": "github.com/aws/aws-sdk-go/service/emr", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "1O87s9AddHMbwCu6ooNULcW9iE8=", "path": "github.com/aws/aws-sdk-go/service/firehose", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "g5xmBO7nAUGV2yT8SAL2tfP8DUU=", "path": "github.com/aws/aws-sdk-go/service/glacier", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "7JybKGBdRMLcnHP+126VLsnVghM=", "path": "github.com/aws/aws-sdk-go/service/iam", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Bk6ExT97T4NMOyXthMr6Avm34mg=", "path": "github.com/aws/aws-sdk-go/service/inspector", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "lUmFKbtBQn9S4qrD5GOd57PIU1c=", "path": "github.com/aws/aws-sdk-go/service/kinesis", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "l1NpLkHXS+eDybfk4Al9Afhyf/4=", "path": "github.com/aws/aws-sdk-go/service/kms", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "8kUY3AExG/gcAJ2I2a5RCSoxx5I=", "path": "github.com/aws/aws-sdk-go/service/lambda", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Ab4YFGFLtEBEIpr8kHkLjB7ydGY=", "path": "github.com/aws/aws-sdk-go/service/lightsail", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "c3N3uwWuXjwio6NNDAlDr0oUUXk=", "path": "github.com/aws/aws-sdk-go/service/opsworks", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "jlUKUEyZw9qh+qLaPaRzWS5bxEk=", "path": "github.com/aws/aws-sdk-go/service/rds", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "09fncNHyk8Tcw9Ailvi0pi9F1Xc=", "path": "github.com/aws/aws-sdk-go/service/redshift", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "VWVMEqjfDDgB14lgsv0Zq3dQclU=", "path": "github.com/aws/aws-sdk-go/service/route53", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "eEWM4wKzVbRqAwIy3MdMCDUGs2s=", "path": "github.com/aws/aws-sdk-go/service/s3", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "4NNi2Ab0iPu/MRGo/kn20mTNxg4=", "path": "github.com/aws/aws-sdk-go/service/ses", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "KpqdFUB/0gBsouCqZmflQ4YPXB0=", "path": "github.com/aws/aws-sdk-go/service/sfn", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "cRGam+7Yt9Ys4WQH6TNYg+Fjf20=", "path": "github.com/aws/aws-sdk-go/service/simpledb", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "3wN8qn+1be7xe/0zXrOM502s+8M=", "path": "github.com/aws/aws-sdk-go/service/sns", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "pMyhp8ffTMnHDoF+Wu0rcvhVoNE=", "path": "github.com/aws/aws-sdk-go/service/sqs", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "UEVVPCLpzuLRBIZI7X1A8mIpSuA=", "path": "github.com/aws/aws-sdk-go/service/ssm", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "Knj17ZMPWkGYTm2hZxEgnuboMM4=", "path": "github.com/aws/aws-sdk-go/service/sts", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "C99KOCRh6qMcFwKFZy3r8we9NNE=", "path": "github.com/aws/aws-sdk-go/service/waf", - "revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440", - "revisionTime": "2017-03-08T00:44:25Z", - "version": "v1.7.5", - "versionExact": "v1.7.5" + "revision": "0484dc540811ee0df1acfee287786cb5b0150ab3", + "revisionTime": "2017-03-09T23:20:29Z", + "version": "v1.7.7", + "versionExact": "v1.7.7" }, { "checksumSHA1": "nqw2Qn5xUklssHTubS5HDvEL9L4=",