Skip to content

Commit

Permalink
Release v1.38.29 (2021-04-29) (#3887)
Browse files Browse the repository at this point in the history
Release v1.38.29 (2021-04-29)
===

### Service Client Updates
* `service/chime`: Updates service API
  * Increase AppInstanceUserId length to 64 characters
* `service/ecs`: Updates service API and documentation
  * Add support for EphemeralStorage on TaskDefinition and TaskOverride
* `service/macie2`: Updates service API and documentation
* `service/organizations`: Updates service documentation
  * Minor text updates for AWS Organizations API Reference
  • Loading branch information
aws-sdk-go-automation committed Apr 29, 2021
1 parent 1254870 commit b5cfa21
Show file tree
Hide file tree
Showing 13 changed files with 554 additions and 199 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.38.29 (2021-04-29)
===

### Service Client Updates
* `service/chime`: Updates service API
* Increase AppInstanceUserId length to 64 characters
* `service/ecs`: Updates service API and documentation
* Add support for EphemeralStorage on TaskDefinition and TaskOverride
* `service/macie2`: Updates service API and documentation
* `service/organizations`: Updates service documentation
* Minor text updates for AWS Organizations API Reference

Release v1.38.28 (2021-04-28)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.28"
const SDKVersion = "1.38.29"
4 changes: 2 additions & 2 deletions models/apis/chime/2018-05-01/api-2.json
Expand Up @@ -8994,9 +8994,9 @@
},
"UserId":{
"type":"string",
"max":50,
"max":64,
"min":1,
"pattern":"[A-Za-z0-9][A-Za-z0-9\\:\\-\\_\\.\\@]{3,50}[A-Za-z0-9]",
"pattern":"[A-Za-z0-9]([A-Za-z0-9\\:\\-\\_\\.\\@]{0,62}[A-Za-z0-9])?",
"sensitive":true
},
"UserIdList":{
Expand Down
19 changes: 15 additions & 4 deletions models/apis/ecs/2014-11-13/api-2.json
Expand Up @@ -1805,6 +1805,13 @@
"type":"list",
"member":{"shape":"KeyValuePair"}
},
"EphemeralStorage":{
"type":"structure",
"required":["sizeInGiB"],
"members":{
"sizeInGiB":{"shape":"Integer"}
}
},
"ExecuteCommandConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2588,7 +2595,8 @@
"pidMode":{"shape":"PidMode"},
"ipcMode":{"shape":"IpcMode"},
"proxyConfiguration":{"shape":"ProxyConfiguration"},
"inferenceAccelerators":{"shape":"InferenceAccelerators"}
"inferenceAccelerators":{"shape":"InferenceAccelerators"},
"ephemeralStorage":{"shape":"EphemeralStorage"}
}
},
"RegisterTaskDefinitionResponse":{
Expand Down Expand Up @@ -3087,7 +3095,8 @@
"tags":{"shape":"Tags"},
"taskArn":{"shape":"String"},
"taskDefinitionArn":{"shape":"String"},
"version":{"shape":"Long"}
"version":{"shape":"Long"},
"ephemeralStorage":{"shape":"EphemeralStorage"}
}
},
"TaskDefinition":{
Expand All @@ -3114,7 +3123,8 @@
"proxyConfiguration":{"shape":"ProxyConfiguration"},
"registeredAt":{"shape":"Timestamp"},
"deregisteredAt":{"shape":"Timestamp"},
"registeredBy":{"shape":"String"}
"registeredBy":{"shape":"String"},
"ephemeralStorage":{"shape":"EphemeralStorage"}
}
},
"TaskDefinitionFamilyStatus":{
Expand Down Expand Up @@ -3171,7 +3181,8 @@
"inferenceAcceleratorOverrides":{"shape":"InferenceAcceleratorOverrides"},
"executionRoleArn":{"shape":"String"},
"memory":{"shape":"String"},
"taskRoleArn":{"shape":"String"}
"taskRoleArn":{"shape":"String"},
"ephemeralStorage":{"shape":"EphemeralStorage"}
}
},
"TaskSet":{
Expand Down
70 changes: 40 additions & 30 deletions models/apis/ecs/2014-11-13/docs-2.json

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions models/apis/macie2/2020-01-01/api-2.json
Expand Up @@ -2078,6 +2078,14 @@
"DISABLING_IN_PROGRESS"
]
},
"AllowsUnencryptedObjectUploads": {
"type": "string",
"enum": [
"TRUE",
"FALSE",
"UNKNOWN"
]
},
"ApiCallDetails": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2253,6 +2261,10 @@
"unencrypted": {
"shape": "__long",
"locationName": "unencrypted"
},
"unknown": {
"shape": "__long",
"locationName": "unknown"
}
}
},
Expand All @@ -2277,6 +2289,23 @@
}
}
},
"BucketCountPolicyAllowsUnencryptedObjectUploads": {
"type": "structure",
"members": {
"allowsUnencryptedObjectUploads": {
"shape": "__long",
"locationName": "allowsUnencryptedObjectUploads"
},
"deniesUnencryptedObjectUploads": {
"shape": "__long",
"locationName": "deniesUnencryptedObjectUploads"
},
"unknown": {
"shape": "__long",
"locationName": "unknown"
}
}
},
"BucketCriteria": {
"type": "map",
"key": {
Expand Down Expand Up @@ -2343,6 +2372,10 @@
"shape": "__string",
"locationName": "accountId"
},
"allowsUnencryptedObjectUploads": {
"shape": "AllowsUnencryptedObjectUploads",
"locationName": "allowsUnencryptedObjectUploads"
},
"bucketArn": {
"shape": "__string",
"locationName": "bucketArn"
Expand Down Expand Up @@ -3624,6 +3657,10 @@
"shape": "BucketCountByEncryptionType",
"locationName": "bucketCountByEncryptionType"
},
"bucketCountByObjectEncryptionRequirement": {
"shape": "BucketCountPolicyAllowsUnencryptedObjectUploads",
"locationName": "bucketCountByObjectEncryptionRequirement"
},
"bucketCountBySharedAccessType": {
"shape": "BucketCountBySharedAccessType",
"locationName": "bucketCountBySharedAccessType"
Expand Down Expand Up @@ -4743,6 +4780,10 @@
"unencrypted": {
"shape": "__long",
"locationName": "unencrypted"
},
"unknown": {
"shape": "__long",
"locationName": "unknown"
}
}
},
Expand Down Expand Up @@ -4973,6 +5014,10 @@
"S3Bucket": {
"type": "structure",
"members": {
"allowsUnencryptedObjectUploads": {
"shape": "AllowsUnencryptedObjectUploads",
"locationName": "allowsUnencryptedObjectUploads"
},
"arn": {
"shape": "__string",
"locationName": "arn"
Expand Down

0 comments on commit b5cfa21

Please sign in to comment.