aws-sdk-core 2.0.43 → 2.0.44

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: 4142d0dc693afc734b64a1c8af91e74d703d355d
4
- data.tar.gz: fc394c14e0bdb8368dfc8613a1db8fe7558dda6e
3
+ metadata.gz: f2b51666f41e922fa1f2d58f56b925668f2048fa
4
+ data.tar.gz: 1b0b0741b8014f044fe829f8807eaf46793045fc
5
5
  SHA512:
6
- metadata.gz: ed1c95d52ce5516c637d40f9dfc3cdf0ca14e02138799ee815d42f3ef4c5a448ed2472f5c7d9e67a7cd88f5fb269402647248ed9ea90d1c3d8e6ffc4157e9383
7
- data.tar.gz: d7b3c0b48db866096ee47996ab2ec79b89ac6b7dd8ebadd0d1412784648fe6f78ca176413b31dd920bde496e47d9ed5f10f4f004af681e892429f85768022463
6
+ metadata.gz: b11133ee57c618abd1c95d43c3a84982ba8df83f32adb13c5ad6a5dad43fca0800563b4ab6a17e2d0d0ecaec55cc14a895484ecc807359fc79bd48459f9df88a
7
+ data.tar.gz: 4be7b4dbee309846f0e05ab0c4fd937f5ce21e9aedaf4a561e6f216c535fd6652c4ac0c5e78e2e6581aeceb818e07c5e6541172630af443d46b7ff5bd6a333da
@@ -177,6 +177,15 @@
177
177
  "input":{"shape":"CancelReservedInstancesListingRequest"},
178
178
  "output":{"shape":"CancelReservedInstancesListingResult"}
179
179
  },
180
+ "CancelSpotFleetRequests":{
181
+ "name":"CancelSpotFleetRequests",
182
+ "http":{
183
+ "method":"POST",
184
+ "requestUri":"/"
185
+ },
186
+ "input":{"shape":"CancelSpotFleetRequestsRequest"},
187
+ "output":{"shape":"CancelSpotFleetRequestsResponse"}
188
+ },
180
189
  "CancelSpotInstanceRequests":{
181
190
  "name":"CancelSpotInstanceRequests",
182
191
  "http":{
@@ -938,6 +947,33 @@
938
947
  "input":{"shape":"DescribeSpotDatafeedSubscriptionRequest"},
939
948
  "output":{"shape":"DescribeSpotDatafeedSubscriptionResult"}
940
949
  },
950
+ "DescribeSpotFleetInstances":{
951
+ "name":"DescribeSpotFleetInstances",
952
+ "http":{
953
+ "method":"POST",
954
+ "requestUri":"/"
955
+ },
956
+ "input":{"shape":"DescribeSpotFleetInstancesRequest"},
957
+ "output":{"shape":"DescribeSpotFleetInstancesResponse"}
958
+ },
959
+ "DescribeSpotFleetRequestHistory":{
960
+ "name":"DescribeSpotFleetRequestHistory",
961
+ "http":{
962
+ "method":"POST",
963
+ "requestUri":"/"
964
+ },
965
+ "input":{"shape":"DescribeSpotFleetRequestHistoryRequest"},
966
+ "output":{"shape":"DescribeSpotFleetRequestHistoryResponse"}
967
+ },
968
+ "DescribeSpotFleetRequests":{
969
+ "name":"DescribeSpotFleetRequests",
970
+ "http":{
971
+ "method":"POST",
972
+ "requestUri":"/"
973
+ },
974
+ "input":{"shape":"DescribeSpotFleetRequestsRequest"},
975
+ "output":{"shape":"DescribeSpotFleetRequestsResponse"}
976
+ },
941
977
  "DescribeSpotInstanceRequests":{
942
978
  "name":"DescribeSpotInstanceRequests",
943
979
  "http":{
@@ -1416,6 +1452,15 @@
1416
1452
  },
1417
1453
  "input":{"shape":"ReportInstanceStatusRequest"}
1418
1454
  },
1455
+ "RequestSpotFleet":{
1456
+ "name":"RequestSpotFleet",
1457
+ "http":{
1458
+ "method":"POST",
1459
+ "requestUri":"/"
1460
+ },
1461
+ "input":{"shape":"RequestSpotFleetRequest"},
1462
+ "output":{"shape":"RequestSpotFleetResponse"}
1463
+ },
1419
1464
  "RequestSpotInstances":{
1420
1465
  "name":"RequestSpotInstances",
1421
1466
  "http":{
@@ -1612,6 +1657,30 @@
1612
1657
  "locationName":"item"
1613
1658
  }
1614
1659
  },
1660
+ "ActiveInstance":{
1661
+ "type":"structure",
1662
+ "members":{
1663
+ "InstanceType":{
1664
+ "shape":"String",
1665
+ "locationName":"instanceType"
1666
+ },
1667
+ "InstanceId":{
1668
+ "shape":"String",
1669
+ "locationName":"instanceId"
1670
+ },
1671
+ "SpotInstanceRequestId":{
1672
+ "shape":"String",
1673
+ "locationName":"spotInstanceRequestId"
1674
+ }
1675
+ }
1676
+ },
1677
+ "ActiveInstanceSet":{
1678
+ "type":"list",
1679
+ "member":{
1680
+ "shape":"ActiveInstance",
1681
+ "locationName":"item"
1682
+ }
1683
+ },
1615
1684
  "Address":{
1616
1685
  "type":"structure",
1617
1686
  "members":{
@@ -2064,6 +2133,17 @@
2064
2133
  "type":"string",
2065
2134
  "enum":["available"]
2066
2135
  },
2136
+ "BatchState":{
2137
+ "type":"string",
2138
+ "enum":[
2139
+ "submitted",
2140
+ "active",
2141
+ "cancelled",
2142
+ "failed",
2143
+ "cancelled_running",
2144
+ "cancelled_terminating"
2145
+ ]
2146
+ },
2067
2147
  "BlockDeviceMapping":{
2068
2148
  "type":"structure",
2069
2149
  "members":{
@@ -2200,6 +2280,15 @@
2200
2280
  "failed"
2201
2281
  ]
2202
2282
  },
2283
+ "CancelBatchErrorCode":{
2284
+ "type":"string",
2285
+ "enum":[
2286
+ "fleetRequestIdDoesNotExist",
2287
+ "fleetRequestIdMalformed",
2288
+ "fleetRequestNotInCancellableState",
2289
+ "unexpectedError"
2290
+ ]
2291
+ },
2203
2292
  "CancelBundleTaskRequest":{
2204
2293
  "type":"structure",
2205
2294
  "required":["BundleId"],
@@ -2292,6 +2381,110 @@
2292
2381
  }
2293
2382
  }
2294
2383
  },
2384
+ "CancelSpotFleetRequestsError":{
2385
+ "type":"structure",
2386
+ "required":[
2387
+ "Code",
2388
+ "Message"
2389
+ ],
2390
+ "members":{
2391
+ "Code":{
2392
+ "shape":"CancelBatchErrorCode",
2393
+ "locationName":"code"
2394
+ },
2395
+ "Message":{
2396
+ "shape":"String",
2397
+ "locationName":"message"
2398
+ }
2399
+ }
2400
+ },
2401
+ "CancelSpotFleetRequestsErrorItem":{
2402
+ "type":"structure",
2403
+ "required":[
2404
+ "SpotFleetRequestId",
2405
+ "Error"
2406
+ ],
2407
+ "members":{
2408
+ "SpotFleetRequestId":{
2409
+ "shape":"String",
2410
+ "locationName":"spotFleetRequestId"
2411
+ },
2412
+ "Error":{
2413
+ "shape":"CancelSpotFleetRequestsError",
2414
+ "locationName":"error"
2415
+ }
2416
+ }
2417
+ },
2418
+ "CancelSpotFleetRequestsErrorSet":{
2419
+ "type":"list",
2420
+ "member":{
2421
+ "shape":"CancelSpotFleetRequestsErrorItem",
2422
+ "locationName":"item"
2423
+ }
2424
+ },
2425
+ "CancelSpotFleetRequestsRequest":{
2426
+ "type":"structure",
2427
+ "required":[
2428
+ "SpotFleetRequestIds",
2429
+ "TerminateInstances"
2430
+ ],
2431
+ "members":{
2432
+ "DryRun":{
2433
+ "shape":"Boolean",
2434
+ "locationName":"dryRun"
2435
+ },
2436
+ "SpotFleetRequestIds":{
2437
+ "shape":"ValueStringList",
2438
+ "locationName":"spotFleetRequestId"
2439
+ },
2440
+ "TerminateInstances":{
2441
+ "shape":"Boolean",
2442
+ "locationName":"terminateInstances"
2443
+ }
2444
+ }
2445
+ },
2446
+ "CancelSpotFleetRequestsResponse":{
2447
+ "type":"structure",
2448
+ "members":{
2449
+ "UnsuccessfulFleetRequests":{
2450
+ "shape":"CancelSpotFleetRequestsErrorSet",
2451
+ "locationName":"unsuccessfulFleetRequestSet"
2452
+ },
2453
+ "SuccessfulFleetRequests":{
2454
+ "shape":"CancelSpotFleetRequestsSuccessSet",
2455
+ "locationName":"successfulFleetRequestSet"
2456
+ }
2457
+ }
2458
+ },
2459
+ "CancelSpotFleetRequestsSuccessItem":{
2460
+ "type":"structure",
2461
+ "required":[
2462
+ "SpotFleetRequestId",
2463
+ "CurrentSpotFleetRequestState",
2464
+ "PreviousSpotFleetRequestState"
2465
+ ],
2466
+ "members":{
2467
+ "SpotFleetRequestId":{
2468
+ "shape":"String",
2469
+ "locationName":"spotFleetRequestId"
2470
+ },
2471
+ "CurrentSpotFleetRequestState":{
2472
+ "shape":"BatchState",
2473
+ "locationName":"currentSpotFleetRequestState"
2474
+ },
2475
+ "PreviousSpotFleetRequestState":{
2476
+ "shape":"BatchState",
2477
+ "locationName":"previousSpotFleetRequestState"
2478
+ }
2479
+ }
2480
+ },
2481
+ "CancelSpotFleetRequestsSuccessSet":{
2482
+ "type":"list",
2483
+ "member":{
2484
+ "shape":"CancelSpotFleetRequestsSuccessItem",
2485
+ "locationName":"item"
2486
+ }
2487
+ },
2295
2488
  "CancelSpotInstanceRequestState":{
2296
2489
  "type":"string",
2297
2490
  "enum":[
@@ -4600,6 +4793,148 @@
4600
4793
  }
4601
4794
  }
4602
4795
  },
4796
+ "DescribeSpotFleetInstancesRequest":{
4797
+ "type":"structure",
4798
+ "required":["SpotFleetRequestId"],
4799
+ "members":{
4800
+ "DryRun":{
4801
+ "shape":"Boolean",
4802
+ "locationName":"dryRun"
4803
+ },
4804
+ "SpotFleetRequestId":{
4805
+ "shape":"String",
4806
+ "locationName":"spotFleetRequestId"
4807
+ },
4808
+ "NextToken":{
4809
+ "shape":"String",
4810
+ "locationName":"nextToken"
4811
+ },
4812
+ "MaxResults":{
4813
+ "shape":"Integer",
4814
+ "locationName":"maxResults"
4815
+ }
4816
+ }
4817
+ },
4818
+ "DescribeSpotFleetInstancesResponse":{
4819
+ "type":"structure",
4820
+ "required":[
4821
+ "SpotFleetRequestId",
4822
+ "ActiveInstances"
4823
+ ],
4824
+ "members":{
4825
+ "SpotFleetRequestId":{
4826
+ "shape":"String",
4827
+ "locationName":"spotFleetRequestId"
4828
+ },
4829
+ "ActiveInstances":{
4830
+ "shape":"ActiveInstanceSet",
4831
+ "locationName":"activeInstanceSet"
4832
+ },
4833
+ "NextToken":{
4834
+ "shape":"String",
4835
+ "locationName":"nextToken"
4836
+ }
4837
+ }
4838
+ },
4839
+ "DescribeSpotFleetRequestHistoryRequest":{
4840
+ "type":"structure",
4841
+ "required":[
4842
+ "SpotFleetRequestId",
4843
+ "StartTime"
4844
+ ],
4845
+ "members":{
4846
+ "DryRun":{
4847
+ "shape":"Boolean",
4848
+ "locationName":"dryRun"
4849
+ },
4850
+ "SpotFleetRequestId":{
4851
+ "shape":"String",
4852
+ "locationName":"spotFleetRequestId"
4853
+ },
4854
+ "EventType":{
4855
+ "shape":"EventType",
4856
+ "locationName":"eventType"
4857
+ },
4858
+ "StartTime":{
4859
+ "shape":"DateTime",
4860
+ "locationName":"startTime"
4861
+ },
4862
+ "NextToken":{
4863
+ "shape":"String",
4864
+ "locationName":"nextToken"
4865
+ },
4866
+ "MaxResults":{
4867
+ "shape":"Integer",
4868
+ "locationName":"maxResults"
4869
+ }
4870
+ }
4871
+ },
4872
+ "DescribeSpotFleetRequestHistoryResponse":{
4873
+ "type":"structure",
4874
+ "required":[
4875
+ "SpotFleetRequestId",
4876
+ "StartTime",
4877
+ "LastEvaluatedTime",
4878
+ "HistoryRecords"
4879
+ ],
4880
+ "members":{
4881
+ "SpotFleetRequestId":{
4882
+ "shape":"String",
4883
+ "locationName":"spotFleetRequestId"
4884
+ },
4885
+ "StartTime":{
4886
+ "shape":"DateTime",
4887
+ "locationName":"startTime"
4888
+ },
4889
+ "LastEvaluatedTime":{
4890
+ "shape":"DateTime",
4891
+ "locationName":"lastEvaluatedTime"
4892
+ },
4893
+ "HistoryRecords":{
4894
+ "shape":"HistoryRecords",
4895
+ "locationName":"historyRecordSet"
4896
+ },
4897
+ "NextToken":{
4898
+ "shape":"String",
4899
+ "locationName":"nextToken"
4900
+ }
4901
+ }
4902
+ },
4903
+ "DescribeSpotFleetRequestsRequest":{
4904
+ "type":"structure",
4905
+ "members":{
4906
+ "DryRun":{
4907
+ "shape":"Boolean",
4908
+ "locationName":"dryRun"
4909
+ },
4910
+ "SpotFleetRequestIds":{
4911
+ "shape":"ValueStringList",
4912
+ "locationName":"spotFleetRequestId"
4913
+ },
4914
+ "NextToken":{
4915
+ "shape":"String",
4916
+ "locationName":"nextToken"
4917
+ },
4918
+ "MaxResults":{
4919
+ "shape":"Integer",
4920
+ "locationName":"maxResults"
4921
+ }
4922
+ }
4923
+ },
4924
+ "DescribeSpotFleetRequestsResponse":{
4925
+ "type":"structure",
4926
+ "required":["SpotFleetRequestConfigs"],
4927
+ "members":{
4928
+ "SpotFleetRequestConfigs":{
4929
+ "shape":"SpotFleetRequestConfigSet",
4930
+ "locationName":"spotFleetRequestConfigSet"
4931
+ },
4932
+ "NextToken":{
4933
+ "shape":"String",
4934
+ "locationName":"nextToken"
4935
+ }
4936
+ }
4937
+ },
4603
4938
  "DescribeSpotInstanceRequestsRequest":{
4604
4939
  "type":"structure",
4605
4940
  "members":{
@@ -5474,6 +5809,31 @@
5474
5809
  "instance-stop"
5475
5810
  ]
5476
5811
  },
5812
+ "EventInformation":{
5813
+ "type":"structure",
5814
+ "members":{
5815
+ "InstanceId":{
5816
+ "shape":"String",
5817
+ "locationName":"instanceId"
5818
+ },
5819
+ "EventSubType":{
5820
+ "shape":"String",
5821
+ "locationName":"eventSubType"
5822
+ },
5823
+ "EventDescription":{
5824
+ "shape":"String",
5825
+ "locationName":"eventDescription"
5826
+ }
5827
+ }
5828
+ },
5829
+ "EventType":{
5830
+ "type":"string",
5831
+ "enum":[
5832
+ "instanceChange",
5833
+ "fleetRequestChange",
5834
+ "error"
5835
+ ]
5836
+ },
5477
5837
  "ExecutableByStringList":{
5478
5838
  "type":"list",
5479
5839
  "member":{
@@ -5695,6 +6055,35 @@
5695
6055
  "locationName":"GroupName"
5696
6056
  }
5697
6057
  },
6058
+ "HistoryRecord":{
6059
+ "type":"structure",
6060
+ "required":[
6061
+ "Timestamp",
6062
+ "EventType",
6063
+ "EventInformation"
6064
+ ],
6065
+ "members":{
6066
+ "Timestamp":{
6067
+ "shape":"DateTime",
6068
+ "locationName":"timestamp"
6069
+ },
6070
+ "EventType":{
6071
+ "shape":"EventType",
6072
+ "locationName":"eventType"
6073
+ },
6074
+ "EventInformation":{
6075
+ "shape":"EventInformation",
6076
+ "locationName":"eventInformation"
6077
+ }
6078
+ }
6079
+ },
6080
+ "HistoryRecords":{
6081
+ "type":"list",
6082
+ "member":{
6083
+ "shape":"HistoryRecord",
6084
+ "locationName":"item"
6085
+ }
6086
+ },
5698
6087
  "HypervisorType":{
5699
6088
  "type":"string",
5700
6089
  "enum":[
@@ -7358,6 +7747,14 @@
7358
7747
  }
7359
7748
  }
7360
7749
  },
7750
+ "LaunchSpecsList":{
7751
+ "type":"list",
7752
+ "member":{
7753
+ "shape":"LaunchSpecification",
7754
+ "locationName":"item"
7755
+ },
7756
+ "min":1
7757
+ },
7361
7758
  "ListingState":{
7362
7759
  "type":"string",
7363
7760
  "enum":[
@@ -8717,6 +9114,30 @@
8717
9114
  "impaired"
8718
9115
  ]
8719
9116
  },
9117
+ "RequestSpotFleetRequest":{
9118
+ "type":"structure",
9119
+ "required":["SpotFleetRequestConfig"],
9120
+ "members":{
9121
+ "DryRun":{
9122
+ "shape":"Boolean",
9123
+ "locationName":"dryRun"
9124
+ },
9125
+ "SpotFleetRequestConfig":{
9126
+ "shape":"SpotFleetRequestConfigData",
9127
+ "locationName":"spotFleetRequestConfig"
9128
+ }
9129
+ }
9130
+ },
9131
+ "RequestSpotFleetResponse":{
9132
+ "type":"structure",
9133
+ "required":["SpotFleetRequestId"],
9134
+ "members":{
9135
+ "SpotFleetRequestId":{
9136
+ "shape":"String",
9137
+ "locationName":"spotFleetRequestId"
9138
+ }
9139
+ }
9140
+ },
8720
9141
  "RequestSpotInstancesRequest":{
8721
9142
  "type":"structure",
8722
9143
  "required":["SpotPrice"],
@@ -8729,6 +9150,10 @@
8729
9150
  "shape":"String",
8730
9151
  "locationName":"spotPrice"
8731
9152
  },
9153
+ "ClientToken":{
9154
+ "shape":"String",
9155
+ "locationName":"clientToken"
9156
+ },
8732
9157
  "InstanceCount":{
8733
9158
  "shape":"Integer",
8734
9159
  "locationName":"instanceCount"
@@ -9840,6 +10265,78 @@
9840
10265
  }
9841
10266
  }
9842
10267
  },
10268
+ "SpotFleetRequestConfig":{
10269
+ "type":"structure",
10270
+ "required":[
10271
+ "SpotFleetRequestId",
10272
+ "SpotFleetRequestState",
10273
+ "SpotFleetRequestConfig"
10274
+ ],
10275
+ "members":{
10276
+ "SpotFleetRequestId":{
10277
+ "shape":"String",
10278
+ "locationName":"spotFleetRequestId"
10279
+ },
10280
+ "SpotFleetRequestState":{
10281
+ "shape":"BatchState",
10282
+ "locationName":"spotFleetRequestState"
10283
+ },
10284
+ "SpotFleetRequestConfig":{
10285
+ "shape":"SpotFleetRequestConfigData",
10286
+ "locationName":"spotFleetRequestConfig"
10287
+ }
10288
+ }
10289
+ },
10290
+ "SpotFleetRequestConfigData":{
10291
+ "type":"structure",
10292
+ "required":[
10293
+ "SpotPrice",
10294
+ "TargetCapacity",
10295
+ "IamFleetRole",
10296
+ "LaunchSpecifications"
10297
+ ],
10298
+ "members":{
10299
+ "ClientToken":{
10300
+ "shape":"String",
10301
+ "locationName":"clientToken"
10302
+ },
10303
+ "SpotPrice":{
10304
+ "shape":"String",
10305
+ "locationName":"spotPrice"
10306
+ },
10307
+ "TargetCapacity":{
10308
+ "shape":"Integer",
10309
+ "locationName":"targetCapacity"
10310
+ },
10311
+ "ValidFrom":{
10312
+ "shape":"DateTime",
10313
+ "locationName":"validFrom"
10314
+ },
10315
+ "ValidUntil":{
10316
+ "shape":"DateTime",
10317
+ "locationName":"validUntil"
10318
+ },
10319
+ "TerminateInstancesWithExpiration":{
10320
+ "shape":"Boolean",
10321
+ "locationName":"terminateInstancesWithExpiration"
10322
+ },
10323
+ "IamFleetRole":{
10324
+ "shape":"String",
10325
+ "locationName":"iamFleetRole"
10326
+ },
10327
+ "LaunchSpecifications":{
10328
+ "shape":"LaunchSpecsList",
10329
+ "locationName":"launchSpecifications"
10330
+ }
10331
+ }
10332
+ },
10333
+ "SpotFleetRequestConfigSet":{
10334
+ "type":"list",
10335
+ "member":{
10336
+ "shape":"SpotFleetRequestConfig",
10337
+ "locationName":"item"
10338
+ }
10339
+ },
9843
10340
  "SpotInstanceRequest":{
9844
10341
  "type":"structure",
9845
10342
  "members":{