Skip to content

Commit b8e7feb

Browse files
authored
Release v2.0.0-preview.2 (#95)
Release v2.0.0-preview.2 (2018-01-15) === ### Services * Synced the V2 SDK with latests AWS service API definitions. ### SDK Bugs * `service/s3/s3manager`: Fix Upload Manger's UploadInput fields ([#89](#89)) * Fixes [#88](#88) * `aws`: Fix Pagination handling of empty string NextToken ([#94](#94)) * Fixes [#84](#84)
1 parent 3a5dcd2 commit b8e7feb

File tree

69 files changed

+3398
-1254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3398
-1254
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v2.0.0-preview.2 (2018-01-15)
2+
===
3+
4+
### Services
5+
* Synced the V2 SDK with latests AWS service API definitions.
6+
7+
### SDK Bugs
8+
* `service/s3/s3manager`: Fix Upload Manger's UploadInput fields ([#89](https://github.com/aws/aws-sdk-go-v2/pull/89))
9+
* Fixes [#88](https://github.com/aws/aws-sdk-go-v2/issues/88)
10+
* `aws`: Fix Pagination handling of empty string NextToken ([#94](https://github.com/aws/aws-sdk-go-v2/pull/94))
11+
* Fixes [#84](https://github.com/aws/aws-sdk-go-v2/issues/84)
12+
13+
114
Release v2.0.0-preview.1 (2017-12-21)
215
===
316

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "2.0.0-preview.1"
8+
const SDKVersion = "2.0.0-preview.2"

models/apis/AWSMigrationHub/2017-05-31/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"base": null,
6464
"refs": {
6565
"DisassociateDiscoveredResourceRequest$ConfigurationId": "<p>ConfigurationId of the ADS resource to be disassociated.</p>",
66-
"DiscoveredResource$ConfigurationId": "<p>The configurationId in ADS that uniquely identifies the on-premise resource.</p>"
66+
"DiscoveredResource$ConfigurationId": "<p>The configurationId in ADS that uniquely identifies the on-premises resource.</p>"
6767
}
6868
},
6969
"CreateProgressUpdateStreamRequest": {

models/apis/codebuild/2016-10-06/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@
442442
"type":"structure",
443443
"members":{
444444
"name":{"shape":"String"},
445-
"description":{"shape":"String"}
445+
"description":{"shape":"String"},
446+
"versions":{"shape":"ImageVersions"}
446447
}
447448
},
448449
"EnvironmentImages":{
@@ -498,6 +499,10 @@
498499
"type":"list",
499500
"member":{"shape":"EnvironmentVariable"}
500501
},
502+
"ImageVersions":{
503+
"type":"list",
504+
"member":{"shape":"String"}
505+
},
501506
"InvalidInputException":{
502507
"type":"structure",
503508
"members":{

models/apis/codebuild/2016-10-06/docs-2.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@
253253
"StartBuildInput$environmentVariablesOverride": "<p>A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.</p>"
254254
}
255255
},
256+
"ImageVersions": {
257+
"base": null,
258+
"refs": {
259+
"EnvironmentImage$versions": "<p>A list of environment image versions.</p>"
260+
}
261+
},
256262
"InvalidInputException": {
257263
"base": "<p>The input value that was provided is not valid.</p>",
258264
"refs": {
@@ -556,6 +562,7 @@
556562
"EnvironmentImage$name": "<p>The name of the Docker image.</p>",
557563
"EnvironmentImage$description": "<p>The description of the Docker image.</p>",
558564
"EnvironmentVariable$value": "<p>The value of the environment variable.</p> <important> <p>We strongly discourage using environment variables to store sensitive values, especially AWS secret key IDs and secret access keys. Environment variables can be displayed in plain text using tools such as the AWS CodeBuild console and the AWS Command Line Interface (AWS CLI).</p> </important>",
565+
"ImageVersions$member": null,
559566
"ListBuildsForProjectInput$nextToken": "<p>During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.</p>",
560567
"ListBuildsForProjectOutput$nextToken": "<p>If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call.</p>",
561568
"ListBuildsInput$nextToken": "<p>During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.</p>",
@@ -636,11 +643,11 @@
636643
}
637644
},
638645
"VpcConfig": {
639-
"base": "<p>If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.</p>",
646+
"base": "<p>Information about the VPC configuration that AWS CodeBuild will access.</p>",
640647
"refs": {
641648
"Build$vpcConfig": "<p>If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.</p>",
642649
"CreateProjectInput$vpcConfig": "<p>VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.</p>",
643-
"Project$vpcConfig": "<p>If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.</p>",
650+
"Project$vpcConfig": "<p>Information about the VPC configuration that AWS CodeBuild will access.</p>",
644651
"UpdateProjectInput$vpcConfig": "<p>VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.</p>"
645652
}
646653
},

0 commit comments

Comments
 (0)