aws-sdk-core 2.10.120 → 2.10.121

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
  SHA1:
3
- metadata.gz: f0bcac39d0388788110d906deba969e2bb841cc7
4
- data.tar.gz: 0d1ae2fdde333c97d56cacbbeaf824c21f6efb21
3
+ metadata.gz: 9a95b4155d964d84ab44fe1cb0c241b1ef8d2174
4
+ data.tar.gz: 9e9af9dd82ac1ab1050ad884dbac976fb9898ce2
5
5
  SHA512:
6
- metadata.gz: bdc04cf870b01c13106f0ae018ccc84018ed3481e8f025339d2cdff46a8b7c8b76c49df5ac6601c2b5cffa1621c6b71f6f6f5b514a09fe2cc971ad685e11202a
7
- data.tar.gz: 538a6c0f6785b22ddb060bafadffb29ffcec93278e62f5eaaf90a965f889e598df6e13a4ab2cd615c313483d84588589ac038d3586a2fe99a17bc39e72886504
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.120'
2
+ VERSION = '2.10.121'
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.10.120
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-17 00:00:00.000000000 Z
11
+ date: 2018-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath