aws-sdk-core 2.10.120 → 2.10.121
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/sagemaker/2017-07-24/api-2.json +5 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a95b4155d964d84ab44fe1cb0c241b1ef8d2174
|
4
|
+
data.tar.gz: 9e9af9dd82ac1ab1050ad884dbac976fb9898ce2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5871d82345cbaed283748ece0325e8f953cac7f1744ddc0aea5662a1a923fb8a572e78cd0214c24579b4361082fd290e98e8f19d869f97b1755fe594d6aac36
|
7
|
+
data.tar.gz: da01a3a5b17a3f298e43478ce4790f291e588ee1649f318502da84b94a4fc2bd900aacef8b9ccb0d643e463f4c2967786db550ed75b0f6e3695d20fe2dc3c87c
|
@@ -390,7 +390,8 @@
|
|
390
390
|
"members":{
|
391
391
|
"EndpointConfigName":{"shape":"EndpointConfigName"},
|
392
392
|
"ProductionVariants":{"shape":"ProductionVariantList"},
|
393
|
-
"Tags":{"shape":"TagList"}
|
393
|
+
"Tags":{"shape":"TagList"},
|
394
|
+
"KmsKeyId":{"shape":"KmsKeyId"}
|
394
395
|
}
|
395
396
|
},
|
396
397
|
"CreateEndpointConfigOutput":{
|
@@ -578,6 +579,7 @@
|
|
578
579
|
"EndpointConfigName":{"shape":"EndpointConfigName"},
|
579
580
|
"EndpointConfigArn":{"shape":"EndpointConfigArn"},
|
580
581
|
"ProductionVariants":{"shape":"ProductionVariantList"},
|
582
|
+
"KmsKeyId":{"shape":"KmsKeyId"},
|
581
583
|
"CreationTime":{"shape":"Timestamp"}
|
582
584
|
}
|
583
585
|
},
|
@@ -1211,7 +1213,8 @@
|
|
1211
1213
|
"members":{
|
1212
1214
|
"InstanceType":{"shape":"TrainingInstanceType"},
|
1213
1215
|
"InstanceCount":{"shape":"TrainingInstanceCount"},
|
1214
|
-
"VolumeSizeInGB":{"shape":"VolumeSizeInGB"}
|
1216
|
+
"VolumeSizeInGB":{"shape":"VolumeSizeInGB"},
|
1217
|
+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
|
1215
1218
|
}
|
1216
1219
|
},
|
1217
1220
|
"ResourceInUse":{
|
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.10.
|
4
|
+
version: 2.10.121
|
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: 2018-01-
|
11
|
+
date: 2018-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|