Skip to content

Commit

Permalink
Release v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Mar 11, 2019
1 parent a61f2ea commit eeb8697
Show file tree
Hide file tree
Showing 22 changed files with 583 additions and 68 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.18.0 (2019-03-11)
===

### Service Client Updates
* `service/ce`: Updates service API
* `service/elasticbeanstalk`: Updates service API and documentation
* Elastic Beanstalk added support for tagging, and tag-based access control, of all Elastic Beanstalk resources.
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/glue`: Updates service API and documentation
* CreateDevEndpoint and UpdateDevEndpoint now support Arguments to configure the DevEndpoint.
* `service/iot`: Updates service documentation
* Documentation updates for iot
* `service/quicksight`: Updates service API and documentation
* Amazon QuickSight user and group operation results now include group principal IDs and user principal IDs. This release also adds "DeleteUserByPrincipalId", which deletes users given their principal ID. The update also improves role session name validation.
* `service/rekognition`: Updates service documentation
* Documentation updates for Amazon Rekognition

### SDK Features
* `service/kinesis`: Enable support for SubscribeToStream API operation ([#2402](https://github.com/aws/aws-sdk-go/pull/2402))
* Adds support for Kinesis's SubscribeToStream API operation. The API operation response type, `SubscribeToStreamOutput` member, EventStream has a method `Events` which returns a channel to read Kinesis record events from.

Release v1.17.14 (2019-03-08)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `service/kinesis`: Enable support for SubscribeToStream API operation ([#2402](https://github.com/aws/aws-sdk-go/pull/2402))
* Adds support for Kinesis's SubscribeToStream API operation. The API operation response type, `SubscribeToStreamOutput` member, EventStream has a method `Events` which returns a channel to read Kinesis record events from.

### SDK Enhancements

Expand Down
4 changes: 4 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.17.14"
const SDKVersion = "1.18.0"
1 change: 1 addition & 0 deletions models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
"GenericString":{"type":"string"},
"GetCostAndUsageRequest":{
"type":"structure",
"required":["TimePeriod"],
"members":{
"TimePeriod":{"shape":"DateInterval"},
"Granularity":{"shape":"Granularity"},
Expand Down
12 changes: 8 additions & 4 deletions models/apis/elasticbeanstalk/2010-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,8 @@
"members":{
"ApplicationName":{"shape":"ApplicationName"},
"Description":{"shape":"Description"},
"ResourceLifecycleConfig":{"shape":"ApplicationResourceLifecycleConfig"}
"ResourceLifecycleConfig":{"shape":"ApplicationResourceLifecycleConfig"},
"Tags":{"shape":"Tags"}
}
},
"CreateApplicationVersionMessage":{
Expand All @@ -1022,7 +1023,8 @@
"SourceBundle":{"shape":"S3Location"},
"BuildConfiguration":{"shape":"BuildConfiguration"},
"AutoCreateApplication":{"shape":"AutoCreateApplication"},
"Process":{"shape":"ApplicationVersionProccess"}
"Process":{"shape":"ApplicationVersionProccess"},
"Tags":{"shape":"Tags"}
}
},
"CreateConfigurationTemplateMessage":{
Expand All @@ -1039,7 +1041,8 @@
"SourceConfiguration":{"shape":"SourceConfiguration"},
"EnvironmentId":{"shape":"EnvironmentId"},
"Description":{"shape":"Description"},
"OptionSettings":{"shape":"ConfigurationOptionSettingsList"}
"OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
"Tags":{"shape":"Tags"}
}
},
"CreateEnvironmentMessage":{
Expand Down Expand Up @@ -1073,7 +1076,8 @@
"PlatformVersion":{"shape":"PlatformVersion"},
"PlatformDefinitionBundle":{"shape":"S3Location"},
"EnvironmentName":{"shape":"EnvironmentName"},
"OptionSettings":{"shape":"ConfigurationOptionSettingsList"}
"OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
"Tags":{"shape":"Tags"}
}
},
"CreatePlatformVersionResult":{
Expand Down
Loading

0 comments on commit eeb8697

Please sign in to comment.