/api/vendor/aws/aws-sdk-php/src/Aws/Ec2/Resources/ec2-2014-10-01.php
https://gitlab.com/x33n/respond · PHP · 1302 lines · 1287 code · 1 blank · 14 comment · 0 complexity · 71cdbca918a31864f0c6e343dd652d80 MD5 · raw file
- <?php
- /**
- * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License").
- * You may not use this file except in compliance with the License.
- * A copy of the License is located at
- *
- * http://aws.amazon.com/apache2.0
- *
- * or in the "license" file accompanying this file. This file is distributed
- * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing
- * permissions and limitations under the License.
- */
- return array (
- 'apiVersion' => '2014-10-01',
- 'endpointPrefix' => 'ec2',
- 'serviceFullName' => 'Amazon Elastic Compute Cloud',
- 'serviceAbbreviation' => 'Amazon EC2',
- 'serviceType' => 'query',
- 'signatureVersion' => 'v4',
- 'namespace' => 'Ec2',
- 'regions' => array(
- 'us-east-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.us-east-1.amazonaws.com',
- ),
- 'us-west-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.us-west-1.amazonaws.com',
- ),
- 'us-west-2' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.us-west-2.amazonaws.com',
- ),
- 'eu-west-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.eu-west-1.amazonaws.com',
- ),
- 'ap-northeast-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.ap-northeast-1.amazonaws.com',
- ),
- 'ap-southeast-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.ap-southeast-1.amazonaws.com',
- ),
- 'ap-southeast-2' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.ap-southeast-2.amazonaws.com',
- ),
- 'sa-east-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.sa-east-1.amazonaws.com',
- ),
- 'cn-north-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'ec2.cn-north-1.amazonaws.com.cn',
- ),
- 'us-gov-west-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'ec2.us-gov-west-1.amazonaws.com',
- ),
- ),
- 'operations' => array(
- 'AcceptVpcPeeringConnection' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'AcceptVpcPeeringConnectionResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AcceptVpcPeeringConnection',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'VpcPeeringConnectionId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AllocateAddress' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'AllocateAddressResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AllocateAddress',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'Domain' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AssignPrivateIpAddresses' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AssignPrivateIpAddresses',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'NetworkInterfaceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'PrivateIpAddresses' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'PrivateIpAddress',
- 'items' => array(
- 'name' => 'PrivateIpAddress',
- 'type' => 'string',
- ),
- ),
- 'SecondaryPrivateIpAddressCount' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'AllowReassignment' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AssociateAddress' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'AssociateAddressResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AssociateAddress',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'InstanceId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'PublicIp' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AllocationId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'NetworkInterfaceId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'PrivateIpAddress' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AllowReassociation' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AssociateDhcpOptions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AssociateDhcpOptions',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'DhcpOptionsId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'VpcId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AssociateRouteTable' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'AssociateRouteTableResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AssociateRouteTable',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'SubnetId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'RouteTableId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AttachInternetGateway' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AttachInternetGateway',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'InternetGatewayId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'VpcId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AttachNetworkInterface' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'AttachNetworkInterfaceResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AttachNetworkInterface',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'NetworkInterfaceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'InstanceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'DeviceIndex' => array(
- 'required' => true,
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AttachVolume' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'attachment',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AttachVolume',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'VolumeId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'InstanceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Device' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AttachVpnGateway' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'AttachVpnGatewayResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AttachVpnGateway',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'VpnGatewayId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'VpcId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'AuthorizeSecurityGroupEgress' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AuthorizeSecurityGroupEgress',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'GroupId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceSecurityGroupName' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceSecurityGroupOwnerId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'IpProtocol' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'FromPort' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'ToPort' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'CidrIp' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'IpPermissions' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'items' => array(
- 'name' => 'IpPermission',
- 'type' => 'object',
- 'properties' => array(
- 'IpProtocol' => array(
- 'type' => 'string',
- ),
- 'FromPort' => array(
- 'type' => 'numeric',
- ),
- 'ToPort' => array(
- 'type' => 'numeric',
- ),
- 'UserIdGroupPairs' => array(
- 'type' => 'array',
- 'sentAs' => 'Groups',
- 'items' => array(
- 'name' => 'Groups',
- 'type' => 'object',
- 'properties' => array(
- 'UserId' => array(
- 'type' => 'string',
- ),
- 'GroupName' => array(
- 'type' => 'string',
- ),
- 'GroupId' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- 'IpRanges' => array(
- 'type' => 'array',
- 'items' => array(
- 'name' => 'IpRange',
- 'type' => 'object',
- 'properties' => array(
- 'CidrIp' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- 'AuthorizeSecurityGroupIngress' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AuthorizeSecurityGroupIngress',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'GroupName' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'GroupId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceSecurityGroupName' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceSecurityGroupOwnerId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'IpProtocol' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'FromPort' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'ToPort' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'CidrIp' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'IpPermissions' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'items' => array(
- 'name' => 'IpPermission',
- 'type' => 'object',
- 'properties' => array(
- 'IpProtocol' => array(
- 'type' => 'string',
- ),
- 'FromPort' => array(
- 'type' => 'numeric',
- ),
- 'ToPort' => array(
- 'type' => 'numeric',
- ),
- 'UserIdGroupPairs' => array(
- 'type' => 'array',
- 'sentAs' => 'Groups',
- 'items' => array(
- 'name' => 'Groups',
- 'type' => 'object',
- 'properties' => array(
- 'UserId' => array(
- 'type' => 'string',
- ),
- 'GroupName' => array(
- 'type' => 'string',
- ),
- 'GroupId' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- 'IpRanges' => array(
- 'type' => 'array',
- 'items' => array(
- 'name' => 'IpRange',
- 'type' => 'object',
- 'properties' => array(
- 'CidrIp' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- 'BundleInstance' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'BundleInstanceResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'BundleInstance',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'InstanceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Storage' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'properties' => array(
- 'S3' => array(
- 'type' => 'object',
- 'properties' => array(
- 'Bucket' => array(
- 'type' => 'string',
- ),
- 'Prefix' => array(
- 'type' => 'string',
- ),
- 'AWSAccessKeyId' => array(
- 'type' => 'string',
- ),
- 'UploadPolicy' => array(
- 'type' => 'string',
- ),
- 'UploadPolicySignature' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- 'CancelBundleTask' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CancelBundleTaskResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CancelBundleTask',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'BundleId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CancelConversionTask' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CancelConversionTask',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'ConversionTaskId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ReasonMessage' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CancelExportTask' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CancelExportTask',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'ExportTaskId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CancelReservedInstancesListing' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CancelReservedInstancesListingResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CancelReservedInstancesListing',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'ReservedInstancesListingId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CancelSpotInstanceRequests' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CancelSpotInstanceRequestsResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CancelSpotInstanceRequests',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'SpotInstanceRequestIds' => array(
- 'required' => true,
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'SpotInstanceRequestId',
- 'items' => array(
- 'name' => 'SpotInstanceRequestId',
- 'type' => 'string',
- ),
- ),
- ),
- ),
- 'ConfirmProductInstance' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ConfirmProductInstanceResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'ConfirmProductInstance',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'ProductCode' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'InstanceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CopyImage' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CopyImageResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CopyImage',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'SourceRegion' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceImageId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Name' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Description' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ClientToken' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CopySnapshot' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CopySnapshotResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CopySnapshot',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'SourceRegion' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceSnapshotId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Description' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'DestinationRegion' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'PresignedUrl' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CreateCustomerGateway' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateCustomerGatewayResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateCustomerGateway',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'Type' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'PublicIp' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'sentAs' => 'IpAddress',
- ),
- 'BgpAsn' => array(
- 'required' => true,
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CreateDhcpOptions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateDhcpOptionsResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateDhcpOptions',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'DhcpConfigurations' => array(
- 'required' => true,
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'DhcpConfiguration',
- 'items' => array(
- 'name' => 'DhcpConfiguration',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Values' => array(
- 'type' => 'array',
- 'sentAs' => 'Value',
- 'items' => array(
- 'name' => 'Value',
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- ),
- ),
- 'CreateImage' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateImageResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateImage',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'InstanceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Name' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Description' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'NoReboot' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'BlockDeviceMappings' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'BlockDeviceMapping',
- 'items' => array(
- 'name' => 'BlockDeviceMapping',
- 'type' => 'object',
- 'properties' => array(
- 'VirtualName' => array(
- 'type' => 'string',
- ),
- 'DeviceName' => array(
- 'type' => 'string',
- ),
- 'Ebs' => array(
- 'type' => 'object',
- 'properties' => array(
- 'SnapshotId' => array(
- 'type' => 'string',
- ),
- 'VolumeSize' => array(
- 'type' => 'numeric',
- ),
- 'DeleteOnTermination' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'VolumeType' => array(
- 'type' => 'string',
- ),
- 'Iops' => array(
- 'type' => 'numeric',
- ),
- 'Encrypted' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'NoDevice' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- ),
- 'CreateInstanceExportTask' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateInstanceExportTaskResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateInstanceExportTask',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'Description' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'InstanceId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'TargetEnvironment' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ExportToS3Task' => array(
- 'type' => 'object',
- 'location' => 'aws.query',
- 'sentAs' => 'ExportToS3',
- 'properties' => array(
- 'DiskImageFormat' => array(
- 'type' => 'string',
- ),
- 'ContainerFormat' => array(
- 'type' => 'string',
- ),
- 'S3Bucket' => array(
- 'type' => 'string',
- ),
- 'S3Prefix' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'CreateInternetGateway' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateInternetGatewayResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateInternetGateway',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CreateKeyPair' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateKeyPairResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateKeyPair',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'KeyName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CreateNetworkAcl' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateNetworkAclResult',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateNetworkAcl',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'VpcId' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- ),
- 'CreateNetworkAclEntry' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateNetworkAclEntry',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2014-10-01',
- ),
- 'DryRun' => array(
- 'type' => 'boolean',
- 'format