Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Oct 27, 2020
1 parent eed86c6 commit b0da876
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 63 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.

2.11.614 (2020-10-26)
------------------

Expand Down
31 changes: 28 additions & 3 deletions aws-sdk-core/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3213,7 +3213,8 @@
"NumberOfWorkers":{"shape":"NullableInteger"},
"Timeout":{"shape":"Timeout"},
"MaxRetries":{"shape":"NullableInteger"},
"Tags":{"shape":"TagsMap"}
"Tags":{"shape":"TagsMap"},
"TransformEncryption":{"shape":"TransformEncryption"}
}
},
"CreateMLTransformResponse":{
Expand Down Expand Up @@ -4397,7 +4398,8 @@
"WorkerType":{"shape":"WorkerType"},
"NumberOfWorkers":{"shape":"NullableInteger"},
"Timeout":{"shape":"Timeout"},
"MaxRetries":{"shape":"NullableInteger"}
"MaxRetries":{"shape":"NullableInteger"},
"TransformEncryption":{"shape":"TransformEncryption"}
}
},
"GetMLTransformsRequest":{
Expand Down Expand Up @@ -5348,7 +5350,8 @@
"WorkerType":{"shape":"WorkerType"},
"NumberOfWorkers":{"shape":"NullableInteger"},
"Timeout":{"shape":"Timeout"},
"MaxRetries":{"shape":"NullableInteger"}
"MaxRetries":{"shape":"NullableInteger"},
"TransformEncryption":{"shape":"TransformEncryption"}
}
},
"MLTransformNotReadyException":{
Expand All @@ -5358,6 +5361,21 @@
},
"exception":true
},
"MLUserDataEncryption":{
"type":"structure",
"required":["MlUserDataEncryptionMode"],
"members":{
"MlUserDataEncryptionMode":{"shape":"MLUserDataEncryptionModeString"},
"KmsKeyId":{"shape":"NameString"}
}
},
"MLUserDataEncryptionModeString":{
"type":"string",
"enum":[
"DISABLED",
"SSE-KMS"
]
},
"MapValue":{
"type":"map",
"key":{"shape":"GenericString"},
Expand Down Expand Up @@ -6494,6 +6512,13 @@
"max":10,
"min":1
},
"TransformEncryption":{
"type":"structure",
"members":{
"MlUserDataEncryption":{"shape":"MLUserDataEncryption"},
"TaskRunSecurityConfigurationName":{"shape":"NameString"}
}
},
"TransformFilterCriteria":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit b0da876

Please sign in to comment.