RetentionScience_Waves - Version 3.0.9

Version Notes

- Fix user_record_id in ajax calls
- Fix order_item export item_record_id mismatch

Download this release

Release Info

Developer Retention Science
Extension RetentionScience_Waves
Version 3.0.9
Comparing to
See all releases


Code changes from version 3.0.8 to 3.0.9

app/code/community/RetentionScience/Waves/Model/Export/Order/Items.php CHANGED
@@ -104,7 +104,7 @@ class RetentionScience_Waves_Model_Export_Order_Items extends RetentionScience_W
104
  }
105
 
106
  protected function getItemRecordId($data) {
107
- return $this->getPrimaryKey($data);
108
  }
109
 
110
  protected function getName($data) {
104
  }
105
 
106
  protected function getItemRecordId($data) {
107
+ return $data['product_id'];
108
  }
109
 
110
  protected function getName($data) {
app/code/community/RetentionScience/Waves/controllers/Frontend/IndexController.php CHANGED
@@ -9,8 +9,9 @@ class RetentionScience_Waves_Frontend_IndexController extends Mage_Core_Controll
9
  $result['siteID'] = $helper->getWebsiteId();
10
  $result['customerId'] = "";
11
  if(Mage::getSingleton('customer/session')->isLoggedIn()){
12
- $customerId = Mage::getSingleton('customer/session')->getCustomerId();
13
- $result['customerId'] = $customerId;
 
14
  }
15
 
16
 
9
  $result['siteID'] = $helper->getWebsiteId();
10
  $result['customerId'] = "";
11
  if(Mage::getSingleton('customer/session')->isLoggedIn()){
12
+ $email = Mage::getSingleton('customer/session')->getCustomer()->getEmail();
13
+ $user_record_id = md5(trim(strtolower($email)));
14
+ $result['customerId'] = $user_record_id;
15
  }
16
 
17
 
app/code/community/RetentionScience/Waves/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <RetentionScience_Waves>
5
- <version>3.0.8</version>
6
  </RetentionScience_Waves>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <RetentionScience_Waves>
5
+ <version>3.0.9</version>
6
  </RetentionScience_Waves>
7
  </modules>
8
  <global>
app/design/frontend/base/default/template/waves/waves.phtml CHANGED
@@ -49,7 +49,7 @@ if ($this->isEnabled()) {
49
 
50
  _rsq.push(['_addItem', <?php echo json_encode($itemArr); ?>]);
51
  <?php } ?>
52
- _rsq.push(['_addOrder', {id: '<?php echo $this->getOrderId();?>', total: '<?php echo $order->getBaseGrandTotal();?>'}]);
53
  _rsq.push(['_setAction', 'checkout_success']); <?php
54
  }
55
  } ?>
@@ -63,4 +63,4 @@ if ($this->isEnabled()) {
63
  setAjaxSendCartUrl('<?php echo Mage::getUrl('waves') ?>');
64
  </script>
65
  <?php }
66
- }
49
 
50
  _rsq.push(['_addItem', <?php echo json_encode($itemArr); ?>]);
51
  <?php } ?>
52
+ _rsq.push(['_addOrder', {id: '<?php echo $order->getId();?>', total: '<?php echo $order->getBaseGrandTotal();?>'}]);
53
  _rsq.push(['_setAction', 'checkout_success']); <?php
54
  }
55
  } ?>
63
  setAjaxSendCartUrl('<?php echo Mage::getUrl('waves') ?>');
64
  </script>
65
  <?php }
66
+ }
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>RetentionScience_Waves</name>
4
- <version>3.0.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</license>
7
  <channel>community</channel>
@@ -9,12 +9,13 @@
9
  <summary>Retention Science Integration</summary>
10
  <description>Notes: This extension interfaces with Retention Science, and communicates through the Retention Science API. For more information, and to sign up for API access, please see http://retentionscience.com.&#xD;
11
  </description>
12
- <notes>- Support for NULLs for order_item categories&#xD;
 
13
  </notes>
14
  <authors><author><name>Retention Science</name><user>retentionsci</user><email>support@retentionscience.com</email></author></authors>
15
- <date>2016-04-29</date>
16
- <time>18:57:33</time>
17
- <contents><target name="magecommunity"><dir name="RetentionScience"><dir name="Waves"><dir name="Block"><dir name="Adminhtml"><file name="Rscore.php" hash="e8bc9ced354227cb3ba0f422230cc903"/><file name="Syncbutton.php" hash="a2c466f4ddb27ab28bf00b73d2358c0d"/></dir><file name="Waves.php" hash="2e6376311d74b5b7d164e6d1ba414be8"/></dir><dir name="Helper"><file name="Data.php" hash="f6816300dc5ce934e8f23b104c1f8fcb"/></dir><dir name="Model"><file name="Configfieldlistener.php" hash="67fcdb295c5790a3dca3b8eb52f9b539"/><dir name="Connection"><file name="AwsCloudWatch.php" hash="af32a30f2fcbdbe4fe572afa9961bd2c"/><file name="RetentionScienceApi.php" hash="ff66dd85c0d7ea1bc950015dab463f16"/></dir><dir name="Container"><file name="Waves.php" hash="2f806c5c1ed969bb30f4824e4a8bda5d"/></dir><file name="Cron.php" hash="bb27c6455617603eaf484a647f6087ae"/><dir name="Export"><file name="Abstract.php" hash="28628255f3312c74727e0ada300b6cbc"/><file name="Category.php" hash="765478bf17c54867c592d94d45335c3c"/><file name="Customer.php" hash="68eba38507950bca3951ba0101ece747"/><dir name="Order"><file name="Customer.php" hash="8541f969eac2571264c9e2d811e3ff84"/><file name="Items.php" hash="4e489842254562f11ad6857a41feb12c"/></dir><file name="Order.php" hash="6ca68f97e8ebc4635cd3f047fa2b0a16"/><file name="Product.php" hash="3e8abcbfdacfcdc7eb7e7a5dad35bcf5"/></dir><dir name="Observer"><file name="Default.php" hash="c3c74ad96e48547ee2e5b5e01c7c2413"/></dir><file name="Observer.php" hash="8626096bd315b6bdfbcdc99b632c9c9e"/><dir name="Source"><file name="Credentials.php" hash="61fb5e078c2a94aae1798ce43864aa74"/><file name="Cronconfig.php" hash="ba23b32971c18cad2dde9277d3ae283e"/><file name="Rscoredata.php" hash="7a4ebcc89436073a6a0b714511a7c7ea"/><file name="Stores.php" hash="a3a60fcd428aa2c7afa34f5d2f501f39"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="WavesController.php" hash="7d02bd10fbd850b24d027c56e7ce001c"/></dir><dir name="Frontend"><file name="IndexController.php" hash="4546a381cb440987f2acbc75a6f3040e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a18529fc20edd574302d40cac61a1f87"/><file name="cache.xml" hash="1f43383e0399b6aad3afd134774beea6"/><file name="config.xml" hash="744cfed4c9e72096a6623cfd35fb1764"/><file name="system.xml" hash="c9ce31c0a9c7581f928866cd5da8ab0a"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="waves.xml" hash="83bc698a8b92cedf523fa4c0ea6f2c9f"/></dir><dir name="template"><dir name="waves"><file name="waves.phtml" hash="eb7c68dedd644b9497fb30eb669e990d"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="waves"><file name="waves.js" hash="992baa185644ac97d0c683b4934b32a0"/></dir></dir></target><target name="magelib"><dir name="aws-sdk-php"><dir name="Aws"><dir name="AutoScaling"><file name="AutoScalingClient.php" hash="000da660d959f9352a5d9398755f201c"/><dir name="Enum"><file name="LifecycleState.php" hash="9810bd2aa5e76553e2ff63eb1099ce0f"/><file name="ScalingActivityStatusCode.php" hash="d25ea9047b7808c202ef2ef8a4a77b0c"/></dir><dir name="Exception"><file name="AlreadyExistsException.php" hash="2a02b6cab633434c7ea21ecb83b58cf5"/><file name="AutoScalingException.php" hash="097796b2f6511b3ba61b0b6868fbaa71"/><file name="InvalidNextTokenException.php" hash="5514b82a135cb1458f01ae4160be4fb0"/><file name="LimitExceededException.php" hash="d0c352eb46597b28ed055ae061021287"/><file name="ResourceInUseException.php" hash="a71af59532132f4762a8c43ade822cad"/><file name="ScalingActivityInProgressException.php" hash="4219a0cba552d93baa06bbfc649ac324"/></dir><dir name="Resources"><file name="autoscaling-2011-01-01.php" hash="84f82f3ff5f398ecfa2039d793738897"/></dir></dir><dir name="CloudFormation"><file name="CloudFormationClient.php" hash="aff041785b770d7e97deaee2842388c8"/><dir name="Enum"><file name="Capability.php" hash="87d3e5b2a1e471de32eacfe319a742f8"/><file name="OnFailure.php" hash="2dd2c835807d9199cb50e36088a18e81"/><file name="ResourceStatus.php" hash="700168f41f807abd7c97f15d9f4d901f"/><file name="StackStatus.php" hash="345f0b117d1f812f8e0b9ef0823d3ae8"/></dir><dir name="Exception"><file name="AlreadyExistsException.php" hash="4ffdae7a4ad78b89a8a4a9be1f536884"/><file name="CloudFormationException.php" hash="20085530b59b9e098c2ada9de3ee8351"/><file name="InsufficientCapabilitiesException.php" hash="065983a4508b04e9f500698db711a55a"/><file name="LimitExceededException.php" hash="bdc10d2e7ccb4be4729acf21aa87dbf4"/></dir><dir name="Resources"><file name="cloudformation-2010-05-15.php" hash="42fa75f9a641923a4c1714d61bc136d0"/></dir></dir><dir name="CloudFront"><file name="CloudFrontClient.php" hash="ad26d9ee7c13e3f9b0bcdd5b50d832c0"/><file name="CloudFrontSignature.php" hash="78b5071b8ac437badd709606e71ffb0f"/><dir name="Enum"><file name="GeoRestrictionType.php" hash="7e3a7ef8ce14f073c9f90b151fa6bc68"/><file name="ItemSelection.php" hash="f89c600f2b261a6b3c94bf19d06e5eee"/><file name="Method.php" hash="67e88edf55940e191921ddf90b6025c4"/><file name="OriginProtocolPolicy.php" hash="8fe4e01406293f576e597ff771640d2e"/><file name="PriceClass.php" hash="d9a50e0437e0b662a157196b3abb9d5f"/><file name="SSLSupportMethod.php" hash="7cb0a7816abc3148129a85fdb5a8c4f5"/><file name="ViewerProtocolPolicy.php" hash="5ec8743521b47db776c191e1baab6b67"/></dir><dir name="Exception"><file name="AccessDeniedException.php" hash="210a1d69c62f9c0b8add9a2a2e81f394"/><file name="BatchTooLargeException.php" hash="3105f7267554b58a0abf432d836e5bf4"/><file name="CNAMEAlreadyExistsException.php" hash="9425867f60b4d25848ff0bdd47300eaa"/><file name="CloudFrontException.php" hash="429e05ee70405874929cc108266b2d93"/><file name="CloudFrontOriginAccessIdentityAlreadyExistsException.php" hash="739105270b7721b7da091664ba3c0f14"/><file name="CloudFrontOriginAccessIdentityInUseException.php" hash="81d6a09bc4ce37d9a9e0bd2159043855"/><file name="DistributionAlreadyExistsException.php" hash="64f8c14cf76317489ce6a15330e0816a"/><file name="DistributionNotDisabledException.php" hash="c5230d53c99110d8b2675621be9c66f0"/><file name="Exception.php" hash="ce040bf287eacfd693b3dc759fcb800b"/><file name="IllegalUpdateException.php" hash="5ab60ad23c08fc77bcccf98fbd738dd2"/><file name="InconsistentQuantitiesException.php" hash="d6af918a252e0d4e943320a6bb1094cb"/><file name="InvalidArgumentException.php" hash="c6122a31c0194300c471656b3b874067"/><file name="InvalidDefaultRootObjectException.php" hash="3bc0b9f16f48a7dfd7d9144dd43b7acb"/><file name="InvalidErrorCodeException.php" hash="c05d8ffd76968aa2f48c8b8f7c19dbc4"/><file name="InvalidForwardCookiesException.php" hash="b50389875ae9a54ab825fea3e5773d4d"/><file name="InvalidGeoRestrictionParameterException.php" hash="df83df5f9ba2f6d228e123361fd3b8e7"/><file name="InvalidIfMatchVersionException.php" hash="7aa670f81354a67f8270fd2246ad8fc1"/><file name="InvalidLocationCodeException.php" hash="16258c5c078019777000071f3e66c3e6"/><file name="InvalidOriginAccessIdentityException.php" hash="7acfcfb24a66784da0c4c149f3cf29de"/><file name="InvalidOriginException.php" hash="632df0a0cc8f09ed6595eaab6eac9c02"/><file name="InvalidRelativePathException.php" hash="56dc34af823320de174eef4f680869e6"/><file name="InvalidRequiredProtocolException.php" hash="78829bb583c8a4720512602c2ce6ee4a"/><file name="InvalidResponseCodeException.php" hash="4976577e103856db9c652447c420b3b8"/><file name="InvalidViewerCertificateException.php" hash="c70c0a60aa37e8d231ce1ca53f6c0b75"/><file name="MissingBodyException.php" hash="3d73e714eacad430e11719913273dd9c"/><file name="NoSuchCloudFrontOriginAccessIdentityException.php" hash="c2de46b7e8db036f884d602fd8ab3870"/><file name="NoSuchDistributionException.php" hash="9ae49040ec2e2edd727602f6980dc685"/><file name="NoSuchInvalidationException.php" hash="7da1faa42d286d536feac45155267e51"/><file name="NoSuchOriginException.php" hash="5b35b829571f1999bcc7e565ef30698d"/><file name="NoSuchStreamingDistributionException.php" hash="645eeaeb9d90b5fff9292f12c9ae3bdc"/><file name="PreconditionFailedException.php" hash="42152d36e21dfe747281a7c858a51486"/><file name="StreamingDistributionAlreadyExistsException.php" hash="bc0b1ed3943a706b4d295c0194850ceb"/><file name="StreamingDistributionNotDisabledException.php" hash="3fc1a8ec0dbb390caf0c4ecbcf624a85"/><file name="TooManyCacheBehaviorsException.php" hash="7da5d049ce5ebb414100a1a6e5f6f63d"/><file name="TooManyCertificatesException.php" hash="9de72883ebc82430d9929cfe14d13941"/><file name="TooManyCloudFrontOriginAccessIdentitiesException.php" hash="4ecdbda99272c74d4fed210a208e271a"/><file name="TooManyCookieNamesInWhiteListException.php" hash="144be97dcb4b805e468143640a7cd7b3"/><file name="TooManyDistributionCNAMEsException.php" hash="a89ef05b8098ffb7680fefb0ea594edc"/><file name="TooManyDistributionsException.php" hash="54dee79c286c0aff8409ac5971e71511"/><file name="TooManyInvalidationsInProgressException.php" hash="eca63bd17aa8078e7ec2fb3005892ad3"/><file name="TooManyOriginsException.php" hash="a05117832ad5470e3463b3f1ef30836d"/><file name="TooManyStreamingDistributionCNAMEsException.php" hash="e60de7f873f70986dcd95b821eaf2a79"/><file name="TooManyStreamingDistributionsException.php" hash="ca8d40e2273ab45e658c83258d1e21bb"/><file name="TooManyTrustedSignersException.php" hash="ea330b820b574e48d2472eebbfd64a95"/><file name="TrustedSignerDoesNotExistException.php" hash="b3fbd3911bc8f06de92ff248b8555ace"/></dir><dir name="Resources"><file name="cloudfront-2012-05-05.php" hash="96843f46e70c8fe337a8dbc6e3cc4d46"/><file name="cloudfront-2015-04-17.php" hash="10b765b896db54c4c2f2e75fd8ebc06a"/><file name="cloudfront-2015-07-27.php" hash="c26ca6368db38ca93abc5fbc87e01432"/><file name="cloudfront-2016-01-28.php" hash="ff2e66dbe68c9303dc624eba3959be93"/></dir></dir><dir name="CloudHsm"><file name="CloudHsmClient.php" hash="6db91bda687191db800f6a534b291a4e"/><dir name="Exception"><file name="CloudHsmException.php" hash="6c2a317025a053fcee63cca697ccf744"/></dir><dir name="Resources"><file name="cloudhsm-2014-05-30.php" hash="343bc33a2256828a7e443c041776e25b"/></dir></dir><dir name="CloudSearch"><file name="CloudSearchClient.php" hash="103e405404e3a66077f4194cc28a84ce"/><dir name="Enum"><file name="IndexFieldType.php" hash="3a0e72f3d22e9402bd92c2e4da67f6c7"/><file name="OptionState.php" hash="b9bf47e2e00751f3b67dc4629a1d45b0"/><file name="SearchInstanceType.php" hash="067a934719c5fcefdb2b517a47d9db30"/><file name="SourceDataFunction.php" hash="ef79db5b5c7ff675f73cd8dc100fe6d9"/></dir><dir name="Exception"><file name="BaseException.php" hash="6025fc0890fb9b17e6b7adf7dbb42552"/><file name="CloudSearchException.php" hash="919945b4b96b87794fa0a7f2b6318dea"/><file name="InternalException.php" hash="fc961cc6d81162dba3b37a722f7a1709"/><file name="InvalidTypeException.php" hash="53c50ecfb17a71464159d8a9025dbb71"/><file name="LimitExceededException.php" hash="ac9c9394e0b28d67c502d65948a62cf1"/><file name="ResourceNotFoundException.php" hash="87d148f4684efbc0cc02b3e9533976b2"/></dir><dir name="Resources"><file name="cloudsearch-2011-02-01.php" hash="f3bd8f3bbc315f150e3d93a40ea58e45"/><file name="cloudsearch-2013-01-01.php" hash="3e6fea120ca4e20eabed66f32d4db98f"/></dir></dir><dir name="CloudSearchDomain"><file name="CloudSearchDomainClient.php" hash="827eea34a4cd94b6d4686492393b9724"/><file name="CloudSearchDomainClientBuilder.php" hash="29bf500b7ffeb71daca5729edee6ce8e"/><dir name="Exception"><file name="CloudSearchDomainException.php" hash="23388cd8e29e3708ff764602b6e37180"/></dir><dir name="Resources"><file name="cloudsearchdomain-2013-01-01.php" hash="1657674e10636baf534927c799c1089e"/></dir></dir><dir name="CloudTrail"><file name="CloudTrailClient.php" hash="f7b5bb89f85a339eeb896bcd50da034e"/><dir name="Exception"><file name="CloudTrailException.php" hash="8a75973d86d0855f6e6b2bb1685e1462"/><file name="InsufficientS3BucketPolicyException.php" hash="20a2742950bba50a9313c6531553b539"/><file name="InsufficientSnsTopicPolicyException.php" hash="5cec04003c0b58edd312a3965c745f28"/><file name="InternalErrorException.php" hash="4c71d8e6bab187298c133b43f6ac10ac"/><file name="InvalidS3BucketNameException.php" hash="b1a9c7080a42710ab4b36785724c595a"/><file name="InvalidS3PrefixException.php" hash="c8970d2aa67780d30391b9e442c7a303"/><file name="InvalidSnsTopicNameException.php" hash="fc50dafdefc7d737e04c62a45909fb0a"/><file name="InvalidTrailNameException.php" hash="586bc34c003f43c8c413f194c5d4169a"/><file name="MaximumNumberOfTrailsExceededException.php" hash="a320364483a816ae707d57b6002b077e"/><file name="S3BucketDoesNotExistException.php" hash="e98335b4a9228081d49f20415beeb893"/><file name="TrailAlreadyExistsException.php" hash="1fe44b855c7c95a1df70522cb90d14f1"/><file name="TrailNotFoundException.php" hash="eb881cc6dc182b2cf388e012a2fd4137"/><file name="TrailNotProvidedException.php" hash="dad6242df91e0b1d3a2ef2f3955f31c0"/></dir><file name="LogFileIterator.php" hash="4ab4aa119064646ba64d3fbcb4b284a5"/><file name="LogFileReader.php" hash="70ba5d7a9a8a0fd2ec5e025d7f8fafaa"/><file name="LogRecordIterator.php" hash="16c1ed32677c0cbdf900405773f72b7c"/><dir name="Resources"><file name="cloudtrail-2013-11-01.php" hash="b1b8f65a67aa8668e6d8fcf4792b4041"/></dir></dir><dir name="CloudWatch"><file name="CloudWatchClient.php" hash="46883c2cd07b8190e618971caabb956d"/><dir name="Enum"><file name="ComparisonOperator.php" hash="f1307d70c8d1814bb2c10b8bbc7dd26f"/><file name="HistoryItemType.php" hash="e2a2aef1d5729c3370e946468281dacb"/><file name="StateValue.php" hash="1508461750cdc7e72edce23bde76cd62"/><file name="Statistic.php" hash="59865a4cbb6c5759a5419fcb906e1d7b"/><file name="Unit.php" hash="7ad2e966fe36dd6d8365552dade3b56f"/></dir><dir name="Exception"><file name="CloudWatchException.php" hash="fd032623bda661ba3a8de4ec8e8902da"/><file name="InternalServiceException.php" hash="fdb93f16efd4c480e6b8f92033e63602"/><file name="InvalidFormatException.php" hash="cfce3e07083461b30277388b43dfe176"/><file name="InvalidNextTokenException.php" hash="e4964db5ddb5e49b5f7ca723ddb6b3d0"/><file name="InvalidParameterCombinationException.php" hash="c023212218a22200def1783cc9b8c7e8"/><file name="InvalidParameterValueException.php" hash="e309374fa3fe547eb8ab6dbd629ba4fb"/><file name="LimitExceededException.php" hash="7216f2760155126c9119a2f273f983da"/><file name="MissingRequiredParameterException.php" hash="eafc7af2dcbb905b7508b368faac2b75"/><file name="ResourceNotFoundException.php" hash="e3c7322320db76b0c2264f640f9596a6"/></dir><dir name="Resources"><file name="cloudwatch-2010-08-01.php" hash="5518723208214c18bb51a862c61090aa"/></dir></dir><dir name="CloudWatchLogs"><file name="CloudWatchLogsClient.php" hash="9017383bc7e43d2a248e6ccda2058ddf"/><dir name="Exception"><file name="CloudWatchLogsException.php" hash="f41735996f5928dfd153d79378fd9dbd"/></dir><dir name="Resources"><file name="cloudwatchlogs-2014-03-28.php" hash="b3e95d5b793098b7c38dc11b980728f5"/></dir></dir><dir name="CodeCommit"><file name="CodeCommitClient.php" hash="f205d861df26e30024034db7ed66f1d0"/><dir name="Exception"><file name="CodeCommitException.php" hash="a4240e37bef7bd306c9ade92b3e9b089"/></dir><dir name="Resources"><file name="codecommit-2015-04-13.php" hash="572e5ceda1ceaa9e32be3ffd886ddc45"/></dir></dir><dir name="CodeDeploy"><file name="CodeDeployClient.php" hash="3c4aa42b2f74be037f76c977a71621c0"/><dir name="Exception"><file name="CodeDeployException.php" hash="3f5373b49093b6ccf366c02d7200de0c"/></dir><dir name="Resources"><file name="codedeploy-2014-10-06.php" hash="5ad3a00f6bb526b36107806140c61a15"/></dir></dir><dir name="CodePipeline"><file name="CodePipelineClient.php" hash="caa739d50364643b483324a291c31d42"/><dir name="Exception"><file name="CodePipelineException.php" hash="7e4c6949f5a893a9c9c88f498efd0755"/></dir><dir name="Resources"><file name="codepipeline-2015-07-09.php" hash="06fe6124999952d428745ab1ad3ff3ab"/></dir></dir><dir name="CognitoIdentity"><file name="CognitoIdentityClient.php" hash="2b4ea7f89b4231c868288409e9c080de"/><dir name="Exception"><file name="CognitoIdentityException.php" hash="ad4cd024d04944596587d4f2c9262b1c"/></dir><dir name="Resources"><file name="cognitoidentity-2014-06-30.php" hash="72b1875639b440588ee9f29c7752f6f3"/></dir></dir><dir name="CognitoSync"><file name="CognitoSyncClient.php" hash="03915ef0321e545262df703c7ad921a1"/><dir name="Exception"><file name="CognitoSyncException.php" hash="4e82d0cda69189f820f77a5b75bcbb4e"/></dir><dir name="Resources"><file name="cognitosync-2014-06-30.php" hash="c2d19f2882b427811d3c0f1d612096e5"/></dir></dir><dir name="Common"><file name="Aws.php" hash="0fb109daeb162bcc47536bbe5ad8e7e7"/><dir name="Client"><file name="AbstractClient.php" hash="c11afaf45daf193c51cb7befe463f5d6"/><file name="AwsClientInterface.php" hash="b5549e525d4119198840bb2b34e79c67"/><file name="ClientBuilder.php" hash="fadadd6877f5a0c9975a1a8d26a363a1"/><file name="DefaultClient.php" hash="f5c71745baaae8f46fe37a4f3d4bbd9a"/><file name="ExpiredCredentialsChecker.php" hash="fa88950bb0efaf957f4b8ee10753062b"/><file name="ThrottlingErrorChecker.php" hash="18150232988131e9f21e4724cfc35bbf"/><file name="UploadBodyListener.php" hash="db13af3fbec0f198c0120bd0690e935d"/><file name="UserAgentListener.php" hash="98501807352bf33024e31b7fc6217c93"/></dir><dir name="Command"><file name="AwsQueryVisitor.php" hash="640e0b6993bd8faaa3e154dc988d02e3"/><file name="JsonCommand.php" hash="6bef8308125e047c4be353e04c067367"/><file name="QueryCommand.php" hash="47f1c01448de7d6c09671907bef5a5bc"/><file name="XmlResponseLocationVisitor.php" hash="457a7a69d3575bf45afc227ca0fd3948"/></dir><dir name="Credentials"><file name="AbstractCredentialsDecorator.php" hash="bce6a394352ce1162ed5d5a814a921e9"/><file name="AbstractRefreshableCredentials.php" hash="6b235c74969a4c6808d7cff23bc93df7"/><file name="CacheableCredentials.php" hash="3b6c2d61dbacea5a25d8e8477cf1d2c7"/><file name="Credentials.php" hash="dc038b73d9ca995536bc03e80b615a4e"/><file name="CredentialsInterface.php" hash="93e9ebe9c22c382ea50b36951b978583"/><file name="NullCredentials.php" hash="a72c382e6050484406ff0813d6879c4e"/><file name="RefreshableInstanceProfileCredentials.php" hash="d1a055b46efc21e46ccc4ca731ffe7ad"/></dir><dir name="Enum"><file name="ClientOptions.php" hash="aa405149de3112dc640a93618869502f"/><file name="DateFormat.php" hash="87412bee81bce129eacaedb580fcd464"/><file name="Region.php" hash="d715d775feb1ebcf144857c05f2b2b11"/><file name="Size.php" hash="b92da9494098f83d94080c96979a3c06"/><file name="Time.php" hash="0701abe5acc45f6e9a897631b8b4cec2"/><file name="UaString.php" hash="0342531432bbafbfcf4cdb04156f8ebd"/></dir><file name="Enum.php" hash="6006719ac2eecfb5183d776634f2b2a5"/><dir name="Exception"><file name="AwsExceptionInterface.php" hash="b5e48ce90ddfd2b397fe1dfbabd2d3ca"/><file name="BadMethodCallException.php" hash="752cafcafecfd520e6ccfe01210a17c7"/><file name="DomainException.php" hash="1b1e3665960ce4fb9043df5c58553dd6"/><file name="ExceptionFactoryInterface.php" hash="ed60e5bba6ad952a2619613e194fb73c"/><file name="ExceptionListener.php" hash="2ca2ab488369e279da53a7b903fd557e"/><file name="InstanceProfileCredentialsException.php" hash="992185ed8296289a27b1b6497f306643"/><file name="InvalidArgumentException.php" hash="6400656e6a65bd523e37158ed71bd4c7"/><file name="LogicException.php" hash="d20e53d676891f9142be744f2aab2e6d"/><file name="MultipartUploadException.php" hash="3161352ca49918ea3783888aa8f0d7bb"/><file name="NamespaceExceptionFactory.php" hash="5fcea4d30864e65dbb0482a7ada2a42e"/><file name="OutOfBoundsException.php" hash="dabab81d1c1db56dcab8eeb513e18d5d"/><file name="OverflowException.php" hash="5a565642fb5379392dd5752c3adb16ad"/><dir name="Parser"><file name="AbstractJsonExceptionParser.php" hash="fcff52403d7baf7d5115ee56cb7b260d"/><file name="DefaultXmlExceptionParser.php" hash="e5da40fe5908360f0713e38e9af9b437"/><file name="ExceptionParserInterface.php" hash="09a7643cba57df1eac684aaf13ee55a9"/><file name="JsonQueryExceptionParser.php" hash="3bd5164dd7e0bc8419d09bc40132146f"/><file name="JsonRestExceptionParser.php" hash="942c6b749df09392fb4e302bc9d0af8e"/></dir><file name="RequiredExtensionNotLoadedException.php" hash="2947ebcfe2e8e786b51abfa8a722e899"/><file name="RuntimeException.php" hash="6942bba7cab741eb2e5ce4d396a82095"/><file name="ServiceResponseException.php" hash="053e3c76a4e889978a24734874ed24ea"/><file name="TransferException.php" hash="92ae697629eeff344aa6517b5bc45d40"/><file name="UnexpectedValueException.php" hash="830809ef2d18c043d65f182be99c07b9"/></dir><dir name="Facade"><file name="Facade.php" hash="f8a253224eb4a6f4abe4527a37f2eac4"/><file name="FacadeInterface.php" hash="479b48d336d86daacb778986f882fc3d"/><file name="facade-classes.php" hash="647dc54366ac80fdd73d0e46f2630825"/></dir><dir name="Hash"><file name="ChunkHash.php" hash="31d493b2e4175c5964bb6f4da4e8cce2"/><file name="ChunkHashInterface.php" hash="d5e3f4e9cd7cdbccab266444d4a46b9a"/><file name="HashUtils.php" hash="195b3c61ae75615f25a79b04a7ad5090"/><file name="TreeHash.php" hash="e876a9bd16c09bb5f6116b3a05ea4da2"/></dir><file name="HostNameUtils.php" hash="ad3a7318c1be08a0b3d71caf6e62e395"/><dir name="InstanceMetadata"><file name="InstanceMetadataClient.php" hash="bd565975d0da1ed56726390ea606d128"/><dir name="Waiter"><file name="ServiceAvailable.php" hash="c1e9ef2e441a99fbf966313fd3beac0e"/></dir></dir><dir name="Iterator"><file name="AwsResourceIterator.php" hash="d17d86d899862bf9ff93926fdfa68326"/><file name="AwsResourceIteratorFactory.php" hash="434d553b94a81064f2abb38586b7319c"/></dir><dir name="Model"><dir name="MultipartUpload"><file name="AbstractTransfer.php" hash="f00f833de3a6694a7758a79042cb2b8c"/><file name="AbstractTransferState.php" hash="f4391e22c27455420d9c85cbca4754e1"/><file name="AbstractUploadBuilder.php" hash="3e903d08159840e4d05865fedf651ce9"/><file name="AbstractUploadId.php" hash="987faac50f83d46f2097737dc40052ec"/><file name="AbstractUploadPart.php" hash="5c5bbfb146b5297ff733b7ebb61cd106"/><file name="TransferInterface.php" hash="94130e826c600d19e974e269ee71065a"/><file name="TransferStateInterface.php" hash="7a52b1befbad56b3362315f92e0f31b8"/><file name="UploadIdInterface.php" hash="2705f41724fc5e736c802e323bdc0a2f"/><file name="UploadPartInterface.php" hash="13ae3e96adc690d71bdfde1bdf01c7f8"/></dir></dir><dir name="Resources"><file name="aws-config.php" hash="a8c87fc3f631318ff581804a61001ac3"/><file name="public-endpoints.php" hash="29401fe00b388045fc5bccb45f04a274"/><file name="sdk1-config.php" hash="e0b5e5dfab92d4e8d8945e553dec9e1b"/></dir><file name="RulesEndpointProvider.php" hash="1abbf7a0889213cc6d3d6a69cf5a4f57"/><dir name="Signature"><file name="AbstractSignature.php" hash="66bd700361a97f1f669b225f6c0e20b4"/><file name="EndpointSignatureInterface.php" hash="49198ab55607a67bb4fbd942d3d8db2e"/><file name="SignatureInterface.php" hash="e05714bb1ddd85ff922bc5182d97019d"/><file name="SignatureListener.php" hash="ea59c6544367b58bc8c7026507cba813"/><file name="SignatureV2.php" hash="2208c5cb329130578b52ad9cd1c75aa8"/><file name="SignatureV3Https.php" hash="2ee7fe57e0e3e76be633e6094e89b9fb"/><file name="SignatureV4.php" hash="e4ce3f0d0ec24c17befe08a3de950eb4"/></dir><dir name="Waiter"><file name="AbstractResourceWaiter.php" hash="fb87fdb0773a67d0c4ea4741a3057974"/><file name="AbstractWaiter.php" hash="1fe7cf8dfd60c6c3f534f488d943160e"/><file name="CallableWaiter.php" hash="ab6554c8f0f6f94d2bd32979b137bbb3"/><file name="CompositeWaiterFactory.php" hash="73f2bab0a7aa293901dcd181498135f5"/><file name="ConfigResourceWaiter.php" hash="68faf7fde5fb769e3462b4d8e870da9e"/><file name="ResourceWaiterInterface.php" hash="da81827cec410feb30e367ae7efc62e5"/><file name="WaiterClassFactory.php" hash="97e1f94b23346b80b7f6ec5d8906ecec"/><file name="WaiterConfig.php" hash="a9048fb9d65c13ebbc33309550bd1f04"/><file name="WaiterConfigFactory.php" hash="ac6bd930f61ae6b6689edc78562778b3"/><file name="WaiterFactoryInterface.php" hash="34faa05c594295fbd9c7b6ae2349d16f"/><file name="WaiterInterface.php" hash="5a036a25e1c42c59b524cc4423ca394b"/></dir></dir><dir name="ConfigService"><file name="ConfigServiceClient.php" hash="ea130fb6088e70a63175b48f3cc7a4cf"/><dir name="Exception"><file name="ConfigServiceException.php" hash="4e1729222ecf6130e52831d45d8dc2aa"/></dir><dir name="Resources"><file name="configservice-2014-11-12.php" hash="7f4167f0ad1c207ee9777638982a0b9d"/></dir></dir><dir name="DataPipeline"><file name="DataPipelineClient.php" hash="42bd1dbcfd7150be6f2b9f871cd553b0"/><dir name="Enum"><file name="WorkStatus.php" hash="4c06b4fef52463def8d6728c8156fd97"/></dir><dir name="Exception"><file name="DataPipelineException.php" hash="cf0dc75d1e74605d52d12242a90a975d"/><file name="InternalServiceErrorException.php" hash="6bcc9c504f051791beb91a81980ae6b6"/><file name="InvalidRequestException.php" hash="6d8fb6c37905bc1e0e2827156e46dcc4"/><file name="PipelineDeletedException.php" hash="f44d4d4e25806273a1d317508d55df8d"/><file name="PipelineNotFoundException.php" hash="1757b8db2c721bebfd58b4d047fe3d49"/><file name="TaskNotFoundException.php" hash="b2349285d55929396296c9e72cb929ae"/></dir><dir name="Resources"><file name="datapipeline-2012-10-29.php" hash="40b651e3d922a18f99c25808f0bd82d9"/></dir></dir><dir name="DeviceFarm"><file name="DeviceFarmClient.php" hash="9a3b139cb0db283541f507c96d5bc22d"/><dir name="Exception"><file name="DeviceFarmException.php" hash="d5a911cfd1beed5e8923a6253ea1926e"/></dir><dir name="Resources"><file name="devicefarm-2015-06-23.php" hash="df982d8264a7c9fef2da19a1f3a847f0"/></dir></dir><dir name="DirectConnect"><file name="DirectConnectClient.php" hash="665bd2acdb7bad63f0af4ab530be6fe8"/><dir name="Enum"><file name="ConnectionState.php" hash="82813d38bf95b7d3c38516321255b1d4"/><file name="InterconnectState.php" hash="3d42f8c2ef0c1ddae553e155be522eb6"/><file name="StepState.php" hash="c1e5ca484cb965ff1cd18865a56a17d7"/><file name="VirtualInterfaceState.php" hash="dce0f6d10216031f89cc4d0577b8ebef"/></dir><dir name="Exception"><file name="DirectConnectClientException.php" hash="824c303be6f859fe155b3bdc93f3b88d"/><file name="DirectConnectException.php" hash="ce83b52285a4e2a99da8c2e24c8c9f39"/><file name="DirectConnectServerException.php" hash="e40e0431f0c3fc541da5a4e6d826f2b1"/></dir><dir name="Resources"><file name="directconnect-2012-10-25.php" hash="1109d01ba92c045f859b8d51a38621c9"/></dir></dir><dir name="DirectoryService"><file name="DirectoryServiceClient.php" hash="b607e36500b7007444ab34af4f466414"/><dir name="Exception"><file name="DirectoryServiceException.php" hash="8b911bf8595f1fb524d0c06ffd0716d1"/></dir><dir name="Resources"><file name="directoryservice-2015-04-16.php" hash="0665e7ab5793908bfc9a41c29a26648a"/></dir></dir><dir name="DynamoDb"><file name="Crc32ErrorChecker.php" hash="2e24b60db9278fb1f3d4e7c4606aade6"/><file name="DynamoDbClient.php" hash="57e25c5cb15c76dadf6d1e3239f5ba02"/><file name="DynamoDbCommand.php" hash="3f687fadee34c13f681be5b38813992d"/><dir name="Enum"><file name="AttributeAction.php" hash="4fe32b490230d31057180c1eea0dc95e"/><file name="AttributeType.php" hash="f54ecaac0c36aa38a20330cfb317a75b"/><file name="ComparisonOperator.php" hash="7c7229a71fc92c6032de065fee764067"/><file name="IndexStatus.php" hash="af25dbf1143f6893663330bf937f54a8"/><file name="KeyType.php" hash="190f3badb2e1e66dcfdacf13c4c3c218"/><file name="ProjectionType.php" hash="a461f06f98352cb707f3de50aac8f7cc"/><file name="ReturnConsumedCapacity.php" hash="ea22c4392730241cf5ef4bfe7ed8e028"/><file name="ReturnItemCollectionMetrics.php" hash="3b56a00a778973f42957ac8e2c00ffba"/><file name="ReturnValue.php" hash="04d0dc61a600f2da43384e2c946c98ee"/><file name="ScalarAttributeType.php" hash="af5e09bb4ec8f3389e39420418917e22"/><file name="Select.php" hash="1bbf13ed269b05d483a91b52460e6faf"/><file name="TableStatus.php" hash="3d967da23a64c97b6035ae0154ac649c"/><file name="Type.php" hash="74926e33df7334ea48c5596bba4f697a"/></dir><dir name="Exception"><file name="AccessDeniedException.php" hash="0927b6721261886710ddf4e7aa0762a8"/><file name="ConditionalCheckFailedException.php" hash="a8104924c2bc22817aa54d91888ba7eb"/><file name="DynamoDbException.php" hash="4a06fe9b3f69c80c962711cda55cce2a"/><file name="IncompleteSignatureException.php" hash="edec35e7a549e4131009c001f80d3880"/><file name="InternalFailureException.php" hash="63ce838deafcf7da6c2d2bd05de27cea"/><file name="InternalServerErrorException.php" hash="c48565b7b423404dd81c04514e170374"/><file name="ItemCollectionSizeLimitExceededException.php" hash="8e148af1826bef2216bcc2e33bbfcadd"/><file name="LimitExceededException.php" hash="1262864749b109d0a83697f83ac43197"/><file name="MissingAuthenticationTokenException.php" hash="c4231c1d027ea62155db847fc077ced0"/><file name="ProvisionedThroughputExceededException.php" hash="929a7c0eaa1f568563c0b6d4f816a389"/><file name="ResourceInUseException.php" hash="93032fb4364792ca509882fc7065f42c"/><file name="ResourceNotFoundException.php" hash="939d005bc3f093965d3ea42e5cd746a7"/><file name="ServiceUnavailableException.php" hash="ed40330e3802de6ee1a6216bd6a78e4a"/><file name="ThrottlingException.php" hash="8083cca78079cf22237f0c7bd4cd27d0"/><file name="UnprocessedWriteRequestsException.php" hash="d6b6898e4e7c8c0e4652453948e98775"/><file name="UnrecognizedClientException.php" hash="ee3dde1fceee1a87bf6727ac02f93d16"/><file name="ValidationException.php" hash="26f5860bf1a8807607d7504ae348fd3d"/></dir><dir name="Iterator"><file name="ItemIterator.php" hash="cb169a4641cd9ef1b9bbb3e829e66a40"/><file name="ScanIterator.php" hash="02cf978f0d2c423176f4d57b6fe294ca"/></dir><file name="Marshaler.php" hash="0112b192fe2ac37d07390640ade5cda3"/><dir name="Model"><file name="Attribute.php" hash="10578e3f7f9300f720d0288eb6d7d54b"/><dir name="BatchRequest"><file name="AbstractWriteRequest.php" hash="8326d4829afb578ab3688d2e3401333c"/><file name="DeleteRequest.php" hash="b4ce7b754f597f1d26a1045da2bf0b1c"/><file name="PutRequest.php" hash="e692078732a01aef5d8e6dd082863d78"/><file name="UnprocessedRequest.php" hash="eb062503a06657b62c9c3bc286944a75"/><file name="WriteRequestBatch.php" hash="b2e78e6237feb129277ed1ea2e051bb2"/><file name="WriteRequestBatchTransfer.php" hash="ef4f7460b2a5bb12edee16a062606397"/><file name="WriteRequestInterface.php" hash="940271d671e8d64d32d2a5f6a4ce4f98"/></dir><file name="Item.php" hash="87fe5caa215dd395bfbdca2eb55c33b5"/></dir><dir name="Resources"><file name="dynamodb-2011-12-05.php" hash="d89c4303ee2ea42c653e858fd4dcdc98"/><file name="dynamodb-2012-08-10.php" hash="2359b0955160818229be2154b074250c"/></dir><dir name="Session"><dir name="LockingStrategy"><file name="AbstractLockingStrategy.php" hash="0ff0909551380a3f96483ce1d9210052"/><file name="LockingStrategyFactory.php" hash="92a937a1c67d3e92943f8e6ec4382dbf"/><file name="LockingStrategyFactoryInterface.php" hash="df81c5776e5921285567f4664b0a2024"/><file name="LockingStrategyInterface.php" hash="d7204f72398e69059872e64b62506ccc"/><file name="NullLockingStrategy.php" hash="11998ec67cdf77aa6c5b06759bacd40c"/><file name="PessimisticLockingStrategy.php" hash="fcd13966adda98a2f35d357a66549f6a"/></dir><file name="SessionHandler.php" hash="f94fa0430cadbafae6bd302d529f3fa8"/><file name="SessionHandlerConfig.php" hash="f5f3b0ec2f4c6ca24f571ebf4ed5c337"/><file name="SessionHandlerInterface.php" hash="e24a29b472fb95ff6f515184ed1b2c52"/></dir></dir><dir name="DynamoDbStreams"><file name="DynamoDbStreamsClient.php" hash="8ac0b6efe3ec76c4836b0f7fe6244bf8"/><dir name="Exception"><file name="DynamoDbStreamsException.php" hash="64582904caf393b4fac585c90136ed9b"/></dir><dir name="Resources"><file name="dynamodbstreams-2012-08-10.php" hash="c5f9248938d82fc2a42ec28464cf4bb1"/></dir></dir><dir name="Ec2"><file name="CopySnapshotListener.php" hash="f46c73be0a182a6bd112d80af86816d0"/><file name="Ec2Client.php" hash="631280753998467a031d105fc9b21803"/><dir name="Enum"><file name="ContainerFormat.php" hash="ed24f4a8e0c99ec757fb222f98d4786d"/><file name="DiskImageFormat.php" hash="4afc92337b9b886f9827f17ee4e9b0ff"/><file name="DomainType.php" hash="b34bcf5eb0e2c516cc97be38bee40925"/><file name="ExportEnvironment.php" hash="03d4b7d3f01a4df5d84007e64ce39539"/><file name="HypervisorType.php" hash="1cad8e0fee3d957f5471e6846b350c26"/><file name="ImageState.php" hash="48aa98fabd24eb293e65c61e60285dda"/><file name="InstanceAttributeName.php" hash="7e994dde76cb9e27f8cb6244a7427611"/><file name="InstanceStateName.php" hash="3a790ea66dc25bbed4769f0ee6993b15"/><file name="InstanceType.php" hash="587530338f4378dde0636b2cd478a105"/><file name="PlacementGroupState.php" hash="9ad802b9c5c0a62f1735eb4403430ca4"/><file name="PlacementStrategy.php" hash="966348d650852d0affc515cc42922df2"/><file name="ResourceType.php" hash="b217494404182a97645d3dab77e8afcc"/><file name="RouteOrigin.php" hash="ab84ee8115050ac35be07b3a89d91578"/><file name="RuleAction.php" hash="4fd615346f2ed9eb1715c6bcee1e5e5b"/><file name="SnapshotAttributeName.php" hash="bdf788468fcac3b3a441a4f0131cda6a"/><file name="SnapshotState.php" hash="40159815b2619121cf8d04ee19820eba"/><file name="SpotInstanceType.php" hash="8731d934503f291f335432455a637eb5"/><file name="VirtualizationType.php" hash="dae236d113cc7e18a0b1feba59546fea"/><file name="VolumeAttachmentState.php" hash="715d5189cc42b629cbd203e98d0ce8c4"/><file name="VolumeAttributeName.php" hash="635938967abed8bbeda2a915c3400809"/><file name="VolumeState.php" hash="148512765597c824ac7f61a097ae70bb"/><file name="VolumeType.php" hash="ed10dd06ee3a71ccb849874c65c928f6"/><file name="VpcAttributeName.php" hash="a2fd03051235f9a8e8f0ef051e34d711"/></dir><dir name="Exception"><file name="Ec2Exception.php" hash="62ee2dc40c5010a08f3e622a85869722"/></dir><dir name="Iterator"><file name="DescribeInstancesIterator.php" hash="76f3dce41115ec02d2ee145dfe885c26"/></dir><dir name="Resources"><file name="ec2-2015-04-15.php" hash="7d9b4b3bf496380de397a96e780755b9"/><file name="ec2-2015-10-01.php" hash="5ed67aebcf420cc4e54b2e7cc970d54d"/></dir></dir><dir name="Ecs"><file name="EcsClient.php" hash="52e86c81c564a1369a5c2868ce5703bc"/><dir name="Exception"><file name="EcsException.php" hash="33300efc4a738b9c1cb46bb726522413"/></dir><dir name="Resources"><file name="ecs-2014-11-13.php" hash="5d2f0921be38625bc96ffdd8c58ef49b"/></dir></dir><dir name="Efs"><file name="EfsClient.php" hash="9f655cb19ff7fcf2343386cd352b87b6"/><dir name="Exception"><file name="EfsException.php" hash="553614ace0e4028406dea10deffa2dc5"/></dir><dir name="Resources"><file name="elasticfilesystem-2015-02-01.php" hash="bcb52de116e29b84e47a58b43d63a15b"/></dir></dir><dir name="ElastiCache"><file name="ElastiCacheClient.php" hash="f39f7586a89118d6c129c5e438dfda6c"/><dir name="Enum"><file name="SourceType.php" hash="115b6aebca4bf87b123e01c8ff8f24f8"/></dir><dir name="Exception"><file name="AuthorizationAlreadyExistsException.php" hash="21e504b9e7f836f0b2c0ff72c161a3a3"/><file name="AuthorizationNotFoundException.php" hash="a5e02559299e09210676a953110a33bf"/><file name="CacheClusterAlreadyExistsException.php" hash="57f8aaa8017a8a65edd0273f0b242e12"/><file name="CacheClusterNotFoundException.php" hash="82190202843e63734ba8ef1ba394a5be"/><file name="CacheParameterGroupAlreadyExistsException.php" hash="fd24c3d68a39aa4641a637fd808de4d4"/><file name="CacheParameterGroupNotFoundException.php" hash="ca6463ae76170cecd82daf6061ab20d5"/><file name="CacheParameterGroupQuotaExceededException.php" hash="c93c90abdc4f535d59f8d01ad90f1d40"/><file name="CacheSecurityGroupAlreadyExistsException.php" hash="59d08e4224c1a793a0b328aeced5f794"/><file name="CacheSecurityGroupNotFoundException.php" hash="1ccda66732cad00372be8d5e36e2adbe"/><file name="CacheSecurityGroupQuotaExceededException.php" hash="877ede3cf5bd8e40776cee03231852a4"/><file name="CacheSubnetGroupAlreadyExistsException.php" hash="c6e393fc9a4fa2a36e660511af4d3706"/><file name="CacheSubnetGroupInUseException.php" hash="9f6a2310c31b66f5d83a1843abfd802f"/><file name="CacheSubnetGroupNotFoundException.php" hash="9463754bd9d0fbd166dc4b6bd961cd71"/><file name="CacheSubnetGroupQuotaExceededException.php" hash="f676b0b2ec61855f0398f535416b3fe1"/><file name="CacheSubnetQuotaExceededException.php" hash="63a14141744fa66e0a0a69b9c081e28a"/><file name="ClusterQuotaForCustomerExceededException.php" hash="77627c0471b2708e68e9e8860638870b"/><file name="ElastiCacheException.php" hash="5aa6c73aa0c85df1edc5158e8613c56a"/><file name="InsufficientCacheClusterCapacityException.php" hash="c6f6d51a7a32fe4a5e09e29597127364"/><file name="InvalidCacheClusterStateException.php" hash="318e8f473ff95ea2ac20ad320e7c1971"/><file name="InvalidCacheParameterGroupStateException.php" hash="61d6ec9dbacfddde6dfa4156892ca675"/><file name="InvalidCacheSecurityGroupStateException.php" hash="39ad8e3e4323e35d812cf62ef095ceb8"/><file name="InvalidParameterCombinationException.php" hash="bd8ada3e0f3152e08ae1e647de1ef542"/><file name="InvalidParameterValueException.php" hash="2451add8d8f33cd5a002060e9f3e2835"/><file name="InvalidReplicationGroupStateException.php" hash="2fce45c79f7d4a5f14e1f16ad5d754cb"/><file name="InvalidSubnetException.php" hash="11c7bb2eaf03cb8193ace75f76798b25"/><file name="InvalidVPCNetworkStateException.php" hash="26ac0d4d4f2f1dd2e99a0e2a16ff72a0"/><file name="NodeQuotaForClusterExceededException.php" hash="77379a822d5ae295546afffb6f37c353"/><file name="NodeQuotaForCustomerExceededException.php" hash="c730d31717719ed395b3946624a7d966"/><file name="ReplicationGroupAlreadyExistsException.php" hash="ddfcacb215911d76dae186d5e9691167"/><file name="ReplicationGroupNotFoundException.php" hash="e5d0130edc605f109657fdd0e4e8d36a"/><file name="ReservedCacheNodeAlreadyExistsException.php" hash="c42b9822eb90fd1a88daf6a00f98aba0"/><file name="ReservedCacheNodeNotFoundException.php" hash="e8b182a07643ffc04fff9166a3ad9b9b"/><file name="ReservedCacheNodeQuotaExceededException.php" hash="65db6e650fb941814b8f34e60bbcae93"/><file name="ReservedCacheNodesOfferingNotFoundException.php" hash="3cf2ec1dde57680e084c72aa846c32c6"/><file name="SubnetInUseException.php" hash="5f6a50579d69da727e3bf85adcfbaf4f"/></dir><dir name="Resources"><file name="elasticache-2015-02-02.php" hash="92d0afb1b0379f331ffe1939ebad3e56"/></dir></dir><dir name="ElasticBeanstalk"><file name="ElasticBeanstalkClient.php" hash="b72db2b61fc56f9c6297c3bbc1c3457f"/><dir name="Enum"><file name="ConfigurationDeploymentStatus.php" hash="084ddac120d09f4eab64710c88a89800"/><file name="ConfigurationOptionValueType.php" hash="975b62971fe9249c0cf73eb490c09902"/><file name="EnvironmentHealth.php" hash="4a55eacfb07c45fdbff0b98a50118794"/><file name="EnvironmentInfoType.php" hash="fadc42788f6b465409b946e74707569c"/><file name="EnvironmentStatus.php" hash="df1f7c4ba4c6e524aba08984b5a96a82"/><file name="EventSeverity.php" hash="b0f8d4bb831e2dd754f6045b5c94581c"/><file name="ValidationSeverity.php" hash="f02229788c335e8c249918b13e4e9524"/></dir><dir name="Exception"><file name="ElasticBeanstalkException.php" hash="a4a8d318c03943026492ceb31514ce7d"/><file name="InsufficientPrivilegesException.php" hash="c86a85458785953e1b23a1cde09cd9d8"/><file name="OperationInProgressException.php" hash="923588486916af4c1a9d149747c6fe17"/><file name="S3LocationNotInServiceRegionException.php" hash="75883b5ae0176c98c0ed70921a32dc80"/><file name="S3SubscriptionRequiredException.php" hash="0ec8ab059187e734696a88f1f1642cef"/><file name="SourceBundleDeletionException.php" hash="194fc4adde07b7ab54ef290f0aaa2a7e"/><file name="TooManyApplicationVersionsException.php" hash="1d6496349065b33d0317c43e40a6a525"/><file name="TooManyApplicationsException.php" hash="3fe13576abfbb3e3d20598927a417e6d"/><file name="TooManyBucketsException.php" hash="b402073e03caeaca677ddc56f2b89b39"/><file name="TooManyConfigurationTemplatesException.php" hash="d3058cd107f406cf2bf3b05c11513462"/><file name="TooManyEnvironmentsException.php" hash="3176ee87e0d8021e193f85469414f17d"/></dir><dir name="Resources"><file name="elasticbeanstalk-2010-12-01.php" hash="67e053f61ada3261a4cf2a55a7f2e643"/></dir></dir><dir name="ElasticLoadBalancing"><file name="ElasticLoadBalancingClient.php" hash="bb7a49e4c422157ae35666ff9b276bb7"/><dir name="Exception"><file name="AccessPointNotFoundException.php" hash="05071f6051e15d8318355b0794a9dd1e"/><file name="CertificateNotFoundException.php" hash="7a9dd18eeaa2aaf9ac844d2005577993"/><file name="DuplicateAccessPointNameException.php" hash="6c9774b220387b23f5d9413197457ce4"/><file name="DuplicateListenerException.php" hash="6089ef1c0edbadd544eca765a5df7c49"/><file name="DuplicatePolicyNameException.php" hash="4e65421810ac6b692a4e9c385dbf8b10"/><file name="ElasticLoadBalancingException.php" hash="3b8eaa1ef219c403b75d887c6fcf9a9f"/><file name="InvalidConfigurationRequestException.php" hash="df6a12538f70e02044149bec3c58d6f1"/><file name="InvalidEndPointException.php" hash="6ea1a3622cb1d25d2dbbe0394c4b5de2"/><file name="InvalidSchemeException.php" hash="e8ffed1df93368e4de833590688bcee4"/><file name="InvalidSecurityGroupException.php" hash="cce0bdbeee5b3c69adf79f41a647ff2f"/><file name="InvalidSubnetException.php" hash="2b4492a6c075d2b0da9391d9dbff54f4"/><file name="ListenerNotFoundException.php" hash="de0d205c1cafac341936ae6065ef84bd"/><file name="LoadBalancerAttributeNotFoundException.php" hash="243a7bb3caf9180d313a91e7c84809b6"/><file name="PolicyNotFoundException.php" hash="a1878afe8404f41525177bd5fd6b6cc8"/><file name="PolicyTypeNotFoundException.php" hash="9f35549594a24267a531311b937a3555"/><file name="SubnetNotFoundException.php" hash="e125719fc95081ee80730f3904b183c7"/><file name="TooManyAccessPointsException.php" hash="7edb845728a203fe6c2403c77805567a"/><file name="TooManyPoliciesException.php" hash="7b041ef30bec8614c17a8071710c7f1c"/></dir><dir name="Resources"><file name="elasticloadbalancing-2012-06-01.php" hash="a2890597461dd607db061f415e4e718d"/></dir></dir><dir name="ElasticTranscoder"><file name="ElasticTranscoderClient.php" hash="0c27c16f85b26b7ff9d15f75c7c056d9"/><dir name="Exception"><file name="AccessDeniedException.php" hash="d8d758ef18d17ad9756612a30735ba53"/><file name="ElasticTranscoderException.php" hash="c82a45c9c18b3529dca6bd2d3f0ca6e4"/><file name="IncompatibleVersionException.php" hash="808faec7d50f265050ad7414212e8229"/><file name="InternalServiceException.php" hash="550b4e6f16f6d8a241c4c0763b81da5f"/><file name="LimitExceededException.php" hash="0af29b1fc2a1f7da7c01fce037d9f25c"/><file name="ResourceInUseException.php" hash="b08c18448cbcab3526962f82b74c5ece"/><file name="ResourceNotFoundException.php" hash="9811281d1dc85134a5d36596c9f60d17"/><file name="ValidationException.php" hash="3c439ebac5c8cce30a6df9a908bd9192"/></dir><dir name="Resources"><file name="elastictranscoder-2012-09-25.php" hash="0d1df5d353f171e42ecdbf8e11dfdbe0"/></dir></dir><dir name="Emr"><file name="EmrClient.php" hash="8d3151f46699f513f6f8f15e1c0e5f7e"/><dir name="Enum"><file name="ActionOnFailure.php" hash="90a3368d05d9c947a743b6e326398db0"/><file name="ClusterState.php" hash="43e98595cd7eccd0d9760dcee4f9401f"/><file name="ClusterStateChangeReasonCode.php" hash="2022d285e42729a667b96d9d270237c5"/><file name="InstanceGroupState.php" hash="a3a213c7607430a22e509d22952218ce"/><file name="InstanceGroupStateChangeReasonCode.php" hash="9e4488974df626ede33665815c84634b"/><file name="InstanceGroupType.php" hash="6b2698140ba7c3ec2ac3d27917eb8785"/><file name="InstanceRoleType.php" hash="ab7220643f81d7bac60584c463f8510e"/><file name="InstanceState.php" hash="3081093592df41be7cf775d33fc83448"/><file name="InstanceStateChangeReasonCode.php" hash="da34270d02922f21abbe6e394eca03af"/><file name="JobFlowExecutionState.php" hash="c7bc8356aab0be524defa38ac62e3d1d"/><file name="MarketType.php" hash="7f135081488c2374dfa72716992b19b9"/><file name="StepExecutionState.php" hash="800801721ae16f53ca83222a2fdf6a78"/><file name="StepState.php" hash="9ed3012916b6c5147a25f4bfa70021a9"/><file name="StepStateChangeReasonCode.php" hash="7ab1f8494a346a25ddbeab0bf22b98eb"/></dir><dir name="Exception"><file name="EmrException.php" hash="fdeb31733b03b1d981a9f93a5ccd37b9"/><file name="InternalServerErrorException.php" hash="472ca1648da9957b3fa88baa8dc9fefd"/><file name="InternalServerException.php" hash="0e1d0468d26322c24637b701a69fea87"/><file name="InvalidRequestException.php" hash="f4461933899ce1512b024d8fee1c78e6"/></dir><dir name="Resources"><file name="emr-2009-03-31.php" hash="65e9de88a29876c58bdd35c9c3703ccb"/></dir></dir><dir name="Glacier"><dir name="Enum"><file name="Action.php" hash="85f4981c556299658edb3e9b244ddc1c"/><file name="ActionCode.php" hash="8ca169d71c6085f4348b786f86ad74c0"/><file name="StatusCode.php" hash="91cd78cd13068bef5a162089bc1ee42f"/></dir><dir name="Exception"><file name="GlacierException.php" hash="30b98e04728dc38c1d78ab5df0f01208"/><file name="InvalidParameterValueException.php" hash="ee0a2c8b584dea4c871965c66c2aebf0"/><file name="LimitExceededException.php" hash="0571d505d9e0546e098958202ad2f4a4"/><file name="MissingParameterValueException.php" hash="2f02824463026f15329bcb6c9564fbdd"/><file name="RequestTimeoutException.php" hash="c4e3c975633f6fdebe1c61e458726a10"/><file name="ResourceNotFoundException.php" hash="7c0036cbe45eb98a3cf7bdb3d949ee3f"/><file name="ServiceUnavailableException.php" hash="5a296af4f334d246fc45d0cc812e0c59"/></dir><file name="GlacierClient.php" hash="b7da5574f618d953e8ddfc7e97df2627"/><file name="GlacierUploadListener.php" hash="f03618e2332626d49d419919d971e23e"/><dir name="Model"><dir name="MultipartUpload"><file name="AbstractTransfer.php" hash="b163fbfec3b41e46c18780c2f370bdfc"/><file name="ParallelTransfer.php" hash="0c7f812ae0a49b893d2dce35504a6b00"/><file name="SerialTransfer.php" hash="84475c0bb0ef683a097e26f2386d7189"/><file name="TransferState.php" hash="d04addc830880405ece220582abbbb46"/><file name="UploadBuilder.php" hash="e7e1b8f0e828b89e50ea5fa121b19ccf"/><file name="UploadId.php" hash="f5189bec7825b8d0031dd64eb988ebf5"/><file name="UploadPart.php" hash="fec1ceb347d00b1706b85a87068b780f"/><file name="UploadPartContext.php" hash="0fbbd4704f775cb90904a225a58c55b9"/><file name="UploadPartGenerator.php" hash="607d98e658698c2cdbcda528a37ac152"/></dir></dir><dir name="Resources"><file name="glacier-2012-06-01.php" hash="9bb12dea61636a4c892205c463992c2f"/></dir></dir><dir name="Iam"><dir name="Enum"><file name="AssignmentStatusType.php" hash="ae0f41c53b1c56824d75eb333e19a85a"/><file name="StatusType.php" hash="a93bd6a9869a9b5aa4f7a94068270f4d"/></dir><dir name="Exception"><file name="DeleteConflictException.php" hash="48b4e522cae6109dffb4f26a05fb766f"/><file name="DuplicateCertificateException.php" hash="0d2fec540fdb38a279159b2bc825b721"/><file name="EntityAlreadyExistsException.php" hash="7dfe46fb65b928ebd9fb2c90f75338cc"/><file name="EntityTemporarilyUnmodifiableException.php" hash="d2800e6bdc1d684d1ee3ff38dc1fd336"/><file name="IamException.php" hash="364d247c36655d55c1af15c59baa0d2a"/><file name="InvalidAuthenticationCodeException.php" hash="b160209f5210bfe18472eda8b0ac7492"/><file name="InvalidCertificateException.php" hash="92704012d2921797ff2087e42f17fab9"/><file name="InvalidInputException.php" hash="daea6e91cde8b03a4b69cc0189a0368b"/><file name="InvalidUserTypeException.php" hash="76b7086631b8fb7c1f3279da1feb113e"/><file name="KeyPairMismatchException.php" hash="bd22710b1e3dcbe0a64902f54a3a4163"/><file name="LimitExceededException.php" hash="2e17c2780c8fd635469de3014ea37842"/><file name="MalformedCertificateException.php" hash="2b38f99955a913c63356c0edda5a2c3d"/><file name="MalformedPolicyDocumentException.php" hash="89c2ff535598e5940dd18ca66c7a385c"/><file name="NoSuchEntityException.php" hash="478062e9964d02dbaadb386ebe423436"/><file name="PasswordPolicyViolationException.php" hash="bbee10470d4d8c2ee03ed7e7f6205e68"/></dir><file name="IamClient.php" hash="da41d5bd4c09b43946f2dbf2cbb58fe2"/><dir name="Resources"><file name="iam-2010-05-08.php" hash="ce7e53dedf7b4fd5abfa7867259cb83e"/></dir></dir><dir name="ImportExport"><dir name="Enum"><file name="JobType.php" hash="9ee43f6c4cacedda141e5de2e1784866"/></dir><dir name="Exception"><file name="BucketPermissionException.php" hash="032796167d1ce35fcd0e99f587955daa"/><file name="CanceledJobIdException.php" hash="2fc2db1e09acec07edb2db7ddbecb1bd"/><file name="ExpiredJobIdException.php" hash="d4c2c7d73d37d73e909db1bfbbef75b8"/><file name="ImportExportException.php" hash="95e9b9d2b5341524d7085bf23c706436"/><file name="InvalidAccessKeyIdException.php" hash="f3adb212bf4be9951d3de8dfad876349"/><file name="InvalidAddressException.php" hash="3daf811eba38bfdc14d15c61e07ec650"/><file name="InvalidCustomsException.php" hash="33a2a444377461a8d488ee5aeb706dbb"/><file name="InvalidFileSystemException.php" hash="6b13609070c971046937178bae5a8366"/><file name="InvalidJobIdException.php" hash="b794f4a283df4739c61fdddcfb69da8f"/><file name="InvalidManifestFieldException.php" hash="250762db398e1a31e65e7f6a059a877c"/><file name="InvalidParameterException.php" hash="d3708b1f5798200dbe27891faa27362f"/><file name="MalformedManifestException.php" hash="9773d5c2cf3459a125c224083aec7028"/><file name="MissingCustomsException.php" hash="808eaf466f96f81b25999988bdd45b8c"/><file name="MissingManifestFieldException.php" hash="d5b83f7cdbcad0687e91efaf1c8019ad"/><file name="MissingParameterException.php" hash="449ce097415b119eb4535bd803828f11"/><file name="MultipleRegionsException.php" hash="a75d56cfbf9198c1f891c833c1d0f782"/><file name="NoSuchBucketException.php" hash="309718b6810d12b7ddf57e8ac863c2d1"/><file name="UnableToCancelJobIdException.php" hash="ff839a2502867b9d6499df705ac36e58"/></dir><file name="ImportExportClient.php" hash="13ecf192654d7f4465314a07f479cd47"/><file name="JobManifestListener.php" hash="e55019a0b4ff607fade2e4d1965f3ff5"/><dir name="Resources"><file name="importexport-2010-06-01.php" hash="c62850535cf7aefff2bc5e44d99b5b82"/></dir></dir><dir name="Kinesis"><dir name="Enum"><file name="ShardIteratorType.php" hash="3c4153fd8560cd4a48e8b77c28188d7d"/><file name="StreamStatus.php" hash="695b490b91bc7a07cf64ab007b513ae5"/></dir><dir name="Exception"><file name="ExpiredIteratorException.php" hash="65bbfd88ee41a6d7b31bd5755007375e"/><file name="InvalidArgumentException.php" hash="b1f3d5da8197c70e1a01cbeb451f68da"/><file name="KinesisException.php" hash="6ab40f7d2a62c49a57fb78000c31494c"/><file name="LimitExceededException.php" hash="cbb21ea005851ffb938a6e3920914ad1"/><file name="ProvisionedThroughputExceededException.php" hash="1877b495dc6b5c1c7d70e9ff2cebdf92"/><file name="ResourceInUseException.php" hash="d3ed3198d9e6bcf403015cb6be742ed6"/><file name="ResourceNotFoundException.php" hash="5dcdeddf6500a925518218a2cf9f1210"/></dir><file name="KinesisClient.php" hash="a45e690e16cb20e71dd558a33516a1f0"/><dir name="Resources"><file name="kinesis-2013-12-02.php" hash="310f86bf2b20a63991324f5db58b1702"/></dir></dir><dir name="Kms"><dir name="Exception"><file name="KmsException.php" hash="88c16830c91503ea7dea6915139f2cf1"/></dir><file name="KmsClient.php" hash="317acc21087dfa983f4c524301277cf7"/><dir name="Resources"><file name="kms-2014-11-01.php" hash="d3a1f76eff8d7296971130a137c4dd17"/></dir></dir><dir name="Lambda"><dir name="Exception"><file name="LambdaException.php" hash="b03f4c4eb71f4f96c5702910dc8cd591"/></dir><file name="LambdaClient.php" hash="7b0a5bcd1ce984e1e24984050fdcc5be"/><dir name="Resources"><file name="lambda-2014-11-11.php" hash="b997f8d1c0790a73a6fb2771f22de37f"/><file name="lambda-2015-03-31.php" hash="f6f3981e630c57f8620675085f28c405"/></dir></dir><dir name="MachineLearning"><dir name="Exception"><file name="MachineLearningException.php" hash="3e2ae5dd6a83a265ca7add667a01a5cd"/></dir><file name="MachineLearningClient.php" hash="4d90f3ed93d7028b5bc6b7b44056764c"/><file name="PredictEndpointListener.php" hash="4674af503267ecb07fcec847091ddd17"/><dir name="Resources"><file name="machinelearning-2014-12-12.php" hash="6d9aede94de7f66b76ae661d5fa470e9"/></dir></dir><dir name="OpsWorks"><dir name="Enum"><file name="AppType.php" hash="848754a43f52b49d5b8851f434686b2d"/><file name="Architecture.php" hash="b7943c3aab8cc7bf2f342bfe5ae222fb"/><file name="AutoScalingType.php" hash="2b82e58bbbd16de1690363870a727c11"/><file name="DeploymentCommandName.php" hash="ca5c24a782e9870ead21f3fb8d431ee4"/><file name="LayerType.php" hash="397cb95f8edadd101bcd96862cfa5ba4"/><file name="PermissionLevel.php" hash="f845a186d2c6190aafa9881e7dbacff6"/><file name="RootDeviceType.php" hash="9f2590884c5c082a0528cd3217f0ecdf"/><file name="SourceType.php" hash="38ad7c76ac4c1b5b7623ab7624641ed8"/></dir><dir name="Exception"><file name="OpsWorksException.php" hash="84c6ce5f9efb83514c570fa2f3d04ced"/><file name="ResourceNotFoundException.php" hash="d9c3fcdbb6bfd95dc1b2d700d5170d9e"/><file name="ValidationException.php" hash="409fac0a0b9698a111173e52945a2c29"/></dir><file name="OpsWorksClient.php" hash="2004c39bb8ac72c69370781d0b6c5bcd"/><dir name="Resources"><file name="opsworks-2013-02-18.php" hash="fa973c4d9ec3081310a04460c447c6d3"/></dir></dir><dir name="Rds"><dir name="Enum"><file name="ApplyMethod.php" hash="19d2277f49a3afacd09834be3fd383c6"/><file name="SourceType.php" hash="c7bcd8f273ae15e3846fa359a73a2ef2"/></dir><dir name="Exception"><file name="AuthorizationAlreadyExistsException.php" hash="376a02ba026367796ce7febadfb30154"/><file name="AuthorizationNotFoundException.php" hash="663ab5eeed0cf4a060cbe65c5bb8e468"/><file name="AuthorizationQuotaExceededException.php" hash="67670ddd9bd940dbb382ea6cb66445b5"/><file name="DBInstanceAlreadyExistsException.php" hash="6e0f8c962260f2b3f20d794107e9f30b"/><file name="DBInstanceNotFoundException.php" hash="d9aa20a94517c46eb9a0d7755462375c"/><file name="DBParameterGroupAlreadyExistsException.php" hash="ae6928b2e01ff2519910251fb9cf5370"/><file name="DBParameterGroupNotFoundException.php" hash="400380e2390c7566e0fc20b460e815d5"/><file name="DBParameterGroupQuotaExceededException.php" hash="e689ae46b501bc47971872e901530c3b"/><file name="DBSecurityGroupAlreadyExistsException.php" hash="2e2207e47b443f0eb9d7dbd2f0078f42"/><file name="DBSecurityGroupNotFoundException.php" hash="f5c1ac583052a0000b9d777f66dbaaeb"/><file name="DBSecurityGroupNotSupportedException.php" hash="384d9d2f530a26c024d6b451f67a7ab2"/><file name="DBSecurityGroupQuotaExceededException.php" hash="dac6d4ed2abd2cc5cefadcb845710771"/><file name="DBSnapshotAlreadyExistsException.php" hash="dd3697b90b31eb425de32c8bba304822"/><file name="DBSnapshotNotFoundException.php" hash="15478e6df9db7de4365ad0a9d65781b4"/><file name="DBSubnetGroupAlreadyExistsException.php" hash="e29dd75de38209c79ccc5a01891b14fb"/><file name="DBSubnetGroupDoesNotCoverEnoughAZsException.php" hash="837c8369ca8284f002f02b8d23d263c4"/><file name="DBSubnetGroupNotAllowedException.php" hash="e905a5e8fe25729b25e5e14d5c375f7f"/><file name="DBSubnetGroupNotFoundException.php" hash="9968a5c63401216dab0ba464e7250e2f"/><file name="DBSubnetGroupQuotaExceededException.php" hash="2ac07228373140af8e74a894071c2748"/><file name="DBSubnetQuotaExceededException.php" hash="8b49e7b532f25181597419d14aff04e8"/><file name="DBUpgradeDependencyFailureException.php" hash="4055c4be60a51c7884f6ed9f3caee896"/><file name="EventSubscriptionQuotaExceededException.php" hash="1bc4e249b7d07faa9982e8731308d50d"/><file name="InstanceQuotaExceededException.php" hash="ce8c66605f2f208c726f61c71443476c"/><file name="InsufficientDBInstanceCapacityException.php" hash="2c4f159567b46ca2dee7c2e38e39463a"/><file name="InvalidDBInstanceStateException.php" hash="4936b33eeea183771a7a7dfc38a7ba69"/><file name="InvalidDBParameterGroupStateException.php" hash="aa9b329905ab674a40f643dd2153bfc6"/><file name="InvalidDBSecurityGroupStateException.php" hash="96404be7270254ea6cab55d4b2801ede"/><file name="InvalidDBSnapshotStateException.php" hash="4e2b7291358921d0fdb6f4d661bdb0bd"/><file name="InvalidDBSubnetGroupException.php" hash="4f6cfca2c69f05b1ebc3a8878bcc0644"/><file name="InvalidDBSubnetGroupStateException.php" hash="84a3e9a927f6bab25dbe557a5b5b5f08"/><file name="InvalidDBSubnetStateException.php" hash="c0081ece1a9b6fc8a2f56cd8e0d86323"/><file name="InvalidEventSubscriptionStateException.php" hash="f92aff57ef0f2a53c4cce1409b0505fc"/><file name="InvalidOptionGroupStateException.php" hash="4d50021a54c9a6cc31254be93952a557"/><file name="InvalidRestoreException.php" hash="dc631f1639dc1eda32cb468cfc8b92d8"/><file name="InvalidSubnetException.php" hash="d62dc4845b8e67ea0cceac41a9aaf60e"/><file name="InvalidVPCNetworkStateException.php" hash="a1eb52983f8a9661e4e3cdb30839382c"/><file name="OptionGroupAlreadyExistsException.php" hash="4226c0a3bdcbed371f0c7b68b3565621"/><file name="OptionGroupNotFoundException.php" hash="fd36e65437af21308bfae5ec074217ef"/><file name="OptionGroupQuotaExceededException.php" hash="bc2adf4429a3fd403f53879f0112bbd9"/><file name="PointInTimeRestoreNotEnabledException.php" hash="af19d2ada6aa534e818e93cf361d041a"/><file name="ProvisionedIopsNotAvailableInAZException.php" hash="811375765734008651fdff91686a8858"/><file name="RdsException.php" hash="6996434c2ecf17037c3931f2df361c71"/><file name="ReservedDBInstanceAlreadyExistsException.php" hash="c81ec08c1f1476062801e246cf9bf6e0"/><file name="ReservedDBInstanceNotFoundException.php" hash="ba34aca2ed1fec0e6041b89539d74a17"/><file name="ReservedDBInstanceQuotaExceededException.php" hash="6b8bc72a73b34f5466c5521d06d4fd5f"/><file name="ReservedDBInstancesOfferingNotFoundException.php" hash="73d871b7bf65e878614fba90c707ac0b"/><file name="SNSInvalidTopicException.php" hash="ba778d2918335482e02e79c3e3f05909"/><file name="SNSNoAuthorizationException.php" hash="eedb37e4b266f6ed4d18c285dbdce3fd"/><file name="SNSTopicArnNotFoundException.php" hash="a4746d9d037acfcdd58f8a2d2b2546ef"/><file name="SnapshotQuotaExceededException.php" hash="25e54a5968e2db61f5113c4a285a284a"/><file name="SourceNotFoundException.php" hash="74e18fda26af5100130575aab06e07c3"/><file name="StorageQuotaExceededException.php" hash="e4bca14d20f5ef0590293b2cc4927038"/><file name="SubnetAlreadyInUseException.php" hash="b3934cddd1e4762c2554e6da42bb1209"/><file name="SubscriptionAlreadyExistException.php" hash="7ec1a8a94449d505f22bb77a64e5f6b9"/><file name="SubscriptionCategoryNotFoundException.php" hash="f54f54e670a03afe318de768dff9465a"/><file name="SubscriptionNotFoundException.php" hash="0634451bee60d907b9a451960e8164c9"/></dir><file name="RdsClient.php" hash="8ab98df2403113bce035d9561ee2b086"/><dir name="Resources"><file name="rds-2014-10-31.php" hash="dd7f70e765aa3474dab2794e20048521"/></dir></dir><dir name="Redshift"><dir name="Enum"><file name="SourceType.php" hash="30409b1b129843499b9f534042fbf26c"/></dir><dir name="Exception"><file name="AccessToSnapshotDeniedException.php" hash="c9e8c82d99669b9c95eecec77021f455"/><file name="AuthorizationAlreadyExistsException.php" hash="cab137ac30853450292a4cdca0659c7f"/><file name="AuthorizationNotFoundException.php" hash="fdeacd2462018e6d794b3016094f1e83"/><file name="AuthorizationQuotaExceededException.php" hash="bb7f14418a59b09c22078bcfc3c678a8"/><file name="BucketNotFoundException.php" hash="b67ceb568f9bf3dfc68033b087377738"/><file name="ClusterAlreadyExistsException.php" hash="9eeb267af85c298ed0af61c2afb6c270"/><file name="ClusterNotFoundException.php" hash="6fd5a279200ee64aea68af45bfb3be63"/><file name="ClusterParameterGroupAlreadyExistsException.php" hash="422267f2d8aa50a487c66f45914f8018"/><file name="ClusterParameterGroupNotFoundException.php" hash="f16aecb163d382acb1cb3a7392f870f0"/><file name="ClusterParameterGroupQuotaExceededException.php" hash="dad9c72f15b72eaa84f579809b4678d7"/><file name="ClusterQuotaExceededException.php" hash="aba7c8a84383c8869f3c05a633700bd6"/><file name="ClusterSecurityGroupAlreadyExistsException.php" hash="02bf104dfb07cee703622f9fe15d9c1b"/><file name="ClusterSecurityGroupNotFoundException.php" hash="5cc1143f37bf2cc6c46018e209fff013"/><file name="ClusterSecurityGroupQuotaExceededException.php" hash="a6c63d0c6fc018f8d6cad4fbeac009f8"/><file name="ClusterSnapshotAlreadyExistsException.php" hash="31aafcd228150e5c54910d6b77d26db3"/><file name="ClusterSnapshotNotFoundException.php" hash="ea9d654915a7889f741f3e778c58a8c0"/><file name="ClusterSnapshotQuotaExceededException.php" hash="8bef78b291c4cf3e572e38c6b4b3d61a"/><file name="ClusterSubnetGroupAlreadyExistsException.php" hash="df02dee64a686e5df246b94d32ed5dfd"/><file name="ClusterSubnetGroupNotFoundException.php" hash="fcec74f4784a825dae3a7337f2b89ea7"/><file name="ClusterSubnetGroupQuotaExceededException.php" hash="9c06bfe46962619db99467b6b9e2279f"/><file name="ClusterSubnetQuotaExceededException.php" hash="0fad5d193616494a2dcaeecec5cb1e0a"/><file name="CopyToRegionDisabledException.php" hash="d860d9221401ee97e4892dea64c5d423"/><file name="EventSubscriptionQuotaExceededException.php" hash="a69b8bfbfda31cb67211d97ea250e9d1"/><file name="HsmClientCertificateAlreadyExistsException.php" hash="3619d46bcc659e0d6fa6e533c3ac06dc"/><file name="HsmClientCertificateNotFoundException.php" hash="dfb9e810a2fe8bfc49511070db8bf330"/><file name="HsmClientCertificateQuotaExceededException.php" hash="5ecd3d899d5e5a8bae5cd793115f96e9"/><file name="HsmConfigurationAlreadyExistsException.php" hash="eb9a19ce6f5f8e01dbecfe3a9905a1d9"/><file name="HsmConfigurationNotFoundException.php" hash="ddaae73292b27d33f68b24def9bbf376"/><file name="HsmConfigurationQuotaExceededException.php" hash="fb75bff51ce0071861e6477bdc614cc6"/><file name="IncompatibleOrderableOptionsException.php" hash="51efa01f4fe959f83351ba6b884ae0ef"/><file name="InsufficientClusterCapacityException.php" hash="35b3456c37c98538d3d8687d5d88e31f"/><file name="InsufficientS3BucketPolicyFaultException.php" hash="f3d5325f68cf059f7dcd998498f93d0a"/><file name="InvalidClusterParameterGroupStateException.php" hash="2b9206f0a02422908ae2f1be751b1990"/><file name="InvalidClusterSecurityGroupStateException.php" hash="547ae0b30458033b4c6b4f8c250f16b9"/><file name="InvalidClusterSnapshotStateException.php" hash="f4b29673fa70c88c9ce7e63c84af7e65"/><file name="InvalidClusterStateException.php" hash="03eb7b9aebab523df4f49227ff886d9c"/><file name="InvalidClusterSubnetGroupStateException.php" hash="b79284307bc63bf8ae3ba2831412fca5"/><file name="InvalidClusterSubnetStateException.php" hash="9eda10ad6be26111eeeb2d442ed5439c"/><file name="InvalidElasticIpException.php" hash="42d6f0d90e03574ec2123a53a5f3123b"/><file name="InvalidHsmClientCertificateStateException.php" hash="96c504dbde550fdef869742fe0dc0484"/><file name="InvalidHsmConfigurationStateException.php" hash="f9a51511e75b964e40e4918813cae672"/><file name="InvalidRestoreException.php" hash="51bcc3c35fb7f19deeb4613537d3f8af"/><file name="InvalidS3BucketNameFaultException.php" hash="8efe1e3a2007abd75e1e329fbbabe7c3"/><file name="InvalidS3KeyPrefixFaultException.php" hash="c043afb7be1ac223551f72aa63efe3f1"/><file name="InvalidSubnetException.php" hash="ab249465fd2da5db0c01ac54a83c54e8"/><file name="InvalidVPCNetworkStateException.php" hash="554e07d40204937019b885e9ecd2c7a3"/><file name="NumberOfNodesPerClusterLimitExceededException.php" hash="8517bb1ac9d19e2b07cffd7f70636575"/><file name="NumberOfNodesQuotaExceededException.php" hash="1a4daebe90b9705cda31335d321582d0"/><file name="RedshiftException.php" hash="4350c750cd98294b81ca84c9e0a3728b"/><file name="ReservedNodeAlreadyExistsException.php" hash="8b0049bd4331ba9aab76e5cb8fbb4a2c"/><file name="ReservedNodeNotFoundException.php" hash="82766a70a2b696784ffdb8d1af95c597"/><file name="ReservedNodeOfferingNotFoundException.php" hash="7315213aaf423da296b3158b7ba7ebe4"/><file name="ReservedNodeQuotaExceededException.php" hash="af51e7f8377eed3e700b48d18ad1633b"/><file name="ResizeNotFoundException.php" hash="3e08078e441d6f227d3ac08b027a722b"/><file name="SNSInvalidTopicException.php" hash="7f8b69fe134454dcc3576e63e90e6d78"/><file name="SNSNoAuthorizationException.php" hash="55745749fbd004bfeeba430bdd641670"/><file name="SNSTopicArnNotFoundException.php" hash="3ac893986a262d796651f122093c5907"/><file name="SnapshotCopyAlreadyDisabledException.php" hash="901c3617895bf54466ed052ab36effbe"/><file name="SnapshotCopyAlreadyEnabledException.php" hash="20883bfc15fdf536bb3168fd39b6c4c9"/><file name="SnapshotCopyDisabledException.php" hash="5a97cd9ce4550b5bed2cc1c52f0c414e"/><file name="SourceNotFoundException.php" hash="9b0281633515464f55b6f18ef412582c"/><file name="SubnetAlreadyInUseException.php" hash="ea8dfad2d28f574de1c676bbfff1a8b6"/><file name="SubscriptionAlreadyExistException.php" hash="a8a85aeffd72e721b74bbef92376140b"/><file name="SubscriptionCategoryNotFoundException.php" hash="c72edfffd2bf2df774b6523e1bc7f71b"/><file name="SubscriptionEventIdNotFoundException.php" hash="442e6bb4455ae519b6c9c6f572e83860"/><file name="SubscriptionNotFoundException.php" hash="64708e4b9af29c76b7ad874535de832c"/><file name="SubscriptionSeverityNotFoundException.php" hash="c4cddaf790f099d8bc8275409cca59f6"/><file name="UnauthorizedOperationException.php" hash="17fae856e885ad838335b54f442bcadc"/><file name="UnknownSnapshotCopyRegionException.php" hash="f141ccf84f1687737c954664774d1a79"/><file name="UnsupportedOptionException.php" hash="ccf71930d7de6ee7b185058dcdfe086a"/></dir><file name="RedshiftClient.php" hash="e972fdbe9442267f6404c3f9f6cce004"/><dir name="Resources"><file name="redshift-2012-12-01.php" hash="00d35ebd85de811d99ece8ea7fb73d65"/></dir></dir><dir name="Route53"><dir name="Enum"><file name="Action.php" hash="64e03183fc5178d8acc4fb510d3f1e1b"/><file name="HealthCheckType.php" hash="bf08a933801e1ff8ae590c709dc96a63"/><file name="RecordType.php" hash="4c86625b5b1b13b1a0133d261c5f1760"/><file name="ResourceRecordSetFailover.php" hash="a234fda2f8ac5b9da3202a6523d19845"/><file name="Status.php" hash="22e5216a90bf7e81e88a2961362d9542"/></dir><dir name="Exception"><file name="DelegationSetNotAvailableException.php" hash="1f30995a821f7187bfa3c1ae1fe6730f"/><file name="HealthCheckAlreadyExistsException.php" hash="46f1c28ff9db8fcb76a3ae230ad4d60d"/><file name="HealthCheckInUseException.php" hash="626f8a159c1b82bedbd998999f246321"/><file name="HostedZoneAlreadyExistsException.php" hash="4047297658083123324bc27370311e5d"/><file name="HostedZoneNotEmptyException.php" hash="b5a2910ad2d934247c38c8e96ca7a056"/><file name="IncompatibleVersionException.php" hash="71a28bb4e8b5a478c7f5104456dfcb6e"/><file name="InvalidChangeBatchException.php" hash="0495d764fb61c3762eac22922edbebbb"/><file name="InvalidDomainNameException.php" hash="dfe54be39b49c612331df43a2d1c7220"/><file name="InvalidInputException.php" hash="ef7ea019827104fd4817794c7adf99b2"/><file name="NoSuchChangeException.php" hash="132a7edb2acd811c35b947f45de50f75"/><file name="NoSuchHealthCheckException.php" hash="716c680b6d78527c689d09814e3bd8a0"/><file name="NoSuchHostedZoneException.php" hash="a52873a6fd8908e690d24babde7519fd"/><file name="PriorRequestNotCompleteException.php" hash="4a689aeffe52c7794c52bbb9a285cc1a"/><file name="Route53Exception.php" hash="dd58506a12c8f771ff626c2d22ea55b9"/><file name="TooManyHealthChecksException.php" hash="fe6361d52270886401a73109a061c2d4"/><file name="TooManyHostedZonesException.php" hash="11cdde994613ae170b863aa9560f51e5"/></dir><dir name="Resources"><file name="route53-2013-04-01.php" hash="231fb93ac3fcc36fcda84097c98d1d81"/></dir><file name="Route53Client.php" hash="ab93374502b41c84294af3dd04ed6bc6"/></dir><dir name="Route53Domains"><dir name="Exception"><file name="Route53DomainsException.php" hash="29ce880fac214f99a8935fc8f740b8b1"/></dir><dir name="Resources"><file name="route53domains-2014-05-15.php" hash="5e245b01849d8840920ab911b91ee034"/></dir><file name="Route53DomainsClient.php" hash="9e4d1b9a3fe7cd98b8d35cba4a9d5794"/></dir><dir name="S3"><file name="AcpListener.php" hash="30021c2e042185e138475242fc778cf7"/><file name="BucketStyleListener.php" hash="9d7022c32b9b88fccc6f36b0789fca09"/><dir name="Command"><file name="S3Command.php" hash="3dc05e397450a4b71a982327a206c38c"/></dir><dir name="Enum"><file name="CannedAcl.php" hash="f3b4032cea7c631b5cb1cc7947474fb8"/><file name="EncodingType.php" hash="a7cde485ca7ac5f211f0f1a842d8be6a"/><file name="Event.php" hash="1bb29324b69f9431e60583652916f2dc"/><file name="GranteeType.php" hash="b7897dc9b95f94f6b121dd6f5e28bc8f"/><file name="Group.php" hash="96d2fcdffb966c8e411fe630e10b5fc8"/><file name="MFADelete.php" hash="21617876155e75c94b8bc6f8380aec16"/><file name="MetadataDirective.php" hash="274e400686bd9a855a74c7f90554fb61"/><file name="Payer.php" hash="e25af5161310f4c6e3bd10063861d69e"/><file name="Permission.php" hash="d9a0af6b2cdc229239b047f23d838cff"/><file name="Protocol.php" hash="d97f9232bba001d3bf6ec41259636670"/><file name="ServerSideEncryption.php" hash="48d3a44084406aff1541a5defe9320f4"/><file name="Status.php" hash="918d94f3d16f77cac2276b85071e8e93"/><file name="Storage.php" hash="0266e6eb192fc241d3748d3ac04def25"/><file name="StorageClass.php" hash="813636035d4e3c256791152d0e3ec8ad"/></dir><dir name="Exception"><file name="AccessDeniedException.php" hash="c114efca1dcf9a7e3344fa406db0d494"/><file name="AccountProblemException.php" hash="4e04036a4f99661d3d24ba013d26c69a"/><file name="AmbiguousGrantByEmailAddressException.php" hash="b7055c317e07c03c66bdadd3cd6f2fee"/><file name="BadDigestException.php" hash="7ce5a3538bd37d2d893a5a4641ca5e87"/><file name="BucketAlreadyExistsException.php" hash="c70ca0f46a271fbb3a0dd8634778b241"/><file name="BucketAlreadyOwnedByYouException.php" hash="03ddf3e40d02c69d98e31a1ba0e11350"/><file name="BucketNotEmptyException.php" hash="c4164313e71b86ec0a94469ae59f5c7c"/><file name="CredentialsNotSupportedException.php" hash="28e5df8a1f769a05c4b0c17da307c821"/><file name="CrossLocationLoggingProhibitedException.php" hash="6604c9fc43cc2fcbbf5e20c22edb6026"/><file name="DeleteMultipleObjectsException.php" hash="08d0fa5ebbc445faddabca975a979884"/><file name="EntityTooLargeException.php" hash="a363b75b6140aa59516d6958bd818487"/><file name="EntityTooSmallException.php" hash="8244c7d196fcf6cfe81ce6be4e4ee3c3"/><file name="ExpiredTokenException.php" hash="9fde3c8c1f8ce13d3c1459ba80888484"/><file name="IllegalVersioningConfigurationException.php" hash="7502affc30c08ec7dec2ca9b79623861"/><file name="IncompleteBodyException.php" hash="3868573f4b4169bd66ec7ed55e828212"/><file name="IncorrectNumberOfFilesInPostRequestException.php" hash="9a7794f2028a7bbecb37f02a291f6c13"/><file name="InlineDataTooLargeException.php" hash="16a05c43ee339551a41d6db30b3ca660"/><file name="InternalErrorException.php" hash="af766935b9509e930d0ae19802289e4a"/><file name="InvalidAccessKeyIdException.php" hash="32f96f069dba33c77642bddfffe8db8b"/><file name="InvalidAddressingHeaderException.php" hash="e8951816cc56a7230167d73186c0ab90"/><file name="InvalidArgumentException.php" hash="26a64d61b80ab87cd4da2f0959951859"/><file name="InvalidBucketNameException.php" hash="389ba9774c6752da399d5a06714ca70d"/><file name="InvalidBucketStateException.php" hash="9010cee7e70cd31d533d490a0f676b7c"/><file name="InvalidDigestException.php" hash="498ad6eea22c072303d33040e1e2fb8a"/><file name="InvalidLocationConstraintException.php" hash="649bb9f9299de94c32142afe6966e3bd"/><file name="InvalidPartException.php" hash="cf7972454e18711007a3282ab14b0b2e"/><file name="InvalidPartOrderException.php" hash="2844134a42c3bf7250e00356a1af54c6"/><file name="InvalidPayerException.php" hash="668af3f62f403e4dff00bcf4c547586d"/><file name="InvalidPolicyDocumentException.php" hash="24708723851ace58c30233fbcd2a61c0"/><file name="InvalidRangeException.php" hash="98cfd5cd3599cea086cc16fa50447132"/><file name="InvalidRequestException.php" hash="dc44e8a1c168511de2b21dc9d0dcf26b"/><file name="InvalidSOAPRequestException.php" hash="07f4d5593c6119ab815a5abfafd45b4b"/><file name="InvalidSecurityException.php" hash="c5325d7ab1f09760b5cfb5dff1452cf5"/><file name="InvalidStorageClassException.php" hash="deeb571087b1013016717869ab219938"/><file name="InvalidTagErrorException.php" hash="28b72289665d68843022d1b8278afe4e"/><file name="InvalidTargetBucketForLoggingException.php" hash="04fb8e74ecc189e6b0436e1260dce9c5"/><file name="InvalidTokenException.php" hash="b21fb6f6445972b9c30d3bb566ace2de"/><file name="InvalidURIException.php" hash="cc39ea5c4ca166c4789366041d2c6647"/><file name="KeyTooLongException.php" hash="aeb54c82dfc9fa87084948e2e1010d96"/><file name="MalformedACLErrorException.php" hash="f6373149be4c19ccb7b614f3a3628ad7"/><file name="MalformedPOSTRequestException.php" hash="6aa99b0de24f2eb1a9de7df2715e38f3"/><file name="MalformedXMLException.php" hash="ef3fe78d3ed3db0db2ec67a04ad5a1a5"/><file name="MaxMessageLengthExceededException.php" hash="e398b2a0c10de3a9ed33612647dceb5b"/><file name="MaxPostPreDataLengthExceededErrorException.php" hash="c0d03c2fc6dd1d30cb53753ff3e76533"/><file name="MetadataTooLargeException.php" hash="49cef4705a18558a98a461da746f6d07"/><file name="MethodNotAllowedException.php" hash="1bca38cffcc6eb5eb5245f5a89007381"/><file name="MissingAttachmentException.php" hash="d89997a566746ebfafb220946f27a5a6"/><file name="MissingContentLengthException.php" hash="84bdb0a39275eb219deb1a2f75c391e5"/><file name="MissingRequestBodyErrorException.php" hash="402ba71db04643214cb40a1bd7d049ef"/><file name="MissingSecurityElementException.php" hash="d4fda63c036e22004452d73ed1e464d8"/><file name="MissingSecurityHeaderException.php" hash="aea750e7eebe1dfc9e487c789a6a9459"/><file name="NoLoggingStatusForKeyException.php" hash="3b8655854d58f4a783e82b2b3dc7c1e9"/><file name="NoSuchBucketException.php" hash="67678971e88adba7f2f48d63cc95adf3"/><file name="NoSuchBucketPolicyException.php" hash="5077fdc0b6cd80437ef07d3f35fd70fb"/><file name="NoSuchCORSConfigurationException.php" hash="78aa44073391f74bfd34303266c8959b"/><file name="NoSuchKeyException.php" hash="79da9b57a5ebe3cac8d7d2b0f43fdfab"/><file name="NoSuchLifecycleConfigurationException.php" hash="27e721bae72c4019ae6d2194a6572ba5"/><file name="NoSuchTagSetException.php" hash="87a668a2c3678f96ec74498dcab32a96"/><file name="NoSuchUploadException.php" hash="de7d7276e8357e59053247069af4b17c"/><file name="NoSuchVersionException.php" hash="85b88fa151a076d133d6c9515c0f8b56"/><file name="NoSuchWebsiteConfigurationException.php" hash="18d8abb944dede950e933b4c8fb4c45d"/><file name="NotImplementedException.php" hash="bfded76dd7733080fc05e35fc9b5d570"/><file name="NotSignedUpException.php" hash="812bae6a59981af1cade72c37ca87886"/><file name="NotSuchBucketPolicyException.php" hash="714b2ba8c970dac2950314acccb4951e"/><file name="ObjectAlreadyInActiveTierErrorException.php" hash="f3c4ce492a49fe06caabecddd73658c3"/><file name="ObjectNotInActiveTierErrorException.php" hash="3ac099a476fa8cce2e0de5de51e81016"/><file name="OperationAbortedException.php" hash="a52b194d60900563f77d9deadbce14ed"/><dir name="Parser"><file name="S3ExceptionParser.php" hash="8b11e6c2e0aab8b276cf2cd90e36fc63"/></dir><file name="PermanentRedirectException.php" hash="61c2464e91a1b3313ccb9dde9d6ea207"/><file name="PreconditionFailedException.php" hash="8f04f2096229d8e4c99039e2f8685de5"/><file name="RedirectException.php" hash="bcc61525ec8286557cc882e620e0449b"/><file name="RequestIsNotMultiPartContentException.php" hash="9a233980787a08e6e8f946ecbaf44933"/><file name="RequestTimeTooSkewedException.php" hash="87f1822b747922a3dd576f4da63f1fc1"/><file name="RequestTimeoutException.php" hash="33862ef527aedb321a40c555d0d81250"/><file name="RequestTorrentOfBucketErrorException.php" hash="b7cf62f982b95dd160f44ea6553724d1"/><file name="S3Exception.php" hash="44d15cd57f1f8b5405f7776b636c9a4a"/><file name="ServiceUnavailableException.php" hash="054e5b096daaad03ee7c920660fbf32c"/><file name="SignatureDoesNotMatchException.php" hash="20791b3cbe22c91750cfae0c45e345d4"/><file name="SlowDownException.php" hash="2cab1602b76a19567c65bfcdbbd26b66"/><file name="TemporaryRedirectException.php" hash="d4e23dee2d180e598e4ab8562df97449"/><file name="TokenRefreshRequiredException.php" hash="f3d13abdc5305ab7de861a85b9f2eeae"/><file name="TooManyBucketsException.php" hash="37840f4760fa1c45336f203543b39c3f"/><file name="UnexpectedContentException.php" hash="5a7af7f0861aec70975e22383edf1605"/><file name="UnresolvableGrantByEmailAddressException.php" hash="ddacbd4d1ee7341fba322be7acda04b2"/><file name="UserKeyMustBeSpecifiedException.php" hash="b670411122d9f08bc7a3cb7ca3ba07e7"/></dir><file name="IncompleteMultipartUploadChecker.php" hash="e181099ab8c3574e9d610109832f6d5e"/><dir name="Iterator"><file name="ListBucketsIterator.php" hash="f9c6dcc72963c40346bae45f25a39dd1"/><file name="ListMultipartUploadsIterator.php" hash="ad8bc7cfcb905bbcee5ac63f0d1a248a"/><file name="ListObjectVersionsIterator.php" hash="f05cf3b2a73eff79ed325dc18f91a8b9"/><file name="ListObjectsIterator.php" hash="0ee82969d170a64ace65fbbc06ba8a2d"/><file name="OpendirIterator.php" hash="1a8fc303bcfda2405023bc9ed07fc532"/></dir><dir name="Model"><file name="Acp.php" hash="993d7535468f8eec4ae4f82f2bc4d244"/><file name="AcpBuilder.php" hash="087c08ae99813dcdcd22126028721891"/><file name="ClearBucket.php" hash="5211fd4af3eabebdbc15aab48f7200bd"/><file name="DeleteObjectsBatch.php" hash="df249d6cd2cc85213898d5f09c21b1e4"/><file name="DeleteObjectsTransfer.php" hash="8442fbd945058c8ce270abe2a3db63c5"/><file name="Grant.php" hash="9c50fd6b72cb5ce202ffb8aa91dc9ae3"/><file name="Grantee.php" hash="6be236f5723bd6489e97c070056ad4aa"/><dir name="MultipartUpload"><file name="AbstractTransfer.php" hash="2990bfe532b2a837406e0a4847dc3b8e"/><file name="ParallelTransfer.php" hash="b94189665c7f24d81fd065703550fb3b"/><file name="SerialTransfer.php" hash="027004eda09ff1954e1833040df9b869"/><file name="TransferState.php" hash="45484c7268141212c6a346ee5ff05962"/><file name="UploadBuilder.php" hash="042169a77d1df6b29ad8b75d8707e1ae"/><file name="UploadId.php" hash="0925b992d88491867fe204bb216c9961"/><file name="UploadPart.php" hash="e52983d0299b0dddcf62ac3fe2a7eff0"/></dir><file name="PostObject.php" hash="66c17323a34783f638c1fd81e619a45e"/></dir><dir name="Resources"><file name="s3-2006-03-01.php" hash="a4eb71497b8700288d3016544d22a626"/></dir><file name="ResumableDownload.php" hash="c2c0b6848e5766e351fc5bf0cc5ba308"/><file name="S3Client.php" hash="67a1e833b48f3456dcecc74ed6dfb32d"/><file name="S3Md5Listener.php" hash="61a2a32166a1ca9f0897c31644b17f05"/><file name="S3Signature.php" hash="20820eeb37e5dd045ba91455fc64a088"/><file name="S3SignatureInterface.php" hash="38b32ba608f23cf157a4d9782f47d6f1"/><file name="S3SignatureV4.php" hash="3f2120c87ce46b2cffbaefdf5b4e00ff"/><file name="SocketTimeoutChecker.php" hash="c6af6b2766ebf5dced00b8097c480861"/><file name="SseCpkListener.php" hash="9577868d44c40ea046d38917c736d416"/><file name="StreamWrapper.php" hash="dce729353d53b9ce563baffff3e797eb"/><dir name="Sync"><file name="AbstractSync.php" hash="cf937c67b37e8324b092f0e0d4dcf2b2"/><file name="AbstractSyncBuilder.php" hash="6d15b7ff5585bb0b8afa8b9882e59e7b"/><file name="ChangedFilesIterator.php" hash="ae92607d9ceddd5674505361a8707723"/><file name="DownloadSync.php" hash="c5f5902b0f3efa03abaedcdf5a8b51ae"/><file name="DownloadSyncBuilder.php" hash="4431c83c1ca49780bc489404c02da65a"/><file name="FilenameConverterInterface.php" hash="e1367db996b4bf594e6d05871be1147d"/><file name="KeyConverter.php" hash="82accba85c2eb6ff5a64094812c507a1"/><file name="UploadSync.php" hash="c82772efc07aa48d2b32e4bba547ac06"/><file name="UploadSyncBuilder.php" hash="fe0354dcb7c3a822290c9f21c11669e9"/></dir></dir><dir name="Ses"><dir name="Enum"><file name="IdentityType.php" hash="7b1434f0dd2bebf330bb8e67b5776c16"/><file name="MailboxSimulator.php" hash="2fcebe481c157a59ab4bf48d7f3d5b1a"/><file name="NotificationType.php" hash="de1d29bace5b3760dfb932f12b6debf3"/><file name="VerificationStatus.php" hash="1ec0dc20df5850342d4fdbbf22584d18"/></dir><dir name="Exception"><file name="MessageRejectedException.php" hash="8fe4d09febaafe19905490ca8289cb31"/><file name="SesException.php" hash="80c490691ee79c616ac3199e02609773"/></dir><dir name="Resources"><file name="ses-2010-12-01.php" hash="028aafe0c223ddada6cdb4765784792a"/></dir><file name="SesClient.php" hash="9853c16cf7a707a89abeb0258f534d59"/></dir><dir name="SimpleDb"><dir name="Exception"><file name="AttributeDoesNotExistException.php" hash="89cd247daec2557d7aa3e4a516375124"/><file name="DuplicateItemNameException.php" hash="e0853eec8bfeca7af07647e7661745b3"/><file name="InvalidNextTokenException.php" hash="9a5eb3b4f58096cbff6ca50452aaa5de"/><file name="InvalidNumberPredicatesException.php" hash="82154f8919c46f04fe458e5e1c4930ac"/><file name="InvalidNumberValueTestsException.php" hash="a518f2835e281940b42636bc74236dc0"/><file name="InvalidParameterValueException.php" hash="1dae86e1f9d1c1ab52b92a2f9b54ebdc"/><file name="InvalidQueryExpressionException.php" hash="2b447e1872af6957f980b3356e4cc1dc"/><file name="MissingParameterException.php" hash="e137eaf206ad6c11fb3079ca37045d9a"/><file name="NoSuchDomainException.php" hash="174107d8484ef69fd125a222b892378c"/><file name="NumberDomainAttributesExceededException.php" hash="30c9362c7b6f7c1e180d66b752cabbac"/><file name="NumberDomainBytesExceededException.php" hash="39cdcaa259801c17c3285cc6fe63abd1"/><file name="NumberDomainsExceededException.php" hash="55407c961af9be88f1f1b0d727022b60"/><file name="NumberItemAttributesExceededException.php" hash="534337c97805fb83fc44cc170062c192"/><file name="NumberSubmittedAttributesExceededException.php" hash="966af01414e272c08da36ee7f5cf6a66"/><file name="NumberSubmittedItemsExceededException.php" hash="c4b4a39f2dcb54b6d22eaa78ec27d3e2"/><file name="RequestTimeoutException.php" hash="1db604dfb1a3d872f1a938560f4fde09"/><file name="SimpleDbException.php" hash="00ae6c090e9b29dbe94e2bf89afb4714"/><file name="TooManyRequestedAttributesException.php" hash="bc7f7097143def4f5af396975f6e9d58"/></dir><dir name="Resources"><file name="simpledb-2009-04-15.php" hash="0d98671e1cd0ab2882a52cd9953baee2"/></dir><file name="SimpleDbClient.php" hash="7b53c35b254731b13655b9472cb17b34"/></dir><dir name="Sns"><dir name="Exception"><file name="AuthorizationErrorException.php" hash="c9c32bebd0667506abcbcd9f4429a777"/><file name="EndpointDisabledException.php" hash="19efdabc8d90e59e134c4e6fceba40b4"/><file name="InternalErrorException.php" hash="d9fc5142ac993b516e74f341b26a0028"/><file name="InvalidParameterException.php" hash="4607881f657f45574e7cc7c293684d81"/><file name="NotFoundException.php" hash="78af1af1d83ca29500aac9556936f550"/><file name="PlatformApplicationDisabledException.php" hash="30ccee756ebe28b9d7ee09be2dd73b30"/><file name="SnsException.php" hash="a164f228095640cc761e8f062db18c17"/><file name="SubscriptionLimitExceededException.php" hash="3a3a6d27050da606c25ec33596e656cf"/><file name="TopicLimitExceededException.php" hash="1af31f173c47f90c6ff0bfea1f8622ab"/></dir><dir name="MessageValidator"><dir name="Exception"><file name="CannotGetPublicKeyFromCertificateException.php" hash="ae5ac1b193faefd454d41de4319b7b32"/><file name="CertificateFromUnrecognizedSourceException.php" hash="041127c1828cb7953e04f30a3b406faa"/><file name="InvalidMessageSignatureException.php" hash="ef92f5716162e9e93e8db80cbc920656"/><file name="SnsMessageValidatorException.php" hash="be9ed15b7e83fb785569b12651e6c2f6"/></dir><file name="Message.php" hash="26b46ec304ab9cd5dd068d43f8b2924f"/><file name="MessageValidator.php" hash="68653002b72236ac275ea1d399f1435d"/></dir><dir name="Resources"><file name="sns-2010-03-31.php" hash="692bf0be0226d3465ed51c60c172d9c3"/></dir><file name="SnsClient.php" hash="a296dbd7d66b16156e8d93493e9069c6"/></dir><dir name="Sqs"><dir name="Enum"><file name="MessageAttribute.php" hash="972a07c9b6af94cdb381481ec942843e"/><file name="QueueAttribute.php" hash="7482f852d5f3babf6cf740be8f9d6ce8"/></dir><dir name="Exception"><file name="SqsException.php" hash="2d9b4c27e76ddd89890a54327a8e52dc"/></dir><file name="Md5ValidatorListener.php" hash="314b5f6805e9f74ff79307f58e5625f8"/><file name="QueueUrlListener.php" hash="4bea909a2ab8645701add09842ac3dd5"/><dir name="Resources"><file name="sqs-2012-11-05.php" hash="2f501524766ebd042f29f54351e6550f"/></dir><file name="SqsClient.php" hash="d9f08504d0c59daa764433ce3f69044d"/></dir><dir name="Ssm"><dir name="Exception"><file name="SsmException.php" hash="a4ac1b18b57f9241d192bbf07a7297c7"/></dir><dir name="Resources"><file name="ssm-2014-11-06.php" hash="21f5a00ad7f69306cf660854da2d9cd6"/></dir><file name="SsmClient.php" hash="170fdd84e105c45022bd7dacc979dca2"/></dir><dir name="StorageGateway"><dir name="Enum"><file name="BandwidthType.php" hash="74737be50725532cb9c59adb4e0964c6"/><file name="DiskAllocationType.php" hash="9172f0a549961cfdda4946e97ae7fd4b"/><file name="ErrorCode.php" hash="112ce969ef8b5ca60e5e8d5402c3aba4"/><file name="GatewayState.php" hash="cf95681599926a3343d5713af3176407"/><file name="GatewayTimezone.php" hash="d5443798ff34349b53c2e2ea8babd3be"/><file name="GatewayType.php" hash="3df5febc6781a936c030daf16955afc7"/><file name="VolumeStatus.php" hash="8c83be75e61c5357ec43c372e74b691a"/><file name="VolumeType.php" hash="e463cdf364baa9d29b4edb2ffa78e523"/></dir><dir name="Exception"><file name="InternalServerErrorException.php" hash="3b24f8be8621ac6edf9b158bc446e6a6"/><file name="InvalidGatewayRequestException.php" hash="67bd6762bc276b9820b0a172f1b16dac"/><file name="StorageGatewayException.php" hash="55e455a7de135b016edb2e49aac1201e"/></dir><dir name="Resources"><file name="storagegateway-2013-06-30.php" hash="ce4a78d0581787201ac824b623e446ac"/></dir><file name="StorageGatewayClient.php" hash="b77d967af2398f2fd9809e8faec24bc7"/></dir><dir name="Sts"><dir name="Exception"><file name="ExpiredTokenException.php" hash="dbbe480b720f40f1ac1153e8e47791c9"/><file name="IDPCommunicationErrorException.php" hash="cad826cd21ea1b633cfcf2a020f8f9e0"/><file name="IDPRejectedClaimException.php" hash="d07ca295e8793954dbcc65e302a1c36f"/><file name="IncompleteSignatureException.php" hash="803bac0bdd431bd158f41afc80c5a3f4"/><file name="InternalFailureException.php" hash="fce4ddd89a91f91c36faa6220ad40f15"/><file name="InvalidActionException.php" hash="fb480af522618852b977603fea415be0"/><file name="InvalidAuthorizationMessageException.php" hash="7cd9f2747d82ce405a4fd1d4c0004438"/><file name="InvalidClientTokenIdException.php" hash="3f3db6cbae9c84bff46adf1de0dbd124"/><file name="InvalidIdentityTokenException.php" hash="6fc19a03fcae589b1caa90249f7e1666"/><file name="InvalidParameterCombinationException.php" hash="1d2a1163551980de91c132e6377f59ca"/><file name="InvalidParameterValueException.php" hash="f7bff008b2f1d8f16d958d0d00cb2ff6"/><file name="InvalidQueryParameterException.php" hash="7e0ba0cee050bac2c7060f21019a8a73"/><file name="MalformedPolicyDocumentException.php" hash="7cf8992e0d384d4829967f8e53c6e4be"/><file name="MalformedQueryStringException.php" hash="43bbb0c8d87b0999632b1ae16d874e2e"/><file name="MissingActionException.php" hash="e40d84bc4bf89e0706156fb4ceb4992e"/><file name="MissingAuthenticationTokenException.php" hash="7a24a9e4185c9900967debdea54dc49b"/><file name="MissingParameterException.php" hash="9de74bfa936d873b8b3c63695c3c7c4e"/><file name="OptInRequiredException.php" hash="b7f0e7d5e1bb49a0fb73f7a7f839eb0f"/><file name="PackedPolicyTooLargeException.php" hash="e77e686eff1950ef2b9f7e7404a4cfba"/><file name="RequestExpiredException.php" hash="944c6a51faa1b5577f237f398cb95c04"/><file name="ServiceUnavailableException.php" hash="5ed7c8a34573ae519a32d61625d0448f"/><file name="StsException.php" hash="b7dbe8f33e451b0136c3f7676591e314"/><file name="ThrottlingException.php" hash="09497f7ecbfbecd52c4c587386c949ea"/></dir><dir name="Resources"><file name="sts-2011-06-15.php" hash="c5cdca39731a2f7ddb1d00207f9d1638"/></dir><file name="StsClient.php" hash="e80932946136ff4e97c06b0c1e109862"/></dir><dir name="Support"><dir name="Exception"><file name="CaseCreationLimitExceededException.php" hash="a0d1a52db7d496720900698bfcc12acd"/><file name="CaseIdNotFoundException.php" hash="8c172d57df8a56bf3ddc1b8e32263c55"/><file name="InternalServerErrorException.php" hash="aead0e93de8a5cf4e8560a6c85d7e5f7"/><file name="SupportException.php" hash="8794c47dfbe7b39a9a4c6d2ed524dc0f"/></dir><dir name="Resources"><file name="support-2013-04-15.php" hash="b7035a367f74b10ed989edaffb74ac1f"/></dir><file name="SupportClient.php" hash="2f73b3ddb8b313ba48e67de4686ee158"/></dir><dir name="Swf"><dir name="Enum"><file name="ActivityTaskTimeoutType.php" hash="ae5ef267a855e9ce7f05f813d5c98323"/><file name="ChildPolicy.php" hash="cfc441001e155672d0c2a9b8b6b35653"/><file name="CloseStatus.php" hash="5bb4c09c3f5d67c69796d981ccb88c19"/><file name="DecisionTaskTimeoutType.php" hash="ce0b0593dc9eabce8f1720150d8638ae"/><file name="DecisionType.php" hash="c339e1c2d6e8c2ca77bf7ff5ed71224e"/><file name="EventType.php" hash="93cb1244b83337f3ce72d3cac51f9601"/><file name="ExecutionStatus.php" hash="fe48756d2888aa93a372fc93dcbc7e35"/><file name="RegistrationStatus.php" hash="932c801a3cb1caef4d1e52673d9cf3d1"/><file name="WorkflowExecutionTimeoutType.php" hash="aaee716b3bb93d45f07e3d49f3332a5a"/></dir><dir name="Exception"><file name="DefaultUndefinedException.php" hash="f4c46800e3c0c5422df40efe10094a97"/><file name="DomainAlreadyExistsException.php" hash="442c06492c3e0ea4ceaf16212348e4cd"/><file name="DomainDeprecatedException.php" hash="ed9e65abac25df8bf792ce44925adc6b"/><file name="LimitExceededException.php" hash="72c4292360bc2a24e0877d3c32c0ed02"/><file name="OperationNotPermittedException.php" hash="862ac52541784804ad342acd738d2445"/><file name="SwfException.php" hash="e4c24f76c14661c34393f261e05e0fe5"/><file name="TypeAlreadyExistsException.php" hash="c7ecf2b68e784f02f3b81c85dea3fbb0"/><file name="TypeDeprecatedException.php" hash="50cdd637dcd8b74501084d8d3db31412"/><file name="UnknownResourceException.php" hash="fc9b976aa824ec9928a4b6c0dbdfc393"/><file name="WorkflowExecutionAlreadyStartedException.php" hash="3ac7b424e3b3e94f6931b655f90eea8c"/></dir><dir name="Resources"><file name="swf-2012-01-25.php" hash="a3abbc05e43a5fc3b5210d22ae4f5b9a"/></dir><file name="SwfClient.php" hash="12f09a25eef4e825ddfaca554261b654"/></dir><dir name="WorkSpaces"><dir name="Exception"><file name="WorkSpacesException.php" hash="3ac92ba9feb0a3eeae3cdabb3238c1f0"/></dir><dir name="Resources"><file name="workspaces-2015-04-08.php" hash="6ed4c07ab56b3823ec09194f7d647ba9"/></dir><file name="WorkSpacesClient.php" hash="36422f2a103ced2d49e6d7648648576f"/></dir></dir><file name="CHANGELOG.md" hash="57dc311e703eccfeb94cf6a5d4d54a90"/><dir name="Doctrine"><dir name="Common"><dir name="Cache"><file name="ApcCache.php" hash="3f744bf0d0084f8c6e43432692ecfcdd"/><file name="ApcuCache.php" hash="408fe138c6dea9faab5c3bf5e24d3e66"/><file name="ArrayCache.php" hash="be931a1bec4017e561b68c1e02bcf490"/><file name="Cache.php" hash="cfa5e330e14d42b9e9c12014b349c747"/><file name="CacheProvider.php" hash="62619a53b222b1bee2ce380177d587be"/><file name="ChainCache.php" hash="edaa0cfacbb1269da34784f33399ee11"/><file name="ClearableCache.php" hash="94cf223b2fc66317909c3c247adb843a"/><file name="CouchbaseCache.php" hash="293e1d41557bf6b9ab5aef606c5e2b6a"/><file name="FileCache.php" hash="ba0398a8ac3562192c96588dba8dadf3"/><file name="FilesystemCache.php" hash="54b9b4957ac3d823436bee53127ab30f"/><file name="FlushableCache.php" hash="a1c0872ae308f188d0b57221ee104172"/><file name="MemcacheCache.php" hash="f4520ce37c072f70a316bfa2b8388e13"/><file name="MemcachedCache.php" hash="a8ab19b6b265415b03335df59921708c"/><file name="MongoDBCache.php" hash="3e5f273138f69ebff24eb2ffa9193e4e"/><file name="MultiGetCache.php" hash="c97c479fcc9506c7474b114cba01a34d"/><file name="MultiPutCache.php" hash="61e788cd46698aab084d31fa4beeaa5e"/><file name="PhpFileCache.php" hash="50838f97a46c320ac9881a11890093af"/><file name="PredisCache.php" hash="e4c1d735fb6749eecaeabaa7d93e1968"/><file name="RedisCache.php" hash="2fb87b00423c5d3de6e422bd41e8e618"/><file name="RiakCache.php" hash="ec98d68d52a22a986ea91149a981c0d1"/><file name="SQLite3Cache.php" hash="ee5ae61b0be2e1367d47f53228bca32c"/><file name="Version.php" hash="f6b606ccd526f0dc5c9af1dc4bd0b03b"/><file name="VoidCache.php" hash="377ba38efc6aa8723cedd1b7d7b93b45"/><file name="WinCacheCache.php" hash="14a1f5c07adf9d92a252d53dafa1da93"/><file name="XcacheCache.php" hash="7bb6d247fd3010c037562b16195f0943"/><file name="ZendDataCache.php" hash="ea438b0409996d058d562326a737dade"/></dir></dir></dir><dir name="Guzzle"><dir name="Batch"><file name="AbstractBatchDecorator.php" hash="b9f1ce19f113f4d5b5886b04219b26c6"/><file name="Batch.php" hash="b780b6cafbfefc90e32ca531e1406239"/><file name="BatchBuilder.php" hash="0658d8456d338b2b4f5e5bd12875af1c"/><file name="BatchClosureDivisor.php" hash="be8e54078d5dcc5e5089006b0399096e"/><file name="BatchClosureTransfer.php" hash="43125673b59879626fb833603e6a23d2"/><file name="BatchCommandTransfer.php" hash="7129a1584dd4ad7f92d56040124676c2"/><file name="BatchDivisorInterface.php" hash="9b1460f23f32fc4beee434f7ad1de674"/><file name="BatchInterface.php" hash="bdf900e6c7038e23ede1ee25cafa05bc"/><file name="BatchRequestTransfer.php" hash="9671e493d9d3a8271de4e2c3d8d33d5d"/><file name="BatchSizeDivisor.php" hash="282368575f4576cb5b8e323921fbce7d"/><file name="BatchTransferInterface.php" hash="c92e98244535738d7b8c8304076da4ff"/><dir name="Exception"><file name="BatchTransferException.php" hash="3f8eb4b34fe7eb242b647a00acc60f00"/></dir><file name="ExceptionBufferingBatch.php" hash="172ecdb412b2116f8cfc43632aed5971"/><file name="FlushingBatch.php" hash="0a176cd0d3c37fd6d3c3edd32973ee63"/><file name="HistoryBatch.php" hash="62cabc0fe63acc14fb8bf2e551b6f673"/><file name="NotifyingBatch.php" hash="b7d39171fc686a2124b93a85954542a5"/></dir><dir name="Cache"><file name="AbstractCacheAdapter.php" hash="d299bf5b6503b485390d54a6fe9894e8"/><file name="CacheAdapterFactory.php" hash="f3431ddaa54b2a5ac8f9fe7c3402749e"/><file name="CacheAdapterInterface.php" hash="0c6a26170379b4c3f42240a1747f51d8"/><file name="ClosureCacheAdapter.php" hash="617c0958c5a41811443553755bd57e85"/><file name="DoctrineCacheAdapter.php" hash="7d52c1448ac5136ac6bbad649e4088d0"/><file name="NullCacheAdapter.php" hash="731789c642be2ecc518aef6f576b475f"/><file name="Zf1CacheAdapter.php" hash="8ff8cf2a495cf9569eb5f83a721464f8"/><file name="Zf2CacheAdapter.php" hash="5b26ea450db552ff04cb333743c0672c"/></dir><dir name="Common"><file name="AbstractHasDispatcher.php" hash="4e0c67da62cd3cbe82b167f1855bff8e"/><file name="Collection.php" hash="bdf612b12448bab74c6a90dbdb20095b"/><file name="Event.php" hash="d239258d838e0928c2b211ab9f0f0bad"/><dir name="Exception"><file name="BadMethodCallException.php" hash="98140817d5204df2df8c758eb52e3ca2"/><file name="ExceptionCollection.php" hash="20376f2d9d97ca269c68c907cb523d8e"/><file name="GuzzleException.php" hash="a59974564cb5886db0906d38622d7b65"/><file name="InvalidArgumentException.php" hash="e176a3bfbc46ad0bcf8cc53a70ad2660"/><file name="RuntimeException.php" hash="505f3a2971d80715a8601f7bb8139023"/><file name="UnexpectedValueException.php" hash="2182332c538ad9279f1cb31ebf8cec90"/></dir><file name="FromConfigInterface.php" hash="a23e030b62590950884856109219c7f3"/><file name="HasDispatcherInterface.php" hash="efdba8306b7e0c6c04a23c4a3495e9bc"/><file name="ToArrayInterface.php" hash="5466584f27e38712cd08d8e6309b8e78"/><file name="Version.php" hash="009fed1435a5a5b13b5af957b7a69597"/></dir><dir name="Http"><file name="AbstractEntityBodyDecorator.php" hash="36d4a68be72393686cdc9e9173adbfd7"/><file name="CachingEntityBody.php" hash="55c80a146676519d5f78259b8763c4fc"/><file name="Client.php" hash="c02ddc03250535769146a8ba0b00152a"/><file name="ClientInterface.php" hash="406c37f60933c0eb3b359cf8739fca53"/><dir name="Curl"><file name="CurlHandle.php" hash="4c806cf712385f36242d0948c4f78567"/><file name="CurlMulti.php" hash="25d711e11d0278715abd6c5aee3c3f73"/><file name="CurlMultiInterface.php" hash="ba75ac02d77e97f76938e59e34596b43"/><file name="CurlMultiProxy.php" hash="e6da8aaf1649bc5f960dca7457fb3089"/><file name="CurlVersion.php" hash="7857dd20077df5870f74975d2d85e89f"/><file name="RequestMediator.php" hash="0d01e2e18ff502516c5724a995140cd2"/></dir><file name="EntityBody.php" hash="5e7d97a7d64e019859b9737d8d37a2d7"/><file name="EntityBodyInterface.php" hash="c6942f8b5cef9fa3fb6d5b7e7f718a29"/><dir name="Exception"><file name="BadResponseException.php" hash="2e358b13ef147dd6b226366a28860c7e"/><file name="ClientErrorResponseException.php" hash="13cab04cce406a1b0afcfea86ef7031c"/><file name="CouldNotRewindStreamException.php" hash="08075c1d0711249e1f0674d86b57d2ce"/><file name="CurlException.php" hash="d42f19fc1b034f410149e6ce97d5c750"/><file name="HttpException.php" hash="f78259ea006cf165d4848a312c827d0d"/><file name="MultiTransferException.php" hash="72967b8cba5f64f9e05dd8a3a609546f"/><file name="RequestException.php" hash="e5f816167d92abea64ee09a5be87fe94"/><file name="ServerErrorResponseException.php" hash="fe2621a64b89853c555a97ceffca9b08"/><file name="TooManyRedirectsException.php" hash="9c530bbf82d46c8014ede984fbc308e5"/></dir><file name="IoEmittingEntityBody.php" hash="af444084e0f6f7b83c2813db7848196d"/><dir name="Message"><file name="AbstractMessage.php" hash="b6b1aa0e6f9e5392b4164f17a504198a"/><file name="EntityEnclosingRequest.php" hash="5bea48d8dea5d8e430da038c69cbd335"/><file name="EntityEnclosingRequestInterface.php" hash="74189c9d4edcd2f6dbc04a53c538a8ee"/><dir name="Header"><file name="CacheControl.php" hash="f5025f2ec81740068b61c37014b20c94"/><file name="HeaderCollection.php" hash="ca52d21c4730c5086e0a14af790a1b68"/><file name="HeaderFactory.php" hash="5a039da3a9ae34fbdba128ca675ba6e4"/><file name="HeaderFactoryInterface.php" hash="e82845c9bf276a9a2b012e54927dd6c9"/><file name="HeaderInterface.php" hash="57719abc7b9e3a8c7c65b826a69a4df9"/><file name="Link.php" hash="b65c1fa22f1f80185d6443488c6f2db2"/></dir><file name="Header.php" hash="a1e0ae834c7a2ab486ed05b9c542db67"/><file name="MessageInterface.php" hash="b2806bc032b6960b6251b82dd23f61fd"/><file name="PostFile.php" hash="7dfb1139d6f59e8cd91203d8f66d5ad9"/><file name="PostFileInterface.php" hash="20adf5af26e9cabe000e9222fbaa64cf"/><file name="Request.php" hash="1c8bb01dec07c3a6592d5bca7e208ead"/><file name="RequestFactory.php" hash="103b8f37ac3a87afc7908f590ac7cd2c"/><file name="RequestFactoryInterface.php" hash="076e8c936861a6aaf2e2a2772ac6158b"/><file name="RequestInterface.php" hash="e643c7a168461ff20fad2e83b8b94960"/><file name="Response.php" hash="6cc91809942792439b1d95d9bdd2e404"/></dir><file name="Mimetypes.php" hash="296f3caa16598a0262fcc05cde66cbe4"/><dir name="QueryAggregator"><file name="CommaAggregator.php" hash="67ceee8d6a476d2a66594512aaa85c54"/><file name="DuplicateAggregator.php" hash="065d2f19bf0670cbe63d7d7164093b9b"/><file name="PhpAggregator.php" hash="819504c086b326dbe1ea261c1d94344b"/><file name="QueryAggregatorInterface.php" hash="0bad1c6e1af16c2d634e58e5cb272a37"/></dir><file name="QueryString.php" hash="a474b7e9546e4aefcd78c0ea78e59fd9"/><file name="ReadLimitEntityBody.php" hash="732c738571d49fd400dfad96e5623fc2"/><file name="RedirectPlugin.php" hash="f432eb2c45f734e16cf943a941b5ba86"/><dir name="Resources"><file name="cacert.pem" hash="6c81b1339b320190689e4c2d594ca67f"/></dir><file name="StaticClient.php" hash="84309c875fef96b4e773373d49e6c79a"/><file name="Url.php" hash="6b4e8d632aacc926a5c762ffd48f3946"/></dir><dir name="Inflection"><file name="Inflector.php" hash="af099fa9a6f19542cd50dc4b9e53c630"/><file name="InflectorInterface.php" hash="a575fde89bf5331c554754e83eb82dd0"/><file name="MemoizingInflector.php" hash="990be5be097a292ed84e3ce5515754ec"/><file name="PreComputedInflector.php" hash="9f2b03877e501cfefe8f1ef2f616c133"/></dir><dir name="Iterator"><file name="AppendIterator.php" hash="d17ed123efb05b686f44c2eed7d3c4fe"/><file name="ChunkedIterator.php" hash="8cdd7e82a00b9a01136a8f056db18f64"/><file name="FilterIterator.php" hash="ed7e0d5590d718f246627b7f6949cba6"/><file name="MapIterator.php" hash="7d28a4b22f442e13b6874f55746b28e0"/><file name="MethodProxyIterator.php" hash="4518ead4f857bd9721b1226068f7eb32"/></dir><dir name="Log"><file name="AbstractLogAdapter.php" hash="8125cc1372285a9132d96a76ff87dbbf"/><file name="ArrayLogAdapter.php" hash="7cd65cd88fcdb68f6a682fdf34b4a8ae"/><file name="ClosureLogAdapter.php" hash="d5798485461e5f0057f2d41e8e37cf88"/><file name="LogAdapterInterface.php" hash="67ea49d97a88cf2e46f7563abc2504a7"/><file name="MessageFormatter.php" hash="c9544d2a631334bfd77f452d270ea761"/><file name="MonologLogAdapter.php" hash="b3a1fb9dcd4905c17046eadfb79b6fae"/><file name="PsrLogAdapter.php" hash="55b4beb10ccf08e3a6041a2b404431ff"/><file name="Zf1LogAdapter.php" hash="baf4ad91fbc41481bc565f6b0079c4b4"/><file name="Zf2LogAdapter.php" hash="150ac5b6d1597041896ba262f8df8930"/></dir><dir name="Parser"><dir name="Cookie"><file name="CookieParser.php" hash="7e0fbc7015dc5f80d01a4772209b345d"/><file name="CookieParserInterface.php" hash="98ef9046ca0ce771cd9a7cf823b76c66"/></dir><dir name="Message"><file name="AbstractMessageParser.php" hash="d2dab239632534f4966b284135abe69c"/><file name="MessageParser.php" hash="812cb8b999f214ec4f2f9fddb7c6c229"/><file name="MessageParserInterface.php" hash="1d3f9753d1186f001acc71f2b383e139"/><file name="PeclHttpMessageParser.php" hash="dbe4987f6c937c04a93161531fc38938"/></dir><file name="ParserRegistry.php" hash="a538b157111059ac6cdee20699400aee"/><dir name="UriTemplate"><file name="PeclUriTemplate.php" hash="8bc54f20bbdf7159edf75973efbd6999"/><file name="UriTemplate.php" hash="b8c59a215eb0bfabdbb42b1fb9e74542"/><file name="UriTemplateInterface.php" hash="1920e2818088ba2acebdf36a44fb58bf"/></dir><dir name="Url"><file name="UrlParser.php" hash="65660d68ad322bba1a1131c2c2d48c28"/><file name="UrlParserInterface.php" hash="b4d8c4cb8ca13a5ac8f3dbe3e4f7f42d"/></dir></dir><dir name="Plugin"><dir name="Async"><file name="AsyncPlugin.php" hash="12ec1382a5c2c4d2c76bca740610fcf9"/></dir><dir name="Backoff"><file name="AbstractBackoffStrategy.php" hash="07ee263d5fe87295e8d5ecf532b4e6c5"/><file name="AbstractErrorCodeBackoffStrategy.php" hash="5308b4c3bfa331b1feec2e886bf1e38d"/><file name="BackoffLogger.php" hash="2e9be2da8552ebc96075444c48b950a1"/><file name="BackoffPlugin.php" hash="ad52ca528590cd94259c1892a8a9b6fc"/><file name="BackoffStrategyInterface.php" hash="d335f9d4bd310ef8389e2ff27c6f8f2f"/><file name="CallbackBackoffStrategy.php" hash="0a2fe568fe891ef304aeff3ef105e6d6"/><file name="ConstantBackoffStrategy.php" hash="38485d972e1fcc876e22d092dfde7f39"/><file name="CurlBackoffStrategy.php" hash="7a00f8bdddbd441eed9268c4bb250399"/><file name="ExponentialBackoffStrategy.php" hash="9c199d621974ad2c70c437629d54fdb4"/><file name="HttpBackoffStrategy.php" hash="4443aff69969039d756e3580b1353067"/><file name="LinearBackoffStrategy.php" hash="f91a338afaa2d8c55d5e00ce739e1f6d"/><file name="ReasonPhraseBackoffStrategy.php" hash="0245fa4a73cd4071b14e0595423e0430"/><file name="TruncatedBackoffStrategy.php" hash="86af5b5166fff87b89c24214cb399841"/></dir><dir name="Cache"><file name="CacheKeyProviderInterface.php" hash="b3615e71ca2d35d1455a4399cdc95241"/><file name="CachePlugin.php" hash="3b10308c4b3d8732f26740b2cd8dc0ad"/><file name="CacheStorageInterface.php" hash="d65ee0463cb9a70b29e4d2bfd59c146c"/><file name="CallbackCanCacheStrategy.php" hash="262f7b68f93486affbcc78e8eb850b32"/><file name="CanCacheStrategyInterface.php" hash="739959b1f128d105e3587788d6cb4b37"/><file name="DefaultCacheKeyProvider.php" hash="1e89b5a4015f65e399a9cdae2bc2f205"/><file name="DefaultCacheStorage.php" hash="15afd0707ee4945c94d727f061636c92"/><file name="DefaultCanCacheStrategy.php" hash="72dc9cba472369e097053dc3b62fa83c"/><file name="DefaultRevalidation.php" hash="d0e2a9a9806ddafe5079ac53dcd7e105"/><file name="DenyRevalidation.php" hash="0fd0df77357918d89dd1ef77a25d6267"/><file name="RevalidationInterface.php" hash="29ffe4f945e9e554514675e9b7e8dec0"/><file name="SkipRevalidation.php" hash="b311c417b3f64d396190e2279bc9ccf0"/></dir><dir name="Cookie"><file name="Cookie.php" hash="9df7a6a80e3261433fca1ed10d66716e"/><dir name="CookieJar"><file name="ArrayCookieJar.php" hash="ab8c990c67f2943b17c3351f4a4463cb"/><file name="CookieJarInterface.php" hash="27581b77c7c53c684a4c98041dda8f14"/><file name="FileCookieJar.php" hash="c02f91c6d1d63e21b9bf1da54c47dee0"/></dir><file name="CookiePlugin.php" hash="5b742edeb19bc6b3eb7590da7538ba7b"/><dir name="Exception"><file name="InvalidCookieException.php" hash="d4ecb86a7aa26d8016234992720a79d5"/></dir></dir><dir name="CurlAuth"><file name="CurlAuthPlugin.php" hash="358c6af63ea1143f7ec0d05b2dc87b9f"/></dir><dir name="ErrorResponse"><file name="ErrorResponseExceptionInterface.php" hash="e5139e14a9ce13f3263366a33d672d0a"/><file name="ErrorResponsePlugin.php" hash="45bfc917117a7bf3383b6aa4c91a61d4"/><dir name="Exception"><file name="ErrorResponseException.php" hash="f41fd239940b8a9743175aa7fcb667b9"/></dir></dir><dir name="History"><file name="HistoryPlugin.php" hash="a96548ca730dc3c30f4fd55269ab9366"/></dir><dir name="Log"><file name="LogPlugin.php" hash="edd07bde284119ac2c64a1fbe031fe42"/></dir><dir name="Md5"><file name="CommandContentMd5Plugin.php" hash="fceaf6b488b364494a019a3edeea5ca7"/><file name="Md5ValidatorPlugin.php" hash="10de21872b9a766dd9b7c6deb27ce7e3"/></dir><dir name="Mock"><file name="MockPlugin.php" hash="7ebcfc53353ebe2c6f562ecfa16c65cf"/></dir><dir name="Oauth"><file name="OauthPlugin.php" hash="5fab9b6d4196420d914d872546f951e4"/></dir></dir><dir name="Service"><file name="AbstractConfigLoader.php" hash="fadda279693196ee2b060c08c690e85e"/><dir name="Builder"><file name="ServiceBuilder.php" hash="f21d131c279c905c2fbabc0976eef4bd"/><file name="ServiceBuilderInterface.php" hash="bc6520550afd05e5f27ee497ddc9b98a"/><file name="ServiceBuilderLoader.php" hash="53a96413e4c1a2b37510ff004e6b6761"/></dir><file name="CachingConfigLoader.php" hash="2c839f9e977f695311d62795940c640c"/><file name="Client.php" hash="68cbfb7e8ca06778d823b07ddf7f75c9"/><file name="ClientInterface.php" hash="69101c62bb0ff45a844b6864fc4cf45c"/><dir name="Command"><file name="AbstractCommand.php" hash="5eabfb0603f0deaaf9bfb17ab9297e63"/><file name="ClosureCommand.php" hash="3876307ef98207db9cdfada1fd8f5224"/><file name="CommandInterface.php" hash="8b4f4127ba39a0272b3bf9e5a7976178"/><file name="CreateResponseClassEvent.php" hash="e433e97f9b6e2ef5f36e50170b683db2"/><file name="DefaultRequestSerializer.php" hash="7029bf945d7af2ecd2058baa6afc0182"/><file name="DefaultResponseParser.php" hash="8f4fa4c0fe016ab06a62897758133303"/><dir name="Factory"><file name="AliasFactory.php" hash="8aa51c0d9fa6f5935551476a44355f3b"/><file name="CompositeFactory.php" hash="dd2d5cbc41ef6251021ff72a19774444"/><file name="ConcreteClassFactory.php" hash="e7016e0a7a21bde0fd77843e04063c54"/><file name="FactoryInterface.php" hash="8fcc60e2f072c8db3f827d5cbd12bb0f"/><file name="MapFactory.php" hash="4445d257270bfa8582e3e3c81c9826f3"/><file name="ServiceDescriptionFactory.php" hash="9968506d9ec070b60f01194333e65688"/></dir><dir name="LocationVisitor"><dir name="Request"><file name="AbstractRequestVisitor.php" hash="45216644e104e45d7292d14ba0bbd49a"/><file name="BodyVisitor.php" hash="f1cf1712a0f418f7886d83e21c595179"/><file name="HeaderVisitor.php" hash="226cd1bca529a8264c7b36de67c1e047"/><file name="JsonVisitor.php" hash="19ea9ecc74adb93e653de7bbd21d0238"/><file name="PostFieldVisitor.php" hash="09063aa2cdd5c2674a1dc0dfc48fa9dd"/><file name="PostFileVisitor.php" hash="971b1625f46b1e37dbbbadeb2bffa4e2"/><file name="QueryVisitor.php" hash="6a1d4a491cb910600dc74cf2f3fc7796"/><file name="RequestVisitorInterface.php" hash="5d442ef6170bfa2c9758a0e665f580fd"/><file name="ResponseBodyVisitor.php" hash="fa1a16f74a8940b84d992fad65a65f4c"/><file name="XmlVisitor.php" hash="555578334a9d6508e91cc1e29d299926"/></dir><dir name="Response"><file name="AbstractResponseVisitor.php" hash="4bc3f2edf4afc88584b17ba247dfad13"/><file name="BodyVisitor.php" hash="dcd7319c0c8ecda98d2333f895a601bc"/><file name="HeaderVisitor.php" hash="43324f3f88ba9d90d44c4a2e15220204"/><file name="JsonVisitor.php" hash="c6ab595cd3a437e9b4694910d18755fd"/><file name="ReasonPhraseVisitor.php" hash="0a41ebce6a4a6d3803575e49c09cbc4d"/><file name="ResponseVisitorInterface.php" hash="18232989140f5e739150f08224fed604"/><file name="StatusCodeVisitor.php" hash="f53e7b4f7fe03cdc85eb1ef162ef31d3"/><file name="XmlVisitor.php" hash="f32f97228357fb2e72bb609d821b7844"/></dir><file name="VisitorFlyweight.php" hash="3732e718ba63b6f12cf959e413abf4cf"/></dir><file name="OperationCommand.php" hash="e8534f362daa12372303e568fbfee50d"/><file name="OperationResponseParser.php" hash="bbeeaf651605a494a97315e221f5eb1a"/><file name="RequestSerializerInterface.php" hash="2708244364227d07a2d7f0a17c6ba340"/><file name="ResponseClassInterface.php" hash="708c7975642393f9ce81c153e52435e5"/><file name="ResponseParserInterface.php" hash="a91578d74ece771f799b5b82cfcf0e38"/></dir><file name="ConfigLoaderInterface.php" hash="2be49f0609718d4c14b12bae53986d19"/><dir name="Description"><file name="Operation.php" hash="f282b7f04556cb1249a2a8c2257746d5"/><file name="OperationInterface.php" hash="5963a5dfd9ac12fa445bae0c6e448b4b"/><file name="Parameter.php" hash="fa42c4e46deabad710ed75b51a5540aa"/><file name="SchemaFormatter.php" hash="ce530ca216be35c2bbbcf039e406f615"/><file name="SchemaValidator.php" hash="573919abbe50f2f31edaa026420bf3da"/><file name="ServiceDescription.php" hash="7bc23c91d8d2425b173232343bcd8e3d"/><file name="ServiceDescriptionInterface.php" hash="707691524755790d0966aec6f0fce3fe"/><file name="ServiceDescriptionLoader.php" hash="e1a1221fc817313a6fc938eab0ecf163"/><file name="ValidatorInterface.php" hash="f2706a6daa8b81c9913e674706f85414"/></dir><dir name="Exception"><file name="CommandException.php" hash="1df1bdac1d58ec3a347471966e68df6d"/><file name="CommandTransferException.php" hash="9edcea572ed2dc682e430c5e0b64c310"/><file name="DescriptionBuilderException.php" hash="ebc20f875e94bc177b8bf8f5fd6f713e"/><file name="InconsistentClientTransferException.php" hash="34277f53685d0b8f38ca42e7f73f3df7"/><file name="ResponseClassException.php" hash="f92469d44de7724961a887bb26a6f923"/><file name="ServiceBuilderException.php" hash="2c8628b6030bd4f65ee719f54e34edb7"/><file name="ServiceNotFoundException.php" hash="2c26c9658cd335f803eb6a84c69b5220"/><file name="ValidationException.php" hash="e86b42ed471ce9aec762773e21c42b0f"/></dir><dir name="Resource"><file name="AbstractResourceIteratorFactory.php" hash="e7c9f7f16fdef7cbf277266b1fb2b163"/><file name="CompositeResourceIteratorFactory.php" hash="fdffbd0d70bdedfedd3ddcc3be6bdc0a"/><file name="MapResourceIteratorFactory.php" hash="492689e6ae80219b1621cf542e22a290"/><file name="Model.php" hash="09f2071e73ab1448f21b59f4dad3a82a"/><file name="ResourceIterator.php" hash="4262f6af3d1ff478e4cb1a53eee78605"/><file name="ResourceIteratorApplyBatched.php" hash="ffbe2448991e37adb7d552458fe77e06"/><file name="ResourceIteratorClassFactory.php" hash="6c084e3659294bf6d32f52fa08ff1315"/><file name="ResourceIteratorFactoryInterface.php" hash="671eb86847e86900bb2a5486ba220a7d"/><file name="ResourceIteratorInterface.php" hash="ec6765b5d75fd264ace1d9ac04810a02"/></dir></dir><dir name="Stream"><file name="PhpStreamRequestFactory.php" hash="57ae56a8abd1904651a2239ad4829242"/><file name="Stream.php" hash="311e8493890019950621c186e5c507ab"/><file name="StreamInterface.php" hash="01dd322c8ff8414eff7ff8eb53bc145b"/><file name="StreamRequestFactoryInterface.php" hash="76c22d99485818b7aed4c1482f30448b"/></dir></dir><file name="LICENSE.md" hash="4a1986582bd12f9aea2aec46b81e0413"/><dir name="Monolog"><file name="ErrorHandler.php" hash="39bb8b4fc9ef5cc91603e99e5b919940"/><dir name="Formatter"><file name="ChromePHPFormatter.php" hash="85f1ca2b1e239ba8d8c0e55c1d6e28e9"/><file name="ElasticaFormatter.php" hash="8be3318942ea2a823a0508c2f3df9795"/><file name="FlowdockFormatter.php" hash="ba10a9093d8c9fe1a2b2acbbc52803fd"/><file name="FluentdFormatter.php" hash="1f0b3e58944eb0559d597ee0d69b4e87"/><file name="FormatterInterface.php" hash="6393c1db9899b0f9e3fc4ad3d6a898dd"/><file name="GelfMessageFormatter.php" hash="81cf8e0eba060be87156d911227cc1d5"/><file name="HtmlFormatter.php" hash="01e32531b73e57fa5d00cc58cf451de4"/><file name="JsonFormatter.php" hash="d5e31cfc7b99ad078d1c74d3ce58f9ee"/><file name="LineFormatter.php" hash="d3e889221ec4d48876c8c40416e4a4c9"/><file name="LogglyFormatter.php" hash="f5a72f125c3028e31dcc502c74ddc8e6"/><file name="LogstashFormatter.php" hash="73bd07ce780cf8deb8c4216c8b0f7829"/><file name="MongoDBFormatter.php" hash="c9de870b2087e9881756ccddcb751987"/><file name="NormalizerFormatter.php" hash="a69f85e0db4ea6af9ecc2252676a02b9"/><file name="ScalarFormatter.php" hash="9934bbe7fbf1a7536cbabf0bb31fac8b"/><file name="WildfireFormatter.php" hash="0a57bdcd42584e1b41e4e093631a22f6"/></dir><dir name="Handler"><file name="AbstractHandler.php" hash="62174a569c501f71868aee865198ce63"/><file name="AbstractProcessingHandler.php" hash="cfdd846fac8ce3cb15afe9188575ed37"/><file name="AbstractSyslogHandler.php" hash="419b9d3f1d66192b544349360d5f596a"/><file name="AmqpHandler.php" hash="69dddc203f30d6b8f48b4584d1d95a7c"/><file name="BrowserConsoleHandler.php" hash="19d5ce60855f39471630cafe255ee938"/><file name="BufferHandler.php" hash="f64f45ca53b64e07477f016859a71c01"/><file name="ChromePHPHandler.php" hash="cb322021624a5d8478d0dd28ad5b0211"/><file name="CouchDBHandler.php" hash="dabb90eb921328aeb4d8a0c8df2b4e2b"/><file name="CubeHandler.php" hash="c73840367d25bd3fd774c84e0b791aa2"/><dir name="Curl"><file name="Util.php" hash="03a2418311682d52f8ac22ff5652cd4a"/></dir><file name="DoctrineCouchDBHandler.php" hash="abc48686f395a089e55a2ec1a4fe4b78"/><file name="DynamoDbHandler.php" hash="d86d8ceaaab095788b829d08ce9d7799"/><file name="ElasticSearchHandler.php" hash="58ca3a8bc014f0be79a7354227f964e2"/><file name="ErrorLogHandler.php" hash="37847810ed77b04118563b8b6119f9bb"/><file name="FilterHandler.php" hash="5016e02e25a92c129d1f6bc98d2bc0b2"/><dir name="FingersCrossed"><file name="ActivationStrategyInterface.php" hash="6bf84f27f4b7a0016afa63430cf6f8be"/><file name="ChannelLevelActivationStrategy.php" hash="b0d0c657952bc1d8a8337a6516abd097"/><file name="ErrorLevelActivationStrategy.php" hash="f31a9ad59022efe0de63808d275a0031"/></dir><file name="FingersCrossedHandler.php" hash="6132332bdf5482db41668e241dca2662"/><file name="FirePHPHandler.php" hash="8b326519d23fccc55225f797f5f499fc"/><file name="FleepHookHandler.php" hash="0c3e3f8711aa3641227a7cfd11dfa100"/><file name="FlowdockHandler.php" hash="94c7a4507949751276a6fef75b92a529"/><file name="GelfHandler.php" hash="e32f7aaa760b3d6588a1e68593688f00"/><file name="GroupHandler.php" hash="f6f32e2faa1b277be4c636dd243190ad"/><file name="HandlerInterface.php" hash="ea71b279940a8c6b3e8bec2f8ab73ab5"/><file name="HandlerWrapper.php" hash="194ac611a01f8e136951160cfd697ac1"/><file name="HipChatHandler.php" hash="7abf8fbf3e6e57069d6e4c8a5ec7a8a4"/><file name="IFTTTHandler.php" hash="f228627f0c6c32279ed2cfc88ad85508"/><file name="LogEntriesHandler.php" hash="ea1daef687dab2b5fc7bfc8cd45efb1f"/><file name="LogglyHandler.php" hash="beee53f1c85666d49978d0d8c0324a2c"/><file name="MailHandler.php" hash="54cee36784ef08875244672c7002252c"/><file name="MandrillHandler.php" hash="78e29bea75748298fd60bf50de41c99f"/><file name="MissingExtensionException.php" hash="99ec7108652f07752a6e4585f781ee92"/><file name="MongoDBHandler.php" hash="44ade8a7a6002a6210b36c26c89cbacb"/><file name="NativeMailerHandler.php" hash="6ce1247ecc2a8f1b0663aa7e7b617bdc"/><file name="NewRelicHandler.php" hash="a9b9f29a0bf447c8bf5a3dc5d4d1f396"/><file name="NullHandler.php" hash="252c1e7aa89297f3b65138c5aa12f222"/><file name="PHPConsoleHandler.php" hash="31553b7fa8087df65179bdc673d678ae"/><file name="PsrHandler.php" hash="541ce4f4b61a8531b8fdf5eaa0328fe2"/><file name="PushoverHandler.php" hash="ac5af5689f119eab6d96c2f55f745a32"/><file name="RavenHandler.php" hash="d095452f52609273cce9cdc517303863"/><file name="RedisHandler.php" hash="b94192bac0cab9928cbce17b8dfa9d6f"/><file name="RollbarHandler.php" hash="0dae455749e0168fb91335c086afcbe4"/><file name="RotatingFileHandler.php" hash="004ca3fb257e5ce68843e99c38d0257a"/><file name="SamplingHandler.php" hash="85fc2f7a5cf4f34749aa70cbc8c732e6"/><file name="SlackHandler.php" hash="44a204d7d99de22103c6ff2b3abf5cc8"/><file name="SocketHandler.php" hash="5de192a882a0eec09d4c90c02d431cca"/><file name="StreamHandler.php" hash="847ce8e53b440675601131b3ca9bc329"/><file name="SwiftMailerHandler.php" hash="81a5d4916dd4410c24380514dfa0fe5e"/><file name="SyslogHandler.php" hash="f9fc349c2f96f36efc1c6dba8821aa1c"/><dir name="SyslogUdp"><file name="UdpSocket.php" hash="3585d916f9c3280d9d2c61abc6aa8c0a"/></dir><file name="SyslogUdpHandler.php" hash="30664f89b73bed91e3f6fc10b35433ec"/><file name="TestHandler.php" hash="ea7cea11978d313c8cff13974e12b1e9"/><file name="WhatFailureGroupHandler.php" hash="cc7c8c6047b554c24a682575a53aa4bc"/><file name="ZendMonitorHandler.php" hash="dc2ee6716c9dee2ef3d420c41ac0dc2b"/></dir><file name="Logger.php" hash="ca1d2e18c0a5df30a03e6b6aeca3e7ec"/><dir name="Processor"><file name="GitProcessor.php" hash="34832c01dc9cc6500d9cbc0ac648c276"/><file name="IntrospectionProcessor.php" hash="211350b7432096f506cb89b0e2e84656"/><file name="MemoryPeakUsageProcessor.php" hash="b753a93665221b4ec3bb9b7e673a94a6"/><file name="MemoryProcessor.php" hash="641b3694d84dd8e147d7af31af6c15fb"/><file name="MemoryUsageProcessor.php" hash="6497ea95b20d9ae90826819cbc6d0676"/><file name="ProcessIdProcessor.php" hash="a8b0bbeab67f2bfcc0712d369357fefa"/><file name="PsrLogMessageProcessor.php" hash="2511e6abb86e0eee16edcf818fa68d57"/><file name="TagProcessor.php" hash="f4abf7ee4c7b8fd5afa3b44c4e7e665c"/><file name="UidProcessor.php" hash="8872a7a39362441f4deea3ef866a0b9f"/><file name="WebProcessor.php" hash="ab3ec75d510108cb496d3a4c36f76e48"/></dir><file name="Registry.php" hash="d84f57e474a31a4285ad62a37ed8fa94"/></dir><file name="NOTICE.md" hash="1cfe4eba1519b5c323896290f9fb8264"/><dir name="Psr"><dir name="Log"><file name="AbstractLogger.php" hash="a57c1be541193b72d09307bb0dfb9ed2"/><file name="InvalidArgumentException.php" hash="7d2f0bd1583524d739fff12f0507de65"/><file name="LogLevel.php" hash="19ab55cc711ed2f3ab2ec72e7f0600cb"/><file name="LoggerAwareInterface.php" hash="3ba5ffac8108e1da7657b1fad8651900"/><file name="LoggerAwareTrait.php" hash="5b3adf6c4f09c61d7488b0f9ac2c696a"/><file name="LoggerInterface.php" hash="023885df6a26d8137d5a13da51f066d2"/><file name="LoggerTrait.php" hash="1cb8db6d0b81cf85f81b6c7c09db7a9a"/><file name="NullLogger.php" hash="e71559fea0239b7441d221f8c7beae5b"/><dir name="Test"><file name="LoggerInterfaceTest.php" hash="867f36a94c35322470458f4eba246458"/></dir></dir></dir><file name="README.md" hash="2d2b8ed4d455eb645bb712bd2ce82061"/><dir name="Symfony"><dir name="Component"><dir name="EventDispatcher"><file name="ContainerAwareEventDispatcher.php" hash="20cf3eb1b1def9c50f21b0d8f268d030"/><dir name="Debug"><file name="TraceableEventDispatcher.php" hash="ef7c1acc5cfacd519f7b7114f61c4a74"/><file name="TraceableEventDispatcherInterface.php" hash="aa09cc5a555cfad4239045906e2850b0"/><file name="WrappedListener.php" hash="b25eea7b4663606e7ee568151f63f246"/></dir><dir name="DependencyInjection"><file name="RegisterListenersPass.php" hash="011ed98ca5a70546c85d890d896d191d"/></dir><file name="Event.php" hash="3bfeefdfd8f0d1c0f99deb212e43f20f"/><file name="EventDispatcher.php" hash="a621958f61957b7b3edfa33454e1d91f"/><file name="EventDispatcherInterface.php" hash="143bbf9d110365642a7e453b773c4c36"/><file name="EventSubscriberInterface.php" hash="d4c1feefee64b854cc9a0c01e39bfa64"/><file name="GenericEvent.php" hash="ae9e460c497a5229317d769c025e0aad"/><file name="ImmutableEventDispatcher.php" hash="16d0c4a8de68083201c23d8f0edf3882"/><file name="LICENSE" hash="b4e1c29292cf1d95350bbe72f30d6825"/><dir name="Tests"><file name="AbstractEventDispatcherTest.php" hash="01e2a08542c5910673be0ae834decbc8"/><file name="ContainerAwareEventDispatcherTest.php" hash="6e70015c3e245ecde87a722bfa8dbf86"/><dir name="Debug"><file name="TraceableEventDispatcherTest.php" hash="ac6544e055d702417e54228e9411b95f"/></dir><dir name="DependencyInjection"><file name="RegisterListenersPassTest.php" hash="1236236db5f770d305112ed39e0b21a0"/></dir><file name="EventDispatcherTest.php" hash="c53a83e91bee7f1bbb15c7c47a17d435"/><file name="EventTest.php" hash="56bf8ab18b21fa3ad8de703ee8bd4587"/><file name="GenericEventTest.php" hash="b86ee7c9631cbbf8027fe3523a1b36f5"/><file name="ImmutableEventDispatcherTest.php" hash="98be8e6e205035fbd3213cd1a5ebd68d"/></dir></dir></dir></dir><file name="aws-autoloader.php" hash="3c454142ac1d218a02a13a409d7605f4"/></dir></target><target name="mageetc"><dir name="modules"><file name="RetentionScience_Waves.xml" hash="a03a0ece1d8a32533d02797cad2c7456"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.3</min><max>5.6.8</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>RetentionScience_Waves</name>
4
+ <version>3.0.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</license>
7
  <channel>community</channel>
9
  <summary>Retention Science Integration</summary>
10
  <description>Notes: This extension interfaces with Retention Science, and communicates through the Retention Science API. For more information, and to sign up for API access, please see http://retentionscience.com.&#xD;
11
  </description>
12
+ <notes>- Fix user_record_id in ajax calls &#xD;
13
+ - Fix order_item export item_record_id mismatch&#xD;
14
  </notes>
15
  <authors><author><name>Retention Science</name><user>retentionsci</user><email>support@retentionscience.com</email></author></authors>
16
+ <date>2016-05-16</date>
17
+ <time>21:39:31</time>
18
+ <contents><target name="magecommunity"><dir name="RetentionScience"><dir name="Waves"><dir name="Block"><dir name="Adminhtml"><file name="Rscore.php" hash="e8bc9ced354227cb3ba0f422230cc903"/><file name="Syncbutton.php" hash="a2c466f4ddb27ab28bf00b73d2358c0d"/></dir><file name="Waves.php" hash="2e6376311d74b5b7d164e6d1ba414be8"/></dir><dir name="Helper"><file name="Data.php" hash="f6816300dc5ce934e8f23b104c1f8fcb"/></dir><dir name="Model"><file name="Configfieldlistener.php" hash="67fcdb295c5790a3dca3b8eb52f9b539"/><dir name="Connection"><file name="AwsCloudWatch.php" hash="af32a30f2fcbdbe4fe572afa9961bd2c"/><file name="RetentionScienceApi.php" hash="ff66dd85c0d7ea1bc950015dab463f16"/></dir><dir name="Container"><file name="Waves.php" hash="2f806c5c1ed969bb30f4824e4a8bda5d"/></dir><file name="Cron.php" hash="bb27c6455617603eaf484a647f6087ae"/><dir name="Export"><file name="Abstract.php" hash="28628255f3312c74727e0ada300b6cbc"/><file name="Category.php" hash="765478bf17c54867c592d94d45335c3c"/><file name="Customer.php" hash="68eba38507950bca3951ba0101ece747"/><dir name="Order"><file name="Customer.php" hash="8541f969eac2571264c9e2d811e3ff84"/><file name="Items.php" hash="17e3f1df6ed875c107a97ee80aa9559b"/></dir><file name="Order.php" hash="6ca68f97e8ebc4635cd3f047fa2b0a16"/><file name="Product.php" hash="3e8abcbfdacfcdc7eb7e7a5dad35bcf5"/></dir><dir name="Observer"><file name="Default.php" hash="c3c74ad96e48547ee2e5b5e01c7c2413"/></dir><file name="Observer.php" hash="8626096bd315b6bdfbcdc99b632c9c9e"/><dir name="Source"><file name="Credentials.php" hash="61fb5e078c2a94aae1798ce43864aa74"/><file name="Cronconfig.php" hash="ba23b32971c18cad2dde9277d3ae283e"/><file name="Rscoredata.php" hash="7a4ebcc89436073a6a0b714511a7c7ea"/><file name="Stores.php" hash="a3a60fcd428aa2c7afa34f5d2f501f39"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="WavesController.php" hash="7d02bd10fbd850b24d027c56e7ce001c"/></dir><dir name="Frontend"><file name="IndexController.php" hash="56c94730c5feadeb9a3af876289e0c24"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a18529fc20edd574302d40cac61a1f87"/><file name="cache.xml" hash="1f43383e0399b6aad3afd134774beea6"/><file name="config.xml" hash="dc64c9e3b1aaaf606d8702582b692af6"/><file name="system.xml" hash="c9ce31c0a9c7581f928866cd5da8ab0a"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="waves.xml" hash="83bc698a8b92cedf523fa4c0ea6f2c9f"/></dir><dir name="template"><dir name="waves"><file name="waves.phtml" hash="bfc218ac42716cb0164021ce77c42e22"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="waves"><file name="waves.js" hash="992baa185644ac97d0c683b4934b32a0"/></dir></dir></target><target name="magelib"><dir name="aws-sdk-php"><dir name="Aws"><dir name="AutoScaling"><file name="AutoScalingClient.php" hash="000da660d959f9352a5d9398755f201c"/><dir name="Enum"><file name="LifecycleState.php" hash="9810bd2aa5e76553e2ff63eb1099ce0f"/><file name="ScalingActivityStatusCode.php" hash="d25ea9047b7808c202ef2ef8a4a77b0c"/></dir><dir name="Exception"><file name="AlreadyExistsException.php" hash="2a02b6cab633434c7ea21ecb83b58cf5"/><file name="AutoScalingException.php" hash="097796b2f6511b3ba61b0b6868fbaa71"/><file name="InvalidNextTokenException.php" hash="5514b82a135cb1458f01ae4160be4fb0"/><file name="LimitExceededException.php" hash="d0c352eb46597b28ed055ae061021287"/><file name="ResourceInUseException.php" hash="a71af59532132f4762a8c43ade822cad"/><file name="ScalingActivityInProgressException.php" hash="4219a0cba552d93baa06bbfc649ac324"/></dir><dir name="Resources"><file name="autoscaling-2011-01-01.php" hash="84f82f3ff5f398ecfa2039d793738897"/></dir></dir><dir name="CloudFormation"><file name="CloudFormationClient.php" hash="aff041785b770d7e97deaee2842388c8"/><dir name="Enum"><file name="Capability.php" hash="87d3e5b2a1e471de32eacfe319a742f8"/><file name="OnFailure.php" hash="2dd2c835807d9199cb50e36088a18e81"/><file name="ResourceStatus.php" hash="700168f41f807abd7c97f15d9f4d901f"/><file name="StackStatus.php" hash="345f0b117d1f812f8e0b9ef0823d3ae8"/></dir><dir name="Exception"><file name="AlreadyExistsException.php" hash="4ffdae7a4ad78b89a8a4a9be1f536884"/><file name="CloudFormationException.php" hash="20085530b59b9e098c2ada9de3ee8351"/><file name="InsufficientCapabilitiesException.php" hash="065983a4508b04e9f500698db711a55a"/><file name="LimitExceededException.php" hash="bdc10d2e7ccb4be4729acf21aa87dbf4"/></dir><dir name="Resources"><file name="cloudformation-2010-05-15.php" hash="42fa75f9a641923a4c1714d61bc136d0"/></dir></dir><dir name="CloudFront"><file name="CloudFrontClient.php" hash="ad26d9ee7c13e3f9b0bcdd5b50d832c0"/><file name="CloudFrontSignature.php" hash="78b5071b8ac437badd709606e71ffb0f"/><dir name="Enum"><file name="GeoRestrictionType.php" hash="7e3a7ef8ce14f073c9f90b151fa6bc68"/><file name="ItemSelection.php" hash="f89c600f2b261a6b3c94bf19d06e5eee"/><file name="Method.php" hash="67e88edf55940e191921ddf90b6025c4"/><file name="OriginProtocolPolicy.php" hash="8fe4e01406293f576e597ff771640d2e"/><file name="PriceClass.php" hash="d9a50e0437e0b662a157196b3abb9d5f"/><file name="SSLSupportMethod.php" hash="7cb0a7816abc3148129a85fdb5a8c4f5"/><file name="ViewerProtocolPolicy.php" hash="5ec8743521b47db776c191e1baab6b67"/></dir><dir name="Exception"><file name="AccessDeniedException.php" hash="210a1d69c62f9c0b8add9a2a2e81f394"/><file name="BatchTooLargeException.php" hash="3105f7267554b58a0abf432d836e5bf4"/><file name="CNAMEAlreadyExistsException.php" hash="9425867f60b4d25848ff0bdd47300eaa"/><file name="CloudFrontException.php" hash="429e05ee70405874929cc108266b2d93"/><file name="CloudFrontOriginAccessIdentityAlreadyExistsException.php" hash="739105270b7721b7da091664ba3c0f14"/><file name="CloudFrontOriginAccessIdentityInUseException.php" hash="81d6a09bc4ce37d9a9e0bd2159043855"/><file name="DistributionAlreadyExistsException.php" hash="64f8c14cf76317489ce6a15330e0816a"/><file name="DistributionNotDisabledException.php" hash="c5230d53c99110d8b2675621be9c66f0"/><file name="Exception.php" hash="ce040bf287eacfd693b3dc759fcb800b"/><file name="IllegalUpdateException.php" hash="5ab60ad23c08fc77bcccf98fbd738dd2"/><file name="InconsistentQuantitiesException.php" hash="d6af918a252e0d4e943320a6bb1094cb"/><file name="InvalidArgumentException.php" hash="c6122a31c0194300c471656b3b874067"/><file name="InvalidDefaultRootObjectException.php" hash="3bc0b9f16f48a7dfd7d9144dd43b7acb"/><file name="InvalidErrorCodeException.php" hash="c05d8ffd76968aa2f48c8b8f7c19dbc4"/><file name="InvalidForwardCookiesException.php" hash="b50389875ae9a54ab825fea3e5773d4d"/><file name="InvalidGeoRestrictionParameterException.php" hash="df83df5f9ba2f6d228e123361fd3b8e7"/><file name="InvalidIfMatchVersionException.php" hash="7aa670f81354a67f8270fd2246ad8fc1"/><file name="InvalidLocationCodeException.php" hash="16258c5c078019777000071f3e66c3e6"/><file name="InvalidOriginAccessIdentityException.php" hash="7acfcfb24a66784da0c4c149f3cf29de"/><file name="InvalidOriginException.php" hash="632df0a0cc8f09ed6595eaab6eac9c02"/><file name="InvalidRelativePathException.php" hash="56dc34af823320de174eef4f680869e6"/><file name="InvalidRequiredProtocolException.php" hash="78829bb583c8a4720512602c2ce6ee4a"/><file name="InvalidResponseCodeException.php" hash="4976577e103856db9c652447c420b3b8"/><file name="InvalidViewerCertificateException.php" hash="c70c0a60aa37e8d231ce1ca53f6c0b75"/><file name="MissingBodyException.php" hash="3d73e714eacad430e11719913273dd9c"/><file name="NoSuchCloudFrontOriginAccessIdentityException.php" hash="c2de46b7e8db036f884d602fd8ab3870"/><file name="NoSuchDistributionException.php" hash="9ae49040ec2e2edd727602f6980dc685"/><file name="NoSuchInvalidationException.php" hash="7da1faa42d286d536feac45155267e51"/><file name="NoSuchOriginException.php" hash="5b35b829571f1999bcc7e565ef30698d"/><file name="NoSuchStreamingDistributionException.php" hash="645eeaeb9d90b5fff9292f12c9ae3bdc"/><file name="PreconditionFailedException.php" hash="42152d36e21dfe747281a7c858a51486"/><file name="StreamingDistributionAlreadyExistsException.php" hash="bc0b1ed3943a706b4d295c0194850ceb"/><file name="StreamingDistributionNotDisabledException.php" hash="3fc1a8ec0dbb390caf0c4ecbcf624a85"/><file name="TooManyCacheBehaviorsException.php" hash="7da5d049ce5ebb414100a1a6e5f6f63d"/><file name="TooManyCertificatesException.php" hash="9de72883ebc82430d9929cfe14d13941"/><file name="TooManyCloudFrontOriginAccessIdentitiesException.php" hash="4ecdbda99272c74d4fed210a208e271a"/><file name="TooManyCookieNamesInWhiteListException.php" hash="144be97dcb4b805e468143640a7cd7b3"/><file name="TooManyDistributionCNAMEsException.php" hash="a89ef05b8098ffb7680fefb0ea594edc"/><file name="TooManyDistributionsException.php" hash="54dee79c286c0aff8409ac5971e71511"/><file name="TooManyInvalidationsInProgressException.php" hash="eca63bd17aa8078e7ec2fb3005892ad3"/><file name="TooManyOriginsException.php" hash="a05117832ad5470e3463b3f1ef30836d"/><file name="TooManyStreamingDistributionCNAMEsException.php" hash="e60de7f873f70986dcd95b821eaf2a79"/><file name="TooManyStreamingDistributionsException.php" hash="ca8d40e2273ab45e658c83258d1e21bb"/><file name="TooManyTrustedSignersException.php" hash="ea330b820b574e48d2472eebbfd64a95"/><file name="TrustedSignerDoesNotExistException.php" hash="b3fbd3911bc8f06de92ff248b8555ace"/></dir><dir name="Resources"><file name="cloudfront-2012-05-05.php" hash="96843f46e70c8fe337a8dbc6e3cc4d46"/><file name="cloudfront-2015-04-17.php" hash="10b765b896db54c4c2f2e75fd8ebc06a"/><file name="cloudfront-2015-07-27.php" hash="c26ca6368db38ca93abc5fbc87e01432"/><file name="cloudfront-2016-01-28.php" hash="ff2e66dbe68c9303dc624eba3959be93"/></dir></dir><dir name="CloudHsm"><file name="CloudHsmClient.php" hash="6db91bda687191db800f6a534b291a4e"/><dir name="Exception"><file name="CloudHsmException.php" hash="6c2a317025a053fcee63cca697ccf744"/></dir><dir name="Resources"><file name="cloudhsm-2014-05-30.php" hash="343bc33a2256828a7e443c041776e25b"/></dir></dir><dir name="CloudSearch"><file name="CloudSearchClient.php" hash="103e405404e3a66077f4194cc28a84ce"/><dir name="Enum"><file name="IndexFieldType.php" hash="3a0e72f3d22e9402bd92c2e4da67f6c7"/><file name="OptionState.php" hash="b9bf47e2e00751f3b67dc4629a1d45b0"/><file name="SearchInstanceType.php" hash="067a934719c5fcefdb2b517a47d9db30"/><file name="SourceDataFunction.php" hash="ef79db5b5c7ff675f73cd8dc100fe6d9"/></dir><dir name="Exception"><file name="BaseException.php" hash="6025fc0890fb9b17e6b7adf7dbb42552"/><file name="CloudSearchException.php" hash="919945b4b96b87794fa0a7f2b6318dea"/><file name="InternalException.php" hash="fc961cc6d81162dba3b37a722f7a1709"/><file name="InvalidTypeException.php" hash="53c50ecfb17a71464159d8a9025dbb71"/><file name="LimitExceededException.php" hash="ac9c9394e0b28d67c502d65948a62cf1"/><file name="ResourceNotFoundException.php" hash="87d148f4684efbc0cc02b3e9533976b2"/></dir><dir name="Resources"><file name="cloudsearch-2011-02-01.php" hash="f3bd8f3bbc315f150e3d93a40ea58e45"/><file name="cloudsearch-2013-01-01.php" hash="3e6fea120ca4e20eabed66f32d4db98f"/></dir></dir><dir name="CloudSearchDomain"><file name="CloudSearchDomainClient.php" hash="827eea34a4cd94b6d4686492393b9724"/><file name="CloudSearchDomainClientBuilder.php" hash="29bf500b7ffeb71daca5729edee6ce8e"/><dir name="Exception"><file name="CloudSearchDomainException.php" hash="23388cd8e29e3708ff764602b6e37180"/></dir><dir name="Resources"><file name="cloudsearchdomain-2013-01-01.php" hash="1657674e10636baf534927c799c1089e"/></dir></dir><dir name="CloudTrail"><file name="CloudTrailClient.php" hash="f7b5bb89f85a339eeb896bcd50da034e"/><dir name="Exception"><file name="CloudTrailException.php" hash="8a75973d86d0855f6e6b2bb1685e1462"/><file name="InsufficientS3BucketPolicyException.php" hash="20a2742950bba50a9313c6531553b539"/><file name="InsufficientSnsTopicPolicyException.php" hash="5cec04003c0b58edd312a3965c745f28"/><file name="InternalErrorException.php" hash="4c71d8e6bab187298c133b43f6ac10ac"/><file name="InvalidS3BucketNameException.php" hash="b1a9c7080a42710ab4b36785724c595a"/><file name="InvalidS3PrefixException.php" hash="c8970d2aa67780d30391b9e442c7a303"/><file name="InvalidSnsTopicNameException.php" hash="fc50dafdefc7d737e04c62a45909fb0a"/><file name="InvalidTrailNameException.php" hash="586bc34c003f43c8c413f194c5d4169a"/><file name="MaximumNumberOfTrailsExceededException.php" hash="a320364483a816ae707d57b6002b077e"/><file name="S3BucketDoesNotExistException.php" hash="e98335b4a9228081d49f20415beeb893"/><file name="TrailAlreadyExistsException.php" hash="1fe44b855c7c95a1df70522cb90d14f1"/><file name="TrailNotFoundException.php" hash="eb881cc6dc182b2cf388e012a2fd4137"/><file name="TrailNotProvidedException.php" hash="dad6242df91e0b1d3a2ef2f3955f31c0"/></dir><file name="LogFileIterator.php" hash="4ab4aa119064646ba64d3fbcb4b284a5"/><file name="LogFileReader.php" hash="70ba5d7a9a8a0fd2ec5e025d7f8fafaa"/><file name="LogRecordIterator.php" hash="16c1ed32677c0cbdf900405773f72b7c"/><dir name="Resources"><file name="cloudtrail-2013-11-01.php" hash="b1b8f65a67aa8668e6d8fcf4792b4041"/></dir></dir><dir name="CloudWatch"><file name="CloudWatchClient.php" hash="46883c2cd07b8190e618971caabb956d"/><dir name="Enum"><file name="ComparisonOperator.php" hash="f1307d70c8d1814bb2c10b8bbc7dd26f"/><file name="HistoryItemType.php" hash="e2a2aef1d5729c3370e946468281dacb"/><file name="StateValue.php" hash="1508461750cdc7e72edce23bde76cd62"/><file name="Statistic.php" hash="59865a4cbb6c5759a5419fcb906e1d7b"/><file name="Unit.php" hash="7ad2e966fe36dd6d8365552dade3b56f"/></dir><dir name="Exception"><file name="CloudWatchException.php" hash="fd032623bda661ba3a8de4ec8e8902da"/><file name="InternalServiceException.php" hash="fdb93f16efd4c480e6b8f92033e63602"/><file name="InvalidFormatException.php" hash="cfce3e07083461b30277388b43dfe176"/><file name="InvalidNextTokenException.php" hash="e4964db5ddb5e49b5f7ca723ddb6b3d0"/><file name="InvalidParameterCombinationException.php" hash="c023212218a22200def1783cc9b8c7e8"/><file name="InvalidParameterValueException.php" hash="e309374fa3fe547eb8ab6dbd629ba4fb"/><file name="LimitExceededException.php" hash="7216f2760155126c9119a2f273f983da"/><file name="MissingRequiredParameterException.php" hash="eafc7af2dcbb905b7508b368faac2b75"/><file name="ResourceNotFoundException.php" hash="e3c7322320db76b0c2264f640f9596a6"/></dir><dir name="Resources"><file name="cloudwatch-2010-08-01.php" hash="5518723208214c18bb51a862c61090aa"/></dir></dir><dir name="CloudWatchLogs"><file name="CloudWatchLogsClient.php" hash="9017383bc7e43d2a248e6ccda2058ddf"/><dir name="Exception"><file name="CloudWatchLogsException.php" hash="f41735996f5928dfd153d79378fd9dbd"/></dir><dir name="Resources"><file name="cloudwatchlogs-2014-03-28.php" hash="b3e95d5b793098b7c38dc11b980728f5"/></dir></dir><dir name="CodeCommit"><file name="CodeCommitClient.php" hash="f205d861df26e30024034db7ed66f1d0"/><dir name="Exception"><file name="CodeCommitException.php" hash="a4240e37bef7bd306c9ade92b3e9b089"/></dir><dir name="Resources"><file name="codecommit-2015-04-13.php" hash="572e5ceda1ceaa9e32be3ffd886ddc45"/></dir></dir><dir name="CodeDeploy"><file name="CodeDeployClient.php" hash="3c4aa42b2f74be037f76c977a71621c0"/><dir name="Exception"><file name="CodeDeployException.php" hash="3f5373b49093b6ccf366c02d7200de0c"/></dir><dir name="Resources"><file name="codedeploy-2014-10-06.php" hash="5ad3a00f6bb526b36107806140c61a15"/></dir></dir><dir name="CodePipeline"><file name="CodePipelineClient.php" hash="caa739d50364643b483324a291c31d42"/><dir name="Exception"><file name="CodePipelineException.php" hash="7e4c6949f5a893a9c9c88f498efd0755"/></dir><dir name="Resources"><file name="codepipeline-2015-07-09.php" hash="06fe6124999952d428745ab1ad3ff3ab"/></dir></dir><dir name="CognitoIdentity"><file name="CognitoIdentityClient.php" hash="2b4ea7f89b4231c868288409e9c080de"/><dir name="Exception"><file name="CognitoIdentityException.php" hash="ad4cd024d04944596587d4f2c9262b1c"/></dir><dir name="Resources"><file name="cognitoidentity-2014-06-30.php" hash="72b1875639b440588ee9f29c7752f6f3"/></dir></dir><dir name="CognitoSync"><file name="CognitoSyncClient.php" hash="03915ef0321e545262df703c7ad921a1"/><dir name="Exception"><file name="CognitoSyncException.php" hash="4e82d0cda69189f820f77a5b75bcbb4e"/></dir><dir name="Resources"><file name="cognitosync-2014-06-30.php" hash="c2d19f2882b427811d3c0f1d612096e5"/></dir></dir><dir name="Common"><file name="Aws.php" hash="0fb109daeb162bcc47536bbe5ad8e7e7"/><dir name="Client"><file name="AbstractClient.php" hash="c11afaf45daf193c51cb7befe463f5d6"/><file name="AwsClientInterface.php" hash="b5549e525d4119198840bb2b34e79c67"/><file name="ClientBuilder.php" hash="fadadd6877f5a0c9975a1a8d26a363a1"/><file name="DefaultClient.php" hash="f5c71745baaae8f46fe37a4f3d4bbd9a"/><file name="ExpiredCredentialsChecker.php" hash="fa88950bb0efaf957f4b8ee10753062b"/><file name="ThrottlingErrorChecker.php" hash="18150232988131e9f21e4724cfc35bbf"/><file name="UploadBodyListener.php" hash="db13af3fbec0f198c0120bd0690e935d"/><file name="UserAgentListener.php" hash="98501807352bf33024e31b7fc6217c93"/></dir><dir name="Command"><file name="AwsQueryVisitor.php" hash="640e0b6993bd8faaa3e154dc988d02e3"/><file name="JsonCommand.php" hash="6bef8308125e047c4be353e04c067367"/><file name="QueryCommand.php" hash="47f1c01448de7d6c09671907bef5a5bc"/><file name="XmlResponseLocationVisitor.php" hash="457a7a69d3575bf45afc227ca0fd3948"/></dir><dir name="Credentials"><file name="AbstractCredentialsDecorator.php" hash="bce6a394352ce1162ed5d5a814a921e9"/><file name="AbstractRefreshableCredentials.php" hash="6b235c74969a4c6808d7cff23bc93df7"/><file name="CacheableCredentials.php" hash="3b6c2d61dbacea5a25d8e8477cf1d2c7"/><file name="Credentials.php" hash="dc038b73d9ca995536bc03e80b615a4e"/><file name="CredentialsInterface.php" hash="93e9ebe9c22c382ea50b36951b978583"/><file name="NullCredentials.php" hash="a72c382e6050484406ff0813d6879c4e"/><file name="RefreshableInstanceProfileCredentials.php" hash="d1a055b46efc21e46ccc4ca731ffe7ad"/></dir><dir name="Enum"><file name="ClientOptions.php" hash="aa405149de3112dc640a93618869502f"/><file name="DateFormat.php" hash="87412bee81bce129eacaedb580fcd464"/><file name="Region.php" hash="d715d775feb1ebcf144857c05f2b2b11"/><file name="Size.php" hash="b92da9494098f83d94080c96979a3c06"/><file name="Time.php" hash="0701abe5acc45f6e9a897631b8b4cec2"/><file name="UaString.php" hash="0342531432bbafbfcf4cdb04156f8ebd"/></dir><file name="Enum.php" hash="6006719ac2eecfb5183d776634f2b2a5"/><dir name="Exception"><file name="AwsExceptionInterface.php" hash="b5e48ce90ddfd2b397fe1dfbabd2d3ca"/><file name="BadMethodCallException.php" hash="752cafcafecfd520e6ccfe01210a17c7"/><file name="DomainException.php" hash="1b1e3665960ce4fb9043df5c58553dd6"/><file name="ExceptionFactoryInterface.php" hash="ed60e5bba6ad952a2619613e194fb73c"/><file name="ExceptionListener.php" hash="2ca2ab488369e279da53a7b903fd557e"/><file name="InstanceProfileCredentialsException.php" hash="992185ed8296289a27b1b6497f306643"/><file name="InvalidArgumentException.php" hash="6400656e6a65bd523e37158ed71bd4c7"/><file name="LogicException.php" hash="d20e53d676891f9142be744f2aab2e6d"/><file name="MultipartUploadException.php" hash="3161352ca49918ea3783888aa8f0d7bb"/><file name="NamespaceExceptionFactory.php" hash="5fcea4d30864e65dbb0482a7ada2a42e"/><file name="OutOfBoundsException.php" hash="dabab81d1c1db56dcab8eeb513e18d5d"/><file name="OverflowException.php" hash="5a565642fb5379392dd5752c3adb16ad"/><dir name="Parser"><file name="AbstractJsonExceptionParser.php" hash="fcff52403d7baf7d5115ee56cb7b260d"/><file name="DefaultXmlExceptionParser.php" hash="e5da40fe5908360f0713e38e9af9b437"/><file name="ExceptionParserInterface.php" hash="09a7643cba57df1eac684aaf13ee55a9"/><file name="JsonQueryExceptionParser.php" hash="3bd5164dd7e0bc8419d09bc40132146f"/><file name="JsonRestExceptionParser.php" hash="942c6b749df09392fb4e302bc9d0af8e"/></dir><file name="RequiredExtensionNotLoadedException.php" hash="2947ebcfe2e8e786b51abfa8a722e899"/><file name="RuntimeException.php" hash="6942bba7cab741eb2e5ce4d396a82095"/><file name="ServiceResponseException.php" hash="053e3c76a4e889978a24734874ed24ea"/><file name="TransferException.php" hash="92ae697629eeff344aa6517b5bc45d40"/><file name="UnexpectedValueException.php" hash="830809ef2d18c043d65f182be99c07b9"/></dir><dir name="Facade"><file name="Facade.php" hash="f8a253224eb4a6f4abe4527a37f2eac4"/><file name="FacadeInterface.php" hash="479b48d336d86daacb778986f882fc3d"/><file name="facade-classes.php" hash="647dc54366ac80fdd73d0e46f2630825"/></dir><dir name="Hash"><file name="ChunkHash.php" hash="31d493b2e4175c5964bb6f4da4e8cce2"/><file name="ChunkHashInterface.php" hash="d5e3f4e9cd7cdbccab266444d4a46b9a"/><file name="HashUtils.php" hash="195b3c61ae75615f25a79b04a7ad5090"/><file name="TreeHash.php" hash="e876a9bd16c09bb5f6116b3a05ea4da2"/></dir><file name="HostNameUtils.php" hash="ad3a7318c1be08a0b3d71caf6e62e395"/><dir name="InstanceMetadata"><file name="InstanceMetadataClient.php" hash="bd565975d0da1ed56726390ea606d128"/><dir name="Waiter"><file name="ServiceAvailable.php" hash="c1e9ef2e441a99fbf966313fd3beac0e"/></dir></dir><dir name="Iterator"><file name="AwsResourceIterator.php" hash="d17d86d899862bf9ff93926fdfa68326"/><file name="AwsResourceIteratorFactory.php" hash="434d553b94a81064f2abb38586b7319c"/></dir><dir name="Model"><dir name="MultipartUpload"><file name="AbstractTransfer.php" hash="f00f833de3a6694a7758a79042cb2b8c"/><file name="AbstractTransferState.php" hash="f4391e22c27455420d9c85cbca4754e1"/><file name="AbstractUploadBuilder.php" hash="3e903d08159840e4d05865fedf651ce9"/><file name="AbstractUploadId.php" hash="987faac50f83d46f2097737dc40052ec"/><file name="AbstractUploadPart.php" hash="5c5bbfb146b5297ff733b7ebb61cd106"/><file name="TransferInterface.php" hash="94130e826c600d19e974e269ee71065a"/><file name="TransferStateInterface.php" hash="7a52b1befbad56b3362315f92e0f31b8"/><file name="UploadIdInterface.php" hash="2705f41724fc5e736c802e323bdc0a2f"/><file name="UploadPartInterface.php" hash="13ae3e96adc690d71bdfde1bdf01c7f8"/></dir></dir><dir name="Resources"><file name="aws-config.php" hash="a8c87fc3f631318ff581804a61001ac3"/><file name="public-endpoints.php" hash="29401fe00b388045fc5bccb45f04a274"/><file name="sdk1-config.php" hash="e0b5e5dfab92d4e8d8945e553dec9e1b"/></dir><file name="RulesEndpointProvider.php" hash="1abbf7a0889213cc6d3d6a69cf5a4f57"/><dir name="Signature"><file name="AbstractSignature.php" hash="66bd700361a97f1f669b225f6c0e20b4"/><file name="EndpointSignatureInterface.php" hash="49198ab55607a67bb4fbd942d3d8db2e"/><file name="SignatureInterface.php" hash="e05714bb1ddd85ff922bc5182d97019d"/><file name="SignatureListener.php" hash="ea59c6544367b58bc8c7026507cba813"/><file name="SignatureV2.php" hash="2208c5cb329130578b52ad9cd1c75aa8"/><file name="SignatureV3Https.php" hash="2ee7fe57e0e3e76be633e6094e89b9fb"/><file name="SignatureV4.php" hash="e4ce3f0d0ec24c17befe08a3de950eb4"/></dir><dir name="Waiter"><file name="AbstractResourceWaiter.php" hash="fb87fdb0773a67d0c4ea4741a3057974"/><file name="AbstractWaiter.php" hash="1fe7cf8dfd60c6c3f534f488d943160e"/><file name="CallableWaiter.php" hash="ab6554c8f0f6f94d2bd32979b137bbb3"/><file name="CompositeWaiterFactory.php" hash="73f2bab0a7aa293901dcd181498135f5"/><file name="ConfigResourceWaiter.php" hash="68faf7fde5fb769e3462b4d8e870da9e"/><file name="ResourceWaiterInterface.php" hash="da81827cec410feb30e367ae7efc62e5"/><file name="WaiterClassFactory.php" hash="97e1f94b23346b80b7f6ec5d8906ecec"/><file name="WaiterConfig.php" hash="a9048fb9d65c13ebbc33309550bd1f04"/><file name="WaiterConfigFactory.php" hash="ac6bd930f61ae6b6689edc78562778b3"/><file name="WaiterFactoryInterface.php" hash="34faa05c594295fbd9c7b6ae2349d16f"/><file name="WaiterInterface.php" hash="5a036a25e1c42c59b524cc4423ca394b"/></dir></dir><dir name="ConfigService"><file name="ConfigServiceClient.php" hash="ea130fb6088e70a63175b48f3cc7a4cf"/><dir name="Exception"><file name="ConfigServiceException.php" hash="4e1729222ecf6130e52831d45d8dc2aa"/></dir><dir name="Resources"><file name="configservice-2014-11-12.php" hash="7f4167f0ad1c207ee9777638982a0b9d"/></dir></dir><dir name="DataPipeline"><file name="DataPipelineClient.php" hash="42bd1dbcfd7150be6f2b9f871cd553b0"/><dir name="Enum"><file name="WorkStatus.php" hash="4c06b4fef52463def8d6728c8156fd97"/></dir><dir name="Exception"><file name="DataPipelineException.php" hash="cf0dc75d1e74605d52d12242a90a975d"/><file name="InternalServiceErrorException.php" hash="6bcc9c504f051791beb91a81980ae6b6"/><file name="InvalidRequestException.php" hash="6d8fb6c37905bc1e0e2827156e46dcc4"/><file name="PipelineDeletedException.php" hash="f44d4d4e25806273a1d317508d55df8d"/><file name="PipelineNotFoundException.php" hash="1757b8db2c721bebfd58b4d047fe3d49"/><file name="TaskNotFoundException.php" hash="b2349285d55929396296c9e72cb929ae"/></dir><dir name="Resources"><file name="datapipeline-2012-10-29.php" hash="40b651e3d922a18f99c25808f0bd82d9"/></dir></dir><dir name="DeviceFarm"><file name="DeviceFarmClient.php" hash="9a3b139cb0db283541f507c96d5bc22d"/><dir name="Exception"><file name="DeviceFarmException.php" hash="d5a911cfd1beed5e8923a6253ea1926e"/></dir><dir name="Resources"><file name="devicefarm-2015-06-23.php" hash="df982d8264a7c9fef2da19a1f3a847f0"/></dir></dir><dir name="DirectConnect"><file name="DirectConnectClient.php" hash="665bd2acdb7bad63f0af4ab530be6fe8"/><dir name="Enum"><file name="ConnectionState.php" hash="82813d38bf95b7d3c38516321255b1d4"/><file name="InterconnectState.php" hash="3d42f8c2ef0c1ddae553e155be522eb6"/><file name="StepState.php" hash="c1e5ca484cb965ff1cd18865a56a17d7"/><file name="VirtualInterfaceState.php" hash="dce0f6d10216031f89cc4d0577b8ebef"/></dir><dir name="Exception"><file name="DirectConnectClientException.php" hash="824c303be6f859fe155b3bdc93f3b88d"/><file name="DirectConnectException.php" hash="ce83b52285a4e2a99da8c2e24c8c9f39"/><file name="DirectConnectServerException.php" hash="e40e0431f0c3fc541da5a4e6d826f2b1"/></dir><dir name="Resources"><file name="directconnect-2012-10-25.php" hash="1109d01ba92c045f859b8d51a38621c9"/></dir></dir><dir name="DirectoryService"><file name="DirectoryServiceClient.php" hash="b607e36500b7007444ab34af4f466414"/><dir name="Exception"><file name="DirectoryServiceException.php" hash="8b911bf8595f1fb524d0c06ffd0716d1"/></dir><dir name="Resources"><file name="directoryservice-2015-04-16.php" hash="0665e7ab5793908bfc9a41c29a26648a"/></dir></dir><dir name="DynamoDb"><file name="Crc32ErrorChecker.php" hash="2e24b60db9278fb1f3d4e7c4606aade6"/><file name="DynamoDbClient.php" hash="57e25c5cb15c76dadf6d1e3239f5ba02"/><file name="DynamoDbCommand.php" hash="3f687fadee34c13f681be5b38813992d"/><dir name="Enum"><file name="AttributeAction.php" hash="4fe32b490230d31057180c1eea0dc95e"/><file name="AttributeType.php" hash="f54ecaac0c36aa38a20330cfb317a75b"/><file name="ComparisonOperator.php" hash="7c7229a71fc92c6032de065fee764067"/><file name="IndexStatus.php" hash="af25dbf1143f6893663330bf937f54a8"/><file name="KeyType.php" hash="190f3badb2e1e66dcfdacf13c4c3c218"/><file name="ProjectionType.php" hash="a461f06f98352cb707f3de50aac8f7cc"/><file name="ReturnConsumedCapacity.php" hash="ea22c4392730241cf5ef4bfe7ed8e028"/><file name="ReturnItemCollectionMetrics.php" hash="3b56a00a778973f42957ac8e2c00ffba"/><file name="ReturnValue.php" hash="04d0dc61a600f2da43384e2c946c98ee"/><file name="ScalarAttributeType.php" hash="af5e09bb4ec8f3389e39420418917e22"/><file name="Select.php" hash="1bbf13ed269b05d483a91b52460e6faf"/><file name="TableStatus.php" hash="3d967da23a64c97b6035ae0154ac649c"/><file name="Type.php" hash="74926e33df7334ea48c5596bba4f697a"/></dir><dir name="Exception"><file name="AccessDeniedException.php" hash="0927b6721261886710ddf4e7aa0762a8"/><file name="ConditionalCheckFailedException.php" hash="a8104924c2bc22817aa54d91888ba7eb"/><file name="DynamoDbException.php" hash="4a06fe9b3f69c80c962711cda55cce2a"/><file name="IncompleteSignatureException.php" hash="edec35e7a549e4131009c001f80d3880"/><file name="InternalFailureException.php" hash="63ce838deafcf7da6c2d2bd05de27cea"/><file name="InternalServerErrorException.php" hash="c48565b7b423404dd81c04514e170374"/><file name="ItemCollectionSizeLimitExceededException.php" hash="8e148af1826bef2216bcc2e33bbfcadd"/><file name="LimitExceededException.php" hash="1262864749b109d0a83697f83ac43197"/><file name="MissingAuthenticationTokenException.php" hash="c4231c1d027ea62155db847fc077ced0"/><file name="ProvisionedThroughputExceededException.php" hash="929a7c0eaa1f568563c0b6d4f816a389"/><file name="ResourceInUseException.php" hash="93032fb4364792ca509882fc7065f42c"/><file name="ResourceNotFoundException.php" hash="939d005bc3f093965d3ea42e5cd746a7"/><file name="ServiceUnavailableException.php" hash="ed40330e3802de6ee1a6216bd6a78e4a"/><file name="ThrottlingException.php" hash="8083cca78079cf22237f0c7bd4cd27d0"/><file name="UnprocessedWriteRequestsException.php" hash="d6b6898e4e7c8c0e4652453948e98775"/><file name="UnrecognizedClientException.php" hash="ee3dde1fceee1a87bf6727ac02f93d16"/><file name="ValidationException.php" hash="26f5860bf1a8807607d7504ae348fd3d"/></dir><dir name="Iterator"><file name="ItemIterator.php" hash="cb169a4641cd9ef1b9bbb3e829e66a40"/><file name="ScanIterator.php" hash="02cf978f0d2c423176f4d57b6fe294ca"/></dir><file name="Marshaler.php" hash="0112b192fe2ac37d07390640ade5cda3"/><dir name="Model"><file name="Attribute.php" hash="10578e3f7f9300f720d0288eb6d7d54b"/><dir name="BatchRequest"><file name="AbstractWriteRequest.php" hash="8326d4829afb578ab3688d2e3401333c"/><file name="DeleteRequest.php" hash="b4ce7b754f597f1d26a1045da2bf0b1c"/><file name="PutRequest.php" hash="e692078732a01aef5d8e6dd082863d78"/><file name="UnprocessedRequest.php" hash="eb062503a06657b62c9c3bc286944a75"/><file name="WriteRequestBatch.php" hash="b2e78e6237feb129277ed1ea2e051bb2"/><file name="WriteRequestBatchTransfer.php" hash="ef4f7460b2a5bb12edee16a062606397"/><file name="WriteRequestInterface.php" hash="940271d671e8d64d32d2a5f6a4ce4f98"/></dir><file name="Item.php" hash="87fe5caa215dd395bfbdca2eb55c33b5"/></dir><dir name="Resources"><file name="dynamodb-2011-12-05.php" hash="d89c4303ee2ea42c653e858fd4dcdc98"/><file name="dynamodb-2012-08-10.php" hash="2359b0955160818229be2154b074250c"/></dir><dir name="Session"><dir name="LockingStrategy"><file name="AbstractLockingStrategy.php" hash="0ff0909551380a3f96483ce1d9210052"/><file name="LockingStrategyFactory.php" hash="92a937a1c67d3e92943f8e6ec4382dbf"/><file name="LockingStrategyFactoryInterface.php" hash="df81c5776e5921285567f4664b0a2024"/><file name="LockingStrategyInterface.php" hash="d7204f72398e69059872e64b62506ccc"/><file name="NullLockingStrategy.php" hash="11998ec67cdf77aa6c5b06759bacd40c"/><file name="PessimisticLockingStrategy.php" hash="fcd13966adda98a2f35d357a66549f6a"/></dir><file name="SessionHandler.php" hash="f94fa0430cadbafae6bd302d529f3fa8"/><file name="SessionHandlerConfig.php" hash="f5f3b0ec2f4c6ca24f571ebf4ed5c337"/><file name="SessionHandlerInterface.php" hash="e24a29b472fb95ff6f515184ed1b2c52"/></dir></dir><dir name="DynamoDbStreams"><file name="DynamoDbStreamsClient.php" hash="8ac0b6efe3ec76c4836b0f7fe6244bf8"/><dir name="Exception"><file name="DynamoDbStreamsException.php" hash="64582904caf393b4fac585c90136ed9b"/></dir><dir name="Resources"><file name="dynamodbstreams-2012-08-10.php" hash="c5f9248938d82fc2a42ec28464cf4bb1"/></dir></dir><dir name="Ec2"><file name="CopySnapshotListener.php" hash="f46c73be0a182a6bd112d80af86816d0"/><file name="Ec2Client.php" hash="631280753998467a031d105fc9b21803"/><dir name="Enum"><file name="ContainerFormat.php" hash="ed24f4a8e0c99ec757fb222f98d4786d"/><file name="DiskImageFormat.php" hash="4afc92337b9b886f9827f17ee4e9b0ff"/><file name="DomainType.php" hash="b34bcf5eb0e2c516cc97be38bee40925"/><file name="ExportEnvironment.php" hash="03d4b7d3f01a4df5d84007e64ce39539"/><file name="HypervisorType.php" hash="1cad8e0fee3d957f5471e6846b350c26"/><file name="ImageState.php" hash="48aa98fabd24eb293e65c61e60285dda"/><file name="InstanceAttributeName.php" hash="7e994dde76cb9e27f8cb6244a7427611"/><file name="InstanceStateName.php" hash="3a790ea66dc25bbed4769f0ee6993b15"/><file name="InstanceType.php" hash="587530338f4378dde0636b2cd478a105"/><file name="PlacementGroupState.php" hash="9ad802b9c5c0a62f1735eb4403430ca4"/><file name="PlacementStrategy.php" hash="966348d650852d0affc515cc42922df2"/><file name="ResourceType.php" hash="b217494404182a97645d3dab77e8afcc"/><file name="RouteOrigin.php" hash="ab84ee8115050ac35be07b3a89d91578"/><file name="RuleAction.php" hash="4fd615346f2ed9eb1715c6bcee1e5e5b"/><file name="SnapshotAttributeName.php" hash="bdf788468fcac3b3a441a4f0131cda6a"/><file name="SnapshotState.php" hash="40159815b2619121cf8d04ee19820eba"/><file name="SpotInstanceType.php" hash="8731d934503f291f335432455a637eb5"/><file name="VirtualizationType.php" hash="dae236d113cc7e18a0b1feba59546fea"/><file name="VolumeAttachmentState.php" hash="715d5189cc42b629cbd203e98d0ce8c4"/><file name="VolumeAttributeName.php" hash="635938967abed8bbeda2a915c3400809"/><file name="VolumeState.php" hash="148512765597c824ac7f61a097ae70bb"/><file name="VolumeType.php" hash="ed10dd06ee3a71ccb849874c65c928f6"/><file name="VpcAttributeName.php" hash="a2fd03051235f9a8e8f0ef051e34d711"/></dir><dir name="Exception"><file name="Ec2Exception.php" hash="62ee2dc40c5010a08f3e622a85869722"/></dir><dir name="Iterator"><file name="DescribeInstancesIterator.php" hash="76f3dce41115ec02d2ee145dfe885c26"/></dir><dir name="Resources"><file name="ec2-2015-04-15.php" hash="7d9b4b3bf496380de397a96e780755b9"/><file name="ec2-2015-10-01.php" hash="5ed67aebcf420cc4e54b2e7cc970d54d"/></dir></dir><dir name="Ecs"><file name="EcsClient.php" hash="52e86c81c564a1369a5c2868ce5703bc"/><dir name="Exception"><file name="EcsException.php" hash="33300efc4a738b9c1cb46bb726522413"/></dir><dir name="Resources"><file name="ecs-2014-11-13.php" hash="5d2f0921be38625bc96ffdd8c58ef49b"/></dir></dir><dir name="Efs"><file name="EfsClient.php" hash="9f655cb19ff7fcf2343386cd352b87b6"/><dir name="Exception"><file name="EfsException.php" hash="553614ace0e4028406dea10deffa2dc5"/></dir><dir name="Resources"><file name="elasticfilesystem-2015-02-01.php" hash="bcb52de116e29b84e47a58b43d63a15b"/></dir></dir><dir name="ElastiCache"><file name="ElastiCacheClient.php" hash="f39f7586a89118d6c129c5e438dfda6c"/><dir name="Enum"><file name="SourceType.php" hash="115b6aebca4bf87b123e01c8ff8f24f8"/></dir><dir name="Exception"><file name="AuthorizationAlreadyExistsException.php" hash="21e504b9e7f836f0b2c0ff72c161a3a3"/><file name="AuthorizationNotFoundException.php" hash="a5e02559299e09210676a953110a33bf"/><file name="CacheClusterAlreadyExistsException.php" hash="57f8aaa8017a8a65edd0273f0b242e12"/><file name="CacheClusterNotFoundException.php" hash="82190202843e63734ba8ef1ba394a5be"/><file name="CacheParameterGroupAlreadyExistsException.php" hash="fd24c3d68a39aa4641a637fd808de4d4"/><file name="CacheParameterGroupNotFoundException.php" hash="ca6463ae76170cecd82daf6061ab20d5"/><file name="CacheParameterGroupQuotaExceededException.php" hash="c93c90abdc4f535d59f8d01ad90f1d40"/><file name="CacheSecurityGroupAlreadyExistsException.php" hash="59d08e4224c1a793a0b328aeced5f794"/><file name="CacheSecurityGroupNotFoundException.php" hash="1ccda66732cad00372be8d5e36e2adbe"/><file name="CacheSecurityGroupQuotaExceededException.php" hash="877ede3cf5bd8e40776cee03231852a4"/><file name="CacheSubnetGroupAlreadyExistsException.php" hash="c6e393fc9a4fa2a36e660511af4d3706"/><file name="CacheSubnetGroupInUseException.php" hash="9f6a2310c31b66f5d83a1843abfd802f"/><file name="CacheSubnetGroupNotFoundException.php" hash="9463754bd9d0fbd166dc4b6bd961cd71"/><file name="CacheSubnetGroupQuotaExceededException.php" hash="f676b0b2ec61855f0398f535416b3fe1"/><file name="CacheSubnetQuotaExceededException.php" hash="63a14141744fa66e0a0a69b9c081e28a"/><file name="ClusterQuotaForCustomerExceededException.php" hash="77627c0471b2708e68e9e8860638870b"/><file name="ElastiCacheException.php" hash="5aa6c73aa0c85df1edc5158e8613c56a"/><file name="InsufficientCacheClusterCapacityException.php" hash="c6f6d51a7a32fe4a5e09e29597127364"/><file name="InvalidCacheClusterStateException.php" hash="318e8f473ff95ea2ac20ad320e7c1971"/><file name="InvalidCacheParameterGroupStateException.php" hash="61d6ec9dbacfddde6dfa4156892ca675"/><file name="InvalidCacheSecurityGroupStateException.php" hash="39ad8e3e4323e35d812cf62ef095ceb8"/><file name="InvalidParameterCombinationException.php" hash="bd8ada3e0f3152e08ae1e647de1ef542"/><file name="InvalidParameterValueException.php" hash="2451add8d8f33cd5a002060e9f3e2835"/><file name="InvalidReplicationGroupStateException.php" hash="2fce45c79f7d4a5f14e1f16ad5d754cb"/><file name="InvalidSubnetException.php" hash="11c7bb2eaf03cb8193ace75f76798b25"/><file name="InvalidVPCNetworkStateException.php" hash="26ac0d4d4f2f1dd2e99a0e2a16ff72a0"/><file name="NodeQuotaForClusterExceededException.php" hash="77379a822d5ae295546afffb6f37c353"/><file name="NodeQuotaForCustomerExceededException.php" hash="c730d31717719ed395b3946624a7d966"/><file name="ReplicationGroupAlreadyExistsException.php" hash="ddfcacb215911d76dae186d5e9691167"/><file name="ReplicationGroupNotFoundException.php" hash="e5d0130edc605f109657fdd0e4e8d36a"/><file name="ReservedCacheNodeAlreadyExistsException.php" hash="c42b9822eb90fd1a88daf6a00f98aba0"/><file name="ReservedCacheNodeNotFoundException.php" hash="e8b182a07643ffc04fff9166a3ad9b9b"/><file name="ReservedCacheNodeQuotaExceededException.php" hash="65db6e650fb941814b8f34e60bbcae93"/><file name="ReservedCacheNodesOfferingNotFoundException.php" hash="3cf2ec1dde57680e084c72aa846c32c6"/><file name="SubnetInUseException.php" hash="5f6a50579d69da727e3bf85adcfbaf4f"/></dir><dir name="Resources"><file name="elasticache-2015-02-02.php" hash="92d0afb1b0379f331ffe1939ebad3e56"/></dir></dir><dir name="ElasticBeanstalk"><file name="ElasticBeanstalkClient.php" hash="b72db2b61fc56f9c6297c3bbc1c3457f"/><dir name="Enum"><file name="ConfigurationDeploymentStatus.php" hash="084ddac120d09f4eab64710c88a89800"/><file name="ConfigurationOptionValueType.php" hash="975b62971fe9249c0cf73eb490c09902"/><file name="EnvironmentHealth.php" hash="4a55eacfb07c45fdbff0b98a50118794"/><file name="EnvironmentInfoType.php" hash="fadc42788f6b465409b946e74707569c"/><file name="EnvironmentStatus.php" hash="df1f7c4ba4c6e524aba08984b5a96a82"/><file name="EventSeverity.php" hash="b0f8d4bb831e2dd754f6045b5c94581c"/><file name="ValidationSeverity.php" hash="f02229788c335e8c249918b13e4e9524"/></dir><dir name="Exception"><file name="ElasticBeanstalkException.php" hash="a4a8d318c03943026492ceb31514ce7d"/><file name="InsufficientPrivilegesException.php" hash="c86a85458785953e1b23a1cde09cd9d8"/><file name="OperationInProgressException.php" hash="923588486916af4c1a9d149747c6fe17"/><file name="S3LocationNotInServiceRegionException.php" hash="75883b5ae0176c98c0ed70921a32dc80"/><file name="S3SubscriptionRequiredException.php" hash="0ec8ab059187e734696a88f1f1642cef"/><file name="SourceBundleDeletionException.php" hash="194fc4adde07b7ab54ef290f0aaa2a7e"/><file name="TooManyApplicationVersionsException.php" hash="1d6496349065b33d0317c43e40a6a525"/><file name="TooManyApplicationsException.php" hash="3fe13576abfbb3e3d20598927a417e6d"/><file name="TooManyBucketsException.php" hash="b402073e03caeaca677ddc56f2b89b39"/><file name="TooManyConfigurationTemplatesException.php" hash="d3058cd107f406cf2bf3b05c11513462"/><file name="TooManyEnvironmentsException.php" hash="3176ee87e0d8021e193f85469414f17d"/></dir><dir name="Resources"><file name="elasticbeanstalk-2010-12-01.php" hash="67e053f61ada3261a4cf2a55a7f2e643"/></dir></dir><dir name="ElasticLoadBalancing"><file name="ElasticLoadBalancingClient.php" hash="bb7a49e4c422157ae35666ff9b276bb7"/><dir name="Exception"><file name="AccessPointNotFoundException.php" hash="05071f6051e15d8318355b0794a9dd1e"/><file name="CertificateNotFoundException.php" hash="7a9dd18eeaa2aaf9ac844d2005577993"/><file name="DuplicateAccessPointNameException.php" hash="6c9774b220387b23f5d9413197457ce4"/><file name="DuplicateListenerException.php" hash="6089ef1c0edbadd544eca765a5df7c49"/><file name="DuplicatePolicyNameException.php" hash="4e65421810ac6b692a4e9c385dbf8b10"/><file name="ElasticLoadBalancingException.php" hash="3b8eaa1ef219c403b75d887c6fcf9a9f"/><file name="InvalidConfigurationRequestException.php" hash="df6a12538f70e02044149bec3c58d6f1"/><file name="InvalidEndPointException.php" hash="6ea1a3622cb1d25d2dbbe0394c4b5de2"/><file name="InvalidSchemeException.php" hash="e8ffed1df93368e4de833590688bcee4"/><file name="InvalidSecurityGroupException.php" hash="cce0bdbeee5b3c69adf79f41a647ff2f"/><file name="InvalidSubnetException.php" hash="2b4492a6c075d2b0da9391d9dbff54f4"/><file name="ListenerNotFoundException.php" hash="de0d205c1cafac341936ae6065ef84bd"/><file name="LoadBalancerAttributeNotFoundException.php" hash="243a7bb3caf9180d313a91e7c84809b6"/><file name="PolicyNotFoundException.php" hash="a1878afe8404f41525177bd5fd6b6cc8"/><file name="PolicyTypeNotFoundException.php" hash="9f35549594a24267a531311b937a3555"/><file name="SubnetNotFoundException.php" hash="e125719fc95081ee80730f3904b183c7"/><file name="TooManyAccessPointsException.php" hash="7edb845728a203fe6c2403c77805567a"/><file name="TooManyPoliciesException.php" hash="7b041ef30bec8614c17a8071710c7f1c"/></dir><dir name="Resources"><file name="elasticloadbalancing-2012-06-01.php" hash="a2890597461dd607db061f415e4e718d"/></dir></dir><dir name="ElasticTranscoder"><file name="ElasticTranscoderClient.php" hash="0c27c16f85b26b7ff9d15f75c7c056d9"/><dir name="Exception"><file name="AccessDeniedException.php" hash="d8d758ef18d17ad9756612a30735ba53"/><file name="ElasticTranscoderException.php" hash="c82a45c9c18b3529dca6bd2d3f0ca6e4"/><file name="IncompatibleVersionException.php" hash="808faec7d50f265050ad7414212e8229"/><file name="InternalServiceException.php" hash="550b4e6f16f6d8a241c4c0763b81da5f"/><file name="LimitExceededException.php" hash="0af29b1fc2a1f7da7c01fce037d9f25c"/><file name="ResourceInUseException.php" hash="b08c18448cbcab3526962f82b74c5ece"/><file name="ResourceNotFoundException.php" hash="9811281d1dc85134a5d36596c9f60d17"/><file name="ValidationException.php" hash="3c439ebac5c8cce30a6df9a908bd9192"/></dir><dir name="Resources"><file name="elastictranscoder-2012-09-25.php" hash="0d1df5d353f171e42ecdbf8e11dfdbe0"/></dir></dir><dir name="Emr"><file name="EmrClient.php" hash="8d3151f46699f513f6f8f15e1c0e5f7e"/><dir name="Enum"><file name="ActionOnFailure.php" hash="90a3368d05d9c947a743b6e326398db0"/><file name="ClusterState.php" hash="43e98595cd7eccd0d9760dcee4f9401f"/><file name="ClusterStateChangeReasonCode.php" hash="2022d285e42729a667b96d9d270237c5"/><file name="InstanceGroupState.php" hash="a3a213c7607430a22e509d22952218ce"/><file name="InstanceGroupStateChangeReasonCode.php" hash="9e4488974df626ede33665815c84634b"/><file name="InstanceGroupType.php" hash="6b2698140ba7c3ec2ac3d27917eb8785"/><file name="InstanceRoleType.php" hash="ab7220643f81d7bac60584c463f8510e"/><file name="InstanceState.php" hash="3081093592df41be7cf775d33fc83448"/><file name="InstanceStateChangeReasonCode.php" hash="da34270d02922f21abbe6e394eca03af"/><file name="JobFlowExecutionState.php" hash="c7bc8356aab0be524defa38ac62e3d1d"/><file name="MarketType.php" hash="7f135081488c2374dfa72716992b19b9"/><file name="StepExecutionState.php" hash="800801721ae16f53ca83222a2fdf6a78"/><file name="StepState.php" hash="9ed3012916b6c5147a25f4bfa70021a9"/><file name="StepStateChangeReasonCode.php" hash="7ab1f8494a346a25ddbeab0bf22b98eb"/></dir><dir name="Exception"><file name="EmrException.php" hash="fdeb31733b03b1d981a9f93a5ccd37b9"/><file name="InternalServerErrorException.php" hash="472ca1648da9957b3fa88baa8dc9fefd"/><file name="InternalServerException.php" hash="0e1d0468d26322c24637b701a69fea87"/><file name="InvalidRequestException.php" hash="f4461933899ce1512b024d8fee1c78e6"/></dir><dir name="Resources"><file name="emr-2009-03-31.php" hash="65e9de88a29876c58bdd35c9c3703ccb"/></dir></dir><dir name="Glacier"><dir name="Enum"><file name="Action.php" hash="85f4981c556299658edb3e9b244ddc1c"/><file name="ActionCode.php" hash="8ca169d71c6085f4348b786f86ad74c0"/><file name="StatusCode.php" hash="91cd78cd13068bef5a162089bc1ee42f"/></dir><dir name="Exception"><file name="GlacierException.php" hash="30b98e04728dc38c1d78ab5df0f01208"/><file name="InvalidParameterValueException.php" hash="ee0a2c8b584dea4c871965c66c2aebf0"/><file name="LimitExceededException.php" hash="0571d505d9e0546e098958202ad2f4a4"/><file name="MissingParameterValueException.php" hash="2f02824463026f15329bcb6c9564fbdd"/><file name="RequestTimeoutException.php" hash="c4e3c975633f6fdebe1c61e458726a10"/><file name="ResourceNotFoundException.php" hash="7c0036cbe45eb98a3cf7bdb3d949ee3f"/><file name="ServiceUnavailableException.php" hash="5a296af4f334d246fc45d0cc812e0c59"/></dir><file name="GlacierClient.php" hash="b7da5574f618d953e8ddfc7e97df2627"/><file name="GlacierUploadListener.php" hash="f03618e2332626d49d419919d971e23e"/><dir name="Model"><dir name="MultipartUpload"><file name="AbstractTransfer.php" hash="b163fbfec3b41e46c18780c2f370bdfc"/><file name="ParallelTransfer.php" hash="0c7f812ae0a49b893d2dce35504a6b00"/><file name="SerialTransfer.php" hash="84475c0bb0ef683a097e26f2386d7189"/><file name="TransferState.php" hash="d04addc830880405ece220582abbbb46"/><file name="UploadBuilder.php" hash="e7e1b8f0e828b89e50ea5fa121b19ccf"/><file name="UploadId.php" hash="f5189bec7825b8d0031dd64eb988ebf5"/><file name="UploadPart.php" hash="fec1ceb347d00b1706b85a87068b780f"/><file name="UploadPartContext.php" hash="0fbbd4704f775cb90904a225a58c55b9"/><file name="UploadPartGenerator.php" hash="607d98e658698c2cdbcda528a37ac152"/></dir></dir><dir name="Resources"><file name="glacier-2012-06-01.php" hash="9bb12dea61636a4c892205c463992c2f"/></dir></dir><dir name="Iam"><dir name="Enum"><file name="AssignmentStatusType.php" hash="ae0f41c53b1c56824d75eb333e19a85a"/><file name="StatusType.php" hash="a93bd6a9869a9b5aa4f7a94068270f4d"/></dir><dir name="Exception"><file name="DeleteConflictException.php" hash="48b4e522cae6109dffb4f26a05fb766f"/><file name="DuplicateCertificateException.php" hash="0d2fec540fdb38a279159b2bc825b721"/><file name="EntityAlreadyExistsException.php" hash="7dfe46fb65b928ebd9fb2c90f75338cc"/><file name="EntityTemporarilyUnmodifiableException.php" hash="d2800e6bdc1d684d1ee3ff38dc1fd336"/><file name="IamException.php" hash="364d247c36655d55c1af15c59baa0d2a"/><file name="InvalidAuthenticationCodeException.php" hash="b160209f5210bfe18472eda8b0ac7492"/><file name="InvalidCertificateException.php" hash="92704012d2921797ff2087e42f17fab9"/><file name="InvalidInputException.php" hash="daea6e91cde8b03a4b69cc0189a0368b"/><file name="InvalidUserTypeException.php" hash="76b7086631b8fb7c1f3279da1feb113e"/><file name="KeyPairMismatchException.php" hash="bd22710b1e3dcbe0a64902f54a3a4163"/><file name="LimitExceededException.php" hash="2e17c2780c8fd635469de3014ea37842"/><file name="MalformedCertificateException.php" hash="2b38f99955a913c63356c0edda5a2c3d"/><file name="MalformedPolicyDocumentException.php" hash="89c2ff535598e5940dd18ca66c7a385c"/><file name="NoSuchEntityException.php" hash="478062e9964d02dbaadb386ebe423436"/><file name="PasswordPolicyViolationException.php" hash="bbee10470d4d8c2ee03ed7e7f6205e68"/></dir><file name="IamClient.php" hash="da41d5bd4c09b43946f2dbf2cbb58fe2"/><dir name="Resources"><file name="iam-2010-05-08.php" hash="ce7e53dedf7b4fd5abfa7867259cb83e"/></dir></dir><dir name="ImportExport"><dir name="Enum"><file name="JobType.php" hash="9ee43f6c4cacedda141e5de2e1784866"/></dir><dir name="Exception"><file name="BucketPermissionException.php" hash="032796167d1ce35fcd0e99f587955daa"/><file name="CanceledJobIdException.php" hash="2fc2db1e09acec07edb2db7ddbecb1bd"/><file name="ExpiredJobIdException.php" hash="d4c2c7d73d37d73e909db1bfbbef75b8"/><file name="ImportExportException.php" hash="95e9b9d2b5341524d7085bf23c706436"/><file name="InvalidAccessKeyIdException.php" hash="f3adb212bf4be9951d3de8dfad876349"/><file name="InvalidAddressException.php" hash="3daf811eba38bfdc14d15c61e07ec650"/><file name="InvalidCustomsException.php" hash="33a2a444377461a8d488ee5aeb706dbb"/><file name="InvalidFileSystemException.php" hash="6b13609070c971046937178bae5a8366"/><file name="InvalidJobIdException.php" hash="b794f4a283df4739c61fdddcfb69da8f"/><file name="InvalidManifestFieldException.php" hash="250762db398e1a31e65e7f6a059a877c"/><file name="InvalidParameterException.php" hash="d3708b1f5798200dbe27891faa27362f"/><file name="MalformedManifestException.php" hash="9773d5c2cf3459a125c224083aec7028"/><file name="MissingCustomsException.php" hash="808eaf466f96f81b25999988bdd45b8c"/><file name="MissingManifestFieldException.php" hash="d5b83f7cdbcad0687e91efaf1c8019ad"/><file name="MissingParameterException.php" hash="449ce097415b119eb4535bd803828f11"/><file name="MultipleRegionsException.php" hash="a75d56cfbf9198c1f891c833c1d0f782"/><file name="NoSuchBucketException.php" hash="309718b6810d12b7ddf57e8ac863c2d1"/><file name="UnableToCancelJobIdException.php" hash="ff839a2502867b9d6499df705ac36e58"/></dir><file name="ImportExportClient.php" hash="13ecf192654d7f4465314a07f479cd47"/><file name="JobManifestListener.php" hash="e55019a0b4ff607fade2e4d1965f3ff5"/><dir name="Resources"><file name="importexport-2010-06-01.php" hash="c62850535cf7aefff2bc5e44d99b5b82"/></dir></dir><dir name="Kinesis"><dir name="Enum"><file name="ShardIteratorType.php" hash="3c4153fd8560cd4a48e8b77c28188d7d"/><file name="StreamStatus.php" hash="695b490b91bc7a07cf64ab007b513ae5"/></dir><dir name="Exception"><file name="ExpiredIteratorException.php" hash="65bbfd88ee41a6d7b31bd5755007375e"/><file name="InvalidArgumentException.php" hash="b1f3d5da8197c70e1a01cbeb451f68da"/><file name="KinesisException.php" hash="6ab40f7d2a62c49a57fb78000c31494c"/><file name="LimitExceededException.php" hash="cbb21ea005851ffb938a6e3920914ad1"/><file name="ProvisionedThroughputExceededException.php" hash="1877b495dc6b5c1c7d70e9ff2cebdf92"/><file name="ResourceInUseException.php" hash="d3ed3198d9e6bcf403015cb6be742ed6"/><file name="ResourceNotFoundException.php" hash="5dcdeddf6500a925518218a2cf9f1210"/></dir><file name="KinesisClient.php" hash="a45e690e16cb20e71dd558a33516a1f0"/><dir name="Resources"><file name="kinesis-2013-12-02.php" hash="310f86bf2b20a63991324f5db58b1702"/></dir></dir><dir name="Kms"><dir name="Exception"><file name="KmsException.php" hash="88c16830c91503ea7dea6915139f2cf1"/></dir><file name="KmsClient.php" hash="317acc21087dfa983f4c524301277cf7"/><dir name="Resources"><file name="kms-2014-11-01.php" hash="d3a1f76eff8d7296971130a137c4dd17"/></dir></dir><dir name="Lambda"><dir name="Exception"><file name="LambdaException.php" hash="b03f4c4eb71f4f96c5702910dc8cd591"/></dir><file name="LambdaClient.php" hash="7b0a5bcd1ce984e1e24984050fdcc5be"/><dir name="Resources"><file name="lambda-2014-11-11.php" hash="b997f8d1c0790a73a6fb2771f22de37f"/><file name="lambda-2015-03-31.php" hash="f6f3981e630c57f8620675085f28c405"/></dir></dir><dir name="MachineLearning"><dir name="Exception"><file name="MachineLearningException.php" hash="3e2ae5dd6a83a265ca7add667a01a5cd"/></dir><file name="MachineLearningClient.php" hash="4d90f3ed93d7028b5bc6b7b44056764c"/><file name="PredictEndpointListener.php" hash="4674af503267ecb07fcec847091ddd17"/><dir name="Resources"><file name="machinelearning-2014-12-12.php" hash="6d9aede94de7f66b76ae661d5fa470e9"/></dir></dir><dir name="OpsWorks"><dir name="Enum"><file name="AppType.php" hash="848754a43f52b49d5b8851f434686b2d"/><file name="Architecture.php" hash="b7943c3aab8cc7bf2f342bfe5ae222fb"/><file name="AutoScalingType.php" hash="2b82e58bbbd16de1690363870a727c11"/><file name="DeploymentCommandName.php" hash="ca5c24a782e9870ead21f3fb8d431ee4"/><file name="LayerType.php" hash="397cb95f8edadd101bcd96862cfa5ba4"/><file name="PermissionLevel.php" hash="f845a186d2c6190aafa9881e7dbacff6"/><file name="RootDeviceType.php" hash="9f2590884c5c082a0528cd3217f0ecdf"/><file name="SourceType.php" hash="38ad7c76ac4c1b5b7623ab7624641ed8"/></dir><dir name="Exception"><file name="OpsWorksException.php" hash="84c6ce5f9efb83514c570fa2f3d04ced"/><file name="ResourceNotFoundException.php" hash="d9c3fcdbb6bfd95dc1b2d700d5170d9e"/><file name="ValidationException.php" hash="409fac0a0b9698a111173e52945a2c29"/></dir><file name="OpsWorksClient.php" hash="2004c39bb8ac72c69370781d0b6c5bcd"/><dir name="Resources"><file name="opsworks-2013-02-18.php" hash="fa973c4d9ec3081310a04460c447c6d3"/></dir></dir><dir name="Rds"><dir name="Enum"><file name="ApplyMethod.php" hash="19d2277f49a3afacd09834be3fd383c6"/><file name="SourceType.php" hash="c7bcd8f273ae15e3846fa359a73a2ef2"/></dir><dir name="Exception"><file name="AuthorizationAlreadyExistsException.php" hash="376a02ba026367796ce7febadfb30154"/><file name="AuthorizationNotFoundException.php" hash="663ab5eeed0cf4a060cbe65c5bb8e468"/><file name="AuthorizationQuotaExceededException.php" hash="67670ddd9bd940dbb382ea6cb66445b5"/><file name="DBInstanceAlreadyExistsException.php" hash="6e0f8c962260f2b3f20d794107e9f30b"/><file name="DBInstanceNotFoundException.php" hash="d9aa20a94517c46eb9a0d7755462375c"/><file name="DBParameterGroupAlreadyExistsException.php" hash="ae6928b2e01ff2519910251fb9cf5370"/><file name="DBParameterGroupNotFoundException.php" hash="400380e2390c7566e0fc20b460e815d5"/><file name="DBParameterGroupQuotaExceededException.php" hash="e689ae46b501bc47971872e901530c3b"/><file name="DBSecurityGroupAlreadyExistsException.php" hash="2e2207e47b443f0eb9d7dbd2f0078f42"/><file name="DBSecurityGroupNotFoundException.php" hash="f5c1ac583052a0000b9d777f66dbaaeb"/><file name="DBSecurityGroupNotSupportedException.php" hash="384d9d2f530a26c024d6b451f67a7ab2"/><file name="DBSecurityGroupQuotaExceededException.php" hash="dac6d4ed2abd2cc5cefadcb845710771"/><file name="DBSnapshotAlreadyExistsException.php" hash="dd3697b90b31eb425de32c8bba304822"/><file name="DBSnapshotNotFoundException.php" hash="15478e6df9db7de4365ad0a9d65781b4"/><file name="DBSubnetGroupAlreadyExistsException.php" hash="e29dd75de38209c79ccc5a01891b14fb"/><file name="DBSubnetGroupDoesNotCoverEnoughAZsException.php" hash="837c8369ca8284f002f02b8d23d263c4"/><file name="DBSubnetGroupNotAllowedException.php" hash="e905a5e8fe25729b25e5e14d5c375f7f"/><file name="DBSubnetGroupNotFoundException.php" hash="9968a5c63401216dab0ba464e7250e2f"/><file name="DBSubnetGroupQuotaExceededException.php" hash="2ac07228373140af8e74a894071c2748"/><file name="DBSubnetQuotaExceededException.php" hash="8b49e7b532f25181597419d14aff04e8"/><file name="DBUpgradeDependencyFailureException.php" hash="4055c4be60a51c7884f6ed9f3caee896"/><file name="EventSubscriptionQuotaExceededException.php" hash="1bc4e249b7d07faa9982e8731308d50d"/><file name="InstanceQuotaExceededException.php" hash="ce8c66605f2f208c726f61c71443476c"/><file name="InsufficientDBInstanceCapacityException.php" hash="2c4f159567b46ca2dee7c2e38e39463a"/><file name="InvalidDBInstanceStateException.php" hash="4936b33eeea183771a7a7dfc38a7ba69"/><file name="InvalidDBParameterGroupStateException.php" hash="aa9b329905ab674a40f643dd2153bfc6"/><file name="InvalidDBSecurityGroupStateException.php" hash="96404be7270254ea6cab55d4b2801ede"/><file name="InvalidDBSnapshotStateException.php" hash="4e2b7291358921d0fdb6f4d661bdb0bd"/><file name="InvalidDBSubnetGroupException.php" hash="4f6cfca2c69f05b1ebc3a8878bcc0644"/><file name="InvalidDBSubnetGroupStateException.php" hash="84a3e9a927f6bab25dbe557a5b5b5f08"/><file name="InvalidDBSubnetStateException.php" hash="c0081ece1a9b6fc8a2f56cd8e0d86323"/><file name="InvalidEventSubscriptionStateException.php" hash="f92aff57ef0f2a53c4cce1409b0505fc"/><file name="InvalidOptionGroupStateException.php" hash="4d50021a54c9a6cc31254be93952a557"/><file name="InvalidRestoreException.php" hash="dc631f1639dc1eda32cb468cfc8b92d8"/><file name="InvalidSubnetException.php" hash="d62dc4845b8e67ea0cceac41a9aaf60e"/><file name="InvalidVPCNetworkStateException.php" hash="a1eb52983f8a9661e4e3cdb30839382c"/><file name="OptionGroupAlreadyExistsException.php" hash="4226c0a3bdcbed371f0c7b68b3565621"/><file name="OptionGroupNotFoundException.php" hash="fd36e65437af21308bfae5ec074217ef"/><file name="OptionGroupQuotaExceededException.php" hash="bc2adf4429a3fd403f53879f0112bbd9"/><file name="PointInTimeRestoreNotEnabledException.php" hash="af19d2ada6aa534e818e93cf361d041a"/><file name="ProvisionedIopsNotAvailableInAZException.php" hash="811375765734008651fdff91686a8858"/><file name="RdsException.php" hash="6996434c2ecf17037c3931f2df361c71"/><file name="ReservedDBInstanceAlreadyExistsException.php" hash="c81ec08c1f1476062801e246cf9bf6e0"/><file name="ReservedDBInstanceNotFoundException.php" hash="ba34aca2ed1fec0e6041b89539d74a17"/><file name="ReservedDBInstanceQuotaExceededException.php" hash="6b8bc72a73b34f5466c5521d06d4fd5f"/><file name="ReservedDBInstancesOfferingNotFoundException.php" hash="73d871b7bf65e878614fba90c707ac0b"/><file name="SNSInvalidTopicException.php" hash="ba778d2918335482e02e79c3e3f05909"/><file name="SNSNoAuthorizationException.php" hash="eedb37e4b266f6ed4d18c285dbdce3fd"/><file name="SNSTopicArnNotFoundException.php" hash="a4746d9d037acfcdd58f8a2d2b2546ef"/><file name="SnapshotQuotaExceededException.php" hash="25e54a5968e2db61f5113c4a285a284a"/><file name="SourceNotFoundException.php" hash="74e18fda26af5100130575aab06e07c3"/><file name="StorageQuotaExceededException.php" hash="e4bca14d20f5ef0590293b2cc4927038"/><file name="SubnetAlreadyInUseException.php" hash="b3934cddd1e4762c2554e6da42bb1209"/><file name="SubscriptionAlreadyExistException.php" hash="7ec1a8a94449d505f22bb77a64e5f6b9"/><file name="SubscriptionCategoryNotFoundException.php" hash="f54f54e670a03afe318de768dff9465a"/><file name="SubscriptionNotFoundException.php" hash="0634451bee60d907b9a451960e8164c9"/></dir><file name="RdsClient.php" hash="8ab98df2403113bce035d9561ee2b086"/><dir name="Resources"><file name="rds-2014-10-31.php" hash="dd7f70e765aa3474dab2794e20048521"/></dir></dir><dir name="Redshift"><dir name="Enum"><file name="SourceType.php" hash="30409b1b129843499b9f534042fbf26c"/></dir><dir name="Exception"><file name="AccessToSnapshotDeniedException.php" hash="c9e8c82d99669b9c95eecec77021f455"/><file name="AuthorizationAlreadyExistsException.php" hash="cab137ac30853450292a4cdca0659c7f"/><file name="AuthorizationNotFoundException.php" hash="fdeacd2462018e6d794b3016094f1e83"/><file name="AuthorizationQuotaExceededException.php" hash="bb7f14418a59b09c22078bcfc3c678a8"/><file name="BucketNotFoundException.php" hash="b67ceb568f9bf3dfc68033b087377738"/><file name="ClusterAlreadyExistsException.php" hash="9eeb267af85c298ed0af61c2afb6c270"/><file name="ClusterNotFoundException.php" hash="6fd5a279200ee64aea68af45bfb3be63"/><file name="ClusterParameterGroupAlreadyExistsException.php" hash="422267f2d8aa50a487c66f45914f8018"/><file name="ClusterParameterGroupNotFoundException.php" hash="f16aecb163d382acb1cb3a7392f870f0"/><file name="ClusterParameterGroupQuotaExceededException.php" hash="dad9c72f15b72eaa84f579809b4678d7"/><file name="ClusterQuotaExceededException.php" hash="aba7c8a84383c8869f3c05a633700bd6"/><file name="ClusterSecurityGroupAlreadyExistsException.php" hash="02bf104dfb07cee703622f9fe15d9c1b"/><file name="ClusterSecurityGroupNotFoundException.php" hash="5cc1143f37bf2cc6c46018e209fff013"/><file name="ClusterSecurityGroupQuotaExceededException.php" hash="a6c63d0c6fc018f8d6cad4fbeac009f8"/><file name="ClusterSnapshotAlreadyExistsException.php" hash="31aafcd228150e5c54910d6b77d26db3"/><file name="ClusterSnapshotNotFoundException.php" hash="ea9d654915a7889f741f3e778c58a8c0"/><file name="ClusterSnapshotQuotaExceededException.php" hash="8bef78b291c4cf3e572e38c6b4b3d61a"/><file name="ClusterSubnetGroupAlreadyExistsException.php" hash="df02dee64a686e5df246b94d32ed5dfd"/><file name="ClusterSubnetGroupNotFoundException.php" hash="fcec74f4784a825dae3a7337f2b89ea7"/><file name="ClusterSubnetGroupQuotaExceededException.php" hash="9c06bfe46962619db99467b6b9e2279f"/><file name="ClusterSubnetQuotaExceededException.php" hash="0fad5d193616494a2dcaeecec5cb1e0a"/><file name="CopyToRegionDisabledException.php" hash="d860d9221401ee97e4892dea64c5d423"/><file name="EventSubscriptionQuotaExceededException.php" hash="a69b8bfbfda31cb67211d97ea250e9d1"/><file name="HsmClientCertificateAlreadyExistsException.php" hash="3619d46bcc659e0d6fa6e533c3ac06dc"/><file name="HsmClientCertificateNotFoundException.php" hash="dfb9e810a2fe8bfc49511070db8bf330"/><file name="HsmClientCertificateQuotaExceededException.php" hash="5ecd3d899d5e5a8bae5cd793115f96e9"/><file name="HsmConfigurationAlreadyExistsException.php" hash="eb9a19ce6f5f8e01dbecfe3a9905a1d9"/><file name="HsmConfigurationNotFoundException.php" hash="ddaae73292b27d33f68b24def9bbf376"/><file name="HsmConfigurationQuotaExceededException.php" hash="fb75bff51ce0071861e6477bdc614cc6"/><file name="IncompatibleOrderableOptionsException.php" hash="51efa01f4fe959f83351ba6b884ae0ef"/><file name="InsufficientClusterCapacityException.php" hash="35b3456c37c98538d3d8687d5d88e31f"/><file name="InsufficientS3BucketPolicyFaultException.php" hash="f3d5325f68cf059f7dcd998498f93d0a"/><file name="InvalidClusterParameterGroupStateException.php" hash="2b9206f0a02422908ae2f1be751b1990"/><file name="InvalidClusterSecurityGroupStateException.php" hash="547ae0b30458033b4c6b4f8c250f16b9"/><file name="InvalidClusterSnapshotStateException.php" hash="f4b29673fa70c88c9ce7e63c84af7e65"/><file name="InvalidClusterStateException.php" hash="03eb7b9aebab523df4f49227ff886d9c"/><file name="InvalidClusterSubnetGroupStateException.php" hash="b79284307bc63bf8ae3ba2831412fca5"/><file name="InvalidClusterSubnetStateException.php" hash="9eda10ad6be26111eeeb2d442ed5439c"/><file name="InvalidElasticIpException.php" hash="42d6f0d90e03574ec2123a53a5f3123b"/><file name="InvalidHsmClientCertificateStateException.php" hash="96c504dbde550fdef869742fe0dc0484"/><file name="InvalidHsmConfigurationStateException.php" hash="f9a51511e75b964e40e4918813cae672"/><file name="InvalidRestoreException.php" hash="51bcc3c35fb7f19deeb4613537d3f8af"/><file name="InvalidS3BucketNameFaultException.php" hash="8efe1e3a2007abd75e1e329fbbabe7c3"/><file name="InvalidS3KeyPrefixFaultException.php" hash="c043afb7be1ac223551f72aa63efe3f1"/><file name="InvalidSubnetException.php" hash="ab249465fd2da5db0c01ac54a83c54e8"/><file name="InvalidVPCNetworkStateException.php" hash="554e07d40204937019b885e9ecd2c7a3"/><file name="NumberOfNodesPerClusterLimitExceededException.php" hash="8517bb1ac9d19e2b07cffd7f70636575"/><file name="NumberOfNodesQuotaExceededException.php" hash="1a4daebe90b9705cda31335d321582d0"/><file name="RedshiftException.php" hash="4350c750cd98294b81ca84c9e0a3728b"/><file name="ReservedNodeAlreadyExistsException.php" hash="8b0049bd4331ba9aab76e5cb8fbb4a2c"/><file name="ReservedNodeNotFoundException.php" hash="82766a70a2b696784ffdb8d1af95c597"/><file name="ReservedNodeOfferingNotFoundException.php" hash="7315213aaf423da296b3158b7ba7ebe4"/><file name="ReservedNodeQuotaExceededException.php" hash="af51e7f8377eed3e700b48d18ad1633b"/><file name="ResizeNotFoundException.php" hash="3e08078e441d6f227d3ac08b027a722b"/><file name="SNSInvalidTopicException.php" hash="7f8b69fe134454dcc3576e63e90e6d78"/><file name="SNSNoAuthorizationException.php" hash="55745749fbd004bfeeba430bdd641670"/><file name="SNSTopicArnNotFoundException.php" hash="3ac893986a262d796651f122093c5907"/><file name="SnapshotCopyAlreadyDisabledException.php" hash="901c3617895bf54466ed052ab36effbe"/><file name="SnapshotCopyAlreadyEnabledException.php" hash="20883bfc15fdf536bb3168fd39b6c4c9"/><file name="SnapshotCopyDisabledException.php" hash="5a97cd9ce4550b5bed2cc1c52f0c414e"/><file name="SourceNotFoundException.php" hash="9b0281633515464f55b6f18ef412582c"/><file name="SubnetAlreadyInUseException.php" hash="ea8dfad2d28f574de1c676bbfff1a8b6"/><file name="SubscriptionAlreadyExistException.php" hash="a8a85aeffd72e721b74bbef92376140b"/><file name="SubscriptionCategoryNotFoundException.php" hash="c72edfffd2bf2df774b6523e1bc7f71b"/><file name="SubscriptionEventIdNotFoundException.php" hash="442e6bb4455ae519b6c9c6f572e83860"/><file name="SubscriptionNotFoundException.php" hash="64708e4b9af29c76b7ad874535de832c"/><file name="SubscriptionSeverityNotFoundException.php" hash="c4cddaf790f099d8bc8275409cca59f6"/><file name="UnauthorizedOperationException.php" hash="17fae856e885ad838335b54f442bcadc"/><file name="UnknownSnapshotCopyRegionException.php" hash="f141ccf84f1687737c954664774d1a79"/><file name="UnsupportedOptionException.php" hash="ccf71930d7de6ee7b185058dcdfe086a"/></dir><file name="RedshiftClient.php" hash="e972fdbe9442267f6404c3f9f6cce004"/><dir name="Resources"><file name="redshift-2012-12-01.php" hash="00d35ebd85de811d99ece8ea7fb73d65"/></dir></dir><dir name="Route53"><dir name="Enum"><file name="Action.php" hash="64e03183fc5178d8acc4fb510d3f1e1b"/><file name="HealthCheckType.php" hash="bf08a933801e1ff8ae590c709dc96a63"/><file name="RecordType.php" hash="4c86625b5b1b13b1a0133d261c5f1760"/><file name="ResourceRecordSetFailover.php" hash="a234fda2f8ac5b9da3202a6523d19845"/><file name="Status.php" hash="22e5216a90bf7e81e88a2961362d9542"/></dir><dir name="Exception"><file name="DelegationSetNotAvailableException.php" hash="1f30995a821f7187bfa3c1ae1fe6730f"/><file name="HealthCheckAlreadyExistsException.php" hash="46f1c28ff9db8fcb76a3ae230ad4d60d"/><file name="HealthCheckInUseException.php" hash="626f8a159c1b82bedbd998999f246321"/><file name="HostedZoneAlreadyExistsException.php" hash="4047297658083123324bc27370311e5d"/><file name="HostedZoneNotEmptyException.php" hash="b5a2910ad2d934247c38c8e96ca7a056"/><file name="IncompatibleVersionException.php" hash="71a28bb4e8b5a478c7f5104456dfcb6e"/><file name="InvalidChangeBatchException.php" hash="0495d764fb61c3762eac22922edbebbb"/><file name="InvalidDomainNameException.php" hash="dfe54be39b49c612331df43a2d1c7220"/><file name="InvalidInputException.php" hash="ef7ea019827104fd4817794c7adf99b2"/><file name="NoSuchChangeException.php" hash="132a7edb2acd811c35b947f45de50f75"/><file name="NoSuchHealthCheckException.php" hash="716c680b6d78527c689d09814e3bd8a0"/><file name="NoSuchHostedZoneException.php" hash="a52873a6fd8908e690d24babde7519fd"/><file name="PriorRequestNotCompleteException.php" hash="4a689aeffe52c7794c52bbb9a285cc1a"/><file name="Route53Exception.php" hash="dd58506a12c8f771ff626c2d22ea55b9"/><file name="TooManyHealthChecksException.php" hash="fe6361d52270886401a73109a061c2d4"/><file name="TooManyHostedZonesException.php" hash="11cdde994613ae170b863aa9560f51e5"/></dir><dir name="Resources"><file name="route53-2013-04-01.php" hash="231fb93ac3fcc36fcda84097c98d1d81"/></dir><file name="Route53Client.php" hash="ab93374502b41c84294af3dd04ed6bc6"/></dir><dir name="Route53Domains"><dir name="Exception"><file name="Route53DomainsException.php" hash="29ce880fac214f99a8935fc8f740b8b1"/></dir><dir name="Resources"><file name="route53domains-2014-05-15.php" hash="5e245b01849d8840920ab911b91ee034"/></dir><file name="Route53DomainsClient.php" hash="9e4d1b9a3fe7cd98b8d35cba4a9d5794"/></dir><dir name="S3"><file name="AcpListener.php" hash="30021c2e042185e138475242fc778cf7"/><file name="BucketStyleListener.php" hash="9d7022c32b9b88fccc6f36b0789fca09"/><dir name="Command"><file name="S3Command.php" hash="3dc05e397450a4b71a982327a206c38c"/></dir><dir name="Enum"><file name="CannedAcl.php" hash="f3b4032cea7c631b5cb1cc7947474fb8"/><file name="EncodingType.php" hash="a7cde485ca7ac5f211f0f1a842d8be6a"/><file name="Event.php" hash="1bb29324b69f9431e60583652916f2dc"/><file name="GranteeType.php" hash="b7897dc9b95f94f6b121dd6f5e28bc8f"/><file name="Group.php" hash="96d2fcdffb966c8e411fe630e10b5fc8"/><file name="MFADelete.php" hash="21617876155e75c94b8bc6f8380aec16"/><file name="MetadataDirective.php" hash="274e400686bd9a855a74c7f90554fb61"/><file name="Payer.php" hash="e25af5161310f4c6e3bd10063861d69e"/><file name="Permission.php" hash="d9a0af6b2cdc229239b047f23d838cff"/><file name="Protocol.php" hash="d97f9232bba001d3bf6ec41259636670"/><file name="ServerSideEncryption.php" hash="48d3a44084406aff1541a5defe9320f4"/><file name="Status.php" hash="918d94f3d16f77cac2276b85071e8e93"/><file name="Storage.php" hash="0266e6eb192fc241d3748d3ac04def25"/><file name="StorageClass.php" hash="813636035d4e3c256791152d0e3ec8ad"/></dir><dir name="Exception"><file name="AccessDeniedException.php" hash="c114efca1dcf9a7e3344fa406db0d494"/><file name="AccountProblemException.php" hash="4e04036a4f99661d3d24ba013d26c69a"/><file name="AmbiguousGrantByEmailAddressException.php" hash="b7055c317e07c03c66bdadd3cd6f2fee"/><file name="BadDigestException.php" hash="7ce5a3538bd37d2d893a5a4641ca5e87"/><file name="BucketAlreadyExistsException.php" hash="c70ca0f46a271fbb3a0dd8634778b241"/><file name="BucketAlreadyOwnedByYouException.php" hash="03ddf3e40d02c69d98e31a1ba0e11350"/><file name="BucketNotEmptyException.php" hash="c4164313e71b86ec0a94469ae59f5c7c"/><file name="CredentialsNotSupportedException.php" hash="28e5df8a1f769a05c4b0c17da307c821"/><file name="CrossLocationLoggingProhibitedException.php" hash="6604c9fc43cc2fcbbf5e20c22edb6026"/><file name="DeleteMultipleObjectsException.php" hash="08d0fa5ebbc445faddabca975a979884"/><file name="EntityTooLargeException.php" hash="a363b75b6140aa59516d6958bd818487"/><file name="EntityTooSmallException.php" hash="8244c7d196fcf6cfe81ce6be4e4ee3c3"/><file name="ExpiredTokenException.php" hash="9fde3c8c1f8ce13d3c1459ba80888484"/><file name="IllegalVersioningConfigurationException.php" hash="7502affc30c08ec7dec2ca9b79623861"/><file name="IncompleteBodyException.php" hash="3868573f4b4169bd66ec7ed55e828212"/><file name="IncorrectNumberOfFilesInPostRequestException.php" hash="9a7794f2028a7bbecb37f02a291f6c13"/><file name="InlineDataTooLargeException.php" hash="16a05c43ee339551a41d6db30b3ca660"/><file name="InternalErrorException.php" hash="af766935b9509e930d0ae19802289e4a"/><file name="InvalidAccessKeyIdException.php" hash="32f96f069dba33c77642bddfffe8db8b"/><file name="InvalidAddressingHeaderException.php" hash="e8951816cc56a7230167d73186c0ab90"/><file name="InvalidArgumentException.php" hash="26a64d61b80ab87cd4da2f0959951859"/><file name="InvalidBucketNameException.php" hash="389ba9774c6752da399d5a06714ca70d"/><file name="InvalidBucketStateException.php" hash="9010cee7e70cd31d533d490a0f676b7c"/><file name="InvalidDigestException.php" hash="498ad6eea22c072303d33040e1e2fb8a"/><file name="InvalidLocationConstraintException.php" hash="649bb9f9299de94c32142afe6966e3bd"/><file name="InvalidPartException.php" hash="cf7972454e18711007a3282ab14b0b2e"/><file name="InvalidPartOrderException.php" hash="2844134a42c3bf7250e00356a1af54c6"/><file name="InvalidPayerException.php" hash="668af3f62f403e4dff00bcf4c547586d"/><file name="InvalidPolicyDocumentException.php" hash="24708723851ace58c30233fbcd2a61c0"/><file name="InvalidRangeException.php" hash="98cfd5cd3599cea086cc16fa50447132"/><file name="InvalidRequestException.php" hash="dc44e8a1c168511de2b21dc9d0dcf26b"/><file name="InvalidSOAPRequestException.php" hash="07f4d5593c6119ab815a5abfafd45b4b"/><file name="InvalidSecurityException.php" hash="c5325d7ab1f09760b5cfb5dff1452cf5"/><file name="InvalidStorageClassException.php" hash="deeb571087b1013016717869ab219938"/><file name="InvalidTagErrorException.php" hash="28b72289665d68843022d1b8278afe4e"/><file name="InvalidTargetBucketForLoggingException.php" hash="04fb8e74ecc189e6b0436e1260dce9c5"/><file name="InvalidTokenException.php" hash="b21fb6f6445972b9c30d3bb566ace2de"/><file name="InvalidURIException.php" hash="cc39ea5c4ca166c4789366041d2c6647"/><file name="KeyTooLongException.php" hash="aeb54c82dfc9fa87084948e2e1010d96"/><file name="MalformedACLErrorException.php" hash="f6373149be4c19ccb7b614f3a3628ad7"/><file name="MalformedPOSTRequestException.php" hash="6aa99b0de24f2eb1a9de7df2715e38f3"/><file name="MalformedXMLException.php" hash="ef3fe78d3ed3db0db2ec67a04ad5a1a5"/><file name="MaxMessageLengthExceededException.php" hash="e398b2a0c10de3a9ed33612647dceb5b"/><file name="MaxPostPreDataLengthExceededErrorException.php" hash="c0d03c2fc6dd1d30cb53753ff3e76533"/><file name="MetadataTooLargeException.php" hash="49cef4705a18558a98a461da746f6d07"/><file name="MethodNotAllowedException.php" hash="1bca38cffcc6eb5eb5245f5a89007381"/><file name="MissingAttachmentException.php" hash="d89997a566746ebfafb220946f27a5a6"/><file name="MissingContentLengthException.php" hash="84bdb0a39275eb219deb1a2f75c391e5"/><file name="MissingRequestBodyErrorException.php" hash="402ba71db04643214cb40a1bd7d049ef"/><file name="MissingSecurityElementException.php" hash="d4fda63c036e22004452d73ed1e464d8"/><file name="MissingSecurityHeaderException.php" hash="aea750e7eebe1dfc9e487c789a6a9459"/><file name="NoLoggingStatusForKeyException.php" hash="3b8655854d58f4a783e82b2b3dc7c1e9"/><file name="NoSuchBucketException.php" hash="67678971e88adba7f2f48d63cc95adf3"/><file name="NoSuchBucketPolicyException.php" hash="5077fdc0b6cd80437ef07d3f35fd70fb"/><file name="NoSuchCORSConfigurationException.php" hash="78aa44073391f74bfd34303266c8959b"/><file name="NoSuchKeyException.php" hash="79da9b57a5ebe3cac8d7d2b0f43fdfab"/><file name="NoSuchLifecycleConfigurationException.php" hash="27e721bae72c4019ae6d2194a6572ba5"/><file name="NoSuchTagSetException.php" hash="87a668a2c3678f96ec74498dcab32a96"/><file name="NoSuchUploadException.php" hash="de7d7276e8357e59053247069af4b17c"/><file name="NoSuchVersionException.php" hash="85b88fa151a076d133d6c9515c0f8b56"/><file name="NoSuchWebsiteConfigurationException.php" hash="18d8abb944dede950e933b4c8fb4c45d"/><file name="NotImplementedException.php" hash="bfded76dd7733080fc05e35fc9b5d570"/><file name="NotSignedUpException.php" hash="812bae6a59981af1cade72c37ca87886"/><file name="NotSuchBucketPolicyException.php" hash="714b2ba8c970dac2950314acccb4951e"/><file name="ObjectAlreadyInActiveTierErrorException.php" hash="f3c4ce492a49fe06caabecddd73658c3"/><file name="ObjectNotInActiveTierErrorException.php" hash="3ac099a476fa8cce2e0de5de51e81016"/><file name="OperationAbortedException.php" hash="a52b194d60900563f77d9deadbce14ed"/><dir name="Parser"><file name="S3ExceptionParser.php" hash="8b11e6c2e0aab8b276cf2cd90e36fc63"/></dir><file name="PermanentRedirectException.php" hash="61c2464e91a1b3313ccb9dde9d6ea207"/><file name="PreconditionFailedException.php" hash="8f04f2096229d8e4c99039e2f8685de5"/><file name="RedirectException.php" hash="bcc61525ec8286557cc882e620e0449b"/><file name="RequestIsNotMultiPartContentException.php" hash="9a233980787a08e6e8f946ecbaf44933"/><file name="RequestTimeTooSkewedException.php" hash="87f1822b747922a3dd576f4da63f1fc1"/><file name="RequestTimeoutException.php" hash="33862ef527aedb321a40c555d0d81250"/><file name="RequestTorrentOfBucketErrorException.php" hash="b7cf62f982b95dd160f44ea6553724d1"/><file name="S3Exception.php" hash="44d15cd57f1f8b5405f7776b636c9a4a"/><file name="ServiceUnavailableException.php" hash="054e5b096daaad03ee7c920660fbf32c"/><file name="SignatureDoesNotMatchException.php" hash="20791b3cbe22c91750cfae0c45e345d4"/><file name="SlowDownException.php" hash="2cab1602b76a19567c65bfcdbbd26b66"/><file name="TemporaryRedirectException.php" hash="d4e23dee2d180e598e4ab8562df97449"/><file name="TokenRefreshRequiredException.php" hash="f3d13abdc5305ab7de861a85b9f2eeae"/><file name="TooManyBucketsException.php" hash="37840f4760fa1c45336f203543b39c3f"/><file name="UnexpectedContentException.php" hash="5a7af7f0861aec70975e22383edf1605"/><file name="UnresolvableGrantByEmailAddressException.php" hash="ddacbd4d1ee7341fba322be7acda04b2"/><file name="UserKeyMustBeSpecifiedException.php" hash="b670411122d9f08bc7a3cb7ca3ba07e7"/></dir><file name="IncompleteMultipartUploadChecker.php" hash="e181099ab8c3574e9d610109832f6d5e"/><dir name="Iterator"><file name="ListBucketsIterator.php" hash="f9c6dcc72963c40346bae45f25a39dd1"/><file name="ListMultipartUploadsIterator.php" hash="ad8bc7cfcb905bbcee5ac63f0d1a248a"/><file name="ListObjectVersionsIterator.php" hash="f05cf3b2a73eff79ed325dc18f91a8b9"/><file name="ListObjectsIterator.php" hash="0ee82969d170a64ace65fbbc06ba8a2d"/><file name="OpendirIterator.php" hash="1a8fc303bcfda2405023bc9ed07fc532"/></dir><dir name="Model"><file name="Acp.php" hash="993d7535468f8eec4ae4f82f2bc4d244"/><file name="AcpBuilder.php" hash="087c08ae99813dcdcd22126028721891"/><file name="ClearBucket.php" hash="5211fd4af3eabebdbc15aab48f7200bd"/><file name="DeleteObjectsBatch.php" hash="df249d6cd2cc85213898d5f09c21b1e4"/><file name="DeleteObjectsTransfer.php" hash="8442fbd945058c8ce270abe2a3db63c5"/><file name="Grant.php" hash="9c50fd6b72cb5ce202ffb8aa91dc9ae3"/><file name="Grantee.php" hash="6be236f5723bd6489e97c070056ad4aa"/><dir name="MultipartUpload"><file name="AbstractTransfer.php" hash="2990bfe532b2a837406e0a4847dc3b8e"/><file name="ParallelTransfer.php" hash="b94189665c7f24d81fd065703550fb3b"/><file name="SerialTransfer.php" hash="027004eda09ff1954e1833040df9b869"/><file name="TransferState.php" hash="45484c7268141212c6a346ee5ff05962"/><file name="UploadBuilder.php" hash="042169a77d1df6b29ad8b75d8707e1ae"/><file name="UploadId.php" hash="0925b992d88491867fe204bb216c9961"/><file name="UploadPart.php" hash="e52983d0299b0dddcf62ac3fe2a7eff0"/></dir><file name="PostObject.php" hash="66c17323a34783f638c1fd81e619a45e"/></dir><dir name="Resources"><file name="s3-2006-03-01.php" hash="a4eb71497b8700288d3016544d22a626"/></dir><file name="ResumableDownload.php" hash="c2c0b6848e5766e351fc5bf0cc5ba308"/><file name="S3Client.php" hash="67a1e833b48f3456dcecc74ed6dfb32d"/><file name="S3Md5Listener.php" hash="61a2a32166a1ca9f0897c31644b17f05"/><file name="S3Signature.php" hash="20820eeb37e5dd045ba91455fc64a088"/><file name="S3SignatureInterface.php" hash="38b32ba608f23cf157a4d9782f47d6f1"/><file name="S3SignatureV4.php" hash="3f2120c87ce46b2cffbaefdf5b4e00ff"/><file name="SocketTimeoutChecker.php" hash="c6af6b2766ebf5dced00b8097c480861"/><file name="SseCpkListener.php" hash="9577868d44c40ea046d38917c736d416"/><file name="StreamWrapper.php" hash="dce729353d53b9ce563baffff3e797eb"/><dir name="Sync"><file name="AbstractSync.php" hash="cf937c67b37e8324b092f0e0d4dcf2b2"/><file name="AbstractSyncBuilder.php" hash="6d15b7ff5585bb0b8afa8b9882e59e7b"/><file name="ChangedFilesIterator.php" hash="ae92607d9ceddd5674505361a8707723"/><file name="DownloadSync.php" hash="c5f5902b0f3efa03abaedcdf5a8b51ae"/><file name="DownloadSyncBuilder.php" hash="4431c83c1ca49780bc489404c02da65a"/><file name="FilenameConverterInterface.php" hash="e1367db996b4bf594e6d05871be1147d"/><file name="KeyConverter.php" hash="82accba85c2eb6ff5a64094812c507a1"/><file name="UploadSync.php" hash="c82772efc07aa48d2b32e4bba547ac06"/><file name="UploadSyncBuilder.php" hash="fe0354dcb7c3a822290c9f21c11669e9"/></dir></dir><dir name="Ses"><dir name="Enum"><file name="IdentityType.php" hash="7b1434f0dd2bebf330bb8e67b5776c16"/><file name="MailboxSimulator.php" hash="2fcebe481c157a59ab4bf48d7f3d5b1a"/><file name="NotificationType.php" hash="de1d29bace5b3760dfb932f12b6debf3"/><file name="VerificationStatus.php" hash="1ec0dc20df5850342d4fdbbf22584d18"/></dir><dir name="Exception"><file name="MessageRejectedException.php" hash="8fe4d09febaafe19905490ca8289cb31"/><file name="SesException.php" hash="80c490691ee79c616ac3199e02609773"/></dir><dir name="Resources"><file name="ses-2010-12-01.php" hash="028aafe0c223ddada6cdb4765784792a"/></dir><file name="SesClient.php" hash="9853c16cf7a707a89abeb0258f534d59"/></dir><dir name="SimpleDb"><dir name="Exception"><file name="AttributeDoesNotExistException.php" hash="89cd247daec2557d7aa3e4a516375124"/><file name="DuplicateItemNameException.php" hash="e0853eec8bfeca7af07647e7661745b3"/><file name="InvalidNextTokenException.php" hash="9a5eb3b4f58096cbff6ca50452aaa5de"/><file name="InvalidNumberPredicatesException.php" hash="82154f8919c46f04fe458e5e1c4930ac"/><file name="InvalidNumberValueTestsException.php" hash="a518f2835e281940b42636bc74236dc0"/><file name="InvalidParameterValueException.php" hash="1dae86e1f9d1c1ab52b92a2f9b54ebdc"/><file name="InvalidQueryExpressionException.php" hash="2b447e1872af6957f980b3356e4cc1dc"/><file name="MissingParameterException.php" hash="e137eaf206ad6c11fb3079ca37045d9a"/><file name="NoSuchDomainException.php" hash="174107d8484ef69fd125a222b892378c"/><file name="NumberDomainAttributesExceededException.php" hash="30c9362c7b6f7c1e180d66b752cabbac"/><file name="NumberDomainBytesExceededException.php" hash="39cdcaa259801c17c3285cc6fe63abd1"/><file name="NumberDomainsExceededException.php" hash="55407c961af9be88f1f1b0d727022b60"/><file name="NumberItemAttributesExceededException.php" hash="534337c97805fb83fc44cc170062c192"/><file name="NumberSubmittedAttributesExceededException.php" hash="966af01414e272c08da36ee7f5cf6a66"/><file name="NumberSubmittedItemsExceededException.php" hash="c4b4a39f2dcb54b6d22eaa78ec27d3e2"/><file name="RequestTimeoutException.php" hash="1db604dfb1a3d872f1a938560f4fde09"/><file name="SimpleDbException.php" hash="00ae6c090e9b29dbe94e2bf89afb4714"/><file name="TooManyRequestedAttributesException.php" hash="bc7f7097143def4f5af396975f6e9d58"/></dir><dir name="Resources"><file name="simpledb-2009-04-15.php" hash="0d98671e1cd0ab2882a52cd9953baee2"/></dir><file name="SimpleDbClient.php" hash="7b53c35b254731b13655b9472cb17b34"/></dir><dir name="Sns"><dir name="Exception"><file name="AuthorizationErrorException.php" hash="c9c32bebd0667506abcbcd9f4429a777"/><file name="EndpointDisabledException.php" hash="19efdabc8d90e59e134c4e6fceba40b4"/><file name="InternalErrorException.php" hash="d9fc5142ac993b516e74f341b26a0028"/><file name="InvalidParameterException.php" hash="4607881f657f45574e7cc7c293684d81"/><file name="NotFoundException.php" hash="78af1af1d83ca29500aac9556936f550"/><file name="PlatformApplicationDisabledException.php" hash="30ccee756ebe28b9d7ee09be2dd73b30"/><file name="SnsException.php" hash="a164f228095640cc761e8f062db18c17"/><file name="SubscriptionLimitExceededException.php" hash="3a3a6d27050da606c25ec33596e656cf"/><file name="TopicLimitExceededException.php" hash="1af31f173c47f90c6ff0bfea1f8622ab"/></dir><dir name="MessageValidator"><dir name="Exception"><file name="CannotGetPublicKeyFromCertificateException.php" hash="ae5ac1b193faefd454d41de4319b7b32"/><file name="CertificateFromUnrecognizedSourceException.php" hash="041127c1828cb7953e04f30a3b406faa"/><file name="InvalidMessageSignatureException.php" hash="ef92f5716162e9e93e8db80cbc920656"/><file name="SnsMessageValidatorException.php" hash="be9ed15b7e83fb785569b12651e6c2f6"/></dir><file name="Message.php" hash="26b46ec304ab9cd5dd068d43f8b2924f"/><file name="MessageValidator.php" hash="68653002b72236ac275ea1d399f1435d"/></dir><dir name="Resources"><file name="sns-2010-03-31.php" hash="692bf0be0226d3465ed51c60c172d9c3"/></dir><file name="SnsClient.php" hash="a296dbd7d66b16156e8d93493e9069c6"/></dir><dir name="Sqs"><dir name="Enum"><file name="MessageAttribute.php" hash="972a07c9b6af94cdb381481ec942843e"/><file name="QueueAttribute.php" hash="7482f852d5f3babf6cf740be8f9d6ce8"/></dir><dir name="Exception"><file name="SqsException.php" hash="2d9b4c27e76ddd89890a54327a8e52dc"/></dir><file name="Md5ValidatorListener.php" hash="314b5f6805e9f74ff79307f58e5625f8"/><file name="QueueUrlListener.php" hash="4bea909a2ab8645701add09842ac3dd5"/><dir name="Resources"><file name="sqs-2012-11-05.php" hash="2f501524766ebd042f29f54351e6550f"/></dir><file name="SqsClient.php" hash="d9f08504d0c59daa764433ce3f69044d"/></dir><dir name="Ssm"><dir name="Exception"><file name="SsmException.php" hash="a4ac1b18b57f9241d192bbf07a7297c7"/></dir><dir name="Resources"><file name="ssm-2014-11-06.php" hash="21f5a00ad7f69306cf660854da2d9cd6"/></dir><file name="SsmClient.php" hash="170fdd84e105c45022bd7dacc979dca2"/></dir><dir name="StorageGateway"><dir name="Enum"><file name="BandwidthType.php" hash="74737be50725532cb9c59adb4e0964c6"/><file name="DiskAllocationType.php" hash="9172f0a549961cfdda4946e97ae7fd4b"/><file name="ErrorCode.php" hash="112ce969ef8b5ca60e5e8d5402c3aba4"/><file name="GatewayState.php" hash="cf95681599926a3343d5713af3176407"/><file name="GatewayTimezone.php" hash="d5443798ff34349b53c2e2ea8babd3be"/><file name="GatewayType.php" hash="3df5febc6781a936c030daf16955afc7"/><file name="VolumeStatus.php" hash="8c83be75e61c5357ec43c372e74b691a"/><file name="VolumeType.php" hash="e463cdf364baa9d29b4edb2ffa78e523"/></dir><dir name="Exception"><file name="InternalServerErrorException.php" hash="3b24f8be8621ac6edf9b158bc446e6a6"/><file name="InvalidGatewayRequestException.php" hash="67bd6762bc276b9820b0a172f1b16dac"/><file name="StorageGatewayException.php" hash="55e455a7de135b016edb2e49aac1201e"/></dir><dir name="Resources"><file name="storagegateway-2013-06-30.php" hash="ce4a78d0581787201ac824b623e446ac"/></dir><file name="StorageGatewayClient.php" hash="b77d967af2398f2fd9809e8faec24bc7"/></dir><dir name="Sts"><dir name="Exception"><file name="ExpiredTokenException.php" hash="dbbe480b720f40f1ac1153e8e47791c9"/><file name="IDPCommunicationErrorException.php" hash="cad826cd21ea1b633cfcf2a020f8f9e0"/><file name="IDPRejectedClaimException.php" hash="d07ca295e8793954dbcc65e302a1c36f"/><file name="IncompleteSignatureException.php" hash="803bac0bdd431bd158f41afc80c5a3f4"/><file name="InternalFailureException.php" hash="fce4ddd89a91f91c36faa6220ad40f15"/><file name="InvalidActionException.php" hash="fb480af522618852b977603fea415be0"/><file name="InvalidAuthorizationMessageException.php" hash="7cd9f2747d82ce405a4fd1d4c0004438"/><file name="InvalidClientTokenIdException.php" hash="3f3db6cbae9c84bff46adf1de0dbd124"/><file name="InvalidIdentityTokenException.php" hash="6fc19a03fcae589b1caa90249f7e1666"/><file name="InvalidParameterCombinationException.php" hash="1d2a1163551980de91c132e6377f59ca"/><file name="InvalidParameterValueException.php" hash="f7bff008b2f1d8f16d958d0d00cb2ff6"/><file name="InvalidQueryParameterException.php" hash="7e0ba0cee050bac2c7060f21019a8a73"/><file name="MalformedPolicyDocumentException.php" hash="7cf8992e0d384d4829967f8e53c6e4be"/><file name="MalformedQueryStringException.php" hash="43bbb0c8d87b0999632b1ae16d874e2e"/><file name="MissingActionException.php" hash="e40d84bc4bf89e0706156fb4ceb4992e"/><file name="MissingAuthenticationTokenException.php" hash="7a24a9e4185c9900967debdea54dc49b"/><file name="MissingParameterException.php" hash="9de74bfa936d873b8b3c63695c3c7c4e"/><file name="OptInRequiredException.php" hash="b7f0e7d5e1bb49a0fb73f7a7f839eb0f"/><file name="PackedPolicyTooLargeException.php" hash="e77e686eff1950ef2b9f7e7404a4cfba"/><file name="RequestExpiredException.php" hash="944c6a51faa1b5577f237f398cb95c04"/><file name="ServiceUnavailableException.php" hash="5ed7c8a34573ae519a32d61625d0448f"/><file name="StsException.php" hash="b7dbe8f33e451b0136c3f7676591e314"/><file name="ThrottlingException.php" hash="09497f7ecbfbecd52c4c587386c949ea"/></dir><dir name="Resources"><file name="sts-2011-06-15.php" hash="c5cdca39731a2f7ddb1d00207f9d1638"/></dir><file name="StsClient.php" hash="e80932946136ff4e97c06b0c1e109862"/></dir><dir name="Support"><dir name="Exception"><file name="CaseCreationLimitExceededException.php" hash="a0d1a52db7d496720900698bfcc12acd"/><file name="CaseIdNotFoundException.php" hash="8c172d57df8a56bf3ddc1b8e32263c55"/><file name="InternalServerErrorException.php" hash="aead0e93de8a5cf4e8560a6c85d7e5f7"/><file name="SupportException.php" hash="8794c47dfbe7b39a9a4c6d2ed524dc0f"/></dir><dir name="Resources"><file name="support-2013-04-15.php" hash="b7035a367f74b10ed989edaffb74ac1f"/></dir><file name="SupportClient.php" hash="2f73b3ddb8b313ba48e67de4686ee158"/></dir><dir name="Swf"><dir name="Enum"><file name="ActivityTaskTimeoutType.php" hash="ae5ef267a855e9ce7f05f813d5c98323"/><file name="ChildPolicy.php" hash="cfc441001e155672d0c2a9b8b6b35653"/><file name="CloseStatus.php" hash="5bb4c09c3f5d67c69796d981ccb88c19"/><file name="DecisionTaskTimeoutType.php" hash="ce0b0593dc9eabce8f1720150d8638ae"/><file name="DecisionType.php" hash="c339e1c2d6e8c2ca77bf7ff5ed71224e"/><file name="EventType.php" hash="93cb1244b83337f3ce72d3cac51f9601"/><file name="ExecutionStatus.php" hash="fe48756d2888aa93a372fc93dcbc7e35"/><file name="RegistrationStatus.php" hash="932c801a3cb1caef4d1e52673d9cf3d1"/><file name="WorkflowExecutionTimeoutType.php" hash="aaee716b3bb93d45f07e3d49f3332a5a"/></dir><dir name="Exception"><file name="DefaultUndefinedException.php" hash="f4c46800e3c0c5422df40efe10094a97"/><file name="DomainAlreadyExistsException.php" hash="442c06492c3e0ea4ceaf16212348e4cd"/><file name="DomainDeprecatedException.php" hash="ed9e65abac25df8bf792ce44925adc6b"/><file name="LimitExceededException.php" hash="72c4292360bc2a24e0877d3c32c0ed02"/><file name="OperationNotPermittedException.php" hash="862ac52541784804ad342acd738d2445"/><file name="SwfException.php" hash="e4c24f76c14661c34393f261e05e0fe5"/><file name="TypeAlreadyExistsException.php" hash="c7ecf2b68e784f02f3b81c85dea3fbb0"/><file name="TypeDeprecatedException.php" hash="50cdd637dcd8b74501084d8d3db31412"/><file name="UnknownResourceException.php" hash="fc9b976aa824ec9928a4b6c0dbdfc393"/><file name="WorkflowExecutionAlreadyStartedException.php" hash="3ac7b424e3b3e94f6931b655f90eea8c"/></dir><dir name="Resources"><file name="swf-2012-01-25.php" hash="a3abbc05e43a5fc3b5210d22ae4f5b9a"/></dir><file name="SwfClient.php" hash="12f09a25eef4e825ddfaca554261b654"/></dir><dir name="WorkSpaces"><dir name="Exception"><file name="WorkSpacesException.php" hash="3ac92ba9feb0a3eeae3cdabb3238c1f0"/></dir><dir name="Resources"><file name="workspaces-2015-04-08.php" hash="6ed4c07ab56b3823ec09194f7d647ba9"/></dir><file name="WorkSpacesClient.php" hash="36422f2a103ced2d49e6d7648648576f"/></dir></dir><file name="CHANGELOG.md" hash="57dc311e703eccfeb94cf6a5d4d54a90"/><dir name="Doctrine"><dir name="Common"><dir name="Cache"><file name="ApcCache.php" hash="3f744bf0d0084f8c6e43432692ecfcdd"/><file name="ApcuCache.php" hash="408fe138c6dea9faab5c3bf5e24d3e66"/><file name="ArrayCache.php" hash="be931a1bec4017e561b68c1e02bcf490"/><file name="Cache.php" hash="cfa5e330e14d42b9e9c12014b349c747"/><file name="CacheProvider.php" hash="62619a53b222b1bee2ce380177d587be"/><file name="ChainCache.php" hash="edaa0cfacbb1269da34784f33399ee11"/><file name="ClearableCache.php" hash="94cf223b2fc66317909c3c247adb843a"/><file name="CouchbaseCache.php" hash="293e1d41557bf6b9ab5aef606c5e2b6a"/><file name="FileCache.php" hash="ba0398a8ac3562192c96588dba8dadf3"/><file name="FilesystemCache.php" hash="54b9b4957ac3d823436bee53127ab30f"/><file name="FlushableCache.php" hash="a1c0872ae308f188d0b57221ee104172"/><file name="MemcacheCache.php" hash="f4520ce37c072f70a316bfa2b8388e13"/><file name="MemcachedCache.php" hash="a8ab19b6b265415b03335df59921708c"/><file name="MongoDBCache.php" hash="3e5f273138f69ebff24eb2ffa9193e4e"/><file name="MultiGetCache.php" hash="c97c479fcc9506c7474b114cba01a34d"/><file name="MultiPutCache.php" hash="61e788cd46698aab084d31fa4beeaa5e"/><file name="PhpFileCache.php" hash="50838f97a46c320ac9881a11890093af"/><file name="PredisCache.php" hash="e4c1d735fb6749eecaeabaa7d93e1968"/><file name="RedisCache.php" hash="2fb87b00423c5d3de6e422bd41e8e618"/><file name="RiakCache.php" hash="ec98d68d52a22a986ea91149a981c0d1"/><file name="SQLite3Cache.php" hash="ee5ae61b0be2e1367d47f53228bca32c"/><file name="Version.php" hash="f6b606ccd526f0dc5c9af1dc4bd0b03b"/><file name="VoidCache.php" hash="377ba38efc6aa8723cedd1b7d7b93b45"/><file name="WinCacheCache.php" hash="14a1f5c07adf9d92a252d53dafa1da93"/><file name="XcacheCache.php" hash="7bb6d247fd3010c037562b16195f0943"/><file name="ZendDataCache.php" hash="ea438b0409996d058d562326a737dade"/></dir></dir></dir><dir name="Guzzle"><dir name="Batch"><file name="AbstractBatchDecorator.php" hash="b9f1ce19f113f4d5b5886b04219b26c6"/><file name="Batch.php" hash="b780b6cafbfefc90e32ca531e1406239"/><file name="BatchBuilder.php" hash="0658d8456d338b2b4f5e5bd12875af1c"/><file name="BatchClosureDivisor.php" hash="be8e54078d5dcc5e5089006b0399096e"/><file name="BatchClosureTransfer.php" hash="43125673b59879626fb833603e6a23d2"/><file name="BatchCommandTransfer.php" hash="7129a1584dd4ad7f92d56040124676c2"/><file name="BatchDivisorInterface.php" hash="9b1460f23f32fc4beee434f7ad1de674"/><file name="BatchInterface.php" hash="bdf900e6c7038e23ede1ee25cafa05bc"/><file name="BatchRequestTransfer.php" hash="9671e493d9d3a8271de4e2c3d8d33d5d"/><file name="BatchSizeDivisor.php" hash="282368575f4576cb5b8e323921fbce7d"/><file name="BatchTransferInterface.php" hash="c92e98244535738d7b8c8304076da4ff"/><dir name="Exception"><file name="BatchTransferException.php" hash="3f8eb4b34fe7eb242b647a00acc60f00"/></dir><file name="ExceptionBufferingBatch.php" hash="172ecdb412b2116f8cfc43632aed5971"/><file name="FlushingBatch.php" hash="0a176cd0d3c37fd6d3c3edd32973ee63"/><file name="HistoryBatch.php" hash="62cabc0fe63acc14fb8bf2e551b6f673"/><file name="NotifyingBatch.php" hash="b7d39171fc686a2124b93a85954542a5"/></dir><dir name="Cache"><file name="AbstractCacheAdapter.php" hash="d299bf5b6503b485390d54a6fe9894e8"/><file name="CacheAdapterFactory.php" hash="f3431ddaa54b2a5ac8f9fe7c3402749e"/><file name="CacheAdapterInterface.php" hash="0c6a26170379b4c3f42240a1747f51d8"/><file name="ClosureCacheAdapter.php" hash="617c0958c5a41811443553755bd57e85"/><file name="DoctrineCacheAdapter.php" hash="7d52c1448ac5136ac6bbad649e4088d0"/><file name="NullCacheAdapter.php" hash="731789c642be2ecc518aef6f576b475f"/><file name="Zf1CacheAdapter.php" hash="8ff8cf2a495cf9569eb5f83a721464f8"/><file name="Zf2CacheAdapter.php" hash="5b26ea450db552ff04cb333743c0672c"/></dir><dir name="Common"><file name="AbstractHasDispatcher.php" hash="4e0c67da62cd3cbe82b167f1855bff8e"/><file name="Collection.php" hash="bdf612b12448bab74c6a90dbdb20095b"/><file name="Event.php" hash="d239258d838e0928c2b211ab9f0f0bad"/><dir name="Exception"><file name="BadMethodCallException.php" hash="98140817d5204df2df8c758eb52e3ca2"/><file name="ExceptionCollection.php" hash="20376f2d9d97ca269c68c907cb523d8e"/><file name="GuzzleException.php" hash="a59974564cb5886db0906d38622d7b65"/><file name="InvalidArgumentException.php" hash="e176a3bfbc46ad0bcf8cc53a70ad2660"/><file name="RuntimeException.php" hash="505f3a2971d80715a8601f7bb8139023"/><file name="UnexpectedValueException.php" hash="2182332c538ad9279f1cb31ebf8cec90"/></dir><file name="FromConfigInterface.php" hash="a23e030b62590950884856109219c7f3"/><file name="HasDispatcherInterface.php" hash="efdba8306b7e0c6c04a23c4a3495e9bc"/><file name="ToArrayInterface.php" hash="5466584f27e38712cd08d8e6309b8e78"/><file name="Version.php" hash="009fed1435a5a5b13b5af957b7a69597"/></dir><dir name="Http"><file name="AbstractEntityBodyDecorator.php" hash="36d4a68be72393686cdc9e9173adbfd7"/><file name="CachingEntityBody.php" hash="55c80a146676519d5f78259b8763c4fc"/><file name="Client.php" hash="c02ddc03250535769146a8ba0b00152a"/><file name="ClientInterface.php" hash="406c37f60933c0eb3b359cf8739fca53"/><dir name="Curl"><file name="CurlHandle.php" hash="4c806cf712385f36242d0948c4f78567"/><file name="CurlMulti.php" hash="25d711e11d0278715abd6c5aee3c3f73"/><file name="CurlMultiInterface.php" hash="ba75ac02d77e97f76938e59e34596b43"/><file name="CurlMultiProxy.php" hash="e6da8aaf1649bc5f960dca7457fb3089"/><file name="CurlVersion.php" hash="7857dd20077df5870f74975d2d85e89f"/><file name="RequestMediator.php" hash="0d01e2e18ff502516c5724a995140cd2"/></dir><file name="EntityBody.php" hash="5e7d97a7d64e019859b9737d8d37a2d7"/><file name="EntityBodyInterface.php" hash="c6942f8b5cef9fa3fb6d5b7e7f718a29"/><dir name="Exception"><file name="BadResponseException.php" hash="2e358b13ef147dd6b226366a28860c7e"/><file name="ClientErrorResponseException.php" hash="13cab04cce406a1b0afcfea86ef7031c"/><file name="CouldNotRewindStreamException.php" hash="08075c1d0711249e1f0674d86b57d2ce"/><file name="CurlException.php" hash="d42f19fc1b034f410149e6ce97d5c750"/><file name="HttpException.php" hash="f78259ea006cf165d4848a312c827d0d"/><file name="MultiTransferException.php" hash="72967b8cba5f64f9e05dd8a3a609546f"/><file name="RequestException.php" hash="e5f816167d92abea64ee09a5be87fe94"/><file name="ServerErrorResponseException.php" hash="fe2621a64b89853c555a97ceffca9b08"/><file name="TooManyRedirectsException.php" hash="9c530bbf82d46c8014ede984fbc308e5"/></dir><file name="IoEmittingEntityBody.php" hash="af444084e0f6f7b83c2813db7848196d"/><dir name="Message"><file name="AbstractMessage.php" hash="b6b1aa0e6f9e5392b4164f17a504198a"/><file name="EntityEnclosingRequest.php" hash="5bea48d8dea5d8e430da038c69cbd335"/><file name="EntityEnclosingRequestInterface.php" hash="74189c9d4edcd2f6dbc04a53c538a8ee"/><dir name="Header"><file name="CacheControl.php" hash="f5025f2ec81740068b61c37014b20c94"/><file name="HeaderCollection.php" hash="ca52d21c4730c5086e0a14af790a1b68"/><file name="HeaderFactory.php" hash="5a039da3a9ae34fbdba128ca675ba6e4"/><file name="HeaderFactoryInterface.php" hash="e82845c9bf276a9a2b012e54927dd6c9"/><file name="HeaderInterface.php" hash="57719abc7b9e3a8c7c65b826a69a4df9"/><file name="Link.php" hash="b65c1fa22f1f80185d6443488c6f2db2"/></dir><file name="Header.php" hash="a1e0ae834c7a2ab486ed05b9c542db67"/><file name="MessageInterface.php" hash="b2806bc032b6960b6251b82dd23f61fd"/><file name="PostFile.php" hash="7dfb1139d6f59e8cd91203d8f66d5ad9"/><file name="PostFileInterface.php" hash="20adf5af26e9cabe000e9222fbaa64cf"/><file name="Request.php" hash="1c8bb01dec07c3a6592d5bca7e208ead"/><file name="RequestFactory.php" hash="103b8f37ac3a87afc7908f590ac7cd2c"/><file name="RequestFactoryInterface.php" hash="076e8c936861a6aaf2e2a2772ac6158b"/><file name="RequestInterface.php" hash="e643c7a168461ff20fad2e83b8b94960"/><file name="Response.php" hash="6cc91809942792439b1d95d9bdd2e404"/></dir><file name="Mimetypes.php" hash="296f3caa16598a0262fcc05cde66cbe4"/><dir name="QueryAggregator"><file name="CommaAggregator.php" hash="67ceee8d6a476d2a66594512aaa85c54"/><file name="DuplicateAggregator.php" hash="065d2f19bf0670cbe63d7d7164093b9b"/><file name="PhpAggregator.php" hash="819504c086b326dbe1ea261c1d94344b"/><file name="QueryAggregatorInterface.php" hash="0bad1c6e1af16c2d634e58e5cb272a37"/></dir><file name="QueryString.php" hash="a474b7e9546e4aefcd78c0ea78e59fd9"/><file name="ReadLimitEntityBody.php" hash="732c738571d49fd400dfad96e5623fc2"/><file name="RedirectPlugin.php" hash="f432eb2c45f734e16cf943a941b5ba86"/><dir name="Resources"><file name="cacert.pem" hash="6c81b1339b320190689e4c2d594ca67f"/></dir><file name="StaticClient.php" hash="84309c875fef96b4e773373d49e6c79a"/><file name="Url.php" hash="6b4e8d632aacc926a5c762ffd48f3946"/></dir><dir name="Inflection"><file name="Inflector.php" hash="af099fa9a6f19542cd50dc4b9e53c630"/><file name="InflectorInterface.php" hash="a575fde89bf5331c554754e83eb82dd0"/><file name="MemoizingInflector.php" hash="990be5be097a292ed84e3ce5515754ec"/><file name="PreComputedInflector.php" hash="9f2b03877e501cfefe8f1ef2f616c133"/></dir><dir name="Iterator"><file name="AppendIterator.php" hash="d17ed123efb05b686f44c2eed7d3c4fe"/><file name="ChunkedIterator.php" hash="8cdd7e82a00b9a01136a8f056db18f64"/><file name="FilterIterator.php" hash="ed7e0d5590d718f246627b7f6949cba6"/><file name="MapIterator.php" hash="7d28a4b22f442e13b6874f55746b28e0"/><file name="MethodProxyIterator.php" hash="4518ead4f857bd9721b1226068f7eb32"/></dir><dir name="Log"><file name="AbstractLogAdapter.php" hash="8125cc1372285a9132d96a76ff87dbbf"/><file name="ArrayLogAdapter.php" hash="7cd65cd88fcdb68f6a682fdf34b4a8ae"/><file name="ClosureLogAdapter.php" hash="d5798485461e5f0057f2d41e8e37cf88"/><file name="LogAdapterInterface.php" hash="67ea49d97a88cf2e46f7563abc2504a7"/><file name="MessageFormatter.php" hash="c9544d2a631334bfd77f452d270ea761"/><file name="MonologLogAdapter.php" hash="b3a1fb9dcd4905c17046eadfb79b6fae"/><file name="PsrLogAdapter.php" hash="55b4beb10ccf08e3a6041a2b404431ff"/><file name="Zf1LogAdapter.php" hash="baf4ad91fbc41481bc565f6b0079c4b4"/><file name="Zf2LogAdapter.php" hash="150ac5b6d1597041896ba262f8df8930"/></dir><dir name="Parser"><dir name="Cookie"><file name="CookieParser.php" hash="7e0fbc7015dc5f80d01a4772209b345d"/><file name="CookieParserInterface.php" hash="98ef9046ca0ce771cd9a7cf823b76c66"/></dir><dir name="Message"><file name="AbstractMessageParser.php" hash="d2dab239632534f4966b284135abe69c"/><file name="MessageParser.php" hash="812cb8b999f214ec4f2f9fddb7c6c229"/><file name="MessageParserInterface.php" hash="1d3f9753d1186f001acc71f2b383e139"/><file name="PeclHttpMessageParser.php" hash="dbe4987f6c937c04a93161531fc38938"/></dir><file name="ParserRegistry.php" hash="a538b157111059ac6cdee20699400aee"/><dir name="UriTemplate"><file name="PeclUriTemplate.php" hash="8bc54f20bbdf7159edf75973efbd6999"/><file name="UriTemplate.php" hash="b8c59a215eb0bfabdbb42b1fb9e74542"/><file name="UriTemplateInterface.php" hash="1920e2818088ba2acebdf36a44fb58bf"/></dir><dir name="Url"><file name="UrlParser.php" hash="65660d68ad322bba1a1131c2c2d48c28"/><file name="UrlParserInterface.php" hash="b4d8c4cb8ca13a5ac8f3dbe3e4f7f42d"/></dir></dir><dir name="Plugin"><dir name="Async"><file name="AsyncPlugin.php" hash="12ec1382a5c2c4d2c76bca740610fcf9"/></dir><dir name="Backoff"><file name="AbstractBackoffStrategy.php" hash="07ee263d5fe87295e8d5ecf532b4e6c5"/><file name="AbstractErrorCodeBackoffStrategy.php" hash="5308b4c3bfa331b1feec2e886bf1e38d"/><file name="BackoffLogger.php" hash="2e9be2da8552ebc96075444c48b950a1"/><file name="BackoffPlugin.php" hash="ad52ca528590cd94259c1892a8a9b6fc"/><file name="BackoffStrategyInterface.php" hash="d335f9d4bd310ef8389e2ff27c6f8f2f"/><file name="CallbackBackoffStrategy.php" hash="0a2fe568fe891ef304aeff3ef105e6d6"/><file name="ConstantBackoffStrategy.php" hash="38485d972e1fcc876e22d092dfde7f39"/><file name="CurlBackoffStrategy.php" hash="7a00f8bdddbd441eed9268c4bb250399"/><file name="ExponentialBackoffStrategy.php" hash="9c199d621974ad2c70c437629d54fdb4"/><file name="HttpBackoffStrategy.php" hash="4443aff69969039d756e3580b1353067"/><file name="LinearBackoffStrategy.php" hash="f91a338afaa2d8c55d5e00ce739e1f6d"/><file name="ReasonPhraseBackoffStrategy.php" hash="0245fa4a73cd4071b14e0595423e0430"/><file name="TruncatedBackoffStrategy.php" hash="86af5b5166fff87b89c24214cb399841"/></dir><dir name="Cache"><file name="CacheKeyProviderInterface.php" hash="b3615e71ca2d35d1455a4399cdc95241"/><file name="CachePlugin.php" hash="3b10308c4b3d8732f26740b2cd8dc0ad"/><file name="CacheStorageInterface.php" hash="d65ee0463cb9a70b29e4d2bfd59c146c"/><file name="CallbackCanCacheStrategy.php" hash="262f7b68f93486affbcc78e8eb850b32"/><file name="CanCacheStrategyInterface.php" hash="739959b1f128d105e3587788d6cb4b37"/><file name="DefaultCacheKeyProvider.php" hash="1e89b5a4015f65e399a9cdae2bc2f205"/><file name="DefaultCacheStorage.php" hash="15afd0707ee4945c94d727f061636c92"/><file name="DefaultCanCacheStrategy.php" hash="72dc9cba472369e097053dc3b62fa83c"/><file name="DefaultRevalidation.php" hash="d0e2a9a9806ddafe5079ac53dcd7e105"/><file name="DenyRevalidation.php" hash="0fd0df77357918d89dd1ef77a25d6267"/><file name="RevalidationInterface.php" hash="29ffe4f945e9e554514675e9b7e8dec0"/><file name="SkipRevalidation.php" hash="b311c417b3f64d396190e2279bc9ccf0"/></dir><dir name="Cookie"><file name="Cookie.php" hash="9df7a6a80e3261433fca1ed10d66716e"/><dir name="CookieJar"><file name="ArrayCookieJar.php" hash="ab8c990c67f2943b17c3351f4a4463cb"/><file name="CookieJarInterface.php" hash="27581b77c7c53c684a4c98041dda8f14"/><file name="FileCookieJar.php" hash="c02f91c6d1d63e21b9bf1da54c47dee0"/></dir><file name="CookiePlugin.php" hash="5b742edeb19bc6b3eb7590da7538ba7b"/><dir name="Exception"><file name="InvalidCookieException.php" hash="d4ecb86a7aa26d8016234992720a79d5"/></dir></dir><dir name="CurlAuth"><file name="CurlAuthPlugin.php" hash="358c6af63ea1143f7ec0d05b2dc87b9f"/></dir><dir name="ErrorResponse"><file name="ErrorResponseExceptionInterface.php" hash="e5139e14a9ce13f3263366a33d672d0a"/><file name="ErrorResponsePlugin.php" hash="45bfc917117a7bf3383b6aa4c91a61d4"/><dir name="Exception"><file name="ErrorResponseException.php" hash="f41fd239940b8a9743175aa7fcb667b9"/></dir></dir><dir name="History"><file name="HistoryPlugin.php" hash="a96548ca730dc3c30f4fd55269ab9366"/></dir><dir name="Log"><file name="LogPlugin.php" hash="edd07bde284119ac2c64a1fbe031fe42"/></dir><dir name="Md5"><file name="CommandContentMd5Plugin.php" hash="fceaf6b488b364494a019a3edeea5ca7"/><file name="Md5ValidatorPlugin.php" hash="10de21872b9a766dd9b7c6deb27ce7e3"/></dir><dir name="Mock"><file name="MockPlugin.php" hash="7ebcfc53353ebe2c6f562ecfa16c65cf"/></dir><dir name="Oauth"><file name="OauthPlugin.php" hash="5fab9b6d4196420d914d872546f951e4"/></dir></dir><dir name="Service"><file name="AbstractConfigLoader.php" hash="fadda279693196ee2b060c08c690e85e"/><dir name="Builder"><file name="ServiceBuilder.php" hash="f21d131c279c905c2fbabc0976eef4bd"/><file name="ServiceBuilderInterface.php" hash="bc6520550afd05e5f27ee497ddc9b98a"/><file name="ServiceBuilderLoader.php" hash="53a96413e4c1a2b37510ff004e6b6761"/></dir><file name="CachingConfigLoader.php" hash="2c839f9e977f695311d62795940c640c"/><file name="Client.php" hash="68cbfb7e8ca06778d823b07ddf7f75c9"/><file name="ClientInterface.php" hash="69101c62bb0ff45a844b6864fc4cf45c"/><dir name="Command"><file name="AbstractCommand.php" hash="5eabfb0603f0deaaf9bfb17ab9297e63"/><file name="ClosureCommand.php" hash="3876307ef98207db9cdfada1fd8f5224"/><file name="CommandInterface.php" hash="8b4f4127ba39a0272b3bf9e5a7976178"/><file name="CreateResponseClassEvent.php" hash="e433e97f9b6e2ef5f36e50170b683db2"/><file name="DefaultRequestSerializer.php" hash="7029bf945d7af2ecd2058baa6afc0182"/><file name="DefaultResponseParser.php" hash="8f4fa4c0fe016ab06a62897758133303"/><dir name="Factory"><file name="AliasFactory.php" hash="8aa51c0d9fa6f5935551476a44355f3b"/><file name="CompositeFactory.php" hash="dd2d5cbc41ef6251021ff72a19774444"/><file name="ConcreteClassFactory.php" hash="e7016e0a7a21bde0fd77843e04063c54"/><file name="FactoryInterface.php" hash="8fcc60e2f072c8db3f827d5cbd12bb0f"/><file name="MapFactory.php" hash="4445d257270bfa8582e3e3c81c9826f3"/><file name="ServiceDescriptionFactory.php" hash="9968506d9ec070b60f01194333e65688"/></dir><dir name="LocationVisitor"><dir name="Request"><file name="AbstractRequestVisitor.php" hash="45216644e104e45d7292d14ba0bbd49a"/><file name="BodyVisitor.php" hash="f1cf1712a0f418f7886d83e21c595179"/><file name="HeaderVisitor.php" hash="226cd1bca529a8264c7b36de67c1e047"/><file name="JsonVisitor.php" hash="19ea9ecc74adb93e653de7bbd21d0238"/><file name="PostFieldVisitor.php" hash="09063aa2cdd5c2674a1dc0dfc48fa9dd"/><file name="PostFileVisitor.php" hash="971b1625f46b1e37dbbbadeb2bffa4e2"/><file name="QueryVisitor.php" hash="6a1d4a491cb910600dc74cf2f3fc7796"/><file name="RequestVisitorInterface.php" hash="5d442ef6170bfa2c9758a0e665f580fd"/><file name="ResponseBodyVisitor.php" hash="fa1a16f74a8940b84d992fad65a65f4c"/><file name="XmlVisitor.php" hash="555578334a9d6508e91cc1e29d299926"/></dir><dir name="Response"><file name="AbstractResponseVisitor.php" hash="4bc3f2edf4afc88584b17ba247dfad13"/><file name="BodyVisitor.php" hash="dcd7319c0c8ecda98d2333f895a601bc"/><file name="HeaderVisitor.php" hash="43324f3f88ba9d90d44c4a2e15220204"/><file name="JsonVisitor.php" hash="c6ab595cd3a437e9b4694910d18755fd"/><file name="ReasonPhraseVisitor.php" hash="0a41ebce6a4a6d3803575e49c09cbc4d"/><file name="ResponseVisitorInterface.php" hash="18232989140f5e739150f08224fed604"/><file name="StatusCodeVisitor.php" hash="f53e7b4f7fe03cdc85eb1ef162ef31d3"/><file name="XmlVisitor.php" hash="f32f97228357fb2e72bb609d821b7844"/></dir><file name="VisitorFlyweight.php" hash="3732e718ba63b6f12cf959e413abf4cf"/></dir><file name="OperationCommand.php" hash="e8534f362daa12372303e568fbfee50d"/><file name="OperationResponseParser.php" hash="bbeeaf651605a494a97315e221f5eb1a"/><file name="RequestSerializerInterface.php" hash="2708244364227d07a2d7f0a17c6ba340"/><file name="ResponseClassInterface.php" hash="708c7975642393f9ce81c153e52435e5"/><file name="ResponseParserInterface.php" hash="a91578d74ece771f799b5b82cfcf0e38"/></dir><file name="ConfigLoaderInterface.php" hash="2be49f0609718d4c14b12bae53986d19"/><dir name="Description"><file name="Operation.php" hash="f282b7f04556cb1249a2a8c2257746d5"/><file name="OperationInterface.php" hash="5963a5dfd9ac12fa445bae0c6e448b4b"/><file name="Parameter.php" hash="fa42c4e46deabad710ed75b51a5540aa"/><file name="SchemaFormatter.php" hash="ce530ca216be35c2bbbcf039e406f615"/><file name="SchemaValidator.php" hash="573919abbe50f2f31edaa026420bf3da"/><file name="ServiceDescription.php" hash="7bc23c91d8d2425b173232343bcd8e3d"/><file name="ServiceDescriptionInterface.php" hash="707691524755790d0966aec6f0fce3fe"/><file name="ServiceDescriptionLoader.php" hash="e1a1221fc817313a6fc938eab0ecf163"/><file name="ValidatorInterface.php" hash="f2706a6daa8b81c9913e674706f85414"/></dir><dir name="Exception"><file name="CommandException.php" hash="1df1bdac1d58ec3a347471966e68df6d"/><file name="CommandTransferException.php" hash="9edcea572ed2dc682e430c5e0b64c310"/><file name="DescriptionBuilderException.php" hash="ebc20f875e94bc177b8bf8f5fd6f713e"/><file name="InconsistentClientTransferException.php" hash="34277f53685d0b8f38ca42e7f73f3df7"/><file name="ResponseClassException.php" hash="f92469d44de7724961a887bb26a6f923"/><file name="ServiceBuilderException.php" hash="2c8628b6030bd4f65ee719f54e34edb7"/><file name="ServiceNotFoundException.php" hash="2c26c9658cd335f803eb6a84c69b5220"/><file name="ValidationException.php" hash="e86b42ed471ce9aec762773e21c42b0f"/></dir><dir name="Resource"><file name="AbstractResourceIteratorFactory.php" hash="e7c9f7f16fdef7cbf277266b1fb2b163"/><file name="CompositeResourceIteratorFactory.php" hash="fdffbd0d70bdedfedd3ddcc3be6bdc0a"/><file name="MapResourceIteratorFactory.php" hash="492689e6ae80219b1621cf542e22a290"/><file name="Model.php" hash="09f2071e73ab1448f21b59f4dad3a82a"/><file name="ResourceIterator.php" hash="4262f6af3d1ff478e4cb1a53eee78605"/><file name="ResourceIteratorApplyBatched.php" hash="ffbe2448991e37adb7d552458fe77e06"/><file name="ResourceIteratorClassFactory.php" hash="6c084e3659294bf6d32f52fa08ff1315"/><file name="ResourceIteratorFactoryInterface.php" hash="671eb86847e86900bb2a5486ba220a7d"/><file name="ResourceIteratorInterface.php" hash="ec6765b5d75fd264ace1d9ac04810a02"/></dir></dir><dir name="Stream"><file name="PhpStreamRequestFactory.php" hash="57ae56a8abd1904651a2239ad4829242"/><file name="Stream.php" hash="311e8493890019950621c186e5c507ab"/><file name="StreamInterface.php" hash="01dd322c8ff8414eff7ff8eb53bc145b"/><file name="StreamRequestFactoryInterface.php" hash="76c22d99485818b7aed4c1482f30448b"/></dir></dir><file name="LICENSE.md" hash="4a1986582bd12f9aea2aec46b81e0413"/><dir name="Monolog"><file name="ErrorHandler.php" hash="39bb8b4fc9ef5cc91603e99e5b919940"/><dir name="Formatter"><file name="ChromePHPFormatter.php" hash="85f1ca2b1e239ba8d8c0e55c1d6e28e9"/><file name="ElasticaFormatter.php" hash="8be3318942ea2a823a0508c2f3df9795"/><file name="FlowdockFormatter.php" hash="ba10a9093d8c9fe1a2b2acbbc52803fd"/><file name="FluentdFormatter.php" hash="1f0b3e58944eb0559d597ee0d69b4e87"/><file name="FormatterInterface.php" hash="6393c1db9899b0f9e3fc4ad3d6a898dd"/><file name="GelfMessageFormatter.php" hash="81cf8e0eba060be87156d911227cc1d5"/><file name="HtmlFormatter.php" hash="01e32531b73e57fa5d00cc58cf451de4"/><file name="JsonFormatter.php" hash="d5e31cfc7b99ad078d1c74d3ce58f9ee"/><file name="LineFormatter.php" hash="d3e889221ec4d48876c8c40416e4a4c9"/><file name="LogglyFormatter.php" hash="f5a72f125c3028e31dcc502c74ddc8e6"/><file name="LogstashFormatter.php" hash="73bd07ce780cf8deb8c4216c8b0f7829"/><file name="MongoDBFormatter.php" hash="c9de870b2087e9881756ccddcb751987"/><file name="NormalizerFormatter.php" hash="a69f85e0db4ea6af9ecc2252676a02b9"/><file name="ScalarFormatter.php" hash="9934bbe7fbf1a7536cbabf0bb31fac8b"/><file name="WildfireFormatter.php" hash="0a57bdcd42584e1b41e4e093631a22f6"/></dir><dir name="Handler"><file name="AbstractHandler.php" hash="62174a569c501f71868aee865198ce63"/><file name="AbstractProcessingHandler.php" hash="cfdd846fac8ce3cb15afe9188575ed37"/><file name="AbstractSyslogHandler.php" hash="419b9d3f1d66192b544349360d5f596a"/><file name="AmqpHandler.php" hash="69dddc203f30d6b8f48b4584d1d95a7c"/><file name="BrowserConsoleHandler.php" hash="19d5ce60855f39471630cafe255ee938"/><file name="BufferHandler.php" hash="f64f45ca53b64e07477f016859a71c01"/><file name="ChromePHPHandler.php" hash="cb322021624a5d8478d0dd28ad5b0211"/><file name="CouchDBHandler.php" hash="dabb90eb921328aeb4d8a0c8df2b4e2b"/><file name="CubeHandler.php" hash="c73840367d25bd3fd774c84e0b791aa2"/><dir name="Curl"><file name="Util.php" hash="03a2418311682d52f8ac22ff5652cd4a"/></dir><file name="DoctrineCouchDBHandler.php" hash="abc48686f395a089e55a2ec1a4fe4b78"/><file name="DynamoDbHandler.php" hash="d86d8ceaaab095788b829d08ce9d7799"/><file name="ElasticSearchHandler.php" hash="58ca3a8bc014f0be79a7354227f964e2"/><file name="ErrorLogHandler.php" hash="37847810ed77b04118563b8b6119f9bb"/><file name="FilterHandler.php" hash="5016e02e25a92c129d1f6bc98d2bc0b2"/><dir name="FingersCrossed"><file name="ActivationStrategyInterface.php" hash="6bf84f27f4b7a0016afa63430cf6f8be"/><file name="ChannelLevelActivationStrategy.php" hash="b0d0c657952bc1d8a8337a6516abd097"/><file name="ErrorLevelActivationStrategy.php" hash="f31a9ad59022efe0de63808d275a0031"/></dir><file name="FingersCrossedHandler.php" hash="6132332bdf5482db41668e241dca2662"/><file name="FirePHPHandler.php" hash="8b326519d23fccc55225f797f5f499fc"/><file name="FleepHookHandler.php" hash="0c3e3f8711aa3641227a7cfd11dfa100"/><file name="FlowdockHandler.php" hash="94c7a4507949751276a6fef75b92a529"/><file name="GelfHandler.php" hash="e32f7aaa760b3d6588a1e68593688f00"/><file name="GroupHandler.php" hash="f6f32e2faa1b277be4c636dd243190ad"/><file name="HandlerInterface.php" hash="ea71b279940a8c6b3e8bec2f8ab73ab5"/><file name="HandlerWrapper.php" hash="194ac611a01f8e136951160cfd697ac1"/><file name="HipChatHandler.php" hash="7abf8fbf3e6e57069d6e4c8a5ec7a8a4"/><file name="IFTTTHandler.php" hash="f228627f0c6c32279ed2cfc88ad85508"/><file name="LogEntriesHandler.php" hash="ea1daef687dab2b5fc7bfc8cd45efb1f"/><file name="LogglyHandler.php" hash="beee53f1c85666d49978d0d8c0324a2c"/><file name="MailHandler.php" hash="54cee36784ef08875244672c7002252c"/><file name="MandrillHandler.php" hash="78e29bea75748298fd60bf50de41c99f"/><file name="MissingExtensionException.php" hash="99ec7108652f07752a6e4585f781ee92"/><file name="MongoDBHandler.php" hash="44ade8a7a6002a6210b36c26c89cbacb"/><file name="NativeMailerHandler.php" hash="6ce1247ecc2a8f1b0663aa7e7b617bdc"/><file name="NewRelicHandler.php" hash="a9b9f29a0bf447c8bf5a3dc5d4d1f396"/><file name="NullHandler.php" hash="252c1e7aa89297f3b65138c5aa12f222"/><file name="PHPConsoleHandler.php" hash="31553b7fa8087df65179bdc673d678ae"/><file name="PsrHandler.php" hash="541ce4f4b61a8531b8fdf5eaa0328fe2"/><file name="PushoverHandler.php" hash="ac5af5689f119eab6d96c2f55f745a32"/><file name="RavenHandler.php" hash="d095452f52609273cce9cdc517303863"/><file name="RedisHandler.php" hash="b94192bac0cab9928cbce17b8dfa9d6f"/><file name="RollbarHandler.php" hash="0dae455749e0168fb91335c086afcbe4"/><file name="RotatingFileHandler.php" hash="004ca3fb257e5ce68843e99c38d0257a"/><file name="SamplingHandler.php" hash="85fc2f7a5cf4f34749aa70cbc8c732e6"/><file name="SlackHandler.php" hash="44a204d7d99de22103c6ff2b3abf5cc8"/><file name="SocketHandler.php" hash="5de192a882a0eec09d4c90c02d431cca"/><file name="StreamHandler.php" hash="847ce8e53b440675601131b3ca9bc329"/><file name="SwiftMailerHandler.php" hash="81a5d4916dd4410c24380514dfa0fe5e"/><file name="SyslogHandler.php" hash="f9fc349c2f96f36efc1c6dba8821aa1c"/><dir name="SyslogUdp"><file name="UdpSocket.php" hash="3585d916f9c3280d9d2c61abc6aa8c0a"/></dir><file name="SyslogUdpHandler.php" hash="30664f89b73bed91e3f6fc10b35433ec"/><file name="TestHandler.php" hash="ea7cea11978d313c8cff13974e12b1e9"/><file name="WhatFailureGroupHandler.php" hash="cc7c8c6047b554c24a682575a53aa4bc"/><file name="ZendMonitorHandler.php" hash="dc2ee6716c9dee2ef3d420c41ac0dc2b"/></dir><file name="Logger.php" hash="ca1d2e18c0a5df30a03e6b6aeca3e7ec"/><dir name="Processor"><file name="GitProcessor.php" hash="34832c01dc9cc6500d9cbc0ac648c276"/><file name="IntrospectionProcessor.php" hash="211350b7432096f506cb89b0e2e84656"/><file name="MemoryPeakUsageProcessor.php" hash="b753a93665221b4ec3bb9b7e673a94a6"/><file name="MemoryProcessor.php" hash="641b3694d84dd8e147d7af31af6c15fb"/><file name="MemoryUsageProcessor.php" hash="6497ea95b20d9ae90826819cbc6d0676"/><file name="ProcessIdProcessor.php" hash="a8b0bbeab67f2bfcc0712d369357fefa"/><file name="PsrLogMessageProcessor.php" hash="2511e6abb86e0eee16edcf818fa68d57"/><file name="TagProcessor.php" hash="f4abf7ee4c7b8fd5afa3b44c4e7e665c"/><file name="UidProcessor.php" hash="8872a7a39362441f4deea3ef866a0b9f"/><file name="WebProcessor.php" hash="ab3ec75d510108cb496d3a4c36f76e48"/></dir><file name="Registry.php" hash="d84f57e474a31a4285ad62a37ed8fa94"/></dir><file name="NOTICE.md" hash="1cfe4eba1519b5c323896290f9fb8264"/><dir name="Psr"><dir name="Log"><file name="AbstractLogger.php" hash="a57c1be541193b72d09307bb0dfb9ed2"/><file name="InvalidArgumentException.php" hash="7d2f0bd1583524d739fff12f0507de65"/><file name="LogLevel.php" hash="19ab55cc711ed2f3ab2ec72e7f0600cb"/><file name="LoggerAwareInterface.php" hash="3ba5ffac8108e1da7657b1fad8651900"/><file name="LoggerAwareTrait.php" hash="5b3adf6c4f09c61d7488b0f9ac2c696a"/><file name="LoggerInterface.php" hash="023885df6a26d8137d5a13da51f066d2"/><file name="LoggerTrait.php" hash="1cb8db6d0b81cf85f81b6c7c09db7a9a"/><file name="NullLogger.php" hash="e71559fea0239b7441d221f8c7beae5b"/><dir name="Test"><file name="LoggerInterfaceTest.php" hash="867f36a94c35322470458f4eba246458"/></dir></dir></dir><file name="README.md" hash="2d2b8ed4d455eb645bb712bd2ce82061"/><dir name="Symfony"><dir name="Component"><dir name="EventDispatcher"><file name="ContainerAwareEventDispatcher.php" hash="20cf3eb1b1def9c50f21b0d8f268d030"/><dir name="Debug"><file name="TraceableEventDispatcher.php" hash="ef7c1acc5cfacd519f7b7114f61c4a74"/><file name="TraceableEventDispatcherInterface.php" hash="aa09cc5a555cfad4239045906e2850b0"/><file name="WrappedListener.php" hash="b25eea7b4663606e7ee568151f63f246"/></dir><dir name="DependencyInjection"><file name="RegisterListenersPass.php" hash="011ed98ca5a70546c85d890d896d191d"/></dir><file name="Event.php" hash="3bfeefdfd8f0d1c0f99deb212e43f20f"/><file name="EventDispatcher.php" hash="a621958f61957b7b3edfa33454e1d91f"/><file name="EventDispatcherInterface.php" hash="143bbf9d110365642a7e453b773c4c36"/><file name="EventSubscriberInterface.php" hash="d4c1feefee64b854cc9a0c01e39bfa64"/><file name="GenericEvent.php" hash="ae9e460c497a5229317d769c025e0aad"/><file name="ImmutableEventDispatcher.php" hash="16d0c4a8de68083201c23d8f0edf3882"/><file name="LICENSE" hash="b4e1c29292cf1d95350bbe72f30d6825"/><dir name="Tests"><file name="AbstractEventDispatcherTest.php" hash="01e2a08542c5910673be0ae834decbc8"/><file name="ContainerAwareEventDispatcherTest.php" hash="6e70015c3e245ecde87a722bfa8dbf86"/><dir name="Debug"><file name="TraceableEventDispatcherTest.php" hash="ac6544e055d702417e54228e9411b95f"/></dir><dir name="DependencyInjection"><file name="RegisterListenersPassTest.php" hash="1236236db5f770d305112ed39e0b21a0"/></dir><file name="EventDispatcherTest.php" hash="c53a83e91bee7f1bbb15c7c47a17d435"/><file name="EventTest.php" hash="56bf8ab18b21fa3ad8de703ee8bd4587"/><file name="GenericEventTest.php" hash="b86ee7c9631cbbf8027fe3523a1b36f5"/><file name="ImmutableEventDispatcherTest.php" hash="98be8e6e205035fbd3213cd1a5ebd68d"/></dir></dir></dir></dir><file name="aws-autoloader.php" hash="3c454142ac1d218a02a13a409d7605f4"/></dir></target><target name="mageetc"><dir name="modules"><file name="RetentionScience_Waves.xml" hash="a03a0ece1d8a32533d02797cad2c7456"/></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.3.3</min><max>5.6.8</max></php></required></dependencies>
21
  </package>