provider/aws: Bump SDK to 1.7.5 (#12535)

This commit is contained in:
Paul Stack 2017-03-08 21:15:05 +02:00 committed by GitHub
parent b5b53bc56a
commit 0491638343
9 changed files with 632 additions and 351 deletions

View File

@ -1,8 +1,31 @@
Release v1.7.5 (2017-03-08)
===
Service Client Updates
---
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/rds`: Updates service API and documentation
* Add support to using encrypted clusters as cross-region replication masters. Update CopyDBClusterSnapshot API to support encrypted cross region copy of Aurora cluster snapshots.
Release v1.7.4 (2017-03-06)
===
Service Client Updates
---
* `service/budgets`: Updates service API and paginators
* When creating or editing a budget via the AWS Budgets API you can define notifications that are sent to subscribers when the actual or forecasted value for cost or usage exceeds the notificationThreshold associated with the budget notification object. Starting today, the maximum allowed value for the notificationThreshold was raised from 100 to 300. This change was made to give you more flexibility when setting budget notifications.
* `service/cloudtrail`: Updates service documentation and paginators
* Doc-only update for AWSCloudTrail: Updated links/descriptions
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/opsworkscm`: Updates service API, documentation, and paginators
* OpsWorks for Chef Automate has added a new field "AssociatePublicIpAddress" to the CreateServer request, "CloudFormationStackArn" to the Server model and "TERMINATED" server state.
Release v1.7.3 (2017-02-28)
===
Service Client Updates
---
* `service/mturk`: Renaming service
* service/mechanicalturkrequesterservice was renamed to service/mturk. Be sure to change any references of the old client to the new.

View File

@ -104,8 +104,10 @@ const (
MeteringMarketplaceServiceID = "metering.marketplace" // MeteringMarketplace.
MobileanalyticsServiceID = "mobileanalytics" // Mobileanalytics.
MonitoringServiceID = "monitoring" // Monitoring.
MturkRequesterServiceID = "mturk-requester" // MturkRequester.
OpsworksServiceID = "opsworks" // Opsworks.
OpsworksCmServiceID = "opsworks-cm" // OpsworksCm.
OrganizationsServiceID = "organizations" // Organizations.
PinpointServiceID = "pinpoint" // Pinpoint.
PollyServiceID = "polly" // Polly.
RdsServiceID = "rds" // Rds.
@ -958,6 +960,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{},
@ -1075,10 +1078,13 @@ var awsPartition = partition{
"ap-south-1": endpoint{},
"ap-southeast-1": endpoint{},
"ap-southeast-2": endpoint{},
"ca-central-1": endpoint{},
"eu-central-1": endpoint{},
"eu-west-1": endpoint{},
"eu-west-2": endpoint{},
"sa-east-1": endpoint{},
"us-east-1": endpoint{},
"us-east-2": endpoint{},
"us-west-1": endpoint{},
"us-west-2": endpoint{},
},
@ -1110,6 +1116,16 @@ var awsPartition = partition{
"us-west-2": endpoint{},
},
},
"mturk-requester": service{
IsRegionalized: boxedFalse,
Endpoints: endpoints{
"sandbox": endpoint{
Hostname: "mturk-requester-sandbox.us-east-1.amazonaws.com",
},
"us-east-1": endpoint{},
},
},
"opsworks": service{
Endpoints: endpoints{
@ -1136,6 +1152,19 @@ var awsPartition = partition{
"us-west-2": endpoint{},
},
},
"organizations": service{
PartitionEndpoint: "aws-global",
IsRegionalized: boxedFalse,
Endpoints: endpoints{
"aws-global": endpoint{
Hostname: "organizations.us-east-1.amazonaws.com",
CredentialScope: credentialScope{
Region: "us-east-1",
},
},
},
},
"pinpoint": service{
Defaults: endpoint{
CredentialScope: credentialScope{
@ -1946,6 +1975,12 @@ var awsusgovPartition = partition{
},
},
},
"kinesis": service{
Endpoints: endpoints{
"us-gov-west-1": endpoint{},
},
},
"kms": service{
Endpoints: endpoints{

View File

@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.7.3"
const SDKVersion = "1.7.5"

View File

@ -80,7 +80,6 @@ func (q *queryParser) parseStruct(v url.Values, value reflect.Value, prefix stri
continue
}
if protocol.CanSetIdempotencyToken(value.Field(i), field) {
token := protocol.GetIdempotencyToken()
elemValue = reflect.ValueOf(token)
@ -124,7 +123,11 @@ func (q *queryParser) parseList(v url.Values, value reflect.Value, prefix string
// check for unflattened list member
if !q.isEC2 && tag.Get("flattened") == "" {
prefix += ".member"
if listName := tag.Get("locationNameList"); listName == "" {
prefix += ".member"
} else {
prefix += "." + listName
}
}
for i := 0; i < value.Len(); i++ {

View File

@ -476,7 +476,8 @@ func (c *CloudTrail) GetEventSelectorsRequest(input *GetEventSelectorsInput) (re
// * If your event selector includes read-only events, write-only events,
// or all.
//
// For more information, see Configuring Event Selectors for Trails (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/create-event-selectors-for-a-trail.html)
// For more information, see Logging Data and Management Events for Trails
// (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html)
// in the AWS CloudTrail User Guide.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
@ -846,6 +847,8 @@ func (c *CloudTrail) LookupEventsRequest(input *LookupEventsInput) (req *request
//
// * Event name
//
// * Event source
//
// * Resource name
//
// * Resource type
@ -962,11 +965,11 @@ func (c *CloudTrail) PutEventSelectorsRequest(input *PutEventSelectorsInput) (re
// PutEventSelectors API operation for AWS CloudTrail.
//
// Configures an event selector for your trail. Use event selectors to specify
// the type of events that you want your trail to log. When an event occurs
// in your account, CloudTrail evaluates the event selectors in all trails.
// For each trail, if the event matches any event selector, the trail processes
// and logs the event. If the event doesn't match any event selector, the trail
// doesn't log the event.
// whether you want your trail to log management and/or data events. When an
// event occurs in your account, CloudTrail evaluates the event selectors in
// all trails. For each trail, if the event matches any event selector, the
// trail processes and logs the event. If the event doesn't match any event
// selector, the trail doesn't log the event.
//
// Example
//
@ -987,7 +990,7 @@ func (c *CloudTrail) PutEventSelectorsRequest(input *PutEventSelectorsInput) (re
// trail was created; otherwise, an InvalidHomeRegionException is thrown.
//
// You can configure up to five event selectors for each trail. For more information,
// see Configuring Event Selectors for Trails (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/create-event-selectors-for-a-trail.html)
// see Logging Data and Management Events for Trails (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html)
// in the AWS CloudTrail User Guide.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
@ -1028,7 +1031,7 @@ func (c *CloudTrail) PutEventSelectorsRequest(input *PutEventSelectorsInput) (re
//
// * Specify a valid number of event selectors (1 to 5) for a trail.
//
// * Specify a valid number of data resources (1 to 50) for an event selector.
// * Specify a valid number of data resources (1 to 250) for an event selector.
//
// * Specify a valid value for a parameter. For example, specifying the ReadWriteType
// parameter with a value of read-only is invalid.
@ -1590,8 +1593,8 @@ type CreateTrailInput struct {
IsMultiRegionTrail *bool `type:"boolean"`
// Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail.
// The value can be a an alias name prefixed by "alias/", a fully specified
// ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
// The value can be an alias name prefixed by "alias/", a fully specified ARN
// to an alias, a fully specified ARN to a key, or a globally unique identifier.
//
// Examples:
//
@ -1865,9 +1868,9 @@ func (s *CreateTrailOutput) SetTrailARN(v string) *CreateTrailOutput {
}
// The Amazon S3 objects that you specify in your event selectors for your trail
// to log data events. Data events are object level API operations that access
// to log data events. Data events are object-level API operations that access
// S3 objects, such as GetObject, DeleteObject, and PutObject. You can specify
// up to 50 S3 buckets and object prefixes for an event selector.
// up to 250 S3 buckets and object prefixes for a trail.
//
// Example
//
@ -2144,11 +2147,11 @@ func (s *Event) SetUsername(v string) *Event {
return s
}
// Use event selectors to specify the types of events that you want your trail
// to log. When an event occurs in your account, CloudTrail evaluates the event
// selector for all trails. For each trail, if the event matches any event selector,
// the trail processes and logs the event. If the event doesn't match any event
// selector, the trail doesn't log the event.
// Use event selectors to specify whether you want your trail to log management
// and/or data events. When an event occurs in your account, CloudTrail evaluates
// the event selector for all trails. For each trail, if the event matches any
// event selector, the trail processes and logs the event. If the event doesn't
// match any event selector, the trail doesn't log the event.
//
// You can configure up to five event selectors for a trail.
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudtrail-2013-11-01/EventSelector
@ -2156,16 +2159,16 @@ type EventSelector struct {
_ struct{} `type:"structure"`
// CloudTrail supports logging only data events for S3 objects. You can specify
// up to 50 S3 buckets and object prefixes for an event selector.
// up to 250 S3 buckets and object prefixes for a trail.
//
// For more information, see Data Events (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/create-event-selectors-for-a-trail.html#data-events-resources)
// For more information, see Data Events (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events)
// in the AWS CloudTrail User Guide.
DataResources []*DataResource `type:"list"`
// Specify if you want your event selector to include management events for
// your trail.
//
// For more information, see Management Events (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/create-event-selectors-for-a-trail.html#event-selector-for-management-events)
// For more information, see Management Events (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-management-events)
// in the AWS CloudTrail User Guide.
//
// By default, the value is true.
@ -3541,8 +3544,8 @@ type UpdateTrailInput struct {
IsMultiRegionTrail *bool `type:"boolean"`
// Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail.
// The value can be a an alias name prefixed by "alias/", a fully specified
// ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
// The value can be an alias name prefixed by "alias/", a fully specified ARN
// to an alias, a fully specified ARN to a key, or a globally unique identifier.
//
// Examples:
//

View File

@ -59,7 +59,7 @@ const (
//
// * Specify a valid number of event selectors (1 to 5) for a trail.
//
// * Specify a valid number of data resources (1 to 50) for an event selector.
// * Specify a valid number of data resources (1 to 250) for an event selector.
//
// * Specify a valid value for a parameter. For example, specifying the ReadWriteType
// parameter with a value of read-only is invalid.

View File

@ -509,8 +509,67 @@ func (c *RDS) CopyDBClusterSnapshotRequest(input *CopyDBClusterSnapshotInput) (r
// CopyDBClusterSnapshot API operation for Amazon Relational Database Service.
//
// Creates a snapshot of a DB cluster. For more information on Amazon Aurora,
// see Aurora on Amazon RDS (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html)
// Copies a snapshot of a DB cluster.
//
// To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier
// must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.
//
// You can copy an encrypted DB cluster snapshot from another AWS region. In
// that case, the region where you call the CopyDBClusterSnapshot action is
// the destination region for the encrypted DB cluster snapshot to be copied
// to. To copy an encrypted DB cluster snapshot from another region, you must
// provide the following values:
//
// * KmsKeyId - The AWS Key Management System (KMS) key identifier for the
// key to use to encrypt the copy of the DB cluster snapshot in the destination
// region.
//
// * PreSignedUrl - A URL that contains a Signature Version 4 signed request
// for the CopyDBClusterSnapshot action to be called in the source region
// where the DB cluster snapshot will be copied from. The pre-signed URL
// must be a valid request for the CopyDBClusterSnapshot API action that
// can be executed in the source region that contains the encrypted DB cluster
// snapshot to be copied.
//
// The pre-signed URL request must contain the following parameter values:
//
// KmsKeyId - The KMS key identifier for the key to use to encrypt the copy
// of the DB cluster snapshot in the destination region. This is the same
// identifier for both the CopyDBClusterSnapshot action that is called in
// the destination region, and the action contained in the pre-signed URL.
//
// DestinationRegion - The name of the region that the DB cluster snapshot will
// be created in.
//
// SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for
// the encrypted DB cluster snapshot to be copied. This identifier must be
// in the Amazon Resource Name (ARN) format for the source region. For example,
// if you are copying an encrypted DB cluster snapshot from the us-west-2
// region, then your SourceDBClusterSnapshotIdentifier looks like the following
// example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115.
//
// To learn how to generate a Signature Version 4 signed request, see Authenticating
// Requests: Using Query Parameters (AWS Signature Version 4) (http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html)
// and Signature Version 4 Signing Process (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
//
// * TargetDBClusterSnapshotIdentifier - The identifier for the new copy
// of the DB cluster snapshot in the destination region.
//
// * SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier
// for the encrypted DB cluster snapshot to be copied. This identifier must
// be in the ARN format for the source region and is the same value as the
// SourceDBClusterSnapshotIdentifier in the pre-signed URL.
//
// To cancel the copy operation once it is in progress, delete the target DB
// cluster snapshot identified by TargetDBClusterSnapshotIdentifier while that
// DB cluster snapshot is in "copying" status.
//
// For more information on copying encrypted DB cluster snapshots from one region
// to another, see Copying a DB Cluster Snapshot in the Same Account, Either
// in the Same Region or Across Regions (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBClusterSnapshot.CrossRegion)
// in the Amazon RDS User Guide.
//
// For more information on Amazon Aurora, see Aurora on Amazon RDS (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html)
// in the Amazon RDS User Guide.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
@ -873,6 +932,8 @@ func (c *RDS) CreateDBClusterRequest(input *CreateDBClusterInput) (req *request.
//
// You can use the ReplicationSourceIdentifier parameter to create the DB cluster
// as a Read Replica of another DB cluster or Amazon RDS MySQL DB instance.
// For cross-region replication where the DB cluster identified by ReplicationSourceIdentifier
// is encrypted, you must also specify the PreSignedUrl parameter.
//
// For more information on Amazon Aurora, see Aurora on Amazon RDS (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html)
// in the Amazon RDS User Guide.
@ -8316,6 +8377,65 @@ func (s *CopyDBClusterParameterGroupOutput) SetDBClusterParameterGroup(v *DBClus
type CopyDBClusterSnapshotInput struct {
_ struct{} `type:"structure"`
CopyTags *bool `type:"boolean"`
// DestinationRegion is used for presigning the request to a given region.
DestinationRegion *string `type:"string"`
// The AWS KMS key ID for an encrypted DB cluster snapshot. The KMS key ID is
// the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias
// for the KMS encryption key.
//
// If you copy an unencrypted DB cluster snapshot and specify a value for the
// KmsKeyId parameter, Amazon RDS encrypts the target DB cluster snapshot using
// the specified KMS encryption key.
//
// If you copy an encrypted DB cluster snapshot from your AWS account, you can
// specify a value for KmsKeyId to encrypt the copy with a new KMS encryption
// key. If you don't specify a value for KmsKeyId, then the copy of the DB cluster
// snapshot is encrypted with the same KMS key as the source DB cluster snapshot.
//
// If you copy an encrypted DB cluster snapshot that is shared from another
// AWS account, then you must specify a value for KmsKeyId.
//
// To copy an encrypted DB cluster snapshot to another region, you must set
// KmsKeyId to the KMS key ID you want to use to encrypt the copy of the DB
// cluster snapshot in the destination region. KMS encryption keys are specific
// to the region that they are created in, and you cannot use encryption keys
// from one region in another region.
KmsKeyId *string `type:"string"`
// The URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot
// API action in the AWS region that contains the source DB cluster snapshot
// to copy. The PreSignedUrl parameter must be used when copying an encrypted
// DB cluster snapshot from another AWS region.
//
// The pre-signed URL must be a valid request for the CopyDBSClusterSnapshot
// API action that can be executed in the source region that contains the encrypted
// DB cluster snapshot to be copied. The pre-signed URL request must contain
// the following parameter values:
//
// * KmsKeyId - The KMS key identifier for the key to use to encrypt the
// copy of the DB cluster snapshot in the destination region. This is the
// same identifier for both the CopyDBClusterSnapshot action that is called
// in the destination region, and the action contained in the pre-signed
// URL.
//
// * DestinationRegion - The name of the region that the DB cluster snapshot
// will be created in.
//
// * SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier
// for the encrypted DB cluster snapshot to be copied. This identifier must
// be in the Amazon Resource Name (ARN) format for the source region. For
// example, if you are copying an encrypted DB cluster snapshot from the
// us-west-2 region, then your SourceDBClusterSnapshotIdentifier looks like
// the following example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115.
//
// To learn how to generate a Signature Version 4 signed request, see Authenticating
// Requests: Using Query Parameters (AWS Signature Version 4) (http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html)
// and Signature Version 4 Signing Process (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
PreSignedUrl *string `type:"string"`
// The identifier of the DB cluster snapshot to copy. This parameter is not
// case-sensitive.
//
@ -8332,6 +8452,11 @@ type CopyDBClusterSnapshotInput struct {
// SourceDBClusterSnapshotIdentifier is a required field
SourceDBClusterSnapshotIdentifier *string `type:"string" required:"true"`
// SourceRegion is the source region where the resource exists. This is not
// sent over the wire and is only used for presigning. This value should always
// have the same region as the source ARN.
SourceRegion *string `type:"string" ignore:"true"`
// A list of tags.
Tags []*Tag `locationNameList:"Tag" type:"list"`
@ -8378,12 +8503,42 @@ func (s *CopyDBClusterSnapshotInput) Validate() error {
return nil
}
// SetCopyTags sets the CopyTags field's value.
func (s *CopyDBClusterSnapshotInput) SetCopyTags(v bool) *CopyDBClusterSnapshotInput {
s.CopyTags = &v
return s
}
// SetDestinationRegion sets the DestinationRegion field's value.
func (s *CopyDBClusterSnapshotInput) SetDestinationRegion(v string) *CopyDBClusterSnapshotInput {
s.DestinationRegion = &v
return s
}
// SetKmsKeyId sets the KmsKeyId field's value.
func (s *CopyDBClusterSnapshotInput) SetKmsKeyId(v string) *CopyDBClusterSnapshotInput {
s.KmsKeyId = &v
return s
}
// SetPreSignedUrl sets the PreSignedUrl field's value.
func (s *CopyDBClusterSnapshotInput) SetPreSignedUrl(v string) *CopyDBClusterSnapshotInput {
s.PreSignedUrl = &v
return s
}
// SetSourceDBClusterSnapshotIdentifier sets the SourceDBClusterSnapshotIdentifier field's value.
func (s *CopyDBClusterSnapshotInput) SetSourceDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput {
s.SourceDBClusterSnapshotIdentifier = &v
return s
}
// SetSourceRegion sets the SourceRegion field's value.
func (s *CopyDBClusterSnapshotInput) SetSourceRegion(v string) *CopyDBClusterSnapshotInput {
s.SourceRegion = &v
return s
}
// SetTags sets the Tags field's value.
func (s *CopyDBClusterSnapshotInput) SetTags(v []*Tag) *CopyDBClusterSnapshotInput {
s.Tags = v
@ -8966,6 +9121,9 @@ type CreateDBClusterInput struct {
// you are creating.
DatabaseName *string `type:"string"`
// DestinationRegion is used for presigning the request to a given region.
DestinationRegion *string `type:"string"`
// The name of the database engine to be used for this DB cluster.
//
// Valid Values: aurora
@ -8985,12 +9143,16 @@ type CreateDBClusterInput struct {
// The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption
// key. If you are creating a DB cluster with the same AWS account that owns
// the KMS encryption key used to encrypt the new DB cluster, then you can use
// the KMS key alias instead of the ARN for the KM encryption key.
// the KMS key alias instead of the ARN for the KMS encryption key.
//
// If the StorageEncrypted parameter is true, and you do not specify a value
// for the KmsKeyId parameter, then Amazon RDS will use your default encryption
// key. AWS KMS creates the default encryption key for your AWS account. Your
// AWS account has a different default encryption key for each AWS region.
//
// If you create a Read Replica of an encrypted DB cluster in another region,
// you must set KmsKeyId to a KMS key ID that is valid in the destination region.
// This key is used to encrypt the Read Replica in that region.
KmsKeyId *string `type:"string"`
// The password for the master database user. This password can contain any
@ -9022,6 +9184,36 @@ type CreateDBClusterInput struct {
// Default: 3306
Port *int64 `type:"integer"`
// A URL that contains a Signature Version 4 signed request for the CreateDBCluster
// action to be called in the source region where the DB cluster will be replicated
// from. You only need to specify PreSignedUrl when you are performing cross-region
// replication from an encrypted DB cluster.
//
// The pre-signed URL must be a valid request for the CreateDBCluster API action
// that can be executed in the source region that contains the encrypted DB
// cluster to be copied.
//
// The pre-signed URL request must contain the following parameter values:
//
// * KmsKeyId - The KMS key identifier for the key to use to encrypt the
// copy of the DB cluster in the destination region. This should refer to
// the same KMS key for both the CreateDBCluster action that is called in
// the destination region, and the action contained in the pre-signed URL.
//
// * DestinationRegion - The name of the region that Aurora Read Replica
// will be created in.
//
// * ReplicationSourceIdentifier - The DB cluster identifier for the encrypted
// DB cluster to be copied. This identifier must be in the Amazon Resource
// Name (ARN) format for the source region. For example, if you are copying
// an encrypted DB cluster from the us-west-2 region, then your ReplicationSourceIdentifier
// would look like Example: arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1.
//
// To learn how to generate a Signature Version 4 signed request, see Authenticating
// Requests: Using Query Parameters (AWS Signature Version 4) (http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html)
// and Signature Version 4 Signing Process (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
PreSignedUrl *string `type:"string"`
// The daily time range during which automated backups are created if automated
// backups are enabled using the BackupRetentionPeriod parameter.
//
@ -9060,6 +9252,11 @@ type CreateDBClusterInput struct {
// this DB cluster is created as a Read Replica.
ReplicationSourceIdentifier *string `type:"string"`
// SourceRegion is the source region where the resource exists. This is not
// sent over the wire and is only used for presigning. This value should always
// have the same region as the source ARN.
SourceRegion *string `type:"string" ignore:"true"`
// Specifies whether the DB cluster is encrypted.
StorageEncrypted *bool `type:"boolean"`
@ -9138,6 +9335,12 @@ func (s *CreateDBClusterInput) SetDatabaseName(v string) *CreateDBClusterInput {
return s
}
// SetDestinationRegion sets the DestinationRegion field's value.
func (s *CreateDBClusterInput) SetDestinationRegion(v string) *CreateDBClusterInput {
s.DestinationRegion = &v
return s
}
// SetEngine sets the Engine field's value.
func (s *CreateDBClusterInput) SetEngine(v string) *CreateDBClusterInput {
s.Engine = &v
@ -9180,6 +9383,12 @@ func (s *CreateDBClusterInput) SetPort(v int64) *CreateDBClusterInput {
return s
}
// SetPreSignedUrl sets the PreSignedUrl field's value.
func (s *CreateDBClusterInput) SetPreSignedUrl(v string) *CreateDBClusterInput {
s.PreSignedUrl = &v
return s
}
// SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (s *CreateDBClusterInput) SetPreferredBackupWindow(v string) *CreateDBClusterInput {
s.PreferredBackupWindow = &v
@ -9198,6 +9407,12 @@ func (s *CreateDBClusterInput) SetReplicationSourceIdentifier(v string) *CreateD
return s
}
// SetSourceRegion sets the SourceRegion field's value.
func (s *CreateDBClusterInput) SetSourceRegion(v string) *CreateDBClusterInput {
s.SourceRegion = &v
return s
}
// SetStorageEncrypted sets the StorageEncrypted field's value.
func (s *CreateDBClusterInput) SetStorageEncrypted(v bool) *CreateDBClusterInput {
s.StorageEncrypted = &v

View File

@ -13,6 +13,8 @@ func init() {
ops := []string{
opCopyDBSnapshot,
opCreateDBInstanceReadReplica,
opCopyDBClusterSnapshot,
opCreateDBCluster,
}
initRequest = func(r *request.Request) {
for _, operation := range ops {

644
vendor/vendor.json vendored
View File

@ -480,636 +480,636 @@
"revisionTime": "2017-01-23T00:46:44Z"
},
{
"checksumSHA1": "OM67XTAtQQWCANR9osdxf2e+ij4=",
"checksumSHA1": "iqZtcuXvBhnOSc9oSK706rUQBGg=",
"path": "github.com/aws/aws-sdk-go",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "hw+4wvdRBIceN0V2nXNZPCb93gI=",
"checksumSHA1": "FN20dHo+g6B2zQC/ETGW/J+RNxw=",
"path": "github.com/aws/aws-sdk-go/aws",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Y9W+4GimK4Fuxq+vyIskVYFRnX4=",
"path": "github.com/aws/aws-sdk-go/aws/awserr",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "yyYr41HZ1Aq0hWc3J5ijXwYEcac=",
"path": "github.com/aws/aws-sdk-go/aws/awsutil",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "iThCyNRL/oQFD9CF2SYgBGl+aww=",
"path": "github.com/aws/aws-sdk-go/aws/client",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "ieAJ+Cvp/PKv1LpUEnUXpc3OI6E=",
"path": "github.com/aws/aws-sdk-go/aws/client/metadata",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Fl8vRSCY0MbM04cmiz/0MID+goA=",
"path": "github.com/aws/aws-sdk-go/aws/corehandlers",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "zu5C95rmCZff6NYZb62lEaT5ibE=",
"path": "github.com/aws/aws-sdk-go/aws/credentials",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "u3GOAJLmdvbuNUeUEcZSEAOeL/0=",
"path": "github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "NUJUTWlc1sV8b7WjfiYc4JZbXl0=",
"path": "github.com/aws/aws-sdk-go/aws/credentials/endpointcreds",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "6cj/zsRmcxkE1TLS+v910GbQYg0=",
"path": "github.com/aws/aws-sdk-go/aws/credentials/stscreds",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "lqh3fG7wCochvB4iHAZJuhhEJW0=",
"path": "github.com/aws/aws-sdk-go/aws/defaults",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "/EXbk/z2TWjWc1Hvb4QYs3Wmhb8=",
"path": "github.com/aws/aws-sdk-go/aws/ec2metadata",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "JTrzEDPXL3pUUH+dMCixz9T9rLY=",
"checksumSHA1": "9LFtC2yggJvQfZ6NKVQTkW2WQJ8=",
"path": "github.com/aws/aws-sdk-go/aws/endpoints",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "M78rTxU55Qagqr3MYj91im2031E=",
"path": "github.com/aws/aws-sdk-go/aws/request",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "u6tKvFGcRQ1xtby1ONjgyUTgcpg=",
"path": "github.com/aws/aws-sdk-go/aws/session",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "0FvPLvkBUpTElfUc/FZtPsJfuV0=",
"path": "github.com/aws/aws-sdk-go/aws/signer/v4",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "wk7EyvDaHwb5qqoOP/4d3cV0708=",
"path": "github.com/aws/aws-sdk-go/private/protocol",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "1QmQ3FqV37w0Zi44qv8pA1GeR0A=",
"path": "github.com/aws/aws-sdk-go/private/protocol/ec2query",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "O6hcK24yI6w7FA+g4Pbr+eQ7pys=",
"path": "github.com/aws/aws-sdk-go/private/protocol/json/jsonutil",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "R00RL5jJXRYq1iiK1+PGvMfvXyM=",
"path": "github.com/aws/aws-sdk-go/private/protocol/jsonrpc",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "ZqY5RWavBLWTo6j9xqdyBEaNFRk=",
"path": "github.com/aws/aws-sdk-go/private/protocol/query",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "hqTEmgtchF9SwVTW0IQId2eLUKM=",
"checksumSHA1": "Drt1JfLMa0DQEZLWrnMlTWaIcC8=",
"path": "github.com/aws/aws-sdk-go/private/protocol/query/queryutil",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "szZSLm3BlYkL3vqlZhNAlYk8iwM=",
"path": "github.com/aws/aws-sdk-go/private/protocol/rest",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Rpu8KBtHZgvhkwHxUfaky+qW+G4=",
"path": "github.com/aws/aws-sdk-go/private/protocol/restjson",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "ODo+ko8D6unAxZuN1jGzMcN4QCc=",
"path": "github.com/aws/aws-sdk-go/private/protocol/restxml",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "lZ1z4xAbT8euCzKoAsnEYic60VE=",
"path": "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "F6mth+G7dXN1GI+nktaGo8Lx8aE=",
"path": "github.com/aws/aws-sdk-go/private/signer/v2",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Eo9yODN5U99BK0pMzoqnBm7PCrY=",
"path": "github.com/aws/aws-sdk-go/private/waiter",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "9n/Gdm1mNIxB7eXRZR+LP2pLjr8=",
"path": "github.com/aws/aws-sdk-go/service/acm",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "ygS1AtvAaYa1JHsccugtZUlxnxo=",
"path": "github.com/aws/aws-sdk-go/service/apigateway",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "vywzqp8jtu1rUKkb/4LEld2yOgQ=",
"path": "github.com/aws/aws-sdk-go/service/applicationautoscaling",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "0/2niio3ok72EAFl/s3S/E/yabc=",
"path": "github.com/aws/aws-sdk-go/service/autoscaling",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "rKlCBX8p5aFkljRSWug8chDKOsU=",
"path": "github.com/aws/aws-sdk-go/service/cloudformation",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "FKms6qE/E3ZLLV90G877CrXJwpk=",
"path": "github.com/aws/aws-sdk-go/service/cloudfront",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "YCEne7Ho245VJlaDqxpGaaNnNAs=",
"checksumSHA1": "JkCPEbRbVHODZ8hw8fRRB0ow0+s=",
"path": "github.com/aws/aws-sdk-go/service/cloudtrail",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "ZnIZiTYeRgS2393kOcYxNL0qAUQ=",
"path": "github.com/aws/aws-sdk-go/service/cloudwatch",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "wlq1vQbXSJ4NK6fzlVrPDZwyw8A=",
"path": "github.com/aws/aws-sdk-go/service/cloudwatchevents",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "TMRiIJYbg0/5naYSnYk3DQnaDkk=",
"path": "github.com/aws/aws-sdk-go/service/cloudwatchlogs",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "8T0+kiovp+vGclOMZMajizGsG54=",
"path": "github.com/aws/aws-sdk-go/service/codebuild",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "JKGhzZ6hg3myUEnNndjUyamloN4=",
"path": "github.com/aws/aws-sdk-go/service/codecommit",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Lzj28Igm2Nazp9iY1qt3nJQ8vv4=",
"path": "github.com/aws/aws-sdk-go/service/codedeploy",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "LXjLQyMAadcANG0UURWuw4di2YE=",
"path": "github.com/aws/aws-sdk-go/service/codepipeline",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "NYRd4lqocAcZdkEvLHAZYyXz8Bs=",
"path": "github.com/aws/aws-sdk-go/service/configservice",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "fcYSy6jPQjLB7mtOfxsMqWnjobU=",
"path": "github.com/aws/aws-sdk-go/service/databasemigrationservice",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "efnIi8bx7cQJ46T9mtzg/SFRqLI=",
"path": "github.com/aws/aws-sdk-go/service/directoryservice",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "D5tbr+FKR8BUU0HxxGB9pS9Dlrc=",
"path": "github.com/aws/aws-sdk-go/service/dynamodb",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "ecCVL8+SptmQlojrGtL8mQdaJ6E=",
"path": "github.com/aws/aws-sdk-go/service/ec2",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "B6qHy1+Rrp9lQCBR/JDRT72kuCI=",
"path": "github.com/aws/aws-sdk-go/service/ecr",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "UFpKfwRxhzQk3pCbBrBa2RsPL24=",
"path": "github.com/aws/aws-sdk-go/service/ecs",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "jTTOfudaj/nYDyLCig9SKlDFFHk=",
"path": "github.com/aws/aws-sdk-go/service/efs",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "5ZYWoEnb0SID/9cKRb1oGPrrhsA=",
"path": "github.com/aws/aws-sdk-go/service/elasticache",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "oVV/BlLfwPI+iycKd9PIQ7oLm/4=",
"path": "github.com/aws/aws-sdk-go/service/elasticbeanstalk",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "yvQhmYq5ZKkKooTgkZ+M6032Vr0=",
"path": "github.com/aws/aws-sdk-go/service/elasticsearchservice",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "M1+iJ/A2Ml8bxSJFrBr/jWsv9w0=",
"path": "github.com/aws/aws-sdk-go/service/elastictranscoder",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "BjzlDfZp1UvDoFfFnkwBxJxtylg=",
"path": "github.com/aws/aws-sdk-go/service/elb",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "42TACCjZnJKGuF4ijfLpKUpw4/I=",
"path": "github.com/aws/aws-sdk-go/service/elbv2",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "x+ykEiXwI53Wm6Ypb4XgFf/6HaI=",
"path": "github.com/aws/aws-sdk-go/service/emr",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "1O87s9AddHMbwCu6ooNULcW9iE8=",
"path": "github.com/aws/aws-sdk-go/service/firehose",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "g5xmBO7nAUGV2yT8SAL2tfP8DUU=",
"path": "github.com/aws/aws-sdk-go/service/glacier",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "7JybKGBdRMLcnHP+126VLsnVghM=",
"path": "github.com/aws/aws-sdk-go/service/iam",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Bk6ExT97T4NMOyXthMr6Avm34mg=",
"path": "github.com/aws/aws-sdk-go/service/inspector",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "lUmFKbtBQn9S4qrD5GOd57PIU1c=",
"path": "github.com/aws/aws-sdk-go/service/kinesis",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "l1NpLkHXS+eDybfk4Al9Afhyf/4=",
"path": "github.com/aws/aws-sdk-go/service/kms",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "8kUY3AExG/gcAJ2I2a5RCSoxx5I=",
"path": "github.com/aws/aws-sdk-go/service/lambda",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Ab4YFGFLtEBEIpr8kHkLjB7ydGY=",
"path": "github.com/aws/aws-sdk-go/service/lightsail",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "c3N3uwWuXjwio6NNDAlDr0oUUXk=",
"path": "github.com/aws/aws-sdk-go/service/opsworks",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "M5FOT9uK1HSNypXWS8yVyt2tTWc=",
"checksumSHA1": "jlUKUEyZw9qh+qLaPaRzWS5bxEk=",
"path": "github.com/aws/aws-sdk-go/service/rds",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "09fncNHyk8Tcw9Ailvi0pi9F1Xc=",
"path": "github.com/aws/aws-sdk-go/service/redshift",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "VWVMEqjfDDgB14lgsv0Zq3dQclU=",
"path": "github.com/aws/aws-sdk-go/service/route53",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "eEWM4wKzVbRqAwIy3MdMCDUGs2s=",
"path": "github.com/aws/aws-sdk-go/service/s3",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "4NNi2Ab0iPu/MRGo/kn20mTNxg4=",
"path": "github.com/aws/aws-sdk-go/service/ses",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "KpqdFUB/0gBsouCqZmflQ4YPXB0=",
"path": "github.com/aws/aws-sdk-go/service/sfn",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "cRGam+7Yt9Ys4WQH6TNYg+Fjf20=",
"path": "github.com/aws/aws-sdk-go/service/simpledb",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "3wN8qn+1be7xe/0zXrOM502s+8M=",
"path": "github.com/aws/aws-sdk-go/service/sns",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "pMyhp8ffTMnHDoF+Wu0rcvhVoNE=",
"path": "github.com/aws/aws-sdk-go/service/sqs",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "UEVVPCLpzuLRBIZI7X1A8mIpSuA=",
"path": "github.com/aws/aws-sdk-go/service/ssm",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "Knj17ZMPWkGYTm2hZxEgnuboMM4=",
"path": "github.com/aws/aws-sdk-go/service/sts",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "C99KOCRh6qMcFwKFZy3r8we9NNE=",
"path": "github.com/aws/aws-sdk-go/service/waf",
"revision": "6669bce73b4e3bc922ff5ea3a3983ede26e02b39",
"revisionTime": "2017-02-28T02:59:22Z",
"version": "v1.7.3",
"versionExact": "v1.7.3"
"revision": "fa1a4bc634fffa6ac468d8fb217e05475e063440",
"revisionTime": "2017-03-08T00:44:25Z",
"version": "v1.7.5",
"versionExact": "v1.7.5"
},
{
"checksumSHA1": "nqw2Qn5xUklssHTubS5HDvEL9L4=",