diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef5cfd4e53..a22c4b818b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Release v1.13.18 (2018-03-21) +=== + +### Service Client Updates +* `service/serverlessrepo`: Updates service documentation + Release v1.13.17 (2018-03-20) === diff --git a/aws/version.go b/aws/version.go index b3618c6c37c..667262de360 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.13.17" +const SDKVersion = "1.13.18" diff --git a/models/apis/serverlessrepo/2017-09-08/docs-2.json b/models/apis/serverlessrepo/2017-09-08/docs-2.json index 6ff28b2ffb8..b24a997ebd6 100644 --- a/models/apis/serverlessrepo/2017-09-08/docs-2.json +++ b/models/apis/serverlessrepo/2017-09-08/docs-2.json @@ -188,13 +188,13 @@ "ApplicationSummary$Description" : "
The description of the application.
Min Length=1. Max Length=256
", "ApplicationSummary$HomePageUrl" : "A URL with more information about the application, for example\n the location of your GitHub repository for the application.
", "ApplicationSummary$Name" : "The name of the application.
Min Length=1. Max Length=140
Pattern: \"[a-zA-Z0-9\\\\-]+\";
", - "ApplicationSummary$SpdxLicenseId" : "A valid identifier from https://spdx.org/licenses/.
", + "ApplicationSummary$SpdxLicenseId" : "A valid identifier from https://spdx.org/licenses/.
", "ApplicationVersionPage$NextToken" : "The token to request the next page of results.
", "BadRequestException$ErrorCode" : "400
", "BadRequestException$Message" : "One of the parameters in the request is invalid.
", "ChangeSetDetails$ApplicationId" : "The application Amazon Resource Name (ARN).
", "ChangeSetDetails$ChangeSetId" : "The ARN of the change set.
Length Constraints: Minimum length of 1.
Pattern: Amazon Resource Name (ARN):[-a-zA-Z0-9:/]*
", - "ChangeSetDetails$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", + "ChangeSetDetails$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", "ChangeSetDetails$StackId" : "The unique ID of the stack.
", "ConflictException$ErrorCode" : "409
", "ConflictException$Message" : "The resource already exists.
", @@ -206,15 +206,15 @@ "CreateApplicationInput$Name" : "The name of the application you want to publish.
Min Length=1. Max Length=140
Pattern: \"[a-zA-Z0-9\\\\-]+\";
", "CreateApplicationInput$ReadmeBody" : "A raw text Readme file that contains a more detailed description of the application and how it works in markdown language.
Max size 5 MB
", "CreateApplicationInput$ReadmeUrl" : "A link to the Readme file that contains a more detailed description of the application and how it works in markdown language.
Max size 5 MB
", - "CreateApplicationInput$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", + "CreateApplicationInput$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", "CreateApplicationInput$SourceCodeUrl" : "A link to a public repository for the source code of your application.
", - "CreateApplicationInput$SpdxLicenseId" : "A valid identifier from https://spdx.org/licenses/.
", + "CreateApplicationInput$SpdxLicenseId" : "A valid identifier from https://spdx.org/licenses/.
", "CreateApplicationInput$TemplateBody" : "The raw packaged AWS SAM template of your application.
", "CreateApplicationInput$TemplateUrl" : "A link to the packaged AWS SAM template of your application.
", "CreateApplicationVersionInput$SourceCodeUrl" : "A link to a public repository for the source code of your application.
", "CreateApplicationVersionInput$TemplateBody" : "The raw packaged AWS SAM template of your application.
", "CreateApplicationVersionInput$TemplateUrl" : "A link to the packaged AWS SAM template of your application.
", - "CreateCloudFormationChangeSetInput$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", + "CreateCloudFormationChangeSetInput$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", "CreateCloudFormationChangeSetInput$StackName" : "The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates\n the change set by comparing this stack's information with the information that you submit, such as a modified\n template or different parameter input values.
Constraints: Minimum length of 1.
Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\\b(aws|aws-us-gov|aws-cn)\\b:[-a-zA-Z0-9:/._+]*)
", "ForbiddenException$ErrorCode" : "403
", "ForbiddenException$Message" : "The client is not authenticated.
", @@ -239,15 +239,15 @@ "UpdateApplicationInput$ReadmeUrl" : "A link to the Readme file that contains a more detailed description of the application and how it works in markdown language.
Max size 5 MB
", "Version$ApplicationId" : "The application Amazon Resource Name (ARN).
", "Version$CreationTime" : "The date/time this resource was created.
", - "Version$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", + "Version$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", "Version$SourceCodeUrl" : "A link to a public repository for the source code of your application.
", "Version$TemplateUrl" : "A link to the packaged AWS SAM template of your application.
", "VersionSummary$ApplicationId" : "The application Amazon Resource Name (ARN).
", "VersionSummary$CreationTime" : "The date/time this resource was created.
", - "VersionSummary$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", + "VersionSummary$SemanticVersion" : "The semantic version of the application:
\n https://semver.org/\n
", "VersionSummary$SourceCodeUrl" : "A link to a public repository for the source code of your application.
", "__listOf__string$member" : null } } } -} \ No newline at end of file +} diff --git a/service/s3/s3manager/batch_test.go b/service/s3/s3manager/batch_test.go index ed8d9730069..1f9487c47e5 100644 --- a/service/s3/s3manager/batch_test.go +++ b/service/s3/s3manager/batch_test.go @@ -329,7 +329,7 @@ func TestBatchDeleteError(t *testing.T) { }, s3.DeleteObjectsOutput{ Errors: []*s3.Error{ - &s3.Error{ + { Code: aws.String("foo code"), Message: aws.String("foo error"), }, @@ -350,7 +350,7 @@ func TestBatchDeleteError(t *testing.T) { }, s3.DeleteObjectsOutput{ Errors: []*s3.Error{ - &s3.Error{}, + {}, }, }, 1, diff --git a/service/serverlessapplicationrepository/api.go b/service/serverlessapplicationrepository/api.go index 952baf70e29..b42863aeaf3 100644 --- a/service/serverlessapplicationrepository/api.go +++ b/service/serverlessapplicationrepository/api.go @@ -1174,7 +1174,7 @@ type ApplicationSummary struct { // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` - // A valid identifier from https://spdx.org/licenses/. + // A valid identifier from https://spdx.org/licenses/ (https://spdx.org/licenses/). SpdxLicenseId *string `locationName:"spdxLicenseId" type:"string"` } @@ -2649,7 +2649,7 @@ type Version struct { // The semantic version of the application: // - // https://semver.org/ + // https://semver.org/ (https://semver.org/) // // SemanticVersion is a required field SemanticVersion *string `locationName:"semanticVersion" type:"string" required:"true"` @@ -2725,7 +2725,7 @@ type VersionSummary struct { // The semantic version of the application: // - // https://semver.org/ + // https://semver.org/ (https://semver.org/) // // SemanticVersion is a required field SemanticVersion *string `locationName:"semanticVersion" type:"string" required:"true"`