|
3154 | 3154 | "VpcPeeringConnectionId":{ |
3155 | 3155 | "shape":"String", |
3156 | 3156 | "locationName":"vpcPeeringConnectionId" |
3157 | | - }, |
3158 | | - "ClientToken":{ |
3159 | | - "shape":"String", |
3160 | | - "locationName":"clientToken" |
3161 | 3157 | } |
3162 | 3158 | } |
3163 | 3159 | }, |
|
3167 | 3163 | "Return":{ |
3168 | 3164 | "shape":"Boolean", |
3169 | 3165 | "locationName":"return" |
3170 | | - }, |
3171 | | - "ClientToken":{ |
3172 | | - "shape":"String", |
3173 | | - "locationName":"clientToken" |
3174 | 3166 | } |
3175 | 3167 | } |
3176 | 3168 | }, |
|
7933 | 7925 | "LaunchSpecsList":{ |
7934 | 7926 | "type":"list", |
7935 | 7927 | "member":{ |
7936 | | - "shape":"LaunchSpecification", |
| 7928 | + "shape":"SpotFleetLaunchSpecification", |
7937 | 7929 | "locationName":"item" |
7938 | 7930 | }, |
7939 | 7931 | "min":1 |
|
8108 | 8100 | } |
8109 | 8101 | } |
8110 | 8102 | }, |
8111 | | - "ModifySnapshotAttributeName":{ |
8112 | | - "type":"string", |
8113 | | - "enum":["createVolumePermission"] |
8114 | | - }, |
8115 | 8103 | "ModifySnapshotAttributeRequest":{ |
8116 | 8104 | "type":"structure", |
8117 | 8105 | "required":["SnapshotId"], |
|
8121 | 8109 | "locationName":"dryRun" |
8122 | 8110 | }, |
8123 | 8111 | "SnapshotId":{"shape":"String"}, |
8124 | | - "Attribute":{"shape":"ModifySnapshotAttributeName"}, |
| 8112 | + "Attribute":{"shape":"SnapshotAttributeName"}, |
8125 | 8113 | "OperationType":{"shape":"String"}, |
8126 | 8114 | "UserIds":{ |
8127 | 8115 | "shape":"UserIdStringList", |
|
9823 | 9811 | "locationName":"dryRun" |
9824 | 9812 | }, |
9825 | 9813 | "SnapshotId":{"shape":"String"}, |
9826 | | - "Attribute":{"shape":"ModifySnapshotAttributeName"} |
| 9814 | + "Attribute":{"shape":"SnapshotAttributeName"} |
9827 | 9815 | } |
9828 | 9816 | }, |
9829 | 9817 | "ResourceIdList":{ |
|
10452 | 10440 | } |
10453 | 10441 | } |
10454 | 10442 | }, |
| 10443 | + "SpotFleetLaunchSpecification":{ |
| 10444 | + "type":"structure", |
| 10445 | + "members":{ |
| 10446 | + "ImageId":{ |
| 10447 | + "shape":"String", |
| 10448 | + "locationName":"imageId" |
| 10449 | + }, |
| 10450 | + "KeyName":{ |
| 10451 | + "shape":"String", |
| 10452 | + "locationName":"keyName" |
| 10453 | + }, |
| 10454 | + "SecurityGroups":{ |
| 10455 | + "shape":"GroupIdentifierList", |
| 10456 | + "locationName":"groupSet" |
| 10457 | + }, |
| 10458 | + "UserData":{ |
| 10459 | + "shape":"String", |
| 10460 | + "locationName":"userData" |
| 10461 | + }, |
| 10462 | + "AddressingType":{ |
| 10463 | + "shape":"String", |
| 10464 | + "locationName":"addressingType" |
| 10465 | + }, |
| 10466 | + "InstanceType":{ |
| 10467 | + "shape":"InstanceType", |
| 10468 | + "locationName":"instanceType" |
| 10469 | + }, |
| 10470 | + "Placement":{ |
| 10471 | + "shape":"SpotPlacement", |
| 10472 | + "locationName":"placement" |
| 10473 | + }, |
| 10474 | + "KernelId":{ |
| 10475 | + "shape":"String", |
| 10476 | + "locationName":"kernelId" |
| 10477 | + }, |
| 10478 | + "RamdiskId":{ |
| 10479 | + "shape":"String", |
| 10480 | + "locationName":"ramdiskId" |
| 10481 | + }, |
| 10482 | + "BlockDeviceMappings":{ |
| 10483 | + "shape":"BlockDeviceMappingList", |
| 10484 | + "locationName":"blockDeviceMapping" |
| 10485 | + }, |
| 10486 | + "Monitoring":{ |
| 10487 | + "shape":"SpotFleetMonitoring", |
| 10488 | + "locationName":"monitoring" |
| 10489 | + }, |
| 10490 | + "SubnetId":{ |
| 10491 | + "shape":"String", |
| 10492 | + "locationName":"subnetId" |
| 10493 | + }, |
| 10494 | + "NetworkInterfaces":{ |
| 10495 | + "shape":"InstanceNetworkInterfaceSpecificationList", |
| 10496 | + "locationName":"networkInterfaceSet" |
| 10497 | + }, |
| 10498 | + "IamInstanceProfile":{ |
| 10499 | + "shape":"IamInstanceProfileSpecification", |
| 10500 | + "locationName":"iamInstanceProfile" |
| 10501 | + }, |
| 10502 | + "EbsOptimized":{ |
| 10503 | + "shape":"Boolean", |
| 10504 | + "locationName":"ebsOptimized" |
| 10505 | + } |
| 10506 | + } |
| 10507 | + }, |
| 10508 | + "SpotFleetMonitoring":{ |
| 10509 | + "type":"structure", |
| 10510 | + "members":{ |
| 10511 | + "Enabled":{ |
| 10512 | + "shape":"Boolean", |
| 10513 | + "locationName":"enabled" |
| 10514 | + } |
| 10515 | + } |
| 10516 | + }, |
10455 | 10517 | "SpotFleetRequestConfig":{ |
10456 | 10518 | "type":"structure", |
10457 | 10519 | "required":[ |
|
0 commit comments