aws-sdk-core 2.2.10 → 2.2.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/api-2.json +122 -56
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/examples-1.json +0 -0
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/paginators-1.json +0 -0
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/waiters-2.json +0 -0
- data/apis/ec2/2015-10-01/api-2.json +513 -4
- data/apis/events/2014-02-03/api-2.json +643 -0
- data/apis/events/2014-02-03/examples-1.json +5 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/cloudfront.rb +5 -5
- data/lib/aws-sdk-core/cloudwatchevents.rb +5 -0
- data/lib/aws-sdk-core/plugins/protocols/ec2.rb +5 -2
- data/lib/aws-sdk-core/rest/request/endpoint.rb +0 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/parser.rb +17 -2
- data/lib/aws-sdk-core/xml/parser/frame.rb +37 -17
- data/lib/aws-sdk-core/xml/parser/stack.rb +11 -3
- metadata +9 -6
File without changes
|
File without changes
|
File without changes
|
@@ -977,6 +977,24 @@
|
|
977
977
|
"input":{"shape":"DescribeRouteTablesRequest"},
|
978
978
|
"output":{"shape":"DescribeRouteTablesResult"}
|
979
979
|
},
|
980
|
+
"DescribeScheduledInstanceAvailability":{
|
981
|
+
"name":"DescribeScheduledInstanceAvailability",
|
982
|
+
"http":{
|
983
|
+
"method":"POST",
|
984
|
+
"requestUri":"/"
|
985
|
+
},
|
986
|
+
"input":{"shape":"DescribeScheduledInstanceAvailabilityRequest"},
|
987
|
+
"output":{"shape":"DescribeScheduledInstanceAvailabilityResult"}
|
988
|
+
},
|
989
|
+
"DescribeScheduledInstances":{
|
990
|
+
"name":"DescribeScheduledInstances",
|
991
|
+
"http":{
|
992
|
+
"method":"POST",
|
993
|
+
"requestUri":"/"
|
994
|
+
},
|
995
|
+
"input":{"shape":"DescribeScheduledInstancesRequest"},
|
996
|
+
"output":{"shape":"DescribeScheduledInstancesResult"}
|
997
|
+
},
|
980
998
|
"DescribeSecurityGroups":{
|
981
999
|
"name":"DescribeSecurityGroups",
|
982
1000
|
"http":{
|
@@ -1501,6 +1519,15 @@
|
|
1501
1519
|
"input":{"shape":"PurchaseReservedInstancesOfferingRequest"},
|
1502
1520
|
"output":{"shape":"PurchaseReservedInstancesOfferingResult"}
|
1503
1521
|
},
|
1522
|
+
"PurchaseScheduledInstances":{
|
1523
|
+
"name":"PurchaseScheduledInstances",
|
1524
|
+
"http":{
|
1525
|
+
"method":"POST",
|
1526
|
+
"requestUri":"/"
|
1527
|
+
},
|
1528
|
+
"input":{"shape":"PurchaseScheduledInstancesRequest"},
|
1529
|
+
"output":{"shape":"PurchaseScheduledInstancesResult"}
|
1530
|
+
},
|
1504
1531
|
"RebootInstances":{
|
1505
1532
|
"name":"RebootInstances",
|
1506
1533
|
"http":{
|
@@ -1670,6 +1697,15 @@
|
|
1670
1697
|
"input":{"shape":"RunInstancesRequest"},
|
1671
1698
|
"output":{"shape":"Reservation"}
|
1672
1699
|
},
|
1700
|
+
"RunScheduledInstances":{
|
1701
|
+
"name":"RunScheduledInstances",
|
1702
|
+
"http":{
|
1703
|
+
"method":"POST",
|
1704
|
+
"requestUri":"/"
|
1705
|
+
},
|
1706
|
+
"input":{"shape":"RunScheduledInstancesRequest"},
|
1707
|
+
"output":{"shape":"RunScheduledInstancesResult"}
|
1708
|
+
},
|
1673
1709
|
"StartInstances":{
|
1674
1710
|
"name":"StartInstances",
|
1675
1711
|
"http":{
|
@@ -5143,6 +5179,69 @@
|
|
5143
5179
|
}
|
5144
5180
|
}
|
5145
5181
|
},
|
5182
|
+
"DescribeScheduledInstanceAvailabilityRequest":{
|
5183
|
+
"type":"structure",
|
5184
|
+
"required":[
|
5185
|
+
"Recurrence",
|
5186
|
+
"FirstSlotStartTimeRange"
|
5187
|
+
],
|
5188
|
+
"members":{
|
5189
|
+
"DryRun":{"shape":"Boolean"},
|
5190
|
+
"Recurrence":{"shape":"ScheduledInstanceRecurrenceRequest"},
|
5191
|
+
"FirstSlotStartTimeRange":{"shape":"SlotDateTimeRangeRequest"},
|
5192
|
+
"MinSlotDurationInHours":{"shape":"Integer"},
|
5193
|
+
"MaxSlotDurationInHours":{"shape":"Integer"},
|
5194
|
+
"NextToken":{"shape":"String"},
|
5195
|
+
"MaxResults":{"shape":"Integer"},
|
5196
|
+
"Filters":{
|
5197
|
+
"shape":"FilterList",
|
5198
|
+
"locationName":"Filter"
|
5199
|
+
}
|
5200
|
+
}
|
5201
|
+
},
|
5202
|
+
"DescribeScheduledInstanceAvailabilityResult":{
|
5203
|
+
"type":"structure",
|
5204
|
+
"members":{
|
5205
|
+
"NextToken":{
|
5206
|
+
"shape":"String",
|
5207
|
+
"locationName":"nextToken"
|
5208
|
+
},
|
5209
|
+
"ScheduledInstanceAvailabilitySet":{
|
5210
|
+
"shape":"ScheduledInstanceAvailabilitySet",
|
5211
|
+
"locationName":"scheduledInstanceAvailabilitySet"
|
5212
|
+
}
|
5213
|
+
}
|
5214
|
+
},
|
5215
|
+
"DescribeScheduledInstancesRequest":{
|
5216
|
+
"type":"structure",
|
5217
|
+
"members":{
|
5218
|
+
"DryRun":{"shape":"Boolean"},
|
5219
|
+
"ScheduledInstanceIds":{
|
5220
|
+
"shape":"ScheduledInstanceIdRequestSet",
|
5221
|
+
"locationName":"ScheduledInstanceId"
|
5222
|
+
},
|
5223
|
+
"SlotStartTimeRange":{"shape":"SlotStartTimeRangeRequest"},
|
5224
|
+
"NextToken":{"shape":"String"},
|
5225
|
+
"MaxResults":{"shape":"Integer"},
|
5226
|
+
"Filters":{
|
5227
|
+
"shape":"FilterList",
|
5228
|
+
"locationName":"Filter"
|
5229
|
+
}
|
5230
|
+
}
|
5231
|
+
},
|
5232
|
+
"DescribeScheduledInstancesResult":{
|
5233
|
+
"type":"structure",
|
5234
|
+
"members":{
|
5235
|
+
"NextToken":{
|
5236
|
+
"shape":"String",
|
5237
|
+
"locationName":"nextToken"
|
5238
|
+
},
|
5239
|
+
"ScheduledInstanceSet":{
|
5240
|
+
"shape":"ScheduledInstanceSet",
|
5241
|
+
"locationName":"scheduledInstanceSet"
|
5242
|
+
}
|
5243
|
+
}
|
5244
|
+
},
|
5146
5245
|
"DescribeSecurityGroupsRequest":{
|
5147
5246
|
"type":"structure",
|
5148
5247
|
"members":{
|
@@ -7817,6 +7916,13 @@
|
|
7817
7916
|
}
|
7818
7917
|
}
|
7819
7918
|
},
|
7919
|
+
"InstanceIdSet":{
|
7920
|
+
"type":"list",
|
7921
|
+
"member":{
|
7922
|
+
"shape":"String",
|
7923
|
+
"locationName":"item"
|
7924
|
+
}
|
7925
|
+
},
|
7820
7926
|
"InstanceIdStringList":{
|
7821
7927
|
"type":"list",
|
7822
7928
|
"member":{
|
@@ -9382,6 +9488,20 @@
|
|
9382
9488
|
"max":1024,
|
9383
9489
|
"min":1
|
9384
9490
|
},
|
9491
|
+
"OccurrenceDayRequestSet":{
|
9492
|
+
"type":"list",
|
9493
|
+
"member":{
|
9494
|
+
"shape":"Integer",
|
9495
|
+
"locationName":"OccurenceDay"
|
9496
|
+
}
|
9497
|
+
},
|
9498
|
+
"OccurrenceDaySet":{
|
9499
|
+
"type":"list",
|
9500
|
+
"member":{
|
9501
|
+
"shape":"Integer",
|
9502
|
+
"locationName":"item"
|
9503
|
+
}
|
9504
|
+
},
|
9385
9505
|
"OfferingTypeValues":{
|
9386
9506
|
"type":"string",
|
9387
9507
|
"enum":[
|
@@ -9606,6 +9726,13 @@
|
|
9606
9726
|
"locationName":"item"
|
9607
9727
|
}
|
9608
9728
|
},
|
9729
|
+
"PrivateIpAddressConfigSet":{
|
9730
|
+
"type":"list",
|
9731
|
+
"member":{
|
9732
|
+
"shape":"ScheduledInstancesPrivateIpAddressConfig",
|
9733
|
+
"locationName":"PrivateIpAddressConfigSet"
|
9734
|
+
}
|
9735
|
+
},
|
9609
9736
|
"PrivateIpAddressSpecification":{
|
9610
9737
|
"type":"structure",
|
9611
9738
|
"required":["PrivateIpAddress"],
|
@@ -9695,6 +9822,20 @@
|
|
9695
9822
|
"locationName":"PublicIp"
|
9696
9823
|
}
|
9697
9824
|
},
|
9825
|
+
"PurchaseRequest":{
|
9826
|
+
"type":"structure",
|
9827
|
+
"members":{
|
9828
|
+
"PurchaseToken":{"shape":"String"},
|
9829
|
+
"InstanceCount":{"shape":"Integer"}
|
9830
|
+
}
|
9831
|
+
},
|
9832
|
+
"PurchaseRequestSet":{
|
9833
|
+
"type":"list",
|
9834
|
+
"member":{
|
9835
|
+
"shape":"PurchaseRequest",
|
9836
|
+
"locationName":"PurchaseRequest"
|
9837
|
+
}
|
9838
|
+
},
|
9698
9839
|
"PurchaseReservedInstancesOfferingRequest":{
|
9699
9840
|
"type":"structure",
|
9700
9841
|
"required":[
|
@@ -9723,6 +9864,34 @@
|
|
9723
9864
|
}
|
9724
9865
|
}
|
9725
9866
|
},
|
9867
|
+
"PurchaseScheduledInstancesRequest":{
|
9868
|
+
"type":"structure",
|
9869
|
+
"required":["PurchaseRequests"],
|
9870
|
+
"members":{
|
9871
|
+
"DryRun":{"shape":"Boolean"},
|
9872
|
+
"ClientToken":{"shape":"String"},
|
9873
|
+
"PurchaseRequests":{
|
9874
|
+
"shape":"PurchaseRequestSet",
|
9875
|
+
"locationName":"PurchaseRequest"
|
9876
|
+
}
|
9877
|
+
}
|
9878
|
+
},
|
9879
|
+
"PurchaseScheduledInstancesResult":{
|
9880
|
+
"type":"structure",
|
9881
|
+
"members":{
|
9882
|
+
"ScheduledInstanceSet":{
|
9883
|
+
"shape":"PurchasedScheduledInstanceSet",
|
9884
|
+
"locationName":"scheduledInstanceSet"
|
9885
|
+
}
|
9886
|
+
}
|
9887
|
+
},
|
9888
|
+
"PurchasedScheduledInstanceSet":{
|
9889
|
+
"type":"list",
|
9890
|
+
"member":{
|
9891
|
+
"shape":"ScheduledInstance",
|
9892
|
+
"locationName":"item"
|
9893
|
+
}
|
9894
|
+
},
|
9726
9895
|
"RIProductDescription":{
|
9727
9896
|
"type":"string",
|
9728
9897
|
"enum":[
|
@@ -11072,6 +11241,29 @@
|
|
11072
11241
|
}
|
11073
11242
|
}
|
11074
11243
|
},
|
11244
|
+
"RunScheduledInstancesRequest":{
|
11245
|
+
"type":"structure",
|
11246
|
+
"required":[
|
11247
|
+
"ScheduledInstanceId",
|
11248
|
+
"LaunchSpecification"
|
11249
|
+
],
|
11250
|
+
"members":{
|
11251
|
+
"DryRun":{"shape":"Boolean"},
|
11252
|
+
"ClientToken":{"shape":"String"},
|
11253
|
+
"InstanceCount":{"shape":"Integer"},
|
11254
|
+
"ScheduledInstanceId":{"shape":"String"},
|
11255
|
+
"LaunchSpecification":{"shape":"ScheduledInstancesLaunchSpecification"}
|
11256
|
+
}
|
11257
|
+
},
|
11258
|
+
"RunScheduledInstancesResult":{
|
11259
|
+
"type":"structure",
|
11260
|
+
"members":{
|
11261
|
+
"InstanceIdSet":{
|
11262
|
+
"shape":"InstanceIdSet",
|
11263
|
+
"locationName":"instanceIdSet"
|
11264
|
+
}
|
11265
|
+
}
|
11266
|
+
},
|
11075
11267
|
"S3Storage":{
|
11076
11268
|
"type":"structure",
|
11077
11269
|
"members":{
|
@@ -11094,6 +11286,305 @@
|
|
11094
11286
|
}
|
11095
11287
|
}
|
11096
11288
|
},
|
11289
|
+
"ScheduledInstance":{
|
11290
|
+
"type":"structure",
|
11291
|
+
"members":{
|
11292
|
+
"ScheduledInstanceId":{
|
11293
|
+
"shape":"String",
|
11294
|
+
"locationName":"scheduledInstanceId"
|
11295
|
+
},
|
11296
|
+
"InstanceType":{
|
11297
|
+
"shape":"String",
|
11298
|
+
"locationName":"instanceType"
|
11299
|
+
},
|
11300
|
+
"Platform":{
|
11301
|
+
"shape":"String",
|
11302
|
+
"locationName":"platform"
|
11303
|
+
},
|
11304
|
+
"NetworkPlatform":{
|
11305
|
+
"shape":"String",
|
11306
|
+
"locationName":"networkPlatform"
|
11307
|
+
},
|
11308
|
+
"AvailabilityZone":{
|
11309
|
+
"shape":"String",
|
11310
|
+
"locationName":"availabilityZone"
|
11311
|
+
},
|
11312
|
+
"SlotDurationInHours":{
|
11313
|
+
"shape":"Integer",
|
11314
|
+
"locationName":"slotDurationInHours"
|
11315
|
+
},
|
11316
|
+
"Recurrence":{
|
11317
|
+
"shape":"ScheduledInstanceRecurrence",
|
11318
|
+
"locationName":"recurrence"
|
11319
|
+
},
|
11320
|
+
"PreviousSlotEndTime":{
|
11321
|
+
"shape":"DateTime",
|
11322
|
+
"locationName":"previousSlotEndTime"
|
11323
|
+
},
|
11324
|
+
"NextSlotStartTime":{
|
11325
|
+
"shape":"DateTime",
|
11326
|
+
"locationName":"nextSlotStartTime"
|
11327
|
+
},
|
11328
|
+
"HourlyPrice":{
|
11329
|
+
"shape":"String",
|
11330
|
+
"locationName":"hourlyPrice"
|
11331
|
+
},
|
11332
|
+
"TotalScheduledInstanceHours":{
|
11333
|
+
"shape":"Integer",
|
11334
|
+
"locationName":"totalScheduledInstanceHours"
|
11335
|
+
},
|
11336
|
+
"InstanceCount":{
|
11337
|
+
"shape":"Integer",
|
11338
|
+
"locationName":"instanceCount"
|
11339
|
+
},
|
11340
|
+
"TermStartDate":{
|
11341
|
+
"shape":"DateTime",
|
11342
|
+
"locationName":"termStartDate"
|
11343
|
+
},
|
11344
|
+
"TermEndDate":{
|
11345
|
+
"shape":"DateTime",
|
11346
|
+
"locationName":"termEndDate"
|
11347
|
+
},
|
11348
|
+
"CreateDate":{
|
11349
|
+
"shape":"DateTime",
|
11350
|
+
"locationName":"createDate"
|
11351
|
+
}
|
11352
|
+
}
|
11353
|
+
},
|
11354
|
+
"ScheduledInstanceAvailability":{
|
11355
|
+
"type":"structure",
|
11356
|
+
"members":{
|
11357
|
+
"InstanceType":{
|
11358
|
+
"shape":"String",
|
11359
|
+
"locationName":"instanceType"
|
11360
|
+
},
|
11361
|
+
"Platform":{
|
11362
|
+
"shape":"String",
|
11363
|
+
"locationName":"platform"
|
11364
|
+
},
|
11365
|
+
"NetworkPlatform":{
|
11366
|
+
"shape":"String",
|
11367
|
+
"locationName":"networkPlatform"
|
11368
|
+
},
|
11369
|
+
"AvailabilityZone":{
|
11370
|
+
"shape":"String",
|
11371
|
+
"locationName":"availabilityZone"
|
11372
|
+
},
|
11373
|
+
"PurchaseToken":{
|
11374
|
+
"shape":"String",
|
11375
|
+
"locationName":"purchaseToken"
|
11376
|
+
},
|
11377
|
+
"SlotDurationInHours":{
|
11378
|
+
"shape":"Integer",
|
11379
|
+
"locationName":"slotDurationInHours"
|
11380
|
+
},
|
11381
|
+
"Recurrence":{
|
11382
|
+
"shape":"ScheduledInstanceRecurrence",
|
11383
|
+
"locationName":"recurrence"
|
11384
|
+
},
|
11385
|
+
"FirstSlotStartTime":{
|
11386
|
+
"shape":"DateTime",
|
11387
|
+
"locationName":"firstSlotStartTime"
|
11388
|
+
},
|
11389
|
+
"HourlyPrice":{
|
11390
|
+
"shape":"String",
|
11391
|
+
"locationName":"hourlyPrice"
|
11392
|
+
},
|
11393
|
+
"TotalScheduledInstanceHours":{
|
11394
|
+
"shape":"Integer",
|
11395
|
+
"locationName":"totalScheduledInstanceHours"
|
11396
|
+
},
|
11397
|
+
"AvailableInstanceCount":{
|
11398
|
+
"shape":"Integer",
|
11399
|
+
"locationName":"availableInstanceCount"
|
11400
|
+
},
|
11401
|
+
"MinTermDurationInDays":{
|
11402
|
+
"shape":"Integer",
|
11403
|
+
"locationName":"minTermDurationInDays"
|
11404
|
+
},
|
11405
|
+
"MaxTermDurationInDays":{
|
11406
|
+
"shape":"Integer",
|
11407
|
+
"locationName":"maxTermDurationInDays"
|
11408
|
+
}
|
11409
|
+
}
|
11410
|
+
},
|
11411
|
+
"ScheduledInstanceAvailabilitySet":{
|
11412
|
+
"type":"list",
|
11413
|
+
"member":{
|
11414
|
+
"shape":"ScheduledInstanceAvailability",
|
11415
|
+
"locationName":"item"
|
11416
|
+
}
|
11417
|
+
},
|
11418
|
+
"ScheduledInstanceIdRequestSet":{
|
11419
|
+
"type":"list",
|
11420
|
+
"member":{
|
11421
|
+
"shape":"String",
|
11422
|
+
"locationName":"ScheduledInstanceId"
|
11423
|
+
}
|
11424
|
+
},
|
11425
|
+
"ScheduledInstanceRecurrence":{
|
11426
|
+
"type":"structure",
|
11427
|
+
"members":{
|
11428
|
+
"Frequency":{
|
11429
|
+
"shape":"String",
|
11430
|
+
"locationName":"frequency"
|
11431
|
+
},
|
11432
|
+
"Interval":{
|
11433
|
+
"shape":"Integer",
|
11434
|
+
"locationName":"interval"
|
11435
|
+
},
|
11436
|
+
"OccurrenceDaySet":{
|
11437
|
+
"shape":"OccurrenceDaySet",
|
11438
|
+
"locationName":"occurrenceDaySet"
|
11439
|
+
},
|
11440
|
+
"OccurrenceRelativeToEnd":{
|
11441
|
+
"shape":"Boolean",
|
11442
|
+
"locationName":"occurrenceRelativeToEnd"
|
11443
|
+
},
|
11444
|
+
"OccurrenceUnit":{
|
11445
|
+
"shape":"String",
|
11446
|
+
"locationName":"occurrenceUnit"
|
11447
|
+
}
|
11448
|
+
}
|
11449
|
+
},
|
11450
|
+
"ScheduledInstanceRecurrenceRequest":{
|
11451
|
+
"type":"structure",
|
11452
|
+
"members":{
|
11453
|
+
"Frequency":{"shape":"String"},
|
11454
|
+
"Interval":{"shape":"Integer"},
|
11455
|
+
"OccurrenceDays":{
|
11456
|
+
"shape":"OccurrenceDayRequestSet",
|
11457
|
+
"locationName":"OccurrenceDay"
|
11458
|
+
},
|
11459
|
+
"OccurrenceRelativeToEnd":{"shape":"Boolean"},
|
11460
|
+
"OccurrenceUnit":{"shape":"String"}
|
11461
|
+
}
|
11462
|
+
},
|
11463
|
+
"ScheduledInstanceSet":{
|
11464
|
+
"type":"list",
|
11465
|
+
"member":{
|
11466
|
+
"shape":"ScheduledInstance",
|
11467
|
+
"locationName":"item"
|
11468
|
+
}
|
11469
|
+
},
|
11470
|
+
"ScheduledInstancesBlockDeviceMapping":{
|
11471
|
+
"type":"structure",
|
11472
|
+
"members":{
|
11473
|
+
"DeviceName":{"shape":"String"},
|
11474
|
+
"NoDevice":{"shape":"String"},
|
11475
|
+
"VirtualName":{"shape":"String"},
|
11476
|
+
"Ebs":{"shape":"ScheduledInstancesEbs"}
|
11477
|
+
}
|
11478
|
+
},
|
11479
|
+
"ScheduledInstancesBlockDeviceMappingSet":{
|
11480
|
+
"type":"list",
|
11481
|
+
"member":{
|
11482
|
+
"shape":"ScheduledInstancesBlockDeviceMapping",
|
11483
|
+
"locationName":"BlockDeviceMapping"
|
11484
|
+
}
|
11485
|
+
},
|
11486
|
+
"ScheduledInstancesEbs":{
|
11487
|
+
"type":"structure",
|
11488
|
+
"members":{
|
11489
|
+
"SnapshotId":{"shape":"String"},
|
11490
|
+
"VolumeSize":{"shape":"Integer"},
|
11491
|
+
"DeleteOnTermination":{"shape":"Boolean"},
|
11492
|
+
"VolumeType":{"shape":"String"},
|
11493
|
+
"Iops":{"shape":"Integer"},
|
11494
|
+
"Encrypted":{"shape":"Boolean"}
|
11495
|
+
}
|
11496
|
+
},
|
11497
|
+
"ScheduledInstancesIamInstanceProfile":{
|
11498
|
+
"type":"structure",
|
11499
|
+
"members":{
|
11500
|
+
"Arn":{"shape":"String"},
|
11501
|
+
"Name":{"shape":"String"}
|
11502
|
+
}
|
11503
|
+
},
|
11504
|
+
"ScheduledInstancesLaunchSpecification":{
|
11505
|
+
"type":"structure",
|
11506
|
+
"required":["ImageId"],
|
11507
|
+
"members":{
|
11508
|
+
"ImageId":{"shape":"String"},
|
11509
|
+
"KeyName":{"shape":"String"},
|
11510
|
+
"SecurityGroupIds":{
|
11511
|
+
"shape":"ScheduledInstancesSecurityGroupIdSet",
|
11512
|
+
"locationName":"SecurityGroupId"
|
11513
|
+
},
|
11514
|
+
"UserData":{"shape":"String"},
|
11515
|
+
"Placement":{"shape":"ScheduledInstancesPlacement"},
|
11516
|
+
"KernelId":{"shape":"String"},
|
11517
|
+
"InstanceType":{"shape":"String"},
|
11518
|
+
"RamdiskId":{"shape":"String"},
|
11519
|
+
"BlockDeviceMappings":{
|
11520
|
+
"shape":"ScheduledInstancesBlockDeviceMappingSet",
|
11521
|
+
"locationName":"BlockDeviceMapping"
|
11522
|
+
},
|
11523
|
+
"Monitoring":{"shape":"ScheduledInstancesMonitoring"},
|
11524
|
+
"SubnetId":{"shape":"String"},
|
11525
|
+
"NetworkInterfaces":{
|
11526
|
+
"shape":"ScheduledInstancesNetworkInterfaceSet",
|
11527
|
+
"locationName":"NetworkInterface"
|
11528
|
+
},
|
11529
|
+
"IamInstanceProfile":{"shape":"ScheduledInstancesIamInstanceProfile"},
|
11530
|
+
"EbsOptimized":{"shape":"Boolean"}
|
11531
|
+
}
|
11532
|
+
},
|
11533
|
+
"ScheduledInstancesMonitoring":{
|
11534
|
+
"type":"structure",
|
11535
|
+
"members":{
|
11536
|
+
"Enabled":{"shape":"Boolean"}
|
11537
|
+
}
|
11538
|
+
},
|
11539
|
+
"ScheduledInstancesNetworkInterface":{
|
11540
|
+
"type":"structure",
|
11541
|
+
"members":{
|
11542
|
+
"NetworkInterfaceId":{"shape":"String"},
|
11543
|
+
"DeviceIndex":{"shape":"Integer"},
|
11544
|
+
"SubnetId":{"shape":"String"},
|
11545
|
+
"Description":{"shape":"String"},
|
11546
|
+
"PrivateIpAddress":{"shape":"String"},
|
11547
|
+
"PrivateIpAddressConfigs":{
|
11548
|
+
"shape":"PrivateIpAddressConfigSet",
|
11549
|
+
"locationName":"PrivateIpAddressConfig"
|
11550
|
+
},
|
11551
|
+
"SecondaryPrivateIpAddressCount":{"shape":"Integer"},
|
11552
|
+
"AssociatePublicIpAddress":{"shape":"Boolean"},
|
11553
|
+
"Groups":{
|
11554
|
+
"shape":"ScheduledInstancesSecurityGroupIdSet",
|
11555
|
+
"locationName":"Group"
|
11556
|
+
},
|
11557
|
+
"DeleteOnTermination":{"shape":"Boolean"}
|
11558
|
+
}
|
11559
|
+
},
|
11560
|
+
"ScheduledInstancesNetworkInterfaceSet":{
|
11561
|
+
"type":"list",
|
11562
|
+
"member":{
|
11563
|
+
"shape":"ScheduledInstancesNetworkInterface",
|
11564
|
+
"locationName":"NetworkInterface"
|
11565
|
+
}
|
11566
|
+
},
|
11567
|
+
"ScheduledInstancesPlacement":{
|
11568
|
+
"type":"structure",
|
11569
|
+
"members":{
|
11570
|
+
"AvailabilityZone":{"shape":"String"},
|
11571
|
+
"GroupName":{"shape":"String"}
|
11572
|
+
}
|
11573
|
+
},
|
11574
|
+
"ScheduledInstancesPrivateIpAddressConfig":{
|
11575
|
+
"type":"structure",
|
11576
|
+
"members":{
|
11577
|
+
"PrivateIpAddress":{"shape":"String"},
|
11578
|
+
"Primary":{"shape":"Boolean"}
|
11579
|
+
}
|
11580
|
+
},
|
11581
|
+
"ScheduledInstancesSecurityGroupIdSet":{
|
11582
|
+
"type":"list",
|
11583
|
+
"member":{
|
11584
|
+
"shape":"String",
|
11585
|
+
"locationName":"SecurityGroupId"
|
11586
|
+
}
|
11587
|
+
},
|
11097
11588
|
"SecurityGroup":{
|
11098
11589
|
"type":"structure",
|
11099
11590
|
"members":{
|
@@ -11159,6 +11650,24 @@
|
|
11159
11650
|
"terminate"
|
11160
11651
|
]
|
11161
11652
|
},
|
11653
|
+
"SlotDateTimeRangeRequest":{
|
11654
|
+
"type":"structure",
|
11655
|
+
"required":[
|
11656
|
+
"EarliestTime",
|
11657
|
+
"LatestTime"
|
11658
|
+
],
|
11659
|
+
"members":{
|
11660
|
+
"EarliestTime":{"shape":"DateTime"},
|
11661
|
+
"LatestTime":{"shape":"DateTime"}
|
11662
|
+
}
|
11663
|
+
},
|
11664
|
+
"SlotStartTimeRangeRequest":{
|
11665
|
+
"type":"structure",
|
11666
|
+
"members":{
|
11667
|
+
"EarliestTime":{"shape":"DateTime"},
|
11668
|
+
"LatestTime":{"shape":"DateTime"}
|
11669
|
+
}
|
11670
|
+
},
|
11162
11671
|
"Snapshot":{
|
11163
11672
|
"type":"structure",
|
11164
11673
|
"members":{
|
@@ -12040,13 +12549,13 @@
|
|
12040
12549
|
"type":"structure",
|
12041
12550
|
"required":["Error"],
|
12042
12551
|
"members":{
|
12043
|
-
"ResourceId":{
|
12044
|
-
"shape":"String",
|
12045
|
-
"locationName":"resourceId"
|
12046
|
-
},
|
12047
12552
|
"Error":{
|
12048
12553
|
"shape":"UnsuccessfulItemError",
|
12049
12554
|
"locationName":"error"
|
12555
|
+
},
|
12556
|
+
"ResourceId":{
|
12557
|
+
"shape":"String",
|
12558
|
+
"locationName":"resourceId"
|
12050
12559
|
}
|
12051
12560
|
}
|
12052
12561
|
},
|