Skip to content

Commit

Permalink
Release v1.35.2 (2020-10-02) (#3574)
Browse files Browse the repository at this point in the history
Release v1.35.2 (2020-10-02)
===

### Service Client Updates
* `service/batch`: Updates service API, documentation, and examples
  * Support tagging for Batch resources (compute environment, job queue, job definition and job) and tag based access control on Batch APIs
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/personalize-events`: Updates service API and documentation
* `service/rds`: Updates service API and documentation
  * Adds the NCHAR Character Set ID parameter to the CreateDbInstance API for RDS Oracle.
* `service/s3`: Updates service API and documentation
  * Amazon S3 Object Ownership is a new S3 feature that enables bucket owners to automatically assume ownership of objects that are uploaded to their buckets by other AWS Accounts.
* `service/servicediscovery`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Oct 2, 2020
1 parent 1322c2a commit e990d1d
Show file tree
Hide file tree
Showing 31 changed files with 3,109 additions and 198 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.35.2 (2020-10-02)
===

### Service Client Updates
* `service/batch`: Updates service API, documentation, and examples
* Support tagging for Batch resources (compute environment, job queue, job definition and job) and tag based access control on Batch APIs
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/personalize-events`: Updates service API and documentation
* `service/rds`: Updates service API and documentation
* Adds the NCHAR Character Set ID parameter to the CreateDbInstance API for RDS Oracle.
* `service/s3`: Updates service API and documentation
* Amazon S3 Object Ownership is a new S3 feature that enables bucket owners to automatically assume ownership of objects that are uploaded to their buckets by other AWS Accounts.
* `service/servicediscovery`: Updates service API and documentation

Release v1.35.1 (2020-10-01)
===

Expand Down
2 changes: 2 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.35.1"
const SDKVersion = "1.35.2"
147 changes: 140 additions & 7 deletions models/apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,19 @@
{"shape":"ServerException"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"GET",
"requestUri":"/v1/tags/{resourceArn}"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ClientException"},
{"shape":"ServerException"}
]
},
"RegisterJobDefinition":{
"name":"RegisterJobDefinition",
"http":{
Expand All @@ -181,6 +194,19 @@
{"shape":"ServerException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/v1/tags/{resourceArn}"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"ClientException"},
{"shape":"ServerException"}
]
},
"TerminateJob":{
"name":"TerminateJob",
"http":{
Expand All @@ -194,6 +220,19 @@
{"shape":"ServerException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"DELETE",
"requestUri":"/v1/tags/{resourceArn}"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"ClientException"},
{"shape":"ServerException"}
]
},
"UpdateComputeEnvironment":{
"name":"UpdateComputeEnvironment",
"http":{
Expand Down Expand Up @@ -355,6 +394,7 @@
"computeEnvironmentName":{"shape":"String"},
"computeEnvironmentArn":{"shape":"String"},
"ecsClusterArn":{"shape":"String"},
"tags":{"shape":"TagrisTagsMap"},
"type":{"shape":"CEType"},
"state":{"shape":"CEState"},
"status":{"shape":"CEStatus"},
Expand Down Expand Up @@ -501,7 +541,8 @@
"type":{"shape":"CEType"},
"state":{"shape":"CEState"},
"computeResources":{"shape":"ComputeResource"},
"serviceRole":{"shape":"String"}
"serviceRole":{"shape":"String"},
"tags":{"shape":"TagrisTagsMap"}
}
},
"CreateComputeEnvironmentResponse":{
Expand All @@ -522,7 +563,8 @@
"jobQueueName":{"shape":"String"},
"state":{"shape":"JQState"},
"priority":{"shape":"Integer"},
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"},
"tags":{"shape":"TagrisTagsMap"}
}
},
"CreateJobQueueResponse":{
Expand Down Expand Up @@ -704,7 +746,8 @@
"retryStrategy":{"shape":"RetryStrategy"},
"containerProperties":{"shape":"ContainerProperties"},
"timeout":{"shape":"JobTimeout"},
"nodeProperties":{"shape":"NodeProperties"}
"nodeProperties":{"shape":"NodeProperties"},
"tags":{"shape":"TagrisTagsMap"}
}
},
"JobDefinitionList":{
Expand Down Expand Up @@ -740,6 +783,7 @@
"jobDefinition"
],
"members":{
"jobArn":{"shape":"String"},
"jobName":{"shape":"String"},
"jobId":{"shape":"String"},
"jobQueue":{"shape":"String"},
Expand All @@ -757,7 +801,8 @@
"nodeDetails":{"shape":"NodeDetails"},
"nodeProperties":{"shape":"NodeProperties"},
"arrayProperties":{"shape":"ArrayPropertiesDetail"},
"timeout":{"shape":"JobTimeout"}
"timeout":{"shape":"JobTimeout"},
"tags":{"shape":"TagrisTagsMap"}
}
},
"JobDetailList":{
Expand All @@ -780,7 +825,8 @@
"status":{"shape":"JQStatus"},
"statusReason":{"shape":"String"},
"priority":{"shape":"Integer"},
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"},
"tags":{"shape":"TagrisTagsMap"}
}
},
"JobQueueDetailList":{
Expand All @@ -806,6 +852,7 @@
"jobName"
],
"members":{
"jobArn":{"shape":"String"},
"jobId":{"shape":"String"},
"jobName":{"shape":"String"},
"createdAt":{"shape":"Long"},
Expand Down Expand Up @@ -873,6 +920,23 @@
"nextToken":{"shape":"String"}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"String",
"location":"uri",
"locationName":"resourceArn"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"tags":{"shape":"TagrisTagsMap"}
}
},
"LogConfiguration":{
"type":"structure",
"required":["logDriver"],
Expand Down Expand Up @@ -1001,7 +1065,8 @@
"containerProperties":{"shape":"ContainerProperties"},
"nodeProperties":{"shape":"NodeProperties"},
"retryStrategy":{"shape":"RetryStrategy"},
"timeout":{"shape":"JobTimeout"}
"timeout":{"shape":"JobTimeout"},
"tags":{"shape":"TagrisTagsMap"}
}
},
"RegisterJobDefinitionResponse":{
Expand Down Expand Up @@ -1088,7 +1153,8 @@
"containerOverrides":{"shape":"ContainerOverrides"},
"nodeOverrides":{"shape":"NodeOverrides"},
"retryStrategy":{"shape":"RetryStrategy"},
"timeout":{"shape":"JobTimeout"}
"timeout":{"shape":"JobTimeout"},
"tags":{"shape":"TagrisTagsMap"}
}
},
"SubmitJobResponse":{
Expand All @@ -1098,10 +1164,53 @@
"jobId"
],
"members":{
"jobArn":{"shape":"String"},
"jobName":{"shape":"String"},
"jobId":{"shape":"String"}
}
},
"TagKey":{
"type":"string",
"max":128,
"min":1
},
"TagKeysList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":1
},
"TagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tags"
],
"members":{
"resourceArn":{
"shape":"String",
"location":"uri",
"locationName":"resourceArn"
},
"tags":{"shape":"TagrisTagsMap"}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256
},
"TagrisTagsMap":{
"type":"map",
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"max":50,
"min":1
},
"TagsMap":{
"type":"map",
"key":{"shape":"String"},
Expand Down Expand Up @@ -1156,6 +1265,30 @@
"type":"list",
"member":{"shape":"Ulimit"}
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"String",
"location":"uri",
"locationName":"resourceArn"
},
"tagKeys":{
"shape":"TagKeysList",
"location":"querystring",
"locationName":"tagKeys"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateComputeEnvironmentRequest":{
"type":"structure",
"required":["computeEnvironment"],
Expand Down
Loading

0 comments on commit e990d1d

Please sign in to comment.