Skip to content

Commit

Permalink
Release v1.33.13 (2020-07-27) (#3443)
Browse files Browse the repository at this point in the history
Release v1.33.13 (2020-07-27)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/dms`: Updates service API, documentation, and paginators
  * Basic endpoint settings for relational databases, Preflight validation API.
* `service/ec2`: Updates service API
  * m6gd, c6gd, r6gd instances are powered by AWS Graviton2 processors and support local NVMe instance storage
* `service/frauddetector`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * Add ability to manually resume workflows in AWS Glue providing customers further control over the orchestration of ETL workloads.
* `service/ssm`: Updates service documentation
  * Assorted doc ticket-fix updates for Systems Manager.
  • Loading branch information
aws-sdk-go-automation committed Jul 27, 2020
1 parent 4c5b59f commit 6be8f30
Show file tree
Hide file tree
Showing 23 changed files with 4,869 additions and 399 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.33.13 (2020-07-27)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/dms`: Updates service API, documentation, and paginators
* Basic endpoint settings for relational databases, Preflight validation API.
* `service/ec2`: Updates service API
* m6gd, c6gd, r6gd instances are powered by AWS Graviton2 processors and support local NVMe instance storage
* `service/frauddetector`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* Add ability to manually resume workflows in AWS Glue providing customers further control over the orchestration of ETL workloads.
* `service/ssm`: Updates service documentation
* Assorted doc ticket-fix updates for Systems Manager.

Release v1.33.12 (2020-07-24)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.33.12"
const SDKVersion = "1.33.13"
152 changes: 134 additions & 18 deletions models/apis/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@
{"shape":"InternalException"}
]
},
"CreateLocationObjectStorage":{
"name":"CreateLocationObjectStorage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationObjectStorageRequest"},
"output":{"shape":"CreateLocationObjectStorageResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"CreateLocationS3":{
"name":"CreateLocationS3",
"http":{
Expand Down Expand Up @@ -209,6 +222,19 @@
{"shape":"InternalException"}
]
},
"DescribeLocationObjectStorage":{
"name":"DescribeLocationObjectStorage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationObjectStorageRequest"},
"output":{"shape":"DescribeLocationObjectStorageResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"DescribeLocationS3":{
"name":"DescribeLocationS3",
"http":{
Expand Down Expand Up @@ -406,7 +432,7 @@
"AgentArnList":{
"type":"list",
"member":{"shape":"AgentArn"},
"max":64,
"max":4,
"min":1
},
"AgentList":{
Expand Down Expand Up @@ -457,7 +483,7 @@
"members":{
"ActivationKey":{"shape":"ActivationKey"},
"AgentName":{"shape":"TagValue"},
"Tags":{"shape":"TagList"},
"Tags":{"shape":"InputTagList"},
"VpcEndpointId":{"shape":"VpcEndpointId"},
"SubnetArns":{"shape":"PLSubnetArnList"},
"SecurityGroupArns":{"shape":"PLSecurityGroupArnList"}
Expand All @@ -479,7 +505,7 @@
"Subdirectory":{"shape":"EfsSubdirectory"},
"EfsFilesystemArn":{"shape":"EfsFilesystemArn"},
"Ec2Config":{"shape":"Ec2Config"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"InputTagList"}
}
},
"CreateLocationEfsResponse":{
Expand All @@ -500,7 +526,7 @@
"Subdirectory":{"shape":"FsxWindowsSubdirectory"},
"FsxFilesystemArn":{"shape":"FsxFilesystemArn"},
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
"Tags":{"shape":"TagList"},
"Tags":{"shape":"InputTagList"},
"User":{"shape":"SmbUser"},
"Domain":{"shape":"SmbDomain"},
"Password":{"shape":"SmbPassword"}
Expand All @@ -524,7 +550,7 @@
"ServerHostname":{"shape":"ServerHostname"},
"OnPremConfig":{"shape":"OnPremConfig"},
"MountOptions":{"shape":"NfsMountOptions"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"InputTagList"}
}
},
"CreateLocationNfsResponse":{
Expand All @@ -533,6 +559,31 @@
"LocationArn":{"shape":"LocationArn"}
}
},
"CreateLocationObjectStorageRequest":{
"type":"structure",
"required":[
"ServerHostname",
"BucketName",
"AgentArns"
],
"members":{
"ServerHostname":{"shape":"ServerHostname"},
"ServerPort":{"shape":"ObjectStorageServerPort"},
"ServerProtocol":{"shape":"ObjectStorageServerProtocol"},
"Subdirectory":{"shape":"S3Subdirectory"},
"BucketName":{"shape":"ObjectStorageBucketName"},
"AccessKey":{"shape":"ObjectStorageAccessKey"},
"SecretKey":{"shape":"ObjectStorageSecretKey"},
"AgentArns":{"shape":"AgentArnList"},
"Tags":{"shape":"InputTagList"}
}
},
"CreateLocationObjectStorageResponse":{
"type":"structure",
"members":{
"LocationArn":{"shape":"LocationArn"}
}
},
"CreateLocationS3Request":{
"type":"structure",
"required":[
Expand All @@ -544,7 +595,7 @@
"S3BucketArn":{"shape":"S3BucketArn"},
"S3StorageClass":{"shape":"S3StorageClass"},
"S3Config":{"shape":"S3Config"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"InputTagList"}
}
},
"CreateLocationS3Response":{
Expand All @@ -570,7 +621,7 @@
"Password":{"shape":"SmbPassword"},
"AgentArns":{"shape":"AgentArnList"},
"MountOptions":{"shape":"SmbMountOptions"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"InputTagList"}
}
},
"CreateLocationSmbResponse":{
Expand All @@ -593,7 +644,7 @@
"Options":{"shape":"Options"},
"Excludes":{"shape":"FilterList"},
"Schedule":{"shape":"TaskSchedule"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"InputTagList"}
}
},
"CreateTaskResponse":{
Expand Down Expand Up @@ -708,6 +759,25 @@
"CreationTime":{"shape":"Time"}
}
},
"DescribeLocationObjectStorageRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{"shape":"LocationArn"}
}
},
"DescribeLocationObjectStorageResponse":{
"type":"structure",
"members":{
"LocationArn":{"shape":"LocationArn"},
"LocationUri":{"shape":"LocationUri"},
"AccessKey":{"shape":"ObjectStorageAccessKey"},
"ServerPort":{"shape":"ObjectStorageServerPort"},
"ServerProtocol":{"shape":"ObjectStorageServerProtocol"},
"AgentArns":{"shape":"AgentArnList"},
"CreationTime":{"shape":"Time"}
}
},
"DescribeLocationS3Request":{
"type":"structure",
"required":["LocationArn"],
Expand Down Expand Up @@ -902,6 +972,12 @@
"max":2048,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$"
},
"InputTagList":{
"type":"list",
"member":{"shape":"TagListEntry"},
"max":50,
"min":0
},
"InternalException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -959,7 +1035,7 @@
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{"shape":"TagList"},
"Tags":{"shape":"OutputTagList"},
"NextToken":{"shape":"NextToken"}
}
},
Expand Down Expand Up @@ -1016,7 +1092,7 @@
"LogGroupArn":{
"type":"string",
"max":562,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)$"
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)(:\\*)?$"
},
"LogLevel":{
"type":"string",
Expand Down Expand Up @@ -1068,6 +1144,38 @@
"NFS4_1"
]
},
"ObjectStorageAccessKey":{
"type":"string",
"max":200,
"min":8,
"pattern":"^.+$"
},
"ObjectStorageBucketName":{
"type":"string",
"max":63,
"min":3,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"ObjectStorageSecretKey":{
"type":"string",
"max":200,
"min":8,
"pattern":"^.+$",
"sensitive":true
},
"ObjectStorageServerPort":{
"type":"integer",
"box":true,
"max":65536,
"min":1
},
"ObjectStorageServerProtocol":{
"type":"string",
"enum":[
"HTTPS",
"HTTP"
]
},
"OnPremConfig":{
"type":"structure",
"required":["AgentArns"],
Expand All @@ -1089,9 +1197,16 @@
"PosixPermissions":{"shape":"PosixPermissions"},
"BytesPerSecond":{"shape":"BytesPerSecond"},
"TaskQueueing":{"shape":"TaskQueueing"},
"LogLevel":{"shape":"LogLevel"}
"LogLevel":{"shape":"LogLevel"},
"TransferMode":{"shape":"TransferMode"}
}
},
"OutputTagList":{
"type":"list",
"member":{"shape":"TagListEntry"},
"max":55,
"min":0
},
"OverwriteMode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1253,12 +1368,6 @@
"max":50,
"min":1
},
"TagList":{
"type":"list",
"member":{"shape":"TagListEntry"},
"max":55,
"min":0
},
"TagListEntry":{
"type":"structure",
"required":["Key"],
Expand All @@ -1275,7 +1384,7 @@
],
"members":{
"ResourceArn":{"shape":"TaggableResourceArn"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"InputTagList"}
}
},
"TagResourceResponse":{
Expand Down Expand Up @@ -1378,6 +1487,13 @@
]
},
"Time":{"type":"timestamp"},
"TransferMode":{
"type":"string",
"enum":[
"CHANGED",
"ALL"
]
},
"Uid":{
"type":"string",
"enum":[
Expand Down
Loading

0 comments on commit 6be8f30

Please sign in to comment.