aws-sdk-core 2.11.44 → 2.11.45

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8e7a9c024a8bd22d0bef0172d5c5a7c79661362
4
- data.tar.gz: ee4371f52b409499dddecfa05eda081de8a102fe
3
+ metadata.gz: a90b929e7a1e58c1c6fb2fb7256a86e58751a9c3
4
+ data.tar.gz: 6ff6965487fbb99f7489f8d6ab89592dda4e7382
5
5
  SHA512:
6
- metadata.gz: 342dda51646029b4a3b1801fd8ce4faddd39c41051eb7c16ff71a1e12c3c7cdbe94e59c684f4c4900ce8e979d373aea63294a52883d923e53b2936363c466991
7
- data.tar.gz: f0baaf7ca1503220d147b623ffd6e9890ee524ba84441d89e71cf163f0cbff3ca32eae24c46fccda677ce1173db424f7dc93e383c2dc242a04b5e26de35d2dda
6
+ metadata.gz: 3297a88734b6c0b9ca8b613599c05a6285acdbdd456ced5f72eb13118b4fe16a42bd7b62e6f7bf6f68e1dc050a3f657c75f895c3c21411d2eb06ffd75230312f
7
+ data.tar.gz: 18c97fe4a1883c47b150d39ba36898f03252c6a38d5da7e801b719ad2a1d60852f8d830e2c072967f4da88eafbc1d494618949da0e249f0497e9ec3854352577
@@ -3885,10 +3885,6 @@
3885
3885
  },
3886
3886
  "ConversionTask":{
3887
3887
  "type":"structure",
3888
- "required":[
3889
- "ConversionTaskId",
3890
- "State"
3891
- ],
3892
3888
  "members":{
3893
3889
  "ConversionTaskId":{
3894
3890
  "shape":"String",
@@ -4030,6 +4026,26 @@
4030
4026
  }
4031
4027
  }
4032
4028
  },
4029
+ "CpuOptions":{
4030
+ "type":"structure",
4031
+ "members":{
4032
+ "CoreCount":{
4033
+ "shape":"Integer",
4034
+ "locationName":"coreCount"
4035
+ },
4036
+ "ThreadsPerCore":{
4037
+ "shape":"Integer",
4038
+ "locationName":"threadsPerCore"
4039
+ }
4040
+ }
4041
+ },
4042
+ "CpuOptionsRequest":{
4043
+ "type":"structure",
4044
+ "members":{
4045
+ "CoreCount":{"shape":"Integer"},
4046
+ "ThreadsPerCore":{"shape":"Integer"}
4047
+ }
4048
+ },
4033
4049
  "CreateCustomerGatewayRequest":{
4034
4050
  "type":"structure",
4035
4051
  "required":[
@@ -8543,11 +8559,6 @@
8543
8559
  },
8544
8560
  "DiskImageDescription":{
8545
8561
  "type":"structure",
8546
- "required":[
8547
- "Format",
8548
- "ImportManifestUrl",
8549
- "Size"
8550
- ],
8551
8562
  "members":{
8552
8563
  "Checksum":{
8553
8564
  "shape":"String",
@@ -8603,7 +8614,6 @@
8603
8614
  },
8604
8615
  "DiskImageVolumeDescription":{
8605
8616
  "type":"structure",
8606
- "required":["Id"],
8607
8617
  "members":{
8608
8618
  "Id":{
8609
8619
  "shape":"String",
@@ -10545,7 +10555,6 @@
10545
10555
  },
10546
10556
  "ImportInstanceTaskDetails":{
10547
10557
  "type":"structure",
10548
- "required":["Volumes"],
10549
10558
  "members":{
10550
10559
  "Description":{
10551
10560
  "shape":"String",
@@ -10746,12 +10755,6 @@
10746
10755
  },
10747
10756
  "ImportVolumeTaskDetails":{
10748
10757
  "type":"structure",
10749
- "required":[
10750
- "AvailabilityZone",
10751
- "BytesConverted",
10752
- "Image",
10753
- "Volume"
10754
- ],
10755
10758
  "members":{
10756
10759
  "AvailabilityZone":{
10757
10760
  "shape":"String",
@@ -10933,6 +10936,10 @@
10933
10936
  "VirtualizationType":{
10934
10937
  "shape":"VirtualizationType",
10935
10938
  "locationName":"virtualizationType"
10939
+ },
10940
+ "CpuOptions":{
10941
+ "shape":"CpuOptions",
10942
+ "locationName":"cpuOptions"
10936
10943
  }
10937
10944
  }
10938
10945
  },
@@ -16148,7 +16155,8 @@
16148
16155
  },
16149
16156
  "LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
16150
16157
  "InstanceMarketOptions":{"shape":"InstanceMarketOptionsRequest"},
16151
- "CreditSpecification":{"shape":"CreditSpecificationRequest"}
16158
+ "CreditSpecification":{"shape":"CreditSpecificationRequest"},
16159
+ "CpuOptions":{"shape":"CpuOptionsRequest"}
16152
16160
  }
16153
16161
  },
16154
16162
  "RunScheduledInstancesRequest":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.44'
2
+ VERSION = '2.11.45'
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.44
4
+ version: 2.11.45
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-05-07 00:00:00.000000000 Z
11
+ date: 2018-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath