Skip to content

Commit

Permalink
Release v1.34.16 (2020-09-02) (#3519)
Browse files Browse the repository at this point in the history
Release v1.34.16 (2020-09-02)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * This release adds a new transit gateway attachment state and resource type.
* `service/macie2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Sep 2, 2020
1 parent 3b2296f commit 95871fc
Show file tree
Hide file tree
Showing 10 changed files with 360 additions and 124 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.34.16 (2020-09-02)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* This release adds a new transit gateway attachment state and resource type.
* `service/macie2`: Updates service API and documentation

Release v1.34.15 (2020-09-01)
===

Expand Down
34 changes: 28 additions & 6 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.34.15"
const SDKVersion = "1.34.16"
2 changes: 2 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28468,13 +28468,15 @@
"vpc",
"vpn",
"direct-connect-gateway",
"peering",
"tgw-peering"
]
},
"TransitGatewayAttachmentState":{
"type":"string",
"enum":[
"initiating",
"initiatingRequest",
"pendingAcceptance",
"rollingBack",
"pending",
Expand Down
40 changes: 20 additions & 20 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

47 changes: 45 additions & 2 deletions models/apis/macie2/2020-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,10 @@
"shape": "__long",
"locationName": "classifiableObjectCount"
},
"classifiableSizeInBytes": {
"shape": "__long",
"locationName": "classifiableSizeInBytes"
},
"lastUpdated": {
"shape": "__timestampIso8601",
"locationName": "lastUpdated"
Expand Down Expand Up @@ -2240,6 +2244,14 @@
"shape": "__listOfKeyValuePair",
"locationName": "tags"
},
"unclassifiableObjectCount": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectCount"
},
"unclassifiableObjectSizeInBytes": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectSizeInBytes"
},
"versioning": {
"shape": "__boolean",
"locationName": "versioning"
Expand Down Expand Up @@ -3040,7 +3052,8 @@
"type": "string",
"enum": [
"PUBLIC",
"NOT_PUBLIC"
"NOT_PUBLIC",
"UNKNOWN"
]
},
"Empty": {
Expand Down Expand Up @@ -3367,6 +3380,10 @@
"shape": "__long",
"locationName": "classifiableObjectCount"
},
"classifiableSizeInBytes": {
"shape": "__long",
"locationName": "classifiableSizeInBytes"
},
"lastUpdated": {
"shape": "__timestampIso8601",
"locationName": "lastUpdated"
Expand All @@ -3382,6 +3399,14 @@
"sizeInBytesCompressed": {
"shape": "__long",
"locationName": "sizeInBytesCompressed"
},
"unclassifiableObjectCount": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectCount"
},
"unclassifiableObjectSizeInBytes": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectSizeInBytes"
}
}
},
Expand Down Expand Up @@ -4367,6 +4392,23 @@
}
}
},
"ObjectLevelStatistics": {
"type": "structure",
"members": {
"fileType": {
"shape": "__long",
"locationName": "fileType"
},
"storageClass": {
"shape": "__long",
"locationName": "storageClass"
},
"total": {
"shape": "__long",
"locationName": "total"
}
}
},
"OrderBy": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -4787,7 +4829,8 @@
"enum": [
"EXTERNAL",
"INTERNAL",
"NOT_SHARED"
"NOT_SHARED",
"UNKNOWN"
]
},
"SimpleScopeTerm": {
Expand Down
Loading

0 comments on commit 95871fc

Please sign in to comment.