Skip to content

Commit

Permalink
Release v1.31.4 (2020-05-22)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
  * Documentation updates for Amazon EC2 Auto Scaling
* `service/iotsitewise`: Updates service API and documentation
  • Loading branch information
awssdkgo committed May 22, 2020
1 parent 3286d0e commit 4c45f86
Show file tree
Hide file tree
Showing 10 changed files with 603 additions and 318 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.31.4 (2020-05-22)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
* Documentation updates for Amazon EC2 Auto Scaling
* `service/iotsitewise`: Updates service API and documentation

Release v1.31.3 (2020-05-21)
===

Expand Down
8 changes: 8 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.31.3"
const SDKVersion = "1.31.4"
138 changes: 69 additions & 69 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

39 changes: 28 additions & 11 deletions models/apis/iotsitewise/2019-12-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,8 @@
"COUNT",
"MAXIMUM",
"MINIMUM",
"SUM"
"SUM",
"STANDARD_DEVIATION"
]
},
"AggregateTypes":{
Expand Down Expand Up @@ -996,7 +997,8 @@
"count":{"shape":"AggregatedDoubleValue"},
"maximum":{"shape":"AggregatedDoubleValue"},
"minimum":{"shape":"AggregatedDoubleValue"},
"sum":{"shape":"AggregatedDoubleValue"}
"sum":{"shape":"AggregatedDoubleValue"},
"standardDeviation":{"shape":"AggregatedDoubleValue"}
}
},
"AmazonResourceName":{
Expand Down Expand Up @@ -2119,7 +2121,7 @@
"portalStatus":{"shape":"PortalStatus"},
"portalCreationDate":{"shape":"Timestamp"},
"portalLastUpdateDate":{"shape":"Timestamp"},
"portalLogoImage":{"shape":"Image"},
"portalLogoImageLocation":{"shape":"ImageLocation"},
"roleArn":{"shape":"ARN"}
}
},
Expand Down Expand Up @@ -2487,26 +2489,41 @@
"Image":{
"type":"structure",
"members":{
"locationUrl":{"shape":"Url"},
"lastUpdateDate":{"shape":"Timestamp"}
"id":{"shape":"ID"},
"file":{"shape":"ImageFile"}
}
},
"ImageFile":{
"type":"structure",
"required":[
"encodedString",
"fileType"
"data",
"type"
],
"members":{
"encodedString":{"shape":"ImageFileData"},
"fileType":{"shape":"ImageFileType"}
"data":{"shape":"ImageFileData"},
"type":{"shape":"ImageFileType"}
}
},
"ImageFileData":{"type":"blob"},
"ImageFileData":{
"type":"blob",
"max":1500000,
"min":1
},
"ImageFileType":{
"type":"string",
"enum":["PNG"]
},
"ImageLocation":{
"type":"structure",
"required":[
"id",
"url"
],
"members":{
"id":{"shape":"ID"},
"url":{"shape":"Url"}
}
},
"InternalFailureException":{
"type":"structure",
"required":["message"],
Expand Down Expand Up @@ -3500,7 +3517,7 @@
"portalName":{"shape":"Name"},
"portalDescription":{"shape":"Description"},
"portalContactEmail":{"shape":"Email"},
"portalLogoImageFile":{"shape":"ImageFile"},
"portalLogoImage":{"shape":"Image"},
"roleArn":{"shape":"ARN"},
"clientToken":{
"shape":"ClientToken",
Expand Down
62 changes: 35 additions & 27 deletions models/apis/iotsitewise/2019-12-02/docs-2.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -7520,9 +7520,17 @@
},
"endpoints" : {
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com",
"protocols" : [ "https" ]
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com",
"protocols" : [ "https" ]
}
}
Expand Down

0 comments on commit 4c45f86

Please sign in to comment.