aws-sdk-core 2.11.614 → 2.11.615

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd6b421ae61cbdf6e37e5cd570ed9b5817e9c590d30e1ab1f7c53f8ef7b06faa
4
- data.tar.gz: ecbac86055c5364fe8b1f720232f69f312f0a336c73c45d000b4085ec05246c0
3
+ metadata.gz: f2360435d31c89abfd14bfb900c2569a81a5182a4dd4815b69aea8bf6ddb7f83
4
+ data.tar.gz: '081f76ba82f7a5e0e69d2709795455175db83803d6149eeea126eedb0e8dfdbc'
5
5
  SHA512:
6
- metadata.gz: 6a7c91aff0679a783dc9f7f8174fa4cd4bfe90d03425f2beb01ffb251b50d7b1227c19b414fb9d672befd49b3281e635ded21d4f7c357a19d01cdb39902ecc0b
7
- data.tar.gz: f36b7b2f6b8fd1ae912b53322dd77243b408a9cb9040abf5e718bc3c7a067c5ef31731851f241160ab0a2c2dd44c8098994e98989f92a3c525efcea346602c25
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":{
@@ -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" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.614'
2
+ VERSION = '2.11.615'
3
3
  end
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.614
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-26 00:00:00.000000000 Z
11
+ date: 2020-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath