aws-sdk-core 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -3,11 +3,11 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2015-10-01",
5
5
  "endpointPrefix":"ec2",
6
+ "protocol":"ec2",
6
7
  "serviceAbbreviation":"Amazon EC2",
7
8
  "serviceFullName":"Amazon Elastic Compute Cloud",
8
9
  "signatureVersion":"v4",
9
- "xmlNamespace":"http://ec2.amazonaws.com/doc/2015-10-01",
10
- "protocol":"ec2"
10
+ "xmlNamespace":"http://ec2.amazonaws.com/doc/2015-10-01"
11
11
  },
12
12
  "operations":{
13
13
  "AcceptVpcPeeringConnection":{
@@ -28,6 +28,15 @@
28
28
  "input":{"shape":"AllocateAddressRequest"},
29
29
  "output":{"shape":"AllocateAddressResult"}
30
30
  },
31
+ "AllocateHosts":{
32
+ "name":"AllocateHosts",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/"
36
+ },
37
+ "input":{"shape":"AllocateHostsRequest"},
38
+ "output":{"shape":"AllocateHostsResult"}
39
+ },
31
40
  "AssignPrivateIpAddresses":{
32
41
  "name":"AssignPrivateIpAddresses",
33
42
  "http":{
@@ -746,6 +755,24 @@
746
755
  "input":{"shape":"DescribeFlowLogsRequest"},
747
756
  "output":{"shape":"DescribeFlowLogsResult"}
748
757
  },
758
+ "DescribeHosts":{
759
+ "name":"DescribeHosts",
760
+ "http":{
761
+ "method":"POST",
762
+ "requestUri":"/"
763
+ },
764
+ "input":{"shape":"DescribeHostsRequest"},
765
+ "output":{"shape":"DescribeHostsResult"}
766
+ },
767
+ "DescribeIdFormat":{
768
+ "name":"DescribeIdFormat",
769
+ "http":{
770
+ "method":"POST",
771
+ "requestUri":"/"
772
+ },
773
+ "input":{"shape":"DescribeIdFormatRequest"},
774
+ "output":{"shape":"DescribeIdFormatResult"}
775
+ },
749
776
  "DescribeImageAttribute":{
750
777
  "name":"DescribeImageAttribute",
751
778
  "http":{
@@ -1302,6 +1329,23 @@
1302
1329
  "input":{"shape":"ImportVolumeRequest"},
1303
1330
  "output":{"shape":"ImportVolumeResult"}
1304
1331
  },
1332
+ "ModifyHosts":{
1333
+ "name":"ModifyHosts",
1334
+ "http":{
1335
+ "method":"POST",
1336
+ "requestUri":"/"
1337
+ },
1338
+ "input":{"shape":"ModifyHostsRequest"},
1339
+ "output":{"shape":"ModifyHostsResult"}
1340
+ },
1341
+ "ModifyIdFormat":{
1342
+ "name":"ModifyIdFormat",
1343
+ "http":{
1344
+ "method":"POST",
1345
+ "requestUri":"/"
1346
+ },
1347
+ "input":{"shape":"ModifyIdFormatRequest"}
1348
+ },
1305
1349
  "ModifyImageAttribute":{
1306
1350
  "name":"ModifyImageAttribute",
1307
1351
  "http":{
@@ -1318,6 +1362,15 @@
1318
1362
  },
1319
1363
  "input":{"shape":"ModifyInstanceAttributeRequest"}
1320
1364
  },
1365
+ "ModifyInstancePlacement":{
1366
+ "name":"ModifyInstancePlacement",
1367
+ "http":{
1368
+ "method":"POST",
1369
+ "requestUri":"/"
1370
+ },
1371
+ "input":{"shape":"ModifyInstancePlacementRequest"},
1372
+ "output":{"shape":"ModifyInstancePlacementResult"}
1373
+ },
1321
1374
  "ModifyNetworkInterfaceAttribute":{
1322
1375
  "name":"ModifyNetworkInterfaceAttribute",
1323
1376
  "http":{
@@ -1446,6 +1499,15 @@
1446
1499
  },
1447
1500
  "input":{"shape":"ReleaseAddressRequest"}
1448
1501
  },
1502
+ "ReleaseHosts":{
1503
+ "name":"ReleaseHosts",
1504
+ "http":{
1505
+ "method":"POST",
1506
+ "requestUri":"/"
1507
+ },
1508
+ "input":{"shape":"ReleaseHostsRequest"},
1509
+ "output":{"shape":"ReleaseHostsResult"}
1510
+ },
1449
1511
  "ReplaceNetworkAclAssociation":{
1450
1512
  "name":"ReplaceNetworkAclAssociation",
1451
1513
  "http":{
@@ -1761,6 +1823,13 @@
1761
1823
  "locationName":"item"
1762
1824
  }
1763
1825
  },
1826
+ "Affinity":{
1827
+ "type":"string",
1828
+ "enum":[
1829
+ "default",
1830
+ "host"
1831
+ ]
1832
+ },
1764
1833
  "AllocateAddressRequest":{
1765
1834
  "type":"structure",
1766
1835
  "members":{
@@ -1788,6 +1857,45 @@
1788
1857
  }
1789
1858
  }
1790
1859
  },
1860
+ "AllocateHostsRequest":{
1861
+ "type":"structure",
1862
+ "required":[
1863
+ "InstanceType",
1864
+ "Quantity",
1865
+ "AvailabilityZone"
1866
+ ],
1867
+ "members":{
1868
+ "AutoPlacement":{
1869
+ "shape":"AutoPlacement",
1870
+ "locationName":"autoPlacement"
1871
+ },
1872
+ "ClientToken":{
1873
+ "shape":"String",
1874
+ "locationName":"clientToken"
1875
+ },
1876
+ "InstanceType":{
1877
+ "shape":"String",
1878
+ "locationName":"instanceType"
1879
+ },
1880
+ "Quantity":{
1881
+ "shape":"Integer",
1882
+ "locationName":"quantity"
1883
+ },
1884
+ "AvailabilityZone":{
1885
+ "shape":"String",
1886
+ "locationName":"availabilityZone"
1887
+ }
1888
+ }
1889
+ },
1890
+ "AllocateHostsResult":{
1891
+ "type":"structure",
1892
+ "members":{
1893
+ "HostIds":{
1894
+ "shape":"ResponseHostIdList",
1895
+ "locationName":"hostIdSet"
1896
+ }
1897
+ }
1898
+ },
1791
1899
  "AllocationIdList":{
1792
1900
  "type":"list",
1793
1901
  "member":{
@@ -1795,6 +1903,16 @@
1795
1903
  "locationName":"AllocationId"
1796
1904
  }
1797
1905
  },
1906
+ "AllocationState":{
1907
+ "type":"string",
1908
+ "enum":[
1909
+ "available",
1910
+ "under-assessment",
1911
+ "permanent-failure",
1912
+ "released",
1913
+ "released-permanent-failure"
1914
+ ]
1915
+ },
1798
1916
  "AllocationStrategy":{
1799
1917
  "type":"string",
1800
1918
  "enum":[
@@ -2128,6 +2246,13 @@
2128
2246
  "IpPermissions":{"shape":"IpPermissionList"}
2129
2247
  }
2130
2248
  },
2249
+ "AutoPlacement":{
2250
+ "type":"string",
2251
+ "enum":[
2252
+ "on",
2253
+ "off"
2254
+ ]
2255
+ },
2131
2256
  "AvailabilityZone":{
2132
2257
  "type":"structure",
2133
2258
  "members":{
@@ -2181,6 +2306,26 @@
2181
2306
  "unavailable"
2182
2307
  ]
2183
2308
  },
2309
+ "AvailableCapacity":{
2310
+ "type":"structure",
2311
+ "members":{
2312
+ "AvailableInstanceCapacity":{
2313
+ "shape":"AvailableInstanceCapacityList",
2314
+ "locationName":"availableInstanceCapacity"
2315
+ },
2316
+ "AvailableVCpus":{
2317
+ "shape":"Integer",
2318
+ "locationName":"availableVCpus"
2319
+ }
2320
+ }
2321
+ },
2322
+ "AvailableInstanceCapacityList":{
2323
+ "type":"list",
2324
+ "member":{
2325
+ "shape":"InstanceCapacity",
2326
+ "locationName":"item"
2327
+ }
2328
+ },
2184
2329
  "BatchState":{
2185
2330
  "type":"string",
2186
2331
  "enum":[
@@ -2193,6 +2338,16 @@
2193
2338
  "modifying"
2194
2339
  ]
2195
2340
  },
2341
+ "Blob":{"type":"blob"},
2342
+ "BlobAttributeValue":{
2343
+ "type":"structure",
2344
+ "members":{
2345
+ "Value":{
2346
+ "shape":"Blob",
2347
+ "locationName":"value"
2348
+ }
2349
+ }
2350
+ },
2196
2351
  "BlockDeviceMapping":{
2197
2352
  "type":"structure",
2198
2353
  "members":{
@@ -4181,6 +4336,55 @@
4181
4336
  }
4182
4337
  }
4183
4338
  },
4339
+ "DescribeHostsRequest":{
4340
+ "type":"structure",
4341
+ "members":{
4342
+ "HostIds":{
4343
+ "shape":"RequestHostIdList",
4344
+ "locationName":"hostId"
4345
+ },
4346
+ "NextToken":{
4347
+ "shape":"String",
4348
+ "locationName":"nextToken"
4349
+ },
4350
+ "MaxResults":{
4351
+ "shape":"Integer",
4352
+ "locationName":"maxResults"
4353
+ },
4354
+ "Filter":{
4355
+ "shape":"FilterList",
4356
+ "locationName":"filter"
4357
+ }
4358
+ }
4359
+ },
4360
+ "DescribeHostsResult":{
4361
+ "type":"structure",
4362
+ "members":{
4363
+ "Hosts":{
4364
+ "shape":"HostList",
4365
+ "locationName":"hostSet"
4366
+ },
4367
+ "NextToken":{
4368
+ "shape":"String",
4369
+ "locationName":"nextToken"
4370
+ }
4371
+ }
4372
+ },
4373
+ "DescribeIdFormatRequest":{
4374
+ "type":"structure",
4375
+ "members":{
4376
+ "Resource":{"shape":"String"}
4377
+ }
4378
+ },
4379
+ "DescribeIdFormatResult":{
4380
+ "type":"structure",
4381
+ "members":{
4382
+ "Statuses":{
4383
+ "shape":"IdFormatList",
4384
+ "locationName":"statusSet"
4385
+ }
4386
+ }
4387
+ },
4184
4388
  "DescribeImageAttributeRequest":{
4185
4389
  "type":"structure",
4186
4390
  "required":[
@@ -5643,6 +5847,13 @@
5643
5847
  "locationName":"item"
5644
5848
  }
5645
5849
  },
5850
+ "DhcpConfigurationValueList":{
5851
+ "type":"list",
5852
+ "member":{
5853
+ "shape":"AttributeValue",
5854
+ "locationName":"item"
5855
+ }
5856
+ },
5646
5857
  "DhcpOptions":{
5647
5858
  "type":"structure",
5648
5859
  "members":{
@@ -6282,6 +6493,102 @@
6282
6493
  "locationName":"item"
6283
6494
  }
6284
6495
  },
6496
+ "Host":{
6497
+ "type":"structure",
6498
+ "members":{
6499
+ "HostId":{
6500
+ "shape":"String",
6501
+ "locationName":"hostId"
6502
+ },
6503
+ "AutoPlacement":{
6504
+ "shape":"AutoPlacement",
6505
+ "locationName":"autoPlacement"
6506
+ },
6507
+ "HostReservationId":{
6508
+ "shape":"String",
6509
+ "locationName":"hostReservationId"
6510
+ },
6511
+ "ClientToken":{
6512
+ "shape":"String",
6513
+ "locationName":"clientToken"
6514
+ },
6515
+ "HostProperties":{
6516
+ "shape":"HostProperties",
6517
+ "locationName":"hostProperties"
6518
+ },
6519
+ "State":{
6520
+ "shape":"AllocationState",
6521
+ "locationName":"state"
6522
+ },
6523
+ "AvailabilityZone":{
6524
+ "shape":"String",
6525
+ "locationName":"availabilityZone"
6526
+ },
6527
+ "Instances":{
6528
+ "shape":"HostInstanceList",
6529
+ "locationName":"instances"
6530
+ },
6531
+ "AvailableCapacity":{
6532
+ "shape":"AvailableCapacity",
6533
+ "locationName":"availableCapacity"
6534
+ }
6535
+ }
6536
+ },
6537
+ "HostInstance":{
6538
+ "type":"structure",
6539
+ "members":{
6540
+ "InstanceId":{
6541
+ "shape":"String",
6542
+ "locationName":"instanceId"
6543
+ },
6544
+ "InstanceType":{
6545
+ "shape":"String",
6546
+ "locationName":"instanceType"
6547
+ }
6548
+ }
6549
+ },
6550
+ "HostInstanceList":{
6551
+ "type":"list",
6552
+ "member":{
6553
+ "shape":"HostInstance",
6554
+ "locationName":"item"
6555
+ }
6556
+ },
6557
+ "HostList":{
6558
+ "type":"list",
6559
+ "member":{
6560
+ "shape":"Host",
6561
+ "locationName":"item"
6562
+ }
6563
+ },
6564
+ "HostProperties":{
6565
+ "type":"structure",
6566
+ "members":{
6567
+ "Sockets":{
6568
+ "shape":"Integer",
6569
+ "locationName":"sockets"
6570
+ },
6571
+ "Cores":{
6572
+ "shape":"Integer",
6573
+ "locationName":"cores"
6574
+ },
6575
+ "TotalVCpus":{
6576
+ "shape":"Integer",
6577
+ "locationName":"totalVCpus"
6578
+ },
6579
+ "InstanceType":{
6580
+ "shape":"String",
6581
+ "locationName":"instanceType"
6582
+ }
6583
+ }
6584
+ },
6585
+ "HostTenancy":{
6586
+ "type":"string",
6587
+ "enum":[
6588
+ "dedicated",
6589
+ "host"
6590
+ ]
6591
+ },
6285
6592
  "HypervisorType":{
6286
6593
  "type":"string",
6287
6594
  "enum":[
@@ -6328,6 +6635,30 @@
6328
6635
  }
6329
6636
  }
6330
6637
  },
6638
+ "IdFormat":{
6639
+ "type":"structure",
6640
+ "members":{
6641
+ "Resource":{
6642
+ "shape":"String",
6643
+ "locationName":"resource"
6644
+ },
6645
+ "UseLongIds":{
6646
+ "shape":"Boolean",
6647
+ "locationName":"useLongIds"
6648
+ },
6649
+ "Deadline":{
6650
+ "shape":"DateTime",
6651
+ "locationName":"deadline"
6652
+ }
6653
+ }
6654
+ },
6655
+ "IdFormatList":{
6656
+ "type":"list",
6657
+ "member":{
6658
+ "shape":"IdFormat",
6659
+ "locationName":"item"
6660
+ }
6661
+ },
6331
6662
  "Image":{
6332
6663
  "type":"structure",
6333
6664
  "members":{
@@ -7245,6 +7576,23 @@
7245
7576
  "locationName":"item"
7246
7577
  }
7247
7578
  },
7579
+ "InstanceCapacity":{
7580
+ "type":"structure",
7581
+ "members":{
7582
+ "InstanceType":{
7583
+ "shape":"String",
7584
+ "locationName":"instanceType"
7585
+ },
7586
+ "AvailableCapacity":{
7587
+ "shape":"Integer",
7588
+ "locationName":"availableCapacity"
7589
+ },
7590
+ "TotalCapacity":{
7591
+ "shape":"Integer",
7592
+ "locationName":"totalCapacity"
7593
+ }
7594
+ }
7595
+ },
7248
7596
  "InstanceCount":{
7249
7597
  "type":"structure",
7250
7598
  "members":{
@@ -7978,6 +8326,47 @@
7978
8326
  ]
7979
8327
  },
7980
8328
  "Long":{"type":"long"},
8329
+ "ModifyHostsRequest":{
8330
+ "type":"structure",
8331
+ "required":[
8332
+ "HostIds",
8333
+ "AutoPlacement"
8334
+ ],
8335
+ "members":{
8336
+ "HostIds":{
8337
+ "shape":"RequestHostIdList",
8338
+ "locationName":"hostId"
8339
+ },
8340
+ "AutoPlacement":{
8341
+ "shape":"AutoPlacement",
8342
+ "locationName":"autoPlacement"
8343
+ }
8344
+ }
8345
+ },
8346
+ "ModifyHostsResult":{
8347
+ "type":"structure",
8348
+ "members":{
8349
+ "Successful":{
8350
+ "shape":"ResponseHostIdList",
8351
+ "locationName":"successful"
8352
+ },
8353
+ "Unsuccessful":{
8354
+ "shape":"UnsuccessfulItemList",
8355
+ "locationName":"unsuccessful"
8356
+ }
8357
+ }
8358
+ },
8359
+ "ModifyIdFormatRequest":{
8360
+ "type":"structure",
8361
+ "required":[
8362
+ "Resource",
8363
+ "UseLongIds"
8364
+ ],
8365
+ "members":{
8366
+ "Resource":{"shape":"String"},
8367
+ "UseLongIds":{"shape":"Boolean"}
8368
+ }
8369
+ },
7981
8370
  "ModifyImageAttributeRequest":{
7982
8371
  "type":"structure",
7983
8372
  "required":["ImageId"],
@@ -8069,6 +8458,37 @@
8069
8458
  }
8070
8459
  }
8071
8460
  },
8461
+ "ModifyInstancePlacementRequest":{
8462
+ "type":"structure",
8463
+ "required":["InstanceId"],
8464
+ "members":{
8465
+ "InstanceId":{
8466
+ "shape":"String",
8467
+ "locationName":"instanceId"
8468
+ },
8469
+ "Tenancy":{
8470
+ "shape":"HostTenancy",
8471
+ "locationName":"tenancy"
8472
+ },
8473
+ "Affinity":{
8474
+ "shape":"Affinity",
8475
+ "locationName":"affinity"
8476
+ },
8477
+ "HostId":{
8478
+ "shape":"String",
8479
+ "locationName":"hostId"
8480
+ }
8481
+ }
8482
+ },
8483
+ "ModifyInstancePlacementResult":{
8484
+ "type":"structure",
8485
+ "members":{
8486
+ "Return":{
8487
+ "shape":"Boolean",
8488
+ "locationName":"return"
8489
+ }
8490
+ }
8491
+ },
8072
8492
  "ModifyNetworkInterfaceAttributeRequest":{
8073
8493
  "type":"structure",
8074
8494
  "required":["NetworkInterfaceId"],
@@ -8643,6 +9063,26 @@
8643
9063
  "detaching"
8644
9064
  ]
8645
9065
  },
9066
+ "NewDhcpConfiguration":{
9067
+ "type":"structure",
9068
+ "members":{
9069
+ "Key":{
9070
+ "shape":"String",
9071
+ "locationName":"key"
9072
+ },
9073
+ "Values":{
9074
+ "shape":"ValueStringList",
9075
+ "locationName":"Value"
9076
+ }
9077
+ }
9078
+ },
9079
+ "NewDhcpConfigurationList":{
9080
+ "type":"list",
9081
+ "member":{
9082
+ "shape":"NewDhcpConfiguration",
9083
+ "locationName":"item"
9084
+ }
9085
+ },
8646
9086
  "OfferingTypeValues":{
8647
9087
  "type":"string",
8648
9088
  "enum":[
@@ -8686,6 +9126,14 @@
8686
9126
  "Tenancy":{
8687
9127
  "shape":"Tenancy",
8688
9128
  "locationName":"tenancy"
9129
+ },
9130
+ "HostId":{
9131
+ "shape":"String",
9132
+ "locationName":"hostId"
9133
+ },
9134
+ "Affinity":{
9135
+ "shape":"String",
9136
+ "locationName":"affinity"
8689
9137
  }
8690
9138
  }
8691
9139
  },
@@ -9147,6 +9595,29 @@
9147
9595
  "AllocationId":{"shape":"String"}
9148
9596
  }
9149
9597
  },
9598
+ "ReleaseHostsRequest":{
9599
+ "type":"structure",
9600
+ "required":["HostIds"],
9601
+ "members":{
9602
+ "HostIds":{
9603
+ "shape":"RequestHostIdList",
9604
+ "locationName":"hostId"
9605
+ }
9606
+ }
9607
+ },
9608
+ "ReleaseHostsResult":{
9609
+ "type":"structure",
9610
+ "members":{
9611
+ "Successful":{
9612
+ "shape":"ResponseHostIdList",
9613
+ "locationName":"successful"
9614
+ },
9615
+ "Unsuccessful":{
9616
+ "shape":"UnsuccessfulItemList",
9617
+ "locationName":"unsuccessful"
9618
+ }
9619
+ }
9620
+ },
9150
9621
  "ReplaceNetworkAclAssociationRequest":{
9151
9622
  "type":"structure",
9152
9623
  "required":[
@@ -9352,6 +9823,13 @@
9352
9823
  "impaired"
9353
9824
  ]
9354
9825
  },
9826
+ "RequestHostIdList":{
9827
+ "type":"list",
9828
+ "member":{
9829
+ "shape":"String",
9830
+ "locationName":"item"
9831
+ }
9832
+ },
9355
9833
  "RequestSpotFleetRequest":{
9356
9834
  "type":"structure",
9357
9835
  "required":["SpotFleetRequestConfig"],
@@ -9432,6 +9910,75 @@
9432
9910
  }
9433
9911
  }
9434
9912
  },
9913
+ "RequestSpotLaunchSpecification":{
9914
+ "type":"structure",
9915
+ "members":{
9916
+ "ImageId":{
9917
+ "shape":"String",
9918
+ "locationName":"imageId"
9919
+ },
9920
+ "KeyName":{
9921
+ "shape":"String",
9922
+ "locationName":"keyName"
9923
+ },
9924
+ "SecurityGroups":{
9925
+ "shape":"ValueStringList",
9926
+ "locationName":"SecurityGroup"
9927
+ },
9928
+ "UserData":{
9929
+ "shape":"String",
9930
+ "locationName":"userData"
9931
+ },
9932
+ "AddressingType":{
9933
+ "shape":"String",
9934
+ "locationName":"addressingType"
9935
+ },
9936
+ "InstanceType":{
9937
+ "shape":"InstanceType",
9938
+ "locationName":"instanceType"
9939
+ },
9940
+ "Placement":{
9941
+ "shape":"SpotPlacement",
9942
+ "locationName":"placement"
9943
+ },
9944
+ "KernelId":{
9945
+ "shape":"String",
9946
+ "locationName":"kernelId"
9947
+ },
9948
+ "RamdiskId":{
9949
+ "shape":"String",
9950
+ "locationName":"ramdiskId"
9951
+ },
9952
+ "BlockDeviceMappings":{
9953
+ "shape":"BlockDeviceMappingList",
9954
+ "locationName":"blockDeviceMapping"
9955
+ },
9956
+ "SubnetId":{
9957
+ "shape":"String",
9958
+ "locationName":"subnetId"
9959
+ },
9960
+ "NetworkInterfaces":{
9961
+ "shape":"InstanceNetworkInterfaceSpecificationList",
9962
+ "locationName":"NetworkInterface"
9963
+ },
9964
+ "IamInstanceProfile":{
9965
+ "shape":"IamInstanceProfileSpecification",
9966
+ "locationName":"iamInstanceProfile"
9967
+ },
9968
+ "EbsOptimized":{
9969
+ "shape":"Boolean",
9970
+ "locationName":"ebsOptimized"
9971
+ },
9972
+ "Monitoring":{
9973
+ "shape":"RunInstancesMonitoringEnabled",
9974
+ "locationName":"monitoring"
9975
+ },
9976
+ "SecurityGroupIds":{
9977
+ "shape":"ValueStringList",
9978
+ "locationName":"SecurityGroupId"
9979
+ }
9980
+ }
9981
+ },
9435
9982
  "Reservation":{
9436
9983
  "type":"structure",
9437
9984
  "members":{
@@ -9907,6 +10454,13 @@
9907
10454
  "vpn-gateway"
9908
10455
  ]
9909
10456
  },
10457
+ "ResponseHostIdList":{
10458
+ "type":"list",
10459
+ "member":{
10460
+ "shape":"String",
10461
+ "locationName":"item"
10462
+ }
10463
+ },
9910
10464
  "RestorableByStringList":{
9911
10465
  "type":"list",
9912
10466
  "member":{"shape":"String"}
@@ -11100,7 +11654,8 @@
11100
11654
  "type":"string",
11101
11655
  "enum":[
11102
11656
  "default",
11103
- "dedicated"
11657
+ "dedicated",
11658
+ "host"
11104
11659
  ]
11105
11660
  },
11106
11661
  "TerminateInstancesRequest":{
@@ -11178,13 +11733,13 @@
11178
11733
  "type":"structure",
11179
11734
  "required":["Error"],
11180
11735
  "members":{
11181
- "ResourceId":{
11182
- "shape":"String",
11183
- "locationName":"resourceId"
11184
- },
11185
11736
  "Error":{
11186
11737
  "shape":"UnsuccessfulItemError",
11187
11738
  "locationName":"error"
11739
+ },
11740
+ "ResourceId":{
11741
+ "shape":"String",
11742
+ "locationName":"resourceId"
11188
11743
  }
11189
11744
  }
11190
11745
  },
@@ -11205,6 +11760,13 @@
11205
11760
  }
11206
11761
  }
11207
11762
  },
11763
+ "UnsuccessfulItemList":{
11764
+ "type":"list",
11765
+ "member":{
11766
+ "shape":"UnsuccessfulItem",
11767
+ "locationName":"item"
11768
+ }
11769
+ },
11208
11770
  "UnsuccessfulItemSet":{
11209
11771
  "type":"list",
11210
11772
  "member":{
@@ -12008,112 +12570,6 @@
12008
12570
  "shape":"String",
12009
12571
  "locationName":"ZoneName"
12010
12572
  }
12011
- },
12012
- "NewDhcpConfigurationList":{
12013
- "type":"list",
12014
- "member":{
12015
- "shape":"NewDhcpConfiguration",
12016
- "locationName":"item"
12017
- }
12018
- },
12019
- "NewDhcpConfiguration":{
12020
- "type":"structure",
12021
- "members":{
12022
- "Key":{
12023
- "shape":"String",
12024
- "locationName":"key"
12025
- },
12026
- "Values":{
12027
- "shape":"ValueStringList",
12028
- "locationName":"Value"
12029
- }
12030
- }
12031
- },
12032
- "DhcpConfigurationValueList":{
12033
- "type":"list",
12034
- "member":{
12035
- "shape":"AttributeValue",
12036
- "locationName":"item"
12037
- }
12038
- },
12039
- "Blob":{"type":"blob"},
12040
- "BlobAttributeValue":{
12041
- "type":"structure",
12042
- "members":{
12043
- "Value":{
12044
- "shape":"Blob",
12045
- "locationName":"value"
12046
- }
12047
- }
12048
- },
12049
- "RequestSpotLaunchSpecification":{
12050
- "type":"structure",
12051
- "members":{
12052
- "ImageId":{
12053
- "shape":"String",
12054
- "locationName":"imageId"
12055
- },
12056
- "KeyName":{
12057
- "shape":"String",
12058
- "locationName":"keyName"
12059
- },
12060
- "SecurityGroups":{
12061
- "shape":"ValueStringList",
12062
- "locationName":"SecurityGroup"
12063
- },
12064
- "UserData":{
12065
- "shape":"String",
12066
- "locationName":"userData"
12067
- },
12068
- "AddressingType":{
12069
- "shape":"String",
12070
- "locationName":"addressingType"
12071
- },
12072
- "InstanceType":{
12073
- "shape":"InstanceType",
12074
- "locationName":"instanceType"
12075
- },
12076
- "Placement":{
12077
- "shape":"SpotPlacement",
12078
- "locationName":"placement"
12079
- },
12080
- "KernelId":{
12081
- "shape":"String",
12082
- "locationName":"kernelId"
12083
- },
12084
- "RamdiskId":{
12085
- "shape":"String",
12086
- "locationName":"ramdiskId"
12087
- },
12088
- "BlockDeviceMappings":{
12089
- "shape":"BlockDeviceMappingList",
12090
- "locationName":"blockDeviceMapping"
12091
- },
12092
- "SubnetId":{
12093
- "shape":"String",
12094
- "locationName":"subnetId"
12095
- },
12096
- "NetworkInterfaces":{
12097
- "shape":"InstanceNetworkInterfaceSpecificationList",
12098
- "locationName":"NetworkInterface"
12099
- },
12100
- "IamInstanceProfile":{
12101
- "shape":"IamInstanceProfileSpecification",
12102
- "locationName":"iamInstanceProfile"
12103
- },
12104
- "EbsOptimized":{
12105
- "shape":"Boolean",
12106
- "locationName":"ebsOptimized"
12107
- },
12108
- "Monitoring":{
12109
- "shape":"RunInstancesMonitoringEnabled",
12110
- "locationName":"monitoring"
12111
- },
12112
- "SecurityGroupIds":{
12113
- "shape":"ValueStringList",
12114
- "locationName":"SecurityGroupId"
12115
- }
12116
- }
12117
12573
  }
12118
12574
  }
12119
12575
  }