change github.com/aws/aws-sdk-go to be the same revision in kubernetes

This commit is contained in:
Jingfang Liu
2018-10-16 09:34:22 -07:00
parent e0958159f3
commit c6a78cee92
462 changed files with 20605 additions and 85780 deletions

View File

@@ -1811,7 +1811,7 @@ type Dataset struct {
_ struct{} `type:"structure"`
// Date on which the dataset was created.
CreationDate *time.Time `type:"timestamp"`
CreationDate *time.Time `type:"timestamp" timestampFormat:"unix"`
// Total size in bytes of the records in this dataset.
DataStorage *int64 `type:"long"`
@@ -1828,7 +1828,7 @@ type Dataset struct {
LastModifiedBy *string `type:"string"`
// Date when the dataset was last modified.
LastModifiedDate *time.Time `type:"timestamp"`
LastModifiedDate *time.Time `type:"timestamp" timestampFormat:"unix"`
// Number of records in this dataset.
NumRecords *int64 `type:"long"`
@@ -2302,10 +2302,10 @@ type GetBulkPublishDetailsOutput struct {
// If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation
// completed.
BulkPublishCompleteTime *time.Time `type:"timestamp"`
BulkPublishCompleteTime *time.Time `type:"timestamp" timestampFormat:"unix"`
// The date/time at which the last bulk publish was initiated.
BulkPublishStartTime *time.Time `type:"timestamp"`
BulkPublishStartTime *time.Time `type:"timestamp" timestampFormat:"unix"`
// Status of the last bulk publish operation, valid values are: NOT_STARTED
// - No bulk publish has been requested for this identity pool
@@ -2533,7 +2533,7 @@ type IdentityPoolUsage struct {
IdentityPoolId *string `min:"1" type:"string"`
// Date on which the identity pool was last modified.
LastModifiedDate *time.Time `type:"timestamp"`
LastModifiedDate *time.Time `type:"timestamp" timestampFormat:"unix"`
// Number of sync sessions for the identity pool.
SyncSessionsCount *int64 `type:"long"`
@@ -2592,7 +2592,7 @@ type IdentityUsage struct {
IdentityPoolId *string `min:"1" type:"string"`
// Date on which the identity was last modified.
LastModifiedDate *time.Time `type:"timestamp"`
LastModifiedDate *time.Time `type:"timestamp" timestampFormat:"unix"`
}
// String returns the string representation
@@ -3102,7 +3102,7 @@ type Record struct {
_ struct{} `type:"structure"`
// The last modified date of the client device.
DeviceLastModifiedDate *time.Time `type:"timestamp"`
DeviceLastModifiedDate *time.Time `type:"timestamp" timestampFormat:"unix"`
// The key for the record.
Key *string `min:"1" type:"string"`
@@ -3111,7 +3111,7 @@ type Record struct {
LastModifiedBy *string `type:"string"`
// The date on which the record was last modified.
LastModifiedDate *time.Time `type:"timestamp"`
LastModifiedDate *time.Time `type:"timestamp" timestampFormat:"unix"`
// The server sync count for this record.
SyncCount *int64 `type:"long"`
@@ -3171,7 +3171,7 @@ type RecordPatch struct {
_ struct{} `type:"structure"`
// The last modified date of the client device.
DeviceLastModifiedDate *time.Time `type:"timestamp"`
DeviceLastModifiedDate *time.Time `type:"timestamp" timestampFormat:"unix"`
// The key associated with the record patch.
//