|
@@ -79,12 +79,12 @@ type ImportImageRequest struct {
|
|
|
DiskDeviceMapping *[]ImportImageDiskDeviceMapping `position:"Query" name:"DiskDeviceMapping" type:"Repeated"`
|
|
DiskDeviceMapping *[]ImportImageDiskDeviceMapping `position:"Query" name:"DiskDeviceMapping" type:"Repeated"`
|
|
|
ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
|
|
ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
|
|
|
ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
|
|
ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
|
|
|
- ImageName string `position:"Query" name:"ImageName"`
|
|
|
|
|
RoleName string `position:"Query" name:"RoleName"`
|
|
RoleName string `position:"Query" name:"RoleName"`
|
|
|
Description string `position:"Query" name:"Description"`
|
|
Description string `position:"Query" name:"Description"`
|
|
|
OSType string `position:"Query" name:"OSType"`
|
|
OSType string `position:"Query" name:"OSType"`
|
|
|
OwnerId requests.Integer `position:"Query" name:"OwnerId"`
|
|
OwnerId requests.Integer `position:"Query" name:"OwnerId"`
|
|
|
Platform string `position:"Query" name:"Platform"`
|
|
Platform string `position:"Query" name:"Platform"`
|
|
|
|
|
+ ImageName string `position:"Query" name:"ImageName"`
|
|
|
Architecture string `position:"Query" name:"Architecture"`
|
|
Architecture string `position:"Query" name:"Architecture"`
|
|
|
}
|
|
}
|
|
|
|
|
|