Skip to content

Commit

Permalink
Merge pull request aws#2116 from aws/release
Browse files Browse the repository at this point in the history
Release v1.15.19
  • Loading branch information
awstools authored and Igor Ch committed Sep 23, 2018
2 parents 277ad47 + b105458 commit 0f771b4
Show file tree
Hide file tree
Showing 21 changed files with 5,784 additions and 1,708 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.15.19 (2018-08-23)
===

### Service Client Updates
* `service/iot`: Updates service API and documentation
* This release adds support for IoT Thing Group Indexing and Searching functionality.
* `service/iotanalytics`: Updates service API and documentation
* `service/lex-models`: Updates service API
* `service/medialive`: Updates service API, documentation, and paginators
* Adds two APIs for working with Channel Schedules: BatchUpdateSchedule and DescribeSchedule. These APIs allow scheduling actions for SCTE-35 message insertion and for static image overlays.
* `service/rekognition`: Updates service API, documentation, and examples
* This release introduces a new API called DescribeCollection to Amazon Rekognition. You can use DescribeCollection to get information about an existing face collection. Given the ID for a face collection, DescribeCollection returns the following information: the number of faces indexed into the collection, the version of the face detection model used by the collection, the Amazon Resource Name (ARN) of the collection and the creation date/time of the collection.

Release v1.15.18 (2018-08-22)
===

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.15.18"
const SDKVersion = "1.15.19"
39 changes: 35 additions & 4 deletions models/apis/iot/2015-05-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4696,7 +4696,8 @@
"GetIndexingConfigurationResponse":{
"type":"structure",
"members":{
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"}
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"},
"thingGroupIndexingConfiguration":{"shape":"ThingGroupIndexingConfiguration"}
}
},
"GetJobDocumentRequest":{
Expand Down Expand Up @@ -6591,7 +6592,6 @@
},
"QueryString":{
"type":"string",
"max":1000,
"min":1
},
"QueryVersion":{"type":"string"},
Expand Down Expand Up @@ -6978,7 +6978,8 @@
"type":"structure",
"members":{
"nextToken":{"shape":"NextToken"},
"things":{"shape":"ThingDocumentList"}
"things":{"shape":"ThingDocumentList"},
"thingGroups":{"shape":"ThingGroupDocumentList"}
}
},
"SearchableAttributes":{
Expand Down Expand Up @@ -7419,12 +7420,40 @@
"max":2028,
"pattern":"[\\p{Graph}\\x20]*"
},
"ThingGroupDocument":{
"type":"structure",
"members":{
"thingGroupName":{"shape":"ThingGroupName"},
"thingGroupId":{"shape":"ThingGroupId"},
"thingGroupDescription":{"shape":"ThingGroupDescription"},
"attributes":{"shape":"Attributes"},
"parentGroupNames":{"shape":"ThingGroupNameList"}
}
},
"ThingGroupDocumentList":{
"type":"list",
"member":{"shape":"ThingGroupDocument"}
},
"ThingGroupId":{
"type":"string",
"max":128,
"min":1,
"pattern":"[a-zA-Z0-9\\-]+"
},
"ThingGroupIndexingConfiguration":{
"type":"structure",
"required":["thingGroupIndexingMode"],
"members":{
"thingGroupIndexingMode":{"shape":"ThingGroupIndexingMode"}
}
},
"ThingGroupIndexingMode":{
"type":"string",
"enum":[
"OFF",
"ON"
]
},
"ThingGroupList":{
"type":"list",
"member":{"shape":"ThingGroupName"}
Expand Down Expand Up @@ -7461,6 +7490,7 @@
"ThingId":{"type":"string"},
"ThingIndexingConfiguration":{
"type":"structure",
"required":["thingIndexingMode"],
"members":{
"thingIndexingMode":{"shape":"ThingIndexingMode"}
}
Expand Down Expand Up @@ -7752,7 +7782,8 @@
"UpdateIndexingConfigurationRequest":{
"type":"structure",
"members":{
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"}
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"},
"thingGroupIndexingConfiguration":{"shape":"ThingGroupIndexingConfiguration"}
}
},
"UpdateIndexingConfigurationResponse":{
Expand Down
38 changes: 34 additions & 4 deletions models/apis/iot/2015-05-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@
"AttributePayload$attributes": "<p>A JSON string containing up to three key-value pair in JSON format. For example:</p> <p> <code>{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}</code> </p>",
"DescribeThingResponse$attributes": "<p>The thing attributes.</p>",
"ThingAttribute$attributes": "<p>A list of thing attributes which are name-value pairs.</p>",
"ThingDocument$attributes": "<p>The attributes.</p>"
"ThingDocument$attributes": "<p>The attributes.</p>",
"ThingGroupDocument$attributes": "<p>The thing group attributes.</p>"
}
},
"AttributesMap": {
Expand Down Expand Up @@ -1787,7 +1788,7 @@
"EndpointType": {
"base": null,
"refs": {
"DescribeEndpointRequest$endpointType": "<p>The endpoint type.</p>"
"DescribeEndpointRequest$endpointType": "<p>The endpoint type (such as <code>iot:Data</code>, <code>iot:CredentialProvider</code> and <code>iot:Jobs</code>). </p>"
}
},
"ErrorCode": {
Expand Down Expand Up @@ -4325,16 +4326,43 @@
"ThingGroupDescription": {
"base": null,
"refs": {
"ThingGroupDocument$thingGroupDescription": "<p>The thing group description.</p>",
"ThingGroupProperties$thingGroupDescription": "<p>The thing group description.</p>"
}
},
"ThingGroupDocument": {
"base": "<p>The thing group search index document.</p>",
"refs": {
"ThingGroupDocumentList$member": null
}
},
"ThingGroupDocumentList": {
"base": null,
"refs": {
"SearchIndexResponse$thingGroups": "<p>The thing groups that match the search query.</p>"
}
},
"ThingGroupId": {
"base": null,
"refs": {
"CreateThingGroupResponse$thingGroupId": "<p>The thing group ID.</p>",
"DescribeThingGroupResponse$thingGroupId": "<p>The thing group ID.</p>",
"JobSummary$thingGroupId": "<p>The ID of the thing group.</p>",
"ListJobsRequest$thingGroupId": "<p>A filter that limits the returned jobs to those for the specified group.</p>"
"ListJobsRequest$thingGroupId": "<p>A filter that limits the returned jobs to those for the specified group.</p>",
"ThingGroupDocument$thingGroupId": "<p>The thing group ID.</p>"
}
},
"ThingGroupIndexingConfiguration": {
"base": "<p>Thing group indexing configuration.</p>",
"refs": {
"GetIndexingConfigurationResponse$thingGroupIndexingConfiguration": "<p>The index configuration.</p>",
"UpdateIndexingConfigurationRequest$thingGroupIndexingConfiguration": "<p>Thing group indexing configuration.</p>"
}
},
"ThingGroupIndexingMode": {
"base": null,
"refs": {
"ThingGroupIndexingConfiguration$thingGroupIndexingMode": "<p>Thing group indexing mode.</p>"
}
},
"ThingGroupList": {
Expand Down Expand Up @@ -4366,6 +4394,7 @@
"ListThingGroupsRequest$namePrefixFilter": "<p>A filter that limits the results to those with the specified name prefix.</p>",
"ListThingsInThingGroupRequest$thingGroupName": "<p>The thing group name.</p>",
"RemoveThingFromThingGroupRequest$thingGroupName": "<p>The group name.</p>",
"ThingGroupDocument$thingGroupName": "<p>The thing group name.</p>",
"ThingGroupList$member": null,
"ThingGroupMetadata$parentGroupName": "<p>The parent thing group name.</p>",
"ThingGroupNameList$member": null,
Expand All @@ -4383,7 +4412,8 @@
"ThingGroupNameList": {
"base": null,
"refs": {
"ThingDocument$thingGroupNames": "<p>Thing group names.</p>"
"ThingDocument$thingGroupNames": "<p>Thing group names.</p>",
"ThingGroupDocument$parentGroupNames": "<p>Parent group names.</p>"
}
},
"ThingGroupProperties": {
Expand Down
Loading

0 comments on commit 0f771b4

Please sign in to comment.