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

@@ -4276,7 +4276,7 @@ type Activity struct {
ResourceMetadata *ResourceMetadata `type:"structure"`
// The timestamp when the action was performed.
TimeStamp *time.Time `type:"timestamp"`
TimeStamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The activity type.
Type *string `type:"string" enum:"ActivityType"`
@@ -4463,7 +4463,7 @@ type Comment struct {
Contributor *User `type:"structure"`
// The time that the comment was created.
CreatedTimestamp *time.Time `type:"timestamp"`
CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ID of the parent comment.
ParentId *string `min:"1" type:"string"`
@@ -4565,7 +4565,7 @@ type CommentMetadata struct {
Contributor *User `type:"structure"`
// The timestamp that the comment was created.
CreatedTimestamp *time.Time `type:"timestamp"`
CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ID of the user being replied to.
RecipientId *string `min:"1" type:"string"`
@@ -6029,7 +6029,7 @@ type DescribeActivitiesInput struct {
// The timestamp that determines the end time of the activities. The response
// includes the activities performed before the specified timestamp.
EndTime *time.Time `location:"querystring" locationName:"endTime" type:"timestamp"`
EndTime *time.Time `location:"querystring" locationName:"endTime" type:"timestamp" timestampFormat:"unix"`
// The maximum number of items to return.
Limit *int64 `location:"querystring" locationName:"limit" min:"1" type:"integer"`
@@ -6043,7 +6043,7 @@ type DescribeActivitiesInput struct {
// The timestamp that determines the starting time of the activities. The response
// includes the activities performed after the specified timestamp.
StartTime *time.Time `location:"querystring" locationName:"startTime" type:"timestamp"`
StartTime *time.Time `location:"querystring" locationName:"startTime" type:"timestamp" timestampFormat:"unix"`
// The ID of the user who performed the action. The response includes activities
// pertaining to this user. This is an optional parameter and is only applicable
@@ -7218,7 +7218,7 @@ type DocumentMetadata struct {
_ struct{} `type:"structure"`
// The time when the document was created.
CreatedTimestamp *time.Time `type:"timestamp"`
CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ID of the creator.
CreatorId *string `min:"1" type:"string"`
@@ -7233,7 +7233,7 @@ type DocumentMetadata struct {
LatestVersionMetadata *DocumentVersionMetadata `type:"structure"`
// The time when the document was updated.
ModifiedTimestamp *time.Time `type:"timestamp"`
ModifiedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ID of the parent folder.
ParentFolderId *string `min:"1" type:"string"`
@@ -7305,16 +7305,16 @@ type DocumentVersionMetadata struct {
_ struct{} `type:"structure"`
// The timestamp when the content of the document was originally created.
ContentCreatedTimestamp *time.Time `type:"timestamp"`
ContentCreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The timestamp when the content of the document was modified.
ContentModifiedTimestamp *time.Time `type:"timestamp"`
ContentModifiedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The content type of the document.
ContentType *string `min:"1" type:"string"`
// The timestamp when the document was first uploaded.
CreatedTimestamp *time.Time `type:"timestamp"`
CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ID of the creator.
CreatorId *string `min:"1" type:"string"`
@@ -7323,7 +7323,7 @@ type DocumentVersionMetadata struct {
Id *string `min:"1" type:"string"`
// The timestamp when the document was last uploaded.
ModifiedTimestamp *time.Time `type:"timestamp"`
ModifiedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The name of the version.
Name *string `min:"1" type:"string"`
@@ -7437,7 +7437,7 @@ type FolderMetadata struct {
_ struct{} `type:"structure"`
// The time when the folder was created.
CreatedTimestamp *time.Time `type:"timestamp"`
CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ID of the creator.
CreatorId *string `min:"1" type:"string"`
@@ -7452,7 +7452,7 @@ type FolderMetadata struct {
LatestVersionSize *int64 `type:"long"`
// The time when the folder was updated.
ModifiedTimestamp *time.Time `type:"timestamp"`
ModifiedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The name of the folder.
Name *string `min:"1" type:"string"`
@@ -8195,10 +8195,10 @@ type InitiateDocumentVersionUploadInput struct {
AuthenticationToken *string `location:"header" locationName:"Authentication" min:"1" type:"string"`
// The timestamp when the content of the document was originally created.
ContentCreatedTimestamp *time.Time `type:"timestamp"`
ContentCreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The timestamp when the content of the document was modified.
ContentModifiedTimestamp *time.Time `type:"timestamp"`
ContentModifiedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The content type of the document.
ContentType *string `min:"1" type:"string"`
@@ -9464,7 +9464,7 @@ type User struct {
_ struct{} `type:"structure"`
// The time when the user was created.
CreatedTimestamp *time.Time `type:"timestamp"`
CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The email address of the user.
EmailAddress *string `min:"1" type:"string"`
@@ -9479,7 +9479,7 @@ type User struct {
Locale *string `type:"string" enum:"LocaleType"`
// The time when the user was modified.
ModifiedTimestamp *time.Time `type:"timestamp"`
ModifiedTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ID of the organization.
OrganizationId *string `min:"1" type:"string"`