/usr/share/php/Aws/autoload.php is in php-aws-sdk 3.15.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 | <?php
require_once 'GuzzleHttp/autoload.php';
require_once 'GuzzleHttp/Psr7/autoload.php';
require_once 'GuzzleHttp/Promise/autoload.php';
require_once 'JmesPath/autoload.php';
require_once __DIR__ . '/functions.php';
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'aws\\acm\\acmclient' => '/Acm/AcmClient.php',
'aws\\acm\\exception\\acmexception' => '/Acm/Exception/AcmException.php',
'aws\\api\\abstractmodel' => '/Api/AbstractModel.php',
'aws\\api\\apiprovider' => '/Api/ApiProvider.php',
'aws\\api\\datetimeresult' => '/Api/DateTimeResult.php',
'aws\\api\\docmodel' => '/Api/DocModel.php',
'aws\\api\\errorparser\\jsonparsertrait' => '/Api/ErrorParser/JsonParserTrait.php',
'aws\\api\\errorparser\\jsonrpcerrorparser' => '/Api/ErrorParser/JsonRpcErrorParser.php',
'aws\\api\\errorparser\\restjsonerrorparser' => '/Api/ErrorParser/RestJsonErrorParser.php',
'aws\\api\\errorparser\\xmlerrorparser' => '/Api/ErrorParser/XmlErrorParser.php',
'aws\\api\\listshape' => '/Api/ListShape.php',
'aws\\api\\mapshape' => '/Api/MapShape.php',
'aws\\api\\operation' => '/Api/Operation.php',
'aws\\api\\parser\\abstractparser' => '/Api/Parser/AbstractParser.php',
'aws\\api\\parser\\abstractrestparser' => '/Api/Parser/AbstractRestParser.php',
'aws\\api\\parser\\crc32validatingparser' => '/Api/Parser/Crc32ValidatingParser.php',
'aws\\api\\parser\\exception\\parserexception' => '/Api/Parser/Exception/ParserException.php',
'aws\\api\\parser\\jsonparser' => '/Api/Parser/JsonParser.php',
'aws\\api\\parser\\jsonrpcparser' => '/Api/Parser/JsonRpcParser.php',
'aws\\api\\parser\\payloadparsertrait' => '/Api/Parser/PayloadParserTrait.php',
'aws\\api\\parser\\queryparser' => '/Api/Parser/QueryParser.php',
'aws\\api\\parser\\restjsonparser' => '/Api/Parser/RestJsonParser.php',
'aws\\api\\parser\\restxmlparser' => '/Api/Parser/RestXmlParser.php',
'aws\\api\\parser\\xmlparser' => '/Api/Parser/XmlParser.php',
'aws\\api\\serializer\\ec2parambuilder' => '/Api/Serializer/Ec2ParamBuilder.php',
'aws\\api\\serializer\\jsonbody' => '/Api/Serializer/JsonBody.php',
'aws\\api\\serializer\\jsonrpcserializer' => '/Api/Serializer/JsonRpcSerializer.php',
'aws\\api\\serializer\\queryparambuilder' => '/Api/Serializer/QueryParamBuilder.php',
'aws\\api\\serializer\\queryserializer' => '/Api/Serializer/QuerySerializer.php',
'aws\\api\\serializer\\restjsonserializer' => '/Api/Serializer/RestJsonSerializer.php',
'aws\\api\\serializer\\restserializer' => '/Api/Serializer/RestSerializer.php',
'aws\\api\\serializer\\restxmlserializer' => '/Api/Serializer/RestXmlSerializer.php',
'aws\\api\\serializer\\xmlbody' => '/Api/Serializer/XmlBody.php',
'aws\\api\\service' => '/Api/Service.php',
'aws\\api\\shape' => '/Api/Shape.php',
'aws\\api\\shapemap' => '/Api/ShapeMap.php',
'aws\\api\\structureshape' => '/Api/StructureShape.php',
'aws\\api\\timestampshape' => '/Api/TimestampShape.php',
'aws\\api\\validator' => '/Api/Validator.php',
'aws\\apigateway\\apigatewayclient' => '/ApiGateway/ApiGatewayClient.php',
'aws\\apigateway\\exception\\apigatewayexception' => '/ApiGateway/Exception/ApiGatewayException.php',
'aws\\autoscaling\\autoscalingclient' => '/AutoScaling/AutoScalingClient.php',
'aws\\autoscaling\\exception\\autoscalingexception' => '/AutoScaling/Exception/AutoScalingException.php',
'aws\\awsclient' => '/AwsClient.php',
'aws\\awsclientinterface' => '/AwsClientInterface.php',
'aws\\cacheinterface' => '/CacheInterface.php',
'aws\\clientresolver' => '/ClientResolver.php',
'aws\\cloudformation\\cloudformationclient' => '/CloudFormation/CloudFormationClient.php',
'aws\\cloudformation\\exception\\cloudformationexception' => '/CloudFormation/Exception/CloudFormationException.php',
'aws\\cloudfront\\cloudfrontclient' => '/CloudFront/CloudFrontClient.php',
'aws\\cloudfront\\cookiesigner' => '/CloudFront/CookieSigner.php',
'aws\\cloudfront\\exception\\cloudfrontexception' => '/CloudFront/Exception/CloudFrontException.php',
'aws\\cloudfront\\signer' => '/CloudFront/Signer.php',
'aws\\cloudfront\\urlsigner' => '/CloudFront/UrlSigner.php',
'aws\\cloudhsm\\cloudhsmclient' => '/CloudHsm/CloudHsmClient.php',
'aws\\cloudhsm\\exception\\cloudhsmexception' => '/CloudHsm/Exception/CloudHsmException.php',
'aws\\cloudsearch\\cloudsearchclient' => '/CloudSearch/CloudSearchClient.php',
'aws\\cloudsearch\\exception\\cloudsearchexception' => '/CloudSearch/Exception/CloudSearchException.php',
'aws\\cloudsearchdomain\\cloudsearchdomainclient' => '/CloudSearchDomain/CloudSearchDomainClient.php',
'aws\\cloudsearchdomain\\exception\\cloudsearchdomainexception' => '/CloudSearchDomain/Exception/CloudSearchDomainException.php',
'aws\\cloudtrail\\cloudtrailclient' => '/CloudTrail/CloudTrailClient.php',
'aws\\cloudtrail\\exception\\cloudtrailexception' => '/CloudTrail/Exception/CloudTrailException.php',
'aws\\cloudtrail\\logfileiterator' => '/CloudTrail/LogFileIterator.php',
'aws\\cloudtrail\\logfilereader' => '/CloudTrail/LogFileReader.php',
'aws\\cloudtrail\\logrecorditerator' => '/CloudTrail/LogRecordIterator.php',
'aws\\cloudwatch\\cloudwatchclient' => '/CloudWatch/CloudWatchClient.php',
'aws\\cloudwatch\\exception\\cloudwatchexception' => '/CloudWatch/Exception/CloudWatchException.php',
'aws\\cloudwatchevents\\cloudwatcheventsclient' => '/CloudWatchEvents/CloudWatchEventsClient.php',
'aws\\cloudwatchevents\\exception\\cloudwatcheventsexception' => '/CloudWatchEvents/Exception/CloudWatchEventsException.php',
'aws\\cloudwatchlogs\\cloudwatchlogsclient' => '/CloudWatchLogs/CloudWatchLogsClient.php',
'aws\\cloudwatchlogs\\exception\\cloudwatchlogsexception' => '/CloudWatchLogs/Exception/CloudWatchLogsException.php',
'aws\\codecommit\\codecommitclient' => '/CodeCommit/CodeCommitClient.php',
'aws\\codecommit\\exception\\codecommitexception' => '/CodeCommit/Exception/CodeCommitException.php',
'aws\\codedeploy\\codedeployclient' => '/CodeDeploy/CodeDeployClient.php',
'aws\\codedeploy\\exception\\codedeployexception' => '/CodeDeploy/Exception/CodeDeployException.php',
'aws\\codepipeline\\codepipelineclient' => '/CodePipeline/CodePipelineClient.php',
'aws\\codepipeline\\exception\\codepipelineexception' => '/CodePipeline/Exception/CodePipelineException.php',
'aws\\cognitoidentity\\cognitoidentityclient' => '/CognitoIdentity/CognitoIdentityClient.php',
'aws\\cognitoidentity\\cognitoidentityprovider' => '/CognitoIdentity/CognitoIdentityProvider.php',
'aws\\cognitoidentity\\exception\\cognitoidentityexception' => '/CognitoIdentity/Exception/CognitoIdentityException.php',
'aws\\cognitosync\\cognitosyncclient' => '/CognitoSync/CognitoSyncClient.php',
'aws\\cognitosync\\exception\\cognitosyncexception' => '/CognitoSync/Exception/CognitoSyncException.php',
'aws\\command' => '/Command.php',
'aws\\commandinterface' => '/CommandInterface.php',
'aws\\commandpool' => '/CommandPool.php',
'aws\\configservice\\configserviceclient' => '/ConfigService/ConfigServiceClient.php',
'aws\\configservice\\exception\\configserviceexception' => '/ConfigService/Exception/ConfigServiceException.php',
'aws\\credentials\\credentialprovider' => '/Credentials/CredentialProvider.php',
'aws\\credentials\\credentials' => '/Credentials/Credentials.php',
'aws\\credentials\\credentialsinterface' => '/Credentials/CredentialsInterface.php',
'aws\\credentials\\instanceprofileprovider' => '/Credentials/InstanceProfileProvider.php',
'aws\\datapipeline\\datapipelineclient' => '/DataPipeline/DataPipelineClient.php',
'aws\\datapipeline\\exception\\datapipelineexception' => '/DataPipeline/Exception/DataPipelineException.php',
'aws\\devicefarm\\devicefarmclient' => '/DeviceFarm/DeviceFarmClient.php',
'aws\\devicefarm\\exception\\devicefarmexception' => '/DeviceFarm/Exception/DeviceFarmException.php',
'aws\\directconnect\\directconnectclient' => '/DirectConnect/DirectConnectClient.php',
'aws\\directconnect\\exception\\directconnectexception' => '/DirectConnect/Exception/DirectConnectException.php',
'aws\\directoryservice\\directoryserviceclient' => '/DirectoryService/DirectoryServiceClient.php',
'aws\\directoryservice\\exception\\directoryserviceexception' => '/DirectoryService/Exception/DirectoryServiceException.php',
'aws\\doctrinecacheadapter' => '/DoctrineCacheAdapter.php',
'aws\\dynamodb\\binaryvalue' => '/DynamoDb/BinaryValue.php',
'aws\\dynamodb\\dynamodbclient' => '/DynamoDb/DynamoDbClient.php',
'aws\\dynamodb\\exception\\dynamodbexception' => '/DynamoDb/Exception/DynamoDbException.php',
'aws\\dynamodb\\lockingsessionconnection' => '/DynamoDb/LockingSessionConnection.php',
'aws\\dynamodb\\marshaler' => '/DynamoDb/Marshaler.php',
'aws\\dynamodb\\numbervalue' => '/DynamoDb/NumberValue.php',
'aws\\dynamodb\\sessionconnectioninterface' => '/DynamoDb/SessionConnectionInterface.php',
'aws\\dynamodb\\sessionhandler' => '/DynamoDb/SessionHandler.php',
'aws\\dynamodb\\setvalue' => '/DynamoDb/SetValue.php',
'aws\\dynamodb\\standardsessionconnection' => '/DynamoDb/StandardSessionConnection.php',
'aws\\dynamodb\\writerequestbatch' => '/DynamoDb/WriteRequestBatch.php',
'aws\\dynamodbstreams\\dynamodbstreamsclient' => '/DynamoDbStreams/DynamoDbStreamsClient.php',
'aws\\dynamodbstreams\\exception\\dynamodbstreamsexception' => '/DynamoDbStreams/Exception/DynamoDbStreamsException.php',
'aws\\ec2\\copysnapshotmiddleware' => '/Ec2/CopySnapshotMiddleware.php',
'aws\\ec2\\ec2client' => '/Ec2/Ec2Client.php',
'aws\\ec2\\exception\\ec2exception' => '/Ec2/Exception/Ec2Exception.php',
'aws\\ecr\\ecrclient' => '/Ecr/EcrClient.php',
'aws\\ecr\\exception\\ecrexception' => '/Ecr/Exception/EcrException.php',
'aws\\ecs\\ecsclient' => '/Ecs/EcsClient.php',
'aws\\ecs\\exception\\ecsexception' => '/Ecs/Exception/EcsException.php',
'aws\\efs\\efsclient' => '/Efs/EfsClient.php',
'aws\\efs\\exception\\efsexception' => '/Efs/Exception/EfsException.php',
'aws\\elasticache\\elasticacheclient' => '/ElastiCache/ElastiCacheClient.php',
'aws\\elasticache\\exception\\elasticacheexception' => '/ElastiCache/Exception/ElastiCacheException.php',
'aws\\elasticbeanstalk\\elasticbeanstalkclient' => '/ElasticBeanstalk/ElasticBeanstalkClient.php',
'aws\\elasticbeanstalk\\exception\\elasticbeanstalkexception' => '/ElasticBeanstalk/Exception/ElasticBeanstalkException.php',
'aws\\elasticloadbalancing\\elasticloadbalancingclient' => '/ElasticLoadBalancing/ElasticLoadBalancingClient.php',
'aws\\elasticloadbalancing\\exception\\elasticloadbalancingexception' => '/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php',
'aws\\elasticsearchservice\\elasticsearchserviceclient' => '/ElasticsearchService/ElasticsearchServiceClient.php',
'aws\\elasticsearchservice\\exception\\elasticsearchserviceexception' => '/ElasticsearchService/Exception/ElasticsearchServiceException.php',
'aws\\elastictranscoder\\elastictranscoderclient' => '/ElasticTranscoder/ElasticTranscoderClient.php',
'aws\\elastictranscoder\\exception\\elastictranscoderexception' => '/ElasticTranscoder/Exception/ElasticTranscoderException.php',
'aws\\emr\\emrclient' => '/Emr/EmrClient.php',
'aws\\emr\\exception\\emrexception' => '/Emr/Exception/EmrException.php',
'aws\\endpoint\\endpointprovider' => '/Endpoint/EndpointProvider.php',
'aws\\endpoint\\patternendpointprovider' => '/Endpoint/PatternEndpointProvider.php',
'aws\\exception\\awsexception' => '/Exception/AwsException.php',
'aws\\exception\\couldnotcreatechecksumexception' => '/Exception/CouldNotCreateChecksumException.php',
'aws\\exception\\credentialsexception' => '/Exception/CredentialsException.php',
'aws\\exception\\multipartuploadexception' => '/Exception/MultipartUploadException.php',
'aws\\exception\\unresolvedapiexception' => '/Exception/UnresolvedApiException.php',
'aws\\exception\\unresolvedendpointexception' => '/Exception/UnresolvedEndpointException.php',
'aws\\exception\\unresolvedsignatureexception' => '/Exception/UnresolvedSignatureException.php',
'aws\\firehose\\exception\\firehoseexception' => '/Firehose/Exception/FirehoseException.php',
'aws\\firehose\\firehoseclient' => '/Firehose/FirehoseClient.php',
'aws\\gamelift\\exception\\gameliftexception' => '/GameLift/Exception/GameLiftException.php',
'aws\\gamelift\\gameliftclient' => '/GameLift/GameLiftClient.php',
'aws\\glacier\\exception\\glacierexception' => '/Glacier/Exception/GlacierException.php',
'aws\\glacier\\glacierclient' => '/Glacier/GlacierClient.php',
'aws\\glacier\\multipartuploader' => '/Glacier/MultipartUploader.php',
'aws\\glacier\\treehash' => '/Glacier/TreeHash.php',
'aws\\handler\\guzzlev5\\guzzlehandler' => '/Handler/GuzzleV5/GuzzleHandler.php',
'aws\\handler\\guzzlev5\\guzzlestream' => '/Handler/GuzzleV5/GuzzleStream.php',
'aws\\handler\\guzzlev5\\psrstream' => '/Handler/GuzzleV5/PsrStream.php',
'aws\\handler\\guzzlev6\\guzzlehandler' => '/Handler/GuzzleV6/GuzzleHandler.php',
'aws\\handlerlist' => '/HandlerList.php',
'aws\\hasdatatrait' => '/HasDataTrait.php',
'aws\\hashingstream' => '/HashingStream.php',
'aws\\hashinterface' => '/HashInterface.php',
'aws\\history' => '/History.php',
'aws\\iam\\exception\\iamexception' => '/Iam/Exception/IamException.php',
'aws\\iam\\iamclient' => '/Iam/IamClient.php',
'aws\\inspector\\exception\\inspectorexception' => '/Inspector/Exception/InspectorException.php',
'aws\\inspector\\inspectorclient' => '/Inspector/InspectorClient.php',
'aws\\iot\\exception\\iotexception' => '/Iot/Exception/IotException.php',
'aws\\iot\\iotclient' => '/Iot/IotClient.php',
'aws\\iotdataplane\\exception\\iotdataplaneexception' => '/IotDataPlane/Exception/IotDataPlaneException.php',
'aws\\iotdataplane\\iotdataplaneclient' => '/IotDataPlane/IotDataPlaneClient.php',
'aws\\jsoncompiler' => '/JsonCompiler.php',
'aws\\kinesis\\exception\\kinesisexception' => '/Kinesis/Exception/KinesisException.php',
'aws\\kinesis\\kinesisclient' => '/Kinesis/KinesisClient.php',
'aws\\kms\\exception\\kmsexception' => '/Kms/Exception/KmsException.php',
'aws\\kms\\kmsclient' => '/Kms/KmsClient.php',
'aws\\lambda\\exception\\lambdaexception' => '/Lambda/Exception/LambdaException.php',
'aws\\lambda\\lambdaclient' => '/Lambda/LambdaClient.php',
'aws\\lruarraycache' => '/LruArrayCache.php',
'aws\\machinelearning\\exception\\machinelearningexception' => '/MachineLearning/Exception/MachineLearningException.php',
'aws\\machinelearning\\machinelearningclient' => '/MachineLearning/MachineLearningClient.php',
'aws\\marketplacecommerceanalytics\\exception\\marketplacecommerceanalyticsexception' => '/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php',
'aws\\marketplacecommerceanalytics\\marketplacecommerceanalyticsclient' => '/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php',
'aws\\middleware' => '/Middleware.php',
'aws\\mockhandler' => '/MockHandler.php',
'aws\\multipart\\abstractuploader' => '/Multipart/AbstractUploader.php',
'aws\\multipart\\abstractuploadmanager' => '/Multipart/AbstractUploadManager.php',
'aws\\multipart\\uploadstate' => '/Multipart/UploadState.php',
'aws\\opsworks\\exception\\opsworksexception' => '/OpsWorks/Exception/OpsWorksException.php',
'aws\\opsworks\\opsworksclient' => '/OpsWorks/OpsWorksClient.php',
'aws\\phphash' => '/PhpHash.php',
'aws\\psrcacheadapter' => '/PsrCacheAdapter.php',
'aws\\rds\\exception\\rdsexception' => '/Rds/Exception/RdsException.php',
'aws\\rds\\rdsclient' => '/Rds/RdsClient.php',
'aws\\redshift\\exception\\redshiftexception' => '/Redshift/Exception/RedshiftException.php',
'aws\\redshift\\redshiftclient' => '/Redshift/RedshiftClient.php',
'aws\\result' => '/Result.php',
'aws\\resultinterface' => '/ResultInterface.php',
'aws\\resultpaginator' => '/ResultPaginator.php',
'aws\\retrymiddleware' => '/RetryMiddleware.php',
'aws\\route53\\exception\\route53exception' => '/Route53/Exception/Route53Exception.php',
'aws\\route53\\route53client' => '/Route53/Route53Client.php',
'aws\\route53domains\\exception\\route53domainsexception' => '/Route53Domains/Exception/Route53DomainsException.php',
'aws\\route53domains\\route53domainsclient' => '/Route53Domains/Route53DomainsClient.php',
'aws\\s3\\ambiguoussuccessparser' => '/S3/AmbiguousSuccessParser.php',
'aws\\s3\\applychecksummiddleware' => '/S3/ApplyChecksumMiddleware.php',
'aws\\s3\\batchdelete' => '/S3/BatchDelete.php',
'aws\\s3\\bucketendpointmiddleware' => '/S3/BucketEndpointMiddleware.php',
'aws\\s3\\exception\\deletemultipleobjectsexception' => '/S3/Exception/DeleteMultipleObjectsException.php',
'aws\\s3\\exception\\permanentredirectexception' => '/S3/Exception/PermanentRedirectException.php',
'aws\\s3\\exception\\s3exception' => '/S3/Exception/S3Exception.php',
'aws\\s3\\getbucketlocationparser' => '/S3/GetBucketLocationParser.php',
'aws\\s3\\multipartcopy' => '/S3/MultipartCopy.php',
'aws\\s3\\multipartuploader' => '/S3/MultipartUploader.php',
'aws\\s3\\multipartuploadingtrait' => '/S3/MultipartUploadingTrait.php',
'aws\\s3\\permanentredirectmiddleware' => '/S3/PermanentRedirectMiddleware.php',
'aws\\s3\\postobject' => '/S3/PostObject.php',
'aws\\s3\\putobjecturlmiddleware' => '/S3/PutObjectUrlMiddleware.php',
'aws\\s3\\retryablemalformedresponseparser' => '/S3/RetryableMalformedResponseParser.php',
'aws\\s3\\s3client' => '/S3/S3Client.php',
'aws\\s3\\s3uriparser' => '/S3/S3UriParser.php',
'aws\\s3\\ssecmiddleware' => '/S3/SSECMiddleware.php',
'aws\\s3\\streamwrapper' => '/S3/StreamWrapper.php',
'aws\\s3\\transfer' => '/S3/Transfer.php',
'aws\\sdk' => '/Sdk.php',
'aws\\ses\\exception\\sesexception' => '/Ses/Exception/SesException.php',
'aws\\ses\\sesclient' => '/Ses/SesClient.php',
'aws\\signature\\anonymoussignature' => '/Signature/AnonymousSignature.php',
'aws\\signature\\s3signaturev4' => '/Signature/S3SignatureV4.php',
'aws\\signature\\signatureinterface' => '/Signature/SignatureInterface.php',
'aws\\signature\\signatureprovider' => '/Signature/SignatureProvider.php',
'aws\\signature\\signaturev4' => '/Signature/SignatureV4.php',
'aws\\sns\\exception\\snsexception' => '/Sns/Exception/SnsException.php',
'aws\\sns\\snsclient' => '/Sns/SnsClient.php',
'aws\\sqs\\exception\\sqsexception' => '/Sqs/Exception/SqsException.php',
'aws\\sqs\\sqsclient' => '/Sqs/SqsClient.php',
'aws\\ssm\\exception\\ssmexception' => '/Ssm/Exception/SsmException.php',
'aws\\ssm\\ssmclient' => '/Ssm/SsmClient.php',
'aws\\storagegateway\\exception\\storagegatewayexception' => '/StorageGateway/Exception/StorageGatewayException.php',
'aws\\storagegateway\\storagegatewayclient' => '/StorageGateway/StorageGatewayClient.php',
'aws\\sts\\exception\\stsexception' => '/Sts/Exception/StsException.php',
'aws\\sts\\stsclient' => '/Sts/StsClient.php',
'aws\\support\\exception\\supportexception' => '/Support/Exception/SupportException.php',
'aws\\support\\supportclient' => '/Support/SupportClient.php',
'aws\\swf\\exception\\swfexception' => '/Swf/Exception/SwfException.php',
'aws\\swf\\swfclient' => '/Swf/SwfClient.php',
'aws\\tracemiddleware' => '/TraceMiddleware.php',
'aws\\waf\\exception\\wafexception' => '/Waf/Exception/WafException.php',
'aws\\waf\\wafclient' => '/Waf/WafClient.php',
'aws\\waiter' => '/Waiter.php',
'aws\\workspaces\\exception\\workspacesexception' => '/WorkSpaces/Exception/WorkSpacesException.php',
'aws\\workspaces\\workspacesclient' => '/WorkSpaces/WorkSpacesClient.php',
'aws\\wrappedhttphandler' => '/WrappedHttpHandler.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
}
);
// @codeCoverageIgnoreEnd
|