aws-sdk-core 2.11.614 → 2.11.615
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/glue/2017-03-31/api-2.json +28 -3
- data/endpoints.json +2 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2360435d31c89abfd14bfb900c2569a81a5182a4dd4815b69aea8bf6ddb7f83
|
4
|
+
data.tar.gz: '081f76ba82f7a5e0e69d2709795455175db83803d6149eeea126eedb0e8dfdbc'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b06442d62c0dc6d321cb46463ca1e7fa98b2c4bb4a67c09a4f0c54282283e4a1f2115ec8208e5d1d858c56337d5d1889127d3f0117f789cd56d5f2e70c24ef3
|
7
|
+
data.tar.gz: 6ec56ca4e130b971c0aadf1a6c4784d63d97efd66bef7ba4aec6dd215a8559cd35e5e84f13ec46e5e4a96f48a13a5e88be0f1de140228d14d590f5c3ee015310
|
@@ -3213,7 +3213,8 @@
|
|
3213
3213
|
"NumberOfWorkers":{"shape":"NullableInteger"},
|
3214
3214
|
"Timeout":{"shape":"Timeout"},
|
3215
3215
|
"MaxRetries":{"shape":"NullableInteger"},
|
3216
|
-
"Tags":{"shape":"TagsMap"}
|
3216
|
+
"Tags":{"shape":"TagsMap"},
|
3217
|
+
"TransformEncryption":{"shape":"TransformEncryption"}
|
3217
3218
|
}
|
3218
3219
|
},
|
3219
3220
|
"CreateMLTransformResponse":{
|
@@ -4397,7 +4398,8 @@
|
|
4397
4398
|
"WorkerType":{"shape":"WorkerType"},
|
4398
4399
|
"NumberOfWorkers":{"shape":"NullableInteger"},
|
4399
4400
|
"Timeout":{"shape":"Timeout"},
|
4400
|
-
"MaxRetries":{"shape":"NullableInteger"}
|
4401
|
+
"MaxRetries":{"shape":"NullableInteger"},
|
4402
|
+
"TransformEncryption":{"shape":"TransformEncryption"}
|
4401
4403
|
}
|
4402
4404
|
},
|
4403
4405
|
"GetMLTransformsRequest":{
|
@@ -5348,7 +5350,8 @@
|
|
5348
5350
|
"WorkerType":{"shape":"WorkerType"},
|
5349
5351
|
"NumberOfWorkers":{"shape":"NullableInteger"},
|
5350
5352
|
"Timeout":{"shape":"Timeout"},
|
5351
|
-
"MaxRetries":{"shape":"NullableInteger"}
|
5353
|
+
"MaxRetries":{"shape":"NullableInteger"},
|
5354
|
+
"TransformEncryption":{"shape":"TransformEncryption"}
|
5352
5355
|
}
|
5353
5356
|
},
|
5354
5357
|
"MLTransformNotReadyException":{
|
@@ -5358,6 +5361,21 @@
|
|
5358
5361
|
},
|
5359
5362
|
"exception":true
|
5360
5363
|
},
|
5364
|
+
"MLUserDataEncryption":{
|
5365
|
+
"type":"structure",
|
5366
|
+
"required":["MlUserDataEncryptionMode"],
|
5367
|
+
"members":{
|
5368
|
+
"MlUserDataEncryptionMode":{"shape":"MLUserDataEncryptionModeString"},
|
5369
|
+
"KmsKeyId":{"shape":"NameString"}
|
5370
|
+
}
|
5371
|
+
},
|
5372
|
+
"MLUserDataEncryptionModeString":{
|
5373
|
+
"type":"string",
|
5374
|
+
"enum":[
|
5375
|
+
"DISABLED",
|
5376
|
+
"SSE-KMS"
|
5377
|
+
]
|
5378
|
+
},
|
5361
5379
|
"MapValue":{
|
5362
5380
|
"type":"map",
|
5363
5381
|
"key":{"shape":"GenericString"},
|
@@ -6494,6 +6512,13 @@
|
|
6494
6512
|
"max":10,
|
6495
6513
|
"min":1
|
6496
6514
|
},
|
6515
|
+
"TransformEncryption":{
|
6516
|
+
"type":"structure",
|
6517
|
+
"members":{
|
6518
|
+
"MlUserDataEncryption":{"shape":"MLUserDataEncryption"},
|
6519
|
+
"TaskRunSecurityConfigurationName":{"shape":"NameString"}
|
6520
|
+
}
|
6521
|
+
},
|
6497
6522
|
"TransformFilterCriteria":{
|
6498
6523
|
"type":"structure",
|
6499
6524
|
"members":{
|
data/endpoints.json
CHANGED
@@ -727,6 +727,7 @@
|
|
727
727
|
"protocols" : [ "http", "https" ]
|
728
728
|
},
|
729
729
|
"endpoints" : {
|
730
|
+
"af-south-1" : { },
|
730
731
|
"ap-east-1" : { },
|
731
732
|
"ap-northeast-1" : { },
|
732
733
|
"ap-northeast-2" : { },
|
@@ -736,6 +737,7 @@
|
|
736
737
|
"ca-central-1" : { },
|
737
738
|
"eu-central-1" : { },
|
738
739
|
"eu-north-1" : { },
|
740
|
+
"eu-south-1" : { },
|
739
741
|
"eu-west-1" : { },
|
740
742
|
"eu-west-2" : { },
|
741
743
|
"eu-west-3" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.615
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|