Skip to content

Commit

Permalink
Release v1.35.19 (2020-10-30) (#3620)
Browse files Browse the repository at this point in the history
Release v1.35.19 (2020-10-30)
===

### Service Client Updates
* `service/braket`: Updates service API and documentation
* `service/dms`: Updates service API and documentation
  * Adding DocDbSettings to support DocumentDB as a source.
* `service/elasticache`: Updates service documentation
  * Documentation updates for AWS ElastiCache
* `service/imagebuilder`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
  * Support for HLS discontinuity tags in the child manifests. Support for incomplete segment behavior in the media output. Support for automatic input failover condition settings.
* `service/sns`: Updates service documentation
  * Documentation updates for Amazon SNS
  • Loading branch information
aws-sdk-go-automation authored Oct 30, 2020
1 parent 44a3115 commit bc3e3fc
Show file tree
Hide file tree
Showing 23 changed files with 1,682 additions and 351 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.35.19 (2020-10-30)
===

### Service Client Updates
* `service/braket`: Updates service API and documentation
* `service/dms`: Updates service API and documentation
* Adding DocDbSettings to support DocumentDB as a source.
* `service/elasticache`: Updates service documentation
* Documentation updates for AWS ElastiCache
* `service/imagebuilder`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
* Support for HLS discontinuity tags in the child manifests. Support for incomplete segment behavior in the media output. Support for automatic input failover condition settings.
* `service/sns`: Updates service documentation
* Documentation updates for Amazon SNS

Release v1.35.18 (2020-10-29)
===

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.35.18"
const SDKVersion = "1.35.19"
191 changes: 155 additions & 36 deletions models/apis/braket/2019-09-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,21 @@
{"shape":"ValidationException"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"GET",
"requestUri":"/tags/{resourceArn}",
"responseCode":200
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServiceException"},
{"shape":"ValidationException"}
]
},
"SearchDevices":{
"name":"SearchDevices",
"http":{
Expand Down Expand Up @@ -114,6 +129,37 @@
{"shape":"InternalServiceException"},
{"shape":"ValidationException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/tags/{resourceArn}",
"responseCode":200
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServiceException"},
{"shape":"ValidationException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"DELETE",
"requestUri":"/tags/{resourceArn}",
"responseCode":200
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServiceException"},
{"shape":"ValidationException"}
],
"idempotent":true
}
},
"shapes":{
Expand Down Expand Up @@ -160,8 +206,8 @@
"CancellationStatus":{
"type":"string",
"enum":[
"CANCELLED",
"CANCELLING"
"CANCELLING",
"CANCELLED"
]
},
"ConflictException":{
Expand Down Expand Up @@ -196,30 +242,31 @@
},
"deviceArn":{"shape":"DeviceArn"},
"deviceParameters":{
"shape":"CreateQuantumTaskRequestdeviceParametersJsonValue",
"shape":"CreateQuantumTaskRequestDeviceParametersString",
"jsonvalue":true
},
"outputS3Bucket":{"shape":"CreateQuantumTaskRequestoutputS3BucketString"},
"outputS3KeyPrefix":{"shape":"CreateQuantumTaskRequestoutputS3KeyPrefixString"},
"shots":{"shape":"CreateQuantumTaskRequestshotsLong"}
"outputS3Bucket":{"shape":"CreateQuantumTaskRequestOutputS3BucketString"},
"outputS3KeyPrefix":{"shape":"CreateQuantumTaskRequestOutputS3KeyPrefixString"},
"shots":{"shape":"CreateQuantumTaskRequestShotsLong"},
"tags":{"shape":"TagsMap"}
}
},
"CreateQuantumTaskRequestdeviceParametersJsonValue":{
"CreateQuantumTaskRequestDeviceParametersString":{
"type":"string",
"max":2048,
"min":1
},
"CreateQuantumTaskRequestoutputS3BucketString":{
"CreateQuantumTaskRequestOutputS3BucketString":{
"type":"string",
"max":63,
"min":3
},
"CreateQuantumTaskRequestoutputS3KeyPrefixString":{
"CreateQuantumTaskRequestOutputS3KeyPrefixString":{
"type":"string",
"max":1024,
"min":1
},
"CreateQuantumTaskRequestshotsLong":{
"CreateQuantumTaskRequestShotsLong":{
"type":"long",
"box":true,
"min":0
Expand Down Expand Up @@ -250,8 +297,8 @@
"DeviceStatus":{
"type":"string",
"enum":[
"OFFLINE",
"ONLINE"
"ONLINE",
"OFFLINE"
]
},
"DeviceSummary":{
Expand Down Expand Up @@ -351,7 +398,8 @@
"outputS3Directory":{"shape":"String"},
"quantumTaskArn":{"shape":"QuantumTaskArn"},
"shots":{"shape":"Long"},
"status":{"shape":"QuantumTaskStatus"}
"status":{"shape":"QuantumTaskStatus"},
"tags":{"shape":"TagsMap"}
}
},
"InternalServiceException":{
Expand All @@ -364,6 +412,23 @@
"fault":true
},
"JsonValue":{"type":"string"},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"String",
"location":"uri",
"locationName":"resourceArn"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"tags":{"shape":"TagsMap"}
}
},
"Long":{
"type":"long",
"box":true
Expand All @@ -376,13 +441,13 @@
"QuantumTaskStatus":{
"type":"string",
"enum":[
"CANCELLED",
"CANCELLING",
"COMPLETED",
"CREATED",
"FAILED",
"QUEUED",
"RUNNING"
"RUNNING",
"COMPLETED",
"FAILED",
"CANCELLING",
"CANCELLED"
]
},
"QuantumTaskSummary":{
Expand All @@ -404,7 +469,8 @@
"outputS3Directory":{"shape":"String"},
"quantumTaskArn":{"shape":"QuantumTaskArn"},
"shots":{"shape":"Long"},
"status":{"shape":"QuantumTaskStatus"}
"status":{"shape":"QuantumTaskStatus"},
"tags":{"shape":"TagsMap"}
}
},
"QuantumTaskSummaryList":{
Expand All @@ -429,16 +495,16 @@
"values"
],
"members":{
"name":{"shape":"SearchDevicesFilternameString"},
"values":{"shape":"SearchDevicesFiltervaluesString256List"}
"name":{"shape":"SearchDevicesFilterNameString"},
"values":{"shape":"SearchDevicesFilterValuesList"}
}
},
"SearchDevicesFilternameString":{
"SearchDevicesFilterNameString":{
"type":"string",
"max":64,
"min":1
},
"SearchDevicesFiltervaluesString256List":{
"SearchDevicesFilterValuesList":{
"type":"list",
"member":{"shape":"String256"},
"max":10,
Expand All @@ -448,18 +514,18 @@
"type":"structure",
"required":["filters"],
"members":{
"filters":{"shape":"SearchDevicesRequestfiltersSearchDevicesFilterList"},
"maxResults":{"shape":"SearchDevicesRequestmaxResultsInteger"},
"filters":{"shape":"SearchDevicesRequestFiltersList"},
"maxResults":{"shape":"SearchDevicesRequestMaxResultsInteger"},
"nextToken":{"shape":"String"}
}
},
"SearchDevicesRequestfiltersSearchDevicesFilterList":{
"SearchDevicesRequestFiltersList":{
"type":"list",
"member":{"shape":"SearchDevicesFilter"},
"max":10,
"min":0
},
"SearchDevicesRequestmaxResultsInteger":{
"SearchDevicesRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":100,
Expand All @@ -483,21 +549,21 @@
"members":{
"name":{"shape":"String64"},
"operator":{"shape":"SearchQuantumTasksFilterOperator"},
"values":{"shape":"SearchQuantumTasksFiltervaluesString256List"}
"values":{"shape":"SearchQuantumTasksFilterValuesList"}
}
},
"SearchQuantumTasksFilterOperator":{
"type":"string",
"enum":[
"BETWEEN",
"LT",
"LTE",
"EQUAL",
"GT",
"GTE",
"LT",
"LTE"
"BETWEEN"
]
},
"SearchQuantumTasksFiltervaluesString256List":{
"SearchQuantumTasksFilterValuesList":{
"type":"list",
"member":{"shape":"String256"},
"max":10,
Expand All @@ -507,18 +573,18 @@
"type":"structure",
"required":["filters"],
"members":{
"filters":{"shape":"SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList"},
"maxResults":{"shape":"SearchQuantumTasksRequestmaxResultsInteger"},
"filters":{"shape":"SearchQuantumTasksRequestFiltersList"},
"maxResults":{"shape":"SearchQuantumTasksRequestMaxResultsInteger"},
"nextToken":{"shape":"String"}
}
},
"SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList":{
"SearchQuantumTasksRequestFiltersList":{
"type":"list",
"member":{"shape":"SearchQuantumTasksFilter"},
"max":10,
"min":0
},
"SearchQuantumTasksRequestmaxResultsInteger":{
"SearchQuantumTasksRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":100,
Expand Down Expand Up @@ -558,6 +624,35 @@
"type":"timestamp",
"timestampFormat":"iso8601"
},
"TagKeys":{
"type":"list",
"member":{"shape":"String"}
},
"TagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tags"
],
"members":{
"resourceArn":{
"shape":"String",
"location":"uri",
"locationName":"resourceArn"
},
"tags":{"shape":"TagsMap"}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagsMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"ThrottlingException":{
"type":"structure",
"members":{
Expand All @@ -569,6 +664,30 @@
},
"exception":true
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"String",
"location":"uri",
"locationName":"resourceArn"
},
"tagKeys":{
"shape":"TagKeys",
"location":"querystring",
"locationName":"tagKeys"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"ValidationException":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit bc3e3fc

Please sign in to comment.