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
aws-sdk-go-automation authored Sep 2, 2020
1 parent 3b2296f commit 95871fc
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)
===

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
@@ -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
@@ -28468,13 +28468,15 @@
"vpc",
"vpn",
"direct-connect-gateway",
"peering",
"tgw-peering"
]
},
"TransitGatewayAttachmentState":{
"type":"string",
"enum":[
"initiating",
"initiatingRequest",
"pendingAcceptance",
"rollingBack",
"pending",
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
@@ -2200,6 +2200,10 @@
"shape": "__long",
"locationName": "classifiableObjectCount"
},
"classifiableSizeInBytes": {
"shape": "__long",
"locationName": "classifiableSizeInBytes"
},
"lastUpdated": {
"shape": "__timestampIso8601",
"locationName": "lastUpdated"
@@ -2240,6 +2244,14 @@
"shape": "__listOfKeyValuePair",
"locationName": "tags"
},
"unclassifiableObjectCount": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectCount"
},
"unclassifiableObjectSizeInBytes": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectSizeInBytes"
},
"versioning": {
"shape": "__boolean",
"locationName": "versioning"
@@ -3040,7 +3052,8 @@
"type": "string",
"enum": [
"PUBLIC",
"NOT_PUBLIC"
"NOT_PUBLIC",
"UNKNOWN"
]
},
"Empty": {
@@ -3367,6 +3380,10 @@
"shape": "__long",
"locationName": "classifiableObjectCount"
},
"classifiableSizeInBytes": {
"shape": "__long",
"locationName": "classifiableSizeInBytes"
},
"lastUpdated": {
"shape": "__timestampIso8601",
"locationName": "lastUpdated"
@@ -3382,6 +3399,14 @@
"sizeInBytesCompressed": {
"shape": "__long",
"locationName": "sizeInBytesCompressed"
},
"unclassifiableObjectCount": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectCount"
},
"unclassifiableObjectSizeInBytes": {
"shape": "ObjectLevelStatistics",
"locationName": "unclassifiableObjectSizeInBytes"
}
}
},
@@ -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": [
@@ -4787,7 +4829,8 @@
"enum": [
"EXTERNAL",
"INTERNAL",
"NOT_SHARED"
"NOT_SHARED",
"UNKNOWN"
]
},
"SimpleScopeTerm": {
76 changes: 45 additions & 31 deletions models/apis/macie2/2020-01-01/docs-2.json

Large diffs are not rendered by default.

36 changes: 29 additions & 7 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
@@ -5989,6 +5989,12 @@
},
"waf-regional" : {
"endpoints" : {
"af-south-1" : {
"credentialScope" : {
"region" : "af-south-1"
},
"hostname" : "waf-regional.af-south-1.amazonaws.com"
},
"ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
@@ -6043,6 +6049,12 @@
},
"hostname" : "waf-regional.eu-north-1.amazonaws.com"
},
"eu-south-1" : {
"credentialScope" : {
"region" : "eu-south-1"
},
"hostname" : "waf-regional.eu-south-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
@@ -6061,6 +6073,12 @@
},
"hostname" : "waf-regional.eu-west-3.amazonaws.com"
},
"fips-af-south-1" : {
"credentialScope" : {
"region" : "af-south-1"
},
"hostname" : "waf-regional-fips.af-south-1.amazonaws.com"
},
"fips-ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
@@ -6115,6 +6133,12 @@
},
"hostname" : "waf-regional-fips.eu-north-1.amazonaws.com"
},
"fips-eu-south-1" : {
"credentialScope" : {
"region" : "eu-south-1"
},
"hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
},
"fips-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
@@ -7768,20 +7792,18 @@
},
"kinesis" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "kinesis-fips.us-gov-east-1.amazonaws.com"
"hostname" : "kinesis.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "kinesis-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"hostname" : "kinesis.us-gov-west-1.amazonaws.com"
}
}
},
"kinesisanalytics" : {
84 changes: 45 additions & 39 deletions service/ec2/api.go
155 changes: 137 additions & 18 deletions service/macie2/api.go

0 comments on commit 95871fc

Please sign in to comment.