{
  "format": "pop",
  "apiVersion": "2014-05-26",
  "checksumFormat": "md5",
  "endpointPrefix": "ecs",
  "serviceAbbreviation": "ECS",
  "serviceFullName": "Aliyun ECS",
  "signatureVersion": "pop",
  "timestampFormat": "top",
  "xmlnamespace": "",
  "operations": {
    "allocateEipAddress": {
      "name": "AllocateEipAddress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AllocateEipAddress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Bandwidth": {
            "type": "string"
          },
          "InternetChargeType": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          }
        }
      }
    },
    "allocatePublicIpAddress": {
      "name": "AllocatePublicIpAddress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AllocatePublicIpAddress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "IpAddress": {
            "type": "string"
          },
          "VlanId": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "associateEipAddress": {
      "name": "AssociateEipAddress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AssociateEipAddress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "AllocationId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "InstanceType": {
            "type": "string"
          }
        }
      }
    },
    "attachDisk": {
      "name": "AttachDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AttachDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "Device": {
            "type": "string"
          },
          "DeleteWithInstance": {
            "type": "boolean"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "authorizeSecurityGroup": {
      "name": "AuthorizeSecurityGroup",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AuthorizeSecurityGroup"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "IpProtocol": {
            "required": true,
            "type": "string"
          },
          "PortRange": {
            "required": true,
            "type": "string"
          },
          "SourceGroupId": {
            "type": "string"
          },
          "SourceGroupOwnerId": {
            "type": "integer"
          },
          "SourceGroupOwnerAccount": {
            "type": "string"
          },
          "SourceCidrIp": {
            "type": "string"
          },
          "Policy": {
            "type": "string"
          },
          "Priority": {
            "type": "string"
          },
          "NicType": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "authorizeSecurityGroupEgress": {
      "name": "AuthorizeSecurityGroupEgress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AuthorizeSecurityGroupEgress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "IpProtocol": {
            "required": true,
            "type": "string"
          },
          "PortRange": {
            "required": true,
            "type": "string"
          },
          "DestGroupId": {
            "type": "string"
          },
          "DestGroupOwnerId": {
            "type": "integer"
          },
          "DestGroupOwnerAccount": {
            "type": "string"
          },
          "DestCidrIp": {
            "type": "string"
          },
          "Policy": {
            "type": "string"
          },
          "Priority": {
            "type": "string"
          },
          "NicType": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "bindIpRange": {
      "name": "BindIpRange",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "BindIpRange"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "IpAddress": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "cancelCopyImage": {
      "name": "CancelCopyImage",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CancelCopyImage"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "checkAutoSnapshotPolicy": {
      "name": "CheckAutoSnapshotPolicy",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CheckAutoSnapshotPolicy"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "SystemDiskPolicyEnabled": {
            "type": "boolean"
          },
          "SystemDiskPolicyTimePeriod": {
            "type": "integer"
          },
          "SystemDiskPolicyRetentionDays": {
            "type": "integer"
          },
          "SystemDiskPolicyRetentionLastWeek": {
            "type": "boolean"
          },
          "DataDiskPolicyEnabled": {
            "type": "boolean"
          },
          "DataDiskPolicyTimePeriod": {
            "type": "integer"
          },
          "DataDiskPolicyRetentionDays": {
            "type": "integer"
          },
          "DataDiskPolicyRetentionLastWeek": {
            "type": "boolean"
          }
        }
      }
    },
    "checkDiskEnableAutoSnapshotValidation": {
      "name": "CheckDiskEnableAutoSnapshotValidation",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CheckDiskEnableAutoSnapshotValidation"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "DiskIds": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "copyImage": {
      "name": "CopyImage",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CopyImage"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DestinationImageName": {
            "type": "string"
          },
          "DestinationDescription": {
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "DestinationRegionId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "createDisk": {
      "name": "CreateDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ZoneId": {
            "required": true,
            "type": "string"
          },
          "SnapshotId": {
            "type": "string"
          },
          "DiskName": {
            "type": "string"
          },
          "Size": {
            "type": "integer"
          },
          "DiskCategory": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "createImage": {
      "name": "CreateImage",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateImage"
          },
          "DiskDeviceMapping": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "SnapshotId": {
            "type": "string"
          },
          "InstanceId": {
            "type": "string"
          },
          "ImageName": {
            "type": "string"
          },
          "ImageVersion": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "createInstance": {
      "name": "CreateInstance",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateInstance"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "InstanceType": {
            "required": true,
            "type": "string"
          },
          "SecurityGroupId": {
            "type": "string"
          },
          "InstanceName": {
            "type": "string"
          },
          "InternetChargeType": {
            "type": "string"
          },
          "AutoRenew": {
            "type": "boolean"
          },
          "AutoRenewPeriod": {
            "type": "integer"
          },
          "InternetMaxBandwidthIn": {
            "type": "integer"
          },
          "InternetMaxBandwidthOut": {
            "type": "integer"
          },
          "HostName": {
            "type": "string"
          },
          "Password": {
            "type": "string"
          },
          "ZoneId": {
            "type": "string"
          },
          "ClusterId": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "VlanId": {
            "type": "string"
          },
          "InnerIpAddress": {
            "type": "string"
          },
          "SystemDisk.Size": {
            "type": "integer"
          },
          "SystemDisk.Category": {
            "type": "string"
          },
          "SystemDisk.DiskName": {
            "type": "string"
          },
          "SystemDisk.Description": {
            "type": "string"
          },
          "DataDisk.1.Size": {
            "type": "integer"
          },
          "DataDisk.1.Category": {
            "type": "string"
          },
          "DataDisk.1.SnapshotId": {
            "type": "string"
          },
          "DataDisk.1.DiskName": {
            "type": "string"
          },
          "DataDisk.1.Description": {
            "type": "string"
          },
          "DataDisk.1.Device": {
            "type": "string"
          },
          "DataDisk.1.DeleteWithInstance": {
            "type": "boolean"
          },
          "DataDisk.2.Size": {
            "type": "integer"
          },
          "DataDisk.2.Category": {
            "type": "string"
          },
          "DataDisk.2.SnapshotId": {
            "type": "string"
          },
          "DataDisk.2.DiskName": {
            "type": "string"
          },
          "DataDisk.2.Description": {
            "type": "string"
          },
          "DataDisk.2.Device": {
            "type": "string"
          },
          "DataDisk.2.DeleteWithInstance": {
            "type": "boolean"
          },
          "DataDisk.3.Size": {
            "type": "integer"
          },
          "DataDisk.3.Category": {
            "type": "string"
          },
          "DataDisk.3.SnapshotId": {
            "type": "string"
          },
          "DataDisk.3.DiskName": {
            "type": "string"
          },
          "DataDisk.3.Description": {
            "type": "string"
          },
          "DataDisk.3.Device": {
            "type": "string"
          },
          "DataDisk.3.DeleteWithInstance": {
            "type": "boolean"
          },
          "DataDisk.4.Size": {
            "type": "integer"
          },
          "DataDisk.4.Category": {
            "type": "string"
          },
          "DataDisk.4.SnapshotId": {
            "type": "string"
          },
          "DataDisk.4.DiskName": {
            "type": "string"
          },
          "DataDisk.4.Description": {
            "type": "string"
          },
          "DataDisk.4.Device": {
            "type": "string"
          },
          "DataDisk.4.DeleteWithInstance": {
            "type": "boolean"
          },
          "NodeControllerId": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "VSwitchId": {
            "type": "string"
          },
          "PrivateIpAddress": {
            "type": "string"
          },
          "IoOptimized": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UseAdditionalService": {
            "type": "boolean"
          },
          "InstanceChargeType": {
            "type": "string"
          },
          "Period": {
            "type": "integer"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          },
          "UserData": {
            "type": "string"
          },
          "SpotStrategy": {
            "type": "string"
          }
        }
      }
    },
    "createRouteEntry": {
      "name": "CreateRouteEntry",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateRouteEntry"
          },
          "NextHopList": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RouteTableId": {
            "required": true,
            "type": "string"
          },
          "DestinationCidrBlock": {
            "required": true,
            "type": "string"
          },
          "NextHopId": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "NextHopType": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "createSecurityGroup": {
      "name": "CreateSecurityGroup",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateSecurityGroup"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "SecurityGroupName": {
            "type": "string"
          },
          "VpcId": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "createSnapshot": {
      "name": "CreateSnapshot",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateSnapshot"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "SnapshotName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "createVpc": {
      "name": "CreateVpc",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateVpc"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "CidrBlock": {
            "type": "string"
          },
          "VpcName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "createVSwitch": {
      "name": "CreateVSwitch",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateVSwitch"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ZoneId": {
            "required": true,
            "type": "string"
          },
          "CidrBlock": {
            "required": true,
            "type": "string"
          },
          "VpcId": {
            "required": true,
            "type": "string"
          },
          "VSwitchName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "deleteDisk": {
      "name": "DeleteDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "deleteImage": {
      "name": "DeleteImage",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteImage"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "deleteInstance": {
      "name": "DeleteInstance",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteInstance"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Force": {
            "type": "boolean"
          }
        }
      }
    },
    "deleteRouteEntry": {
      "name": "DeleteRouteEntry",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteRouteEntry"
          },
          "NextHopList": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RouteTableId": {
            "required": true,
            "type": "string"
          },
          "DestinationCidrBlock": {
            "required": true,
            "type": "string"
          },
          "NextHopId": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "deleteSecurityGroup": {
      "name": "DeleteSecurityGroup",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteSecurityGroup"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "deleteSnapshot": {
      "name": "DeleteSnapshot",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteSnapshot"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SnapshotId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "deleteVpc": {
      "name": "DeleteVpc",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteVpc"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VpcId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "deleteVSwitch": {
      "name": "DeleteVSwitch",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteVSwitch"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VSwitchId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeAutoSnapshotPolicy": {
      "name": "DescribeAutoSnapshotPolicy",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeAutoSnapshotPolicy"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeClusters": {
      "name": "DescribeClusters",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeClusters"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeDiskMonitorData": {
      "name": "DescribeDiskMonitorData",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeDiskMonitorData"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "StartTime": {
            "required": true,
            "type": "string"
          },
          "EndTime": {
            "required": true,
            "type": "string"
          },
          "Period": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeDisks": {
      "name": "DescribeDisks",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeDisks"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ZoneId": {
            "type": "string"
          },
          "DiskIds": {
            "type": "string"
          },
          "InstanceId": {
            "type": "string"
          },
          "DiskType": {
            "type": "string"
          },
          "Category": {
            "type": "string"
          },
          "Status": {
            "type": "string"
          },
          "SnapshotId": {
            "type": "string"
          },
          "Portable": {
            "type": "boolean"
          },
          "DeleteWithInstance": {
            "type": "boolean"
          },
          "DeleteAutoSnapshot": {
            "type": "boolean"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "DiskName": {
            "type": "string"
          },
          "AutoSnapshotPolicyId": {
            "type": "string"
          },
          "EnableAutoSnapshot": {
            "type": "boolean"
          },
          "EnableAutomatedSnapshotPolicy": {
            "type": "boolean"
          },
          "DiskChargeType": {
            "type": "string"
          },
          "LockReason": {
            "type": "string"
          },
          "Filter.1.Key": {
            "type": "string"
          },
          "Filter.2.Key": {
            "type": "string"
          },
          "Filter.1.Value": {
            "type": "string"
          },
          "Filter.2.Value": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "describeEipAddresses": {
      "name": "DescribeEipAddresses",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeEipAddresses"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Status": {
            "type": "string"
          },
          "EipAddress": {
            "type": "string"
          },
          "AllocationId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Filter.1.Key": {
            "type": "string"
          },
          "Filter.2.Key": {
            "type": "string"
          },
          "Filter.1.Value": {
            "type": "string"
          },
          "Filter.2.Value": {
            "type": "string"
          },
          "LockReason": {
            "type": "string"
          },
          "AssociatedInstanceType": {
            "type": "string"
          },
          "AssociatedInstanceId": {
            "type": "string"
          },
          "ChargeType": {
            "type": "string"
          }
        }
      }
    },
    "describeEipMonitorData": {
      "name": "DescribeEipMonitorData",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeEipMonitorData"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "AllocationId": {
            "required": true,
            "type": "string"
          },
          "StartTime": {
            "required": true,
            "type": "string"
          },
          "EndTime": {
            "required": true,
            "type": "string"
          },
          "Period": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeImages": {
      "name": "DescribeImages",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeImages"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Status": {
            "type": "string"
          },
          "ImageId": {
            "type": "string"
          },
          "ShowExpired": {
            "type": "boolean"
          },
          "SnapshotId": {
            "type": "string"
          },
          "ImageName": {
            "type": "string"
          },
          "ImageOwnerAlias": {
            "type": "string"
          },
          "InstanceType": {
            "type": "string"
          },
          "IsSupportIoOptimized": {
            "type": "boolean"
          },
          "OSType": {
            "type": "string"
          },
          "Architecture": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Filter.1.Key": {
            "type": "string"
          },
          "Filter.2.Key": {
            "type": "string"
          },
          "Filter.1.Value": {
            "type": "string"
          },
          "Filter.2.Value": {
            "type": "string"
          },
          "Usage": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "describeImageSharePermission": {
      "name": "DescribeImageSharePermission",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeImageSharePermission"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeInstanceAttribute": {
      "name": "DescribeInstanceAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstanceAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeInstanceMonitorData": {
      "name": "DescribeInstanceMonitorData",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstanceMonitorData"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "StartTime": {
            "required": true,
            "type": "string"
          },
          "EndTime": {
            "required": true,
            "type": "string"
          },
          "Period": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeInstancePhysicalAttribute": {
      "name": "DescribeInstancePhysicalAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstancePhysicalAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeInstances": {
      "name": "DescribeInstances",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstances"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VpcId": {
            "type": "string"
          },
          "VSwitchId": {
            "type": "string"
          },
          "ZoneId": {
            "type": "string"
          },
          "InstanceNetworkType": {
            "type": "string"
          },
          "SecurityGroupId": {
            "type": "string"
          },
          "InstanceIds": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "InnerIpAddresses": {
            "type": "string"
          },
          "PrivateIpAddresses": {
            "type": "string"
          },
          "PublicIpAddresses": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "InstanceChargeType": {
            "type": "string"
          },
          "InternetChargeType": {
            "type": "string"
          },
          "InstanceName": {
            "type": "string"
          },
          "ImageId": {
            "type": "string"
          },
          "Status": {
            "type": "string"
          },
          "LockReason": {
            "type": "string"
          },
          "Filter.1.Key": {
            "type": "string"
          },
          "Filter.2.Key": {
            "type": "string"
          },
          "Filter.3.Key": {
            "type": "string"
          },
          "Filter.4.Key": {
            "type": "string"
          },
          "Filter.1.Value": {
            "type": "string"
          },
          "Filter.2.Value": {
            "type": "string"
          },
          "Filter.3.Value": {
            "type": "string"
          },
          "Filter.4.Value": {
            "type": "string"
          },
          "DeviceAvailable": {
            "type": "boolean"
          },
          "IoOptimized": {
            "type": "boolean"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          },
          "InstanceType": {
            "type": "string"
          },
          "InstanceTypeFamily": {
            "type": "string"
          }
        }
      }
    },
    "describeInstanceStatus": {
      "name": "DescribeInstanceStatus",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstanceStatus"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ZoneId": {
            "type": "string"
          },
          "ClusterId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeInstanceTypes": {
      "name": "DescribeInstanceTypes",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstanceTypes"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "InstanceTypeFamily": {
            "type": "string"
          }
        }
      }
    },
    "describeInstanceVncPasswd": {
      "name": "DescribeInstanceVncPasswd",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstanceVncPasswd"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeInstanceVncUrl": {
      "name": "DescribeInstanceVncUrl",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstanceVncUrl"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeIntranetAttributeKb": {
      "name": "DescribeIntranetAttributeKb",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeIntranetAttributeKb"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeIpRanges": {
      "name": "DescribeIpRanges",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeIpRanges"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ClusterId": {
            "required": true,
            "type": "string"
          },
          "NicType": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeLimitation": {
      "name": "DescribeLimitation",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeLimitation"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Limitation": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "describeRegions": {
      "name": "DescribeRegions",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeRegions"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeRouteTables": {
      "name": "DescribeRouteTables",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeRouteTables"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VRouterId": {
            "type": "string"
          },
          "RouteTableId": {
            "type": "string"
          },
          "RouterType": {
            "type": "string"
          },
          "RouterId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeSecurityGroupAttribute": {
      "name": "DescribeSecurityGroupAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeSecurityGroupAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "NicType": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Direction": {
            "type": "string"
          }
        }
      }
    },
    "describeSecurityGroups": {
      "name": "DescribeSecurityGroups",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeSecurityGroups"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VpcId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "SecurityGroupIds": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          },
          "NetworkType": {
            "type": "string"
          },
          "SecurityGroupId": {
            "type": "string"
          },
          "SecurityGroupName": {
            "type": "string"
          },
          "IsQueryEcsCount": {
            "type": "boolean"
          },
          "FuzzyQuery": {
            "type": "boolean"
          }
        }
      }
    },
    "describeSnapshots": {
      "name": "DescribeSnapshots",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeSnapshots"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "type": "string"
          },
          "DiskId": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "SnapshotIds": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "SnapshotName": {
            "type": "string"
          },
          "Status": {
            "type": "string"
          },
          "SnapshotType": {
            "type": "string"
          },
          "Filter.1.Key": {
            "type": "string"
          },
          "Filter.2.Key": {
            "type": "string"
          },
          "Filter.1.Value": {
            "type": "string"
          },
          "Filter.2.Value": {
            "type": "string"
          },
          "Usage": {
            "type": "string"
          },
          "SourceDiskType": {
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "describeVpcs": {
      "name": "DescribeVpcs",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeVpcs"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VpcId": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "IsDefault": {
            "type": "boolean"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeVRouters": {
      "name": "DescribeVRouters",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeVRouters"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VRouterId": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeVSwitches": {
      "name": "DescribeVSwitches",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeVSwitches"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VpcId": {
            "required": true,
            "type": "string"
          },
          "VSwitchId": {
            "type": "string"
          },
          "ZoneId": {
            "type": "string"
          },
          "IsDefault": {
            "type": "boolean"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeZones": {
      "name": "DescribeZones",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeZones"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Verbose": {
            "type": "boolean"
          }
        }
      }
    },
    "detachDisk": {
      "name": "DetachDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DetachDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "joinSecurityGroup": {
      "name": "JoinSecurityGroup",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "JoinSecurityGroup"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "leaveSecurityGroup": {
      "name": "LeaveSecurityGroup",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "LeaveSecurityGroup"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyAutoSnapshotPolicy": {
      "name": "ModifyAutoSnapshotPolicy",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyAutoSnapshotPolicy"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SystemDiskPolicyEnabled": {
            "type": "boolean"
          },
          "SystemDiskPolicyTimePeriod": {
            "type": "integer"
          },
          "SystemDiskPolicyRetentionDays": {
            "type": "integer"
          },
          "SystemDiskPolicyRetentionLastWeek": {
            "type": "boolean"
          },
          "DataDiskPolicyEnabled": {
            "type": "boolean"
          },
          "DataDiskPolicyTimePeriod": {
            "type": "integer"
          },
          "DataDiskPolicyRetentionDays": {
            "type": "integer"
          },
          "DataDiskPolicyRetentionLastWeek": {
            "type": "boolean"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyDiskAttribute": {
      "name": "ModifyDiskAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyDiskAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "DiskName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "DeleteWithInstance": {
            "type": "boolean"
          },
          "DeleteAutoSnapshot": {
            "type": "boolean"
          },
          "EnableAutoSnapshot": {
            "type": "boolean"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyEipAddressAttribute": {
      "name": "ModifyEipAddressAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyEipAddressAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "AllocationId": {
            "required": true,
            "type": "string"
          },
          "Bandwidth": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyImageAttribute": {
      "name": "ModifyImageAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyImageAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "ImageName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyImageShareGroupPermission": {
      "name": "ModifyImageShareGroupPermission",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyImageShareGroupPermission"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "AddGroup.1": {
            "type": "string"
          },
          "RemoveGroup.1": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyImageSharePermission": {
      "name": "ModifyImageSharePermission",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyImageSharePermission"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "AddAccount.1": {
            "type": "string"
          },
          "AddAccount.2": {
            "type": "string"
          },
          "AddAccount.3": {
            "type": "string"
          },
          "AddAccount.4": {
            "type": "string"
          },
          "AddAccount.5": {
            "type": "string"
          },
          "AddAccount.6": {
            "type": "string"
          },
          "AddAccount.7": {
            "type": "string"
          },
          "AddAccount.8": {
            "type": "string"
          },
          "AddAccount.9": {
            "type": "string"
          },
          "AddAccount.10": {
            "type": "string"
          },
          "RemoveAccount.1": {
            "type": "string"
          },
          "RemoveAccount.2": {
            "type": "string"
          },
          "RemoveAccount.3": {
            "type": "string"
          },
          "RemoveAccount.4": {
            "type": "string"
          },
          "RemoveAccount.5": {
            "type": "string"
          },
          "RemoveAccount.6": {
            "type": "string"
          },
          "RemoveAccount.7": {
            "type": "string"
          },
          "RemoveAccount.8": {
            "type": "string"
          },
          "RemoveAccount.9": {
            "type": "string"
          },
          "RemoveAccount.10": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyInstanceAttribute": {
      "name": "ModifyInstanceAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyInstanceAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "Password": {
            "type": "string"
          },
          "HostName": {
            "type": "string"
          },
          "InstanceName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserData": {
            "type": "string"
          }
        }
      }
    },
    "modifyInstanceNetworkSpec": {
      "name": "ModifyInstanceNetworkSpec",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyInstanceNetworkSpec"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "InternetMaxBandwidthOut": {
            "type": "integer"
          },
          "InternetMaxBandwidthIn": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyInstanceSpec": {
      "name": "ModifyInstanceSpec",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyInstanceSpec"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "InstanceType": {
            "type": "string"
          },
          "InternetMaxBandwidthOut": {
            "type": "integer"
          },
          "InternetMaxBandwidthIn": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Temporary.StartTime": {
            "type": "string"
          },
          "Temporary.EndTime": {
            "type": "string"
          },
          "Temporary.InternetMaxBandwidthOut": {
            "type": "integer"
          },
          "Async": {
            "type": "boolean"
          }
        }
      }
    },
    "modifyInstanceVncPasswd": {
      "name": "ModifyInstanceVncPasswd",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyInstanceVncPasswd"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VncPassword": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyInstanceVpcAttribute": {
      "name": "ModifyInstanceVpcAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyInstanceVpcAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "VSwitchId": {
            "required": true,
            "type": "string"
          },
          "PrivateIpAddress": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyIntranetBandwidthKb": {
      "name": "ModifyIntranetBandwidthKb",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyIntranetBandwidthKb"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "IntranetMaxBandwidthIn": {
            "type": "integer"
          },
          "IntranetMaxBandwidthOut": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifySecurityGroupAttribute": {
      "name": "ModifySecurityGroupAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifySecurityGroupAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "SecurityGroupName": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifySnapshotAttribute": {
      "name": "ModifySnapshotAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifySnapshotAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "SnapshotId": {
            "required": true,
            "type": "string"
          },
          "SnapshotName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          }
        }
      }
    },
    "modifyVpcAttribute": {
      "name": "ModifyVpcAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyVpcAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VpcId": {
            "required": true,
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "VpcName": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "modifyVRouterAttribute": {
      "name": "ModifyVRouterAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyVRouterAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VRouterId": {
            "required": true,
            "type": "string"
          },
          "VRouterName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyVSwitchAttribute": {
      "name": "ModifyVSwitchAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyVSwitchAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "VSwitchId": {
            "required": true,
            "type": "string"
          },
          "VSwitchName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "rebootInstance": {
      "name": "RebootInstance",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "RebootInstance"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "ForceStop": {
            "type": "boolean"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "reInitDisk": {
      "name": "ReInitDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ReInitDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "Password": {
            "type": "string"
          }
        }
      }
    },
    "releaseEipAddress": {
      "name": "ReleaseEipAddress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ReleaseEipAddress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "AllocationId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "releasePublicIpAddress": {
      "name": "ReleasePublicIpAddress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ReleasePublicIpAddress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "type": "string"
          },
          "PublicIpAddress": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "replaceSystemDisk": {
      "name": "ReplaceSystemDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ReplaceSystemDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "SystemDisk.Size": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UseAdditionalService": {
            "type": "boolean"
          },
          "Password": {
            "type": "string"
          }
        }
      }
    },
    "resetDisk": {
      "name": "ResetDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ResetDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "SnapshotId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "resizeDisk": {
      "name": "ResizeDisk",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ResizeDisk"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "DiskId": {
            "required": true,
            "type": "string"
          },
          "NewSize": {
            "required": true,
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "revokeSecurityGroup": {
      "name": "RevokeSecurityGroup",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "RevokeSecurityGroup"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "IpProtocol": {
            "required": true,
            "type": "string"
          },
          "PortRange": {
            "required": true,
            "type": "string"
          },
          "SourceGroupId": {
            "type": "string"
          },
          "SourceGroupOwnerId": {
            "type": "integer"
          },
          "SourceGroupOwnerAccount": {
            "type": "string"
          },
          "SourceCidrIp": {
            "type": "string"
          },
          "Policy": {
            "type": "string"
          },
          "NicType": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "revokeSecurityGroupEgress": {
      "name": "RevokeSecurityGroupEgress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "RevokeSecurityGroupEgress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "SecurityGroupId": {
            "required": true,
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "IpProtocol": {
            "required": true,
            "type": "string"
          },
          "PortRange": {
            "required": true,
            "type": "string"
          },
          "DestGroupId": {
            "type": "string"
          },
          "DestGroupOwnerId": {
            "type": "integer"
          },
          "DestGroupOwnerAccount": {
            "type": "string"
          },
          "DestCidrIp": {
            "type": "string"
          },
          "Policy": {
            "type": "string"
          },
          "NicType": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "startInstance": {
      "name": "StartInstance",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "StartInstance"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "stopInstance": {
      "name": "StopInstance",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "StopInstance"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "ForceStop": {
            "type": "boolean"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "unassociateEipAddress": {
      "name": "UnassociateEipAddress",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "UnassociateEipAddress"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "AllocationId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "InstanceType": {
            "type": "string"
          }
        }
      }
    },
    "unbindIpRange": {
      "name": "UnbindIpRange",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "UnbindIpRange"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "IpAddress": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "addTags": {
      "name": "AddTags",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AddTags"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ResourceType": {
            "required": true,
            "type": "string"
          },
          "ResourceId": {
            "required": true,
            "type": "string"
          },
          "Tag.1.Key": {
            "required": true,
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "required": true,
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "describeResourceByTags": {
      "name": "DescribeResourceByTags",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeResourceByTags"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "PageNumber": {
            "type": "integer"
          },
          "ResourceType": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "describeTags": {
      "name": "DescribeTags",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeTags"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "PageNumber": {
            "type": "integer"
          },
          "ResourceType": {
            "type": "string"
          },
          "ResourceId": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "removeTags": {
      "name": "RemoveTags",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "RemoveTags"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ResourceType": {
            "required": true,
            "type": "string"
          },
          "ResourceId": {
            "required": true,
            "type": "string"
          },
          "Tag.1.Key": {
            "type": "string"
          },
          "Tag.2.Key": {
            "type": "string"
          },
          "Tag.3.Key": {
            "type": "string"
          },
          "Tag.4.Key": {
            "type": "string"
          },
          "Tag.5.Key": {
            "type": "string"
          },
          "Tag.1.Value": {
            "type": "string"
          },
          "Tag.2.Value": {
            "type": "string"
          },
          "Tag.3.Value": {
            "type": "string"
          },
          "Tag.4.Value": {
            "type": "string"
          },
          "Tag.5.Value": {
            "type": "string"
          }
        }
      }
    },
    "describeTagKeys": {
      "name": "DescribeTagKeys",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeTagKeys"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "PageNumber": {
            "type": "integer"
          },
          "ResourceType": {
            "type": "string"
          },
          "ResourceId": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "renewInstance": {
      "name": "RenewInstance",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "RenewInstance"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "InstanceType": {
            "type": "string"
          },
          "InternetMaxBandwidthOut": {
            "type": "integer"
          },
          "InternetChargeType": {
            "type": "string"
          },
          "Period": {
            "required": true,
            "type": "integer"
          },
          "RebootTime": {
            "type": "string"
          },
          "CovertDiskPortable.1.DiskId": {
            "type": "string"
          },
          "CovertDiskPortable.2.DiskId": {
            "type": "string"
          },
          "CovertDiskPortable.3.DiskId": {
            "type": "string"
          },
          "CovertDiskPortable.4.DiskId": {
            "type": "string"
          }
        }
      }
    },
    "associateHaVip": {
      "name": "AssociateHaVip",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AssociateHaVip"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "HaVipId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "createHaVip": {
      "name": "CreateHaVip",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateHaVip"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VSwitchId": {
            "required": true,
            "type": "string"
          },
          "IpAddress": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          }
        }
      }
    },
    "deleteHaVip": {
      "name": "DeleteHaVip",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteHaVip"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "HaVipId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "describeHaVips": {
      "name": "DescribeHaVips",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeHaVips"
          },
          "Filter": {
            "required": true,
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "modifyHaVipAttribute": {
      "name": "ModifyHaVipAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyHaVipAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "HaVipId": {
            "required": true,
            "type": "string"
          },
          "Description": {
            "type": "string"
          }
        }
      }
    },
    "unassociateHaVip": {
      "name": "UnassociateHaVip",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "UnassociateHaVip"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "HaVipId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "Force": {
            "type": "string"
          }
        }
      }
    },
    "activateRouterInterface": {
      "name": "ActivateRouterInterface",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ActivateRouterInterface"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "RouterInterfaceId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "connectRouterInterface": {
      "name": "ConnectRouterInterface",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ConnectRouterInterface"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "RouterInterfaceId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "createRouterInterface": {
      "name": "CreateRouterInterface",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateRouterInterface"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Role": {
            "required": true,
            "type": "string"
          },
          "OppositeRegionId": {
            "required": true,
            "type": "string"
          },
          "Spec": {
            "required": true,
            "type": "string"
          },
          "RouterType": {
            "required": true,
            "type": "string"
          },
          "RouterId": {
            "required": true,
            "type": "string"
          },
          "OppositeInterfaceId": {
            "type": "string"
          },
          "OppositeRouterId": {
            "type": "string"
          },
          "OppositeRouterType": {
            "type": "string"
          },
          "OppositeInterfaceOwnerId": {
            "type": "string"
          },
          "HealthCheckSourceIp": {
            "type": "string"
          },
          "HealthCheckTargetIp": {
            "type": "string"
          },
          "AccessPointId": {
            "type": "string"
          },
          "OppositeAccessPointId": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "deactivateRouterInterface": {
      "name": "DeactivateRouterInterface",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeactivateRouterInterface"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "RouterInterfaceId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "deleteRouterInterface": {
      "name": "DeleteRouterInterface",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteRouterInterface"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "RouterInterfaceId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "describeRouterInterfaces": {
      "name": "DescribeRouterInterfaces",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeRouterInterfaces"
          },
          "Filter": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "modifyRouterInterfaceAttribute": {
      "name": "ModifyRouterInterfaceAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyRouterInterfaceAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "RouterInterfaceId": {
            "required": true,
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "OppositeInterfaceId": {
            "type": "string"
          },
          "OppositeRouterId": {
            "type": "string"
          },
          "OppositeRouterType": {
            "type": "string"
          },
          "OppositeInterfaceOwnerId": {
            "type": "string"
          },
          "HealthCheckSourceIp": {
            "type": "string"
          },
          "HealthCheckTargetIp": {
            "type": "string"
          }
        }
      }
    },
    "modifyRouterInterfaceSpec": {
      "name": "ModifyRouterInterfaceSpec",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyRouterInterfaceSpec"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "RouterInterfaceId": {
            "required": true,
            "type": "string"
          },
          "Spec": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "describeInstanceTypeFamilies": {
      "name": "DescribeInstanceTypeFamilies",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeInstanceTypeFamilies"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Generation": {
            "type": "string"
          }
        }
      }
    },
    "cancelTask": {
      "name": "CancelTask",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CancelTask"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "TaskId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "describeTaskAttribute": {
      "name": "DescribeTaskAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeTaskAttribute"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "TaskId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "describeTasks": {
      "name": "DescribeTasks",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeTasks"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "TaskIds": {
            "type": "string"
          },
          "TaskAction": {
            "type": "string"
          },
          "TaskStatus": {
            "type": "string"
          },
          "StartTime": {
            "type": "string"
          },
          "EndTime": {
            "type": "string"
          }
        }
      }
    },
    "exportImage": {
      "name": "ExportImage",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ExportImage"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          },
          "OSSBucket": {
            "required": true,
            "type": "string"
          },
          "OSSPrefix": {
            "type": "string"
          },
          "ImageFormat": {
            "type": "string"
          },
          "RoleName": {
            "type": "string"
          }
        }
      }
    },
    "importImage": {
      "name": "ImportImage",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ImportImage"
          },
          "DiskDeviceMapping": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageName": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "Architecture": {
            "type": "string"
          },
          "OSType": {
            "type": "string"
          },
          "Platform": {
            "type": "string"
          },
          "RoleName": {
            "type": "string"
          }
        }
      }
    },
    "cancelPhysicalConnection": {
      "name": "CancelPhysicalConnection",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CancelPhysicalConnection"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PhysicalConnectionId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "createPhysicalConnection": {
      "name": "CreatePhysicalConnection",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreatePhysicalConnection"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "AccessPointId": {
            "required": true,
            "type": "string"
          },
          "Type": {
            "type": "string"
          },
          "LineOperator": {
            "required": true,
            "type": "string"
          },
          "bandwidth": {
            "type": "integer"
          },
          "PeerLocation": {
            "required": true,
            "type": "string"
          },
          "PortType": {
            "type": "string"
          },
          "RedundantPhysicalConnectionId": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "CircuitCode": {
            "type": "string"
          },
          "ClientToken": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "createVirtualBorderRouter": {
      "name": "CreateVirtualBorderRouter",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateVirtualBorderRouter"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PhysicalConnectionId": {
            "required": true,
            "type": "string"
          },
          "VbrOwnerId": {
            "type": "integer"
          },
          "VlanId": {
            "required": true,
            "type": "integer"
          },
          "CircuitCode": {
            "type": "string"
          },
          "LocalGatewayIp": {
            "type": "string"
          },
          "PeerGatewayIp": {
            "type": "string"
          },
          "PeeringSubnetMask": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "ClientToken": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "deletePhysicalConnection": {
      "name": "DeletePhysicalConnection",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeletePhysicalConnection"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PhysicalConnectionId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "deleteVirtualBorderRouter": {
      "name": "DeleteVirtualBorderRouter",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteVirtualBorderRouter"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VbrId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "describeAccessPoints": {
      "name": "DescribeAccessPoints",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeAccessPoints"
          },
          "Filter": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "Type": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "describePhysicalConnections": {
      "name": "DescribePhysicalConnections",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribePhysicalConnections"
          },
          "Filter": {
            "type": "repeatlist"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "describeVirtualBorderRouters": {
      "name": "DescribeVirtualBorderRouters",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeVirtualBorderRouters"
          },
          "Filter": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "describeVirtualBorderRoutersForPhysicalConnection": {
      "name": "DescribeVirtualBorderRoutersForPhysicalConnection",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeVirtualBorderRoutersForPhysicalConnection"
          },
          "Filter": {
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PhysicalConnectionId": {
            "required": true,
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "enablePhysicalConnection": {
      "name": "EnablePhysicalConnection",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "EnablePhysicalConnection"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PhysicalConnectionId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "required": true,
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "modifyPhysicalConnectionAttribute": {
      "name": "ModifyPhysicalConnectionAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyPhysicalConnectionAttribute"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PhysicalConnectionId": {
            "required": true,
            "type": "string"
          },
          "LineOperator": {
            "type": "string"
          },
          "bandwidth": {
            "type": "integer"
          },
          "PeerLocation": {
            "type": "string"
          },
          "PortType": {
            "type": "string"
          },
          "RedundantPhysicalConnectionId": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          },
          "CircuitCode": {
            "type": "string"
          }
        }
      }
    },
    "modifyVirtualBorderRouterAttribute": {
      "name": "ModifyVirtualBorderRouterAttribute",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyVirtualBorderRouterAttribute"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VbrId": {
            "required": true,
            "type": "string"
          },
          "VlanId": {
            "type": "integer"
          },
          "CircuitCode": {
            "type": "string"
          },
          "LocalGatewayIp": {
            "type": "string"
          },
          "PeerGatewayIp": {
            "type": "string"
          },
          "PeeringSubnetMask": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "recoverVirtualBorderRouter": {
      "name": "RecoverVirtualBorderRouter",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "RecoverVirtualBorderRouter"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VbrId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "terminatePhysicalConnection": {
      "name": "TerminatePhysicalConnection",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "TerminatePhysicalConnection"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "PhysicalConnectionId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "terminateVirtualBorderRouter": {
      "name": "TerminateVirtualBorderRouter",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "TerminateVirtualBorderRouter"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VbrId": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "describeImageSupportInstanceTypes": {
      "name": "DescribeImageSupportInstanceTypes",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeImageSupportInstanceTypes"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ImageId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "applyAutoSnapshotPolicy": {
      "name": "ApplyAutoSnapshotPolicy",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ApplyAutoSnapshotPolicy"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "regionId": {
            "required": true,
            "type": "string"
          },
          "autoSnapshotPolicyId": {
            "required": true,
            "type": "string"
          },
          "diskIds": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "cancelAutoSnapshotPolicy": {
      "name": "CancelAutoSnapshotPolicy",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CancelAutoSnapshotPolicy"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "regionId": {
            "required": true,
            "type": "string"
          },
          "diskIds": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "createAutoSnapshotPolicy": {
      "name": "CreateAutoSnapshotPolicy",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateAutoSnapshotPolicy"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "regionId": {
            "required": true,
            "type": "string"
          },
          "autoSnapshotPolicyName": {
            "type": "string"
          },
          "timePoints": {
            "required": true,
            "type": "string"
          },
          "repeatWeekdays": {
            "required": true,
            "type": "string"
          },
          "retentionDays": {
            "required": true,
            "type": "integer"
          }
        }
      }
    },
    "deleteAutoSnapshotPolicy": {
      "name": "DeleteAutoSnapshotPolicy",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteAutoSnapshotPolicy"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "regionId": {
            "required": true,
            "type": "string"
          },
          "autoSnapshotPolicyId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "describeAutoSnapshotPolicyEx": {
      "name": "DescribeAutoSnapshotPolicyEx",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeAutoSnapshotPolicyEx"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "type": "string"
          },
          "AutoSnapshotPolicyId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "modifyAutoSnapshotPolicyEx": {
      "name": "ModifyAutoSnapshotPolicyEx",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyAutoSnapshotPolicyEx"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "regionId": {
            "required": true,
            "type": "string"
          },
          "autoSnapshotPolicyId": {
            "required": true,
            "type": "string"
          },
          "autoSnapshotPolicyName": {
            "type": "string"
          },
          "timePoints": {
            "type": "string"
          },
          "repeatWeekdays": {
            "type": "string"
          },
          "retentionDays": {
            "type": "integer"
          }
        }
      }
    },
    "eipFillParams": {
      "name": "EipFillParams",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "EipFillParams"
          },
          "data": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "eipNotifyPaid": {
      "name": "EipNotifyPaid",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "EipNotifyPaid"
          },
          "data": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "eipFillProduct": {
      "name": "EipFillProduct",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "EipFillProduct"
          },
          "data": {
            "required": true,
            "type": "string"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "ClientToken": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "UserCidr": {
            "type": "string"
          }
        }
      }
    },
    "addBandwidthPackageIps": {
      "name": "AddBandwidthPackageIps",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "AddBandwidthPackageIps"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "BandwidthPackageId": {
            "required": true,
            "type": "string"
          },
          "IpCount": {
            "required": true,
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          }
        }
      }
    },
    "createForwardEntry": {
      "name": "CreateForwardEntry",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateForwardEntry"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ForwardTableId": {
            "required": true,
            "type": "string"
          },
          "ExternalIp": {
            "required": true,
            "type": "string"
          },
          "ExternalPort": {
            "required": true,
            "type": "string"
          },
          "InternalIp": {
            "required": true,
            "type": "string"
          },
          "InternalPort": {
            "required": true,
            "type": "string"
          },
          "IpProtocol": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "createNatGateway": {
      "name": "CreateNatGateway",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "CreateNatGateway"
          },
          "BandwidthPackage": {
            "required": true,
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "VpcId": {
            "required": true,
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "Description": {
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          }
        }
      }
    },
    "deleteBandwidthPackage": {
      "name": "DeleteBandwidthPackage",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteBandwidthPackage"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "BandwidthPackageId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "deleteForwardEntry": {
      "name": "DeleteForwardEntry",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteForwardEntry"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ForwardTableId": {
            "required": true,
            "type": "string"
          },
          "ForwardEntryId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "deleteNatGateway": {
      "name": "DeleteNatGateway",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DeleteNatGateway"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "NatGatewayId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "describeBandwidthPackages": {
      "name": "DescribeBandwidthPackages",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeBandwidthPackages"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "BandwidthPackageId": {
            "type": "string"
          },
          "NatGatewayId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "describeForwardTableEntries": {
      "name": "DescribeForwardTableEntries",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeForwardTableEntries"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "ForwardTableId": {
            "required": true,
            "type": "string"
          },
          "ForwardEntryId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "describeNatGateways": {
      "name": "DescribeNatGateways",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeNatGateways"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "NatGatewayId": {
            "type": "string"
          },
          "VpcId": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    },
    "modifyBandwidthPackageSpec": {
      "name": "ModifyBandwidthPackageSpec",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyBandwidthPackageSpec"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "BandwidthPackageId": {
            "required": true,
            "type": "string"
          },
          "Bandwidth": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "modifyForwardEntry": {
      "name": "ModifyForwardEntry",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyForwardEntry"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "ForwardTableId": {
            "required": true,
            "type": "string"
          },
          "ForwardEntryId": {
            "required": true,
            "type": "string"
          },
          "ExternalIp": {
            "type": "string"
          },
          "ExternalPort": {
            "type": "string"
          },
          "InternalIp": {
            "type": "string"
          },
          "InternalPort": {
            "type": "string"
          },
          "IpProtocol": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "removeBandwidthPackageIps": {
      "name": "RemoveBandwidthPackageIps",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "RemoveBandwidthPackageIps"
          },
          "RemovedIpAddresses": {
            "required": true,
            "type": "repeatlist"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "BandwidthPackageId": {
            "required": true,
            "type": "string"
          },
          "ClientToken": {
            "type": "string"
          }
        }
      }
    },
    "describeUserData": {
      "name": "DescribeUserData",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeUserData"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          }
        }
      }
    },
    "describeNewProjectEipMonitorData": {
      "name": "DescribeNewProjectEipMonitorData",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeNewProjectEipMonitorData"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "AllocationId": {
            "required": true,
            "type": "string"
          },
          "StartTime": {
            "required": true,
            "type": "string"
          },
          "EndTime": {
            "required": true,
            "type": "string"
          },
          "Period": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "modifyInstanceAutoReleaseTime": {
      "name": "ModifyInstanceAutoReleaseTime",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "ModifyInstanceAutoReleaseTime"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "RegionId": {
            "type": "string"
          },
          "InstanceId": {
            "required": true,
            "type": "string"
          },
          "AutoReleaseTime": {
            "type": "string"
          },
          "OwnerAccount": {
            "type": "string"
          }
        }
      }
    },
    "describeSnapshotLinks": {
      "name": "DescribeSnapshotLinks",
      "http": {
        "method": "POST",
        "uri":"/"
      },
      "input": {
        "type": "structure",
        "members": {
          "Action": {
            "required": true,
            "default": "DescribeSnapshotLinks"
          },
          "OwnerId": {
            "type": "integer"
          },
          "ResourceOwnerAccount": {
            "type": "string"
          },
          "ResourceOwnerId": {
            "type": "integer"
          },
          "OwnerAccount": {
            "type": "string"
          },
          "RegionId": {
            "required": true,
            "type": "string"
          },
          "DiskIds": {
            "type": "string"
          },
          "SnapshotLinkIds": {
            "type": "string"
          },
          "PageNumber": {
            "type": "integer"
          },
          "PageSize": {
            "type": "integer"
          }
        }
      }
    }
  }
}
