BackWPup – WordPress Backup Plugin - Version 3.7.0

Version Description

Download this release

Release Info

Developer vanvox
Plugin Icon 128x128 BackWPup – WordPress Backup Plugin
Version 3.7.0
Comparing to
See all releases

Code changes from version 3.6.10 to 3.7.0

Files changed (311) hide show
  1. assets/css/main.css +0 -1
  2. backwpup.php +16 -46
  3. changelog.txt +578 -0
  4. inc/class-autoload.php +0 -78
  5. inc/class-destination-dropbox-api.php +1 -1
  6. inc/class-destination-msazure-downloader.php +125 -0
  7. inc/class-destination-msazure.php +361 -122
  8. inc/class-destination-rsc.php +26 -8
  9. inc/class-destination-s3.php +41 -19
  10. inc/class-msazure-destination-configuration.php +58 -0
  11. inc/class-option.php +1 -0
  12. inc/class-page-logs.php +3 -3
  13. inc/class-page-settings.php +60 -0
  14. inc/class-system-requirements.php +6 -6
  15. languages/backwpup.pot +244 -212
  16. readme.txt +14 -3
  17. vendor/autoload.php +1 -1
  18. vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php +0 -49
  19. vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php +0 -9
  20. vendor/aws/aws-sdk-php/src/Acm/AcmClient.php +0 -36
  21. vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php +0 -9
  22. vendor/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php +0 -183
  23. vendor/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php +0 -9
  24. vendor/aws/aws-sdk-php/src/Amplify/AmplifyClient.php +0 -49
  25. vendor/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php +0 -9
  26. vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php +0 -272
  27. vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php +0 -9
  28. vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php +0 -11
  29. vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php +0 -9
  30. vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php +0 -121
  31. vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php +0 -9
  32. vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php +0 -65
  33. vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php +0 -9
  34. vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php +0 -81
  35. vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php +0 -9
  36. vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php +0 -29
  37. vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php +0 -9
  38. vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php +0 -59
  39. vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php +0 -9
  40. vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php +0 -97
  41. vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php +0 -9
  42. vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php +0 -47
  43. vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php +0 -9
  44. vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php +0 -118
  45. vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php +0 -9
  46. vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php +0 -21
  47. vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php +0 -9
  48. vendor/aws/aws-sdk-php/src/Backup/BackupClient.php +0 -95
  49. vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php +0 -9
  50. vendor/aws/aws-sdk-php/src/Batch/BatchClient.php +0 -41
  51. vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php +0 -9
  52. vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php +0 -37
  53. vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php +0 -9
  54. vendor/aws/aws-sdk-php/src/Chime/ChimeClient.php +0 -109
  55. vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php +0 -9
  56. vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php +0 -29
  57. vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php +0 -9
  58. vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php +0 -141
  59. vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php +0 -9
  60. vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php +0 -100
  61. vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php +0 -9
  62. vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php +0 -190
  63. vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php +0 -65
  64. vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php +0 -9
  65. vendor/aws/aws-sdk-php/src/CloudFront/Signer.php +0 -117
  66. vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php +0 -119
  67. vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php +0 -35
  68. vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php +0 -9
  69. vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php +0 -84
  70. vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php +0 -9
  71. vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php +0 -58
  72. vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php +0 -9
  73. vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php +0 -84
  74. vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php +0 -9
  75. vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php +0 -38
  76. vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php +0 -9
  77. vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php +0 -324
  78. vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php +0 -55
  79. vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php +0 -187
  80. vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php +0 -50
  81. vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php +0 -9
  82. vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php +0 -46
  83. vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php +0 -9
  84. vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php +0 -88
  85. vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php +0 -9
  86. vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php +0 -47
  87. vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php +0 -9
  88. vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php +0 -90
  89. vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php +0 -9
  90. vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php +0 -96
  91. vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php +0 -9
  92. vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php +0 -76
  93. vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php +0 -9
  94. vendor/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php +0 -45
  95. vendor/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php +0 -9
  96. vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php +0 -52
  97. vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php +0 -61
  98. vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php +0 -9
  99. vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php +0 -210
  100. vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php +0 -9
  101. vendor/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php +0 -44
  102. vendor/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php +0 -9
  103. vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php +0 -99
  104. vendor/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php +0 -9
  105. vendor/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php +0 -13
  106. vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php +0 -9
  107. vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php +0 -122
  108. vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php +0 -9
  109. vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php +0 -51
  110. vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php +0 -9
  111. vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php +0 -23
  112. vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php +0 -9
  113. vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php +0 -15
  114. vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php +0 -9
  115. vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php +0 -113
  116. vendor/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php +0 -144
  117. vendor/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php +0 -150
  118. vendor/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php +0 -95
  119. vendor/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php +0 -101
  120. vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php +0 -30
  121. vendor/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php +0 -82
  122. vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php +0 -70
  123. vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php +0 -59
  124. vendor/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php +0 -179
  125. vendor/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php +0 -186
  126. vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php +0 -108
  127. vendor/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php +0 -105
  128. vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php +0 -57
  129. vendor/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php +0 -30
  130. vendor/aws/aws-sdk-php/src/DAX/DAXClient.php +0 -51
  131. vendor/aws/aws-sdk-php/src/DAX/Exception/DAXException.php +0 -9
  132. vendor/aws/aws-sdk-php/src/DLM/DLMClient.php +0 -19
  133. vendor/aws/aws-sdk-php/src/DLM/Exception/DLMException.php +0 -9
  134. vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php +0 -48
  135. vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php +0 -9
  136. vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php +0 -59
  137. vendor/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php +0 -9
  138. vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php +0 -101
  139. vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php +0 -9
  140. vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php +0 -138
  141. vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php +0 -9
  142. vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php +0 -116
  143. vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php +0 -9
  144. vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php +0 -110
  145. vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php +0 -9
  146. vendor/aws/aws-sdk-php/src/DocDB/DocDBClient.php +0 -87
  147. vendor/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php +0 -9
  148. vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php +0 -36
  149. vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php +0 -148
  150. vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php +0 -9
  151. vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php +0 -58
  152. vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php +0 -324
  153. vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php +0 -29
  154. vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php +0 -243
  155. vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php +0 -45
  156. vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php +0 -235
  157. vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php +0 -44
  158. vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php +0 -142
  159. vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php +0 -266
  160. vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php +0 -29
  161. vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php +0 -9
  162. vendor/aws/aws-sdk-php/src/EKS/EKSClient.php +0 -25
  163. vendor/aws/aws-sdk-php/src/EKS/Exception/EKSException.php +0 -9
  164. vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php +0 -720
  165. vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php +0 -9
  166. vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php +0 -60
  167. vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php +0 -9
  168. vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php +0 -96
  169. vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php +0 -9
  170. vendor/aws/aws-sdk-php/src/Efs/EfsClient.php +0 -38
  171. vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php +0 -9
  172. vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php +0 -94
  173. vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php +0 -9
  174. vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php +0 -98
  175. vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php +0 -9
  176. vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php +0 -68
  177. vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php +0 -9
  178. vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php +0 -77
  179. vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php +0 -9
  180. vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php +0 -44
  181. vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php +0 -9
  182. vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php +0 -56
  183. vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php +0 -9
  184. vendor/aws/aws-sdk-php/src/Emr/EmrClient.php +0 -64
  185. vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php +0 -9
  186. vendor/aws/aws-sdk-php/src/FMS/Exception/FMSException.php +0 -9
  187. vendor/aws/aws-sdk-php/src/FMS/FMSClient.php +0 -37
  188. vendor/aws/aws-sdk-php/src/FSx/Exception/FSxException.php +0 -9
  189. vendor/aws/aws-sdk-php/src/FSx/FSxClient.php +0 -31
  190. vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php +0 -9
  191. vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php +0 -34
  192. vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php +0 -9
  193. vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php +0 -156
  194. vendor/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php +0 -9
  195. vendor/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php +0 -43
  196. vendor/aws/aws-sdk-php/src/Glue/Exception/GlueException.php +0 -9
  197. vendor/aws/aws-sdk-php/src/Glue/GlueClient.php +0 -205
  198. vendor/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php +0 -9
  199. vendor/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php +0 -189
  200. vendor/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php +0 -9
  201. vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php +0 -93
  202. vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php +0 -9
  203. vendor/aws/aws-sdk-php/src/Health/HealthClient.php +0 -21
  204. vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php +0 -9
  205. vendor/aws/aws-sdk-php/src/Iam/IamClient.php +0 -286
  206. vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php +0 -9
  207. vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php +0 -21
  208. vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php +0 -9
  209. vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php +0 -84
  210. vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php +0 -9
  211. vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php +0 -35
  212. vendor/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php +0 -9
  213. vendor/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php +0 -41
  214. vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php +0 -9
  215. vendor/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php +0 -77
  216. vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php +0 -9
  217. vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php +0 -17
  218. vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php +0 -9
  219. vendor/aws/aws-sdk-php/src/Iot/IotClient.php +0 -344
  220. vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php +0 -9
  221. vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php +0 -18
  222. vendor/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php +0 -9
  223. vendor/aws/aws-sdk-php/src/Kafka/KafkaClient.php +0 -27
  224. vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php +0 -9
  225. vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php +0 -64
  226. vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php +0 -9
  227. vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php +0 -49
  228. vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php +0 -9
  229. vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php +0 -57
  230. vendor/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php +0 -9
  231. vendor/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php +0 -29
  232. vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php +0 -9
  233. vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php +0 -15
  234. vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php +0 -9
  235. vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php +0 -11
  236. vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php +0 -9
  237. vendor/aws/aws-sdk-php/src/Kms/KmsClient.php +0 -92
  238. vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php +0 -9
  239. vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php +0 -123
  240. vendor/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php +0 -9
  241. vendor/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php +0 -81
  242. vendor/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php +0 -9
  243. vendor/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php +0 -13
  244. vendor/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php +0 -9
  245. vendor/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php +0 -39
  246. vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php +0 -9
  247. vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php +0 -211
  248. vendor/aws/aws-sdk-php/src/MQ/Exception/MQException.php +0 -9
  249. vendor/aws/aws-sdk-php/src/MQ/MQClient.php +0 -53
  250. vendor/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php +0 -9
  251. vendor/aws/aws-sdk-php/src/MTurk/MTurkClient.php +0 -87
  252. vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php +0 -9
  253. vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php +0 -97
  254. vendor/aws/aws-sdk-php/src/Macie/Exception/MacieException.php +0 -9
  255. vendor/aws/aws-sdk-php/src/Macie/MacieClient.php +0 -23
  256. vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php +0 -9
  257. vendor/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php +0 -45
  258. vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php +0 -9
  259. vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php +0 -14
  260. vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php +0 -9
  261. vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php +0 -11
  262. vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php +0 -9
  263. vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php +0 -17
  264. vendor/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php +0 -9
  265. vendor/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php +0 -43
  266. vendor/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php +0 -9
  267. vendor/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php +0 -59
  268. vendor/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php +0 -9
  269. vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php +0 -71
  270. vendor/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php +0 -9
  271. vendor/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php +0 -39
  272. vendor/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php +0 -9
  273. vendor/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php +0 -39
  274. vendor/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php +0 -9
  275. vendor/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php +0 -19
  276. vendor/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php +0 -9
  277. vendor/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php +0 -23
  278. vendor/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php +0 -9
  279. vendor/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php +0 -41
  280. vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php +0 -9
  281. vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php +0 -27
  282. vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php +0 -321
  283. vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php +0 -129
  284. vendor/aws/aws-sdk-php/src/Multipart/UploadState.php +0 -145
  285. vendor/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php +0 -9
  286. vendor/aws/aws-sdk-php/src/Neptune/NeptuneClient.php +0 -123
  287. vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php +0 -9
  288. vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php +0 -158
  289. vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php +0 -9
  290. vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php +0 -41
  291. vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php +0 -9
  292. vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php +0 -95
  293. vendor/aws/aws-sdk-php/src/PI/Exception/PIException.php +0 -9
  294. vendor/aws/aws-sdk-php/src/PI/PIClient.php +0 -13
  295. vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php +0 -9
  296. vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php +0 -209
  297. vendor/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php +0 -9
  298. vendor/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php +0 -89
  299. vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php +0 -9
  300. vendor/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php +0 -25
  301. vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php +0 -9
  302. vendor/aws/aws-sdk-php/src/Polly/PollyClient.php +0 -73
  303. vendor/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php +0 -9
  304. vendor/aws/aws-sdk-php/src/Pricing/PricingClient.php +0 -15
  305. vendor/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php +0 -9
  306. vendor/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php +0 -41
  307. vendor/aws/aws-sdk-php/src/RAM/Exception/RAMException.php +0 -9
  308. vendor/aws/aws-sdk-php/src/RAM/RAMClient.php +0 -41
  309. vendor/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php +0 -9
  310. vendor/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php +0 -11
  311. vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php +0 -38
assets/css/main.css DELETED
@@ -1 +0,0 @@
1
- @charset "UTF-8";.backwpup-max-width{max-width:800px}@font-face{font-family:'backwpup';src:url('../fonts/backwpup.eot');src:url('../fonts/backwpup.eot?#iefix') format('embedded-opentype'), url('../fonts/backwpup.ttf') format('truetype'), url('../fonts/backwpup.woff') format('woff'), url('../fonts/backwpup.svg#backwpup') format('svg');font-weight:normal;font-style:normal;}.error{color:#f00}.warning{color:#ffba00}.success{color:#86cf6f}.notice-inpsyde{border-left-color:#9dc55d}.notice-inpsyde .button--inpsyde{background-color:#9dc55d;color:#fff;border-color:#92be4a;box-shadow:0 1px 0 #92be4a}.notice-inpsyde .button--inpsyde:hover,.notice-inpsyde .button--inpsyde:focus{background-color:#92be4a;border-color:#85b03f;box-shadow:0 1px 0 #92be4a, 0 0 3px #9dc55d;color:#fff}#wp-admin-bar-backwpup .ab-icon{font:normal 20px/1 'backwpup' !important}#wp-admin-bar-backwpup .ab-icon::before{content:"\e600";top:2px}@media screen and (max-width:48.875em){#wp-admin-bar-backwpup .ab-icon{font:normal 32px/1 'backwpup' !important;display:block;text-indent:0;speak:none;top:7px;width:50px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wp-admin-bar-backwpup::before{top:0}}#adminmenu #toplevel_page_backwpup div.wp-menu-image:before{font:normal 20px/1 'backwpup' !important;content:"\e600"}#adminmenu #toplevel_page_backwpup a[href$="backwpuprestore"]::after{content:'New';font-size:0.55rem;color:#fff;padding:0.18rem 0.33rem;background:#85b03f;border-radius:0.23rem;line-height:1;position:relative;bottom:5px;left:1em}#backwpup-page{margin-bottom:100px}#backwpup-page hr{border:0;border-top:none;border-bottom:1px solid #eee}#backwpup-page .backwpup-floated-postbox{margin:25px 0 0;max-width:100%;overflow:hidden;padding:15px;position:relative}#backwpup-page .backwpup-floated-postbox h3 a{font-size:14px;text-decoration:none;font-weight:600}#backwpup-page .backwpup-cleared-postbox{clear:both;margin:25px 0 0;padding:10px}#backwpup-page .postbox ul{padding-left:10px}#backwpup-page .postbox table{caption-side:top;margin-bottom:25px}#backwpup-page .postbox table caption{color:#222;font-size:14px;font-weight:600;padding:8px 12px;margin:0;line-height:1.4;text-align:left}#backwpup-page .postbox .hndle{cursor:auto}#backwpup-page .postbox .backwpup-bullet-list{list-style:disc;padding-left:16px}#backwpup-page .postbox ol.backwpup-bullet-list{list-style:decimal}#backwpup-page .wizardbox{color:#fff;background:#1d94cf url('../images/hgbox.png') no-repeat right bottom;min-height:20em}#backwpup-page .wizardbox:hover{background-color:#0f79ae}#backwpup-page .wizardbox .wizardbox_name{color:#fff;margin-top:0}#backwpup-page .wizardbox .wizardbox_start{position:absolute;bottom:10px;left:10px}#backwpup-page .wizardbox select{max-width:100%;width:100%}#backwpup-page .button-bwp,#backwpup-page .button-primary-bwp{border-radius:0;-webkit-box-shadow:none;box-shadow:none}#backwpup-page .button-primary-bwp{border:none;background:#38b0eb;color:#fff;min-width:8em}#backwpup-page .button-primary-bwp:hover{background:#064565}#backwpup-page .backwpup-table-wrap{overflow-x:auto}#backwpup-page .backwpup-banner-img{display:block;height:auto;margin:26px auto;max-width:100%}#backwpup-page .backwpup-text-center{text-align:center}#backwpup-page ul.backwpup-text-center{padding-left:0}#backwpup-page .backwpup-message{background-color:#fff;border:none;border-left:4px solid #ccc;box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.1);margin:5px 0 15px;padding:1px 12px;-webkit-box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.1)}#backwpup-page .backwpup-message p{margin:0.5em 0;padding:2px}#backwpup-page .backwpup-info{border-left:4px solid #38b0eb;}#backwpup-page .backwpup-warning{border-left:4px solid #ffba00;}#backwpup-page .backwpup-full-width{max-width:100%}#backwpup-page .backwpup-full-width.action{margin-bottom:20px}#backwpup-page .notice ul{list-style-type:disc;margin-left:2em}@media screen and (min-width:45em){#backwpup-page .backwpup-floated-postbox{float:left;margin:25px 25px 25px 0;width:290px}#backwpup-page #backwpup-one-click-backup,#backwpup-page #wizard-jobimport,#backwpup-page #backwpup-thank-you,#backwpup-page #backwpup-stats{margin-right:0}#backwpup-page #backwpup-one-click-backup + .backwpup-floated-postbox,#backwpup-page #backwpup-thank-you,#backwpup-page #backwpup-stats{clear:left}}@media screen and (min-width:64em){#backwpup-page .backwpup-floated-postbox{width:362px}#backwpup-page .wizardbox{width:225px;min-height:225px}#backwpup-page .backwpup-max-width{max-width:800px}body[class*="_backwpupabout"] #backwpup-page .backwpup-welcome{max-width:none}}.progressbar{margin-top:10px;height:auto;background:#f6f6f6 url('../../assets/images/progressbarhg.jpg')}.progressbar #progresssteps{background-color:#007fb6}.progressbar .bwpu-progress{background-color:#1d94cf;color:#fff;padding:5px 0;text-align:center}#documentation_content p{font-size:14px;line-height:20px;color:#333}#documentation_content h3{padding:7px 0;font-size:22px}#documentation_content h4{padding:7px 0;font-size:18px}#documentation_content img.size-full{border:10px #f6f6f6 solid}#wpfooter #footer-left,#wpfooter #footer-right{overflow:hidden}#wpfooter #footer-left #footer-thankyou{clear:both;display:block;padding-top:0.5em}#wpfooter #footer-left .backwpup-get-pro{display:inline-block;line-height:25px}#wpfooter #footer-upgrade .backwpup-update-footer{display:block;line-height:25px}#wpfooter .inpsyde_logo{display:block;margin-right:15px;margin-top:5px;line-height:25px;height:25px;width:80px;text-decoration:none}#wpfooter .inpsyde_logo svg{display:block}
 
backwpup.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: WordPress Backup Plugin
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
- * Version: 3.6.10
9
  * Text Domain: backwpup
10
  * Domain Path: /languages/
11
  * Network: true
@@ -42,11 +42,10 @@ if ( ! class_exists( 'BackWPup', false ) ) {
42
  return;
43
  }
44
 
45
- if ( file_exists( dirname( __FILE__ ) . '/inc/functions.php' ) ) {
46
- require_once dirname( __FILE__ ) . '/inc/functions.php';
47
- }
48
-
49
- $this->set_autoloader();
50
 
51
  self::$is_pro = file_exists(__DIR__ . '/inc/Pro/class-pro.php');
52
 
@@ -59,7 +58,7 @@ if ( ! class_exists( 'BackWPup', false ) ) {
59
 
60
  // Load pro features
61
  if (self::$is_pro) {
62
- require_once untrailingslashit(__DIR__) . '/inc/Pro/autoupdate.php';
63
  BackWPup_Pro::get_instance();
64
  }
65
 
@@ -98,7 +97,7 @@ if ( ! class_exists( 'BackWPup', false ) ) {
98
  WP_CLI::add_command( 'backwpup', 'BackWPup_WP_CLI' );
99
  }
100
 
101
- if ( ! self::$is_pro ) {
102
  $promoter_updater = new \Inpsyde\BackWPup\Notice\PromoterUpdater();
103
  $promoter = new \Inpsyde\BackWPup\Notice\Promoter(
104
  $promoter_updater,
@@ -116,7 +115,8 @@ if ( ! class_exists( 'BackWPup', false ) ) {
116
  }
117
  );
118
 
119
- $this->home_phone_client_init();
 
120
  }
121
  }
122
 
@@ -180,9 +180,9 @@ if ( ! class_exists( 'BackWPup', false ) ) {
180
  );
181
  self::$plugin_data['name'] = trim( self::$plugin_data['name'] );
182
  //set some extra vars
183
- self::$plugin_data['basename'] = plugin_basename( dirname( __FILE__ ) );
184
  self::$plugin_data['mainfile'] = __FILE__;
185
- self::$plugin_data['plugindir'] = untrailingslashit( dirname( __FILE__ ) );
186
  self::$plugin_data['hash'] = get_site_option( 'backwpup_cfg_hash' );
187
  if ( empty( self::$plugin_data['hash'] ) || strlen( self::$plugin_data['hash'] ) < 6
188
  || strlen(
@@ -311,7 +311,6 @@ if ( ! class_exists( 'BackWPup', false ) ) {
311
  'functions' => array(),
312
  'classes' => array(),
313
  ),
314
- 'autoload' => array(),
315
  );
316
  // backup with mail
317
  self::$registered_destinations['EMAIL'] = array(
@@ -327,7 +326,6 @@ if ( ! class_exists( 'BackWPup', false ) ) {
327
  'functions' => array(),
328
  'classes' => array(),
329
  ),
330
- 'autoload' => array(),
331
  );
332
  // backup to ftp
333
  self::$registered_destinations['FTP'] = array(
@@ -343,7 +341,6 @@ if ( ! class_exists( 'BackWPup', false ) ) {
343
  'functions' => array( 'ftp_nb_fput' ),
344
  'classes' => array(),
345
  ),
346
- 'autoload' => array(),
347
  );
348
  // backup to dropbox
349
  self::$registered_destinations['DROPBOX'] = array(
@@ -359,7 +356,6 @@ if ( ! class_exists( 'BackWPup', false ) ) {
359
  'functions' => array( 'curl_exec' ),
360
  'classes' => array(),
361
  ),
362
- 'autoload' => array(),
363
  );
364
  // Backup to S3
365
  self::$registered_destinations['S3'] = array(
@@ -371,11 +367,10 @@ if ( ! class_exists( 'BackWPup', false ) ) {
371
  ),
372
  'can_sync' => false,
373
  'needed' => array(
374
- 'php_version' => '5.5.0',
375
  'functions' => array( 'curl_exec' ),
376
  'classes' => array( 'XMLWriter' ),
377
  ),
378
- 'autoload' => array(),
379
  );
380
  // backup to MS Azure
381
  self::$registered_destinations['MSAZURE'] = array(
@@ -387,11 +382,10 @@ if ( ! class_exists( 'BackWPup', false ) ) {
387
  ),
388
  'can_sync' => false,
389
  'needed' => array(
390
- 'php_version' => '',
391
  'functions' => array(),
392
  'classes' => array(),
393
  ),
394
- 'autoload' => array( 'WindowsAzure' => dirname( __FILE__ ) . '/vendor' ),
395
  );
396
  // backup to Rackspace Cloud
397
  self::$registered_destinations['RSC'] = array(
@@ -403,15 +397,10 @@ if ( ! class_exists( 'BackWPup', false ) ) {
403
  ),
404
  'can_sync' => false,
405
  'needed' => array(
406
- 'php_version' => '5.4',
407
  'functions' => array( 'curl_exec' ),
408
  'classes' => array(),
409
  ),
410
- 'autoload' => array(
411
- 'OpenCloud' => dirname( __FILE__ ) . '/vendor',
412
- 'Guzzle' => dirname( __FILE__ ) . '/vendor',
413
- 'Psr' => dirname( __FILE__ ) . '/vendor',
414
- ),
415
  );
416
  // backup to Sugarsync
417
  self::$registered_destinations['SUGARSYNC'] = array(
@@ -427,7 +416,6 @@ if ( ! class_exists( 'BackWPup', false ) ) {
427
  'functions' => array( 'curl_exec' ),
428
  'classes' => array(),
429
  ),
430
- 'autoload' => array(),
431
  );
432
 
433
  //Hook for adding Destinations like above
@@ -538,24 +526,6 @@ if ( ! class_exists( 'BackWPup', false ) ) {
538
 
539
  }
540
 
541
- /**
542
- * Set autoloader
543
- *
544
- * @return void
545
- */
546
- private function set_autoloader() {
547
-
548
- // Composer Autoloader
549
- $autoloader = untrailingslashit( BackWPup::get_plugin_data( 'plugindir' ) ) . '/vendor/autoload.php';
550
- if ( file_exists( $autoloader ) ) {
551
- require_once $autoloader;
552
- }
553
-
554
- // BackWPup Autoloader
555
- require_once self::get_plugin_data( 'plugindir' ) . '/inc/class-autoload.php';
556
- spl_autoload_register( array( new BackWPup_Autoload(), 'autoloader' ) );
557
- }
558
-
559
  /**
560
  * Initialize Home Phone Client
561
  *
@@ -569,7 +539,7 @@ if ( ! class_exists( 'BackWPup', false ) ) {
569
 
570
  Inpsyde_PhoneHome_FrontController::initialize_for_network(
571
  'BackWPup',
572
- dirname( __FILE__ ) . '/assets/templates/phpnotice',
573
  'backwpup',
574
  array(
575
  Inpsyde_PhoneHome_Configuration::ANONYMIZE => true,
@@ -594,7 +564,7 @@ if ( ! class_exists( 'BackWPup', false ) ) {
594
  die(
595
  sprintf(
596
  esc_html__(
597
- 'BackWPup requires PHP version %$1s with spl extension or greater and WordPress %$2s or greater.',
598
  'backwpup'
599
  ),
600
  $system_requirements->php_minimum_version(),
5
  * Description: WordPress Backup Plugin
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
+ * Version: 3.7.0
9
  * Text Domain: backwpup
10
  * Domain Path: /languages/
11
  * Network: true
42
  return;
43
  }
44
 
45
+ require_once __DIR__ . '/inc/functions.php';
46
+ if (file_exists( __DIR__ . '/vendor/autoload.php')) {
47
+ require_once __DIR__ . '/vendor/autoload.php';
48
+ }
 
49
 
50
  self::$is_pro = file_exists(__DIR__ . '/inc/Pro/class-pro.php');
51
 
58
 
59
  // Load pro features
60
  if (self::$is_pro) {
61
+ require __DIR__ . '/inc/Pro/autoupdate.php';
62
  BackWPup_Pro::get_instance();
63
  }
64
 
97
  WP_CLI::add_command( 'backwpup', 'BackWPup_WP_CLI' );
98
  }
99
 
100
+ if ( ! self::is_pro() ) {
101
  $promoter_updater = new \Inpsyde\BackWPup\Notice\PromoterUpdater();
102
  $promoter = new \Inpsyde\BackWPup\Notice\Promoter(
103
  $promoter_updater,
115
  }
116
  );
117
 
118
+ $isPHCActive = (bool)get_site_option('backwpup_cfg_phone_home_client', true);
119
+ $isPHCActive and $this->home_phone_client_init();
120
  }
121
  }
122
 
180
  );
181
  self::$plugin_data['name'] = trim( self::$plugin_data['name'] );
182
  //set some extra vars
183
+ self::$plugin_data['basename'] = plugin_basename( __DIR__ );
184
  self::$plugin_data['mainfile'] = __FILE__;
185
+ self::$plugin_data['plugindir'] = untrailingslashit( __DIR__ );
186
  self::$plugin_data['hash'] = get_site_option( 'backwpup_cfg_hash' );
187
  if ( empty( self::$plugin_data['hash'] ) || strlen( self::$plugin_data['hash'] ) < 6
188
  || strlen(
311
  'functions' => array(),
312
  'classes' => array(),
313
  ),
 
314
  );
315
  // backup with mail
316
  self::$registered_destinations['EMAIL'] = array(
326
  'functions' => array(),
327
  'classes' => array(),
328
  ),
 
329
  );
330
  // backup to ftp
331
  self::$registered_destinations['FTP'] = array(
341
  'functions' => array( 'ftp_nb_fput' ),
342
  'classes' => array(),
343
  ),
 
344
  );
345
  // backup to dropbox
346
  self::$registered_destinations['DROPBOX'] = array(
356
  'functions' => array( 'curl_exec' ),
357
  'classes' => array(),
358
  ),
 
359
  );
360
  // Backup to S3
361
  self::$registered_destinations['S3'] = array(
367
  ),
368
  'can_sync' => false,
369
  'needed' => array(
370
+ 'php_version' => '',
371
  'functions' => array( 'curl_exec' ),
372
  'classes' => array( 'XMLWriter' ),
373
  ),
 
374
  );
375
  // backup to MS Azure
376
  self::$registered_destinations['MSAZURE'] = array(
382
  ),
383
  'can_sync' => false,
384
  'needed' => array(
385
+ 'php_version' => '5.6.0',
386
  'functions' => array(),
387
  'classes' => array(),
388
  ),
 
389
  );
390
  // backup to Rackspace Cloud
391
  self::$registered_destinations['RSC'] = array(
397
  ),
398
  'can_sync' => false,
399
  'needed' => array(
400
+ 'php_version' => '',
401
  'functions' => array( 'curl_exec' ),
402
  'classes' => array(),
403
  ),
 
 
 
 
 
404
  );
405
  // backup to Sugarsync
406
  self::$registered_destinations['SUGARSYNC'] = array(
416
  'functions' => array( 'curl_exec' ),
417
  'classes' => array(),
418
  ),
 
419
  );
420
 
421
  //Hook for adding Destinations like above
526
 
527
  }
528
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
  /**
530
  * Initialize Home Phone Client
531
  *
539
 
540
  Inpsyde_PhoneHome_FrontController::initialize_for_network(
541
  'BackWPup',
542
+ __DIR__ . '/assets/templates/phpnotice',
543
  'backwpup',
544
  array(
545
  Inpsyde_PhoneHome_Configuration::ANONYMIZE => true,
564
  die(
565
  sprintf(
566
  esc_html__(
567
+ 'BackWPup requires PHP version %1$s with spl extension or greater and WordPress %2$s or greater.',
568
  'backwpup'
569
  ),
570
  $system_requirements->php_minimum_version(),
changelog.txt ADDED
@@ -0,0 +1,578 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ == Changelog ==
2
+ = Version 3.7.0 =
3
+ Release Date: Nov 27, 2019
4
+
5
+ * Updated: Raise the minimum PHP version required by BWU to 5.6
6
+ * Updated: Microsoft Azure Storage Blob PHP Client Library
7
+ * Fixed: S3 custom url not used for bucket selection
8
+ * Fixed: S3 malformed error message when authentication credentials are wrong
9
+ * Fixed: S3 selecting an invalid service raise no error
10
+ * Fixed: Rackspace uses old cacert.pem file
11
+ * Fixed: Log page not correcty sorted
12
+ * Added: Option to enable or disable the phone home client
13
+
14
+ = Version 3.6.10 =
15
+ Release Date: Jul 8, 2019
16
+
17
+ * Fixed: Azure Supports https on uploading
18
+ * Fixed: Auto remove old backup files not working when archive file name have prefix "backwpup"
19
+ * Added: Filter to extend list of S3 destinations
20
+ * Removed: S3 multipart upload checkbox, now in destination definition
21
+ * Updated: Amazon AWS SDK for S3 services, now PHP 5.5+ is needed
22
+ * Added: Filter to extend list of Glacier destinations (Pro version)
23
+ * Updated: Amazon AWS SDK for Glacier, now PHP 5.5+ is needed (Pro version)
24
+
25
+ = Version 3.6.9 =
26
+ Release Date: May 7, 2019
27
+
28
+ * Fixed: Google Drive destination automatically remove old backup files
29
+ * Fixed: Do not expose destination data within the manifest file
30
+ * Fixed: Update Dropbox Tokens
31
+ * Fixed: Restore error: MIME returns html instead of event stream
32
+ * Fixed: Log files name are predictable because of weak hash
33
+ * Fixed: ZipArchive doesn't fallback to PclZip in Restore
34
+ * Fixed: Session already started could cause issues during ajax calls
35
+ * Fixed: Wrong vendor include path for PEAR using MS Azure
36
+ * Fixed: Decryption Key prompt when any error occur during the first step of a Restore
37
+ * Fixed: Phone home client notice and php 5 issue with php short echo tag
38
+ * Fixed: mime_content_type function may not exists prevent backup decryption
39
+ * Improve: Restore Log and produce report for user feedback
40
+ * Changed: License changed to GPLv2+
41
+
42
+ = Version 3.6.8 =
43
+ Release Date: Feb 25, 2019
44
+
45
+ * Fixed: Typos in settings job page
46
+ * Fixed: Rest API admin note language doesn't change when changing user language
47
+
48
+ = Version 3.6.7 =
49
+ Release Date: Jan 22, 2019
50
+
51
+ * Fixed: More margin to dashboard footer to avoid save button unclickable
52
+ * Fixed: On folder sync destination folder is not created
53
+ * Fixed: Encryption option should not be displayed for syncing job
54
+ * Fixed: Restore stuck on file restore step because of file permission issue
55
+ * Fixed: "Do not delete files while syncing to destination!" not working
56
+ * Tweak: Increase PHP Version from 5.3.2 to 5.3.3
57
+ * Tweak: Encryption Settings description and ui improvements
58
+ * Tweak: On restore error, include `restore.dat` file along with the log when user download the restore log file
59
+ * Tweak: Lock server to execute same task multiple time when one is already in progress
60
+
61
+ = Version 3.6.6 =
62
+ Release Date: Nov 28, 2018
63
+
64
+ * Fixed: Files could be excluded from the backup because of incorrect string comparison
65
+
66
+ = Version 3.6.5 =
67
+ Release Date: Nov 23, 2018
68
+
69
+ * Fixed: Admin notice won’t update correctly
70
+
71
+ = Version 3.6.4 =
72
+ Release Date: Nov 22, 2018
73
+
74
+ * Fixed: Encrypted backup must force users to download the encryption keys
75
+ * Fixed: Warning mime type when a backup is going to be downloaded
76
+ * Fixed: Admin Notice in free version is sometimes empty
77
+ * Fixed: Random restore error about SQL syntax when restoring a database
78
+ * Fixed: Exclude restore directories to be copied during a restore phase
79
+ * Fixed: Standalone App has no encryption support
80
+ * Fixed: Open basedir, backup dir is not within the allowed path
81
+ * Fixed: Unable to download backup file because of mime_content_type function missing in some environment
82
+ * Tweak: Encryption Settings UI
83
+ * Tweak: Minor translations issues
84
+ * Tweak: Remove languages files from the free version, the plugin will use translation.wordpress.org
85
+
86
+ = Version 3.6.3 =
87
+ Release Date: Nov 5, 2018
88
+
89
+ * Fixed: "Failed to restore file": file restore progress stop working and jump directly to database restore step
90
+ * Fixed: Restore progress stuck on "restoring database" with archive backup contains files only
91
+ * Fixed: All config.php files are not in backup archive
92
+
93
+ = Version 3.6.2 =
94
+ Release Date: Oct 17, 2018
95
+
96
+ * Fixed: Not recognized file extensions get an additional underscore in the file name in zip file
97
+ * Fixed: Backup archive file have dot folder contains all web root files
98
+ * Fixed: Ftp destination downloader repetitively open a new handler for the source file causing corrupted backup
99
+
100
+ = Version 3.6.1 =
101
+ Release Date: Sep 25, 2018
102
+
103
+ * Fixed: Backup doesn't handle special characters correctly
104
+ * Fixed: Use of function that doesn't exists prior to 4.9
105
+ * Fixed: Class bryter/helpers/csrf/CSRF.php was not loaded
106
+ * Fixed: Backup don't override old database file in web root
107
+ * Fixed: Restore Folder backup won't download the backup file
108
+ * Fixed: Function `owns_backup_archive` not exists, the one is `is_backup_archive`
109
+ * Fixed: Some settings page and license api manager strings are missing translation
110
+ * Fixed: Incompatibility with php 5.3 in destination folder downloader
111
+ * Fixed: fatal error on Amazon Glacier because of an undefined function
112
+ * Fixed: Ensure extra files are not overwritten
113
+ * Fixed: Cannot delete woocommerce_downloadable_product_permissions table
114
+ * Fixed: Incompatibility with php 5.3 in the restore process
115
+
116
+ = Version 3.6.0 =
117
+ Release Date: June 14, 2018
118
+
119
+ * Added: Pro Feature - Encrypt before sending backups to the cloud
120
+ * Fixed: Handling of special Amazon S3 regions such as Google Storage
121
+ * Fixed: Downloading of large files encountered PHP memory error
122
+ * Improved: Delete pro-only scss files in free version
123
+ * Fixed: Version constraints of composer dependencies
124
+ * Fixed: Localized strings from restore
125
+ * Fixed: Deleting FTP backup resulted in error
126
+ * Fixed: openssl_encrypt compatibility with PHP 5.3
127
+
128
+ = Version 3.5.1 =
129
+ Release Date: May 23, 2018
130
+
131
+ * Fixed: call to a member function close() on null
132
+ * Fixed: Cannot use object of type WP_Error as array
133
+ * Fixed: Can't use function return value in write context
134
+ * Fixed: Compatibility with PHP 5.3
135
+ * Fixed: Decreased size of plugin by purging unneeded files
136
+
137
+ = Version 3.5.0 =
138
+ Release Date: May 16, 2018
139
+
140
+ * Added: Restore for pro version
141
+ * Fixed: stylesheet was being included on frontend
142
+
143
+ = Version 3.4.5 =
144
+ * Added: Support for PclZip.
145
+ * Fixed: Disable use of mysqldump if it is not available.
146
+ * Fixed: Invalid argument supplied for foreach() error.
147
+
148
+ = Version 3.4.4 =
149
+ * Fixed: Security issue that created too many sessions.
150
+ * Fixed: Correct decryption of passwords when escaped.
151
+
152
+ = Version 3.4.3 =
153
+ * Fixed: No longer show hashes on job edit page.
154
+ * Fixed: Compatibility with Sunrise.
155
+ * Fixed: Delete old-style archive names.
156
+ * Improved: Changed the way hashes are generated.
157
+ * Added: Support for EU (London) S3 region.
158
+ * Added: Support for Amazon S3 signature V4.
159
+
160
+ = Version 3.4.2 =
161
+ * Fixed: Security issue to prevent backups from being seen by others.
162
+ * Fixed: Only one admin notice shown at a time.
163
+ * Improved: Better support for large XML files.
164
+ * Fixed: Remove user roles on uninstall.
165
+ * Fixed: S3 parse URL issue
166
+ * Fixed: open_basedir warning from looking for mysqldump
167
+ * Fixed: Dropbox sync fails because of case sensitivity
168
+ * Fixed: Dropbox sync sometimes deletes synced files
169
+ * Fixed: Dropbox fails when user uses proxy
170
+ * Improved: German formal and chinese translation for PRO
171
+
172
+ = Version 3.4.1 =
173
+ * Check if file is dot to prevent open_basedir warning.
174
+ * Only display Dropbox upload progress in debug mode.
175
+ * Fix PHP notice when running job via WP CLI.
176
+ * Fix the way Dropbox API wrapper handles errors.
177
+ * Only encode DB values to hex when binary flag is set.
178
+ * Fix handling of storing backups in root Dropbox dir.
179
+ * Allow symbolic links to be excluded.
180
+ * If archive name is not valid format, will still recognize and delete old files.
181
+ * Allow user to copy debug info for support.
182
+ * Do not display notices for pro users.
183
+ * Add support form for pro users.
184
+ * Add Rate Us admin notice.
185
+ * Support empty folder name when syncing to Dropbox.
186
+ * Allow folders under wp-content to be excluded.
187
+
188
+ = Version 3.4.0 =
189
+ * Changed: Dropped support for PHP 5.2.
190
+ * Improved: Migrated to Dropbox API V2.
191
+ * Changed: Removed Adminer link from backend.
192
+ * Added: Backup file tracking so backups from other jobs aren't accidentally deleted.
193
+ * Fixed: Call to get_users was previously incorrect.
194
+ * Added: Ability to have backup file sent to multiple email addresses.
195
+ * Added: Web.config is now included in list of special files to back up.
196
+ * Fixed: error for some users when generating XML export.
197
+ * Fixed: opendir permission denied warning on some versions of IIS.
198
+ * Improved: accuracy of binary column export.
199
+
200
+ = Version 3.3.7 =
201
+ * Fixed: Services credentials lost after 3.3.6 update
202
+ * Fixed: Removed all instances of PHP short echo tags and other minor PHP 5.2 compatibility issues
203
+ * Improved: Dashboard widget only shown to user who has 'backwpup' capability and can be hidden defining INPSYDE_DASHBOARD_WIDGET constant
204
+ * Changed: German translation of job announcement in dashboard widget is now gender neutral
205
+ * Added: Italian translation for the plugin
206
+ * Added: Message in BackWPup dashboard to ask users to join as BackWPup beta testers
207
+ * PRO: Fixed: Removed duplicate file in Google vendor folder
208
+
209
+ = Version 3.3.6 =
210
+ * Improved: Compatibility with PHP 7 and PHP 7.1
211
+ * Improved: Encryption (use Open SSL when available, mcrypt as fallback for PHP 5.2 users)
212
+ * Improved: check for mod_authz_core.c module in .htaccess file
213
+ * Added: Deprecation notice for PHP 5.2 users
214
+ * Added: Translation for formal german
215
+ * Added: Ask for consent on phone home anonymously PHP & WP Version
216
+ * Added: Dashboard widget to recruit new Inpsyders
217
+ * Updated: Translation for german
218
+ * PRO: Fixed issue with wrong redirect during Google Drive authorization
219
+
220
+ = Version 3.3.5 =
221
+ * PRO: fixed gdrive Could not create resumable file transfer
222
+
223
+ = Version 3.3.4 =
224
+ * Fixed: Database gone away messages
225
+ * Fixed: restarts in cli mode
226
+ * Added: AWS S3 Region Asia Pacific (Mumbai)
227
+ * PRO: fix false email sender address in job creation wizard
228
+ * PRO: fix gdrive ssl problem on uploads
229
+
230
+ = Version 3.3.3 =
231
+ * Removed admin notices
232
+
233
+ = Version 3.3.2 =
234
+ * Notice: For MSAzure requires PHP 5.5 in next BackWPup Version
235
+ * Changed: Colors of Warning and Error messages
236
+ * Changed: Display Blog url in log again
237
+ * Changed: Dreamhost url in S3 destination
238
+ * Changed: Adminbar menu disabled by default
239
+ * Removed: Adminbar plugin name for smaller size
240
+ * Improved: Signal handling more again
241
+ * Fixed: English log with WP 4.6
242
+
243
+ = Version 3.3.1 =
244
+ * Fixed: Security exploit in getting working data
245
+ * Fixed: Bug in log mail sending
246
+ * Improved: Signal handling again
247
+ * Improved: Restarts on getting folder list
248
+ * Improved: Text Color in log files
249
+ * Changed: URLs to MarketPress and Documentation
250
+ * Changed: Save file list cache for one year
251
+ * Changed: Use WordPress ca-bundle.crt
252
+ * Removed: Server callback check on job start now it is only in Settings > Tab: Information
253
+
254
+ = Version 3.3 =
255
+ * Improved: Texts removed or rewritten
256
+ * Improved: Security
257
+ * Improved: Response test
258
+ * Changed: Response test to work more as before
259
+ * Changed: Remove user roles on deactivation not on uninstall
260
+ * Removed: PCLZip selection setting
261
+ * Removed: Help tooltips now uses the WordPress way
262
+ * Removed: Old AWS SDK for using backups to S3 with PHP Version lower than 5.3
263
+ * Updated: AWS SDK to Version 2.8.28
264
+ * Updated: MSAZURE SDK to Version 0.4.1
265
+ * Updated: RSC SDK to Version 1.12.2
266
+ * Updated: SwiftMailer to Version 5.2.2
267
+ * Pro Updated: Google SDK to Version 1.1.7
268
+ * Pro Fixed: Glacier will be only display 10 Vaults
269
+
270
+ = Version 3.2.5 =
271
+ * Fixed: two stored XSS issues
272
+
273
+ = Version 3.2.4 =
274
+ * Added: Backup database triggers
275
+ * Fixed: Charset issues on file names in archives
276
+ * Improved: checking on response test
277
+ * Changed: Dropbox API URLs
278
+
279
+ = Version 3.2.3 =
280
+ * Added: AWS Region Asien-Pazifik (Seoul)
281
+ * Improved: open basedir checking
282
+ * Changed: Minimum WordPress version is now 3.8
283
+ * Fixed: get_site_option() deprecated cache parameter in WordPress 4.4
284
+ * Fixed: displaying of inactive on scheduled jobs
285
+ * Fixed: saving of adding extra user role
286
+ * Removed: Handling of signal SIGPROF
287
+ * Removed: Extra role column on user list
288
+
289
+ = Version 3.2.2 =
290
+ * Fixed: Setting of S3 storage class STANDARD | STANDARD_IA | REDUCED_REDUNDANCY
291
+ * Fixed: Potential security problems on log view and file download
292
+
293
+ = Version 3.2.1 =
294
+ * Fixed: open basedir check
295
+ * Fixed: Change Zip creation back to use lower resources
296
+ * Fixed: Deletion of backup files on Dropbrox not refreshes
297
+ * Fixed: Delete 'doing_cron' transient before job starts
298
+ * Added: Support for new Amazon S3 storage type 'Standard-Infrequent Access'
299
+ * Added: Support for MYSQL_CLIENT_FLAGS
300
+ * Updated: AWS SDK to Version 2.8.21 (PHP 5.3.3+)
301
+ * Removed: SIGCONT,SIGCHLD,SIGALRM form signal handler
302
+ * Free Removed: Bundled translations. Will be now come from https://translate.wordpress.org/projects/wp-plugins/backwpup
303
+ * Pro Updated: Google SDK to Version 1.1.4
304
+
305
+ = Version 3.2.0 =
306
+ * Fixed: Sugarsync SSL message
307
+ * Fixed: Job hang in some configurations
308
+ * Fixed: RSS Feed in Dashboard
309
+ * Added: EasyCron API to schedule job starts
310
+ * Added: Message if job has not configured destinations
311
+ * Added: Setting for log level and minimize log for normal output
312
+ * Added: Email logfile to more than one receiver
313
+ * Added: Creation of web.config for IIS Webserver
314
+ * Added: Allow relative path to WP_CONTENT_DIR for logs and backups
315
+ * Added: Prefer plugin translation loading from WP_LANG_DIR
316
+ * Added: Option to move WordPress installation folder one folder up
317
+ * Added: Ordering options for jobs page
318
+ * Added: Added Google storage Bucket regions
319
+ * Improved: Archive size check depends on PHP_INT_MAX
320
+ * Improved: Excessive transient writes with job start urls
321
+ * Improved: Authorisation settings for wp-cron.php
322
+ * Improved: Folder checking with open basedir check
323
+ * Improved: WP-CLI outputs
324
+ * Improved: Role management. Administrators always have BackWPup capabilities
325
+ * Improved: Unix Signals handling to caching more
326
+ * Improved: fcgi handling to prevent signal 15 errors (thanks to siteground.com)
327
+ * Updated: AWS SDK to Version 2.7.7 (PHP 5.3.3+)
328
+ * Updated: MSAZURE SDK to Version 0.4.0-dev
329
+ * Updated: Translations from http://translate.marketpress.com/
330
+ * Removed: Server script file generation, please use WP-CLI
331
+ * Fixed: Notice if BuddyPress is active
332
+ * Fixed: VIEW generation on Database backups
333
+ * PRO Fixed: Authentication for GDrive
334
+ * PRO Fixed: Synchronisation with GDrive
335
+
336
+ = Version 3.1.4 =
337
+ * Fixed: removing of % from filename
338
+ * Fixed: Notice in combination with bbPress
339
+ * Fixed: Zip Archive "Entry has been deleted" messages
340
+ * Improved: WP-CLI output a bit
341
+
342
+ = Version 3.1.3 =
343
+ * Fixed: var_export not working if output buffering active
344
+ * Fixed: bug in sending test emails on Backup with email
345
+ * Fixed: backup archives not deleted if archive name has spaces
346
+ * Fixed: bug in tar file name length detecting
347
+ * Fixed: bug in not displaying abort message
348
+ * Fixed: abort of S3 uploads from other running backups
349
+ * Changed: Maximum backup archive size is now 2GB (some filesystems do not support larger files, split the job if you need more)
350
+ * Changed: WordPress Export will now done by a own class
351
+ * Changed: Dropbox now uses oAuth 2 Protocol
352
+ * Changed: Dropbox change to TLS Protocol
353
+ * Changed: Logs have now a br tag on line end for better reading in emails
354
+ * Improved: Dropbox chipper list not on NSS cUrl backend
355
+ * Improved: Increased performance on Zip File generation massively
356
+ * Improved: Backup archives now deleted to if the archive format changed
357
+ * Improved: Archive tarring and its compression
358
+ * Improved: Loading of Swift Mailer
359
+ * Added: GreenQloud to S3 services
360
+ * Added: Amazon Germany region to S3 and Glacier services
361
+ * Removed: Hosteurope from S3 services (terminated to end of 2014)
362
+ * Updated: SwiftMailer to Version 5.2.0
363
+ * Updated: AWS SDK to Version 2.7.3 (PHP 5.3.3+)
364
+ * Updated: RSC SDK to Version 1.9.2
365
+ * Updated: MSAZURE SDK to Version 0.4.0
366
+ * Updated: PEAR packeges for MSAZURE
367
+ * PRO: Added: Option to use database backup with mysqli/mysqldump (not longer automatic)
368
+ * PRO: Added: Option in GDrive destination to delete files permanently
369
+ * PRO: Updated: Google SDK to 1.1.1
370
+
371
+ = Version 3.1.2 =
372
+ * Added: .donotbackup file. Folders and sub folders containing this file in will not be included in backups.
373
+ * Fixed: New multisite installs did not save jobs.
374
+ * Fixed: New multisite installs did not save installed version.
375
+ * Fixed: Fatal error when attempting to clean up inactive jobs from cron
376
+ * Fixed: Exclude uploads not working
377
+ * Fixed: Message "file not readable" of an excluded folder
378
+ * Fixed: WP-CLI deprecated and unknown parameter message
379
+ * Fixed: Bugs in pagination on logs and backups page
380
+ * Removed: Banner from plugins page
381
+ * Improved: Memory usage during XML export
382
+ * Improved: Mime type detection
383
+ * Improved: Dropbox SSL handling
384
+ * Improved: Certificate bundle file can now be filtered
385
+ * Improved: Auto-loading vendor classes
386
+ * Improved: Performance when saving other database tables than MyISAM
387
+ * Updated: AWS SDK to Version 2.5.2 (PHP 5.3.3+)
388
+ * Updated: RSC SDK to Version 1.9.1
389
+ * Updated: Guzzle SDK to Version 3.8.1
390
+ * Added: S3 Service: Amazon China (Beijing) region
391
+ * Added: Rackspace: Hong Kong (HKG) region
392
+ * PRO: Fixed: Duplicating synced files on S3
393
+ * PRO: Update: Google SDK to 0.6.7
394
+ * PRO: Added: Amazon Glacier China (Beijing) region
395
+
396
+ = Version 3.1.1 =
397
+ * Fixed: Plugins will not backup
398
+ * Improved: Dropped quota check for Dropbox. Will cancel upload only when Dropbox API sends error 507.
399
+ * Improved: Remove special chars from file names in archives
400
+ * Improved: Handling off restarts on archive creation
401
+
402
+ = Version 3.1 =
403
+ * Fixed: Message about aborted step did not display correctly
404
+ * Fixed: Incorrect rescheduling of jobs
405
+ * Improved: Overall performance while generating backup archives
406
+ * Improved: Uploads of backup archives to FTP/S3/Dropbox/Azure/GDrive can be continued
407
+ * Improved: Script re-starts based upon time while generating archives and uploading
408
+ * Improved: Reduced risk of running scripts being stopped via external processes in fcgi mode
409
+ * Improved: Backup destinations and their dependencies only being loaded when needed
410
+ * Improved: Required dependencies for destinations being displayed now
411
+ * Improved: Displaying of error messages as error messages (red, not yellow)
412
+ * Improved: Reduced size of vendor/SDK directory by 50%
413
+ * Improved: Regex for BackWPup archive file detection
414
+ * Improved: Symlink handling for file backup on WordPress folders
415
+ * Improved: Use icon font for menu, adminbar and on other places
416
+ * Improved: Responsive for WordPress 3.8
417
+ * Updated: AWS SDK to Version 2.4.11 (PHP 5.3.3+)
418
+ * Updated: RSC SDK to Version 1.7.3
419
+ * Updated: SwiftMailer to Version 5.0.1
420
+ * Removed: DB Optimization, because locking of tables that can make the site not accessible
421
+ * PRO: Wizards using a separate session handling now
422
+ * PRO: Hash that BackWPup uses is changeable
423
+ * PRO: Added Google Drive Support
424
+ * PRO: Added Amazon Glacier Support
425
+
426
+ = Version 3.0.13 =
427
+ * Improved: Redirect when accessing the WordPress backend
428
+ * Added: Debug Informations to Logfile
429
+ * Added Sydney region for rackspace cloud
430
+ * Added London region for rackspace cloud
431
+ * Fixed: Cross-site scripting issue. Thanks to High-Tech Bridge for helping us: https://www.htbridge.com/advisory/HTB23161
432
+ * Fixed: Fatal error when uninstalling on WordPress 3.4.2 and older
433
+
434
+ = Version 3.0.12 =
435
+ * Fixed: Redirect when accessing the WordPress backend
436
+ * Added: Russian translation
437
+ * Added: Simplified chinese translation
438
+ * Fixed: German log string typo
439
+
440
+ = Version 3.0.11 =
441
+ * Improved: About page will only be shown after install
442
+ * Updated: AWS SDK to Version 2.3.1 (PHP 5.3.3+)
443
+ * Fixed: some notices and warnings
444
+ * Fixed: Change of BackWPup role for other users
445
+ * Added: Message for Pro version to support plugin
446
+
447
+ = Version 3.0.10 =
448
+ * Fixed only Version on WordPress.org because of SVN upload problems with Symfony folder from AWS
449
+
450
+ = Version 3.0.9 =
451
+ * Fixed: Fixed bug in Dropbox temp file fallback
452
+ * Fixed: Not working if WP-Cron Control active
453
+ * PRO Fixed: Synchronisation of files to Dropbox
454
+ * PRO Changed: About page only displays on new installation not on updates
455
+ * Added: Sending auth cookie for self requests
456
+ * Added: Displaying off last error or waring in execution screen
457
+ * Added: Job end message depending on error's or waring's
458
+ * Added: Setting of BackWPup role in the user settings
459
+ * Improved: Wait time after job start
460
+ * Improved: Rights management to work better with Role management Plugins
461
+ * Changed: Sessions now only used for wizards in pro version
462
+ * Removed: Maintenance Mode support, because to many problems and not really needed
463
+ * Updated: RSC SDK to Version 1.5.4
464
+ * Updated: AWS SDK to Version 1.6.2
465
+ * Updated: AWS SDK to Version 2.3.0 (PHP 5.3.3+)
466
+
467
+ = Version 3.0.8 =
468
+ * Fixed: Selected database tables not save on tab change
469
+ * Fixed: Database tables selection on new job
470
+ * Fixed: adding empty folder names tow archive
471
+ * Improved/Fixed: Dropbox Authentication
472
+
473
+ = Version 3.0.7 =
474
+ * Improved: All job requests will done over wp-cron.php now
475
+ * Improved: Ajax calls if blog in maintenance mode
476
+ * Improved: Getting of DB_CHARSET
477
+ * Improved: FTP file deletion
478
+ * Improved: Dropbox authentication (If restrict to job settings page not work you can open the settings page manually again to authenticate)
479
+ * Fixed: No maintenance mode, if a maintenance mode already active
480
+ * Fixed: Archive file deletion
481
+ * Updated: AWS SDK to Version 2.2.1 (PHP 5.3.3+)
482
+
483
+ = Version 3.0.6 =
484
+ * Fixed: Massages on empty DB prefix
485
+ * Fixed: Bug in cron calculation
486
+ * Improved: Dropbox upload so that it can continuing on next try
487
+
488
+ = Version 3.0.5 =
489
+ * Changed: Display only normal messages on progress bars
490
+ * Changed: Detection of multisite blog upload folder
491
+ * Changed: Backups list for destination file will not cached.
492
+ * Changed: Reduced files of AWS SDK to the only needed.
493
+ * Fixed: Side load braking if no folder permissions
494
+ * Fixed: Multiple backups deletion on backups page not working
495
+ * Fixed: DB optimize and check not only use WP tables if selected
496
+ * Fixed: File deletion on Dropbox if folder name has a space
497
+ * Fixed: False scheduling time in some timezones
498
+ * Removed: Option for excluding file, cache, temp folders. Can done with file/folder exclusion too.
499
+ * Added: Option to restart the job on archive creation if a size of files reached
500
+ * Added: Option to set Zip method (PclZip or ZipArchive)
501
+ * Improved: Performance if PclZip used.
502
+ * Updated: AWS SDK to Version 1.6.1
503
+ * Updated: AWS SDK to Version 2.2.0 (PHP 5.3.3+)
504
+
505
+ = Version 3.0.4 =
506
+ * Changed: default settings for 'Restart on every main step' and 'Reduce server load' to disabled
507
+ * Fixed: Settings not correctly set to default
508
+ * Fixed: mysqli::get_charset() undefined method
509
+ * Fixed: Settings not saved correctly
510
+ * Fixed: Abort on MySQL Functions Backup
511
+ * Improved: MySQLi connection
512
+ * Added: Server connection test on run now.
513
+ * Added: S3 AWS SDK 1.6.0 for PHP lower than 5.3.3
514
+
515
+ = Version 3.0.3 =
516
+ * Improved: Archive creation performance
517
+ * Fixed: Problem with S3 Prefix
518
+ * Fixed: warnings on excluded folders
519
+ * Fixed: message from putenv
520
+ * Fixed: not working downloads
521
+ * Changed: removed fancybox and uses thickbox because plugin compatibility
522
+ * Added: folder checking on run now
523
+
524
+ = Version 3.0.2 =
525
+ * Fixed: Warnings on job edit tab files
526
+ * Fixed: folder name on temp cleanup in cron
527
+ * Fixed: Setting charset on sql backup
528
+ * Fixed: DB Connection on database backup if hostname has a port
529
+ * Fixed: Call undefined function apc_clear_cache()
530
+ * Fixed: wp-content selected folders not excluded
531
+ * Added: Deactivation off multi part upload for S3 Services
532
+ * Added: fallback for mysql_ping()
533
+ * Added: Options for email senders name
534
+ * Changed: 5 minutes cron steps back
535
+ * Removed: Flashing admin bar icon
536
+ * Updated: OpenCloud API to Version 1.4.1
537
+
538
+ = Version 3.0 =
539
+ * Added: Jobs can now be started with an external link or per command line
540
+ * Added: Backups can now be compressed with gz or bzip2
541
+ * Added: All file names can now be adjusted
542
+ * Added: MySQL dump supports now views
543
+ * Added: Settings for access control per capability and role
544
+ * Added: Save a list of installed Plugins
545
+ * Added: Support for WP-CLI
546
+ * Improved: Job edit page with tabs
547
+ * Improved: Settings page with tabs
548
+ * Improved: Database dump now uses mysqli PHP extension for better performance
549
+ * Improved: ZIP archives are now created with PHP Zip if available
550
+ * Improved: All passwords are now stored encrypted in database
551
+ * Improved: wp-cron job start mechanism
552
+ * Improved: Job start mechanism not longer uses URL in plugin directory
553
+ * Improved: Use `temp` directory in uploads or set it with `WP_TEMP_DIR`
554
+ * Changed: Mailing backup archives now with SwiftMailer
555
+ * Changed: Job process now back in the WordPress environment
556
+ * Changed: License changed to GPLv3
557
+ * Changed: Rewrote almost the complete code base to use classes with auto-loading
558
+ * Changed: Logs are now displayed with fancybox
559
+ * Updated: AWS SDK v2.1.2 (PHP 5.3.3)
560
+ * Updated: OpenCloud SDK to v1.3 (PHP 5.3)
561
+ * Updated: Windows Azure SDK v0.3.1_2011-08 (PHP 5.3.2)
562
+ * Removed: serialized job export
563
+ * Removed: tools section - not needed anymore
564
+ * Removed: Dashboard widgets are now on the BackWPup plugin dashboard
565
+ * Fixed: many, many minor bugs
566
+
567
+ = Version 3.0 Pro =
568
+
569
+ * Wizards
570
+ * Export jobs and settings as XML
571
+ * Synchronization of files to backup with destination (filename and size checked)
572
+ * Wizard to import jobs and settings from XML
573
+ * Database dump can backup other MySQL databases
574
+ * Database dump can use `mysqldump` command on commend line
575
+ * Database dump can create XML files (phpMyAdmin schema)
576
+ * Use your own API keys for Dropbox and SugarSync
577
+ * Premium Support
578
+ * Automatic updates
inc/class-autoload.php DELETED
@@ -1,78 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * Class BackWPup_Autoloader
5
- */
6
- class BackWPup_Autoload {
7
-
8
- /**
9
- * Base Directory for classes
10
- *
11
- * @var string The base directory where looking for classes.
12
- */
13
- private $base_dir;
14
-
15
- /**
16
- * Base Directory for Pro classes
17
- *
18
- * @var string The base directory for pro classes.
19
- */
20
- private $base_pro_dir;
21
-
22
- /**
23
- * BackWPup_Autoload constructor
24
- */
25
- public function __construct() {
26
-
27
- $this->base_dir = dirname( __DIR__ ) . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR;
28
- $this->base_pro_dir = $this->base_dir . DIRECTORY_SEPARATOR . 'Pro' . DIRECTORY_SEPARATOR;
29
- }
30
-
31
- /**
32
- * Plugin Autoloader
33
- *
34
- * Include not existing classes automatically
35
- *
36
- * @param string $class Class to load from file.
37
- *
38
- * @return void
39
- */
40
- public function autoloader( $class ) {
41
-
42
- // Not a backwpup class.
43
- if ( false === strstr( strtolower( $class ), 'backwpup_' ) ) {
44
- return;
45
- }
46
-
47
- $dir = $this->base_dir;
48
- $class_file_name = $this->convert_classname_to_filename( $class );
49
-
50
- // Pro class request.
51
- if ( false !== strstr( strtolower( $class ), 'backwpup_pro' ) ) {
52
- $dir = $this->base_pro_dir;
53
- $class_file_name = str_replace( 'pro-', '', $class_file_name );
54
- }
55
-
56
- if ( ! file_exists( $dir . $class_file_name ) ) {
57
- // Class file found.
58
- return;
59
- }
60
-
61
- require_once $dir . $class_file_name;
62
- }
63
-
64
- /**
65
- * Convert Class name to file name
66
- *
67
- * @param string $class The class name.
68
- *
69
- * @return string the filename created from the class
70
- */
71
- private function convert_classname_to_filename( $class ) {
72
-
73
- return 'class-' . str_replace( array( 'backwpup_', '_' ), array(
74
- '',
75
- '-',
76
- ), strtolower( $class ) ) . '.php';
77
- }
78
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/class-destination-dropbox-api.php CHANGED
@@ -757,7 +757,7 @@ final class BackWPup_Destination_Dropbox_API {
757
  $message,
758
  $code,
759
  null,
760
- isset( $output['error'] ) ? $output['error'] : null
761
  );
762
  } else {
763
  curl_close( $ch );
757
  $message,
758
  $code,
759
  null,
760
+ isset($output['error']) ? $output['error'] : ['.tag' => 'other']
761
  );
762
  } else {
763
  curl_close( $ch );
inc/class-destination-msazure-downloader.php ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ use Inpsyde\BackWPup\MsAzureDestinationConfiguration;
4
+ use Inpsyde\BackWPupShared\File\MimeTypeExtractor;
5
+ use MicrosoftAzure\Storage\Blob\Models\GetBlobOptions;
6
+ use MicrosoftAzure\Storage\Common\Models\Range;
7
+ use MicrosoftAzure\Storage\Blob\BlobRestProxy;
8
+
9
+ class BackWPup_Destination_MSAzure_Downloader implements BackWPup_Destination_Downloader_Interface
10
+ {
11
+ /**
12
+ * @var BackWpUp_Destination_Downloader_Data
13
+ */
14
+ private $data;
15
+
16
+ /**
17
+ * @var resource
18
+ */
19
+ private $local_file_handler;
20
+
21
+ /**
22
+ * @param BackWpUp_Destination_Downloader_Data $data
23
+ */
24
+ public function __construct(BackWpUp_Destination_Downloader_Data $data)
25
+ {
26
+ $this->data = $data;
27
+ }
28
+
29
+ /**
30
+ * @inheritDoc
31
+ */
32
+ public function download_chunk($start_byte, $end_byte)
33
+ {
34
+ $option = new GetBlobOptions();
35
+ $range = new Range($start_byte, $end_byte);
36
+ $option->setRange($range);
37
+
38
+ $client = $this->getBlobClient();
39
+
40
+ $blob = $client->getBlob(
41
+ BackWPup_Option::get(
42
+ $this->data->job_id(),
43
+ MsAzureDestinationConfiguration::MSAZURE_CONTAINER
44
+ ),
45
+ $this->data->source_file_path(),
46
+ $option
47
+ );
48
+
49
+ if ($blob->getProperties()->getContentLength() === 0) {
50
+ throw new RuntimeException(
51
+ __('Could not write data to file. Empty source file.', 'backwpup')
52
+ );
53
+ }
54
+
55
+ $this->setLocalFileHandler($start_byte);
56
+
57
+ $bytes = (int)fwrite($this->local_file_handler, stream_get_contents($blob->getContentStream()));
58
+ if ($bytes === 0) {
59
+ throw new RuntimeException(
60
+ sprintf(__('Could not write data to file %s.', 'backwpup'), $this->data->source_file_path())
61
+ );
62
+ }
63
+ }
64
+
65
+ /**
66
+ * @inheritDoc
67
+ */
68
+ public function calculate_size()
69
+ {
70
+ $client = $this->getBlobClient();
71
+
72
+ $blob = $client->getBlob(
73
+ BackWPup_Option::get(
74
+ $this->data->job_id(),
75
+ MsAzureDestinationConfiguration::MSAZURE_CONTAINER
76
+ ),
77
+ $this->data->source_file_path()
78
+ );
79
+
80
+ return $blob->getProperties()->getContentLength();
81
+ }
82
+
83
+ /**
84
+ * Sets local_file_handler property by opening the current chunk of the resource.
85
+ * @param int $start_byte
86
+ * @throws RuntimeException
87
+ */
88
+ private function setLocalFileHandler($start_byte)
89
+ {
90
+ if (is_resource($this->local_file_handler)) {
91
+ return;
92
+ }
93
+
94
+ $this->local_file_handler = fopen(
95
+ $this->data->local_file_path(),
96
+ $start_byte == 0 ? 'wb' : 'ab'
97
+ );
98
+
99
+ if (!is_resource($this->local_file_handler)) {
100
+ throw new RuntimeException(__('File could not be opened for writing.', 'backwpup'));
101
+ }
102
+ }
103
+
104
+ /**
105
+ * Retrieves the service used to access the blob.
106
+ * @return BlobRestProxy
107
+ */
108
+ private function getBlobClient()
109
+ {
110
+ $destination = new BackWPup_Destination_MSAzure();
111
+
112
+ return $destination->createBlobClient(
113
+ BackWPup_Option::get(
114
+ $this->data->job_id(),
115
+ MsAzureDestinationConfiguration::MSAZURE_ACCNAME
116
+ ),
117
+ BackWPup_Encryption::decrypt(
118
+ BackWPup_Option::get(
119
+ $this->data->job_id(),
120
+ MsAzureDestinationConfiguration::MSAZURE_KEY
121
+ )
122
+ )
123
+ );
124
+ }
125
+ }
inc/class-destination-msazure.php CHANGED
@@ -1,24 +1,29 @@
1
  <?php
2
- // Windows Azure SDK v0.4.1
3
- // http://www.windowsazure.com/en-us/develop/php/
4
- // https://github.com/WindowsAzure/azure-sdk-for-php
5
 
6
- use \Inpsyde\BackWPupShared\File\MimeTypeExtractor;
 
 
 
 
7
 
8
  /**
9
  * Documentation: http://www.windowsazure.com/en-us/develop/php/how-to-guides/blob-service/
10
  */
11
  class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
12
 
13
- /**
 
 
 
 
 
14
  * @return array
15
  */
16
  public function option_defaults() {
17
 
18
- return array( 'msazureaccname' => '', 'msazurekey' => '', 'msazurecontainer' => '', 'msazuredir' => trailingslashit( sanitize_file_name( get_bloginfo( 'name' ) ) ), 'msazuremaxbackups' => 15, 'msazuresyncnodelete' => TRUE );
19
  }
20
 
21
-
22
  /**
23
  * @param $jobid
24
  */
@@ -31,14 +36,14 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
31
  <th scope="row"><label for="msazureaccname"><?php esc_html_e( 'Account name', 'backwpup' ); ?></label></th>
32
  <td>
33
  <input id="msazureaccname" name="msazureaccname" type="text"
34
- value="<?php echo esc_attr( BackWPup_Option::get( $jobid, 'msazureaccname' ) );?>" class="regular-text" autocomplete="off" />
35
  </td>
36
  </tr>
37
  <tr>
38
  <th scope="row"><label for="msazurekey"><?php esc_html_e( 'Access key', 'backwpup' ); ?></label></th>
39
  <td>
40
  <input id="msazurekey" name="msazurekey" type="password"
41
- value="<?php echo esc_attr( BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'msazurekey' ) ) );?>" class="regular-text" autocomplete="off" />
42
  </td>
43
  </tr>
44
  </table>
@@ -49,18 +54,18 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
49
  <tr>
50
  <th scope="row"><label for="msazurecontainerselected"><?php esc_html_e( 'Container selection', 'backwpup' ); ?></label></th>
51
  <td>
52
- <input id="msazurecontainerselected" name="msazurecontainerselected" type="hidden" value="<?php echo esc_attr( BackWPup_Option::get( $jobid, 'msazurecontainer' ) );?>" />
53
- <?php if ( BackWPup_Option::get( $jobid, 'msazureaccname' ) && BackWPup_Option::get( $jobid, 'msazurekey' ) ) $this->edit_ajax( array(
54
- 'msazureaccname' => BackWPup_Option::get( $jobid, 'msazureaccname' ),
55
- 'msazurekey' => BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'msazurekey' ) ),
56
- 'msazureselected' => BackWPup_Option::get( $jobid, 'msazurecontainer' )
57
  ) ); ?>
58
  </td>
59
  </tr>
60
  <tr>
61
  <th scope="row"><label for="newmsazurecontainer"><?php esc_html_e( 'Create a new container', 'backwpup' ); ?></label></th>
62
  <td>
63
- <input id="newmsazurecontainer" name="newmsazurecontainer" type="text" value="" class="small-text" autocomplete="off" />
64
  </td>
65
  </tr>
66
  </table>
@@ -71,7 +76,9 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
71
  <tr>
72
  <th scope="row"><label for="idmsazuredir"><?php esc_html_e( 'Folder in container', 'backwpup' ); ?></label></th>
73
  <td>
74
- <input id="idmsazuredir" name="msazuredir" type="text" value="<?php echo esc_attr( BackWPup_Option::get( $jobid, 'msazuredir' ) ); ?>" class="regular-text" />
 
 
75
  </td>
76
  </tr>
77
  <tr>
@@ -81,13 +88,17 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
81
  if ( BackWPup_Option::get( $jobid, 'backuptype' ) === 'archive' ) {
82
  ?>
83
  <label for="idmsazuremaxbackups">
84
- <input id="idmsazuremaxbackups" name="msazuremaxbackups" type="number" min="0" step="1" value="<?php echo esc_attr( BackWPup_Option::get( $jobid, 'msazuremaxbackups' ) ); ?>" class="small-text" />
 
 
85
  &nbsp;<?php esc_html_e( 'Number of files to keep in folder.', 'backwpup' ); ?>
86
  </label>
87
  <p><?php _e( '<strong>Warning</strong>: Files belonging to this job are now tracked. Old backup archives which are untracked will not be automatically deleted.', 'backwpup' ) ?></p>
88
  <?php } else { ?>
89
  <label for="idmsazuresyncnodelete">
90
- <input class="checkbox" value="1" type="checkbox" <?php checked( BackWPup_Option::get( $jobid, 'msazuresyncnodelete' ), true ); ?> name="msazuresyncnodelete" id="idmsazuresyncnodelete" />
 
 
91
  &nbsp;<?php esc_html_e( 'Do not delete files while syncing to destination!', 'backwpup' ); ?>
92
  </label>
93
  <?php } ?>
@@ -97,43 +108,82 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
97
  <?php
98
  }
99
 
100
-
101
- /**
102
- * @param $jobid
103
- * @return string
104
- */
105
  public function edit_form_post_save( $jobid ) {
106
 
107
- BackWPup_Option::update( $jobid, 'msazureaccname', sanitize_text_field( $_POST[ 'msazureaccname' ] ) );
108
- BackWPup_Option::update( $jobid, 'msazurekey', sanitize_text_field( $_POST[ 'msazurekey' ] ) );
109
- BackWPup_Option::update( $jobid, 'msazurecontainer', sanitize_text_field( $_POST[ 'msazurecontainer' ] ) );
110
-
111
- $_POST[ 'msazuredir' ] = trailingslashit( str_replace( '//', '/', str_replace( '\\', '/', trim( sanitize_text_field( $_POST[ 'msazuredir' ] ) ) ) ) );
112
- if ( substr( $_POST[ 'msazuredir' ], 0, 1 ) == '/' )
113
- $_POST[ 'msazuredir' ] = substr( $_POST[ 'msazuredir' ], 1 );
114
- if ( $_POST[ 'msazuredir' ] == '/' )
115
- $_POST[ 'msazuredir' ] = '';
116
- BackWPup_Option::update( $jobid, 'msazuredir', $_POST[ 'msazuredir' ] );
117
-
118
- BackWPup_Option::update( $jobid, 'msazuremaxbackups', ! empty( $_POST[ 'msazuremaxbackups' ] ) ? absint( $_POST[ 'msazuremaxbackups' ] ) : 0 );
119
- BackWPup_Option::update( $jobid, 'msazuresyncnodelete', ! empty( $_POST[ 'msazuresyncnodelete' ] ) );
120
-
121
- //create a new container
122
- if ( ! empty( $_POST[ 'newmsazurecontainer' ] ) && ! empty( $_POST[ 'msazureaccname' ] ) && ! empty( $_POST[ 'msazurekey' ] ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  try {
124
- $blobRestProxy = WindowsAzure\Common\ServicesBuilder::getInstance()->createBlobService( 'DefaultEndpointsProtocol=https;AccountName=' . sanitize_text_field( $_POST[ 'msazureaccname' ] ) . ';AccountKey=' . sanitize_text_field( $_POST[ 'msazurekey' ] ) );
125
- $container_options = new WindowsAzure\Blob\Models\CreateContainerOptions();
126
- $container_options->setPublicAccess( WindowsAzure\Blob\Models\PublicAccessType::NONE );
127
- $blobRestProxy->createContainer( $_POST[ 'newmsazurecontainer' ], $container_options );
128
- BackWPup_Option::update( $jobid, 'msazurecontainer', sanitize_text_field( $_POST[ 'newmsazurecontainer' ] ) );
129
- BackWPup_Admin::message( sprintf( __( 'MS Azure container "%s" created.', 'backwpup' ), esc_html( sanitize_text_field( $_POST[ 'newmsazurecontainer' ] ) ) ) );
130
- }
131
- catch ( Exception $e ) {
 
 
 
 
132
  BackWPup_Admin::message( sprintf( __( 'MS Azure container create: %s', 'backwpup' ), $e->getMessage() ), TRUE );
 
133
  }
134
- }
135
- }
136
 
 
 
 
 
 
 
 
137
 
138
  /**
139
  * @param $jobdest
@@ -144,11 +194,27 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
144
  $files = get_site_transient( 'backwpup_'. strtolower( $jobdest ) );
145
  list( $jobid, $dest ) = explode( '_', $jobdest );
146
 
147
- if ( BackWPup_Option::get( $jobid, 'msazureaccname' ) && BackWPup_Option::get( $jobid, 'msazurekey' ) && BackWPup_Option::get( $jobid, 'msazurecontainer' ) ) {
 
 
148
  try {
149
- $blobRestProxy = WindowsAzure\Common\ServicesBuilder::getInstance()->createBlobService( 'DefaultEndpointsProtocol=https;AccountName=' . BackWPup_Option::get( $jobid, 'msazureaccname' ) . ';AccountKey=' . BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'msazurekey' ) ) );
150
- $blobRestProxy->deleteBlob( BackWPup_Option::get( $jobid, 'msazurecontainer' ), $backupfile );
151
- //update file list
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  foreach ( $files as $key => $file ) {
153
  if ( is_array( $file ) && $file[ 'file' ] == $backupfile )
154
  unset( $files[ $key ] );
@@ -162,35 +228,6 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
162
  set_site_transient( 'backwpup_' . strtolower( $jobdest ), $files, YEAR_IN_SECONDS );
163
  }
164
 
165
- /**
166
- * @param $jobid
167
- * @param $get_file
168
- * @param $local_file_path
169
- */
170
- public function file_download( $jobid, $get_file, $local_file_path = null ) {
171
- try {
172
- $blobRestProxy = WindowsAzure\Common\ServicesBuilder::getInstance()->createBlobService( 'DefaultEndpointsProtocol=https;AccountName=' . BackWPup_Option::get( $jobid, 'msazureaccname' ) . ';AccountKey=' . BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'msazurekey' ) ) );
173
- $blob = $blobRestProxy->getBlob( BackWPup_Option::get( $jobid, 'msazurecontainer' ), $get_file );
174
- if ( $level = ob_get_level() ) {
175
- for ( $i = 0; $i < $level; $i ++ ) {
176
- ob_end_clean();
177
- }
178
- }
179
- @set_time_limit( 300 );
180
- nocache_headers();
181
- header( 'Content-Description: File Transfer' );
182
- header( 'Content-Type: ' . MimeTypeExtractor::fromFilePath( $get_file ) );
183
- header( 'Content-Disposition: attachment; filename="' . basename( $get_file ) . '"' );
184
- header( 'Content-Transfer-Encoding: binary' );
185
- header( 'Content-Length: ' . $blob->getProperties()->getContentLength() );
186
- fpassthru( $blob->getContentStream() );
187
- die();
188
- }
189
- catch ( Exception $e ) {
190
- die( $e->getMessage() );
191
- }
192
- }
193
-
194
  /**
195
  * @inheritdoc
196
  */
@@ -214,29 +251,30 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
214
  $job_object->log( sprintf( __( '%d. Try sending backup to a Microsoft Azure (Blob)&#160;&hellip;', 'backwpup' ), $job_object->steps_data[ $job_object->step_working ][ 'STEP_TRY' ] ), E_USER_NOTICE );
215
 
216
  try {
217
- /* @var $blobRestProxy WindowsAzure\Blob\BlobRestProxy */ //https causes an error SSL: Connection reset by peer that is why http
218
- $blobRestProxy = WindowsAzure\Common\ServicesBuilder::getInstance()->createBlobService('DefaultEndpointsProtocol=https;AccountName=' . $job_object->job[ 'msazureaccname' ] . ';AccountKey=' . BackWPup_Encryption::decrypt( $job_object->job[ 'msazurekey' ] ) );
219
-
 
220
 
221
  if ( $job_object->steps_data[ $job_object->step_working ]['SAVE_STEP_TRY'] != $job_object->steps_data[ $job_object->step_working ][ 'STEP_TRY' ] ) {
222
 
223
  //test vor existing container
224
- $containers = $blobRestProxy->listContainers()->getContainers();
225
 
226
  $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] = '';
227
  foreach( $containers as $container ) {
228
- if ( $container->getName() == $job_object->job[ 'msazurecontainer' ] ) {
229
  $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] = $container->getUrl();
230
  break;
231
  }
232
  }
233
 
234
  if ( ! $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] ) {
235
- $job_object->log( sprintf( __( 'MS Azure container "%s" does not exist!', 'backwpup'), $job_object->job[ 'msazurecontainer' ] ), E_USER_ERROR );
236
 
237
  return TRUE;
238
  } else {
239
- $job_object->log( sprintf( __( 'Connected to MS Azure container "%s".', 'backwpup'), $job_object->job[ 'msazurecontainer' ] ), E_USER_NOTICE );
240
  }
241
 
242
  $job_object->log( __( 'Starting upload to MS Azure&#160;&hellip;', 'backwpup' ), E_USER_NOTICE );
@@ -257,8 +295,15 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
257
  }
258
  $chunk_upload_start = microtime( TRUE );
259
  $block_count = count( $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ] ) + 1;
260
- $block_id = md5( $data ) . str_pad( $block_count, 6, "0", STR_PAD_LEFT );
261
- $blobRestProxy->createBlobBlock( $job_object->job[ 'msazurecontainer' ], $job_object->job[ 'msazuredir' ] . $job_object->backup_file, $block_id, $data );
 
 
 
 
 
 
 
262
  $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ][] = $block_id;
263
  $chunk_upload_time = microtime( TRUE ) - $chunk_upload_start;
264
  $job_object->substeps_done = $job_object->substeps_done + strlen( $data );
@@ -274,20 +319,20 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
274
  return FALSE;
275
  }
276
 
277
- //crate blog list
278
- $blocklist = new WindowsAzure\Blob\Models\BlockList();
279
- foreach( $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ] as $block_id ) {
280
  $blocklist->addUncommittedEntry( $block_id );
281
  }
282
  unset( $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ] );
283
 
284
  //Commit Blocks
285
- $blobRestProxy->commitBlobBlocks( $job_object->job[ 'msazurecontainer' ], $job_object->job[ 'msazuredir' ] . $job_object->backup_file, $blocklist->getEntries() );
286
 
287
  $job_object->substeps_done ++;
288
- $job_object->log( sprintf( __( 'Backup transferred to %s', 'backwpup' ), $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] . '/' . $job_object->job[ 'msazuredir' ] . $job_object->backup_file ), E_USER_NOTICE );
289
  if ( !empty( $job_object->job[ 'jobid' ] ) ) {
290
- BackWPup_Option::update( $job_object->job[ 'jobid' ] , 'lastbackupdownloadurl', network_admin_url( 'admin.php' ) . '?page=backwpupbackups&action=downloadmsazure&file=' . $job_object->job[ 'msazuredir' ] . $job_object->backup_file . '&jobid=' . $job_object->job[ 'jobid' ] );
291
  }
292
  }
293
  catch ( Exception $e ) {
@@ -306,9 +351,15 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
306
  $backupfilelist = array();
307
  $filecounter = 0;
308
  $files = array();
309
- $blob_options = new WindowsAzure\Blob\Models\ListBlobsOptions();
310
- $blob_options->setPrefix( $job_object->job[ 'msazuredir' ] );
311
- $blobs = $blobRestProxy->listBlobs( $job_object->job[ 'msazurecontainer' ], $blob_options )->getBlobs();
 
 
 
 
 
 
312
 
313
  if ( is_array( $blobs ) ) {
314
  foreach ( $blobs as $blob ) {
@@ -325,16 +376,16 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
325
  }
326
  }
327
  // Delete old backups
328
- if ( ! empty ($job_object->job[ 'msazuremaxbackups' ] ) && $job_object->job[ 'msazuremaxbackups' ] > 0 ) {
329
- if ( count( $backupfilelist ) > $job_object->job[ 'msazuremaxbackups' ] ) {
330
  ksort( $backupfilelist );
331
  $numdeltefiles = 0;
332
  while ( $file = array_shift( $backupfilelist ) ) {
333
- if ( count( $backupfilelist ) < $job_object->job[ 'msazuremaxbackups' ] )
334
  break;
335
- $blobRestProxy->deleteBlob( $job_object->job[ 'msazurecontainer' ], $job_object->job[ 'msazuredir' ] . $file );
336
  foreach ( $files as $key => $filedata ) {
337
- if ( $filedata[ 'file' ] == $job_object->job[ 'msazuredir' ] . $file )
338
  unset( $files[ $key ] );
339
  }
340
  $numdeltefiles ++;
@@ -363,13 +414,13 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
363
  */
364
  public function can_run( array $job_settings ) {
365
 
366
- if ( empty( $job_settings[ 'msazureaccname' ] ) )
367
  return FALSE;
368
 
369
- if ( empty( $job_settings[ 'msazurekey' ]) )
370
  return FALSE;
371
 
372
- if ( empty( $job_settings[ 'msazurecontainer' ] ) )
373
  return FALSE;
374
 
375
  return TRUE;
@@ -416,30 +467,51 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
416
  $error = '';
417
  $ajax = FALSE;
418
 
419
- if ( isset($_POST[ 'msazureaccname' ]) || isset($_POST[ 'msazurekey' ]) ) {
420
- if ( ! current_user_can( 'backwpup_jobs_edit' ) )
421
- wp_die( -1 );
422
- check_ajax_referer( 'backwpup_ajax_nonce' );
423
- $args[ 'msazureaccname' ] = sanitize_text_field( $_POST[ 'msazureaccname' ] );
424
- $args[ 'msazurekey' ] = sanitize_text_field( $_POST[ 'msazurekey' ] );
425
- $args[ 'msazureselected' ] = sanitize_text_field( $_POST[ 'msazureselected' ] );
426
- $ajax = TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
  }
428
  echo '<span id="msazurecontainererror" style="color:red;">';
429
 
430
- if ( ! empty( $args[ 'msazureaccname' ] ) && ! empty( $args[ 'msazurekey' ] ) ) {
431
  try {
432
- $blobRestProxy = WindowsAzure\Common\ServicesBuilder::getInstance()->createBlobService( 'DefaultEndpointsProtocol=https;AccountName=' . $args[ 'msazureaccname' ] . ';AccountKey=' . BackWPup_Encryption::decrypt( $args[ 'msazurekey' ] ) );
433
- $containers = $blobRestProxy->listContainers()->getContainers();
 
 
 
 
434
  }
435
  catch ( Exception $e ) {
436
  $error = $e->getMessage();
437
  }
438
  }
439
 
440
- if ( empty( $args[ 'msazureaccname' ] ) )
441
  _e( 'Missing account name!', 'backwpup' );
442
- elseif ( empty( $args[ 'msazurekey' ] ) )
443
  _e( 'Missing access key!', 'backwpup' );
444
  elseif ( ! empty( $error ) )
445
  echo esc_html( $error );
@@ -459,4 +531,171 @@ class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
459
  else
460
  return;
461
  }
462
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <?php
 
 
 
2
 
3
+ use Inpsyde\BackWPup\MsAzureDestinationConfiguration;
4
+ use MicrosoftAzure\Storage\Blob\BlobRestProxy;
5
+ use MicrosoftAzure\Storage\Blob\Models\Blob;
6
+ use MicrosoftAzure\Storage\Blob\Models\CreateContainerOptions;
7
+ use MicrosoftAzure\Storage\Blob\Models\PublicAccessType;
8
 
9
  /**
10
  * Documentation: http://www.windowsazure.com/en-us/develop/php/how-to-guides/blob-service/
11
  */
12
  class BackWPup_Destination_MSAzure extends BackWPup_Destinations {
13
 
14
+ const MSAZUREDIR = 'msazuredir';
15
+ const MSAZUREMAXBACKUPS = 'msazuremaxbackups';
16
+ const MSAZURESYNCNODELETE = 'msazuresyncnodelete';
17
+ const NEWMSAZURECONTAINER = 'newmsazurecontainer';
18
+
19
+ /**
20
  * @return array
21
  */
22
  public function option_defaults() {
23
 
24
+ return array( MsAzureDestinationConfiguration::MSAZURE_ACCNAME => '', MsAzureDestinationConfiguration::MSAZURE_KEY => '', MsAzureDestinationConfiguration::MSAZURE_CONTAINER => '', self::MSAZUREDIR => trailingslashit( sanitize_file_name( get_bloginfo( 'name' ) ) ), self::MSAZUREMAXBACKUPS => 15, self::MSAZURESYNCNODELETE => TRUE );
25
  }
26
 
 
27
  /**
28
  * @param $jobid
29
  */
36
  <th scope="row"><label for="msazureaccname"><?php esc_html_e( 'Account name', 'backwpup' ); ?></label></th>
37
  <td>
38
  <input id="msazureaccname" name="msazureaccname" type="text"
39
+ value="<?php echo esc_attr( BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_ACCNAME ) );?>" class="regular-text" autocomplete="off" />
40
  </td>
41
  </tr>
42
  <tr>
43
  <th scope="row"><label for="msazurekey"><?php esc_html_e( 'Access key', 'backwpup' ); ?></label></th>
44
  <td>
45
  <input id="msazurekey" name="msazurekey" type="password"
46
+ value="<?php echo esc_attr( BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_KEY ) ) );?>" class="regular-text" autocomplete="off" />
47
  </td>
48
  </tr>
49
  </table>
54
  <tr>
55
  <th scope="row"><label for="msazurecontainerselected"><?php esc_html_e( 'Container selection', 'backwpup' ); ?></label></th>
56
  <td>
57
+ <input id="msazurecontainerselected" name="msazurecontainerselected" type="hidden" value="<?php echo esc_attr( BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_CONTAINER ) );?>" />
58
+ <?php if ( BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_ACCNAME ) && BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_KEY ) ) $this->edit_ajax( array(
59
+ MsAzureDestinationConfiguration::MSAZURE_ACCNAME => BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_ACCNAME ),
60
+ MsAzureDestinationConfiguration::MSAZURE_KEY => BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_KEY ) ),
61
+ 'msazureselected' => BackWPup_Option::get( $jobid, MsAzureDestinationConfiguration::MSAZURE_CONTAINER )
62
  ) ); ?>
63
  </td>
64
  </tr>
65
  <tr>
66
  <th scope="row"><label for="newmsazurecontainer"><?php esc_html_e( 'Create a new container', 'backwpup' ); ?></label></th>
67
  <td>
68
+ <input id="newmsazurecontainer" name="newmsazurecontainer" type="text" value="" class="regular-text" autocomplete="off" />
69
  </td>
70
  </tr>
71
  </table>
76
  <tr>
77
  <th scope="row"><label for="idmsazuredir"><?php esc_html_e( 'Folder in container', 'backwpup' ); ?></label></th>
78
  <td>
79
+ <input id="idmsazuredir" name="msazuredir" type="text" value="<?php echo esc_attr( BackWPup_Option::get( $jobid,
80
+ self::MSAZUREDIR
81
+ ) ); ?>" class="regular-text" />
82
  </td>
83
  </tr>
84
  <tr>
88
  if ( BackWPup_Option::get( $jobid, 'backuptype' ) === 'archive' ) {
89
  ?>
90
  <label for="idmsazuremaxbackups">
91
+ <input id="idmsazuremaxbackups" name="msazuremaxbackups" type="number" min="0" step="1" value="<?php echo esc_attr( BackWPup_Option::get( $jobid,
92
+ self::MSAZUREMAXBACKUPS
93
+ ) ); ?>" class="small-text" />
94
  &nbsp;<?php esc_html_e( 'Number of files to keep in folder.', 'backwpup' ); ?>
95
  </label>
96
  <p><?php _e( '<strong>Warning</strong>: Files belonging to this job are now tracked. Old backup archives which are untracked will not be automatically deleted.', 'backwpup' ) ?></p>
97
  <?php } else { ?>
98
  <label for="idmsazuresyncnodelete">
99
+ <input class="checkbox" value="1" type="checkbox" <?php checked( BackWPup_Option::get( $jobid,
100
+ self::MSAZURESYNCNODELETE
101
+ ), true ); ?> name="msazuresyncnodelete" id="idmsazuresyncnodelete" />
102
  &nbsp;<?php esc_html_e( 'Do not delete files while syncing to destination!', 'backwpup' ); ?>
103
  </label>
104
  <?php } ?>
108
  <?php
109
  }
110
 
111
+ /**
112
+ * @param int $jobid
113
+ * @return void
114
+ */
 
115
  public function edit_form_post_save( $jobid ) {
116
 
117
+ try {
118
+ $msazureConfiguration = $this->msazureConfiguration();
119
+ } catch (\UnexpectedValueException $exception) {
120
+ BackWPup_Admin::message(__('Microsoft Azure Configuration: ', 'backwpup') . $exception->getMessage(), true);
121
+ return;
122
+ }
123
+
124
+ BackWPup_Option::update(
125
+ $jobid,
126
+ MsAzureDestinationConfiguration::MSAZURE_ACCNAME,
127
+ $msazureConfiguration->msazureaccname()
128
+ );
129
+ BackWPup_Option::update(
130
+ $jobid,
131
+ MsAzureDestinationConfiguration::MSAZURE_KEY,
132
+ $msazureConfiguration->msazurekey()
133
+ );
134
+ BackWPup_Option::update(
135
+ $jobid,
136
+ MsAzureDestinationConfiguration::MSAZURE_CONTAINER,
137
+ $msazureConfiguration->msazurecontainer()
138
+ );
139
+
140
+ $msazureDir = $this->msazureDir();
141
+
142
+ BackWPup_Option::update($jobid, self::MSAZUREDIR, $msazureDir);
143
+
144
+ BackWPup_Option::update(
145
+ $jobid,
146
+ self::MSAZUREMAXBACKUPS,
147
+ filter_input(INPUT_POST, self::MSAZUREMAXBACKUPS, FILTER_SANITIZE_NUMBER_INT) ?: 0
148
+ );
149
+
150
+ BackWPup_Option::update(
151
+ $jobid,
152
+ self::MSAZURESYNCNODELETE,
153
+ filter_input(INPUT_POST, self::MSAZURESYNCNODELETE, FILTER_SANITIZE_STRING) ?: ''
154
+ );
155
+
156
+ $newmsazurecontainer = filter_input(
157
+ INPUT_POST,
158
+ self::NEWMSAZURECONTAINER,
159
+ FILTER_SANITIZE_STRING
160
+ );
161
+
162
+ if ($newmsazurecontainer) {
163
  try {
164
+ $this->createContainer(
165
+ $newmsazurecontainer,
166
+ $msazureConfiguration
167
+ );
168
+
169
+ BackWPup_Admin::message(
170
+ sprintf(
171
+ __('MS Azure container "%s" created.', 'backwpup'),
172
+ esc_html(sanitize_text_field($newmsazurecontainer))
173
+ )
174
+ );
175
+ } catch ( Exception $e ) {
176
  BackWPup_Admin::message( sprintf( __( 'MS Azure container create: %s', 'backwpup' ), $e->getMessage() ), TRUE );
177
+ return;
178
  }
 
 
179
 
180
+ BackWPup_Option::update(
181
+ $jobid,
182
+ MsAzureDestinationConfiguration::MSAZURE_CONTAINER,
183
+ sanitize_text_field($newmsazurecontainer)
184
+ );
185
+ }
186
+ }
187
 
188
  /**
189
  * @param $jobdest
194
  $files = get_site_transient( 'backwpup_'. strtolower( $jobdest ) );
195
  list( $jobid, $dest ) = explode( '_', $jobdest );
196
 
197
+ if (BackWPup_Option::get($jobid, MsAzureDestinationConfiguration::MSAZURE_ACCNAME)
198
+ && BackWPup_Option::get($jobid, MsAzureDestinationConfiguration::MSAZURE_KEY)
199
+ && BackWPup_Option::get($jobid, MsAzureDestinationConfiguration::MSAZURE_CONTAINER)) {
200
  try {
201
+ $blobClient = $this->createBlobClient(
202
+ BackWPup_Option::get($jobid, MsAzureDestinationConfiguration::MSAZURE_ACCNAME),
203
+ BackWPup_Encryption::decrypt(
204
+ BackWPup_Option::get($jobid, MsAzureDestinationConfiguration::MSAZURE_KEY)
205
+ )
206
+ );
207
+
208
+ $this->deleteBlob(
209
+ $blobClient,
210
+ BackWPup_Option::get(
211
+ $jobid,
212
+ MsAzureDestinationConfiguration::MSAZURE_CONTAINER
213
+ ),
214
+ $backupfile
215
+ );
216
+
217
+ //update file list
218
  foreach ( $files as $key => $file ) {
219
  if ( is_array( $file ) && $file[ 'file' ] == $backupfile )
220
  unset( $files[ $key ] );
228
  set_site_transient( 'backwpup_' . strtolower( $jobdest ), $files, YEAR_IN_SECONDS );
229
  }
230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  /**
232
  * @inheritdoc
233
  */
251
  $job_object->log( sprintf( __( '%d. Try sending backup to a Microsoft Azure (Blob)&#160;&hellip;', 'backwpup' ), $job_object->steps_data[ $job_object->step_working ][ 'STEP_TRY' ] ), E_USER_NOTICE );
252
 
253
  try {
254
+ $blobRestProxy = $this->createBlobClient(
255
+ $job_object->job[MsAzureDestinationConfiguration::MSAZURE_ACCNAME],
256
+ BackWPup_Encryption::decrypt($job_object->job[MsAzureDestinationConfiguration::MSAZURE_KEY])
257
+ );
258
 
259
  if ( $job_object->steps_data[ $job_object->step_working ]['SAVE_STEP_TRY'] != $job_object->steps_data[ $job_object->step_working ][ 'STEP_TRY' ] ) {
260
 
261
  //test vor existing container
262
+ $containers = $this->getContainers($blobRestProxy);
263
 
264
  $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] = '';
265
  foreach( $containers as $container ) {
266
+ if ( $container->getName() == $job_object->job[ MsAzureDestinationConfiguration::MSAZURE_CONTAINER ] ) {
267
  $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] = $container->getUrl();
268
  break;
269
  }
270
  }
271
 
272
  if ( ! $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] ) {
273
+ $job_object->log( sprintf( __( 'MS Azure container "%s" does not exist!', 'backwpup'), $job_object->job[ MsAzureDestinationConfiguration::MSAZURE_CONTAINER ] ), E_USER_ERROR );
274
 
275
  return TRUE;
276
  } else {
277
+ $job_object->log( sprintf( __( 'Connected to MS Azure container "%s".', 'backwpup'), $job_object->job[ MsAzureDestinationConfiguration::MSAZURE_CONTAINER ] ), E_USER_NOTICE );
278
  }
279
 
280
  $job_object->log( __( 'Starting upload to MS Azure&#160;&hellip;', 'backwpup' ), E_USER_NOTICE );
295
  }
296
  $chunk_upload_start = microtime( TRUE );
297
  $block_count = count( $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ] ) + 1;
298
+ $block_id = base64_encode(str_pad($block_count, 6, "0", STR_PAD_LEFT));
299
+
300
+ $blobRestProxy->createBlobBlock(
301
+ $job_object->job[MsAzureDestinationConfiguration::MSAZURE_CONTAINER],
302
+ $job_object->job[self::MSAZUREDIR] . $job_object->backup_file,
303
+ $block_id,
304
+ $data
305
+ );
306
+
307
  $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ][] = $block_id;
308
  $chunk_upload_time = microtime( TRUE ) - $chunk_upload_start;
309
  $job_object->substeps_done = $job_object->substeps_done + strlen( $data );
319
  return FALSE;
320
  }
321
 
322
+ $blocklist = $this->createBlockList();
323
+
324
+ foreach( $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ] as $block_id ) {
325
  $blocklist->addUncommittedEntry( $block_id );
326
  }
327
  unset( $job_object->steps_data[ $job_object->step_working ][ 'BlockList' ] );
328
 
329
  //Commit Blocks
330
+ $blobRestProxy->commitBlobBlocks( $job_object->job[ MsAzureDestinationConfiguration::MSAZURE_CONTAINER ], $job_object->job[self::MSAZUREDIR] . $job_object->backup_file, $blocklist->getEntries() );
331
 
332
  $job_object->substeps_done ++;
333
+ $job_object->log( sprintf( __( 'Backup transferred to %s', 'backwpup' ), $job_object->steps_data[ $job_object->step_working ][ 'container_url' ] . '/' . $job_object->job[self::MSAZUREDIR] . $job_object->backup_file ), E_USER_NOTICE );
334
  if ( !empty( $job_object->job[ 'jobid' ] ) ) {
335
+ BackWPup_Option::update( $job_object->job[ 'jobid' ] , 'lastbackupdownloadurl', network_admin_url( 'admin.php' ) . '?page=backwpupbackups&action=downloadmsazure&file=' . $job_object->job[self::MSAZUREDIR] . $job_object->backup_file . '&jobid=' . $job_object->job[ 'jobid' ] );
336
  }
337
  }
338
  catch ( Exception $e ) {
351
  $backupfilelist = array();
352
  $filecounter = 0;
353
  $files = array();
354
+
355
+ $blob_options = $this->createListBlobsOptions();
356
+ $blob_options->setPrefix($job_object->job[self::MSAZUREDIR]);
357
+
358
+ $blobs = $this->getBlobs(
359
+ $blobRestProxy,
360
+ $job_object->job[MsAzureDestinationConfiguration::MSAZURE_CONTAINER],
361
+ $blob_options
362
+ );
363
 
364
  if ( is_array( $blobs ) ) {
365
  foreach ( $blobs as $blob ) {
376
  }
377
  }
378
  // Delete old backups
379
+ if ( ! empty ($job_object->job[self::MSAZUREMAXBACKUPS] ) && $job_object->job[self::MSAZUREMAXBACKUPS] > 0 ) {
380
+ if ( count( $backupfilelist ) > $job_object->job[self::MSAZUREMAXBACKUPS] ) {
381
  ksort( $backupfilelist );
382
  $numdeltefiles = 0;
383
  while ( $file = array_shift( $backupfilelist ) ) {
384
+ if ( count( $backupfilelist ) < $job_object->job[self::MSAZUREMAXBACKUPS] )
385
  break;
386
+ $blobRestProxy->deleteBlob( $job_object->job[ MsAzureDestinationConfiguration::MSAZURE_CONTAINER ], $job_object->job[self::MSAZUREDIR] . $file );
387
  foreach ( $files as $key => $filedata ) {
388
+ if ( $filedata[ 'file' ] == $job_object->job[self::MSAZUREDIR] . $file )
389
  unset( $files[ $key ] );
390
  }
391
  $numdeltefiles ++;
414
  */
415
  public function can_run( array $job_settings ) {
416
 
417
+ if ( empty( $job_settings[ MsAzureDestinationConfiguration::MSAZURE_ACCNAME ] ) )
418
  return FALSE;
419
 
420
+ if ( empty( $job_settings[ MsAzureDestinationConfiguration::MSAZURE_KEY ]) )
421
  return FALSE;
422
 
423
+ if ( empty( $job_settings[ MsAzureDestinationConfiguration::MSAZURE_CONTAINER ] ) )
424
  return FALSE;
425
 
426
  return TRUE;
467
  $error = '';
468
  $ajax = FALSE;
469
 
470
+ $msazureName = filter_input(
471
+ INPUT_POST,
472
+ MsAzureDestinationConfiguration::MSAZURE_ACCNAME,
473
+ FILTER_SANITIZE_STRING
474
+ ) ?: '';
475
+ $msazureKey = filter_input(
476
+ INPUT_POST,
477
+ MsAzureDestinationConfiguration::MSAZURE_KEY,
478
+ FILTER_SANITIZE_STRING
479
+ ) ?: '';
480
+ $msazureSelected = filter_input(
481
+ INPUT_POST,
482
+ 'msazureselected',
483
+ FILTER_SANITIZE_STRING
484
+ ) ?: '';
485
+
486
+ if ($msazureName || $msazureKey) {
487
+ if (!current_user_can('backwpup_jobs_edit')) {
488
+ wp_die(-1);
489
+ }
490
+ check_ajax_referer('backwpup_ajax_nonce');
491
+ $args[MsAzureDestinationConfiguration::MSAZURE_ACCNAME] = $msazureName;
492
+ $args[MsAzureDestinationConfiguration::MSAZURE_KEY] = $msazureKey;
493
+ $args['msazureselected'] = $msazureSelected;
494
+ $ajax = true;
495
  }
496
  echo '<span id="msazurecontainererror" style="color:red;">';
497
 
498
+ if ( ! empty( $args[ MsAzureDestinationConfiguration::MSAZURE_ACCNAME ] ) && ! empty( $args[ MsAzureDestinationConfiguration::MSAZURE_KEY ] ) ) {
499
  try {
500
+ $blobClient = $this->createBlobClient(
501
+ $args[MsAzureDestinationConfiguration::MSAZURE_ACCNAME],
502
+ BackWPup_Encryption::decrypt($args[MsAzureDestinationConfiguration::MSAZURE_KEY])
503
+ );
504
+
505
+ $containers = $blobClient->listContainers()->getContainers();
506
  }
507
  catch ( Exception $e ) {
508
  $error = $e->getMessage();
509
  }
510
  }
511
 
512
+ if ( empty( $args[ MsAzureDestinationConfiguration::MSAZURE_ACCNAME ] ) )
513
  _e( 'Missing account name!', 'backwpup' );
514
+ elseif ( empty( $args[ MsAzureDestinationConfiguration::MSAZURE_KEY ] ) )
515
  _e( 'Missing access key!', 'backwpup' );
516
  elseif ( ! empty( $error ) )
517
  echo esc_html( $error );
531
  else
532
  return;
533
  }
534
+
535
+ /**
536
+ * Creates the service used to access the blob.
537
+ * @param string $accountName
538
+ * @param string $accountKey
539
+ * @return BlobRestProxy
540
+ */
541
+ public function createBlobClient($accountName, $accountKey)
542
+ {
543
+ $connectionString = 'DefaultEndpointsProtocol=https;AccountName='
544
+ . $accountName . ';AccountKey=' . $accountKey;
545
+
546
+ return BlobRestProxy::createBlobService($connectionString);
547
+ }
548
+
549
+ /**
550
+ * @return MsAzureDestinationConfiguration
551
+ */
552
+ protected function msazureConfiguration()
553
+ {
554
+ $msazureaccname = filter_input(INPUT_POST, MsAzureDestinationConfiguration::MSAZURE_ACCNAME, FILTER_SANITIZE_STRING);
555
+ $msazurekey = filter_input(INPUT_POST, MsAzureDestinationConfiguration::MSAZURE_KEY, FILTER_SANITIZE_STRING);
556
+ $msazurecontainer = filter_input(
557
+ INPUT_POST,
558
+ MsAzureDestinationConfiguration::MSAZURE_CONTAINER,
559
+ FILTER_SANITIZE_STRING
560
+ );
561
+
562
+ return new MsAzureDestinationConfiguration(
563
+ $msazureaccname,
564
+ $msazurekey,
565
+ $msazurecontainer
566
+ );
567
+ }
568
+
569
+ /**
570
+ * @param string $name
571
+ * @param MsAzureDestinationConfiguration $configuration
572
+ */
573
+ protected function createContainer(
574
+ $name,
575
+ $configuration
576
+ ) {
577
+ $blobClient = $this->createBlobClient(
578
+ $configuration->msazureaccname(),
579
+ $configuration->msazurekey()
580
+ );
581
+
582
+ $createContainerOptions = $this->createContainerOptionsFactory();
583
+ $createContainerOptions->setPublicAccess(PublicAccessType::NONE);
584
+
585
+ $blobClient->createContainer(
586
+ $name,
587
+ $createContainerOptions
588
+ );
589
+ }
590
+
591
+ protected function createContainerOptionsFactory()
592
+ {
593
+ return new CreateContainerOptions();
594
+ }
595
+
596
+ /**
597
+ * @param BlobRestProxy $blobClient
598
+ * @param string $container
599
+ * @param string $backupfile
600
+ * @return void
601
+ */
602
+ protected function deleteBlob($blobClient, $container, $backupfile)
603
+ {
604
+ $blobClient->deleteBlob(
605
+ $container,
606
+ $backupfile
607
+ );
608
+ }
609
+
610
+ /**
611
+ * @param BlobRestProxy $blobClient
612
+ * @param string $container
613
+ * @param \MicrosoftAzure\Storage\Blob\Models\ListBlobsOptions $options
614
+ * @return Blob[]
615
+ */
616
+ protected function getBlobs($blobClient, $container, $options)
617
+ {
618
+ return $blobClient->listBlobs(
619
+ $container,
620
+ $options
621
+ )->getBlobs();
622
+ }
623
+
624
+ /**
625
+ * @param BlobRestProxy $blobClient
626
+ * @return \MicrosoftAzure\Storage\Blob\Models\Container[]
627
+ */
628
+ protected function getContainers($blobClient)
629
+ {
630
+ return $blobClient->listContainers()->getContainers();
631
+ }
632
+
633
+ /**
634
+ * @return \MicrosoftAzure\Storage\Blob\Models\BlockList
635
+ */
636
+ protected function createBlockList()
637
+ {
638
+ $blocklist = new MicrosoftAzure\Storage\Blob\Models\BlockList();
639
+
640
+ return $blocklist;
641
+ }
642
+
643
+ /**
644
+ * @return \MicrosoftAzure\Storage\Blob\Models\ListBlobsOptions
645
+ */
646
+ protected function createListBlobsOptions()
647
+ {
648
+ $blob_options = new MicrosoftAzure\Storage\Blob\Models\ListBlobsOptions();
649
+
650
+ return $blob_options;
651
+ }
652
+
653
+ /**
654
+ * @return false|string
655
+ */
656
+ protected function msazureDir()
657
+ {
658
+ $msazureDir = trailingslashit(
659
+ str_replace(
660
+ '//',
661
+ '/',
662
+ str_replace(
663
+ '\\',
664
+ '/',
665
+ trim(
666
+ filter_input(INPUT_POST, self::MSAZUREDIR, FILTER_SANITIZE_STRING) ?: ''
667
+ )
668
+ )
669
+ )
670
+ );
671
+
672
+ if (substr($msazureDir, 0, 1) == '/') {
673
+ $msazureDir = substr($msazureDir, 1);
674
+ }
675
+
676
+ if ($msazureDir == '/') {
677
+ $msazureDir = '';
678
+ }
679
+
680
+ return $msazureDir;
681
+ }
682
+
683
+ /**
684
+ * It extracts the job id from a job destination string.
685
+ * @param string $jobDestination String containing a job destination, ex. 1_SOME_DESTINATION.
686
+ * @return int
687
+ * @throws RuntimeException
688
+ */
689
+ protected function extractJobIdFromDestination($jobDestination)
690
+ {
691
+ $jobId = intval(substr($jobDestination, 0, strpos($jobDestination, '_', 1)));
692
+
693
+ if (!$jobId || $jobId === 0) {
694
+ throw new RuntimeException(
695
+ sprintf(__('Could not extract job id from destination %s.', 'backwpup'), $jobDestination)
696
+ );
697
+ }
698
+
699
+ return $jobId;
700
+ }
701
+ }
inc/class-destination-rsc.php CHANGED
@@ -153,7 +153,11 @@ class BackWPup_Destination_RSC extends BackWPup_Destinations {
153
  array(
154
  'username' => $_POST[ 'rscusername' ],
155
  'apiKey' => $_POST[ 'rscapikey' ]
156
- ));
 
 
 
 
157
  $ostore = $conn->objectStoreService( 'cloudFiles', sanitize_text_field( $_POST[ 'rscregion' ] ), 'publicURL' );
158
  $ostore->createContainer( $_POST[ 'newrsccontainer' ] );
159
  BackWPup_Option::update( $id, 'rsccontainer', sanitize_text_field( $_POST[ 'newrsccontainer' ] ) );
@@ -182,8 +186,11 @@ class BackWPup_Destination_RSC extends BackWPup_Destinations {
182
  array(
183
  'username' => BackWPup_Option::get( $jobid, 'rscusername' ),
184
  'apiKey' => BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'rscapikey' ) )
185
- ));
186
- $conn->
 
 
 
187
  $ostore = $conn->objectStoreService( 'cloudFiles' , BackWPup_Option::get( $jobid, 'rscregion' ), 'publicURL');
188
  $container = $ostore->getContainer( BackWPup_Option::get( $jobid, 'rsccontainer' ) );
189
  $fileobject = $container->getObject( $backupfile );
@@ -216,7 +223,11 @@ class BackWPup_Destination_RSC extends BackWPup_Destinations {
216
  array(
217
  'username' => BackWPup_Option::get( $jobid, 'rscusername' ),
218
  'apiKey' => BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'rscapikey' ) )
219
- ));
 
 
 
 
220
  $ostore = $conn->objectStoreService( 'cloudFiles' , BackWPup_Option::get( $jobid, 'rscregion' ), 'publicURL');
221
  $container = $ostore->getContainer( BackWPup_Option::get( $jobid, 'rsccontainer' ) );
222
  $backupfile = $container->getObject( $get_file );
@@ -268,7 +279,11 @@ class BackWPup_Destination_RSC extends BackWPup_Destinations {
268
  array(
269
  'username' => $job_object->job[ 'rscusername' ],
270
  'apiKey' => BackWPup_Encryption::decrypt( $job_object->job[ 'rscapikey' ] )
271
- ));
 
 
 
 
272
  //connect to cloud files
273
  $ostore = $conn->objectStoreService( 'cloudFiles' , $job_object->job[ 'rscregion' ], 'publicURL' );
274
 
@@ -452,9 +467,12 @@ class BackWPup_Destination_RSC extends BackWPup_Destinations {
452
  self::get_auth_url_by_region( $args[ 'rscregion' ] ),
453
  array(
454
  'username' => $args[ 'rscusername' ],
455
- 'apiKey' => BackWPup_Encryption::decrypt( $args[ 'rscapikey' ] )
456
- ));
457
-
 
 
 
458
  $ostore = $conn->objectStoreService( 'cloudFiles' , $args[ 'rscregion' ], 'publicURL' );
459
  $containerlist = $ostore->listContainers();
460
  while( $container = $containerlist->next() ) {
153
  array(
154
  'username' => $_POST[ 'rscusername' ],
155
  'apiKey' => $_POST[ 'rscapikey' ]
156
+ ),
157
+ array(
158
+ 'ssl.certificate_authority' => BackWPup::get_plugin_data('cacert')
159
+ )
160
+ );
161
  $ostore = $conn->objectStoreService( 'cloudFiles', sanitize_text_field( $_POST[ 'rscregion' ] ), 'publicURL' );
162
  $ostore->createContainer( $_POST[ 'newrsccontainer' ] );
163
  BackWPup_Option::update( $id, 'rsccontainer', sanitize_text_field( $_POST[ 'newrsccontainer' ] ) );
186
  array(
187
  'username' => BackWPup_Option::get( $jobid, 'rscusername' ),
188
  'apiKey' => BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'rscapikey' ) )
189
+ ),
190
+ array(
191
+ 'ssl.certificate_authority' => BackWPup::get_plugin_data('cacert')
192
+ )
193
+ );
194
  $ostore = $conn->objectStoreService( 'cloudFiles' , BackWPup_Option::get( $jobid, 'rscregion' ), 'publicURL');
195
  $container = $ostore->getContainer( BackWPup_Option::get( $jobid, 'rsccontainer' ) );
196
  $fileobject = $container->getObject( $backupfile );
223
  array(
224
  'username' => BackWPup_Option::get( $jobid, 'rscusername' ),
225
  'apiKey' => BackWPup_Encryption::decrypt( BackWPup_Option::get( $jobid, 'rscapikey' ) )
226
+ ),
227
+ array(
228
+ 'ssl.certificate_authority' => BackWPup::get_plugin_data('cacert')
229
+ )
230
+ );
231
  $ostore = $conn->objectStoreService( 'cloudFiles' , BackWPup_Option::get( $jobid, 'rscregion' ), 'publicURL');
232
  $container = $ostore->getContainer( BackWPup_Option::get( $jobid, 'rsccontainer' ) );
233
  $backupfile = $container->getObject( $get_file );
279
  array(
280
  'username' => $job_object->job[ 'rscusername' ],
281
  'apiKey' => BackWPup_Encryption::decrypt( $job_object->job[ 'rscapikey' ] )
282
+ ),
283
+ array(
284
+ 'ssl.certificate_authority' => BackWPup::get_plugin_data('cacert')
285
+ )
286
+ );
287
  //connect to cloud files
288
  $ostore = $conn->objectStoreService( 'cloudFiles' , $job_object->job[ 'rscregion' ], 'publicURL' );
289
 
467
  self::get_auth_url_by_region( $args[ 'rscregion' ] ),
468
  array(
469
  'username' => $args[ 'rscusername' ],
470
+ 'apiKey' => BackWPup_Encryption::decrypt( $args[ 'rscapikey' ] ),
471
+ ),
472
+ array(
473
+ 'ssl.certificate_authority' => BackWPup::get_plugin_data('cacert')
474
+ )
475
+ );
476
  $ostore = $conn->objectStoreService( 'cloudFiles' , $args[ 'rscregion' ], 'publicURL' );
477
  $containerlist = $ostore->listContainers();
478
  while( $container = $containerlist->next() ) {
inc/class-destination-s3.php CHANGED
@@ -278,10 +278,9 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
278
 
279
  $error = '';
280
  $buckets_list = array();
 
281
 
282
- if ( is_array( $args ) ) {
283
- $ajax = false;
284
- } else {
285
  if ( ! current_user_can( 'backwpup_jobs_edit' ) ) {
286
  wp_die( - 1 );
287
  }
@@ -293,10 +292,12 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
293
  $args['s3base_url'] = esc_url_raw( $_POST['s3base_url'] );
294
  $args['s3region'] = sanitize_text_field( $_POST['s3region'] );
295
  $ajax = true;
296
- if ($args['s3base_url']) {
297
- $args['s3region'] = $args['s3base_url'];
298
- }
299
  }
 
 
 
 
 
300
  echo '<span id="s3bucketerror" style="color:red;">';
301
 
302
  if ( ! empty( $args['s3accesskey'] ) && ! empty( $args['s3secretkey'] ) ) {
@@ -314,8 +315,13 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
314
  $buckets_list = array_merge( $buckets_list, $buckets['Buckets'] );
315
  }
316
  }
317
- } catch ( Exception $e ) {
318
- $error = $e->getMessage();
 
 
 
 
 
319
  }
320
  }
321
 
@@ -458,7 +464,11 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
458
  }
459
  unset( $s3 );
460
  } catch ( Exception $e ) {
461
- BackWPup_Admin::message( sprintf( __( 'S3 Service API: %s', 'backwpup' ), $e->getMessage() ), true );
 
 
 
 
462
  }
463
  }
464
 
@@ -719,8 +729,12 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
719
  try {
720
  $s3->putObject( $create_args );
721
  } catch ( Exception $e ) {
 
 
 
 
722
  $job_object->log( E_USER_ERROR,
723
- sprintf( __( 'S3 Service API: %s', 'backwpup' ), $e->getMessage() ),
724
  $e->getFile(),
725
  $e->getLine() );
726
 
@@ -794,8 +808,12 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
794
  ) );
795
 
796
  } catch ( Exception $e ) {
 
 
 
 
797
  $job_object->log( E_USER_ERROR,
798
- sprintf( __( 'S3 Service API: %s', 'backwpup' ), $e->getMessage() ),
799
  $e->getFile(),
800
  $e->getLine() );
801
  if ( ! empty( $job_object->steps_data[ $job_object->step_working ]['uploadId'] ) ) {
@@ -849,8 +867,12 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
849
  E_USER_ERROR );
850
  }
851
  } catch ( Exception $e ) {
 
 
 
 
852
  $job_object->log( E_USER_ERROR,
853
- sprintf( __( 'S3 Service API: %s', 'backwpup' ), $e->getMessage() ),
854
  $e->getFile(),
855
  $e->getLine() );
856
 
@@ -860,8 +882,12 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
860
  try {
861
  $this->file_update_list( $job_object, true );
862
  } catch ( Exception $e ) {
 
 
 
 
863
  $job_object->log( E_USER_ERROR,
864
- sprintf( __( 'S3 Service API: %s', 'backwpup' ), $e->getMessage() ),
865
  $e->getFile(),
866
  $e->getLine() );
867
 
@@ -915,14 +941,10 @@ class BackWPup_Destination_S3 extends BackWPup_Destinations {
915
  } );
916
  }
917
 
918
-
919
- $( 'input[name="s3accesskey"]' ).backwpupDelayKeyup( function () {
920
- awsgetbucket();
921
- } );
922
- $( 'input[name="s3secretkey"]' ).backwpupDelayKeyup( function () {
923
  awsgetbucket();
924
  } );
925
- $( 'input[name="s3base_url"]' ).backwpupDelayKeyup( function () {
926
  awsgetbucket();
927
  } );
928
 
278
 
279
  $error = '';
280
  $buckets_list = array();
281
+ $ajax = false;
282
 
283
+ if ( ! $args ) {
 
 
284
  if ( ! current_user_can( 'backwpup_jobs_edit' ) ) {
285
  wp_die( - 1 );
286
  }
292
  $args['s3base_url'] = esc_url_raw( $_POST['s3base_url'] );
293
  $args['s3region'] = sanitize_text_field( $_POST['s3region'] );
294
  $ajax = true;
 
 
 
295
  }
296
+
297
+ if ($args['s3base_url']) {
298
+ $args['s3region'] = $args['s3base_url'];
299
+ }
300
+
301
  echo '<span id="s3bucketerror" style="color:red;">';
302
 
303
  if ( ! empty( $args['s3accesskey'] ) && ! empty( $args['s3secretkey'] ) ) {
315
  $buckets_list = array_merge( $buckets_list, $buckets['Buckets'] );
316
  }
317
  }
318
+ }
319
+
320
+ catch ( Exception $e ) {
321
+ $error = $e->getMessage();
322
+ if ( $e instanceof Aws\Exception\AwsException ) {
323
+ $error = $e->getAwsErrorMessage();
324
+ }
325
  }
326
  }
327
 
464
  }
465
  unset( $s3 );
466
  } catch ( Exception $e ) {
467
+ $errorMessage = $e->getMessage();
468
+ if ( $e instanceof Aws\Exception\AwsException ) {
469
+ $errorMessage = $e->getAwsErrorMessage();
470
+ }
471
+ BackWPup_Admin::message( sprintf( __( 'S3 Service API: %s', 'backwpup' ), $errorMessage ), true );
472
  }
473
  }
474
 
729
  try {
730
  $s3->putObject( $create_args );
731
  } catch ( Exception $e ) {
732
+ $errorMessage = $e->getMessage();
733
+ if ( $e instanceof Aws\Exception\AwsException ) {
734
+ $errorMessage = $e->getAwsErrorMessage();
735
+ }
736
  $job_object->log( E_USER_ERROR,
737
+ sprintf( __( 'S3 Service API: %s', 'backwpup' ), $errorMessage ),
738
  $e->getFile(),
739
  $e->getLine() );
740
 
808
  ) );
809
 
810
  } catch ( Exception $e ) {
811
+ $errorMessage = $e->getMessage();
812
+ if ( $e instanceof Aws\Exception\AwsException ) {
813
+ $errorMessage = $e->getAwsErrorMessage();
814
+ }
815
  $job_object->log( E_USER_ERROR,
816
+ sprintf( __( 'S3 Service API: %s', 'backwpup' ), $errorMessage ),
817
  $e->getFile(),
818
  $e->getLine() );
819
  if ( ! empty( $job_object->steps_data[ $job_object->step_working ]['uploadId'] ) ) {
867
  E_USER_ERROR );
868
  }
869
  } catch ( Exception $e ) {
870
+ $errorMessage = $e->getMessage();
871
+ if ( $e instanceof Aws\Exception\AwsException ) {
872
+ $errorMessage = $e->getAwsErrorMessage();
873
+ }
874
  $job_object->log( E_USER_ERROR,
875
+ sprintf( __( 'S3 Service API: %s', 'backwpup' ), $errorMessage ),
876
  $e->getFile(),
877
  $e->getLine() );
878
 
882
  try {
883
  $this->file_update_list( $job_object, true );
884
  } catch ( Exception $e ) {
885
+ $errorMessage = $e->getMessage();
886
+ if ( $e instanceof Aws\Exception\AwsException ) {
887
+ $errorMessage = $e->getAwsErrorMessage();
888
+ }
889
  $job_object->log( E_USER_ERROR,
890
+ sprintf( __( 'S3 Service API: %s', 'backwpup' ), $errorMessage ),
891
  $e->getFile(),
892
  $e->getLine() );
893
 
941
  } );
942
  }
943
 
944
+ $( 'select[name="s3region"]' ).change( function () {
 
 
 
 
945
  awsgetbucket();
946
  } );
947
+ $( 'input[name="s3accesskey"], input[name="s3secretkey"], input[name="s3base_url"]' ).backwpupDelayKeyup( function () {
948
  awsgetbucket();
949
  } );
950
 
inc/class-msazure-destination-configuration.php ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace Inpsyde\BackWPup;
4
+
5
+ class MsAzureDestinationConfiguration {
6
+
7
+ const MSAZURE_ACCNAME = 'msazureaccname';
8
+ const MSAZURE_KEY = 'msazurekey';
9
+ const MSAZURE_CONTAINER = 'msazurecontainer';
10
+
11
+ /** @var string */
12
+ private $msazureaccname;
13
+
14
+ /** @var string */
15
+ private $msazurekey;
16
+
17
+ /** @var string */
18
+ private $msazurecontainer;
19
+
20
+ public function __construct($msazureaccname, $msazurekey, $msazurecontainer)
21
+ {
22
+ $items = array($msazureaccname, $msazurekey, $msazurecontainer);
23
+ $areConfigPartsValid = array_filter($items);
24
+ if (count($areConfigPartsValid) !== count($items)) {
25
+ throw new \UnexpectedValueException(
26
+ 'Invalid configuration data.'
27
+ );
28
+ }
29
+
30
+ $this->msazureaccname = $msazureaccname;
31
+ $this->msazurekey = $msazurekey;
32
+ $this->msazurecontainer = $msazurecontainer;
33
+ }
34
+
35
+ /**
36
+ * @return string
37
+ */
38
+ public function msazureaccname()
39
+ {
40
+ return $this->msazureaccname;
41
+ }
42
+
43
+ /**
44
+ * @return string
45
+ */
46
+ public function msazurekey()
47
+ {
48
+ return $this->msazurekey;
49
+ }
50
+
51
+ /**
52
+ * @return string
53
+ */
54
+ public function msazurecontainer()
55
+ {
56
+ return $this->msazurecontainer;
57
+ }
58
+ }
inc/class-option.php CHANGED
@@ -22,6 +22,7 @@ final class BackWPup_Option {
22
  add_site_option( 'backwpup_cfg_showadminbar', false );
23
  add_site_option( 'backwpup_cfg_showfoldersize', false );
24
  add_site_option( 'backwpup_cfg_protectfolders', true );
 
25
  //job
26
  add_site_option( 'backwpup_cfg_jobmaxexecutiontime', 30 );
27
  add_site_option( 'backwpup_cfg_jobstepretry', 3 );
22
  add_site_option( 'backwpup_cfg_showadminbar', false );
23
  add_site_option( 'backwpup_cfg_showfoldersize', false );
24
  add_site_option( 'backwpup_cfg_protectfolders', true );
25
+ add_site_option('backwpup_cfg_phone_home_client', true);
26
  //job
27
  add_site_option( 'backwpup_cfg_jobmaxexecutiontime', 30 );
28
  add_site_option( 'backwpup_cfg_jobstepretry', 3 );
inc/class-page-logs.php CHANGED
@@ -73,7 +73,7 @@ class BackWPup_Page_Logs extends WP_List_Table {
73
  $dir = new BackWPup_Directory( $this->log_folder );
74
  foreach ( $dir as $file ) {
75
  if ( $file->isFile() && $file->isReadable() && strpos( $file->getFilename(), 'backwpup_log_' ) !== false && strpos( $file->getFilename(), '.html' ) !== false ) {
76
- $logfiles[] = $file->getFilename();
77
  }
78
  }
79
  }
@@ -84,9 +84,9 @@ class BackWPup_Page_Logs extends WP_List_Table {
84
 
85
  if ( $orderby == 'time' ) {
86
  if ( $order == 'asc' ) {
87
- sort( $logfiles );
88
  } else {
89
- rsort( $logfiles );
90
  }
91
  }
92
 
73
  $dir = new BackWPup_Directory( $this->log_folder );
74
  foreach ( $dir as $file ) {
75
  if ( $file->isFile() && $file->isReadable() && strpos( $file->getFilename(), 'backwpup_log_' ) !== false && strpos( $file->getFilename(), '.html' ) !== false ) {
76
+ $logfiles[$file->getMTime()] = $file->getFilename();
77
  }
78
  }
79
  }
84
 
85
  if ( $orderby == 'time' ) {
86
  if ( $order == 'asc' ) {
87
+ ksort( $logfiles );
88
  } else {
89
+ krsort( $logfiles );
90
  }
91
  }
92
 
inc/class-page-settings.php CHANGED
@@ -383,6 +383,7 @@ class BackWPup_Page_Settings {
383
  delete_site_option( 'backwpup_cfg_sugarsyncsecret' );
384
  delete_site_option( 'backwpup_cfg_sugarsyncappid' );
385
  delete_site_option( 'backwpup_cfg_hash' );
 
386
 
387
  foreach ( $this->settings_updaters as $setting ) {
388
  $setting->reset();
@@ -468,6 +469,8 @@ class BackWPup_Page_Settings {
468
  update_site_option( 'backwpup_cfg_authentication', $authentication );
469
  delete_site_transient( 'backwpup_cookies' );
470
 
 
 
471
  do_action( 'backwpup_page_settings_save' );
472
 
473
  BackWPup_Admin::message( __( 'Settings saved', 'backwpup' ) );
@@ -590,6 +593,63 @@ class BackWPup_Page_Settings {
590
  </tr>
591
  </table>
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  <?php do_action( 'backwpup_page_settings_tab_generel' ); ?>
594
  </div>
595
 
383
  delete_site_option( 'backwpup_cfg_sugarsyncsecret' );
384
  delete_site_option( 'backwpup_cfg_sugarsyncappid' );
385
  delete_site_option( 'backwpup_cfg_hash' );
386
+ delete_site_option('backwpup_cfg_phone_home_client');
387
 
388
  foreach ( $this->settings_updaters as $setting ) {
389
  $setting->reset();
469
  update_site_option( 'backwpup_cfg_authentication', $authentication );
470
  delete_site_transient( 'backwpup_cookies' );
471
 
472
+ update_site_option('backwpup_cfg_phone_home_client', !empty($_POST['phone_home_client']));
473
+
474
  do_action( 'backwpup_page_settings_save' );
475
 
476
  BackWPup_Admin::message( __( 'Settings saved', 'backwpup' ) );
593
  </tr>
594
  </table>
595
 
596
+ <?php
597
+ if (!BackWPup::is_pro()) :
598
+ $checked = checked(
599
+ get_site_option('backwpup_cfg_phone_home_client'),
600
+ true,
601
+ false
602
+ );
603
+ ?>
604
+ <h3 class="title"><?php esc_html_e('Phone Home Client', 'backwpup'); ?></h3>
605
+ <p>
606
+ <?php
607
+ esc_html_e(
608
+ 'Phone Home Client allows BackWPup to collect data about your system to improve the plugin.',
609
+ 'backwpup'
610
+ );
611
+ ?>
612
+ <br/>
613
+ <strong>
614
+ <?php
615
+ esc_html_e(
616
+ 'Any data is sent anonymously. We don\'t collect any personal data.',
617
+ 'backwpup'
618
+ )
619
+ ?>
620
+ </strong>
621
+ </p>
622
+ <table class="form-table">
623
+ <tr>
624
+ <th scope="row">
625
+ <?php esc_html_e('Enable Phone Home Client', 'backwpup'); ?>
626
+ </th>
627
+ <td>
628
+ <fieldset>
629
+ <legend class="screen-reader-text">
630
+ <span>
631
+ <?php esc_html_e(
632
+ 'Enable Phone Home Client',
633
+ 'backwpup'
634
+ ); ?>
635
+ </span>
636
+ </legend>
637
+ <label for="phone_home_client">
638
+ <input name="phone_home_client"
639
+ type="checkbox"
640
+ id="phone_home_client"
641
+ value="1"
642
+ <?php echo esc_attr($checked); ?>
643
+ />
644
+ </label>
645
+ <?php esc_html_e('Enable Phone Home', 'backwpup'); ?>
646
+ </fieldset>
647
+ </td>
648
+ </tr>
649
+ </table>
650
+ <?php
651
+ endif; ?>
652
+
653
  <?php do_action( 'backwpup_page_settings_tab_generel' ); ?>
654
  </div>
655
 
inc/class-system-requirements.php CHANGED
@@ -10,12 +10,12 @@ class BackWPup_System_Requirements {
10
  */
11
  private static $wp_minimum_version = '3.9';
12
 
13
- /**
14
- * Php Minimum Version Required
15
- *
16
- * @var string The minimum version required by the plugin
17
- */
18
- private static $php_minimum_version = '5.3.3';
19
 
20
  /**
21
  * Mysql Minimum version required by the plugin
10
  */
11
  private static $wp_minimum_version = '3.9';
12
 
13
+ /**
14
+ * Php Minimum Version Required
15
+ *
16
+ * @var string The minimum version required by the plugin
17
+ */
18
+ private static $php_minimum_version = '5.6.0';
19
 
20
  /**
21
  * Mysql Minimum version required by the plugin
languages/backwpup.pot CHANGED
@@ -41,76 +41,76 @@ msgstr ""
41
  msgid "Backup to Folder"
42
  msgstr ""
43
 
44
- #: backwpup.php:321
45
  msgid "Email"
46
  msgstr ""
47
 
48
- #: backwpup.php:322
49
  msgid "Backup sent via email"
50
  msgstr ""
51
 
52
- #: backwpup.php:337
53
  msgid "FTP"
54
  msgstr ""
55
 
56
- #: backwpup.php:338
57
  msgid "Backup to FTP"
58
  msgstr ""
59
 
60
- #: backwpup.php:353, inc/class-destination-dropbox.php:445
61
  msgid "Dropbox"
62
  msgstr ""
63
 
64
- #: backwpup.php:354, inc/class-page-about.php:508
65
  msgid "Backup to Dropbox"
66
  msgstr ""
67
 
68
- #: backwpup.php:369, inc/class-destination-s3.php:41
69
  msgid "S3 Service"
70
  msgstr ""
71
 
72
- #: backwpup.php:370
73
  msgid "Backup to an S3 Service"
74
  msgstr ""
75
 
76
- #: backwpup.php:385
77
  msgid "MS Azure"
78
  msgstr ""
79
 
80
- #: backwpup.php:386
81
  msgid "Backup to Microsoft Azure (Blob)"
82
  msgstr ""
83
 
84
- #: backwpup.php:401
85
  msgid "RSC"
86
  msgstr ""
87
 
88
- #: backwpup.php:402, inc/class-page-about.php:513
89
  msgid "Backup to Rackspace Cloud Files"
90
  msgstr ""
91
 
92
- #: backwpup.php:421
93
  msgid "SugarSync"
94
  msgstr ""
95
 
96
- #: backwpup.php:422, inc/class-page-about.php:528
97
  msgid "Backup to SugarSync"
98
  msgstr ""
99
 
100
- #: backwpup.php:450
101
  msgid "PHP Version %1$s is to low, you need Version %2$s or above."
102
  msgstr ""
103
 
104
- #: backwpup.php:462
105
  msgid "Missing function \"%s\"."
106
  msgstr ""
107
 
108
- #: backwpup.php:475
109
  msgid "Missing class \"%s\"."
110
  msgstr ""
111
 
112
- #: backwpup.php:596
113
- msgid "BackWPup requires PHP version %$1s with spl extension or greater and WordPress %$2s or greater."
114
  msgstr ""
115
 
116
  #: inc/class-admin.php:291, inc/class-help.php:24
@@ -129,7 +129,7 @@ msgstr ""
129
  msgid "Dashboard"
130
  msgstr ""
131
 
132
- #: inc/class-admin.php:342, inc/class-admin.php:343, inc/class-adminbar.php:82, inc/class-page-settings.php:489
133
  msgid "Jobs"
134
  msgstr ""
135
 
@@ -137,7 +137,7 @@ msgstr ""
137
  msgid "Add new job"
138
  msgstr ""
139
 
140
- #: inc/class-admin.php:406, inc/class-admin.php:407, inc/class-adminbar.php:98, inc/class-page-logs.php:376, inc/class-page-settings.php:493
141
  msgid "Logs"
142
  msgstr ""
143
 
@@ -333,7 +333,7 @@ msgstr ""
333
  msgid "Could not write data to file."
334
  msgstr ""
335
 
336
- #: inc/class-destination-dropbox-downloader.php:104, inc/class-destination-folder-downloader.php:137, inc/class-destination-ftp-downloader.php:126, inc/class-destination-s3-downloader.php:112, inc/Pro/class-destination-gdrive-downloader.php:102
337
  msgid "File could not be opened for writing."
338
  msgstr ""
339
 
@@ -350,7 +350,7 @@ msgstr ""
350
  msgid "Authentication"
351
  msgstr ""
352
 
353
- #: inc/class-destination-dropbox.php:78, inc/Pro/class-destination-gdrive.php:100, inc/Pro/class-destination-gdrive.php:416
354
  msgid "Not authenticated!"
355
  msgstr ""
356
 
@@ -358,7 +358,7 @@ msgstr ""
358
  msgid "Create Account"
359
  msgstr ""
360
 
361
- #: inc/class-destination-dropbox.php:83, inc/class-destination-sugarsync.php:48, inc/Pro/class-destination-dropbox.php:57, inc/Pro/class-destination-gdrive.php:102, inc/Pro/class-destination-gdrive.php:426, inc/Pro/class-destination-sugarsync.php:31
362
  msgid "Authenticated!"
363
  msgstr ""
364
 
@@ -394,7 +394,7 @@ msgstr ""
394
  msgid "BackWPup will have full read and write access to your entire Dropbox. You can specify your backup destination wherever you want, just be aware that ANY files or folders inside of your Dropbox can be overridden or deleted by BackWPup."
395
  msgstr ""
396
 
397
- #: inc/class-destination-dropbox.php:141, inc/class-destination-folder.php:29, inc/class-destination-ftp.php:82, inc/class-destination-msazure.php:68, inc/class-destination-rsc.php:97, inc/class-destination-sugarsync.php:84, inc/Pro/class-destination-gdrive.php:113
398
  msgid "Backup settings"
399
  msgstr ""
400
 
@@ -410,15 +410,15 @@ msgstr ""
410
  msgid "File Deletion"
411
  msgstr ""
412
 
413
- #: inc/class-destination-dropbox.php:171, inc/class-destination-folder.php:60, inc/class-destination-ftp.php:104, inc/class-destination-msazure.php:85, inc/class-destination-rsc.php:114, inc/class-destination-s3.php:198, inc/class-destination-sugarsync.php:101, inc/Pro/class-destination-dropbox.php:76, inc/Pro/class-destination-folder.php:45, inc/Pro/class-destination-gdrive.php:135, inc/Pro/class-destination-gdrive.php:457, inc/Pro/class-destination-msazure.php:45, inc/Pro/class-destination-rsc.php:65, inc/Pro/class-destination-s3.php:98
414
  msgid "Number of files to keep in folder."
415
  msgstr ""
416
 
417
- #: inc/class-destination-dropbox.php:173, inc/class-destination-folder.php:64, inc/class-destination-ftp.php:106, inc/class-destination-msazure.php:87, inc/class-destination-rsc.php:116, inc/class-destination-s3.php:201, inc/class-destination-sugarsync.php:103, inc/Pro/class-destination-gdrive.php:137, inc/Pro/class-destination-glacier.php:104
418
  msgid "<strong>Warning</strong>: Files belonging to this job are now tracked. Old backup archives which are untracked will not be automatically deleted."
419
  msgstr ""
420
 
421
- #: inc/class-destination-dropbox.php:183, inc/class-destination-folder.php:81, inc/class-destination-ftp.php:118, inc/class-destination-msazure.php:91, inc/class-destination-rsc.php:120, inc/class-destination-s3.php:214, inc/class-destination-sugarsync.php:107, inc/Pro/class-destination-dropbox.php:82, inc/Pro/class-destination-folder.php:51, inc/Pro/class-destination-ftp.php:75, inc/Pro/class-destination-gdrive.php:149, inc/Pro/class-destination-gdrive.php:463, inc/Pro/class-destination-msazure.php:56, inc/Pro/class-destination-rsc.php:70, inc/Pro/class-destination-s3.php:103, inc/Pro/class-destination-sugarsync.php:65
422
  msgid "Do not delete files while syncing to destination!"
423
  msgstr ""
424
 
@@ -448,15 +448,15 @@ msgstr ""
448
  msgid "Uploading to Dropbox&#160;&hellip;"
449
  msgstr ""
450
 
451
- #: inc/class-destination-dropbox.php:432, inc/class-destination-msazure.php:288, inc/class-destination-sugarsync.php:266, inc/Pro/class-destination-gdrive.php:925
452
  msgid "Backup transferred to %s"
453
  msgstr ""
454
 
455
- #: inc/class-destination-dropbox.php:438, inc/Pro/class-destination-gdrive.php:931
456
  msgid "Uploaded file size and local file size don't match."
457
  msgstr ""
458
 
459
- #: inc/class-destination-dropbox.php:444, inc/Pro/class-destination-gdrive.php:937, inc/Pro/class-destination-glacier.php:454
460
  msgid "Error transfering backup to %s."
461
  msgstr ""
462
 
@@ -532,7 +532,7 @@ msgstr ""
532
  msgid "SMTP secure connection"
533
  msgstr ""
534
 
535
- #: inc/class-destination-email.php:143, inc/class-jobtype-dbdump.php:67, inc/class-jobtype-dbdump.php:103, inc/class-jobtype-wpexp.php:73, inc/class-jobtype-wpplugin.php:57, inc/class-page-backwpup.php:329, inc/class-page-backwpup.php:404, inc/class-page-settings.php:921, inc/Pro/class-jobtype-dbdump.php:157, inc/Pro/class-jobtype-dbdump.php:205
536
  msgid "none"
537
  msgstr ""
538
 
@@ -753,7 +753,7 @@ msgstr ""
753
  msgid "Backup transferred to FTP server: %s"
754
  msgstr ""
755
 
756
- #: inc/class-destination-ftp.php:673, inc/class-destination-msazure.php:273, inc/class-destination-rsc.php:294, inc/class-destination-s3.php:698, inc/class-destination-s3.php:820, inc/Pro/class-destination-gdrive.php:906, inc/Pro/class-destination-glacier.php:472, inc/Pro/class-destination-rsc.php:228, inc/Pro/class-destination-rsc.php:261
757
  msgid "Can not open source file for transfer."
758
  msgstr ""
759
 
@@ -769,84 +769,100 @@ msgstr ""
769
  msgid "FTP Folder \"%s\" created!"
770
  msgstr ""
771
 
772
- #: inc/class-destination-msazure.php:27
 
 
 
 
 
 
 
 
773
  msgid "MS Azure access keys"
774
  msgstr ""
775
 
776
- #: inc/class-destination-msazure.php:31
777
  msgid "Account name"
778
  msgstr ""
779
 
780
- #: inc/class-destination-msazure.php:38
781
  msgid "Access key"
782
  msgstr ""
783
 
784
- #: inc/class-destination-msazure.php:46
785
  msgid "Blob container"
786
  msgstr ""
787
 
788
- #: inc/class-destination-msazure.php:50, inc/class-destination-rsc.php:78
789
  msgid "Container selection"
790
  msgstr ""
791
 
792
- #: inc/class-destination-msazure.php:61, inc/class-destination-rsc.php:90
793
  msgid "Create a new container"
794
  msgstr ""
795
 
796
- #: inc/class-destination-msazure.php:72
797
  msgid "Folder in container"
798
  msgstr ""
799
 
800
- #: inc/class-destination-msazure.php:78, inc/class-destination-rsc.php:107, inc/class-destination-s3.php:184, inc/Pro/class-destination-glacier.php:91
801
  msgid "File deletion"
802
  msgstr ""
803
 
804
- #: inc/class-destination-msazure.php:129, inc/Pro/class-destination-msazure.php:98
 
 
 
 
805
  msgid "MS Azure container \"%s\" created."
806
  msgstr ""
807
 
808
- #: inc/class-destination-msazure.php:132, inc/Pro/class-destination-msazure.php:101
809
  msgid "MS Azure container create: %s"
810
  msgstr ""
811
 
812
- #: inc/class-destination-msazure.php:214
813
  msgid "%d. Try sending backup to a Microsoft Azure (Blob)&#160;&hellip;"
814
  msgstr ""
815
 
816
- #: inc/class-destination-msazure.php:235, inc/Pro/class-destination-msazure.php:142
817
  msgid "MS Azure container \"%s\" does not exist!"
818
  msgstr ""
819
 
820
- #: inc/class-destination-msazure.php:239, inc/Pro/class-destination-msazure.php:146
821
  msgid "Connected to MS Azure container \"%s\"."
822
  msgstr ""
823
 
824
- #: inc/class-destination-msazure.php:242
825
  msgid "Starting upload to MS Azure&#160;&hellip;"
826
  msgstr ""
827
 
828
- #: inc/class-destination-msazure.php:294, inc/class-destination-msazure.php:350, inc/Pro/class-destination-msazure.php:231
829
  msgid "Microsoft Azure API: %s"
830
  msgstr ""
831
 
832
- #: inc/class-destination-msazure.php:343
833
  msgid "One file deleted on Microsoft Azure container."
834
  msgid_plural "%d files deleted on Microsoft Azure container."
835
  msgstr[0] ""
836
  msgstr[1] ""
837
 
838
- #: inc/class-destination-msazure.php:441
839
  msgid "Missing account name!"
840
  msgstr ""
841
 
842
- #: inc/class-destination-msazure.php:443, inc/class-destination-s3.php:323, inc/Pro/class-destination-glacier.php:155
843
  msgid "Missing access key!"
844
  msgstr ""
845
 
846
- #: inc/class-destination-msazure.php:447
847
  msgid "No container found!"
848
  msgstr ""
849
 
 
 
 
 
850
  #: inc/class-destination-rsc.php:44
851
  msgid "Rack Space Cloud Keys"
852
  msgstr ""
@@ -891,56 +907,52 @@ msgstr ""
891
  msgid "Folder in bucket"
892
  msgstr ""
893
 
894
- #: inc/class-destination-rsc.php:160, inc/Pro/class-destination-rsc.php:116
895
  msgid "Rackspace Cloud container \"%s\" created."
896
  msgstr ""
897
 
898
- #: inc/class-destination-rsc.php:164, inc/class-destination-rsc.php:279, inc/class-destination-rsc.php:319, inc/class-destination-rsc.php:364, inc/Pro/class-destination-rsc.php:120, inc/Pro/class-destination-rsc.php:172, inc/Pro/class-destination-rsc.php:292
899
  msgid "Rackspace Cloud API: %s"
900
  msgstr ""
901
 
902
- #: inc/class-destination-rsc.php:262
903
  msgid "%d. Trying to send backup file to Rackspace cloud &hellip;"
904
  msgstr ""
905
 
906
- #: inc/class-destination-rsc.php:276
907
  msgid "Connected to Rackspace cloud files container %s"
908
  msgstr ""
909
 
910
- #: inc/class-destination-rsc.php:288
911
  msgid "Upload to Rackspace cloud started &hellip;"
912
  msgstr ""
913
 
914
- #: inc/class-destination-rsc.php:307
915
  msgid "Backup File transferred to RSC://"
916
  msgstr ""
917
 
918
- #: inc/class-destination-rsc.php:313
919
  msgid "Cannot transfer backup to Rackspace cloud."
920
  msgstr ""
921
 
922
- #: inc/class-destination-rsc.php:358
923
  msgid "One file deleted on Rackspace cloud container."
924
  msgid_plural "%d files deleted on Rackspace cloud container."
925
  msgstr[0] ""
926
  msgstr[1] ""
927
 
928
- #: inc/class-destination-rsc.php:470
929
  msgid "Missing username!"
930
  msgstr ""
931
 
932
- #: inc/class-destination-rsc.php:472
933
  msgid "Missing API Key!"
934
  msgstr ""
935
 
936
- #: inc/class-destination-rsc.php:476
937
  msgid "A container could not be found!"
938
  msgstr ""
939
 
940
- #: inc/class-destination-s3-downloader.php:76
941
- msgid "Could not write data to file. Empty source file."
942
- msgstr ""
943
-
944
  #: inc/class-destination-s3.php:47
945
  msgid "Select a S3 service"
946
  msgstr ""
@@ -1005,65 +1017,65 @@ msgstr ""
1005
  msgid "Save files encrypted (AES256) on server."
1006
  msgstr ""
1007
 
1008
- #: inc/class-destination-s3.php:325, inc/Pro/class-destination-glacier.php:157
1009
  msgid "Missing secret access key!"
1010
  msgstr ""
1011
 
1012
- #: inc/class-destination-s3.php:331
1013
  msgid "No bucket found!"
1014
  msgstr ""
1015
 
1016
- #: inc/class-destination-s3.php:417
1017
  msgid "Bucket %1$s created."
1018
  msgstr ""
1019
 
1020
- #: inc/class-destination-s3.php:461, inc/class-destination-s3.php:723, inc/class-destination-s3.php:798, inc/class-destination-s3.php:853, inc/class-destination-s3.php:864, inc/Pro/class-destination-s3.php:472
1021
  msgid "S3 Service API: %s"
1022
  msgstr ""
1023
 
1024
- #: inc/class-destination-s3.php:571
1025
  msgid "Storage Class: %s"
1026
  msgstr ""
1027
 
1028
- #: inc/class-destination-s3.php:606
1029
  msgid "Cannot delete backup from %s."
1030
  msgstr ""
1031
 
1032
- #: inc/class-destination-s3.php:615
1033
  msgid "One file deleted on S3 Bucket."
1034
  msgid_plural "%d files deleted on S3 Bucket"
1035
  msgstr[0] ""
1036
  msgstr[1] ""
1037
 
1038
- #: inc/class-destination-s3.php:639
1039
  msgid "%d. Trying to send backup file to S3 Service&#160;&hellip;"
1040
  msgstr ""
1041
 
1042
- #: inc/class-destination-s3.php:658, inc/Pro/class-destination-s3.php:262
1043
  msgid "Connected to S3 Bucket \"%1$s\" in %2$s"
1044
  msgstr ""
1045
 
1046
- #: inc/class-destination-s3.php:663, inc/Pro/class-destination-s3.php:269
1047
  msgid "S3 Bucket \"%s\" does not exist!"
1048
  msgstr ""
1049
 
1050
- #: inc/class-destination-s3.php:672
1051
  msgid "Checking for not aborted multipart Uploads&#160;&hellip;"
1052
  msgstr ""
1053
 
1054
- #: inc/class-destination-s3.php:685
1055
  msgid "Upload for %s aborted."
1056
  msgstr ""
1057
 
1058
- #: inc/class-destination-s3.php:691
1059
  msgid "Starting upload to S3 Service&#160;&hellip;"
1060
  msgstr ""
1061
 
1062
- #: inc/class-destination-s3.php:834, inc/Pro/class-destination-glacier.php:450
1063
  msgid "Backup transferred to %s."
1064
  msgstr ""
1065
 
1066
- #: inc/class-destination-s3.php:846
1067
  msgid "Cannot transfer backup to S3! (%1$d) %2$s"
1068
  msgstr ""
1069
 
@@ -2072,7 +2084,7 @@ msgstr ""
2072
  msgid "Error while writing file!"
2073
  msgstr ""
2074
 
2075
- #: inc/class-option.php:202, inc/class-page-editjob.php:97, inc/class-page-editjob.php:392
2076
  msgid "New Job"
2077
  msgstr ""
2078
 
@@ -2240,7 +2252,7 @@ msgstr ""
2240
  msgid "Restore Encrypted Backups"
2241
  msgstr ""
2242
 
2243
- #: inc/class-page-about.php:553, inc/Pro/class-pro.php:148
2244
  msgid "Backup to Google Drive"
2245
  msgstr ""
2246
 
@@ -2356,7 +2368,7 @@ msgstr ""
2356
  msgid "Download"
2357
  msgstr ""
2358
 
2359
- #: inc/class-page-backups.php:302, inc/Pro/class-pro.php:286, inc/Pro/class-pro.php:287, views/pro/restore/steps/step4_top.php:2
2360
  msgid "Restore"
2361
  msgstr ""
2362
 
@@ -2628,7 +2640,7 @@ msgstr ""
2628
  msgid "%1$s &rsaquo; Job: %2$s"
2629
  msgstr ""
2630
 
2631
- #: inc/class-page-editjob.php:337, inc/class-page-settings.php:488
2632
  msgid "General"
2633
  msgstr ""
2634
 
@@ -3448,299 +3460,319 @@ msgstr ""
3448
  msgid "Please download the key before continuing. If you do not save it locally, you cannot decrypt your backups later."
3449
  msgstr ""
3450
 
3451
- #: inc/class-page-settings.php:392
3452
  msgid "Settings reset to default"
3453
  msgstr ""
3454
 
3455
- #: inc/class-page-settings.php:473
3456
  msgid "Settings saved"
3457
  msgstr ""
3458
 
3459
- #: inc/class-page-settings.php:482
3460
  msgid "%s &rsaquo; Settings"
3461
  msgstr ""
3462
 
3463
- #: inc/class-page-settings.php:491
3464
  msgid "Encryption"
3465
  msgstr ""
3466
 
3467
- #: inc/class-page-settings.php:494
3468
  msgid "Network"
3469
  msgstr ""
3470
 
3471
- #: inc/class-page-settings.php:495
3472
  msgid "API Keys"
3473
  msgstr ""
3474
 
3475
- #: inc/class-page-settings.php:496
3476
  msgid "Information"
3477
  msgstr ""
3478
 
3479
- #: inc/class-page-settings.php:515
3480
  msgid "Display Settings"
3481
  msgstr ""
3482
 
3483
- #: inc/class-page-settings.php:516
3484
  msgid "Do you want to see BackWPup in the WordPress admin bar?"
3485
  msgstr ""
3486
 
3487
- #: inc/class-page-settings.php:519
3488
  msgid "Admin bar"
3489
  msgstr ""
3490
 
3491
- #: inc/class-page-settings.php:524
3492
  msgid "Admin Bar"
3493
  msgstr ""
3494
 
3495
- #: inc/class-page-settings.php:533
3496
  msgid "Show BackWPup links in admin bar."
3497
  msgstr ""
3498
 
3499
- #: inc/class-page-settings.php:539, inc/class-page-settings.php:544
3500
  msgid "Folder sizes"
3501
  msgstr ""
3502
 
3503
- #: inc/class-page-settings.php:553
3504
  msgid "Display folder sizes in the files tab when editing a job. (Might increase loading time of files tab.)"
3505
  msgstr ""
3506
 
3507
- #: inc/class-page-settings.php:562
3508
  msgid "Security"
3509
  msgstr ""
3510
 
3511
- #: inc/class-page-settings.php:563
3512
  msgid "Security option for BackWPup"
3513
  msgstr ""
3514
 
3515
- #: inc/class-page-settings.php:566, inc/class-page-settings.php:571
3516
  msgid "Protect folders"
3517
  msgstr ""
3518
 
3519
- #: inc/class-page-settings.php:581
3520
  msgid "Protect BackWPup folders ( Temp, Log and Backups ) with <code>.htaccess</code> and <code>index.php</code>"
3521
  msgstr ""
3522
 
3523
- #: inc/class-page-settings.php:598
3524
- msgid "Every time BackWPup runs a backup job, a log file is being generated. Choose where to store your log files and how many of them."
3525
  msgstr ""
3526
 
3527
  #: inc/class-page-settings.php:607
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3528
  msgid "Log file folder"
3529
  msgstr ""
3530
 
3531
- #: inc/class-page-settings.php:617
3532
  msgid "You can use absolute or relative path! Relative path is relative to %s."
3533
  msgstr ""
3534
 
3535
- #: inc/class-page-settings.php:633
3536
  msgid "Maximum log files"
3537
  msgstr ""
3538
 
3539
- #: inc/class-page-settings.php:641
3540
  msgid "Maximum log files in folder."
3541
  msgstr ""
3542
 
3543
- #: inc/class-page-settings.php:645, inc/class-page-settings.php:648
3544
  msgid "Compression"
3545
  msgstr ""
3546
 
3547
- #: inc/class-page-settings.php:659
3548
  msgid "Compress log files with GZip."
3549
  msgstr ""
3550
 
3551
- #: inc/class-page-settings.php:665, inc/class-page-settings.php:670
3552
  msgid "Logging Level"
3553
  msgstr ""
3554
 
3555
- #: inc/class-page-settings.php:678
3556
  msgid "Normal (translated)"
3557
  msgstr ""
3558
 
3559
- #: inc/class-page-settings.php:682
3560
  msgid "Normal (not translated)"
3561
  msgstr ""
3562
 
3563
- #: inc/class-page-settings.php:686
3564
  msgid "Debug (translated)"
3565
  msgstr ""
3566
 
3567
- #: inc/class-page-settings.php:690
3568
  msgid "Debug (not translated)"
3569
  msgstr ""
3570
 
3571
- #: inc/class-page-settings.php:694
3572
  msgid "Debug log has much more information than normal logs. It is for support and should be handled carefully. For support is the best to use a not translated log file. Usage of not translated logs can reduce the PHP memory usage too."
3573
  msgstr ""
3574
 
3575
- #: inc/class-page-settings.php:707
3576
  msgid "There are a couple of general options for backup jobs. Set them here."
3577
  msgstr ""
3578
 
3579
- #: inc/class-page-settings.php:715
3580
  msgid "Maximum number of retries for job steps"
3581
  msgstr ""
3582
 
3583
- #: inc/class-page-settings.php:729
3584
  msgid "Maximum script execution time"
3585
  msgstr ""
3586
 
3587
- #: inc/class-page-settings.php:734
3588
  msgid "Maximum PHP Script execution time"
3589
  msgstr ""
3590
 
3591
- #: inc/class-page-settings.php:742
3592
  msgid "seconds."
3593
  msgstr ""
3594
 
3595
- #: inc/class-page-settings.php:744
3596
  msgid "Job will restart before hitting maximum execution time. Restarts will be disabled on CLI usage. If <code>ALTERNATE_WP_CRON</code> has been defined, WordPress Cron will be used for restarts, so it can take a while. 0 means no maximum."
3597
  msgstr ""
3598
 
3599
- #: inc/class-page-settings.php:757
3600
  msgid "Key to start jobs externally with an URL"
3601
  msgstr ""
3602
 
3603
- #: inc/class-page-settings.php:765
3604
  msgid "Will be used to protect job starts from unauthorized person."
3605
  msgstr ""
3606
 
3607
- #: inc/class-page-settings.php:773, inc/class-page-settings.php:778
3608
  msgid "Reduce server load"
3609
  msgstr ""
3610
 
3611
- #: inc/class-page-settings.php:786
3612
  msgid "disabled"
3613
  msgstr ""
3614
 
3615
- #: inc/class-page-settings.php:790
3616
  msgid "minimum"
3617
  msgstr ""
3618
 
3619
- #: inc/class-page-settings.php:794
3620
  msgid "medium"
3621
  msgstr ""
3622
 
3623
- #: inc/class-page-settings.php:798
3624
  msgid "maximum"
3625
  msgstr ""
3626
 
3627
- #: inc/class-page-settings.php:802
3628
  msgid "This adds short pauses to the process. Can be used to reduce the CPU load."
3629
  msgstr ""
3630
 
3631
- #: inc/class-page-settings.php:811
3632
  msgid "Empty output on working"
3633
  msgstr ""
3634
 
3635
- #: inc/class-page-settings.php:816, inc/class-page-settings.php:828
3636
  msgid "Enable an empty Output on backup working."
3637
  msgstr ""
3638
 
3639
- #: inc/class-page-settings.php:831
3640
  msgid "This do an empty output on job working. This can help in some situations or can break the working. You must test it."
3641
  msgstr ""
3642
 
3643
- #: inc/class-page-settings.php:840
3644
  msgid "Windows IIS compatibility"
3645
  msgstr ""
3646
 
3647
- #: inc/class-page-settings.php:845, inc/class-page-settings.php:856
3648
  msgid "Enable compatibility with IIS on Windows."
3649
  msgstr ""
3650
 
3651
- #: inc/class-page-settings.php:859
3652
  msgid "There is a PHP bug (<a href=\"https://bugs.php.net/43817\">bug #43817</a>), which is triggered on some versions of Windows and IIS. Checking this box will enable a workaround for that bug. Only enable if you are getting errors about &ldquo;Permission denied&rdquo; in your logs."
3653
  msgstr ""
3654
 
3655
- #: inc/class-page-settings.php:884
3656
  msgid "Authentication for <code>%s</code>"
3657
  msgstr ""
3658
 
3659
- #: inc/class-page-settings.php:891
3660
  msgid "If you protected your blog with HTTP basic authentication (.htaccess), or you use a Plugin to secure wp-cron.php, then use the authentication methods below."
3661
  msgstr ""
3662
 
3663
- #: inc/class-page-settings.php:908, inc/class-page-settings.php:913
3664
  msgid "Authentication method"
3665
  msgstr ""
3666
 
3667
- #: inc/class-page-settings.php:925
3668
  msgid "Basic auth"
3669
  msgstr ""
3670
 
3671
- #: inc/class-page-settings.php:929
3672
  msgid "WordPress User"
3673
  msgstr ""
3674
 
3675
- #: inc/class-page-settings.php:933
3676
  msgid "Query argument"
3677
  msgstr ""
3678
 
3679
- #: inc/class-page-settings.php:944
3680
  msgid "Basic Auth Username:"
3681
  msgstr ""
3682
 
3683
- #: inc/class-page-settings.php:962
3684
  msgid "Basic Auth Password:"
3685
  msgstr ""
3686
 
3687
- #: inc/class-page-settings.php:977, inc/class-page-settings.php:980
3688
  msgid "Select WordPress User"
3689
  msgstr ""
3690
 
3691
- #: inc/class-page-settings.php:1013
3692
  msgid "Query arg key=value:"
3693
  msgstr ""
3694
 
3695
- #: inc/class-page-settings.php:1040
3696
  msgid "Experiencing an issue and need to contact BackWPup support? Click the link below to get debug information you can send to us."
3697
  msgstr ""
3698
 
3699
- #: inc/class-page-settings.php:1048
3700
  msgid "Debug Info"
3701
  msgstr ""
3702
 
3703
- #: inc/class-page-settings.php:1052
3704
  msgid "Get Debug Info"
3705
  msgstr ""
3706
 
3707
- #: inc/class-page-settings.php:1059
3708
  msgid "You will find debug information below. Click the button to copy the debug info to send to support."
3709
  msgstr ""
3710
 
3711
- #: inc/class-page-settings.php:1074
3712
  msgid "https://backwpup.com"
3713
  msgstr ""
3714
 
3715
- #: inc/class-page-settings.php:1075
3716
  msgid "Get Pro"
3717
  msgstr ""
3718
 
3719
- #: inc/class-page-settings.php:1087
3720
  msgid "Copy Debug Info"
3721
  msgstr ""
3722
 
3723
- #: inc/class-page-settings.php:1092
3724
  msgid "Debug info copied to clipboard."
3725
  msgstr ""
3726
 
3727
- #: inc/class-page-settings.php:1100
3728
  msgid "Could not copy debug info. You can simply press ctrl+C to copy it."
3729
  msgstr ""
3730
 
3731
- #: inc/class-page-settings.php:1160, inc/class-page-settings.php:1164
3732
  msgid "Setting"
3733
  msgstr ""
3734
 
3735
- #: inc/class-page-settings.php:1160, inc/class-page-settings.php:1164
3736
  msgid "Value"
3737
  msgstr ""
3738
 
3739
- #: inc/class-page-settings.php:1183, inc/Pro/class-license-menu.php:416, inc/Pro/class-license-menu.php:420
3740
  msgid "Save Changes"
3741
  msgstr ""
3742
 
3743
- #: inc/class-page-settings.php:1189
3744
  msgid "Reset all settings to default"
3745
  msgstr ""
3746
 
@@ -3938,11 +3970,11 @@ msgstr ""
3938
  msgid "Get auth code"
3939
  msgstr ""
3940
 
3941
- #: inc/Pro/class-destination-dropbox.php:56, inc/Pro/class-destination-gdrive.php:415, inc/Pro/class-destination-gdrive.php:425, inc/Pro/class-destination-sugarsync.php:30
3942
  msgid "Login:"
3943
  msgstr ""
3944
 
3945
- #: inc/Pro/class-destination-dropbox.php:60, inc/Pro/class-destination-gdrive.php:437, inc/Pro/class-destination-sugarsync.php:56
3946
  msgid "Folder:"
3947
  msgstr ""
3948
 
@@ -3982,7 +4014,7 @@ msgstr ""
3982
  msgid "Absolute path to folder for backup files:"
3983
  msgstr ""
3984
 
3985
- #: inc/Pro/class-destination-folder.php:43, inc/Pro/class-destination-gdrive.php:452
3986
  msgid "Oldest files will be deleted first."
3987
  msgstr ""
3988
 
@@ -4038,15 +4070,15 @@ msgstr ""
4038
  msgid "Maximum number of backup files to keep in folder:"
4039
  msgstr ""
4040
 
4041
- #: inc/Pro/class-destination-gdrive.php:77, inc/Pro/class-destination-gdrive.php:396
4042
  msgid "Looks like you haven’t set up any API keys yet. Head over to <a href=\"%s\">Settings | API-Keys</a> and get Google Drive all set up, then come back here."
4043
  msgstr ""
4044
 
4045
- #: inc/Pro/class-destination-gdrive.php:98, inc/Pro/class-destination-gdrive.php:420
4046
  msgid "Authenticate"
4047
  msgstr ""
4048
 
4049
- #: inc/Pro/class-destination-gdrive.php:107, inc/Pro/class-destination-gdrive.php:430
4050
  msgid "Reauthenticate"
4051
  msgstr ""
4052
 
@@ -4058,81 +4090,81 @@ msgstr ""
4058
  msgid "Consider using trash to delete files. If trash is not enabled, files will be deleted permanently."
4059
  msgstr ""
4060
 
4061
- #: inc/Pro/class-destination-gdrive.php:227, inc/Pro/class-destination-gdrive.php:270
4062
  msgid "GDrive: Authenticated."
4063
  msgstr ""
4064
 
4065
- #: inc/Pro/class-destination-gdrive.php:232, inc/Pro/class-destination-gdrive.php:275
4066
  msgid "GDrive: No refresh token received. Try to Authenticate again!"
4067
  msgstr ""
4068
 
4069
- #: inc/Pro/class-destination-gdrive.php:246, inc/Pro/class-destination-gdrive.php:285, inc/Pro/class-destination-gdrive.php:308, inc/Pro/class-destination-gdrive.php:335
4070
  msgid "GDrive API: %s"
4071
  msgstr ""
4072
 
4073
- #: inc/Pro/class-destination-gdrive.php:658
4074
  msgid "One file deleted from Google Drive"
4075
  msgid_plural "%d files deleted on Google Drive"
4076
  msgstr[0] ""
4077
  msgstr[1] ""
4078
 
4079
- #: inc/Pro/class-destination-gdrive.php:685
4080
  msgid "%d. Try to send backup file to Google Drive&#160;&hellip;"
4081
  msgstr ""
4082
 
4083
- #: inc/Pro/class-destination-gdrive.php:702
4084
  msgid "Uploading to Google Drive&#160;&hellip;"
4085
  msgstr ""
4086
 
4087
- #: inc/Pro/class-destination-gdrive.php:770
4088
  msgid "Could not create resumable file transfer to Google Drive"
4089
  msgstr ""
4090
 
4091
- #: inc/Pro/class-destination-gdrive.php:821
4092
  msgid "Can not resume transfer backup to Google Drive!"
4093
  msgstr ""
4094
 
4095
- #: inc/Pro/class-destination-gdrive.php:893
4096
  msgid "Error transfering file chunks to %s."
4097
  msgstr ""
4098
 
4099
- #: inc/Pro/class-destination-gdrive.php:894, inc/Pro/class-destination-gdrive.php:938
4100
  msgid "Google Drive"
4101
  msgstr ""
4102
 
4103
- #: inc/Pro/class-destination-gdrive.php:951, inc/Pro/class-destination-gdrive.php:1311
4104
  msgid "Google Drive API: %s"
4105
  msgstr ""
4106
 
4107
- #: inc/Pro/class-destination-gdrive.php:1090
4108
  msgid "%d. Try to sync files to Google Drive&#160;&hellip;"
4109
  msgstr ""
4110
 
4111
- #: inc/Pro/class-destination-gdrive.php:1104
4112
  msgid "Syncing changed files to Google Drive"
4113
  msgstr ""
4114
 
4115
- #: inc/Pro/class-destination-gdrive.php:1147
4116
  msgid "File %s updated on Google Drive"
4117
  msgstr ""
4118
 
4119
- #: inc/Pro/class-destination-gdrive.php:1173
4120
  msgid "File %s uploaded to Google Drive"
4121
  msgstr ""
4122
 
4123
- #: inc/Pro/class-destination-gdrive.php:1197
4124
  msgid "File %s moved to trash in Google Drive"
4125
  msgstr ""
4126
 
4127
- #: inc/Pro/class-destination-gdrive.php:1205
4128
  msgid "File %s deleted permanently in Google Drive"
4129
  msgstr ""
4130
 
4131
- #: inc/Pro/class-destination-gdrive.php:1266
4132
  msgid "Extra file %s updated on Google Drive"
4133
  msgstr ""
4134
 
4135
- #: inc/Pro/class-destination-gdrive.php:1296
4136
  msgid "Extra file %s uploaded to Google Drive"
4137
  msgstr ""
4138
 
@@ -4188,7 +4220,7 @@ msgstr ""
4188
  msgid "Select an Amazon Glacier region:"
4189
  msgstr ""
4190
 
4191
- #: inc/Pro/class-destination-glacier.php:232, inc/Pro/class-destination-msazure.php:19, inc/Pro/class-destination-s3.php:43
4192
  msgid "Access Key:"
4193
  msgstr ""
4194
 
@@ -4242,47 +4274,47 @@ msgid_plural "%d files deleted on vault"
4242
  msgstr[0] ""
4243
  msgstr[1] ""
4244
 
4245
- #: inc/Pro/class-destination-msazure.php:17
4246
  msgid "Account Name:"
4247
  msgstr ""
4248
 
4249
- #: inc/Pro/class-destination-msazure.php:21, inc/Pro/class-destination-rsc.php:38
4250
  msgid "Container:"
4251
  msgstr ""
4252
 
4253
- #: inc/Pro/class-destination-msazure.php:28, inc/Pro/class-destination-rsc.php:47
4254
  msgid "Create container:"
4255
  msgstr ""
4256
 
4257
- #: inc/Pro/class-destination-msazure.php:30, inc/Pro/class-destination-rsc.php:49
4258
  msgid "Folder in container:"
4259
  msgstr ""
4260
 
4261
- #: inc/Pro/class-destination-msazure.php:118
4262
  msgid "%d. Trying to sync files with Microsoft Azure (Blob) &hellip;"
4263
  msgstr ""
4264
 
4265
- #: inc/Pro/class-destination-msazure.php:152
4266
  msgid "Retrieving file list from MS Azure."
4267
  msgstr ""
4268
 
4269
- #: inc/Pro/class-destination-msazure.php:168
4270
  msgid "Upload changed files to MS Azure."
4271
  msgstr ""
4272
 
4273
- #: inc/Pro/class-destination-msazure.php:180
4274
  msgid "File %s uploaded to MS Azure."
4275
  msgstr ""
4276
 
4277
- #: inc/Pro/class-destination-msazure.php:206
4278
  msgid "Extra file %s uploaded to MS Azure."
4279
  msgstr ""
4280
 
4281
- #: inc/Pro/class-destination-msazure.php:219
4282
  msgid "Delete nonexistent files on MS Azure."
4283
  msgstr ""
4284
 
4285
- #: inc/Pro/class-destination-msazure.php:222
4286
  msgid "File %s deleted from MS Azure."
4287
  msgstr ""
4288
 
@@ -4294,35 +4326,35 @@ msgstr ""
4294
  msgid "Select region:"
4295
  msgstr ""
4296
 
4297
- #: inc/Pro/class-destination-rsc.php:149
4298
  msgid "%d. Trying to sync files to Rackspace cloud&#160;&hellip;"
4299
  msgstr ""
4300
 
4301
- #: inc/Pro/class-destination-rsc.php:169
4302
  msgid "Connected to Rackspace cloud files container %s."
4303
  msgstr ""
4304
 
4305
- #: inc/Pro/class-destination-rsc.php:183
4306
  msgid "Retrieving files list from Rackspace Cloud."
4307
  msgstr ""
4308
 
4309
- #: inc/Pro/class-destination-rsc.php:214
4310
  msgid "Upload changed files to Rackspace Cloud."
4311
  msgstr ""
4312
 
4313
- #: inc/Pro/class-destination-rsc.php:232
4314
  msgid "File %s uploaded to Rackspace Cloud."
4315
  msgstr ""
4316
 
4317
- #: inc/Pro/class-destination-rsc.php:265
4318
  msgid "Extra file %s uploaded to Rackspace Cloud."
4319
  msgstr ""
4320
 
4321
- #: inc/Pro/class-destination-rsc.php:278
4322
  msgid "Delete nonexistent files on Rackspace Cloud."
4323
  msgstr ""
4324
 
4325
- #: inc/Pro/class-destination-rsc.php:282
4326
  msgid "File %s deleted from Rackspace Cloud."
4327
  msgstr ""
4328
 
@@ -4788,31 +4820,31 @@ msgstr ""
4788
  msgid "Back to overview"
4789
  msgstr ""
4790
 
4791
- #: inc/Pro/class-pro.php:147
4792
  msgid "GDrive"
4793
  msgstr ""
4794
 
4795
- #: inc/Pro/class-pro.php:218, inc/Pro/class-pro.php:219, inc/Pro/class-pro.php:334
4796
  msgid "Wizards"
4797
  msgstr ""
4798
 
4799
- #: inc/Pro/class-pro.php:254
4800
  msgid "Support"
4801
  msgstr ""
4802
 
4803
- #: inc/Pro/class-pro.php:255
4804
  msgid "Contact Support"
4805
  msgstr ""
4806
 
4807
- #: inc/Pro/class-pro.php:369
4808
  msgid "If you are experiencing issues, the debug information shown below can help us to better investigate and solve it for you."
4809
  msgstr ""
4810
 
4811
- #: inc/Pro/class-pro.php:375
4812
  msgid "If you already have a support ticket open with BackWPup, then you can simply click the copy button below to copy the debug information, and paste it into a response to your ticket."
4813
  msgstr ""
4814
 
4815
- #: inc/Pro/class-pro.php:382
4816
  msgid "If you have not yet opened a ticket, you may contact us directly by <a href=\"%s\">clicking here</a>."
4817
  msgstr ""
4818
 
41
  msgid "Backup to Folder"
42
  msgstr ""
43
 
44
+ #: backwpup.php:320
45
  msgid "Email"
46
  msgstr ""
47
 
48
+ #: backwpup.php:321
49
  msgid "Backup sent via email"
50
  msgstr ""
51
 
52
+ #: backwpup.php:335
53
  msgid "FTP"
54
  msgstr ""
55
 
56
+ #: backwpup.php:336
57
  msgid "Backup to FTP"
58
  msgstr ""
59
 
60
+ #: backwpup.php:350, inc/class-destination-dropbox.php:445
61
  msgid "Dropbox"
62
  msgstr ""
63
 
64
+ #: backwpup.php:351, inc/class-page-about.php:508
65
  msgid "Backup to Dropbox"
66
  msgstr ""
67
 
68
+ #: backwpup.php:365, inc/class-destination-s3.php:41
69
  msgid "S3 Service"
70
  msgstr ""
71
 
72
+ #: backwpup.php:366
73
  msgid "Backup to an S3 Service"
74
  msgstr ""
75
 
76
+ #: backwpup.php:380
77
  msgid "MS Azure"
78
  msgstr ""
79
 
80
+ #: backwpup.php:381
81
  msgid "Backup to Microsoft Azure (Blob)"
82
  msgstr ""
83
 
84
+ #: backwpup.php:395
85
  msgid "RSC"
86
  msgstr ""
87
 
88
+ #: backwpup.php:396, inc/class-page-about.php:513
89
  msgid "Backup to Rackspace Cloud Files"
90
  msgstr ""
91
 
92
+ #: backwpup.php:410
93
  msgid "SugarSync"
94
  msgstr ""
95
 
96
+ #: backwpup.php:411, inc/class-page-about.php:528
97
  msgid "Backup to SugarSync"
98
  msgstr ""
99
 
100
+ #: backwpup.php:438
101
  msgid "PHP Version %1$s is to low, you need Version %2$s or above."
102
  msgstr ""
103
 
104
+ #: backwpup.php:450
105
  msgid "Missing function \"%s\"."
106
  msgstr ""
107
 
108
+ #: backwpup.php:463
109
  msgid "Missing class \"%s\"."
110
  msgstr ""
111
 
112
+ #: backwpup.php:566
113
+ msgid "BackWPup requires PHP version %1$s with spl extension or greater and WordPress %2$s or greater."
114
  msgstr ""
115
 
116
  #: inc/class-admin.php:291, inc/class-help.php:24
129
  msgid "Dashboard"
130
  msgstr ""
131
 
132
+ #: inc/class-admin.php:342, inc/class-admin.php:343, inc/class-adminbar.php:82, inc/class-page-settings.php:492
133
  msgid "Jobs"
134
  msgstr ""
135
 
137
  msgid "Add new job"
138
  msgstr ""
139
 
140
+ #: inc/class-admin.php:406, inc/class-admin.php:407, inc/class-adminbar.php:98, inc/class-page-logs.php:376, inc/class-page-settings.php:496
141
  msgid "Logs"
142
  msgstr ""
143
 
333
  msgid "Could not write data to file."
334
  msgstr ""
335
 
336
+ #: inc/class-destination-dropbox-downloader.php:104, inc/class-destination-folder-downloader.php:137, inc/class-destination-ftp-downloader.php:126, inc/class-destination-msazure-downloader.php:100, inc/class-destination-s3-downloader.php:112, inc/Pro/class-destination-gdrive-downloader.php:102
337
  msgid "File could not be opened for writing."
338
  msgstr ""
339
 
350
  msgid "Authentication"
351
  msgstr ""
352
 
353
+ #: inc/class-destination-dropbox.php:78, inc/Pro/class-destination-gdrive.php:100, inc/Pro/class-destination-gdrive.php:411
354
  msgid "Not authenticated!"
355
  msgstr ""
356
 
358
  msgid "Create Account"
359
  msgstr ""
360
 
361
+ #: inc/class-destination-dropbox.php:83, inc/class-destination-sugarsync.php:48, inc/Pro/class-destination-dropbox.php:57, inc/Pro/class-destination-gdrive.php:102, inc/Pro/class-destination-gdrive.php:421, inc/Pro/class-destination-sugarsync.php:31
362
  msgid "Authenticated!"
363
  msgstr ""
364
 
394
  msgid "BackWPup will have full read and write access to your entire Dropbox. You can specify your backup destination wherever you want, just be aware that ANY files or folders inside of your Dropbox can be overridden or deleted by BackWPup."
395
  msgstr ""
396
 
397
+ #: inc/class-destination-dropbox.php:141, inc/class-destination-folder.php:29, inc/class-destination-ftp.php:82, inc/class-destination-msazure.php:73, inc/class-destination-rsc.php:97, inc/class-destination-sugarsync.php:84, inc/Pro/class-destination-gdrive.php:113
398
  msgid "Backup settings"
399
  msgstr ""
400
 
410
  msgid "File Deletion"
411
  msgstr ""
412
 
413
+ #: inc/class-destination-dropbox.php:171, inc/class-destination-folder.php:60, inc/class-destination-ftp.php:104, inc/class-destination-msazure.php:94, inc/class-destination-rsc.php:114, inc/class-destination-s3.php:198, inc/class-destination-sugarsync.php:101, inc/Pro/class-destination-dropbox.php:76, inc/Pro/class-destination-folder.php:45, inc/Pro/class-destination-gdrive.php:135, inc/Pro/class-destination-gdrive.php:452, inc/Pro/class-destination-msazure.php:50, inc/Pro/class-destination-rsc.php:65, inc/Pro/class-destination-s3.php:98
414
  msgid "Number of files to keep in folder."
415
  msgstr ""
416
 
417
+ #: inc/class-destination-dropbox.php:173, inc/class-destination-folder.php:64, inc/class-destination-ftp.php:106, inc/class-destination-msazure.php:96, inc/class-destination-rsc.php:116, inc/class-destination-s3.php:201, inc/class-destination-sugarsync.php:103, inc/Pro/class-destination-gdrive.php:137, inc/Pro/class-destination-glacier.php:104
418
  msgid "<strong>Warning</strong>: Files belonging to this job are now tracked. Old backup archives which are untracked will not be automatically deleted."
419
  msgstr ""
420
 
421
+ #: inc/class-destination-dropbox.php:183, inc/class-destination-folder.php:81, inc/class-destination-ftp.php:118, inc/class-destination-msazure.php:102, inc/class-destination-rsc.php:120, inc/class-destination-s3.php:214, inc/class-destination-sugarsync.php:107, inc/Pro/class-destination-dropbox.php:82, inc/Pro/class-destination-folder.php:51, inc/Pro/class-destination-ftp.php:75, inc/Pro/class-destination-gdrive.php:149, inc/Pro/class-destination-gdrive.php:458, inc/Pro/class-destination-msazure.php:61, inc/Pro/class-destination-rsc.php:70, inc/Pro/class-destination-s3.php:103, inc/Pro/class-destination-sugarsync.php:65
422
  msgid "Do not delete files while syncing to destination!"
423
  msgstr ""
424
 
448
  msgid "Uploading to Dropbox&#160;&hellip;"
449
  msgstr ""
450
 
451
+ #: inc/class-destination-dropbox.php:432, inc/class-destination-msazure.php:333, inc/class-destination-sugarsync.php:266, inc/Pro/class-destination-gdrive.php:920
452
  msgid "Backup transferred to %s"
453
  msgstr ""
454
 
455
+ #: inc/class-destination-dropbox.php:438, inc/Pro/class-destination-gdrive.php:926
456
  msgid "Uploaded file size and local file size don't match."
457
  msgstr ""
458
 
459
+ #: inc/class-destination-dropbox.php:444, inc/Pro/class-destination-gdrive.php:932, inc/Pro/class-destination-glacier.php:454
460
  msgid "Error transfering backup to %s."
461
  msgstr ""
462
 
532
  msgid "SMTP secure connection"
533
  msgstr ""
534
 
535
+ #: inc/class-destination-email.php:143, inc/class-jobtype-dbdump.php:67, inc/class-jobtype-dbdump.php:103, inc/class-jobtype-wpexp.php:73, inc/class-jobtype-wpplugin.php:57, inc/class-page-backwpup.php:329, inc/class-page-backwpup.php:404, inc/class-page-settings.php:981, inc/Pro/class-jobtype-dbdump.php:157, inc/Pro/class-jobtype-dbdump.php:205
536
  msgid "none"
537
  msgstr ""
538
 
753
  msgid "Backup transferred to FTP server: %s"
754
  msgstr ""
755
 
756
+ #: inc/class-destination-ftp.php:673, inc/class-destination-msazure.php:318, inc/class-destination-rsc.php:309, inc/class-destination-s3.php:708, inc/class-destination-s3.php:838, inc/Pro/class-destination-gdrive.php:901, inc/Pro/class-destination-glacier.php:472, inc/Pro/class-destination-rsc.php:236, inc/Pro/class-destination-rsc.php:269
757
  msgid "Can not open source file for transfer."
758
  msgstr ""
759
 
769
  msgid "FTP Folder \"%s\" created!"
770
  msgstr ""
771
 
772
+ #: inc/class-destination-msazure-downloader.php:51, inc/class-destination-s3-downloader.php:76
773
+ msgid "Could not write data to file. Empty source file."
774
+ msgstr ""
775
+
776
+ #: inc/class-destination-msazure-downloader.php:60
777
+ msgid "Could not write data to file %s."
778
+ msgstr ""
779
+
780
+ #: inc/class-destination-msazure.php:32
781
  msgid "MS Azure access keys"
782
  msgstr ""
783
 
784
+ #: inc/class-destination-msazure.php:36
785
  msgid "Account name"
786
  msgstr ""
787
 
788
+ #: inc/class-destination-msazure.php:43
789
  msgid "Access key"
790
  msgstr ""
791
 
792
+ #: inc/class-destination-msazure.php:51
793
  msgid "Blob container"
794
  msgstr ""
795
 
796
+ #: inc/class-destination-msazure.php:55, inc/class-destination-rsc.php:78
797
  msgid "Container selection"
798
  msgstr ""
799
 
800
+ #: inc/class-destination-msazure.php:66, inc/class-destination-rsc.php:90
801
  msgid "Create a new container"
802
  msgstr ""
803
 
804
+ #: inc/class-destination-msazure.php:77
805
  msgid "Folder in container"
806
  msgstr ""
807
 
808
+ #: inc/class-destination-msazure.php:85, inc/class-destination-rsc.php:107, inc/class-destination-s3.php:184, inc/Pro/class-destination-glacier.php:91
809
  msgid "File deletion"
810
  msgstr ""
811
 
812
+ #: inc/class-destination-msazure.php:120, inc/Pro/class-destination-msazure.php:82
813
+ msgid "Microsoft Azure Configuration: "
814
+ msgstr ""
815
+
816
+ #: inc/class-destination-msazure.php:171, inc/Pro/class-destination-msazure.php:121
817
  msgid "MS Azure container \"%s\" created."
818
  msgstr ""
819
 
820
+ #: inc/class-destination-msazure.php:176, inc/Pro/class-destination-msazure.php:126
821
  msgid "MS Azure container create: %s"
822
  msgstr ""
823
 
824
+ #: inc/class-destination-msazure.php:251
825
  msgid "%d. Try sending backup to a Microsoft Azure (Blob)&#160;&hellip;"
826
  msgstr ""
827
 
828
+ #: inc/class-destination-msazure.php:273, inc/Pro/class-destination-msazure.php:204
829
  msgid "MS Azure container \"%s\" does not exist!"
830
  msgstr ""
831
 
832
+ #: inc/class-destination-msazure.php:277, inc/Pro/class-destination-msazure.php:208
833
  msgid "Connected to MS Azure container \"%s\"."
834
  msgstr ""
835
 
836
+ #: inc/class-destination-msazure.php:280
837
  msgid "Starting upload to MS Azure&#160;&hellip;"
838
  msgstr ""
839
 
840
+ #: inc/class-destination-msazure.php:339, inc/class-destination-msazure.php:401, inc/Pro/class-destination-msazure.php:305
841
  msgid "Microsoft Azure API: %s"
842
  msgstr ""
843
 
844
+ #: inc/class-destination-msazure.php:394
845
  msgid "One file deleted on Microsoft Azure container."
846
  msgid_plural "%d files deleted on Microsoft Azure container."
847
  msgstr[0] ""
848
  msgstr[1] ""
849
 
850
+ #: inc/class-destination-msazure.php:513
851
  msgid "Missing account name!"
852
  msgstr ""
853
 
854
+ #: inc/class-destination-msazure.php:515, inc/class-destination-s3.php:329, inc/Pro/class-destination-glacier.php:155
855
  msgid "Missing access key!"
856
  msgstr ""
857
 
858
+ #: inc/class-destination-msazure.php:519
859
  msgid "No container found!"
860
  msgstr ""
861
 
862
+ #: inc/class-destination-msazure.php:695
863
+ msgid "Could not extract job id from destination %s."
864
+ msgstr ""
865
+
866
  #: inc/class-destination-rsc.php:44
867
  msgid "Rack Space Cloud Keys"
868
  msgstr ""
907
  msgid "Folder in bucket"
908
  msgstr ""
909
 
910
+ #: inc/class-destination-rsc.php:164, inc/Pro/class-destination-rsc.php:120
911
  msgid "Rackspace Cloud container \"%s\" created."
912
  msgstr ""
913
 
914
+ #: inc/class-destination-rsc.php:168, inc/class-destination-rsc.php:294, inc/class-destination-rsc.php:334, inc/class-destination-rsc.php:379, inc/Pro/class-destination-rsc.php:124, inc/Pro/class-destination-rsc.php:180, inc/Pro/class-destination-rsc.php:300
915
  msgid "Rackspace Cloud API: %s"
916
  msgstr ""
917
 
918
+ #: inc/class-destination-rsc.php:273
919
  msgid "%d. Trying to send backup file to Rackspace cloud &hellip;"
920
  msgstr ""
921
 
922
+ #: inc/class-destination-rsc.php:291
923
  msgid "Connected to Rackspace cloud files container %s"
924
  msgstr ""
925
 
926
+ #: inc/class-destination-rsc.php:303
927
  msgid "Upload to Rackspace cloud started &hellip;"
928
  msgstr ""
929
 
930
+ #: inc/class-destination-rsc.php:322
931
  msgid "Backup File transferred to RSC://"
932
  msgstr ""
933
 
934
+ #: inc/class-destination-rsc.php:328
935
  msgid "Cannot transfer backup to Rackspace cloud."
936
  msgstr ""
937
 
938
+ #: inc/class-destination-rsc.php:373
939
  msgid "One file deleted on Rackspace cloud container."
940
  msgid_plural "%d files deleted on Rackspace cloud container."
941
  msgstr[0] ""
942
  msgstr[1] ""
943
 
944
+ #: inc/class-destination-rsc.php:488
945
  msgid "Missing username!"
946
  msgstr ""
947
 
948
+ #: inc/class-destination-rsc.php:490
949
  msgid "Missing API Key!"
950
  msgstr ""
951
 
952
+ #: inc/class-destination-rsc.php:494
953
  msgid "A container could not be found!"
954
  msgstr ""
955
 
 
 
 
 
956
  #: inc/class-destination-s3.php:47
957
  msgid "Select a S3 service"
958
  msgstr ""
1017
  msgid "Save files encrypted (AES256) on server."
1018
  msgstr ""
1019
 
1020
+ #: inc/class-destination-s3.php:331, inc/Pro/class-destination-glacier.php:157
1021
  msgid "Missing secret access key!"
1022
  msgstr ""
1023
 
1024
+ #: inc/class-destination-s3.php:337
1025
  msgid "No bucket found!"
1026
  msgstr ""
1027
 
1028
+ #: inc/class-destination-s3.php:423
1029
  msgid "Bucket %1$s created."
1030
  msgstr ""
1031
 
1032
+ #: inc/class-destination-s3.php:471, inc/class-destination-s3.php:737, inc/class-destination-s3.php:816, inc/class-destination-s3.php:875, inc/class-destination-s3.php:890, inc/Pro/class-destination-s3.php:476
1033
  msgid "S3 Service API: %s"
1034
  msgstr ""
1035
 
1036
+ #: inc/class-destination-s3.php:581
1037
  msgid "Storage Class: %s"
1038
  msgstr ""
1039
 
1040
+ #: inc/class-destination-s3.php:616
1041
  msgid "Cannot delete backup from %s."
1042
  msgstr ""
1043
 
1044
+ #: inc/class-destination-s3.php:625
1045
  msgid "One file deleted on S3 Bucket."
1046
  msgid_plural "%d files deleted on S3 Bucket"
1047
  msgstr[0] ""
1048
  msgstr[1] ""
1049
 
1050
+ #: inc/class-destination-s3.php:649
1051
  msgid "%d. Trying to send backup file to S3 Service&#160;&hellip;"
1052
  msgstr ""
1053
 
1054
+ #: inc/class-destination-s3.php:668, inc/Pro/class-destination-s3.php:262
1055
  msgid "Connected to S3 Bucket \"%1$s\" in %2$s"
1056
  msgstr ""
1057
 
1058
+ #: inc/class-destination-s3.php:673, inc/Pro/class-destination-s3.php:269
1059
  msgid "S3 Bucket \"%s\" does not exist!"
1060
  msgstr ""
1061
 
1062
+ #: inc/class-destination-s3.php:682
1063
  msgid "Checking for not aborted multipart Uploads&#160;&hellip;"
1064
  msgstr ""
1065
 
1066
+ #: inc/class-destination-s3.php:695
1067
  msgid "Upload for %s aborted."
1068
  msgstr ""
1069
 
1070
+ #: inc/class-destination-s3.php:701
1071
  msgid "Starting upload to S3 Service&#160;&hellip;"
1072
  msgstr ""
1073
 
1074
+ #: inc/class-destination-s3.php:852, inc/Pro/class-destination-glacier.php:450
1075
  msgid "Backup transferred to %s."
1076
  msgstr ""
1077
 
1078
+ #: inc/class-destination-s3.php:864
1079
  msgid "Cannot transfer backup to S3! (%1$d) %2$s"
1080
  msgstr ""
1081
 
2084
  msgid "Error while writing file!"
2085
  msgstr ""
2086
 
2087
+ #: inc/class-option.php:203, inc/class-page-editjob.php:97, inc/class-page-editjob.php:392
2088
  msgid "New Job"
2089
  msgstr ""
2090
 
2252
  msgid "Restore Encrypted Backups"
2253
  msgstr ""
2254
 
2255
+ #: inc/class-page-about.php:553, inc/Pro/class-pro.php:142
2256
  msgid "Backup to Google Drive"
2257
  msgstr ""
2258
 
2368
  msgid "Download"
2369
  msgstr ""
2370
 
2371
+ #: inc/class-page-backups.php:302, inc/Pro/class-pro.php:279, inc/Pro/class-pro.php:280, views/pro/restore/steps/step4_top.php:2
2372
  msgid "Restore"
2373
  msgstr ""
2374
 
2640
  msgid "%1$s &rsaquo; Job: %2$s"
2641
  msgstr ""
2642
 
2643
+ #: inc/class-page-editjob.php:337, inc/class-page-settings.php:491
2644
  msgid "General"
2645
  msgstr ""
2646
 
3460
  msgid "Please download the key before continuing. If you do not save it locally, you cannot decrypt your backups later."
3461
  msgstr ""
3462
 
3463
+ #: inc/class-page-settings.php:393
3464
  msgid "Settings reset to default"
3465
  msgstr ""
3466
 
3467
+ #: inc/class-page-settings.php:476
3468
  msgid "Settings saved"
3469
  msgstr ""
3470
 
3471
+ #: inc/class-page-settings.php:485
3472
  msgid "%s &rsaquo; Settings"
3473
  msgstr ""
3474
 
3475
+ #: inc/class-page-settings.php:494
3476
  msgid "Encryption"
3477
  msgstr ""
3478
 
3479
+ #: inc/class-page-settings.php:497
3480
  msgid "Network"
3481
  msgstr ""
3482
 
3483
+ #: inc/class-page-settings.php:498
3484
  msgid "API Keys"
3485
  msgstr ""
3486
 
3487
+ #: inc/class-page-settings.php:499
3488
  msgid "Information"
3489
  msgstr ""
3490
 
3491
+ #: inc/class-page-settings.php:518
3492
  msgid "Display Settings"
3493
  msgstr ""
3494
 
3495
+ #: inc/class-page-settings.php:519
3496
  msgid "Do you want to see BackWPup in the WordPress admin bar?"
3497
  msgstr ""
3498
 
3499
+ #: inc/class-page-settings.php:522
3500
  msgid "Admin bar"
3501
  msgstr ""
3502
 
3503
+ #: inc/class-page-settings.php:527
3504
  msgid "Admin Bar"
3505
  msgstr ""
3506
 
3507
+ #: inc/class-page-settings.php:536
3508
  msgid "Show BackWPup links in admin bar."
3509
  msgstr ""
3510
 
3511
+ #: inc/class-page-settings.php:542, inc/class-page-settings.php:547
3512
  msgid "Folder sizes"
3513
  msgstr ""
3514
 
3515
+ #: inc/class-page-settings.php:556
3516
  msgid "Display folder sizes in the files tab when editing a job. (Might increase loading time of files tab.)"
3517
  msgstr ""
3518
 
3519
+ #: inc/class-page-settings.php:565
3520
  msgid "Security"
3521
  msgstr ""
3522
 
3523
+ #: inc/class-page-settings.php:566
3524
  msgid "Security option for BackWPup"
3525
  msgstr ""
3526
 
3527
+ #: inc/class-page-settings.php:569, inc/class-page-settings.php:574
3528
  msgid "Protect folders"
3529
  msgstr ""
3530
 
3531
+ #: inc/class-page-settings.php:584
3532
  msgid "Protect BackWPup folders ( Temp, Log and Backups ) with <code>.htaccess</code> and <code>index.php</code>"
3533
  msgstr ""
3534
 
3535
+ #: inc/class-page-settings.php:604
3536
+ msgid "Phone Home Client"
3537
  msgstr ""
3538
 
3539
  #: inc/class-page-settings.php:607
3540
+ msgid "Phone Home Client allows BackWPup to collect data about your system to improve the plugin."
3541
+ msgstr ""
3542
+
3543
+ #: inc/class-page-settings.php:615
3544
+ msgid "Any data is sent anonymously. We don't collect any personal data."
3545
+ msgstr ""
3546
+
3547
+ #: inc/class-page-settings.php:625, inc/class-page-settings.php:631
3548
+ msgid "Enable Phone Home Client"
3549
+ msgstr ""
3550
+
3551
+ #: inc/class-page-settings.php:645
3552
+ msgid "Enable Phone Home"
3553
+ msgstr ""
3554
+
3555
+ #: inc/class-page-settings.php:658
3556
+ msgid "Every time BackWPup runs a backup job, a log file is being generated. Choose where to store your log files and how many of them."
3557
+ msgstr ""
3558
+
3559
+ #: inc/class-page-settings.php:667
3560
  msgid "Log file folder"
3561
  msgstr ""
3562
 
3563
+ #: inc/class-page-settings.php:677
3564
  msgid "You can use absolute or relative path! Relative path is relative to %s."
3565
  msgstr ""
3566
 
3567
+ #: inc/class-page-settings.php:693
3568
  msgid "Maximum log files"
3569
  msgstr ""
3570
 
3571
+ #: inc/class-page-settings.php:701
3572
  msgid "Maximum log files in folder."
3573
  msgstr ""
3574
 
3575
+ #: inc/class-page-settings.php:705, inc/class-page-settings.php:708
3576
  msgid "Compression"
3577
  msgstr ""
3578
 
3579
+ #: inc/class-page-settings.php:719
3580
  msgid "Compress log files with GZip."
3581
  msgstr ""
3582
 
3583
+ #: inc/class-page-settings.php:725, inc/class-page-settings.php:730
3584
  msgid "Logging Level"
3585
  msgstr ""
3586
 
3587
+ #: inc/class-page-settings.php:738
3588
  msgid "Normal (translated)"
3589
  msgstr ""
3590
 
3591
+ #: inc/class-page-settings.php:742
3592
  msgid "Normal (not translated)"
3593
  msgstr ""
3594
 
3595
+ #: inc/class-page-settings.php:746
3596
  msgid "Debug (translated)"
3597
  msgstr ""
3598
 
3599
+ #: inc/class-page-settings.php:750
3600
  msgid "Debug (not translated)"
3601
  msgstr ""
3602
 
3603
+ #: inc/class-page-settings.php:754
3604
  msgid "Debug log has much more information than normal logs. It is for support and should be handled carefully. For support is the best to use a not translated log file. Usage of not translated logs can reduce the PHP memory usage too."
3605
  msgstr ""
3606
 
3607
+ #: inc/class-page-settings.php:767
3608
  msgid "There are a couple of general options for backup jobs. Set them here."
3609
  msgstr ""
3610
 
3611
+ #: inc/class-page-settings.php:775
3612
  msgid "Maximum number of retries for job steps"
3613
  msgstr ""
3614
 
3615
+ #: inc/class-page-settings.php:789
3616
  msgid "Maximum script execution time"
3617
  msgstr ""
3618
 
3619
+ #: inc/class-page-settings.php:794
3620
  msgid "Maximum PHP Script execution time"
3621
  msgstr ""
3622
 
3623
+ #: inc/class-page-settings.php:802
3624
  msgid "seconds."
3625
  msgstr ""
3626
 
3627
+ #: inc/class-page-settings.php:804
3628
  msgid "Job will restart before hitting maximum execution time. Restarts will be disabled on CLI usage. If <code>ALTERNATE_WP_CRON</code> has been defined, WordPress Cron will be used for restarts, so it can take a while. 0 means no maximum."
3629
  msgstr ""
3630
 
3631
+ #: inc/class-page-settings.php:817
3632
  msgid "Key to start jobs externally with an URL"
3633
  msgstr ""
3634
 
3635
+ #: inc/class-page-settings.php:825
3636
  msgid "Will be used to protect job starts from unauthorized person."
3637
  msgstr ""
3638
 
3639
+ #: inc/class-page-settings.php:833, inc/class-page-settings.php:838
3640
  msgid "Reduce server load"
3641
  msgstr ""
3642
 
3643
+ #: inc/class-page-settings.php:846
3644
  msgid "disabled"
3645
  msgstr ""
3646
 
3647
+ #: inc/class-page-settings.php:850
3648
  msgid "minimum"
3649
  msgstr ""
3650
 
3651
+ #: inc/class-page-settings.php:854
3652
  msgid "medium"
3653
  msgstr ""
3654
 
3655
+ #: inc/class-page-settings.php:858
3656
  msgid "maximum"
3657
  msgstr ""
3658
 
3659
+ #: inc/class-page-settings.php:862
3660
  msgid "This adds short pauses to the process. Can be used to reduce the CPU load."
3661
  msgstr ""
3662
 
3663
+ #: inc/class-page-settings.php:871
3664
  msgid "Empty output on working"
3665
  msgstr ""
3666
 
3667
+ #: inc/class-page-settings.php:876, inc/class-page-settings.php:888
3668
  msgid "Enable an empty Output on backup working."
3669
  msgstr ""
3670
 
3671
+ #: inc/class-page-settings.php:891
3672
  msgid "This do an empty output on job working. This can help in some situations or can break the working. You must test it."
3673
  msgstr ""
3674
 
3675
+ #: inc/class-page-settings.php:900
3676
  msgid "Windows IIS compatibility"
3677
  msgstr ""
3678
 
3679
+ #: inc/class-page-settings.php:905, inc/class-page-settings.php:916
3680
  msgid "Enable compatibility with IIS on Windows."
3681
  msgstr ""
3682
 
3683
+ #: inc/class-page-settings.php:919
3684
  msgid "There is a PHP bug (<a href=\"https://bugs.php.net/43817\">bug #43817</a>), which is triggered on some versions of Windows and IIS. Checking this box will enable a workaround for that bug. Only enable if you are getting errors about &ldquo;Permission denied&rdquo; in your logs."
3685
  msgstr ""
3686
 
3687
+ #: inc/class-page-settings.php:944
3688
  msgid "Authentication for <code>%s</code>"
3689
  msgstr ""
3690
 
3691
+ #: inc/class-page-settings.php:951
3692
  msgid "If you protected your blog with HTTP basic authentication (.htaccess), or you use a Plugin to secure wp-cron.php, then use the authentication methods below."
3693
  msgstr ""
3694
 
3695
+ #: inc/class-page-settings.php:968, inc/class-page-settings.php:973
3696
  msgid "Authentication method"
3697
  msgstr ""
3698
 
3699
+ #: inc/class-page-settings.php:985
3700
  msgid "Basic auth"
3701
  msgstr ""
3702
 
3703
+ #: inc/class-page-settings.php:989
3704
  msgid "WordPress User"
3705
  msgstr ""
3706
 
3707
+ #: inc/class-page-settings.php:993
3708
  msgid "Query argument"
3709
  msgstr ""
3710
 
3711
+ #: inc/class-page-settings.php:1004
3712
  msgid "Basic Auth Username:"
3713
  msgstr ""
3714
 
3715
+ #: inc/class-page-settings.php:1022
3716
  msgid "Basic Auth Password:"
3717
  msgstr ""
3718
 
3719
+ #: inc/class-page-settings.php:1037, inc/class-page-settings.php:1040
3720
  msgid "Select WordPress User"
3721
  msgstr ""
3722
 
3723
+ #: inc/class-page-settings.php:1073
3724
  msgid "Query arg key=value:"
3725
  msgstr ""
3726
 
3727
+ #: inc/class-page-settings.php:1100
3728
  msgid "Experiencing an issue and need to contact BackWPup support? Click the link below to get debug information you can send to us."
3729
  msgstr ""
3730
 
3731
+ #: inc/class-page-settings.php:1108
3732
  msgid "Debug Info"
3733
  msgstr ""
3734
 
3735
+ #: inc/class-page-settings.php:1112
3736
  msgid "Get Debug Info"
3737
  msgstr ""
3738
 
3739
+ #: inc/class-page-settings.php:1119
3740
  msgid "You will find debug information below. Click the button to copy the debug info to send to support."
3741
  msgstr ""
3742
 
3743
+ #: inc/class-page-settings.php:1134
3744
  msgid "https://backwpup.com"
3745
  msgstr ""
3746
 
3747
+ #: inc/class-page-settings.php:1135
3748
  msgid "Get Pro"
3749
  msgstr ""
3750
 
3751
+ #: inc/class-page-settings.php:1147
3752
  msgid "Copy Debug Info"
3753
  msgstr ""
3754
 
3755
+ #: inc/class-page-settings.php:1152
3756
  msgid "Debug info copied to clipboard."
3757
  msgstr ""
3758
 
3759
+ #: inc/class-page-settings.php:1160
3760
  msgid "Could not copy debug info. You can simply press ctrl+C to copy it."
3761
  msgstr ""
3762
 
3763
+ #: inc/class-page-settings.php:1220, inc/class-page-settings.php:1224
3764
  msgid "Setting"
3765
  msgstr ""
3766
 
3767
+ #: inc/class-page-settings.php:1220, inc/class-page-settings.php:1224
3768
  msgid "Value"
3769
  msgstr ""
3770
 
3771
+ #: inc/class-page-settings.php:1243, inc/Pro/class-license-menu.php:416, inc/Pro/class-license-menu.php:420
3772
  msgid "Save Changes"
3773
  msgstr ""
3774
 
3775
+ #: inc/class-page-settings.php:1249
3776
  msgid "Reset all settings to default"
3777
  msgstr ""
3778
 
3970
  msgid "Get auth code"
3971
  msgstr ""
3972
 
3973
+ #: inc/Pro/class-destination-dropbox.php:56, inc/Pro/class-destination-gdrive.php:410, inc/Pro/class-destination-gdrive.php:420, inc/Pro/class-destination-sugarsync.php:30
3974
  msgid "Login:"
3975
  msgstr ""
3976
 
3977
+ #: inc/Pro/class-destination-dropbox.php:60, inc/Pro/class-destination-gdrive.php:432, inc/Pro/class-destination-sugarsync.php:56
3978
  msgid "Folder:"
3979
  msgstr ""
3980
 
4014
  msgid "Absolute path to folder for backup files:"
4015
  msgstr ""
4016
 
4017
+ #: inc/Pro/class-destination-folder.php:43, inc/Pro/class-destination-gdrive.php:447
4018
  msgid "Oldest files will be deleted first."
4019
  msgstr ""
4020
 
4070
  msgid "Maximum number of backup files to keep in folder:"
4071
  msgstr ""
4072
 
4073
+ #: inc/Pro/class-destination-gdrive.php:77, inc/Pro/class-destination-gdrive.php:391
4074
  msgid "Looks like you haven’t set up any API keys yet. Head over to <a href=\"%s\">Settings | API-Keys</a> and get Google Drive all set up, then come back here."
4075
  msgstr ""
4076
 
4077
+ #: inc/Pro/class-destination-gdrive.php:98, inc/Pro/class-destination-gdrive.php:415
4078
  msgid "Authenticate"
4079
  msgstr ""
4080
 
4081
+ #: inc/Pro/class-destination-gdrive.php:107, inc/Pro/class-destination-gdrive.php:425
4082
  msgid "Reauthenticate"
4083
  msgstr ""
4084
 
4090
  msgid "Consider using trash to delete files. If trash is not enabled, files will be deleted permanently."
4091
  msgstr ""
4092
 
4093
+ #: inc/Pro/class-destination-gdrive.php:222, inc/Pro/class-destination-gdrive.php:265
4094
  msgid "GDrive: Authenticated."
4095
  msgstr ""
4096
 
4097
+ #: inc/Pro/class-destination-gdrive.php:227, inc/Pro/class-destination-gdrive.php:270
4098
  msgid "GDrive: No refresh token received. Try to Authenticate again!"
4099
  msgstr ""
4100
 
4101
+ #: inc/Pro/class-destination-gdrive.php:241, inc/Pro/class-destination-gdrive.php:280, inc/Pro/class-destination-gdrive.php:303, inc/Pro/class-destination-gdrive.php:330
4102
  msgid "GDrive API: %s"
4103
  msgstr ""
4104
 
4105
+ #: inc/Pro/class-destination-gdrive.php:653
4106
  msgid "One file deleted from Google Drive"
4107
  msgid_plural "%d files deleted on Google Drive"
4108
  msgstr[0] ""
4109
  msgstr[1] ""
4110
 
4111
+ #: inc/Pro/class-destination-gdrive.php:680
4112
  msgid "%d. Try to send backup file to Google Drive&#160;&hellip;"
4113
  msgstr ""
4114
 
4115
+ #: inc/Pro/class-destination-gdrive.php:697
4116
  msgid "Uploading to Google Drive&#160;&hellip;"
4117
  msgstr ""
4118
 
4119
+ #: inc/Pro/class-destination-gdrive.php:765
4120
  msgid "Could not create resumable file transfer to Google Drive"
4121
  msgstr ""
4122
 
4123
+ #: inc/Pro/class-destination-gdrive.php:816
4124
  msgid "Can not resume transfer backup to Google Drive!"
4125
  msgstr ""
4126
 
4127
+ #: inc/Pro/class-destination-gdrive.php:888
4128
  msgid "Error transfering file chunks to %s."
4129
  msgstr ""
4130
 
4131
+ #: inc/Pro/class-destination-gdrive.php:889, inc/Pro/class-destination-gdrive.php:933
4132
  msgid "Google Drive"
4133
  msgstr ""
4134
 
4135
+ #: inc/Pro/class-destination-gdrive.php:946, inc/Pro/class-destination-gdrive.php:1306
4136
  msgid "Google Drive API: %s"
4137
  msgstr ""
4138
 
4139
+ #: inc/Pro/class-destination-gdrive.php:1085
4140
  msgid "%d. Try to sync files to Google Drive&#160;&hellip;"
4141
  msgstr ""
4142
 
4143
+ #: inc/Pro/class-destination-gdrive.php:1099
4144
  msgid "Syncing changed files to Google Drive"
4145
  msgstr ""
4146
 
4147
+ #: inc/Pro/class-destination-gdrive.php:1142
4148
  msgid "File %s updated on Google Drive"
4149
  msgstr ""
4150
 
4151
+ #: inc/Pro/class-destination-gdrive.php:1168
4152
  msgid "File %s uploaded to Google Drive"
4153
  msgstr ""
4154
 
4155
+ #: inc/Pro/class-destination-gdrive.php:1192
4156
  msgid "File %s moved to trash in Google Drive"
4157
  msgstr ""
4158
 
4159
+ #: inc/Pro/class-destination-gdrive.php:1200
4160
  msgid "File %s deleted permanently in Google Drive"
4161
  msgstr ""
4162
 
4163
+ #: inc/Pro/class-destination-gdrive.php:1261
4164
  msgid "Extra file %s updated on Google Drive"
4165
  msgstr ""
4166
 
4167
+ #: inc/Pro/class-destination-gdrive.php:1291
4168
  msgid "Extra file %s uploaded to Google Drive"
4169
  msgstr ""
4170
 
4220
  msgid "Select an Amazon Glacier region:"
4221
  msgstr ""
4222
 
4223
+ #: inc/Pro/class-destination-glacier.php:232, inc/Pro/class-destination-msazure.php:24, inc/Pro/class-destination-s3.php:43
4224
  msgid "Access Key:"
4225
  msgstr ""
4226
 
4274
  msgstr[0] ""
4275
  msgstr[1] ""
4276
 
4277
+ #: inc/Pro/class-destination-msazure.php:22
4278
  msgid "Account Name:"
4279
  msgstr ""
4280
 
4281
+ #: inc/Pro/class-destination-msazure.php:26, inc/Pro/class-destination-rsc.php:38
4282
  msgid "Container:"
4283
  msgstr ""
4284
 
4285
+ #: inc/Pro/class-destination-msazure.php:33, inc/Pro/class-destination-rsc.php:47
4286
  msgid "Create container:"
4287
  msgstr ""
4288
 
4289
+ #: inc/Pro/class-destination-msazure.php:35, inc/Pro/class-destination-rsc.php:49
4290
  msgid "Folder in container:"
4291
  msgstr ""
4292
 
4293
+ #: inc/Pro/class-destination-msazure.php:178
4294
  msgid "%d. Trying to sync files with Microsoft Azure (Blob) &hellip;"
4295
  msgstr ""
4296
 
4297
+ #: inc/Pro/class-destination-msazure.php:214
4298
  msgid "Retrieving file list from MS Azure."
4299
  msgstr ""
4300
 
4301
+ #: inc/Pro/class-destination-msazure.php:237
4302
  msgid "Upload changed files to MS Azure."
4303
  msgstr ""
4304
 
4305
+ #: inc/Pro/class-destination-msazure.php:249
4306
  msgid "File %s uploaded to MS Azure."
4307
  msgstr ""
4308
 
4309
+ #: inc/Pro/class-destination-msazure.php:275
4310
  msgid "Extra file %s uploaded to MS Azure."
4311
  msgstr ""
4312
 
4313
+ #: inc/Pro/class-destination-msazure.php:288
4314
  msgid "Delete nonexistent files on MS Azure."
4315
  msgstr ""
4316
 
4317
+ #: inc/Pro/class-destination-msazure.php:296
4318
  msgid "File %s deleted from MS Azure."
4319
  msgstr ""
4320
 
4326
  msgid "Select region:"
4327
  msgstr ""
4328
 
4329
+ #: inc/Pro/class-destination-rsc.php:153
4330
  msgid "%d. Trying to sync files to Rackspace cloud&#160;&hellip;"
4331
  msgstr ""
4332
 
4333
+ #: inc/Pro/class-destination-rsc.php:177
4334
  msgid "Connected to Rackspace cloud files container %s."
4335
  msgstr ""
4336
 
4337
+ #: inc/Pro/class-destination-rsc.php:191
4338
  msgid "Retrieving files list from Rackspace Cloud."
4339
  msgstr ""
4340
 
4341
+ #: inc/Pro/class-destination-rsc.php:222
4342
  msgid "Upload changed files to Rackspace Cloud."
4343
  msgstr ""
4344
 
4345
+ #: inc/Pro/class-destination-rsc.php:240
4346
  msgid "File %s uploaded to Rackspace Cloud."
4347
  msgstr ""
4348
 
4349
+ #: inc/Pro/class-destination-rsc.php:273
4350
  msgid "Extra file %s uploaded to Rackspace Cloud."
4351
  msgstr ""
4352
 
4353
+ #: inc/Pro/class-destination-rsc.php:286
4354
  msgid "Delete nonexistent files on Rackspace Cloud."
4355
  msgstr ""
4356
 
4357
+ #: inc/Pro/class-destination-rsc.php:290
4358
  msgid "File %s deleted from Rackspace Cloud."
4359
  msgstr ""
4360
 
4820
  msgid "Back to overview"
4821
  msgstr ""
4822
 
4823
+ #: inc/Pro/class-pro.php:141
4824
  msgid "GDrive"
4825
  msgstr ""
4826
 
4827
+ #: inc/Pro/class-pro.php:211, inc/Pro/class-pro.php:212, inc/Pro/class-pro.php:327
4828
  msgid "Wizards"
4829
  msgstr ""
4830
 
4831
+ #: inc/Pro/class-pro.php:247
4832
  msgid "Support"
4833
  msgstr ""
4834
 
4835
+ #: inc/Pro/class-pro.php:248
4836
  msgid "Contact Support"
4837
  msgstr ""
4838
 
4839
+ #: inc/Pro/class-pro.php:362
4840
  msgid "If you are experiencing issues, the debug information shown below can help us to better investigate and solve it for you."
4841
  msgstr ""
4842
 
4843
+ #: inc/Pro/class-pro.php:368
4844
  msgid "If you already have a support ticket open with BackWPup, then you can simply click the copy button below to copy the debug information, and paste it into a response to your ticket."
4845
  msgstr ""
4846
 
4847
+ #: inc/Pro/class-pro.php:375
4848
  msgid "If you have not yet opened a ticket, you may contact us directly by <a href=\"%s\">clicking here</a>."
4849
  msgstr ""
4850
 
readme.txt CHANGED
@@ -2,15 +2,14 @@
2
  Contributors: inpsyde, danielhuesken, Bueltge, nullbyte, wido, dinamiko
3
  Tags: backup, database backup, cloud backup, restore, wordpress backup
4
  Requires at least: 3.9
5
- Tested up to: 5.2.2
6
  Requires PHP: 5.6
7
- Stable tag: 3.6.10
8
  License: GPLv2+
9
 
10
  Schedule complete automatic backups of your WordPress installation. Decide which content will be stored (Dropbox, S3…). This is the free version
11
 
12
  == Description ==
13
-
14
  The **backup plugin** **[BackWPup](https://backwpup.com/)** can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like **Dropbox**, **S3**, **FTP** and many more, see list below. With a single backup .zip file you are able to easily restore an installation. Please understand: this free version will not be supported as good as the [BackWPup Pro version](https://backwpup.com). With our premium version you get first class support and more features.
15
 
16
  * Database Backup *(needs mysqli)*
@@ -160,6 +159,18 @@ Yes. You need to have writing access to the wp-config.php file (usually residing
160
 
161
  == Changelog ==
162
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  = Version 3.6.10 =
164
  Release Date: July 8, 2019
165
 
2
  Contributors: inpsyde, danielhuesken, Bueltge, nullbyte, wido, dinamiko
3
  Tags: backup, database backup, cloud backup, restore, wordpress backup
4
  Requires at least: 3.9
5
+ Tested up to: 5.3
6
  Requires PHP: 5.6
7
+ Stable tag: 3.7.0
8
  License: GPLv2+
9
 
10
  Schedule complete automatic backups of your WordPress installation. Decide which content will be stored (Dropbox, S3…). This is the free version
11
 
12
  == Description ==
 
13
  The **backup plugin** **[BackWPup](https://backwpup.com/)** can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like **Dropbox**, **S3**, **FTP** and many more, see list below. With a single backup .zip file you are able to easily restore an installation. Please understand: this free version will not be supported as good as the [BackWPup Pro version](https://backwpup.com). With our premium version you get first class support and more features.
14
 
15
  * Database Backup *(needs mysqli)*
159
 
160
  == Changelog ==
161
 
162
+ = Version 3.7.0 =
163
+ Release Date: Nov 27, 2019
164
+
165
+ * Updated: Raise the minimum PHP version required by BWU to 5.6
166
+ * Updated: Microsoft Azure Storage Blob PHP Client Library
167
+ * Fixed: S3 custom url not used for bucket selection
168
+ * Fixed: S3 malformed error message when authentication credentials are wrong
169
+ * Fixed: S3 selecting an invalid service raise no error
170
+ * Fixed: Rackspace uses old cacert.pem file
171
+ * Fixed: Log page not correcty sorted
172
+ * Added: Option to enable or disable the phone home client
173
+
174
  = Version 3.6.10 =
175
  Release Date: July 8, 2019
176
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit4ebb346bfc6cbb50ef10c0a899f1d678::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit302e967585f569da12bdcf676dace3fa::getLoader();
vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php DELETED
@@ -1,49 +0,0 @@
1
- <?php
2
- namespace Aws\ACMPCA;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Certificate Manager Private Certificate Authority** service.
8
- * @method \Aws\Result createCertificateAuthority(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createCertificateAuthorityAsync(array $args = [])
10
- * @method \Aws\Result createCertificateAuthorityAuditReport(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createCertificateAuthorityAuditReportAsync(array $args = [])
12
- * @method \Aws\Result createPermission(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createPermissionAsync(array $args = [])
14
- * @method \Aws\Result deleteCertificateAuthority(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteCertificateAuthorityAsync(array $args = [])
16
- * @method \Aws\Result deletePermission(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deletePermissionAsync(array $args = [])
18
- * @method \Aws\Result describeCertificateAuthority(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeCertificateAuthorityAsync(array $args = [])
20
- * @method \Aws\Result describeCertificateAuthorityAuditReport(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeCertificateAuthorityAuditReportAsync(array $args = [])
22
- * @method \Aws\Result getCertificate(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getCertificateAsync(array $args = [])
24
- * @method \Aws\Result getCertificateAuthorityCertificate(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getCertificateAuthorityCertificateAsync(array $args = [])
26
- * @method \Aws\Result getCertificateAuthorityCsr(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise getCertificateAuthorityCsrAsync(array $args = [])
28
- * @method \Aws\Result importCertificateAuthorityCertificate(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise importCertificateAuthorityCertificateAsync(array $args = [])
30
- * @method \Aws\Result issueCertificate(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise issueCertificateAsync(array $args = [])
32
- * @method \Aws\Result listCertificateAuthorities(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listCertificateAuthoritiesAsync(array $args = [])
34
- * @method \Aws\Result listPermissions(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listPermissionsAsync(array $args = [])
36
- * @method \Aws\Result listTags(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
38
- * @method \Aws\Result restoreCertificateAuthority(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise restoreCertificateAuthorityAsync(array $args = [])
40
- * @method \Aws\Result revokeCertificate(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise revokeCertificateAsync(array $args = [])
42
- * @method \Aws\Result tagCertificateAuthority(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise tagCertificateAuthorityAsync(array $args = [])
44
- * @method \Aws\Result untagCertificateAuthority(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise untagCertificateAuthorityAsync(array $args = [])
46
- * @method \Aws\Result updateCertificateAuthority(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise updateCertificateAuthorityAsync(array $args = [])
48
- */
49
- class ACMPCAClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ACMPCA\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Certificate Manager Private Certificate Authority** service.
8
- */
9
- class ACMPCAException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Acm/AcmClient.php DELETED
@@ -1,36 +0,0 @@
1
- <?php
2
- namespace Aws\Acm;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Certificate Manager** service.
8
- *
9
- * @method \Aws\Result addTagsToCertificate(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addTagsToCertificateAsync(array $args = [])
11
- * @method \Aws\Result deleteCertificate(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
13
- * @method \Aws\Result describeCertificate(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = [])
15
- * @method \Aws\Result exportCertificate(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise exportCertificateAsync(array $args = [])
17
- * @method \Aws\Result getCertificate(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise getCertificateAsync(array $args = [])
19
- * @method \Aws\Result importCertificate(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise importCertificateAsync(array $args = [])
21
- * @method \Aws\Result listCertificates(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = [])
23
- * @method \Aws\Result listTagsForCertificate(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise listTagsForCertificateAsync(array $args = [])
25
- * @method \Aws\Result removeTagsFromCertificate(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise removeTagsFromCertificateAsync(array $args = [])
27
- * @method \Aws\Result renewCertificate(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise renewCertificateAsync(array $args = [])
29
- * @method \Aws\Result requestCertificate(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise requestCertificateAsync(array $args = [])
31
- * @method \Aws\Result resendValidationEmail(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise resendValidationEmailAsync(array $args = [])
33
- * @method \Aws\Result updateCertificateOptions(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise updateCertificateOptionsAsync(array $args = [])
35
- */
36
- class AcmClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Acm\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Certificate Manager** service.
8
- */
9
- class AcmException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php DELETED
@@ -1,183 +0,0 @@
1
- <?php
2
- namespace Aws\AlexaForBusiness;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Alexa For Business** service.
8
- * @method \Aws\Result approveSkill(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise approveSkillAsync(array $args = [])
10
- * @method \Aws\Result associateContactWithAddressBook(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise associateContactWithAddressBookAsync(array $args = [])
12
- * @method \Aws\Result associateDeviceWithRoom(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise associateDeviceWithRoomAsync(array $args = [])
14
- * @method \Aws\Result associateSkillGroupWithRoom(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise associateSkillGroupWithRoomAsync(array $args = [])
16
- * @method \Aws\Result associateSkillWithSkillGroup(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise associateSkillWithSkillGroupAsync(array $args = [])
18
- * @method \Aws\Result associateSkillWithUsers(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise associateSkillWithUsersAsync(array $args = [])
20
- * @method \Aws\Result createAddressBook(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createAddressBookAsync(array $args = [])
22
- * @method \Aws\Result createBusinessReportSchedule(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createBusinessReportScheduleAsync(array $args = [])
24
- * @method \Aws\Result createConferenceProvider(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createConferenceProviderAsync(array $args = [])
26
- * @method \Aws\Result createContact(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createContactAsync(array $args = [])
28
- * @method \Aws\Result createGatewayGroup(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise createGatewayGroupAsync(array $args = [])
30
- * @method \Aws\Result createProfile(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = [])
32
- * @method \Aws\Result createRoom(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise createRoomAsync(array $args = [])
34
- * @method \Aws\Result createSkillGroup(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise createSkillGroupAsync(array $args = [])
36
- * @method \Aws\Result createUser(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
38
- * @method \Aws\Result deleteAddressBook(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise deleteAddressBookAsync(array $args = [])
40
- * @method \Aws\Result deleteBusinessReportSchedule(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise deleteBusinessReportScheduleAsync(array $args = [])
42
- * @method \Aws\Result deleteConferenceProvider(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise deleteConferenceProviderAsync(array $args = [])
44
- * @method \Aws\Result deleteContact(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise deleteContactAsync(array $args = [])
46
- * @method \Aws\Result deleteDevice(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise deleteDeviceAsync(array $args = [])
48
- * @method \Aws\Result deleteDeviceUsageData(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise deleteDeviceUsageDataAsync(array $args = [])
50
- * @method \Aws\Result deleteGatewayGroup(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise deleteGatewayGroupAsync(array $args = [])
52
- * @method \Aws\Result deleteProfile(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = [])
54
- * @method \Aws\Result deleteRoom(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise deleteRoomAsync(array $args = [])
56
- * @method \Aws\Result deleteRoomSkillParameter(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise deleteRoomSkillParameterAsync(array $args = [])
58
- * @method \Aws\Result deleteSkillAuthorization(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise deleteSkillAuthorizationAsync(array $args = [])
60
- * @method \Aws\Result deleteSkillGroup(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise deleteSkillGroupAsync(array $args = [])
62
- * @method \Aws\Result deleteUser(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
64
- * @method \Aws\Result disassociateContactFromAddressBook(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise disassociateContactFromAddressBookAsync(array $args = [])
66
- * @method \Aws\Result disassociateDeviceFromRoom(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise disassociateDeviceFromRoomAsync(array $args = [])
68
- * @method \Aws\Result disassociateSkillFromSkillGroup(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise disassociateSkillFromSkillGroupAsync(array $args = [])
70
- * @method \Aws\Result disassociateSkillFromUsers(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise disassociateSkillFromUsersAsync(array $args = [])
72
- * @method \Aws\Result disassociateSkillGroupFromRoom(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise disassociateSkillGroupFromRoomAsync(array $args = [])
74
- * @method \Aws\Result forgetSmartHomeAppliances(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise forgetSmartHomeAppliancesAsync(array $args = [])
76
- * @method \Aws\Result getAddressBook(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise getAddressBookAsync(array $args = [])
78
- * @method \Aws\Result getConferencePreference(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise getConferencePreferenceAsync(array $args = [])
80
- * @method \Aws\Result getConferenceProvider(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise getConferenceProviderAsync(array $args = [])
82
- * @method \Aws\Result getContact(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise getContactAsync(array $args = [])
84
- * @method \Aws\Result getDevice(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise getDeviceAsync(array $args = [])
86
- * @method \Aws\Result getGateway(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise getGatewayAsync(array $args = [])
88
- * @method \Aws\Result getGatewayGroup(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise getGatewayGroupAsync(array $args = [])
90
- * @method \Aws\Result getInvitationConfiguration(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise getInvitationConfigurationAsync(array $args = [])
92
- * @method \Aws\Result getProfile(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = [])
94
- * @method \Aws\Result getRoom(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise getRoomAsync(array $args = [])
96
- * @method \Aws\Result getRoomSkillParameter(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise getRoomSkillParameterAsync(array $args = [])
98
- * @method \Aws\Result getSkillGroup(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise getSkillGroupAsync(array $args = [])
100
- * @method \Aws\Result listBusinessReportSchedules(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise listBusinessReportSchedulesAsync(array $args = [])
102
- * @method \Aws\Result listConferenceProviders(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise listConferenceProvidersAsync(array $args = [])
104
- * @method \Aws\Result listDeviceEvents(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise listDeviceEventsAsync(array $args = [])
106
- * @method \Aws\Result listGatewayGroups(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise listGatewayGroupsAsync(array $args = [])
108
- * @method \Aws\Result listGateways(array $args = [])
109
- * @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
110
- * @method \Aws\Result listSkills(array $args = [])
111
- * @method \GuzzleHttp\Promise\Promise listSkillsAsync(array $args = [])
112
- * @method \Aws\Result listSkillsStoreCategories(array $args = [])
113
- * @method \GuzzleHttp\Promise\Promise listSkillsStoreCategoriesAsync(array $args = [])
114
- * @method \Aws\Result listSkillsStoreSkillsByCategory(array $args = [])
115
- * @method \GuzzleHttp\Promise\Promise listSkillsStoreSkillsByCategoryAsync(array $args = [])
116
- * @method \Aws\Result listSmartHomeAppliances(array $args = [])
117
- * @method \GuzzleHttp\Promise\Promise listSmartHomeAppliancesAsync(array $args = [])
118
- * @method \Aws\Result listTags(array $args = [])
119
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
120
- * @method \Aws\Result putConferencePreference(array $args = [])
121
- * @method \GuzzleHttp\Promise\Promise putConferencePreferenceAsync(array $args = [])
122
- * @method \Aws\Result putInvitationConfiguration(array $args = [])
123
- * @method \GuzzleHttp\Promise\Promise putInvitationConfigurationAsync(array $args = [])
124
- * @method \Aws\Result putRoomSkillParameter(array $args = [])
125
- * @method \GuzzleHttp\Promise\Promise putRoomSkillParameterAsync(array $args = [])
126
- * @method \Aws\Result putSkillAuthorization(array $args = [])
127
- * @method \GuzzleHttp\Promise\Promise putSkillAuthorizationAsync(array $args = [])
128
- * @method \Aws\Result registerAVSDevice(array $args = [])
129
- * @method \GuzzleHttp\Promise\Promise registerAVSDeviceAsync(array $args = [])
130
- * @method \Aws\Result rejectSkill(array $args = [])
131
- * @method \GuzzleHttp\Promise\Promise rejectSkillAsync(array $args = [])
132
- * @method \Aws\Result resolveRoom(array $args = [])
133
- * @method \GuzzleHttp\Promise\Promise resolveRoomAsync(array $args = [])
134
- * @method \Aws\Result revokeInvitation(array $args = [])
135
- * @method \GuzzleHttp\Promise\Promise revokeInvitationAsync(array $args = [])
136
- * @method \Aws\Result searchAddressBooks(array $args = [])
137
- * @method \GuzzleHttp\Promise\Promise searchAddressBooksAsync(array $args = [])
138
- * @method \Aws\Result searchContacts(array $args = [])
139
- * @method \GuzzleHttp\Promise\Promise searchContactsAsync(array $args = [])
140
- * @method \Aws\Result searchDevices(array $args = [])
141
- * @method \GuzzleHttp\Promise\Promise searchDevicesAsync(array $args = [])
142
- * @method \Aws\Result searchProfiles(array $args = [])
143
- * @method \GuzzleHttp\Promise\Promise searchProfilesAsync(array $args = [])
144
- * @method \Aws\Result searchRooms(array $args = [])
145
- * @method \GuzzleHttp\Promise\Promise searchRoomsAsync(array $args = [])
146
- * @method \Aws\Result searchSkillGroups(array $args = [])
147
- * @method \GuzzleHttp\Promise\Promise searchSkillGroupsAsync(array $args = [])
148
- * @method \Aws\Result searchUsers(array $args = [])
149
- * @method \GuzzleHttp\Promise\Promise searchUsersAsync(array $args = [])
150
- * @method \Aws\Result sendAnnouncement(array $args = [])
151
- * @method \GuzzleHttp\Promise\Promise sendAnnouncementAsync(array $args = [])
152
- * @method \Aws\Result sendInvitation(array $args = [])
153
- * @method \GuzzleHttp\Promise\Promise sendInvitationAsync(array $args = [])
154
- * @method \Aws\Result startDeviceSync(array $args = [])
155
- * @method \GuzzleHttp\Promise\Promise startDeviceSyncAsync(array $args = [])
156
- * @method \Aws\Result startSmartHomeApplianceDiscovery(array $args = [])
157
- * @method \GuzzleHttp\Promise\Promise startSmartHomeApplianceDiscoveryAsync(array $args = [])
158
- * @method \Aws\Result tagResource(array $args = [])
159
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
160
- * @method \Aws\Result untagResource(array $args = [])
161
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
162
- * @method \Aws\Result updateAddressBook(array $args = [])
163
- * @method \GuzzleHttp\Promise\Promise updateAddressBookAsync(array $args = [])
164
- * @method \Aws\Result updateBusinessReportSchedule(array $args = [])
165
- * @method \GuzzleHttp\Promise\Promise updateBusinessReportScheduleAsync(array $args = [])
166
- * @method \Aws\Result updateConferenceProvider(array $args = [])
167
- * @method \GuzzleHttp\Promise\Promise updateConferenceProviderAsync(array $args = [])
168
- * @method \Aws\Result updateContact(array $args = [])
169
- * @method \GuzzleHttp\Promise\Promise updateContactAsync(array $args = [])
170
- * @method \Aws\Result updateDevice(array $args = [])
171
- * @method \GuzzleHttp\Promise\Promise updateDeviceAsync(array $args = [])
172
- * @method \Aws\Result updateGateway(array $args = [])
173
- * @method \GuzzleHttp\Promise\Promise updateGatewayAsync(array $args = [])
174
- * @method \Aws\Result updateGatewayGroup(array $args = [])
175
- * @method \GuzzleHttp\Promise\Promise updateGatewayGroupAsync(array $args = [])
176
- * @method \Aws\Result updateProfile(array $args = [])
177
- * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = [])
178
- * @method \Aws\Result updateRoom(array $args = [])
179
- * @method \GuzzleHttp\Promise\Promise updateRoomAsync(array $args = [])
180
- * @method \Aws\Result updateSkillGroup(array $args = [])
181
- * @method \GuzzleHttp\Promise\Promise updateSkillGroupAsync(array $args = [])
182
- */
183
- class AlexaForBusinessClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\AlexaForBusiness\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Alexa For Business** service.
8
- */
9
- class AlexaForBusinessException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Amplify/AmplifyClient.php DELETED
@@ -1,49 +0,0 @@
1
- <?php
2
- namespace Aws\Amplify;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Amplify** service.
8
- * @method \Aws\Result createApp(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
10
- * @method \Aws\Result createBranch(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createBranchAsync(array $args = [])
12
- * @method \Aws\Result createDomainAssociation(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createDomainAssociationAsync(array $args = [])
14
- * @method \Aws\Result deleteApp(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
16
- * @method \Aws\Result deleteBranch(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteBranchAsync(array $args = [])
18
- * @method \Aws\Result deleteDomainAssociation(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteDomainAssociationAsync(array $args = [])
20
- * @method \Aws\Result deleteJob(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
22
- * @method \Aws\Result getApp(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
24
- * @method \Aws\Result getBranch(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getBranchAsync(array $args = [])
26
- * @method \Aws\Result getDomainAssociation(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise getDomainAssociationAsync(array $args = [])
28
- * @method \Aws\Result getJob(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
30
- * @method \Aws\Result listApps(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
32
- * @method \Aws\Result listBranches(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listBranchesAsync(array $args = [])
34
- * @method \Aws\Result listDomainAssociations(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listDomainAssociationsAsync(array $args = [])
36
- * @method \Aws\Result listJobs(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
38
- * @method \Aws\Result startJob(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise startJobAsync(array $args = [])
40
- * @method \Aws\Result stopJob(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise stopJobAsync(array $args = [])
42
- * @method \Aws\Result updateApp(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
44
- * @method \Aws\Result updateBranch(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise updateBranchAsync(array $args = [])
46
- * @method \Aws\Result updateDomainAssociation(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise updateDomainAssociationAsync(array $args = [])
48
- */
49
- class AmplifyClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Amplify\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Amplify** service.
8
- */
9
- class AmplifyException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php DELETED
@@ -1,272 +0,0 @@
1
- <?php
2
- namespace Aws\ApiGateway;
3
-
4
- use Aws\AwsClient;
5
- use Aws\CommandInterface;
6
- use Psr\Http\Message\RequestInterface;
7
-
8
- /**
9
- * This client is used to interact with the **AWS API Gateway** service.
10
- *
11
- * @method \Aws\Result createApiKey(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createApiKeyAsync(array $args = [])
13
- * @method \Aws\Result createAuthorizer(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createAuthorizerAsync(array $args = [])
15
- * @method \Aws\Result createBasePathMapping(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createBasePathMappingAsync(array $args = [])
17
- * @method \Aws\Result createDeployment(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
19
- * @method \Aws\Result createDocumentationPart(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createDocumentationPartAsync(array $args = [])
21
- * @method \Aws\Result createDocumentationVersion(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createDocumentationVersionAsync(array $args = [])
23
- * @method \Aws\Result createDomainName(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createDomainNameAsync(array $args = [])
25
- * @method \Aws\Result createModel(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = [])
27
- * @method \Aws\Result createRequestValidator(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise createRequestValidatorAsync(array $args = [])
29
- * @method \Aws\Result createResource(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise createResourceAsync(array $args = [])
31
- * @method \Aws\Result createRestApi(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise createRestApiAsync(array $args = [])
33
- * @method \Aws\Result createStage(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise createStageAsync(array $args = [])
35
- * @method \Aws\Result createUsagePlan(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise createUsagePlanAsync(array $args = [])
37
- * @method \Aws\Result createUsagePlanKey(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise createUsagePlanKeyAsync(array $args = [])
39
- * @method \Aws\Result createVpcLink(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise createVpcLinkAsync(array $args = [])
41
- * @method \Aws\Result deleteApiKey(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise deleteApiKeyAsync(array $args = [])
43
- * @method \Aws\Result deleteAuthorizer(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise deleteAuthorizerAsync(array $args = [])
45
- * @method \Aws\Result deleteBasePathMapping(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise deleteBasePathMappingAsync(array $args = [])
47
- * @method \Aws\Result deleteClientCertificate(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise deleteClientCertificateAsync(array $args = [])
49
- * @method \Aws\Result deleteDeployment(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise deleteDeploymentAsync(array $args = [])
51
- * @method \Aws\Result deleteDocumentationPart(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise deleteDocumentationPartAsync(array $args = [])
53
- * @method \Aws\Result deleteDocumentationVersion(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise deleteDocumentationVersionAsync(array $args = [])
55
- * @method \Aws\Result deleteDomainName(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise deleteDomainNameAsync(array $args = [])
57
- * @method \Aws\Result deleteGatewayResponse(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise deleteGatewayResponseAsync(array $args = [])
59
- * @method \Aws\Result deleteIntegration(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise deleteIntegrationAsync(array $args = [])
61
- * @method \Aws\Result deleteIntegrationResponse(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise deleteIntegrationResponseAsync(array $args = [])
63
- * @method \Aws\Result deleteMethod(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise deleteMethodAsync(array $args = [])
65
- * @method \Aws\Result deleteMethodResponse(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise deleteMethodResponseAsync(array $args = [])
67
- * @method \Aws\Result deleteModel(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = [])
69
- * @method \Aws\Result deleteRequestValidator(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise deleteRequestValidatorAsync(array $args = [])
71
- * @method \Aws\Result deleteResource(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise deleteResourceAsync(array $args = [])
73
- * @method \Aws\Result deleteRestApi(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise deleteRestApiAsync(array $args = [])
75
- * @method \Aws\Result deleteStage(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise deleteStageAsync(array $args = [])
77
- * @method \Aws\Result deleteUsagePlan(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise deleteUsagePlanAsync(array $args = [])
79
- * @method \Aws\Result deleteUsagePlanKey(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise deleteUsagePlanKeyAsync(array $args = [])
81
- * @method \Aws\Result deleteVpcLink(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise deleteVpcLinkAsync(array $args = [])
83
- * @method \Aws\Result flushStageAuthorizersCache(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise flushStageAuthorizersCacheAsync(array $args = [])
85
- * @method \Aws\Result flushStageCache(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise flushStageCacheAsync(array $args = [])
87
- * @method \Aws\Result generateClientCertificate(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise generateClientCertificateAsync(array $args = [])
89
- * @method \Aws\Result getAccount(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise getAccountAsync(array $args = [])
91
- * @method \Aws\Result getApiKey(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise getApiKeyAsync(array $args = [])
93
- * @method \Aws\Result getApiKeys(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise getApiKeysAsync(array $args = [])
95
- * @method \Aws\Result getAuthorizer(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise getAuthorizerAsync(array $args = [])
97
- * @method \Aws\Result getAuthorizers(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise getAuthorizersAsync(array $args = [])
99
- * @method \Aws\Result getBasePathMapping(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise getBasePathMappingAsync(array $args = [])
101
- * @method \Aws\Result getBasePathMappings(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise getBasePathMappingsAsync(array $args = [])
103
- * @method \Aws\Result getClientCertificate(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise getClientCertificateAsync(array $args = [])
105
- * @method \Aws\Result getClientCertificates(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise getClientCertificatesAsync(array $args = [])
107
- * @method \Aws\Result getDeployment(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
109
- * @method \Aws\Result getDeployments(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise getDeploymentsAsync(array $args = [])
111
- * @method \Aws\Result getDocumentationPart(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise getDocumentationPartAsync(array $args = [])
113
- * @method \Aws\Result getDocumentationParts(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise getDocumentationPartsAsync(array $args = [])
115
- * @method \Aws\Result getDocumentationVersion(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise getDocumentationVersionAsync(array $args = [])
117
- * @method \Aws\Result getDocumentationVersions(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise getDocumentationVersionsAsync(array $args = [])
119
- * @method \Aws\Result getDomainName(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise getDomainNameAsync(array $args = [])
121
- * @method \Aws\Result getDomainNames(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise getDomainNamesAsync(array $args = [])
123
- * @method \Aws\Result getExport(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise getExportAsync(array $args = [])
125
- * @method \Aws\Result getGatewayResponse(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise getGatewayResponseAsync(array $args = [])
127
- * @method \Aws\Result getGatewayResponses(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise getGatewayResponsesAsync(array $args = [])
129
- * @method \Aws\Result getIntegration(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise getIntegrationAsync(array $args = [])
131
- * @method \Aws\Result getIntegrationResponse(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise getIntegrationResponseAsync(array $args = [])
133
- * @method \Aws\Result getMethod(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise getMethodAsync(array $args = [])
135
- * @method \Aws\Result getMethodResponse(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise getMethodResponseAsync(array $args = [])
137
- * @method \Aws\Result getModel(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise getModelAsync(array $args = [])
139
- * @method \Aws\Result getModelTemplate(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise getModelTemplateAsync(array $args = [])
141
- * @method \Aws\Result getModels(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise getModelsAsync(array $args = [])
143
- * @method \Aws\Result getRequestValidator(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise getRequestValidatorAsync(array $args = [])
145
- * @method \Aws\Result getRequestValidators(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise getRequestValidatorsAsync(array $args = [])
147
- * @method \Aws\Result getResource(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise getResourceAsync(array $args = [])
149
- * @method \Aws\Result getResources(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise getResourcesAsync(array $args = [])
151
- * @method \Aws\Result getRestApi(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise getRestApiAsync(array $args = [])
153
- * @method \Aws\Result getRestApis(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise getRestApisAsync(array $args = [])
155
- * @method \Aws\Result getSdk(array $args = [])
156
- * @method \GuzzleHttp\Promise\Promise getSdkAsync(array $args = [])
157
- * @method \Aws\Result getSdkType(array $args = [])
158
- * @method \GuzzleHttp\Promise\Promise getSdkTypeAsync(array $args = [])
159
- * @method \Aws\Result getSdkTypes(array $args = [])
160
- * @method \GuzzleHttp\Promise\Promise getSdkTypesAsync(array $args = [])
161
- * @method \Aws\Result getStage(array $args = [])
162
- * @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
163
- * @method \Aws\Result getStages(array $args = [])
164
- * @method \GuzzleHttp\Promise\Promise getStagesAsync(array $args = [])
165
- * @method \Aws\Result getTags(array $args = [])
166
- * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
167
- * @method \Aws\Result getUsage(array $args = [])
168
- * @method \GuzzleHttp\Promise\Promise getUsageAsync(array $args = [])
169
- * @method \Aws\Result getUsagePlan(array $args = [])
170
- * @method \GuzzleHttp\Promise\Promise getUsagePlanAsync(array $args = [])
171
- * @method \Aws\Result getUsagePlanKey(array $args = [])
172
- * @method \GuzzleHttp\Promise\Promise getUsagePlanKeyAsync(array $args = [])
173
- * @method \Aws\Result getUsagePlanKeys(array $args = [])
174
- * @method \GuzzleHttp\Promise\Promise getUsagePlanKeysAsync(array $args = [])
175
- * @method \Aws\Result getUsagePlans(array $args = [])
176
- * @method \GuzzleHttp\Promise\Promise getUsagePlansAsync(array $args = [])
177
- * @method \Aws\Result getVpcLink(array $args = [])
178
- * @method \GuzzleHttp\Promise\Promise getVpcLinkAsync(array $args = [])
179
- * @method \Aws\Result getVpcLinks(array $args = [])
180
- * @method \GuzzleHttp\Promise\Promise getVpcLinksAsync(array $args = [])
181
- * @method \Aws\Result importApiKeys(array $args = [])
182
- * @method \GuzzleHttp\Promise\Promise importApiKeysAsync(array $args = [])
183
- * @method \Aws\Result importDocumentationParts(array $args = [])
184
- * @method \GuzzleHttp\Promise\Promise importDocumentationPartsAsync(array $args = [])
185
- * @method \Aws\Result importRestApi(array $args = [])
186
- * @method \GuzzleHttp\Promise\Promise importRestApiAsync(array $args = [])
187
- * @method \Aws\Result putGatewayResponse(array $args = [])
188
- * @method \GuzzleHttp\Promise\Promise putGatewayResponseAsync(array $args = [])
189
- * @method \Aws\Result putIntegration(array $args = [])
190
- * @method \GuzzleHttp\Promise\Promise putIntegrationAsync(array $args = [])
191
- * @method \Aws\Result putIntegrationResponse(array $args = [])
192
- * @method \GuzzleHttp\Promise\Promise putIntegrationResponseAsync(array $args = [])
193
- * @method \Aws\Result putMethod(array $args = [])
194
- * @method \GuzzleHttp\Promise\Promise putMethodAsync(array $args = [])
195
- * @method \Aws\Result putMethodResponse(array $args = [])
196
- * @method \GuzzleHttp\Promise\Promise putMethodResponseAsync(array $args = [])
197
- * @method \Aws\Result putRestApi(array $args = [])
198
- * @method \GuzzleHttp\Promise\Promise putRestApiAsync(array $args = [])
199
- * @method \Aws\Result tagResource(array $args = [])
200
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
201
- * @method \Aws\Result testInvokeAuthorizer(array $args = [])
202
- * @method \GuzzleHttp\Promise\Promise testInvokeAuthorizerAsync(array $args = [])
203
- * @method \Aws\Result testInvokeMethod(array $args = [])
204
- * @method \GuzzleHttp\Promise\Promise testInvokeMethodAsync(array $args = [])
205
- * @method \Aws\Result untagResource(array $args = [])
206
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
207
- * @method \Aws\Result updateAccount(array $args = [])
208
- * @method \GuzzleHttp\Promise\Promise updateAccountAsync(array $args = [])
209
- * @method \Aws\Result updateApiKey(array $args = [])
210
- * @method \GuzzleHttp\Promise\Promise updateApiKeyAsync(array $args = [])
211
- * @method \Aws\Result updateAuthorizer(array $args = [])
212
- * @method \GuzzleHttp\Promise\Promise updateAuthorizerAsync(array $args = [])
213
- * @method \Aws\Result updateBasePathMapping(array $args = [])
214
- * @method \GuzzleHttp\Promise\Promise updateBasePathMappingAsync(array $args = [])
215
- * @method \Aws\Result updateClientCertificate(array $args = [])
216
- * @method \GuzzleHttp\Promise\Promise updateClientCertificateAsync(array $args = [])
217
- * @method \Aws\Result updateDeployment(array $args = [])
218
- * @method \GuzzleHttp\Promise\Promise updateDeploymentAsync(array $args = [])
219
- * @method \Aws\Result updateDocumentationPart(array $args = [])
220
- * @method \GuzzleHttp\Promise\Promise updateDocumentationPartAsync(array $args = [])
221
- * @method \Aws\Result updateDocumentationVersion(array $args = [])
222
- * @method \GuzzleHttp\Promise\Promise updateDocumentationVersionAsync(array $args = [])
223
- * @method \Aws\Result updateDomainName(array $args = [])
224
- * @method \GuzzleHttp\Promise\Promise updateDomainNameAsync(array $args = [])
225
- * @method \Aws\Result updateGatewayResponse(array $args = [])
226
- * @method \GuzzleHttp\Promise\Promise updateGatewayResponseAsync(array $args = [])
227
- * @method \Aws\Result updateIntegration(array $args = [])
228
- * @method \GuzzleHttp\Promise\Promise updateIntegrationAsync(array $args = [])
229
- * @method \Aws\Result updateIntegrationResponse(array $args = [])
230
- * @method \GuzzleHttp\Promise\Promise updateIntegrationResponseAsync(array $args = [])
231
- * @method \Aws\Result updateMethod(array $args = [])
232
- * @method \GuzzleHttp\Promise\Promise updateMethodAsync(array $args = [])
233
- * @method \Aws\Result updateMethodResponse(array $args = [])
234
- * @method \GuzzleHttp\Promise\Promise updateMethodResponseAsync(array $args = [])
235
- * @method \Aws\Result updateModel(array $args = [])
236
- * @method \GuzzleHttp\Promise\Promise updateModelAsync(array $args = [])
237
- * @method \Aws\Result updateRequestValidator(array $args = [])
238
- * @method \GuzzleHttp\Promise\Promise updateRequestValidatorAsync(array $args = [])
239
- * @method \Aws\Result updateResource(array $args = [])
240
- * @method \GuzzleHttp\Promise\Promise updateResourceAsync(array $args = [])
241
- * @method \Aws\Result updateRestApi(array $args = [])
242
- * @method \GuzzleHttp\Promise\Promise updateRestApiAsync(array $args = [])
243
- * @method \Aws\Result updateStage(array $args = [])
244
- * @method \GuzzleHttp\Promise\Promise updateStageAsync(array $args = [])
245
- * @method \Aws\Result updateUsage(array $args = [])
246
- * @method \GuzzleHttp\Promise\Promise updateUsageAsync(array $args = [])
247
- * @method \Aws\Result updateUsagePlan(array $args = [])
248
- * @method \GuzzleHttp\Promise\Promise updateUsagePlanAsync(array $args = [])
249
- * @method \Aws\Result updateVpcLink(array $args = [])
250
- * @method \GuzzleHttp\Promise\Promise updateVpcLinkAsync(array $args = [])
251
- */
252
- class ApiGatewayClient extends AwsClient
253
- {
254
- public function __construct(array $args)
255
- {
256
- parent::__construct($args);
257
- $stack = $this->getHandlerList();
258
- $stack->appendBuild([__CLASS__, '_add_accept_header']);
259
- }
260
-
261
- public static function _add_accept_header(callable $handler)
262
- {
263
- return function (
264
- CommandInterface $command,
265
- RequestInterface $request
266
- ) use ($handler) {
267
- $request = $request->withHeader('Accept', 'application/json');
268
-
269
- return $handler($command, $request);
270
- };
271
- }
272
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ApiGateway\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS API Gateway** service.
8
- */
9
- class ApiGatewayException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php DELETED
@@ -1,11 +0,0 @@
1
- <?php
2
- namespace Aws\ApiGatewayManagementApi;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AmazonApiGatewayManagementApi** service.
8
- * @method \Aws\Result postToConnection(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise postToConnectionAsync(array $args = [])
10
- */
11
- class ApiGatewayManagementApiClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ApiGatewayManagementApi\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AmazonApiGatewayManagementApi** service.
8
- */
9
- class ApiGatewayManagementApiException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php DELETED
@@ -1,121 +0,0 @@
1
- <?php
2
- namespace Aws\ApiGatewayV2;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AmazonApiGatewayV2** service.
8
- * @method \Aws\Result createApi(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createApiAsync(array $args = [])
10
- * @method \Aws\Result createApiMapping(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createApiMappingAsync(array $args = [])
12
- * @method \Aws\Result createAuthorizer(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createAuthorizerAsync(array $args = [])
14
- * @method \Aws\Result createDeployment(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
16
- * @method \Aws\Result createDomainName(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createDomainNameAsync(array $args = [])
18
- * @method \Aws\Result createIntegration(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createIntegrationAsync(array $args = [])
20
- * @method \Aws\Result createIntegrationResponse(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createIntegrationResponseAsync(array $args = [])
22
- * @method \Aws\Result createModel(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = [])
24
- * @method \Aws\Result createRoute(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createRouteAsync(array $args = [])
26
- * @method \Aws\Result createRouteResponse(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createRouteResponseAsync(array $args = [])
28
- * @method \Aws\Result createStage(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise createStageAsync(array $args = [])
30
- * @method \Aws\Result deleteApi(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteApiAsync(array $args = [])
32
- * @method \Aws\Result deleteApiMapping(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteApiMappingAsync(array $args = [])
34
- * @method \Aws\Result deleteAuthorizer(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise deleteAuthorizerAsync(array $args = [])
36
- * @method \Aws\Result deleteDeployment(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise deleteDeploymentAsync(array $args = [])
38
- * @method \Aws\Result deleteDomainName(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise deleteDomainNameAsync(array $args = [])
40
- * @method \Aws\Result deleteIntegration(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise deleteIntegrationAsync(array $args = [])
42
- * @method \Aws\Result deleteIntegrationResponse(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise deleteIntegrationResponseAsync(array $args = [])
44
- * @method \Aws\Result deleteModel(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = [])
46
- * @method \Aws\Result deleteRoute(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise deleteRouteAsync(array $args = [])
48
- * @method \Aws\Result deleteRouteResponse(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise deleteRouteResponseAsync(array $args = [])
50
- * @method \Aws\Result deleteStage(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise deleteStageAsync(array $args = [])
52
- * @method \Aws\Result getApi(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise getApiAsync(array $args = [])
54
- * @method \Aws\Result getApiMapping(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise getApiMappingAsync(array $args = [])
56
- * @method \Aws\Result getApiMappings(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise getApiMappingsAsync(array $args = [])
58
- * @method \Aws\Result getApis(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise getApisAsync(array $args = [])
60
- * @method \Aws\Result getAuthorizer(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise getAuthorizerAsync(array $args = [])
62
- * @method \Aws\Result getAuthorizers(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise getAuthorizersAsync(array $args = [])
64
- * @method \Aws\Result getDeployment(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
66
- * @method \Aws\Result getDeployments(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise getDeploymentsAsync(array $args = [])
68
- * @method \Aws\Result getDomainName(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise getDomainNameAsync(array $args = [])
70
- * @method \Aws\Result getDomainNames(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise getDomainNamesAsync(array $args = [])
72
- * @method \Aws\Result getIntegration(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise getIntegrationAsync(array $args = [])
74
- * @method \Aws\Result getIntegrationResponse(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise getIntegrationResponseAsync(array $args = [])
76
- * @method \Aws\Result getIntegrationResponses(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise getIntegrationResponsesAsync(array $args = [])
78
- * @method \Aws\Result getIntegrations(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise getIntegrationsAsync(array $args = [])
80
- * @method \Aws\Result getModel(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise getModelAsync(array $args = [])
82
- * @method \Aws\Result getModelTemplate(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise getModelTemplateAsync(array $args = [])
84
- * @method \Aws\Result getModels(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise getModelsAsync(array $args = [])
86
- * @method \Aws\Result getRoute(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise getRouteAsync(array $args = [])
88
- * @method \Aws\Result getRouteResponse(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise getRouteResponseAsync(array $args = [])
90
- * @method \Aws\Result getRouteResponses(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise getRouteResponsesAsync(array $args = [])
92
- * @method \Aws\Result getRoutes(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise getRoutesAsync(array $args = [])
94
- * @method \Aws\Result getStage(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
96
- * @method \Aws\Result getStages(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise getStagesAsync(array $args = [])
98
- * @method \Aws\Result updateApi(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise updateApiAsync(array $args = [])
100
- * @method \Aws\Result updateApiMapping(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise updateApiMappingAsync(array $args = [])
102
- * @method \Aws\Result updateAuthorizer(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise updateAuthorizerAsync(array $args = [])
104
- * @method \Aws\Result updateDeployment(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise updateDeploymentAsync(array $args = [])
106
- * @method \Aws\Result updateDomainName(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise updateDomainNameAsync(array $args = [])
108
- * @method \Aws\Result updateIntegration(array $args = [])
109
- * @method \GuzzleHttp\Promise\Promise updateIntegrationAsync(array $args = [])
110
- * @method \Aws\Result updateIntegrationResponse(array $args = [])
111
- * @method \GuzzleHttp\Promise\Promise updateIntegrationResponseAsync(array $args = [])
112
- * @method \Aws\Result updateModel(array $args = [])
113
- * @method \GuzzleHttp\Promise\Promise updateModelAsync(array $args = [])
114
- * @method \Aws\Result updateRoute(array $args = [])
115
- * @method \GuzzleHttp\Promise\Promise updateRouteAsync(array $args = [])
116
- * @method \Aws\Result updateRouteResponse(array $args = [])
117
- * @method \GuzzleHttp\Promise\Promise updateRouteResponseAsync(array $args = [])
118
- * @method \Aws\Result updateStage(array $args = [])
119
- * @method \GuzzleHttp\Promise\Promise updateStageAsync(array $args = [])
120
- */
121
- class ApiGatewayV2Client extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ApiGatewayV2\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AmazonApiGatewayV2** service.
8
- */
9
- class ApiGatewayV2Exception extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php DELETED
@@ -1,65 +0,0 @@
1
- <?php
2
- namespace Aws\AppMesh;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS App Mesh** service.
8
- * @method \Aws\Result createMesh(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createMeshAsync(array $args = [])
10
- * @method \Aws\Result createRoute(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createRouteAsync(array $args = [])
12
- * @method \Aws\Result createVirtualNode(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createVirtualNodeAsync(array $args = [])
14
- * @method \Aws\Result createVirtualRouter(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createVirtualRouterAsync(array $args = [])
16
- * @method \Aws\Result deleteMesh(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteMeshAsync(array $args = [])
18
- * @method \Aws\Result deleteRoute(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteRouteAsync(array $args = [])
20
- * @method \Aws\Result deleteVirtualNode(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteVirtualNodeAsync(array $args = [])
22
- * @method \Aws\Result deleteVirtualRouter(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteVirtualRouterAsync(array $args = [])
24
- * @method \Aws\Result describeMesh(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeMeshAsync(array $args = [])
26
- * @method \Aws\Result describeRoute(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeRouteAsync(array $args = [])
28
- * @method \Aws\Result describeVirtualNode(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeVirtualNodeAsync(array $args = [])
30
- * @method \Aws\Result describeVirtualRouter(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeVirtualRouterAsync(array $args = [])
32
- * @method \Aws\Result listMeshes(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listMeshesAsync(array $args = [])
34
- * @method \Aws\Result listRoutes(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listRoutesAsync(array $args = [])
36
- * @method \Aws\Result listVirtualNodes(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listVirtualNodesAsync(array $args = [])
38
- * @method \Aws\Result listVirtualRouters(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise listVirtualRoutersAsync(array $args = [])
40
- * @method \Aws\Result updateRoute(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise updateRouteAsync(array $args = [])
42
- * @method \Aws\Result updateVirtualNode(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise updateVirtualNodeAsync(array $args = [])
44
- * @method \Aws\Result updateVirtualRouter(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise updateVirtualRouterAsync(array $args = [])
46
- * @method \Aws\Result createVirtualService(array $args = []) (supported in versions 2019-01-25)
47
- * @method \GuzzleHttp\Promise\Promise createVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25)
48
- * @method \Aws\Result deleteVirtualService(array $args = []) (supported in versions 2019-01-25)
49
- * @method \GuzzleHttp\Promise\Promise deleteVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25)
50
- * @method \Aws\Result describeVirtualService(array $args = []) (supported in versions 2019-01-25)
51
- * @method \GuzzleHttp\Promise\Promise describeVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25)
52
- * @method \Aws\Result listTagsForResource(array $args = []) (supported in versions 2019-01-25)
53
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) (supported in versions 2019-01-25)
54
- * @method \Aws\Result listVirtualServices(array $args = []) (supported in versions 2019-01-25)
55
- * @method \GuzzleHttp\Promise\Promise listVirtualServicesAsync(array $args = []) (supported in versions 2019-01-25)
56
- * @method \Aws\Result tagResource(array $args = []) (supported in versions 2019-01-25)
57
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) (supported in versions 2019-01-25)
58
- * @method \Aws\Result untagResource(array $args = []) (supported in versions 2019-01-25)
59
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) (supported in versions 2019-01-25)
60
- * @method \Aws\Result updateMesh(array $args = []) (supported in versions 2019-01-25)
61
- * @method \GuzzleHttp\Promise\Promise updateMeshAsync(array $args = []) (supported in versions 2019-01-25)
62
- * @method \Aws\Result updateVirtualService(array $args = []) (supported in versions 2019-01-25)
63
- * @method \GuzzleHttp\Promise\Promise updateVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25)
64
- */
65
- class AppMeshClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\AppMesh\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS App Mesh** service.
8
- */
9
- class AppMeshException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php DELETED
@@ -1,81 +0,0 @@
1
- <?php
2
- namespace Aws\AppSync;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS AppSync** service.
8
- * @method \Aws\Result createApiKey(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createApiKeyAsync(array $args = [])
10
- * @method \Aws\Result createDataSource(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = [])
12
- * @method \Aws\Result createFunction(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createFunctionAsync(array $args = [])
14
- * @method \Aws\Result createGraphqlApi(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createGraphqlApiAsync(array $args = [])
16
- * @method \Aws\Result createResolver(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createResolverAsync(array $args = [])
18
- * @method \Aws\Result createType(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createTypeAsync(array $args = [])
20
- * @method \Aws\Result deleteApiKey(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteApiKeyAsync(array $args = [])
22
- * @method \Aws\Result deleteDataSource(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
24
- * @method \Aws\Result deleteFunction(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteFunctionAsync(array $args = [])
26
- * @method \Aws\Result deleteGraphqlApi(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteGraphqlApiAsync(array $args = [])
28
- * @method \Aws\Result deleteResolver(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteResolverAsync(array $args = [])
30
- * @method \Aws\Result deleteType(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteTypeAsync(array $args = [])
32
- * @method \Aws\Result getDataSource(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = [])
34
- * @method \Aws\Result getFunction(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise getFunctionAsync(array $args = [])
36
- * @method \Aws\Result getGraphqlApi(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise getGraphqlApiAsync(array $args = [])
38
- * @method \Aws\Result getIntrospectionSchema(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise getIntrospectionSchemaAsync(array $args = [])
40
- * @method \Aws\Result getResolver(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise getResolverAsync(array $args = [])
42
- * @method \Aws\Result getSchemaCreationStatus(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise getSchemaCreationStatusAsync(array $args = [])
44
- * @method \Aws\Result getType(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise getTypeAsync(array $args = [])
46
- * @method \Aws\Result listApiKeys(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise listApiKeysAsync(array $args = [])
48
- * @method \Aws\Result listDataSources(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = [])
50
- * @method \Aws\Result listFunctions(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise listFunctionsAsync(array $args = [])
52
- * @method \Aws\Result listGraphqlApis(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise listGraphqlApisAsync(array $args = [])
54
- * @method \Aws\Result listResolvers(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise listResolversAsync(array $args = [])
56
- * @method \Aws\Result listResolversByFunction(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise listResolversByFunctionAsync(array $args = [])
58
- * @method \Aws\Result listTagsForResource(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
60
- * @method \Aws\Result listTypes(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise listTypesAsync(array $args = [])
62
- * @method \Aws\Result startSchemaCreation(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise startSchemaCreationAsync(array $args = [])
64
- * @method \Aws\Result tagResource(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
66
- * @method \Aws\Result untagResource(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
68
- * @method \Aws\Result updateApiKey(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise updateApiKeyAsync(array $args = [])
70
- * @method \Aws\Result updateDataSource(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
72
- * @method \Aws\Result updateFunction(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise updateFunctionAsync(array $args = [])
74
- * @method \Aws\Result updateGraphqlApi(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise updateGraphqlApiAsync(array $args = [])
76
- * @method \Aws\Result updateResolver(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise updateResolverAsync(array $args = [])
78
- * @method \Aws\Result updateType(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise updateTypeAsync(array $args = [])
80
- */
81
- class AppSyncClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\AppSync\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS AppSync** service.
8
- */
9
- class AppSyncException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php DELETED
@@ -1,29 +0,0 @@
1
- <?php
2
- namespace Aws\ApplicationAutoScaling;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Application Auto Scaling** service.
8
- * @method \Aws\Result deleteScalingPolicy(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise deleteScalingPolicyAsync(array $args = [])
10
- * @method \Aws\Result deleteScheduledAction(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteScheduledActionAsync(array $args = [])
12
- * @method \Aws\Result deregisterScalableTarget(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deregisterScalableTargetAsync(array $args = [])
14
- * @method \Aws\Result describeScalableTargets(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise describeScalableTargetsAsync(array $args = [])
16
- * @method \Aws\Result describeScalingActivities(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise describeScalingActivitiesAsync(array $args = [])
18
- * @method \Aws\Result describeScalingPolicies(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeScalingPoliciesAsync(array $args = [])
20
- * @method \Aws\Result describeScheduledActions(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeScheduledActionsAsync(array $args = [])
22
- * @method \Aws\Result putScalingPolicy(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise putScalingPolicyAsync(array $args = [])
24
- * @method \Aws\Result putScheduledAction(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise putScheduledActionAsync(array $args = [])
26
- * @method \Aws\Result registerScalableTarget(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise registerScalableTargetAsync(array $args = [])
28
- */
29
- class ApplicationAutoScalingClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ApplicationAutoScaling\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Application Auto Scaling** service.
8
- */
9
- class ApplicationAutoScalingException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php DELETED
@@ -1,59 +0,0 @@
1
- <?php
2
- namespace Aws\ApplicationDiscoveryService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Application Discovery Service** service.
8
- * @method \Aws\Result associateConfigurationItemsToApplication(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateConfigurationItemsToApplicationAsync(array $args = [])
10
- * @method \Aws\Result batchDeleteImportData(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise batchDeleteImportDataAsync(array $args = [])
12
- * @method \Aws\Result createApplication(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
14
- * @method \Aws\Result createTags(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
16
- * @method \Aws\Result deleteApplications(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteApplicationsAsync(array $args = [])
18
- * @method \Aws\Result deleteTags(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
20
- * @method \Aws\Result describeAgents(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeAgentsAsync(array $args = [])
22
- * @method \Aws\Result describeConfigurations(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeConfigurationsAsync(array $args = [])
24
- * @method \Aws\Result describeContinuousExports(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeContinuousExportsAsync(array $args = [])
26
- * @method \Aws\Result describeExportConfigurations(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeExportConfigurationsAsync(array $args = [])
28
- * @method \Aws\Result describeExportTasks(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeExportTasksAsync(array $args = [])
30
- * @method \Aws\Result describeImportTasks(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeImportTasksAsync(array $args = [])
32
- * @method \Aws\Result describeTags(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
34
- * @method \Aws\Result disassociateConfigurationItemsFromApplication(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise disassociateConfigurationItemsFromApplicationAsync(array $args = [])
36
- * @method \Aws\Result exportConfigurations(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise exportConfigurationsAsync(array $args = [])
38
- * @method \Aws\Result getDiscoverySummary(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise getDiscoverySummaryAsync(array $args = [])
40
- * @method \Aws\Result listConfigurations(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise listConfigurationsAsync(array $args = [])
42
- * @method \Aws\Result listServerNeighbors(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise listServerNeighborsAsync(array $args = [])
44
- * @method \Aws\Result startContinuousExport(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise startContinuousExportAsync(array $args = [])
46
- * @method \Aws\Result startDataCollectionByAgentIds(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise startDataCollectionByAgentIdsAsync(array $args = [])
48
- * @method \Aws\Result startExportTask(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise startExportTaskAsync(array $args = [])
50
- * @method \Aws\Result startImportTask(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise startImportTaskAsync(array $args = [])
52
- * @method \Aws\Result stopContinuousExport(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise stopContinuousExportAsync(array $args = [])
54
- * @method \Aws\Result stopDataCollectionByAgentIds(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise stopDataCollectionByAgentIdsAsync(array $args = [])
56
- * @method \Aws\Result updateApplication(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
58
- */
59
- class ApplicationDiscoveryServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ApplicationDiscoveryService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Application Discovery Service** service.
8
- */
9
- class ApplicationDiscoveryServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php DELETED
@@ -1,97 +0,0 @@
1
- <?php
2
- namespace Aws\Appstream;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon AppStream** service.
8
- * @method \Aws\Result associateFleet(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateFleetAsync(array $args = [])
10
- * @method \Aws\Result batchAssociateUserStack(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise batchAssociateUserStackAsync(array $args = [])
12
- * @method \Aws\Result batchDisassociateUserStack(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise batchDisassociateUserStackAsync(array $args = [])
14
- * @method \Aws\Result copyImage(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise copyImageAsync(array $args = [])
16
- * @method \Aws\Result createDirectoryConfig(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createDirectoryConfigAsync(array $args = [])
18
- * @method \Aws\Result createFleet(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
20
- * @method \Aws\Result createImageBuilder(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createImageBuilderAsync(array $args = [])
22
- * @method \Aws\Result createImageBuilderStreamingURL(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createImageBuilderStreamingURLAsync(array $args = [])
24
- * @method \Aws\Result createStack(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = [])
26
- * @method \Aws\Result createStreamingURL(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createStreamingURLAsync(array $args = [])
28
- * @method \Aws\Result createUser(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
30
- * @method \Aws\Result deleteDirectoryConfig(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteDirectoryConfigAsync(array $args = [])
32
- * @method \Aws\Result deleteFleet(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
34
- * @method \Aws\Result deleteImage(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
36
- * @method \Aws\Result deleteImageBuilder(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise deleteImageBuilderAsync(array $args = [])
38
- * @method \Aws\Result deleteImagePermissions(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise deleteImagePermissionsAsync(array $args = [])
40
- * @method \Aws\Result deleteStack(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = [])
42
- * @method \Aws\Result deleteUser(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
44
- * @method \Aws\Result describeDirectoryConfigs(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise describeDirectoryConfigsAsync(array $args = [])
46
- * @method \Aws\Result describeFleets(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise describeFleetsAsync(array $args = [])
48
- * @method \Aws\Result describeImageBuilders(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise describeImageBuildersAsync(array $args = [])
50
- * @method \Aws\Result describeImagePermissions(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise describeImagePermissionsAsync(array $args = [])
52
- * @method \Aws\Result describeImages(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
54
- * @method \Aws\Result describeSessions(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise describeSessionsAsync(array $args = [])
56
- * @method \Aws\Result describeStacks(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = [])
58
- * @method \Aws\Result describeUserStackAssociations(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise describeUserStackAssociationsAsync(array $args = [])
60
- * @method \Aws\Result describeUsers(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise describeUsersAsync(array $args = [])
62
- * @method \Aws\Result disableUser(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise disableUserAsync(array $args = [])
64
- * @method \Aws\Result disassociateFleet(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise disassociateFleetAsync(array $args = [])
66
- * @method \Aws\Result enableUser(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise enableUserAsync(array $args = [])
68
- * @method \Aws\Result expireSession(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise expireSessionAsync(array $args = [])
70
- * @method \Aws\Result listAssociatedFleets(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise listAssociatedFleetsAsync(array $args = [])
72
- * @method \Aws\Result listAssociatedStacks(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise listAssociatedStacksAsync(array $args = [])
74
- * @method \Aws\Result listTagsForResource(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
76
- * @method \Aws\Result startFleet(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise startFleetAsync(array $args = [])
78
- * @method \Aws\Result startImageBuilder(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise startImageBuilderAsync(array $args = [])
80
- * @method \Aws\Result stopFleet(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise stopFleetAsync(array $args = [])
82
- * @method \Aws\Result stopImageBuilder(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise stopImageBuilderAsync(array $args = [])
84
- * @method \Aws\Result tagResource(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
86
- * @method \Aws\Result untagResource(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
88
- * @method \Aws\Result updateDirectoryConfig(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise updateDirectoryConfigAsync(array $args = [])
90
- * @method \Aws\Result updateFleet(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise updateFleetAsync(array $args = [])
92
- * @method \Aws\Result updateImagePermissions(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise updateImagePermissionsAsync(array $args = [])
94
- * @method \Aws\Result updateStack(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = [])
96
- */
97
- class AppstreamClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Appstream\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon AppStream** service.
8
- */
9
- class AppstreamException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php DELETED
@@ -1,47 +0,0 @@
1
- <?php
2
- namespace Aws\Athena;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Athena** service.
8
- * @method \Aws\Result batchGetNamedQuery(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise batchGetNamedQueryAsync(array $args = [])
10
- * @method \Aws\Result batchGetQueryExecution(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise batchGetQueryExecutionAsync(array $args = [])
12
- * @method \Aws\Result createNamedQuery(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createNamedQueryAsync(array $args = [])
14
- * @method \Aws\Result createWorkGroup(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createWorkGroupAsync(array $args = [])
16
- * @method \Aws\Result deleteNamedQuery(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteNamedQueryAsync(array $args = [])
18
- * @method \Aws\Result deleteWorkGroup(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteWorkGroupAsync(array $args = [])
20
- * @method \Aws\Result getNamedQuery(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise getNamedQueryAsync(array $args = [])
22
- * @method \Aws\Result getQueryExecution(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getQueryExecutionAsync(array $args = [])
24
- * @method \Aws\Result getQueryResults(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(array $args = [])
26
- * @method \Aws\Result getWorkGroup(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise getWorkGroupAsync(array $args = [])
28
- * @method \Aws\Result listNamedQueries(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listNamedQueriesAsync(array $args = [])
30
- * @method \Aws\Result listQueryExecutions(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listQueryExecutionsAsync(array $args = [])
32
- * @method \Aws\Result listTagsForResource(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
34
- * @method \Aws\Result listWorkGroups(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listWorkGroupsAsync(array $args = [])
36
- * @method \Aws\Result startQueryExecution(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise startQueryExecutionAsync(array $args = [])
38
- * @method \Aws\Result stopQueryExecution(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise stopQueryExecutionAsync(array $args = [])
40
- * @method \Aws\Result tagResource(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
42
- * @method \Aws\Result untagResource(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
44
- * @method \Aws\Result updateWorkGroup(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise updateWorkGroupAsync(array $args = [])
46
- */
47
- class AthenaClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Athena\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Athena** service.
8
- */
9
- class AthenaException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php DELETED
@@ -1,118 +0,0 @@
1
- <?php
2
- namespace Aws\AutoScaling;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * Auto Scaling client.
8
- *
9
- * @method \Aws\Result attachInstances(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise attachInstancesAsync(array $args = [])
11
- * @method \Aws\Result attachLoadBalancerTargetGroups(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise attachLoadBalancerTargetGroupsAsync(array $args = [])
13
- * @method \Aws\Result attachLoadBalancers(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise attachLoadBalancersAsync(array $args = [])
15
- * @method \Aws\Result batchDeleteScheduledAction(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise batchDeleteScheduledActionAsync(array $args = [])
17
- * @method \Aws\Result batchPutScheduledUpdateGroupAction(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise batchPutScheduledUpdateGroupActionAsync(array $args = [])
19
- * @method \Aws\Result completeLifecycleAction(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise completeLifecycleActionAsync(array $args = [])
21
- * @method \Aws\Result createAutoScalingGroup(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createAutoScalingGroupAsync(array $args = [])
23
- * @method \Aws\Result createLaunchConfiguration(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createLaunchConfigurationAsync(array $args = [])
25
- * @method \Aws\Result createOrUpdateTags(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createOrUpdateTagsAsync(array $args = [])
27
- * @method \Aws\Result deleteAutoScalingGroup(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteAutoScalingGroupAsync(array $args = [])
29
- * @method \Aws\Result deleteLaunchConfiguration(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteLaunchConfigurationAsync(array $args = [])
31
- * @method \Aws\Result deleteLifecycleHook(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteLifecycleHookAsync(array $args = [])
33
- * @method \Aws\Result deleteNotificationConfiguration(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise deleteNotificationConfigurationAsync(array $args = [])
35
- * @method \Aws\Result deletePolicy(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
37
- * @method \Aws\Result deleteScheduledAction(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteScheduledActionAsync(array $args = [])
39
- * @method \Aws\Result deleteTags(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
41
- * @method \Aws\Result describeAccountLimits(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = [])
43
- * @method \Aws\Result describeAdjustmentTypes(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeAdjustmentTypesAsync(array $args = [])
45
- * @method \Aws\Result describeAutoScalingGroups(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeAutoScalingGroupsAsync(array $args = [])
47
- * @method \Aws\Result describeAutoScalingInstances(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeAutoScalingInstancesAsync(array $args = [])
49
- * @method \Aws\Result describeAutoScalingNotificationTypes(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise describeAutoScalingNotificationTypesAsync(array $args = [])
51
- * @method \Aws\Result describeLaunchConfigurations(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise describeLaunchConfigurationsAsync(array $args = [])
53
- * @method \Aws\Result describeLifecycleHookTypes(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise describeLifecycleHookTypesAsync(array $args = [])
55
- * @method \Aws\Result describeLifecycleHooks(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise describeLifecycleHooksAsync(array $args = [])
57
- * @method \Aws\Result describeLoadBalancerTargetGroups(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancerTargetGroupsAsync(array $args = [])
59
- * @method \Aws\Result describeLoadBalancers(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancersAsync(array $args = [])
61
- * @method \Aws\Result describeMetricCollectionTypes(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise describeMetricCollectionTypesAsync(array $args = [])
63
- * @method \Aws\Result describeNotificationConfigurations(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise describeNotificationConfigurationsAsync(array $args = [])
65
- * @method \Aws\Result describePolicies(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise describePoliciesAsync(array $args = [])
67
- * @method \Aws\Result describeScalingActivities(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise describeScalingActivitiesAsync(array $args = [])
69
- * @method \Aws\Result describeScalingProcessTypes(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise describeScalingProcessTypesAsync(array $args = [])
71
- * @method \Aws\Result describeScheduledActions(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise describeScheduledActionsAsync(array $args = [])
73
- * @method \Aws\Result describeTags(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
75
- * @method \Aws\Result describeTerminationPolicyTypes(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise describeTerminationPolicyTypesAsync(array $args = [])
77
- * @method \Aws\Result detachInstances(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise detachInstancesAsync(array $args = [])
79
- * @method \Aws\Result detachLoadBalancerTargetGroups(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise detachLoadBalancerTargetGroupsAsync(array $args = [])
81
- * @method \Aws\Result detachLoadBalancers(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise detachLoadBalancersAsync(array $args = [])
83
- * @method \Aws\Result disableMetricsCollection(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise disableMetricsCollectionAsync(array $args = [])
85
- * @method \Aws\Result enableMetricsCollection(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise enableMetricsCollectionAsync(array $args = [])
87
- * @method \Aws\Result enterStandby(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise enterStandbyAsync(array $args = [])
89
- * @method \Aws\Result executePolicy(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise executePolicyAsync(array $args = [])
91
- * @method \Aws\Result exitStandby(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise exitStandbyAsync(array $args = [])
93
- * @method \Aws\Result putLifecycleHook(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise putLifecycleHookAsync(array $args = [])
95
- * @method \Aws\Result putNotificationConfiguration(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise putNotificationConfigurationAsync(array $args = [])
97
- * @method \Aws\Result putScalingPolicy(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise putScalingPolicyAsync(array $args = [])
99
- * @method \Aws\Result putScheduledUpdateGroupAction(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise putScheduledUpdateGroupActionAsync(array $args = [])
101
- * @method \Aws\Result recordLifecycleActionHeartbeat(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise recordLifecycleActionHeartbeatAsync(array $args = [])
103
- * @method \Aws\Result resumeProcesses(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise resumeProcessesAsync(array $args = [])
105
- * @method \Aws\Result setDesiredCapacity(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise setDesiredCapacityAsync(array $args = [])
107
- * @method \Aws\Result setInstanceHealth(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise setInstanceHealthAsync(array $args = [])
109
- * @method \Aws\Result setInstanceProtection(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise setInstanceProtectionAsync(array $args = [])
111
- * @method \Aws\Result suspendProcesses(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise suspendProcessesAsync(array $args = [])
113
- * @method \Aws\Result terminateInstanceInAutoScalingGroup(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise terminateInstanceInAutoScalingGroupAsync(array $args = [])
115
- * @method \Aws\Result updateAutoScalingGroup(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise updateAutoScalingGroupAsync(array $args = [])
117
- */
118
- class AutoScalingClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\AutoScaling\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error while interacting with the Auto Scaling service.
8
- */
9
- class AutoScalingException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
- namespace Aws\AutoScalingPlans;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Auto Scaling Plans** service.
8
- * @method \Aws\Result createScalingPlan(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createScalingPlanAsync(array $args = [])
10
- * @method \Aws\Result deleteScalingPlan(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteScalingPlanAsync(array $args = [])
12
- * @method \Aws\Result describeScalingPlanResources(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise describeScalingPlanResourcesAsync(array $args = [])
14
- * @method \Aws\Result describeScalingPlans(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise describeScalingPlansAsync(array $args = [])
16
- * @method \Aws\Result getScalingPlanResourceForecastData(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise getScalingPlanResourceForecastDataAsync(array $args = [])
18
- * @method \Aws\Result updateScalingPlan(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise updateScalingPlanAsync(array $args = [])
20
- */
21
- class AutoScalingPlansClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\AutoScalingPlans\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Auto Scaling Plans** service.
8
- */
9
- class AutoScalingPlansException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Backup/BackupClient.php DELETED
@@ -1,95 +0,0 @@
1
- <?php
2
- namespace Aws\Backup;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Backup** service.
8
- * @method \Aws\Result createBackupPlan(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createBackupPlanAsync(array $args = [])
10
- * @method \Aws\Result createBackupSelection(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createBackupSelectionAsync(array $args = [])
12
- * @method \Aws\Result createBackupVault(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createBackupVaultAsync(array $args = [])
14
- * @method \Aws\Result deleteBackupPlan(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteBackupPlanAsync(array $args = [])
16
- * @method \Aws\Result deleteBackupSelection(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteBackupSelectionAsync(array $args = [])
18
- * @method \Aws\Result deleteBackupVault(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAsync(array $args = [])
20
- * @method \Aws\Result deleteBackupVaultAccessPolicy(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAccessPolicyAsync(array $args = [])
22
- * @method \Aws\Result deleteBackupVaultNotifications(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteBackupVaultNotificationsAsync(array $args = [])
24
- * @method \Aws\Result deleteRecoveryPoint(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteRecoveryPointAsync(array $args = [])
26
- * @method \Aws\Result describeBackupJob(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeBackupJobAsync(array $args = [])
28
- * @method \Aws\Result describeBackupVault(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeBackupVaultAsync(array $args = [])
30
- * @method \Aws\Result describeProtectedResource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeProtectedResourceAsync(array $args = [])
32
- * @method \Aws\Result describeRecoveryPoint(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeRecoveryPointAsync(array $args = [])
34
- * @method \Aws\Result describeRestoreJob(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeRestoreJobAsync(array $args = [])
36
- * @method \Aws\Result exportBackupPlanTemplate(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise exportBackupPlanTemplateAsync(array $args = [])
38
- * @method \Aws\Result getBackupPlan(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise getBackupPlanAsync(array $args = [])
40
- * @method \Aws\Result getBackupPlanFromJSON(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise getBackupPlanFromJSONAsync(array $args = [])
42
- * @method \Aws\Result getBackupPlanFromTemplate(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise getBackupPlanFromTemplateAsync(array $args = [])
44
- * @method \Aws\Result getBackupSelection(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise getBackupSelectionAsync(array $args = [])
46
- * @method \Aws\Result getBackupVaultAccessPolicy(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise getBackupVaultAccessPolicyAsync(array $args = [])
48
- * @method \Aws\Result getBackupVaultNotifications(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise getBackupVaultNotificationsAsync(array $args = [])
50
- * @method \Aws\Result getRecoveryPointRestoreMetadata(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise getRecoveryPointRestoreMetadataAsync(array $args = [])
52
- * @method \Aws\Result getSupportedResourceTypes(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise getSupportedResourceTypesAsync(array $args = [])
54
- * @method \Aws\Result listBackupJobs(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise listBackupJobsAsync(array $args = [])
56
- * @method \Aws\Result listBackupPlanTemplates(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise listBackupPlanTemplatesAsync(array $args = [])
58
- * @method \Aws\Result listBackupPlanVersions(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise listBackupPlanVersionsAsync(array $args = [])
60
- * @method \Aws\Result listBackupPlans(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise listBackupPlansAsync(array $args = [])
62
- * @method \Aws\Result listBackupSelections(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise listBackupSelectionsAsync(array $args = [])
64
- * @method \Aws\Result listBackupVaults(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise listBackupVaultsAsync(array $args = [])
66
- * @method \Aws\Result listProtectedResources(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise listProtectedResourcesAsync(array $args = [])
68
- * @method \Aws\Result listRecoveryPointsByBackupVault(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByBackupVaultAsync(array $args = [])
70
- * @method \Aws\Result listRecoveryPointsByResource(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByResourceAsync(array $args = [])
72
- * @method \Aws\Result listRestoreJobs(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise listRestoreJobsAsync(array $args = [])
74
- * @method \Aws\Result listTags(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
76
- * @method \Aws\Result putBackupVaultAccessPolicy(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise putBackupVaultAccessPolicyAsync(array $args = [])
78
- * @method \Aws\Result putBackupVaultNotifications(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise putBackupVaultNotificationsAsync(array $args = [])
80
- * @method \Aws\Result startBackupJob(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise startBackupJobAsync(array $args = [])
82
- * @method \Aws\Result startRestoreJob(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise startRestoreJobAsync(array $args = [])
84
- * @method \Aws\Result stopBackupJob(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise stopBackupJobAsync(array $args = [])
86
- * @method \Aws\Result tagResource(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
88
- * @method \Aws\Result untagResource(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
90
- * @method \Aws\Result updateBackupPlan(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise updateBackupPlanAsync(array $args = [])
92
- * @method \Aws\Result updateRecoveryPointLifecycle(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise updateRecoveryPointLifecycleAsync(array $args = [])
94
- */
95
- class BackupClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Backup\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Backup** service.
8
- */
9
- class BackupException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Batch/BatchClient.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- namespace Aws\Batch;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Batch** service.
8
- * @method \Aws\Result cancelJob(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = [])
10
- * @method \Aws\Result createComputeEnvironment(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createComputeEnvironmentAsync(array $args = [])
12
- * @method \Aws\Result createJobQueue(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createJobQueueAsync(array $args = [])
14
- * @method \Aws\Result deleteComputeEnvironment(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteComputeEnvironmentAsync(array $args = [])
16
- * @method \Aws\Result deleteJobQueue(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteJobQueueAsync(array $args = [])
18
- * @method \Aws\Result deregisterJobDefinition(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deregisterJobDefinitionAsync(array $args = [])
20
- * @method \Aws\Result describeComputeEnvironments(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeComputeEnvironmentsAsync(array $args = [])
22
- * @method \Aws\Result describeJobDefinitions(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeJobDefinitionsAsync(array $args = [])
24
- * @method \Aws\Result describeJobQueues(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeJobQueuesAsync(array $args = [])
26
- * @method \Aws\Result describeJobs(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeJobsAsync(array $args = [])
28
- * @method \Aws\Result listJobs(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
30
- * @method \Aws\Result registerJobDefinition(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise registerJobDefinitionAsync(array $args = [])
32
- * @method \Aws\Result submitJob(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise submitJobAsync(array $args = [])
34
- * @method \Aws\Result terminateJob(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise terminateJobAsync(array $args = [])
36
- * @method \Aws\Result updateComputeEnvironment(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updateComputeEnvironmentAsync(array $args = [])
38
- * @method \Aws\Result updateJobQueue(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateJobQueueAsync(array $args = [])
40
- */
41
- class BatchClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Batch\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Batch** service.
8
- */
9
- class BatchException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php DELETED
@@ -1,37 +0,0 @@
1
- <?php
2
- namespace Aws\Budgets;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Budgets** service.
8
- * @method \Aws\Result createBudget(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createBudgetAsync(array $args = [])
10
- * @method \Aws\Result createNotification(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createNotificationAsync(array $args = [])
12
- * @method \Aws\Result createSubscriber(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createSubscriberAsync(array $args = [])
14
- * @method \Aws\Result deleteBudget(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteBudgetAsync(array $args = [])
16
- * @method \Aws\Result deleteNotification(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteNotificationAsync(array $args = [])
18
- * @method \Aws\Result deleteSubscriber(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteSubscriberAsync(array $args = [])
20
- * @method \Aws\Result describeBudget(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeBudgetAsync(array $args = [])
22
- * @method \Aws\Result describeBudgetPerformanceHistory(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeBudgetPerformanceHistoryAsync(array $args = [])
24
- * @method \Aws\Result describeBudgets(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeBudgetsAsync(array $args = [])
26
- * @method \Aws\Result describeNotificationsForBudget(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeNotificationsForBudgetAsync(array $args = [])
28
- * @method \Aws\Result describeSubscribersForNotification(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeSubscribersForNotificationAsync(array $args = [])
30
- * @method \Aws\Result updateBudget(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise updateBudgetAsync(array $args = [])
32
- * @method \Aws\Result updateNotification(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise updateNotificationAsync(array $args = [])
34
- * @method \Aws\Result updateSubscriber(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise updateSubscriberAsync(array $args = [])
36
- */
37
- class BudgetsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Budgets\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Budgets** service.
8
- */
9
- class BudgetsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Chime/ChimeClient.php DELETED
@@ -1,109 +0,0 @@
1
- <?php
2
- namespace Aws\Chime;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Chime** service.
8
- * @method \Aws\Result associatePhoneNumberWithUser(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associatePhoneNumberWithUserAsync(array $args = [])
10
- * @method \Aws\Result associatePhoneNumbersWithVoiceConnector(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise associatePhoneNumbersWithVoiceConnectorAsync(array $args = [])
12
- * @method \Aws\Result batchDeletePhoneNumber(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise batchDeletePhoneNumberAsync(array $args = [])
14
- * @method \Aws\Result batchSuspendUser(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise batchSuspendUserAsync(array $args = [])
16
- * @method \Aws\Result batchUnsuspendUser(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise batchUnsuspendUserAsync(array $args = [])
18
- * @method \Aws\Result batchUpdatePhoneNumber(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise batchUpdatePhoneNumberAsync(array $args = [])
20
- * @method \Aws\Result batchUpdateUser(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise batchUpdateUserAsync(array $args = [])
22
- * @method \Aws\Result createAccount(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createAccountAsync(array $args = [])
24
- * @method \Aws\Result createPhoneNumberOrder(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createPhoneNumberOrderAsync(array $args = [])
26
- * @method \Aws\Result createVoiceConnector(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createVoiceConnectorAsync(array $args = [])
28
- * @method \Aws\Result deleteAccount(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteAccountAsync(array $args = [])
30
- * @method \Aws\Result deletePhoneNumber(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deletePhoneNumberAsync(array $args = [])
32
- * @method \Aws\Result deleteVoiceConnector(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorAsync(array $args = [])
34
- * @method \Aws\Result deleteVoiceConnectorOrigination(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorOriginationAsync(array $args = [])
36
- * @method \Aws\Result deleteVoiceConnectorTermination(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationAsync(array $args = [])
38
- * @method \Aws\Result deleteVoiceConnectorTerminationCredentials(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationCredentialsAsync(array $args = [])
40
- * @method \Aws\Result disassociatePhoneNumberFromUser(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumberFromUserAsync(array $args = [])
42
- * @method \Aws\Result disassociatePhoneNumbersFromVoiceConnector(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumbersFromVoiceConnectorAsync(array $args = [])
44
- * @method \Aws\Result getAccount(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise getAccountAsync(array $args = [])
46
- * @method \Aws\Result getAccountSettings(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
48
- * @method \Aws\Result getGlobalSettings(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise getGlobalSettingsAsync(array $args = [])
50
- * @method \Aws\Result getPhoneNumber(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise getPhoneNumberAsync(array $args = [])
52
- * @method \Aws\Result getPhoneNumberOrder(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise getPhoneNumberOrderAsync(array $args = [])
54
- * @method \Aws\Result getUser(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise getUserAsync(array $args = [])
56
- * @method \Aws\Result getUserSettings(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise getUserSettingsAsync(array $args = [])
58
- * @method \Aws\Result getVoiceConnector(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise getVoiceConnectorAsync(array $args = [])
60
- * @method \Aws\Result getVoiceConnectorOrigination(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise getVoiceConnectorOriginationAsync(array $args = [])
62
- * @method \Aws\Result getVoiceConnectorTermination(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationAsync(array $args = [])
64
- * @method \Aws\Result getVoiceConnectorTerminationHealth(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationHealthAsync(array $args = [])
66
- * @method \Aws\Result inviteUsers(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise inviteUsersAsync(array $args = [])
68
- * @method \Aws\Result listAccounts(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise listAccountsAsync(array $args = [])
70
- * @method \Aws\Result listPhoneNumberOrders(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise listPhoneNumberOrdersAsync(array $args = [])
72
- * @method \Aws\Result listPhoneNumbers(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise listPhoneNumbersAsync(array $args = [])
74
- * @method \Aws\Result listUsers(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
76
- * @method \Aws\Result listVoiceConnectorTerminationCredentials(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise listVoiceConnectorTerminationCredentialsAsync(array $args = [])
78
- * @method \Aws\Result listVoiceConnectors(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise listVoiceConnectorsAsync(array $args = [])
80
- * @method \Aws\Result logoutUser(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise logoutUserAsync(array $args = [])
82
- * @method \Aws\Result putVoiceConnectorOrigination(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise putVoiceConnectorOriginationAsync(array $args = [])
84
- * @method \Aws\Result putVoiceConnectorTermination(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise putVoiceConnectorTerminationAsync(array $args = [])
86
- * @method \Aws\Result putVoiceConnectorTerminationCredentials(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise putVoiceConnectorTerminationCredentialsAsync(array $args = [])
88
- * @method \Aws\Result resetPersonalPIN(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise resetPersonalPINAsync(array $args = [])
90
- * @method \Aws\Result restorePhoneNumber(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise restorePhoneNumberAsync(array $args = [])
92
- * @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(array $args = [])
94
- * @method \Aws\Result updateAccount(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise updateAccountAsync(array $args = [])
96
- * @method \Aws\Result updateAccountSettings(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
98
- * @method \Aws\Result updateGlobalSettings(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
100
- * @method \Aws\Result updatePhoneNumber(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
102
- * @method \Aws\Result updateUser(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
104
- * @method \Aws\Result updateUserSettings(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise updateUserSettingsAsync(array $args = [])
106
- * @method \Aws\Result updateVoiceConnector(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise updateVoiceConnectorAsync(array $args = [])
108
- */
109
- class ChimeClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Chime\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Chime** service.
8
- */
9
- class ChimeException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php DELETED
@@ -1,29 +0,0 @@
1
- <?php
2
- namespace Aws\Cloud9;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Cloud9** service.
8
- * @method \Aws\Result createEnvironmentEC2(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createEnvironmentEC2Async(array $args = [])
10
- * @method \Aws\Result createEnvironmentMembership(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createEnvironmentMembershipAsync(array $args = [])
12
- * @method \Aws\Result deleteEnvironment(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
14
- * @method \Aws\Result deleteEnvironmentMembership(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteEnvironmentMembershipAsync(array $args = [])
16
- * @method \Aws\Result describeEnvironmentMemberships(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentMembershipsAsync(array $args = [])
18
- * @method \Aws\Result describeEnvironmentStatus(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentStatusAsync(array $args = [])
20
- * @method \Aws\Result describeEnvironments(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentsAsync(array $args = [])
22
- * @method \Aws\Result listEnvironments(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = [])
24
- * @method \Aws\Result updateEnvironment(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
26
- * @method \Aws\Result updateEnvironmentMembership(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise updateEnvironmentMembershipAsync(array $args = [])
28
- */
29
- class Cloud9Client extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Cloud9\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Cloud9** service.
8
- */
9
- class Cloud9Exception extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php DELETED
@@ -1,141 +0,0 @@
1
- <?php
2
- namespace Aws\CloudDirectory;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon CloudDirectory** service.
8
- * @method \Aws\Result addFacetToObject(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addFacetToObjectAsync(array $args = [])
10
- * @method \Aws\Result applySchema(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise applySchemaAsync(array $args = [])
12
- * @method \Aws\Result attachObject(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise attachObjectAsync(array $args = [])
14
- * @method \Aws\Result attachPolicy(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise attachPolicyAsync(array $args = [])
16
- * @method \Aws\Result attachToIndex(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise attachToIndexAsync(array $args = [])
18
- * @method \Aws\Result attachTypedLink(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise attachTypedLinkAsync(array $args = [])
20
- * @method \Aws\Result batchRead(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise batchReadAsync(array $args = [])
22
- * @method \Aws\Result batchWrite(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise batchWriteAsync(array $args = [])
24
- * @method \Aws\Result createDirectory(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createDirectoryAsync(array $args = [])
26
- * @method \Aws\Result createFacet(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createFacetAsync(array $args = [])
28
- * @method \Aws\Result createIndex(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise createIndexAsync(array $args = [])
30
- * @method \Aws\Result createObject(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise createObjectAsync(array $args = [])
32
- * @method \Aws\Result createSchema(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise createSchemaAsync(array $args = [])
34
- * @method \Aws\Result createTypedLinkFacet(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise createTypedLinkFacetAsync(array $args = [])
36
- * @method \Aws\Result deleteDirectory(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise deleteDirectoryAsync(array $args = [])
38
- * @method \Aws\Result deleteFacet(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise deleteFacetAsync(array $args = [])
40
- * @method \Aws\Result deleteObject(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise deleteObjectAsync(array $args = [])
42
- * @method \Aws\Result deleteSchema(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise deleteSchemaAsync(array $args = [])
44
- * @method \Aws\Result deleteTypedLinkFacet(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise deleteTypedLinkFacetAsync(array $args = [])
46
- * @method \Aws\Result detachFromIndex(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise detachFromIndexAsync(array $args = [])
48
- * @method \Aws\Result detachObject(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise detachObjectAsync(array $args = [])
50
- * @method \Aws\Result detachPolicy(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise detachPolicyAsync(array $args = [])
52
- * @method \Aws\Result detachTypedLink(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise detachTypedLinkAsync(array $args = [])
54
- * @method \Aws\Result disableDirectory(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise disableDirectoryAsync(array $args = [])
56
- * @method \Aws\Result enableDirectory(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise enableDirectoryAsync(array $args = [])
58
- * @method \Aws\Result getAppliedSchemaVersion(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise getAppliedSchemaVersionAsync(array $args = [])
60
- * @method \Aws\Result getDirectory(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise getDirectoryAsync(array $args = [])
62
- * @method \Aws\Result getFacet(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise getFacetAsync(array $args = [])
64
- * @method \Aws\Result getLinkAttributes(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise getLinkAttributesAsync(array $args = [])
66
- * @method \Aws\Result getObjectAttributes(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise getObjectAttributesAsync(array $args = [])
68
- * @method \Aws\Result getObjectInformation(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise getObjectInformationAsync(array $args = [])
70
- * @method \Aws\Result getSchemaAsJson(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise getSchemaAsJsonAsync(array $args = [])
72
- * @method \Aws\Result getTypedLinkFacetInformation(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise getTypedLinkFacetInformationAsync(array $args = [])
74
- * @method \Aws\Result listAppliedSchemaArns(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise listAppliedSchemaArnsAsync(array $args = [])
76
- * @method \Aws\Result listAttachedIndices(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise listAttachedIndicesAsync(array $args = [])
78
- * @method \Aws\Result listDevelopmentSchemaArns(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise listDevelopmentSchemaArnsAsync(array $args = [])
80
- * @method \Aws\Result listDirectories(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise listDirectoriesAsync(array $args = [])
82
- * @method \Aws\Result listFacetAttributes(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise listFacetAttributesAsync(array $args = [])
84
- * @method \Aws\Result listFacetNames(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise listFacetNamesAsync(array $args = [])
86
- * @method \Aws\Result listIncomingTypedLinks(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise listIncomingTypedLinksAsync(array $args = [])
88
- * @method \Aws\Result listIndex(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise listIndexAsync(array $args = [])
90
- * @method \Aws\Result listObjectAttributes(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise listObjectAttributesAsync(array $args = [])
92
- * @method \Aws\Result listObjectChildren(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise listObjectChildrenAsync(array $args = [])
94
- * @method \Aws\Result listObjectParentPaths(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise listObjectParentPathsAsync(array $args = [])
96
- * @method \Aws\Result listObjectParents(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise listObjectParentsAsync(array $args = [])
98
- * @method \Aws\Result listObjectPolicies(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise listObjectPoliciesAsync(array $args = [])
100
- * @method \Aws\Result listOutgoingTypedLinks(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise listOutgoingTypedLinksAsync(array $args = [])
102
- * @method \Aws\Result listPolicyAttachments(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise listPolicyAttachmentsAsync(array $args = [])
104
- * @method \Aws\Result listPublishedSchemaArns(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise listPublishedSchemaArnsAsync(array $args = [])
106
- * @method \Aws\Result listTagsForResource(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
108
- * @method \Aws\Result listTypedLinkFacetAttributes(array $args = [])
109
- * @method \GuzzleHttp\Promise\Promise listTypedLinkFacetAttributesAsync(array $args = [])
110
- * @method \Aws\Result listTypedLinkFacetNames(array $args = [])
111
- * @method \GuzzleHttp\Promise\Promise listTypedLinkFacetNamesAsync(array $args = [])
112
- * @method \Aws\Result lookupPolicy(array $args = [])
113
- * @method \GuzzleHttp\Promise\Promise lookupPolicyAsync(array $args = [])
114
- * @method \Aws\Result publishSchema(array $args = [])
115
- * @method \GuzzleHttp\Promise\Promise publishSchemaAsync(array $args = [])
116
- * @method \Aws\Result putSchemaFromJson(array $args = [])
117
- * @method \GuzzleHttp\Promise\Promise putSchemaFromJsonAsync(array $args = [])
118
- * @method \Aws\Result removeFacetFromObject(array $args = [])
119
- * @method \GuzzleHttp\Promise\Promise removeFacetFromObjectAsync(array $args = [])
120
- * @method \Aws\Result tagResource(array $args = [])
121
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
122
- * @method \Aws\Result untagResource(array $args = [])
123
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
124
- * @method \Aws\Result updateFacet(array $args = [])
125
- * @method \GuzzleHttp\Promise\Promise updateFacetAsync(array $args = [])
126
- * @method \Aws\Result updateLinkAttributes(array $args = [])
127
- * @method \GuzzleHttp\Promise\Promise updateLinkAttributesAsync(array $args = [])
128
- * @method \Aws\Result updateObjectAttributes(array $args = [])
129
- * @method \GuzzleHttp\Promise\Promise updateObjectAttributesAsync(array $args = [])
130
- * @method \Aws\Result updateSchema(array $args = [])
131
- * @method \GuzzleHttp\Promise\Promise updateSchemaAsync(array $args = [])
132
- * @method \Aws\Result updateTypedLinkFacet(array $args = [])
133
- * @method \GuzzleHttp\Promise\Promise updateTypedLinkFacetAsync(array $args = [])
134
- * @method \Aws\Result upgradeAppliedSchema(array $args = [])
135
- * @method \GuzzleHttp\Promise\Promise upgradeAppliedSchemaAsync(array $args = [])
136
- * @method \Aws\Result upgradePublishedSchema(array $args = [])
137
- * @method \GuzzleHttp\Promise\Promise upgradePublishedSchemaAsync(array $args = [])
138
- * @method \Aws\Result listManagedSchemaArns(array $args = []) (supported in versions 2017-01-11)
139
- * @method \GuzzleHttp\Promise\Promise listManagedSchemaArnsAsync(array $args = []) (supported in versions 2017-01-11)
140
- */
141
- class CloudDirectoryClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudDirectory\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon CloudDirectory** service.
8
- */
9
- class CloudDirectoryException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php DELETED
@@ -1,100 +0,0 @@
1
- <?php
2
- namespace Aws\CloudFormation;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS CloudFormation** service.
8
- *
9
- * @method \Aws\Result cancelUpdateStack(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise cancelUpdateStackAsync(array $args = [])
11
- * @method \Aws\Result continueUpdateRollback(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise continueUpdateRollbackAsync(array $args = [])
13
- * @method \Aws\Result createChangeSet(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createChangeSetAsync(array $args = [])
15
- * @method \Aws\Result createStack(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = [])
17
- * @method \Aws\Result createStackInstances(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createStackInstancesAsync(array $args = [])
19
- * @method \Aws\Result createStackSet(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createStackSetAsync(array $args = [])
21
- * @method \Aws\Result deleteChangeSet(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteChangeSetAsync(array $args = [])
23
- * @method \Aws\Result deleteStack(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = [])
25
- * @method \Aws\Result deleteStackInstances(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteStackInstancesAsync(array $args = [])
27
- * @method \Aws\Result deleteStackSet(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteStackSetAsync(array $args = [])
29
- * @method \Aws\Result describeAccountLimits(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = [])
31
- * @method \Aws\Result describeChangeSet(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise describeChangeSetAsync(array $args = [])
33
- * @method \Aws\Result describeStackDriftDetectionStatus(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise describeStackDriftDetectionStatusAsync(array $args = [])
35
- * @method \Aws\Result describeStackEvents(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise describeStackEventsAsync(array $args = [])
37
- * @method \Aws\Result describeStackInstance(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise describeStackInstanceAsync(array $args = [])
39
- * @method \Aws\Result describeStackResource(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeStackResourceAsync(array $args = [])
41
- * @method \Aws\Result describeStackResourceDrifts(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeStackResourceDriftsAsync(array $args = [])
43
- * @method \Aws\Result describeStackResources(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeStackResourcesAsync(array $args = [])
45
- * @method \Aws\Result describeStackSet(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeStackSetAsync(array $args = [])
47
- * @method \Aws\Result describeStackSetOperation(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeStackSetOperationAsync(array $args = [])
49
- * @method \Aws\Result describeStacks(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = [])
51
- * @method \Aws\Result detectStackDrift(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise detectStackDriftAsync(array $args = [])
53
- * @method \Aws\Result detectStackResourceDrift(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise detectStackResourceDriftAsync(array $args = [])
55
- * @method \Aws\Result estimateTemplateCost(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise estimateTemplateCostAsync(array $args = [])
57
- * @method \Aws\Result executeChangeSet(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise executeChangeSetAsync(array $args = [])
59
- * @method \Aws\Result getStackPolicy(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise getStackPolicyAsync(array $args = [])
61
- * @method \Aws\Result getTemplate(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise getTemplateAsync(array $args = [])
63
- * @method \Aws\Result getTemplateSummary(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise getTemplateSummaryAsync(array $args = [])
65
- * @method \Aws\Result listChangeSets(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise listChangeSetsAsync(array $args = [])
67
- * @method \Aws\Result listExports(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = [])
69
- * @method \Aws\Result listImports(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
71
- * @method \Aws\Result listStackInstances(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise listStackInstancesAsync(array $args = [])
73
- * @method \Aws\Result listStackResources(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise listStackResourcesAsync(array $args = [])
75
- * @method \Aws\Result listStackSetOperationResults(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise listStackSetOperationResultsAsync(array $args = [])
77
- * @method \Aws\Result listStackSetOperations(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise listStackSetOperationsAsync(array $args = [])
79
- * @method \Aws\Result listStackSets(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise listStackSetsAsync(array $args = [])
81
- * @method \Aws\Result listStacks(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise listStacksAsync(array $args = [])
83
- * @method \Aws\Result setStackPolicy(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise setStackPolicyAsync(array $args = [])
85
- * @method \Aws\Result signalResource(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise signalResourceAsync(array $args = [])
87
- * @method \Aws\Result stopStackSetOperation(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise stopStackSetOperationAsync(array $args = [])
89
- * @method \Aws\Result updateStack(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = [])
91
- * @method \Aws\Result updateStackInstances(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise updateStackInstancesAsync(array $args = [])
93
- * @method \Aws\Result updateStackSet(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise updateStackSetAsync(array $args = [])
95
- * @method \Aws\Result updateTerminationProtection(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise updateTerminationProtectionAsync(array $args = [])
97
- * @method \Aws\Result validateTemplate(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise validateTemplateAsync(array $args = [])
99
- */
100
- class CloudFormationClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudFormation\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS CloudFormation service.
8
- */
9
- class CloudFormationException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php DELETED
@@ -1,190 +0,0 @@
1
- <?php
2
- namespace Aws\CloudFront;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon CloudFront** service.
8
- *
9
- * @method \Aws\Result createCloudFrontOriginAccessIdentity(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise createCloudFrontOriginAccessIdentityAsync(array $args = [])
11
- * @method \Aws\Result createDistribution(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createDistributionAsync(array $args = [])
13
- * @method \Aws\Result createInvalidation(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createInvalidationAsync(array $args = [])
15
- * @method \Aws\Result createStreamingDistribution(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createStreamingDistributionAsync(array $args = [])
17
- * @method \Aws\Result deleteCloudFrontOriginAccessIdentity(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deleteCloudFrontOriginAccessIdentityAsync(array $args = [])
19
- * @method \Aws\Result deleteDistribution(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteDistributionAsync(array $args = [])
21
- * @method \Aws\Result deleteStreamingDistribution(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteStreamingDistributionAsync(array $args = [])
23
- * @method \Aws\Result getCloudFrontOriginAccessIdentity(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise getCloudFrontOriginAccessIdentityAsync(array $args = [])
25
- * @method \Aws\Result getCloudFrontOriginAccessIdentityConfig(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise getCloudFrontOriginAccessIdentityConfigAsync(array $args = [])
27
- * @method \Aws\Result getDistribution(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise getDistributionAsync(array $args = [])
29
- * @method \Aws\Result getDistributionConfig(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise getDistributionConfigAsync(array $args = [])
31
- * @method \Aws\Result getInvalidation(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise getInvalidationAsync(array $args = [])
33
- * @method \Aws\Result getStreamingDistribution(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise getStreamingDistributionAsync(array $args = [])
35
- * @method \Aws\Result getStreamingDistributionConfig(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise getStreamingDistributionConfigAsync(array $args = [])
37
- * @method \Aws\Result listCloudFrontOriginAccessIdentities(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise listCloudFrontOriginAccessIdentitiesAsync(array $args = [])
39
- * @method \Aws\Result listDistributions(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise listDistributionsAsync(array $args = [])
41
- * @method \Aws\Result listDistributionsByWebACLId(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise listDistributionsByWebACLIdAsync(array $args = [])
43
- * @method \Aws\Result listInvalidations(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise listInvalidationsAsync(array $args = [])
45
- * @method \Aws\Result listStreamingDistributions(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise listStreamingDistributionsAsync(array $args = [])
47
- * @method \Aws\Result updateCloudFrontOriginAccessIdentity(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise updateCloudFrontOriginAccessIdentityAsync(array $args = [])
49
- * @method \Aws\Result updateDistribution(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise updateDistributionAsync(array $args = [])
51
- * @method \Aws\Result updateStreamingDistribution(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise updateStreamingDistributionAsync(array $args = [])
53
- * @method \Aws\Result createDistributionWithTags(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
54
- * @method \GuzzleHttp\Promise\Promise createDistributionWithTagsAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
55
- * @method \Aws\Result createStreamingDistributionWithTags(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
56
- * @method \GuzzleHttp\Promise\Promise createStreamingDistributionWithTagsAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
57
- * @method \Aws\Result listTagsForResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
58
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
59
- * @method \Aws\Result tagResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
60
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
61
- * @method \Aws\Result untagResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
62
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05)
63
- * @method \Aws\Result deleteServiceLinkedRole(array $args = []) (supported in versions 2017-03-25)
64
- * @method \GuzzleHttp\Promise\Promise deleteServiceLinkedRoleAsync(array $args = []) (supported in versions 2017-03-25)
65
- * @method \Aws\Result createFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
66
- * @method \GuzzleHttp\Promise\Promise createFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
67
- * @method \Aws\Result createFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
68
- * @method \GuzzleHttp\Promise\Promise createFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
69
- * @method \Aws\Result createPublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
70
- * @method \GuzzleHttp\Promise\Promise createPublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
71
- * @method \Aws\Result deleteFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
72
- * @method \GuzzleHttp\Promise\Promise deleteFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
73
- * @method \Aws\Result deleteFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
74
- * @method \GuzzleHttp\Promise\Promise deleteFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
75
- * @method \Aws\Result deletePublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
76
- * @method \GuzzleHttp\Promise\Promise deletePublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
77
- * @method \Aws\Result getFieldLevelEncryption(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
78
- * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
79
- * @method \Aws\Result getFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
80
- * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
81
- * @method \Aws\Result getFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
82
- * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
83
- * @method \Aws\Result getFieldLevelEncryptionProfileConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
84
- * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionProfileConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
85
- * @method \Aws\Result getPublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
86
- * @method \GuzzleHttp\Promise\Promise getPublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
87
- * @method \Aws\Result getPublicKeyConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
88
- * @method \GuzzleHttp\Promise\Promise getPublicKeyConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
89
- * @method \Aws\Result listFieldLevelEncryptionConfigs(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
90
- * @method \GuzzleHttp\Promise\Promise listFieldLevelEncryptionConfigsAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
91
- * @method \Aws\Result listFieldLevelEncryptionProfiles(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
92
- * @method \GuzzleHttp\Promise\Promise listFieldLevelEncryptionProfilesAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
93
- * @method \Aws\Result listPublicKeys(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
94
- * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
95
- * @method \Aws\Result updateFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
96
- * @method \GuzzleHttp\Promise\Promise updateFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
97
- * @method \Aws\Result updateFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
98
- * @method \GuzzleHttp\Promise\Promise updateFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
99
- * @method \Aws\Result updatePublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
100
- * @method \GuzzleHttp\Promise\Promise updatePublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05)
101
- */
102
- class CloudFrontClient extends AwsClient
103
- {
104
- /**
105
- * Create a signed Amazon CloudFront URL.
106
- *
107
- * This method accepts an array of configuration options:
108
- *
109
- * - url: (string) URL of the resource being signed (can include query
110
- * string and wildcards). For example: rtmp://s5c39gqb8ow64r.cloudfront.net/videos/mp3_name.mp3
111
- * http://d111111abcdef8.cloudfront.net/images/horizon.jpg?size=large&license=yes
112
- * - policy: (string) JSON policy. Use this option when creating a signed
113
- * URL for a custom policy.
114
- * - expires: (int) UTC Unix timestamp used when signing with a canned
115
- * policy. Not required when passing a custom 'policy' option.
116
- * - key_pair_id: (string) The ID of the key pair used to sign CloudFront
117
- * URLs for private distributions.
118
- * - private_key: (string) The filepath ot the private key used to sign
119
- * CloudFront URLs for private distributions.
120
- *
121
- * @param array $options Array of configuration options used when signing
122
- *
123
- * @return string Signed URL with authentication parameters
124
- * @throws \InvalidArgumentException if url, key_pair_id, or private_key
125
- * were not specified.
126
- * @link http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/WorkingWithStreamingDistributions.html
127
- */
128
- public function getSignedUrl(array $options)
129
- {
130
- foreach (['url', 'key_pair_id', 'private_key'] as $required) {
131
- if (!isset($options[$required])) {
132
- throw new \InvalidArgumentException("$required is required");
133
- }
134
- }
135
-
136
- $urlSigner = new UrlSigner(
137
- $options['key_pair_id'],
138
- $options['private_key']
139
- );
140
-
141
- return $urlSigner->getSignedUrl(
142
- $options['url'],
143
- isset($options['expires']) ? $options['expires'] : null,
144
- isset($options['policy']) ? $options['policy'] : null
145
- );
146
- }
147
-
148
- /**
149
- * Create a signed Amazon CloudFront cookie.
150
- *
151
- * This method accepts an array of configuration options:
152
- *
153
- * - url: (string) URL of the resource being signed (can include query
154
- * string and wildcards). For example: http://d111111abcdef8.cloudfront.net/images/horizon.jpg?size=large&license=yes
155
- * - policy: (string) JSON policy. Use this option when creating a signed
156
- * URL for a custom policy.
157
- * - expires: (int) UTC Unix timestamp used when signing with a canned
158
- * policy. Not required when passing a custom 'policy' option.
159
- * - key_pair_id: (string) The ID of the key pair used to sign CloudFront
160
- * URLs for private distributions.
161
- * - private_key: (string) The filepath ot the private key used to sign
162
- * CloudFront URLs for private distributions.
163
- *
164
- * @param array $options Array of configuration options used when signing
165
- *
166
- * @return array Key => value pairs of signed cookies to set
167
- * @throws \InvalidArgumentException if url, key_pair_id, or private_key
168
- * were not specified.
169
- * @link http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/WorkingWithStreamingDistributions.html
170
- */
171
- public function getSignedCookie(array $options)
172
- {
173
- foreach (['key_pair_id', 'private_key'] as $required) {
174
- if (!isset($options[$required])) {
175
- throw new \InvalidArgumentException("$required is required");
176
- }
177
- }
178
-
179
- $cookieSigner = new CookieSigner(
180
- $options['key_pair_id'],
181
- $options['private_key']
182
- );
183
-
184
- return $cookieSigner->getSignedCookie(
185
- isset($options['url']) ? $options['url'] : null,
186
- isset($options['expires']) ? $options['expires'] : null,
187
- isset($options['policy']) ? $options['policy'] : null
188
- );
189
- }
190
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php DELETED
@@ -1,65 +0,0 @@
1
- <?php
2
- namespace Aws\CloudFront;
3
-
4
- class CookieSigner
5
- {
6
- /** @var Signer */
7
- private $signer;
8
-
9
- private static $schemes = [
10
- 'http' => true,
11
- 'https' => true,
12
- ];
13
-
14
- /**
15
- * @param $keyPairId string ID of the key pair
16
- * @param $privateKey string Path to the private key used for signing
17
- *
18
- * @throws \RuntimeException if the openssl extension is missing
19
- * @throws \InvalidArgumentException if the private key cannot be found.
20
- */
21
- public function __construct($keyPairId, $privateKey)
22
- {
23
- $this->signer = new Signer($keyPairId, $privateKey);
24
- }
25
-
26
- /**
27
- * Create a signed Amazon CloudFront Cookie.
28
- *
29
- * @param string $url URL to sign (can include query string
30
- * and wildcards). Not required
31
- * when passing a custom $policy.
32
- * @param string|integer|null $expires UTC Unix timestamp used when signing
33
- * with a canned policy. Not required
34
- * when passing a custom $policy.
35
- * @param string $policy JSON policy. Use this option when
36
- * creating a signed cookie for a custom
37
- * policy.
38
- *
39
- * @return array The authenticated cookie parameters
40
- * @throws \InvalidArgumentException if the URL provided is invalid
41
- * @link http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-cookies.html
42
- */
43
- public function getSignedCookie($url = null, $expires = null, $policy = null)
44
- {
45
- if ($url) {
46
- $this->validateUrl($url);
47
- }
48
-
49
- $cookieParameters = [];
50
- $signature = $this->signer->getSignature($url, $expires, $policy);
51
- foreach ($signature as $key => $value) {
52
- $cookieParameters["CloudFront-$key"] = $value;
53
- }
54
-
55
- return $cookieParameters;
56
- }
57
-
58
- private function validateUrl($url)
59
- {
60
- $scheme = str_replace('*', '', explode('://', $url)[0]);
61
- if (empty(self::$schemes[strtolower($scheme)])) {
62
- throw new \InvalidArgumentException('Invalid or missing URI scheme');
63
- }
64
- }
65
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudFront\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon CloudFront service.
8
- */
9
- class CloudFrontException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudFront/Signer.php DELETED
@@ -1,117 +0,0 @@
1
- <?php
2
- namespace Aws\CloudFront;
3
-
4
- /**
5
- * @internal
6
- */
7
- class Signer
8
- {
9
- private $keyPairId;
10
- private $pkHandle;
11
-
12
- /**
13
- * A signer for creating the signature values used in CloudFront signed URLs
14
- * and signed cookies.
15
- *
16
- * @param $keyPairId string ID of the key pair
17
- * @param $privateKey string Path to the private key used for signing
18
- *
19
- * @throws \RuntimeException if the openssl extension is missing
20
- * @throws \InvalidArgumentException if the private key cannot be found.
21
- */
22
- public function __construct($keyPairId, $privateKey)
23
- {
24
- if (!extension_loaded('openssl')) {
25
- //@codeCoverageIgnoreStart
26
- throw new \RuntimeException('The openssl extension is required to '
27
- . 'sign CloudFront urls.');
28
- //@codeCoverageIgnoreEnd
29
- }
30
-
31
- $this->keyPairId = $keyPairId;
32
-
33
- if (!file_exists($privateKey)) {
34
- throw new \InvalidArgumentException("PK file not found: $privateKey");
35
- }
36
-
37
- $this->pkHandle = openssl_pkey_get_private("file://$privateKey");
38
-
39
- if (!$this->pkHandle) {
40
- throw new \InvalidArgumentException(openssl_error_string());
41
- }
42
- }
43
-
44
- public function __destruct()
45
- {
46
- $this->pkHandle && openssl_pkey_free($this->pkHandle);
47
- }
48
-
49
- /**
50
- * Create the values used to construct signed URLs and cookies.
51
- *
52
- * @param string $resource The CloudFront resource to which
53
- * this signature will grant access.
54
- * Not used when a custom policy is
55
- * provided.
56
- * @param string|integer|null $expires UTC Unix timestamp used when
57
- * signing with a canned policy.
58
- * Not required when passing a
59
- * custom $policy.
60
- * @param string $policy JSON policy. Use this option when
61
- * creating a signature for a custom
62
- * policy.
63
- *
64
- * @return array The values needed to construct a signed URL or cookie
65
- * @throws \InvalidArgumentException when not provided either a policy or a
66
- * resource and a expires
67
- *
68
- * @link http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-cookies.html
69
- */
70
- public function getSignature($resource = null, $expires = null, $policy = null)
71
- {
72
- $signatureHash = [];
73
- if ($policy) {
74
- $policy = preg_replace('/\s/s', '', $policy);
75
- $signatureHash['Policy'] = $this->encode($policy);
76
- } elseif ($resource && $expires) {
77
- $expires = (int) $expires; // Handle epoch passed as string
78
- $policy = $this->createCannedPolicy($resource, $expires);
79
- $signatureHash['Expires'] = $expires;
80
- } else {
81
- throw new \InvalidArgumentException('Either a policy or a resource'
82
- . ' and an expiration time must be provided.');
83
- }
84
-
85
- $signatureHash['Signature'] = $this->encode($this->sign($policy));
86
- $signatureHash['Key-Pair-Id'] = $this->keyPairId;
87
-
88
- return $signatureHash;
89
- }
90
-
91
- private function createCannedPolicy($resource, $expiration)
92
- {
93
- return json_encode([
94
- 'Statement' => [
95
- [
96
- 'Resource' => $resource,
97
- 'Condition' => [
98
- 'DateLessThan' => ['AWS:EpochTime' => $expiration],
99
- ],
100
- ],
101
- ],
102
- ], JSON_UNESCAPED_SLASHES);
103
- }
104
-
105
- private function sign($policy)
106
- {
107
- $signature = '';
108
- openssl_sign($policy, $signature, $this->pkHandle);
109
-
110
- return $signature;
111
- }
112
-
113
- private function encode($policy)
114
- {
115
- return strtr(base64_encode($policy), '+=/', '-_~');
116
- }
117
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php DELETED
@@ -1,119 +0,0 @@
1
- <?php
2
- namespace Aws\CloudFront;
3
-
4
- use GuzzleHttp\Psr7;
5
- use GuzzleHttp\Psr7\Uri;
6
- use Psr\Http\Message\UriInterface;
7
-
8
- /**
9
- * Creates signed URLs for Amazon CloudFront resources.
10
- */
11
- class UrlSigner
12
- {
13
- private $signer;
14
-
15
- /**
16
- * @param $keyPairId string ID of the key pair
17
- * @param $privateKey string Path to the private key used for signing
18
- *
19
- * @throws \RuntimeException if the openssl extension is missing
20
- * @throws \InvalidArgumentException if the private key cannot be found.
21
- */
22
- public function __construct($keyPairId, $privateKey)
23
- {
24
- $this->signer = new Signer($keyPairId, $privateKey);
25
- }
26
-
27
- /**
28
- * Create a signed Amazon CloudFront URL.
29
- *
30
- * Keep in mind that URLs meant for use in media/flash players may have
31
- * different requirements for URL formats (e.g. some require that the
32
- * extension be removed, some require the file name to be prefixed
33
- * - mp4:<path>, some require you to add "/cfx/st" into your URL).
34
- *
35
- * @param string $url URL to sign (can include query
36
- * string string and wildcards)
37
- * @param string|integer|null $expires UTC Unix timestamp used when signing
38
- * with a canned policy. Not required
39
- * when passing a custom $policy.
40
- * @param string $policy JSON policy. Use this option when
41
- * creating a signed URL for a custom
42
- * policy.
43
- *
44
- * @return string The file URL with authentication parameters
45
- * @throws \InvalidArgumentException if the URL provided is invalid
46
- * @link http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/WorkingWithStreamingDistributions.html
47
- */
48
- public function getSignedUrl($url, $expires = null, $policy = null)
49
- {
50
- // Determine the scheme of the url
51
- $urlSections = explode('://', $url);
52
-
53
- if (count($urlSections) < 2) {
54
- throw new \InvalidArgumentException("Invalid URL: {$url}");
55
- }
56
-
57
- // Get the real scheme by removing wildcards from the scheme
58
- $scheme = str_replace('*', '', $urlSections[0]);
59
- $uri = new Uri($scheme . '://' . $urlSections[1]);
60
- $query = Psr7\parse_query($uri->getQuery(), PHP_QUERY_RFC3986);
61
- $signature = $this->signer->getSignature(
62
- $this->createResource($scheme, (string) $uri),
63
- $expires,
64
- $policy
65
- );
66
- $uri = $uri->withQuery(
67
- http_build_query($query + $signature, null, '&', PHP_QUERY_RFC3986)
68
- );
69
-
70
- return $scheme === 'rtmp'
71
- ? $this->createRtmpUrl($uri)
72
- : (string) $uri;
73
- }
74
-
75
- private function createRtmpUrl(UriInterface $uri)
76
- {
77
- // Use a relative URL when creating Flash player URLs
78
- $result = ltrim($uri->getPath(), '/');
79
-
80
- if ($query = $uri->getQuery()) {
81
- $result .= '?' . $query;
82
- }
83
-
84
- return $result;
85
- }
86
-
87
- /**
88
- * @param $scheme
89
- * @param $url
90
- *
91
- * @return string
92
- */
93
- private function createResource($scheme, $url)
94
- {
95
- switch ($scheme) {
96
- case 'http':
97
- case 'http*':
98
- case 'https':
99
- return $url;
100
- case 'rtmp':
101
- $parts = parse_url($url);
102
- $pathParts = pathinfo($parts['path']);
103
- $resource = ltrim(
104
- $pathParts['dirname'] . '/' . $pathParts['basename'],
105
- '/'
106
- );
107
-
108
- // Add a query string if present.
109
- if (isset($parts['query'])) {
110
- $resource .= "?{$parts['query']}";
111
- }
112
-
113
- return $resource;
114
- }
115
-
116
- throw new \InvalidArgumentException("Invalid URI scheme: {$scheme}. "
117
- . "Scheme must be one of: http, https, or rtmp");
118
- }
119
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php DELETED
@@ -1,35 +0,0 @@
1
- <?php
2
- namespace Aws\CloudHSMV2;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS CloudHSM V2** service.
8
- * @method \Aws\Result copyBackupToRegion(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise copyBackupToRegionAsync(array $args = [])
10
- * @method \Aws\Result createCluster(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
12
- * @method \Aws\Result createHsm(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createHsmAsync(array $args = [])
14
- * @method \Aws\Result deleteBackup(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = [])
16
- * @method \Aws\Result deleteCluster(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
18
- * @method \Aws\Result deleteHsm(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteHsmAsync(array $args = [])
20
- * @method \Aws\Result describeBackups(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = [])
22
- * @method \Aws\Result describeClusters(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
24
- * @method \Aws\Result initializeCluster(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise initializeClusterAsync(array $args = [])
26
- * @method \Aws\Result listTags(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
28
- * @method \Aws\Result restoreBackup(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise restoreBackupAsync(array $args = [])
30
- * @method \Aws\Result tagResource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
32
- * @method \Aws\Result untagResource(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
34
- */
35
- class CloudHSMV2Client extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudHSMV2\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS CloudHSM V2** service.
8
- */
9
- class CloudHSMV2Exception extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php DELETED
@@ -1,84 +0,0 @@
1
- <?php
2
- namespace Aws\CloudHsm;
3
-
4
- use Aws\Api\ApiProvider;
5
- use Aws\Api\DocModel;
6
- use Aws\Api\Service;
7
- use Aws\AwsClient;
8
-
9
- /**
10
- * This client is used to interact with **AWS CloudHSM**.
11
- *
12
- * @method \Aws\Result addTagsToResource(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
14
- * @method \Aws\Result createHapg(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createHapgAsync(array $args = [])
16
- * @method \Aws\Result createHsm(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createHsmAsync(array $args = [])
18
- * @method \Aws\Result createLunaClient(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createLunaClientAsync(array $args = [])
20
- * @method \Aws\Result deleteHapg(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteHapgAsync(array $args = [])
22
- * @method \Aws\Result deleteHsm(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteHsmAsync(array $args = [])
24
- * @method \Aws\Result deleteLunaClient(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteLunaClientAsync(array $args = [])
26
- * @method \Aws\Result describeHapg(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeHapgAsync(array $args = [])
28
- * @method \Aws\Result describeHsm(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeHsmAsync(array $args = [])
30
- * @method \Aws\Result describeLunaClient(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeLunaClientAsync(array $args = [])
32
- * @method \Aws\Result getConfig(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise getConfigAsync(array $args = [])
34
- * @method \Aws\Result listAvailableZones(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listAvailableZonesAsync(array $args = [])
36
- * @method \Aws\Result listHapgs(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listHapgsAsync(array $args = [])
38
- * @method \Aws\Result listHsms(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise listHsmsAsync(array $args = [])
40
- * @method \Aws\Result listLunaClients(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise listLunaClientsAsync(array $args = [])
42
- * @method \Aws\Result listTagsForResource(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
44
- * @method \Aws\Result modifyHapg(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise modifyHapgAsync(array $args = [])
46
- * @method \Aws\Result modifyHsm(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise modifyHsmAsync(array $args = [])
48
- * @method \Aws\Result modifyLunaClient(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise modifyLunaClientAsync(array $args = [])
50
- * @method \Aws\Result removeTagsFromResource(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
52
- */
53
- class CloudHsmClient extends AwsClient
54
- {
55
- public function __call($name, array $args)
56
- {
57
- // Overcomes a naming collision with `AwsClient::getConfig`.
58
- if (lcfirst($name) === 'getConfigFiles') {
59
- $name = 'GetConfig';
60
- } elseif (lcfirst($name) === 'getConfigFilesAsync') {
61
- $name = 'GetConfigAsync';
62
- }
63
-
64
- return parent::__call($name, $args);
65
- }
66
-
67
- /**
68
- * @internal
69
- * @codeCoverageIgnore
70
- */
71
- public static function applyDocFilters(array $api, array $docs)
72
- {
73
- // Overcomes a naming collision with `AwsClient::getConfig`.
74
- $api['operations']['GetConfigFiles'] = $api['operations']['GetConfig'];
75
- $docs['operations']['GetConfigFiles'] = $docs['operations']['GetConfig'];
76
- unset($api['operations']['GetConfig'], $docs['operations']['GetConfig']);
77
- ksort($api['operations']);
78
-
79
- return [
80
- new Service($api, ApiProvider::defaultProvider()),
81
- new DocModel($docs)
82
- ];
83
- }
84
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudHsm\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * AWS CloudHSM exception.
8
- */
9
- class CloudHsmException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php DELETED
@@ -1,58 +0,0 @@
1
- <?php
2
- namespace Aws\CloudSearch;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon CloudSearch** service.
8
- *
9
- * @method \Aws\Result buildSuggesters(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise buildSuggestersAsync(array $args = [])
11
- * @method \Aws\Result createDomain(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
13
- * @method \Aws\Result defineAnalysisScheme(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise defineAnalysisSchemeAsync(array $args = [])
15
- * @method \Aws\Result defineExpression(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise defineExpressionAsync(array $args = [])
17
- * @method \Aws\Result defineIndexField(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise defineIndexFieldAsync(array $args = [])
19
- * @method \Aws\Result defineSuggester(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise defineSuggesterAsync(array $args = [])
21
- * @method \Aws\Result deleteAnalysisScheme(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteAnalysisSchemeAsync(array $args = [])
23
- * @method \Aws\Result deleteDomain(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
25
- * @method \Aws\Result deleteExpression(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteExpressionAsync(array $args = [])
27
- * @method \Aws\Result deleteIndexField(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteIndexFieldAsync(array $args = [])
29
- * @method \Aws\Result deleteSuggester(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteSuggesterAsync(array $args = [])
31
- * @method \Aws\Result describeAnalysisSchemes(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise describeAnalysisSchemesAsync(array $args = [])
33
- * @method \Aws\Result describeAvailabilityOptions(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise describeAvailabilityOptionsAsync(array $args = [])
35
- * @method \Aws\Result describeDomains(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise describeDomainsAsync(array $args = [])
37
- * @method \Aws\Result describeExpressions(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise describeExpressionsAsync(array $args = [])
39
- * @method \Aws\Result describeIndexFields(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeIndexFieldsAsync(array $args = [])
41
- * @method \Aws\Result describeScalingParameters(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeScalingParametersAsync(array $args = [])
43
- * @method \Aws\Result describeServiceAccessPolicies(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeServiceAccessPoliciesAsync(array $args = [])
45
- * @method \Aws\Result describeSuggesters(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeSuggestersAsync(array $args = [])
47
- * @method \Aws\Result indexDocuments(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise indexDocumentsAsync(array $args = [])
49
- * @method \Aws\Result listDomainNames(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(array $args = [])
51
- * @method \Aws\Result updateAvailabilityOptions(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise updateAvailabilityOptionsAsync(array $args = [])
53
- * @method \Aws\Result updateScalingParameters(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise updateScalingParametersAsync(array $args = [])
55
- * @method \Aws\Result updateServiceAccessPolicies(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise updateServiceAccessPoliciesAsync(array $args = [])
57
- */
58
- class CloudSearchClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudSearch\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon CloudSearch service.
8
- */
9
- class CloudSearchException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php DELETED
@@ -1,84 +0,0 @@
1
- <?php
2
- namespace Aws\CloudSearchDomain;
3
-
4
- use Aws\AwsClient;
5
- use Aws\CommandInterface;
6
- use GuzzleHttp\Psr7\Uri;
7
- use Psr\Http\Message\RequestInterface;
8
- use GuzzleHttp\Psr7;
9
-
10
- /**
11
- * This client is used to search and upload documents to an **Amazon CloudSearch** Domain.
12
- *
13
- * @method \Aws\Result search(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise searchAsync(array $args = [])
15
- * @method \Aws\Result suggest(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise suggestAsync(array $args = [])
17
- * @method \Aws\Result uploadDocuments(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise uploadDocumentsAsync(array $args = [])
19
- */
20
- class CloudSearchDomainClient extends AwsClient
21
- {
22
- public function __construct(array $args)
23
- {
24
- parent::__construct($args);
25
- $list = $this->getHandlerList();
26
- $list->appendBuild($this->searchByPost(), 'cloudsearchdomain.search_by_POST');
27
- }
28
-
29
- public static function getArguments()
30
- {
31
- $args = parent::getArguments();
32
- $args['endpoint']['required'] = true;
33
- $args['region']['default'] = function (array $args) {
34
- // Determine the region from the provided endpoint.
35
- // (e.g. http://search-blah.{region}.cloudsearch.amazonaws.com)
36
- return explode('.', new Uri($args['endpoint']))[1];
37
- };
38
-
39
- return $args;
40
- }
41
-
42
- /**
43
- * Use POST for search command
44
- *
45
- * Useful when query string is too long
46
- */
47
- private function searchByPost()
48
- {
49
- return static function (callable $handler) {
50
- return function (
51
- CommandInterface $c,
52
- RequestInterface $r = null
53
- ) use ($handler) {
54
- if ($c->getName() !== 'Search') {
55
- return $handler($c, $r);
56
- }
57
- return $handler($c, self::convertGetToPost($r));
58
- };
59
- };
60
- }
61
-
62
- /**
63
- * Converts default GET request to a POST request
64
- *
65
- * Avoiding length restriction in query
66
- *
67
- * @param RequestInterface $r GET request to be converted
68
- * @return RequestInterface $req converted POST request
69
- */
70
- public static function convertGetToPost(RequestInterface $r)
71
- {
72
- if ($r->getMethod() === 'POST') {
73
- return $r;
74
- }
75
-
76
- $query = $r->getUri()->getQuery();
77
- $req = $r->withMethod('POST')
78
- ->withBody(Psr7\stream_for($query))
79
- ->withHeader('Content-Length', strlen($query))
80
- ->withHeader('Content-Type', 'application/x-www-form-urlencoded')
81
- ->withUri($r->getUri()->withQuery(''));
82
- return $req;
83
- }
84
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudSearchDomain\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with an Amazon CloudSearch Domain.
8
- */
9
- class CloudSearchDomainException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php DELETED
@@ -1,38 +0,0 @@
1
- <?php
2
- namespace Aws\CloudTrail;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS CloudTrail** service.
8
- *
9
- * @method \Aws\Result addTags(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
11
- * @method \Aws\Result createTrail(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createTrailAsync(array $args = [])
13
- * @method \Aws\Result deleteTrail(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise deleteTrailAsync(array $args = [])
15
- * @method \Aws\Result describeTrails(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise describeTrailsAsync(array $args = [])
17
- * @method \Aws\Result getEventSelectors(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise getEventSelectorsAsync(array $args = [])
19
- * @method \Aws\Result getTrailStatus(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise getTrailStatusAsync(array $args = [])
21
- * @method \Aws\Result listPublicKeys(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = [])
23
- * @method \Aws\Result listTags(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
25
- * @method \Aws\Result lookupEvents(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise lookupEventsAsync(array $args = [])
27
- * @method \Aws\Result putEventSelectors(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise putEventSelectorsAsync(array $args = [])
29
- * @method \Aws\Result removeTags(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
31
- * @method \Aws\Result startLogging(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise startLoggingAsync(array $args = [])
33
- * @method \Aws\Result stopLogging(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise stopLoggingAsync(array $args = [])
35
- * @method \Aws\Result updateTrail(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise updateTrailAsync(array $args = [])
37
- */
38
- class CloudTrailClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudTrail\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS CloudTrail service.
8
- */
9
- class CloudTrailException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php DELETED
@@ -1,324 +0,0 @@
1
- <?php
2
- namespace Aws\CloudTrail;
3
-
4
- use Aws\S3\S3Client;
5
- use Aws\CloudTrail\Exception\CloudTrailException;
6
-
7
- /**
8
- * The `Aws\CloudTrail\LogFileIterator` provides an easy way to iterate over
9
- * log file generated by AWS CloudTrail.
10
- *
11
- * CloudTrail log files contain data about your AWS API calls and are stored in
12
- * Amazon S3 at a predictable path based on a bucket name, a key prefix, an
13
- * account ID, a region, and date information. This class allows you to specify
14
- * options, including a date range, and emits each log file that match the
15
- * provided options.
16
- *
17
- * Yields an array containing the Amazon S3 bucket and key of the log file.
18
- */
19
- class LogFileIterator extends \IteratorIterator
20
- {
21
- // For internal use
22
- const DEFAULT_TRAIL_NAME = 'Default';
23
- const PREFIX_TEMPLATE = 'prefix/AWSLogs/account/CloudTrail/region/date/';
24
- const PREFIX_WILDCARD = '*';
25
-
26
- // Option names used internally or externally
27
- const TRAIL_NAME = 'trail_name';
28
- const KEY_PREFIX = 'key_prefix';
29
- const START_DATE = 'start_date';
30
- const END_DATE = 'end_date';
31
- const ACCOUNT_ID = 'account_id';
32
- const LOG_REGION = 'log_region';
33
-
34
- /** @var S3Client S3 client used to perform ListObjects operations */
35
- private $s3Client;
36
-
37
- /** @var string S3 bucket that contains the log files */
38
- private $s3BucketName;
39
-
40
- /**
41
- * Constructs a LogRecordIterator. This factory method is used if the name
42
- * of the S3 bucket containing your logs is not known. This factory method
43
- * uses a CloudTrail client and the trail name (or "Default") to find the
44
- * information about the trail necessary for constructing the
45
- * LogRecordIterator.
46
- *
47
- * @param S3Client $s3Client
48
- * @param CloudTrailClient $cloudTrailClient
49
- * @param array $options
50
- *
51
- * @return LogRecordIterator
52
- * @throws \InvalidArgumentException
53
- * @see LogRecordIterator::__contruct
54
- */
55
- public static function forTrail(
56
- S3Client $s3Client,
57
- CloudTrailClient $cloudTrailClient,
58
- array $options = []
59
- ) {
60
- $trailName = isset($options[self::TRAIL_NAME])
61
- ? $options[self::TRAIL_NAME]
62
- : self::DEFAULT_TRAIL_NAME;
63
-
64
- $s3BucketName = null;
65
-
66
- // Use the CloudTrail client to get information about the trail,
67
- // including the bucket name.
68
- try {
69
- $result = $cloudTrailClient->describeTrails([
70
- 'trailNameList' => [$trailName]
71
- ]);
72
- $s3BucketName = $result->search('trailList[0].S3BucketName');
73
- $options[self::KEY_PREFIX] = $result->search(
74
- 'trailList[0].S3KeyPrefix'
75
- );
76
- } catch (CloudTrailException $e) {
77
- // There was an error describing the trail
78
- }
79
-
80
- // If the bucket name is still unknown, then throw an exception
81
- if (!$s3BucketName) {
82
- $prev = isset($e) ? $e : null;
83
- throw new \InvalidArgumentException('The bucket name could not '
84
- . 'be determined from the trail.', 0, $prev);
85
- }
86
-
87
- return new self($s3Client, $s3BucketName, $options);
88
- }
89
-
90
- /**
91
- * Constructs a LogFileIterator using the specified options:
92
- *
93
- * - trail_name: The name of the trail that is generating our logs. If
94
- * none is provided, then "Default" will be used, since that is the name
95
- * of the trail created in the AWS Management Console.
96
- * - key_prefix: The S3 key prefix of your log files. This value will be
97
- * overwritten when using the `fromTrail()` method. However, if you are
98
- * using the constructor, then this value will be used.
99
- * - start_date: The timestamp of the beginning of date range of the log
100
- * records you want to read. You can pass this in as a `DateTime` object,
101
- * integer (unix timestamp), or a string compatible with `strtotime()`.
102
- * - end_date: The timestamp of the end of date range of the log records
103
- * you want to read. You can pass this in as a `DateTime` object, integer
104
- * (unix timestamp), or a string compatible with `strtotime()`.
105
- * - account_id: This is your AWS account ID, which is the 12-digit number
106
- * found on the *Account Identifiers* section of the *AWS Security
107
- * Credentials* page. See https://console.aws.amazon.com/iam/home?#security_credential
108
- * - log_region: Region of the services of the log records you want to read.
109
- *
110
- * @param S3Client $s3Client
111
- * @param string $s3BucketName
112
- * @param array $options
113
- */
114
- public function __construct(
115
- S3Client $s3Client,
116
- $s3BucketName,
117
- array $options = []
118
- ) {
119
- $this->s3Client = $s3Client;
120
- $this->s3BucketName = $s3BucketName;
121
- parent::__construct($this->buildListObjectsIterator($options));
122
- }
123
-
124
- /**
125
- * An override of the typical current behavior of \IteratorIterator to
126
- * format the output such that the bucket and key are returned in an array
127
- *
128
- * @return array|bool
129
- */
130
- public function current()
131
- {
132
- if ($object = parent::current()) {
133
- return [
134
- 'Bucket' => $this->s3BucketName,
135
- 'Key' => $object['Key']
136
- ];
137
- }
138
-
139
- return false;
140
- }
141
-
142
- /**
143
- * Constructs an S3 ListObjects iterator, optionally decorated with
144
- * FilterIterators, based on the provided options.
145
- *
146
- * @param array $options
147
- *
148
- * @return \Iterator
149
- */
150
- private function buildListObjectsIterator(array $options)
151
- {
152
- // Extract and normalize the date values from the options
153
- $startDate = isset($options[self::START_DATE])
154
- ? $this->normalizeDateValue($options[self::START_DATE])
155
- : null;
156
- $endDate = isset($options[self::END_DATE])
157
- ? $this->normalizeDateValue($options[self::END_DATE])
158
- : null;
159
-
160
- // Determine the parts of the key prefix of the log files being read
161
- $parts = [
162
- 'prefix' => isset($options[self::KEY_PREFIX])
163
- ? $options[self::KEY_PREFIX]
164
- : null,
165
- 'account' => isset($options[self::ACCOUNT_ID])
166
- ? $options[self::ACCOUNT_ID]
167
- : self::PREFIX_WILDCARD,
168
- 'region' => isset($options[self::LOG_REGION])
169
- ? $options[self::LOG_REGION]
170
- : self::PREFIX_WILDCARD,
171
- 'date' => $this->determineDateForPrefix($startDate, $endDate),
172
- ];
173
-
174
- // Determine the longest key prefix that can be used to retrieve all
175
- // of the relevant log files.
176
- $candidatePrefix = ltrim(strtr(self::PREFIX_TEMPLATE, $parts), '/');
177
- $logKeyPrefix = $candidatePrefix;
178
- $index = strpos($candidatePrefix, self::PREFIX_WILDCARD);
179
-
180
- if ($index !== false) {
181
- $logKeyPrefix = substr($candidatePrefix, 0, $index);
182
- }
183
-
184
- // Create an iterator that will emit all of the objects matching the
185
- // key prefix.
186
- $objectsIterator = $this->s3Client->getIterator('ListObjects', [
187
- 'Bucket' => $this->s3BucketName,
188
- 'Prefix' => $logKeyPrefix,
189
- ]);
190
-
191
- // Apply regex and/or date filters to the objects iterator to emit only
192
- // log files matching the options.
193
- $objectsIterator = $this->applyRegexFilter(
194
- $objectsIterator,
195
- $logKeyPrefix,
196
- $candidatePrefix
197
- );
198
-
199
- $objectsIterator = $this->applyDateFilter(
200
- $objectsIterator,
201
- $startDate,
202
- $endDate
203
- );
204
-
205
- return $objectsIterator;
206
- }
207
-
208
- /**
209
- * Normalizes a date value to a unix timestamp
210
- *
211
- * @param string|\DateTime|int $date
212
- *
213
- * @return int
214
- * @throws \InvalidArgumentException if the value cannot be converted to
215
- * a timestamp
216
- */
217
- private function normalizeDateValue($date)
218
- {
219
- if (is_string($date)) {
220
- $date = strtotime($date);
221
- } elseif ($date instanceof \DateTime) {
222
- $date = $date->format('U');
223
- } elseif (!is_int($date)) {
224
- throw new \InvalidArgumentException('Date values must be a '
225
- . 'string, an int, or a DateTime object.');
226
- }
227
-
228
- return $date;
229
- }
230
-
231
- /**
232
- * Uses the provided date values to determine the date portion of the prefix
233
- */
234
- private function determineDateForPrefix($startDate, $endDate)
235
- {
236
- // The default date value should look like "*/*/*" after joining
237
- $dateParts = array_fill_keys(['Y', 'm', 'd'], self::PREFIX_WILDCARD);
238
-
239
- // Narrow down the date by replacing the WILDCARDs with values if they
240
- // are the same for the start and end date.
241
- if ($startDate && $endDate) {
242
- foreach ($dateParts as $key => &$value) {
243
- $candidateValue = date($key, $startDate);
244
- if ($candidateValue === date($key, $endDate)) {
245
- $value = $candidateValue;
246
- } else {
247
- break;
248
- }
249
- }
250
- }
251
-
252
- return join('/', $dateParts);
253
- }
254
-
255
- /**
256
- * Applies a regex iterator filter that limits the ListObjects result set
257
- * based on the provided options.
258
- *
259
- * @param \Iterator $objectsIterator
260
- * @param string $logKeyPrefix
261
- * @param string $candidatePrefix
262
- *
263
- * @return \Iterator
264
- */
265
- private function applyRegexFilter(
266
- $objectsIterator,
267
- $logKeyPrefix,
268
- $candidatePrefix
269
- ) {
270
- // If the prefix and candidate prefix are not the same, then there were
271
- // WILDCARDs.
272
- if ($logKeyPrefix !== $candidatePrefix) {
273
- // Turn the candidate prefix into a regex by trimming and
274
- // converting WILDCARDs to regex notation.
275
- $regex = rtrim($candidatePrefix, '/' . self::PREFIX_WILDCARD) . '/';
276
- $regex = strtr($regex, [self::PREFIX_WILDCARD => '[^/]+']);
277
-
278
- // After trimming WILDCARDs or the end, if the regex is the same as
279
- // the prefix, then no regex is needed.
280
- if ($logKeyPrefix !== $regex) {
281
- // Apply a regex filter iterator to remove files that don't
282
- // match the provided options.
283
- $objectsIterator = new \CallbackFilterIterator(
284
- $objectsIterator,
285
- function ($object) use ($regex) {
286
- return preg_match("#{$regex}#", $object['Key']);
287
- }
288
- );
289
- }
290
- }
291
-
292
- return $objectsIterator;
293
- }
294
-
295
- /**
296
- * Applies an iterator filter to restrict the ListObjects result set to the
297
- * specified date range.
298
- *
299
- * @param \Iterator $objectsIterator
300
- * @param int $startDate
301
- * @param int $endDate
302
- *
303
- * @return \Iterator
304
- */
305
- private function applyDateFilter($objectsIterator, $startDate, $endDate)
306
- {
307
- // If either a start or end date was provided, filter out dates that
308
- // don't match the date range.
309
- if ($startDate || $endDate) {
310
- $fn = function ($object) use ($startDate, $endDate) {
311
- if (!preg_match('/[0-9]{8}T[0-9]{4}Z/', $object['Key'], $m)) {
312
- return false;
313
- }
314
- $date = strtotime($m[0]);
315
-
316
- return (!$startDate || $date >= $startDate)
317
- && (!$endDate || $date <= $endDate);
318
- };
319
- $objectsIterator = new \CallbackFilterIterator($objectsIterator, $fn);
320
- }
321
-
322
- return $objectsIterator;
323
- }
324
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php DELETED
@@ -1,55 +0,0 @@
1
- <?php
2
- namespace Aws\CloudTrail;
3
-
4
- use Aws\S3\S3Client;
5
-
6
- /**
7
- * This class provides an easy way to read log files generated by AWS
8
- * CloudTrail.
9
- *
10
- * CloudTrail log files contain data about your AWS API calls and are stored in
11
- * Amazon S3. The log files are gzipped and contain structured data in JSON
12
- * format. This class will automatically ungzip and decode the data, and return
13
- * the data as a array of log records
14
- */
15
- class LogFileReader
16
- {
17
- /** @var S3Client S3 client used to perform GetObject operations */
18
- private $s3Client;
19
-
20
- /**
21
- * @param S3Client $s3Client S3 client used to retrieve objects
22
- */
23
- public function __construct(S3Client $s3Client)
24
- {
25
- $this->s3Client = $s3Client;
26
- }
27
-
28
- /**
29
- * Downloads, unzips, and reads a CloudTrail log file from Amazon S3
30
- *
31
- * @param string $s3BucketName The bucket name of the log file in Amazon S3
32
- * @param string $logFileKey The key of the log file in Amazon S3
33
- *
34
- * @return array
35
- */
36
- public function read($s3BucketName, $logFileKey)
37
- {
38
- // Create a command for getting the log file object
39
- $command = $this->s3Client->getCommand('GetObject', [
40
- 'Bucket' => (string) $s3BucketName,
41
- 'Key' => (string) $logFileKey,
42
- 'ResponseContentEncoding' => 'x-gzip'
43
- ]);
44
-
45
- // Make sure gzip encoding header is sent and accepted in order to
46
- // inflate the response data.
47
- $command['@http']['headers']['Accept-Encoding'] = 'gzip';
48
-
49
- // Get the JSON response data and extract the log records
50
- $result = $this->s3Client->execute($command);
51
- $logData = json_decode($result['Body'], true);
52
-
53
- return isset($logData['Records']) ? $logData['Records'] : [];
54
- }
55
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php DELETED
@@ -1,187 +0,0 @@
1
- <?php
2
- namespace Aws\CloudTrail;
3
-
4
- use Aws\S3\S3Client;
5
-
6
- /**
7
- * The `Aws\CloudTrail\LogRecordIterator` provides an easy way to iterate over
8
- * log records from log files generated by AWS CloudTrail.
9
- *
10
- * CloudTrail log files contain data about your AWS API calls and are stored in
11
- * Amazon S3 at a predictable path based on a bucket name, a key prefix, an
12
- * account ID, a region, and date information. The files are gzipped and
13
- * contain structured data in JSON format. This class allows you to specify
14
- * options via its factory methods, including a date range, and emits each log
15
- * record from any log files that match the provided options.
16
- *
17
- * A log record containing data about an AWS API call is yielded for each
18
- * iteration on this object.
19
- */
20
- class LogRecordIterator implements \OuterIterator
21
- {
22
- /** @var LogFileReader */
23
- private $logFileReader;
24
-
25
- /** @var \Iterator */
26
- private $logFileIterator;
27
-
28
- /** @var array */
29
- private $records;
30
-
31
- /** @var int */
32
- private $recordIndex;
33
-
34
- /**
35
- * @param S3Client $s3Client
36
- * @param CloudTrailClient $cloudTrailClient
37
- * @param array $options
38
- *
39
- * @return LogRecordIterator
40
- */
41
- public static function forTrail(
42
- S3Client $s3Client,
43
- CloudTrailClient $cloudTrailClient,
44
- array $options = []
45
- ) {
46
- $logFileIterator = LogFileIterator::forTrail(
47
- $s3Client,
48
- $cloudTrailClient,
49
- $options
50
- );
51
-
52
- return new self(new LogFileReader($s3Client), $logFileIterator);
53
- }
54
-
55
- /**
56
- * @param S3Client $s3Client
57
- * @param string $s3BucketName
58
- * @param array $options
59
- *
60
- * @return LogRecordIterator
61
- */
62
- public static function forBucket(
63
- S3Client $s3Client,
64
- $s3BucketName,
65
- array $options = []
66
- ) {
67
- $logFileReader = new LogFileReader($s3Client);
68
- $iter = new LogFileIterator($s3Client, $s3BucketName, $options);
69
-
70
- return new self($logFileReader, $iter);
71
- }
72
-
73
- /**
74
- * @param S3Client $s3Client
75
- * @param string $s3BucketName
76
- * @param string $s3ObjectKey
77
- *
78
- * @return LogRecordIterator
79
- */
80
- public static function forFile(
81
- S3Client $s3Client,
82
- $s3BucketName,
83
- $s3ObjectKey
84
- ) {
85
- $logFileReader = new LogFileReader($s3Client);
86
- $logFileIterator = new \ArrayIterator([[
87
- 'Bucket' => $s3BucketName,
88
- 'Key' => $s3ObjectKey,
89
- ]]);
90
-
91
- return new self($logFileReader, $logFileIterator);
92
- }
93
-
94
- /**
95
- * @param LogFileReader $logFileReader
96
- * @param \Iterator $logFileIterator
97
- */
98
- public function __construct(
99
- LogFileReader $logFileReader,
100
- \Iterator $logFileIterator
101
- ) {
102
- $this->logFileReader = $logFileReader;
103
- $this->logFileIterator = $logFileIterator;
104
- $this->records = array();
105
- $this->recordIndex = 0;
106
- }
107
-
108
- /**
109
- * Returns the current log record as an array.
110
- *
111
- * @return array|false
112
- */
113
- public function current()
114
- {
115
- return $this->valid() ? $this->records[$this->recordIndex] : false;
116
- }
117
-
118
- public function next()
119
- {
120
- $this->recordIndex++;
121
-
122
- // If all the records have been exhausted, get more records from the
123
- // next log file.
124
- while (!$this->valid()) {
125
- $this->logFileIterator->next();
126
- $success = $this->loadRecordsFromCurrentLogFile();
127
- if (!$success) {
128
- // The objects iterator is exhausted as well, so stop trying
129
- break;
130
- }
131
- }
132
- }
133
-
134
- public function key()
135
- {
136
- if ($logFile = $this->logFileIterator->current()) {
137
- return $logFile['Key'] . '.' . $this->recordIndex;
138
- }
139
-
140
- return null;
141
- }
142
-
143
- public function valid()
144
- {
145
- return isset($this->records[$this->recordIndex]);
146
- }
147
-
148
- public function rewind()
149
- {
150
- $this->logFileIterator->rewind();
151
- $this->loadRecordsFromCurrentLogFile();
152
- }
153
-
154
- public function getInnerIterator()
155
- {
156
- return $this->logFileIterator;
157
- }
158
-
159
- /**
160
- * Examines the current file in the `logFileIterator` and attempts to read
161
- * it and load log records from it using the `logFileReader`. This method
162
- * expects that items pulled from the iterator will take the form:
163
- *
164
- * [
165
- * 'Bucket' => '...',
166
- * 'Key' => '...',
167
- * ]
168
- *
169
- * @return bool Returns `true` if records were loaded and `false` if no
170
- * records were found
171
- */
172
- private function loadRecordsFromCurrentLogFile()
173
- {
174
- $this->recordIndex = 0;
175
- $this->records = array();
176
-
177
- $logFile = $this->logFileIterator->current();
178
- if ($logFile && isset($logFile['Bucket']) && isset($logFile['Key'])) {
179
- $this->records = $this->logFileReader->read(
180
- $logFile['Bucket'],
181
- $logFile['Key']
182
- );
183
- }
184
-
185
- return (bool) $logFile;
186
- }
187
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php DELETED
@@ -1,50 +0,0 @@
1
- <?php
2
- namespace Aws\CloudWatch;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon CloudWatch** service.
8
- *
9
- * @method \Aws\Result deleteAlarms(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise deleteAlarmsAsync(array $args = [])
11
- * @method \Aws\Result deleteDashboards(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise deleteDashboardsAsync(array $args = [])
13
- * @method \Aws\Result describeAlarmHistory(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise describeAlarmHistoryAsync(array $args = [])
15
- * @method \Aws\Result describeAlarms(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise describeAlarmsAsync(array $args = [])
17
- * @method \Aws\Result describeAlarmsForMetric(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise describeAlarmsForMetricAsync(array $args = [])
19
- * @method \Aws\Result disableAlarmActions(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise disableAlarmActionsAsync(array $args = [])
21
- * @method \Aws\Result enableAlarmActions(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise enableAlarmActionsAsync(array $args = [])
23
- * @method \Aws\Result getDashboard(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise getDashboardAsync(array $args = [])
25
- * @method \Aws\Result getMetricData(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise getMetricDataAsync(array $args = [])
27
- * @method \Aws\Result getMetricStatistics(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise getMetricStatisticsAsync(array $args = [])
29
- * @method \Aws\Result getMetricWidgetImage(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise getMetricWidgetImageAsync(array $args = [])
31
- * @method \Aws\Result listDashboards(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
33
- * @method \Aws\Result listMetrics(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise listMetricsAsync(array $args = [])
35
- * @method \Aws\Result listTagsForResource(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
37
- * @method \Aws\Result putDashboard(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise putDashboardAsync(array $args = [])
39
- * @method \Aws\Result putMetricAlarm(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise putMetricAlarmAsync(array $args = [])
41
- * @method \Aws\Result putMetricData(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise putMetricDataAsync(array $args = [])
43
- * @method \Aws\Result setAlarmState(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise setAlarmStateAsync(array $args = [])
45
- * @method \Aws\Result tagResource(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
47
- * @method \Aws\Result untagResource(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
49
- */
50
- class CloudWatchClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudWatch\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon CloudWatch service.
8
- */
9
- class CloudWatchException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php DELETED
@@ -1,46 +0,0 @@
1
- <?php
2
- namespace Aws\CloudWatchEvents;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon CloudWatch Events** service.
8
- *
9
- * @method \Aws\Result deleteRule(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
11
- * @method \Aws\Result describeEventBus(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise describeEventBusAsync(array $args = [])
13
- * @method \Aws\Result describeRule(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
15
- * @method \Aws\Result disableRule(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise disableRuleAsync(array $args = [])
17
- * @method \Aws\Result enableRule(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise enableRuleAsync(array $args = [])
19
- * @method \Aws\Result listRuleNamesByTarget(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise listRuleNamesByTargetAsync(array $args = [])
21
- * @method \Aws\Result listRules(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
23
- * @method \Aws\Result listTagsForResource(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
25
- * @method \Aws\Result listTargetsByRule(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise listTargetsByRuleAsync(array $args = [])
27
- * @method \Aws\Result putEvents(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
29
- * @method \Aws\Result putPermission(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
31
- * @method \Aws\Result putRule(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise putRuleAsync(array $args = [])
33
- * @method \Aws\Result putTargets(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise putTargetsAsync(array $args = [])
35
- * @method \Aws\Result removePermission(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
37
- * @method \Aws\Result removeTargets(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise removeTargetsAsync(array $args = [])
39
- * @method \Aws\Result tagResource(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
41
- * @method \Aws\Result testEventPattern(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise testEventPatternAsync(array $args = [])
43
- * @method \Aws\Result untagResource(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
45
- */
46
- class CloudWatchEventsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudWatchEvents\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon CloudWatch Events** service.
8
- */
9
- class CloudWatchEventsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php DELETED
@@ -1,88 +0,0 @@
1
- <?php
2
- namespace Aws\CloudWatchLogs;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon CloudWatch Logs** service.
8
- *
9
- * @method \Aws\Result associateKmsKey(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise associateKmsKeyAsync(array $args = [])
11
- * @method \Aws\Result cancelExportTask(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise cancelExportTaskAsync(array $args = [])
13
- * @method \Aws\Result createExportTask(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createExportTaskAsync(array $args = [])
15
- * @method \Aws\Result createLogGroup(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createLogGroupAsync(array $args = [])
17
- * @method \Aws\Result createLogStream(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createLogStreamAsync(array $args = [])
19
- * @method \Aws\Result deleteDestination(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteDestinationAsync(array $args = [])
21
- * @method \Aws\Result deleteLogGroup(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteLogGroupAsync(array $args = [])
23
- * @method \Aws\Result deleteLogStream(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteLogStreamAsync(array $args = [])
25
- * @method \Aws\Result deleteMetricFilter(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteMetricFilterAsync(array $args = [])
27
- * @method \Aws\Result deleteResourcePolicy(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
29
- * @method \Aws\Result deleteRetentionPolicy(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteRetentionPolicyAsync(array $args = [])
31
- * @method \Aws\Result deleteSubscriptionFilter(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteSubscriptionFilterAsync(array $args = [])
33
- * @method \Aws\Result describeDestinations(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise describeDestinationsAsync(array $args = [])
35
- * @method \Aws\Result describeExportTasks(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise describeExportTasksAsync(array $args = [])
37
- * @method \Aws\Result describeLogGroups(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise describeLogGroupsAsync(array $args = [])
39
- * @method \Aws\Result describeLogStreams(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeLogStreamsAsync(array $args = [])
41
- * @method \Aws\Result describeMetricFilters(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeMetricFiltersAsync(array $args = [])
43
- * @method \Aws\Result describeQueries(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeQueriesAsync(array $args = [])
45
- * @method \Aws\Result describeResourcePolicies(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeResourcePoliciesAsync(array $args = [])
47
- * @method \Aws\Result describeSubscriptionFilters(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeSubscriptionFiltersAsync(array $args = [])
49
- * @method \Aws\Result disassociateKmsKey(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise disassociateKmsKeyAsync(array $args = [])
51
- * @method \Aws\Result filterLogEvents(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise filterLogEventsAsync(array $args = [])
53
- * @method \Aws\Result getLogEvents(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise getLogEventsAsync(array $args = [])
55
- * @method \Aws\Result getLogGroupFields(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise getLogGroupFieldsAsync(array $args = [])
57
- * @method \Aws\Result getLogRecord(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise getLogRecordAsync(array $args = [])
59
- * @method \Aws\Result getQueryResults(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(array $args = [])
61
- * @method \Aws\Result listTagsLogGroup(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise listTagsLogGroupAsync(array $args = [])
63
- * @method \Aws\Result putDestination(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise putDestinationAsync(array $args = [])
65
- * @method \Aws\Result putDestinationPolicy(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise putDestinationPolicyAsync(array $args = [])
67
- * @method \Aws\Result putLogEvents(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise putLogEventsAsync(array $args = [])
69
- * @method \Aws\Result putMetricFilter(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise putMetricFilterAsync(array $args = [])
71
- * @method \Aws\Result putResourcePolicy(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
73
- * @method \Aws\Result putRetentionPolicy(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise putRetentionPolicyAsync(array $args = [])
75
- * @method \Aws\Result putSubscriptionFilter(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise putSubscriptionFilterAsync(array $args = [])
77
- * @method \Aws\Result startQuery(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise startQueryAsync(array $args = [])
79
- * @method \Aws\Result stopQuery(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise stopQueryAsync(array $args = [])
81
- * @method \Aws\Result tagLogGroup(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise tagLogGroupAsync(array $args = [])
83
- * @method \Aws\Result testMetricFilter(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise testMetricFilterAsync(array $args = [])
85
- * @method \Aws\Result untagLogGroup(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise untagLogGroupAsync(array $args = [])
87
- */
88
- class CloudWatchLogsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CloudWatchLogs\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon CloudWatch Logs service.
8
- */
9
- class CloudWatchLogsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php DELETED
@@ -1,47 +0,0 @@
1
- <?php
2
- namespace Aws\CodeBuild;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS CodeBuild** service.
8
- * @method \Aws\Result batchDeleteBuilds(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise batchDeleteBuildsAsync(array $args = [])
10
- * @method \Aws\Result batchGetBuilds(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise batchGetBuildsAsync(array $args = [])
12
- * @method \Aws\Result batchGetProjects(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise batchGetProjectsAsync(array $args = [])
14
- * @method \Aws\Result createProject(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
16
- * @method \Aws\Result createWebhook(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createWebhookAsync(array $args = [])
18
- * @method \Aws\Result deleteProject(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
20
- * @method \Aws\Result deleteSourceCredentials(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteSourceCredentialsAsync(array $args = [])
22
- * @method \Aws\Result deleteWebhook(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteWebhookAsync(array $args = [])
24
- * @method \Aws\Result importSourceCredentials(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise importSourceCredentialsAsync(array $args = [])
26
- * @method \Aws\Result invalidateProjectCache(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise invalidateProjectCacheAsync(array $args = [])
28
- * @method \Aws\Result listBuilds(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listBuildsAsync(array $args = [])
30
- * @method \Aws\Result listBuildsForProject(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listBuildsForProjectAsync(array $args = [])
32
- * @method \Aws\Result listCuratedEnvironmentImages(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listCuratedEnvironmentImagesAsync(array $args = [])
34
- * @method \Aws\Result listProjects(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
36
- * @method \Aws\Result listSourceCredentials(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listSourceCredentialsAsync(array $args = [])
38
- * @method \Aws\Result startBuild(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise startBuildAsync(array $args = [])
40
- * @method \Aws\Result stopBuild(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise stopBuildAsync(array $args = [])
42
- * @method \Aws\Result updateProject(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
44
- * @method \Aws\Result updateWebhook(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise updateWebhookAsync(array $args = [])
46
- */
47
- class CodeBuildClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CodeBuild\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS CodeBuild** service.
8
- */
9
- class CodeBuildException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php DELETED
@@ -1,90 +0,0 @@
1
- <?php
2
- namespace Aws\CodeCommit;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS CodeCommit** service.
8
- *
9
- * @method \Aws\Result batchGetRepositories(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise batchGetRepositoriesAsync(array $args = [])
11
- * @method \Aws\Result createBranch(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createBranchAsync(array $args = [])
13
- * @method \Aws\Result createCommit(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createCommitAsync(array $args = [])
15
- * @method \Aws\Result createPullRequest(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createPullRequestAsync(array $args = [])
17
- * @method \Aws\Result createRepository(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
19
- * @method \Aws\Result deleteBranch(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteBranchAsync(array $args = [])
21
- * @method \Aws\Result deleteCommentContent(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteCommentContentAsync(array $args = [])
23
- * @method \Aws\Result deleteFile(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteFileAsync(array $args = [])
25
- * @method \Aws\Result deleteRepository(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
27
- * @method \Aws\Result describePullRequestEvents(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise describePullRequestEventsAsync(array $args = [])
29
- * @method \Aws\Result getBlob(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise getBlobAsync(array $args = [])
31
- * @method \Aws\Result getBranch(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise getBranchAsync(array $args = [])
33
- * @method \Aws\Result getComment(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise getCommentAsync(array $args = [])
35
- * @method \Aws\Result getCommentsForComparedCommit(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise getCommentsForComparedCommitAsync(array $args = [])
37
- * @method \Aws\Result getCommentsForPullRequest(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise getCommentsForPullRequestAsync(array $args = [])
39
- * @method \Aws\Result getCommit(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise getCommitAsync(array $args = [])
41
- * @method \Aws\Result getDifferences(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise getDifferencesAsync(array $args = [])
43
- * @method \Aws\Result getFile(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise getFileAsync(array $args = [])
45
- * @method \Aws\Result getFolder(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise getFolderAsync(array $args = [])
47
- * @method \Aws\Result getMergeConflicts(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise getMergeConflictsAsync(array $args = [])
49
- * @method \Aws\Result getPullRequest(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise getPullRequestAsync(array $args = [])
51
- * @method \Aws\Result getRepository(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise getRepositoryAsync(array $args = [])
53
- * @method \Aws\Result getRepositoryTriggers(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise getRepositoryTriggersAsync(array $args = [])
55
- * @method \Aws\Result listBranches(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise listBranchesAsync(array $args = [])
57
- * @method \Aws\Result listPullRequests(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise listPullRequestsAsync(array $args = [])
59
- * @method \Aws\Result listRepositories(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise listRepositoriesAsync(array $args = [])
61
- * @method \Aws\Result mergePullRequestByFastForward(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise mergePullRequestByFastForwardAsync(array $args = [])
63
- * @method \Aws\Result postCommentForComparedCommit(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise postCommentForComparedCommitAsync(array $args = [])
65
- * @method \Aws\Result postCommentForPullRequest(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise postCommentForPullRequestAsync(array $args = [])
67
- * @method \Aws\Result postCommentReply(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise postCommentReplyAsync(array $args = [])
69
- * @method \Aws\Result putFile(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise putFileAsync(array $args = [])
71
- * @method \Aws\Result putRepositoryTriggers(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise putRepositoryTriggersAsync(array $args = [])
73
- * @method \Aws\Result testRepositoryTriggers(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise testRepositoryTriggersAsync(array $args = [])
75
- * @method \Aws\Result updateComment(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise updateCommentAsync(array $args = [])
77
- * @method \Aws\Result updateDefaultBranch(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise updateDefaultBranchAsync(array $args = [])
79
- * @method \Aws\Result updatePullRequestDescription(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise updatePullRequestDescriptionAsync(array $args = [])
81
- * @method \Aws\Result updatePullRequestStatus(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise updatePullRequestStatusAsync(array $args = [])
83
- * @method \Aws\Result updatePullRequestTitle(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise updatePullRequestTitleAsync(array $args = [])
85
- * @method \Aws\Result updateRepositoryDescription(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise updateRepositoryDescriptionAsync(array $args = [])
87
- * @method \Aws\Result updateRepositoryName(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise updateRepositoryNameAsync(array $args = [])
89
- */
90
- class CodeCommitClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CodeCommit\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS CodeCommit** service.
8
- */
9
- class CodeCommitException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php DELETED
@@ -1,96 +0,0 @@
1
- <?php
2
- namespace Aws\CodeDeploy;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with AWS CodeDeploy
8
- *
9
- * @method \Aws\Result addTagsToOnPremisesInstances(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addTagsToOnPremisesInstancesAsync(array $args = [])
11
- * @method \Aws\Result batchGetApplicationRevisions(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise batchGetApplicationRevisionsAsync(array $args = [])
13
- * @method \Aws\Result batchGetApplications(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise batchGetApplicationsAsync(array $args = [])
15
- * @method \Aws\Result batchGetDeploymentGroups(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise batchGetDeploymentGroupsAsync(array $args = [])
17
- * @method \Aws\Result batchGetDeploymentInstances(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise batchGetDeploymentInstancesAsync(array $args = [])
19
- * @method \Aws\Result batchGetDeploymentTargets(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise batchGetDeploymentTargetsAsync(array $args = [])
21
- * @method \Aws\Result batchGetDeployments(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise batchGetDeploymentsAsync(array $args = [])
23
- * @method \Aws\Result batchGetOnPremisesInstances(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise batchGetOnPremisesInstancesAsync(array $args = [])
25
- * @method \Aws\Result continueDeployment(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise continueDeploymentAsync(array $args = [])
27
- * @method \Aws\Result createApplication(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
29
- * @method \Aws\Result createDeployment(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
31
- * @method \Aws\Result createDeploymentConfig(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise createDeploymentConfigAsync(array $args = [])
33
- * @method \Aws\Result createDeploymentGroup(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise createDeploymentGroupAsync(array $args = [])
35
- * @method \Aws\Result deleteApplication(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
37
- * @method \Aws\Result deleteDeploymentConfig(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteDeploymentConfigAsync(array $args = [])
39
- * @method \Aws\Result deleteDeploymentGroup(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise deleteDeploymentGroupAsync(array $args = [])
41
- * @method \Aws\Result deleteGitHubAccountToken(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise deleteGitHubAccountTokenAsync(array $args = [])
43
- * @method \Aws\Result deregisterOnPremisesInstance(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise deregisterOnPremisesInstanceAsync(array $args = [])
45
- * @method \Aws\Result getApplication(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
47
- * @method \Aws\Result getApplicationRevision(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise getApplicationRevisionAsync(array $args = [])
49
- * @method \Aws\Result getDeployment(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
51
- * @method \Aws\Result getDeploymentConfig(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise getDeploymentConfigAsync(array $args = [])
53
- * @method \Aws\Result getDeploymentGroup(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise getDeploymentGroupAsync(array $args = [])
55
- * @method \Aws\Result getDeploymentInstance(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise getDeploymentInstanceAsync(array $args = [])
57
- * @method \Aws\Result getDeploymentTarget(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise getDeploymentTargetAsync(array $args = [])
59
- * @method \Aws\Result getOnPremisesInstance(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise getOnPremisesInstanceAsync(array $args = [])
61
- * @method \Aws\Result listApplicationRevisions(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise listApplicationRevisionsAsync(array $args = [])
63
- * @method \Aws\Result listApplications(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
65
- * @method \Aws\Result listDeploymentConfigs(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise listDeploymentConfigsAsync(array $args = [])
67
- * @method \Aws\Result listDeploymentGroups(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise listDeploymentGroupsAsync(array $args = [])
69
- * @method \Aws\Result listDeploymentInstances(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise listDeploymentInstancesAsync(array $args = [])
71
- * @method \Aws\Result listDeploymentTargets(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise listDeploymentTargetsAsync(array $args = [])
73
- * @method \Aws\Result listDeployments(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
75
- * @method \Aws\Result listGitHubAccountTokenNames(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise listGitHubAccountTokenNamesAsync(array $args = [])
77
- * @method \Aws\Result listOnPremisesInstances(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise listOnPremisesInstancesAsync(array $args = [])
79
- * @method \Aws\Result putLifecycleEventHookExecutionStatus(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise putLifecycleEventHookExecutionStatusAsync(array $args = [])
81
- * @method \Aws\Result registerApplicationRevision(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise registerApplicationRevisionAsync(array $args = [])
83
- * @method \Aws\Result registerOnPremisesInstance(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise registerOnPremisesInstanceAsync(array $args = [])
85
- * @method \Aws\Result removeTagsFromOnPremisesInstances(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise removeTagsFromOnPremisesInstancesAsync(array $args = [])
87
- * @method \Aws\Result skipWaitTimeForInstanceTermination(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise skipWaitTimeForInstanceTerminationAsync(array $args = [])
89
- * @method \Aws\Result stopDeployment(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise stopDeploymentAsync(array $args = [])
91
- * @method \Aws\Result updateApplication(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
93
- * @method \Aws\Result updateDeploymentGroup(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise updateDeploymentGroupAsync(array $args = [])
95
- */
96
- class CodeDeployClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CodeDeploy\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with AWS CodeDeploy.
8
- */
9
- class CodeDeployException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php DELETED
@@ -1,76 +0,0 @@
1
- <?php
2
- namespace Aws\CodePipeline;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon CodePipeline** service.
8
- *
9
- * @method \Aws\Result acknowledgeJob(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise acknowledgeJobAsync(array $args = [])
11
- * @method \Aws\Result acknowledgeThirdPartyJob(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise acknowledgeThirdPartyJobAsync(array $args = [])
13
- * @method \Aws\Result createCustomActionType(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createCustomActionTypeAsync(array $args = [])
15
- * @method \Aws\Result createPipeline(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
17
- * @method \Aws\Result deleteCustomActionType(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deleteCustomActionTypeAsync(array $args = [])
19
- * @method \Aws\Result deletePipeline(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
21
- * @method \Aws\Result deleteWebhook(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteWebhookAsync(array $args = [])
23
- * @method \Aws\Result deregisterWebhookWithThirdParty(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deregisterWebhookWithThirdPartyAsync(array $args = [])
25
- * @method \Aws\Result disableStageTransition(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise disableStageTransitionAsync(array $args = [])
27
- * @method \Aws\Result enableStageTransition(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise enableStageTransitionAsync(array $args = [])
29
- * @method \Aws\Result getJobDetails(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise getJobDetailsAsync(array $args = [])
31
- * @method \Aws\Result getPipeline(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise getPipelineAsync(array $args = [])
33
- * @method \Aws\Result getPipelineExecution(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise getPipelineExecutionAsync(array $args = [])
35
- * @method \Aws\Result getPipelineState(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise getPipelineStateAsync(array $args = [])
37
- * @method \Aws\Result getThirdPartyJobDetails(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise getThirdPartyJobDetailsAsync(array $args = [])
39
- * @method \Aws\Result listActionExecutions(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise listActionExecutionsAsync(array $args = [])
41
- * @method \Aws\Result listActionTypes(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise listActionTypesAsync(array $args = [])
43
- * @method \Aws\Result listPipelineExecutions(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise listPipelineExecutionsAsync(array $args = [])
45
- * @method \Aws\Result listPipelines(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
47
- * @method \Aws\Result listWebhooks(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise listWebhooksAsync(array $args = [])
49
- * @method \Aws\Result pollForJobs(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise pollForJobsAsync(array $args = [])
51
- * @method \Aws\Result pollForThirdPartyJobs(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise pollForThirdPartyJobsAsync(array $args = [])
53
- * @method \Aws\Result putActionRevision(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise putActionRevisionAsync(array $args = [])
55
- * @method \Aws\Result putApprovalResult(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise putApprovalResultAsync(array $args = [])
57
- * @method \Aws\Result putJobFailureResult(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise putJobFailureResultAsync(array $args = [])
59
- * @method \Aws\Result putJobSuccessResult(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise putJobSuccessResultAsync(array $args = [])
61
- * @method \Aws\Result putThirdPartyJobFailureResult(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise putThirdPartyJobFailureResultAsync(array $args = [])
63
- * @method \Aws\Result putThirdPartyJobSuccessResult(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise putThirdPartyJobSuccessResultAsync(array $args = [])
65
- * @method \Aws\Result putWebhook(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise putWebhookAsync(array $args = [])
67
- * @method \Aws\Result registerWebhookWithThirdParty(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise registerWebhookWithThirdPartyAsync(array $args = [])
69
- * @method \Aws\Result retryStageExecution(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise retryStageExecutionAsync(array $args = [])
71
- * @method \Aws\Result startPipelineExecution(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise startPipelineExecutionAsync(array $args = [])
73
- * @method \Aws\Result updatePipeline(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = [])
75
- */
76
- class CodePipelineClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CodePipeline\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon CodePipeline service.
8
- */
9
- class CodePipelineException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php DELETED
@@ -1,45 +0,0 @@
1
- <?php
2
- namespace Aws\CodeStar;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS CodeStar** service.
8
- * @method \Aws\Result associateTeamMember(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateTeamMemberAsync(array $args = [])
10
- * @method \Aws\Result createProject(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
12
- * @method \Aws\Result createUserProfile(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createUserProfileAsync(array $args = [])
14
- * @method \Aws\Result deleteProject(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
16
- * @method \Aws\Result deleteUserProfile(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteUserProfileAsync(array $args = [])
18
- * @method \Aws\Result describeProject(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
20
- * @method \Aws\Result describeUserProfile(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeUserProfileAsync(array $args = [])
22
- * @method \Aws\Result disassociateTeamMember(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise disassociateTeamMemberAsync(array $args = [])
24
- * @method \Aws\Result listProjects(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
26
- * @method \Aws\Result listResources(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = [])
28
- * @method \Aws\Result listTagsForProject(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listTagsForProjectAsync(array $args = [])
30
- * @method \Aws\Result listTeamMembers(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listTeamMembersAsync(array $args = [])
32
- * @method \Aws\Result listUserProfiles(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listUserProfilesAsync(array $args = [])
34
- * @method \Aws\Result tagProject(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise tagProjectAsync(array $args = [])
36
- * @method \Aws\Result untagProject(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise untagProjectAsync(array $args = [])
38
- * @method \Aws\Result updateProject(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
40
- * @method \Aws\Result updateTeamMember(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise updateTeamMemberAsync(array $args = [])
42
- * @method \Aws\Result updateUserProfile(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise updateUserProfileAsync(array $args = [])
44
- */
45
- class CodeStarClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CodeStar\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS CodeStar** service.
8
- */
9
- class CodeStarException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php DELETED
@@ -1,52 +0,0 @@
1
- <?php
2
- namespace Aws\CognitoIdentity;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Cognito Identity** service.
8
- *
9
- * @method \Aws\Result createIdentityPool(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise createIdentityPoolAsync(array $args = [])
11
- * @method \Aws\Result deleteIdentities(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise deleteIdentitiesAsync(array $args = [])
13
- * @method \Aws\Result deleteIdentityPool(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise deleteIdentityPoolAsync(array $args = [])
15
- * @method \Aws\Result describeIdentity(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise describeIdentityAsync(array $args = [])
17
- * @method \Aws\Result describeIdentityPool(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise describeIdentityPoolAsync(array $args = [])
19
- * @method \Aws\Result getCredentialsForIdentity(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise getCredentialsForIdentityAsync(array $args = [])
21
- * @method \Aws\Result getId(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise getIdAsync(array $args = [])
23
- * @method \Aws\Result getIdentityPoolRoles(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise getIdentityPoolRolesAsync(array $args = [])
25
- * @method \Aws\Result getOpenIdToken(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise getOpenIdTokenAsync(array $args = [])
27
- * @method \Aws\Result getOpenIdTokenForDeveloperIdentity(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise getOpenIdTokenForDeveloperIdentityAsync(array $args = [])
29
- * @method \Aws\Result listIdentities(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise listIdentitiesAsync(array $args = [])
31
- * @method \Aws\Result listIdentityPools(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise listIdentityPoolsAsync(array $args = [])
33
- * @method \Aws\Result listTagsForResource(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
35
- * @method \Aws\Result lookupDeveloperIdentity(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise lookupDeveloperIdentityAsync(array $args = [])
37
- * @method \Aws\Result mergeDeveloperIdentities(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise mergeDeveloperIdentitiesAsync(array $args = [])
39
- * @method \Aws\Result setIdentityPoolRoles(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise setIdentityPoolRolesAsync(array $args = [])
41
- * @method \Aws\Result tagResource(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
43
- * @method \Aws\Result unlinkDeveloperIdentity(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise unlinkDeveloperIdentityAsync(array $args = [])
45
- * @method \Aws\Result unlinkIdentity(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise unlinkIdentityAsync(array $args = [])
47
- * @method \Aws\Result untagResource(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
49
- * @method \Aws\Result updateIdentityPool(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise updateIdentityPoolAsync(array $args = [])
51
- */
52
- class CognitoIdentityClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php DELETED
@@ -1,61 +0,0 @@
1
- <?php
2
- namespace Aws\CognitoIdentity;
3
-
4
- use Aws\Credentials\Credentials;
5
- use GuzzleHttp\Promise;
6
-
7
- class CognitoIdentityProvider
8
- {
9
- /** @var CognitoIdentityClient */
10
- private $client;
11
- /** @var string */
12
- private $identityPoolId;
13
- /** @var string|null */
14
- private $accountId;
15
- /** @var array */
16
- private $logins;
17
-
18
- public function __construct(
19
- $poolId,
20
- array $clientOptions,
21
- array $logins = [],
22
- $accountId = null
23
- ) {
24
- $this->identityPoolId = $poolId;
25
- $this->logins = $logins;
26
- $this->accountId = $accountId;
27
- $this->client = new CognitoIdentityClient($clientOptions + [
28
- 'credentials' => false,
29
- ]);
30
- }
31
-
32
- public function __invoke()
33
- {
34
- return Promise\coroutine(function () {
35
- $params = $this->logins ? ['Logins' => $this->logins] : [];
36
- $getIdParams = $params + ['IdentityPoolId' => $this->identityPoolId];
37
- if ($this->accountId) {
38
- $getIdParams['AccountId'] = $this->accountId;
39
- }
40
-
41
- $id = (yield $this->client->getId($getIdParams));
42
- $result = (yield $this->client->getCredentialsForIdentity([
43
- 'IdentityId' => $id['IdentityId'],
44
- ] + $params));
45
-
46
- yield new Credentials(
47
- $result['Credentials']['AccessKeyId'],
48
- $result['Credentials']['SecretKey'],
49
- $result['Credentials']['SessionToken'],
50
- (int) $result['Credentials']['Expiration']->format('U')
51
- );
52
- });
53
- }
54
-
55
- public function updateLogin($key, $value)
56
- {
57
- $this->logins[$key] = $value;
58
-
59
- return $this;
60
- }
61
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CognitoIdentity\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon Cognito Identity Logs service.
8
- */
9
- class CognitoIdentityException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php DELETED
@@ -1,210 +0,0 @@
1
- <?php
2
- namespace Aws\CognitoIdentityProvider;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Cognito Identity Provider** service.
8
- *
9
- * @method \Aws\Result addCustomAttributes(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addCustomAttributesAsync(array $args = [])
11
- * @method \Aws\Result adminAddUserToGroup(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise adminAddUserToGroupAsync(array $args = [])
13
- * @method \Aws\Result adminConfirmSignUp(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise adminConfirmSignUpAsync(array $args = [])
15
- * @method \Aws\Result adminCreateUser(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise adminCreateUserAsync(array $args = [])
17
- * @method \Aws\Result adminDeleteUser(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise adminDeleteUserAsync(array $args = [])
19
- * @method \Aws\Result adminDeleteUserAttributes(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise adminDeleteUserAttributesAsync(array $args = [])
21
- * @method \Aws\Result adminDisableProviderForUser(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise adminDisableProviderForUserAsync(array $args = [])
23
- * @method \Aws\Result adminDisableUser(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise adminDisableUserAsync(array $args = [])
25
- * @method \Aws\Result adminEnableUser(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise adminEnableUserAsync(array $args = [])
27
- * @method \Aws\Result adminForgetDevice(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise adminForgetDeviceAsync(array $args = [])
29
- * @method \Aws\Result adminGetDevice(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise adminGetDeviceAsync(array $args = [])
31
- * @method \Aws\Result adminGetUser(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise adminGetUserAsync(array $args = [])
33
- * @method \Aws\Result adminInitiateAuth(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise adminInitiateAuthAsync(array $args = [])
35
- * @method \Aws\Result adminLinkProviderForUser(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise adminLinkProviderForUserAsync(array $args = [])
37
- * @method \Aws\Result adminListDevices(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise adminListDevicesAsync(array $args = [])
39
- * @method \Aws\Result adminListGroupsForUser(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise adminListGroupsForUserAsync(array $args = [])
41
- * @method \Aws\Result adminListUserAuthEvents(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise adminListUserAuthEventsAsync(array $args = [])
43
- * @method \Aws\Result adminRemoveUserFromGroup(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise adminRemoveUserFromGroupAsync(array $args = [])
45
- * @method \Aws\Result adminResetUserPassword(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise adminResetUserPasswordAsync(array $args = [])
47
- * @method \Aws\Result adminRespondToAuthChallenge(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise adminRespondToAuthChallengeAsync(array $args = [])
49
- * @method \Aws\Result adminSetUserMFAPreference(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise adminSetUserMFAPreferenceAsync(array $args = [])
51
- * @method \Aws\Result adminSetUserPassword(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise adminSetUserPasswordAsync(array $args = [])
53
- * @method \Aws\Result adminSetUserSettings(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise adminSetUserSettingsAsync(array $args = [])
55
- * @method \Aws\Result adminUpdateAuthEventFeedback(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise adminUpdateAuthEventFeedbackAsync(array $args = [])
57
- * @method \Aws\Result adminUpdateDeviceStatus(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise adminUpdateDeviceStatusAsync(array $args = [])
59
- * @method \Aws\Result adminUpdateUserAttributes(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise adminUpdateUserAttributesAsync(array $args = [])
61
- * @method \Aws\Result adminUserGlobalSignOut(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise adminUserGlobalSignOutAsync(array $args = [])
63
- * @method \Aws\Result associateSoftwareToken(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise associateSoftwareTokenAsync(array $args = [])
65
- * @method \Aws\Result changePassword(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise changePasswordAsync(array $args = [])
67
- * @method \Aws\Result confirmDevice(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise confirmDeviceAsync(array $args = [])
69
- * @method \Aws\Result confirmForgotPassword(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise confirmForgotPasswordAsync(array $args = [])
71
- * @method \Aws\Result confirmSignUp(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise confirmSignUpAsync(array $args = [])
73
- * @method \Aws\Result createGroup(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
75
- * @method \Aws\Result createIdentityProvider(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise createIdentityProviderAsync(array $args = [])
77
- * @method \Aws\Result createResourceServer(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise createResourceServerAsync(array $args = [])
79
- * @method \Aws\Result createUserImportJob(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise createUserImportJobAsync(array $args = [])
81
- * @method \Aws\Result createUserPool(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise createUserPoolAsync(array $args = [])
83
- * @method \Aws\Result createUserPoolClient(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise createUserPoolClientAsync(array $args = [])
85
- * @method \Aws\Result createUserPoolDomain(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise createUserPoolDomainAsync(array $args = [])
87
- * @method \Aws\Result deleteGroup(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
89
- * @method \Aws\Result deleteIdentityProvider(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise deleteIdentityProviderAsync(array $args = [])
91
- * @method \Aws\Result deleteResourceServer(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise deleteResourceServerAsync(array $args = [])
93
- * @method \Aws\Result deleteUser(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
95
- * @method \Aws\Result deleteUserAttributes(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise deleteUserAttributesAsync(array $args = [])
97
- * @method \Aws\Result deleteUserPool(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise deleteUserPoolAsync(array $args = [])
99
- * @method \Aws\Result deleteUserPoolClient(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise deleteUserPoolClientAsync(array $args = [])
101
- * @method \Aws\Result deleteUserPoolDomain(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise deleteUserPoolDomainAsync(array $args = [])
103
- * @method \Aws\Result describeIdentityProvider(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise describeIdentityProviderAsync(array $args = [])
105
- * @method \Aws\Result describeResourceServer(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise describeResourceServerAsync(array $args = [])
107
- * @method \Aws\Result describeRiskConfiguration(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise describeRiskConfigurationAsync(array $args = [])
109
- * @method \Aws\Result describeUserImportJob(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise describeUserImportJobAsync(array $args = [])
111
- * @method \Aws\Result describeUserPool(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise describeUserPoolAsync(array $args = [])
113
- * @method \Aws\Result describeUserPoolClient(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise describeUserPoolClientAsync(array $args = [])
115
- * @method \Aws\Result describeUserPoolDomain(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise describeUserPoolDomainAsync(array $args = [])
117
- * @method \Aws\Result forgetDevice(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise forgetDeviceAsync(array $args = [])
119
- * @method \Aws\Result forgotPassword(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise forgotPasswordAsync(array $args = [])
121
- * @method \Aws\Result getCSVHeader(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise getCSVHeaderAsync(array $args = [])
123
- * @method \Aws\Result getDevice(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise getDeviceAsync(array $args = [])
125
- * @method \Aws\Result getGroup(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
127
- * @method \Aws\Result getIdentityProviderByIdentifier(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise getIdentityProviderByIdentifierAsync(array $args = [])
129
- * @method \Aws\Result getSigningCertificate(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise getSigningCertificateAsync(array $args = [])
131
- * @method \Aws\Result getUICustomization(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise getUICustomizationAsync(array $args = [])
133
- * @method \Aws\Result getUser(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise getUserAsync(array $args = [])
135
- * @method \Aws\Result getUserAttributeVerificationCode(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise getUserAttributeVerificationCodeAsync(array $args = [])
137
- * @method \Aws\Result getUserPoolMfaConfig(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise getUserPoolMfaConfigAsync(array $args = [])
139
- * @method \Aws\Result globalSignOut(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise globalSignOutAsync(array $args = [])
141
- * @method \Aws\Result initiateAuth(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise initiateAuthAsync(array $args = [])
143
- * @method \Aws\Result listDevices(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = [])
145
- * @method \Aws\Result listGroups(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
147
- * @method \Aws\Result listIdentityProviders(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise listIdentityProvidersAsync(array $args = [])
149
- * @method \Aws\Result listResourceServers(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise listResourceServersAsync(array $args = [])
151
- * @method \Aws\Result listTagsForResource(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
153
- * @method \Aws\Result listUserImportJobs(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise listUserImportJobsAsync(array $args = [])
155
- * @method \Aws\Result listUserPoolClients(array $args = [])
156
- * @method \GuzzleHttp\Promise\Promise listUserPoolClientsAsync(array $args = [])
157
- * @method \Aws\Result listUserPools(array $args = [])
158
- * @method \GuzzleHttp\Promise\Promise listUserPoolsAsync(array $args = [])
159
- * @method \Aws\Result listUsers(array $args = [])
160
- * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
161
- * @method \Aws\Result listUsersInGroup(array $args = [])
162
- * @method \GuzzleHttp\Promise\Promise listUsersInGroupAsync(array $args = [])
163
- * @method \Aws\Result resendConfirmationCode(array $args = [])
164
- * @method \GuzzleHttp\Promise\Promise resendConfirmationCodeAsync(array $args = [])
165
- * @method \Aws\Result respondToAuthChallenge(array $args = [])
166
- * @method \GuzzleHttp\Promise\Promise respondToAuthChallengeAsync(array $args = [])
167
- * @method \Aws\Result setRiskConfiguration(array $args = [])
168
- * @method \GuzzleHttp\Promise\Promise setRiskConfigurationAsync(array $args = [])
169
- * @method \Aws\Result setUICustomization(array $args = [])
170
- * @method \GuzzleHttp\Promise\Promise setUICustomizationAsync(array $args = [])
171
- * @method \Aws\Result setUserMFAPreference(array $args = [])
172
- * @method \GuzzleHttp\Promise\Promise setUserMFAPreferenceAsync(array $args = [])
173
- * @method \Aws\Result setUserPoolMfaConfig(array $args = [])
174
- * @method \GuzzleHttp\Promise\Promise setUserPoolMfaConfigAsync(array $args = [])
175
- * @method \Aws\Result setUserSettings(array $args = [])
176
- * @method \GuzzleHttp\Promise\Promise setUserSettingsAsync(array $args = [])
177
- * @method \Aws\Result signUp(array $args = [])
178
- * @method \GuzzleHttp\Promise\Promise signUpAsync(array $args = [])
179
- * @method \Aws\Result startUserImportJob(array $args = [])
180
- * @method \GuzzleHttp\Promise\Promise startUserImportJobAsync(array $args = [])
181
- * @method \Aws\Result stopUserImportJob(array $args = [])
182
- * @method \GuzzleHttp\Promise\Promise stopUserImportJobAsync(array $args = [])
183
- * @method \Aws\Result tagResource(array $args = [])
184
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
185
- * @method \Aws\Result untagResource(array $args = [])
186
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
187
- * @method \Aws\Result updateAuthEventFeedback(array $args = [])
188
- * @method \GuzzleHttp\Promise\Promise updateAuthEventFeedbackAsync(array $args = [])
189
- * @method \Aws\Result updateDeviceStatus(array $args = [])
190
- * @method \GuzzleHttp\Promise\Promise updateDeviceStatusAsync(array $args = [])
191
- * @method \Aws\Result updateGroup(array $args = [])
192
- * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
193
- * @method \Aws\Result updateIdentityProvider(array $args = [])
194
- * @method \GuzzleHttp\Promise\Promise updateIdentityProviderAsync(array $args = [])
195
- * @method \Aws\Result updateResourceServer(array $args = [])
196
- * @method \GuzzleHttp\Promise\Promise updateResourceServerAsync(array $args = [])
197
- * @method \Aws\Result updateUserAttributes(array $args = [])
198
- * @method \GuzzleHttp\Promise\Promise updateUserAttributesAsync(array $args = [])
199
- * @method \Aws\Result updateUserPool(array $args = [])
200
- * @method \GuzzleHttp\Promise\Promise updateUserPoolAsync(array $args = [])
201
- * @method \Aws\Result updateUserPoolClient(array $args = [])
202
- * @method \GuzzleHttp\Promise\Promise updateUserPoolClientAsync(array $args = [])
203
- * @method \Aws\Result updateUserPoolDomain(array $args = [])
204
- * @method \GuzzleHttp\Promise\Promise updateUserPoolDomainAsync(array $args = [])
205
- * @method \Aws\Result verifySoftwareToken(array $args = [])
206
- * @method \GuzzleHttp\Promise\Promise verifySoftwareTokenAsync(array $args = [])
207
- * @method \Aws\Result verifyUserAttribute(array $args = [])
208
- * @method \GuzzleHttp\Promise\Promise verifyUserAttributeAsync(array $args = [])
209
- */
210
- class CognitoIdentityProviderClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CognitoIdentityProvider\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Cognito Identity Provider** service.
8
- */
9
- class CognitoIdentityProviderException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php DELETED
@@ -1,44 +0,0 @@
1
- <?php
2
- namespace Aws\CognitoSync;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Cognito Sync** service.
8
- *
9
- * @method \Aws\Result bulkPublish(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise bulkPublishAsync(array $args = [])
11
- * @method \Aws\Result deleteDataset(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
13
- * @method \Aws\Result describeDataset(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
15
- * @method \Aws\Result describeIdentityPoolUsage(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise describeIdentityPoolUsageAsync(array $args = [])
17
- * @method \Aws\Result describeIdentityUsage(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise describeIdentityUsageAsync(array $args = [])
19
- * @method \Aws\Result getBulkPublishDetails(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise getBulkPublishDetailsAsync(array $args = [])
21
- * @method \Aws\Result getCognitoEvents(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise getCognitoEventsAsync(array $args = [])
23
- * @method \Aws\Result getIdentityPoolConfiguration(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise getIdentityPoolConfigurationAsync(array $args = [])
25
- * @method \Aws\Result listDatasets(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
27
- * @method \Aws\Result listIdentityPoolUsage(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise listIdentityPoolUsageAsync(array $args = [])
29
- * @method \Aws\Result listRecords(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise listRecordsAsync(array $args = [])
31
- * @method \Aws\Result registerDevice(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise registerDeviceAsync(array $args = [])
33
- * @method \Aws\Result setCognitoEvents(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise setCognitoEventsAsync(array $args = [])
35
- * @method \Aws\Result setIdentityPoolConfiguration(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise setIdentityPoolConfigurationAsync(array $args = [])
37
- * @method \Aws\Result subscribeToDataset(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise subscribeToDatasetAsync(array $args = [])
39
- * @method \Aws\Result unsubscribeFromDataset(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise unsubscribeFromDatasetAsync(array $args = [])
41
- * @method \Aws\Result updateRecords(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise updateRecordsAsync(array $args = [])
43
- */
44
- class CognitoSyncClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CognitoSync\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon Cognito Sync service.
8
- */
9
- class CognitoSyncException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php DELETED
@@ -1,99 +0,0 @@
1
- <?php
2
- namespace Aws\Comprehend;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Comprehend** service.
8
- * @method \Aws\Result batchDetectDominantLanguage(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise batchDetectDominantLanguageAsync(array $args = [])
10
- * @method \Aws\Result batchDetectEntities(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise batchDetectEntitiesAsync(array $args = [])
12
- * @method \Aws\Result batchDetectKeyPhrases(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise batchDetectKeyPhrasesAsync(array $args = [])
14
- * @method \Aws\Result batchDetectSentiment(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise batchDetectSentimentAsync(array $args = [])
16
- * @method \Aws\Result batchDetectSyntax(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise batchDetectSyntaxAsync(array $args = [])
18
- * @method \Aws\Result createDocumentClassifier(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createDocumentClassifierAsync(array $args = [])
20
- * @method \Aws\Result createEntityRecognizer(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createEntityRecognizerAsync(array $args = [])
22
- * @method \Aws\Result deleteDocumentClassifier(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteDocumentClassifierAsync(array $args = [])
24
- * @method \Aws\Result deleteEntityRecognizer(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteEntityRecognizerAsync(array $args = [])
26
- * @method \Aws\Result describeDocumentClassificationJob(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeDocumentClassificationJobAsync(array $args = [])
28
- * @method \Aws\Result describeDocumentClassifier(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeDocumentClassifierAsync(array $args = [])
30
- * @method \Aws\Result describeDominantLanguageDetectionJob(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeDominantLanguageDetectionJobAsync(array $args = [])
32
- * @method \Aws\Result describeEntitiesDetectionJob(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeEntitiesDetectionJobAsync(array $args = [])
34
- * @method \Aws\Result describeEntityRecognizer(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeEntityRecognizerAsync(array $args = [])
36
- * @method \Aws\Result describeKeyPhrasesDetectionJob(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeKeyPhrasesDetectionJobAsync(array $args = [])
38
- * @method \Aws\Result describeSentimentDetectionJob(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise describeSentimentDetectionJobAsync(array $args = [])
40
- * @method \Aws\Result describeTopicsDetectionJob(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describeTopicsDetectionJobAsync(array $args = [])
42
- * @method \Aws\Result detectDominantLanguage(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise detectDominantLanguageAsync(array $args = [])
44
- * @method \Aws\Result detectEntities(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = [])
46
- * @method \Aws\Result detectKeyPhrases(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise detectKeyPhrasesAsync(array $args = [])
48
- * @method \Aws\Result detectSentiment(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise detectSentimentAsync(array $args = [])
50
- * @method \Aws\Result detectSyntax(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise detectSyntaxAsync(array $args = [])
52
- * @method \Aws\Result listDocumentClassificationJobs(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise listDocumentClassificationJobsAsync(array $args = [])
54
- * @method \Aws\Result listDocumentClassifiers(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise listDocumentClassifiersAsync(array $args = [])
56
- * @method \Aws\Result listDominantLanguageDetectionJobs(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise listDominantLanguageDetectionJobsAsync(array $args = [])
58
- * @method \Aws\Result listEntitiesDetectionJobs(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise listEntitiesDetectionJobsAsync(array $args = [])
60
- * @method \Aws\Result listEntityRecognizers(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise listEntityRecognizersAsync(array $args = [])
62
- * @method \Aws\Result listKeyPhrasesDetectionJobs(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise listKeyPhrasesDetectionJobsAsync(array $args = [])
64
- * @method \Aws\Result listSentimentDetectionJobs(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise listSentimentDetectionJobsAsync(array $args = [])
66
- * @method \Aws\Result listTagsForResource(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
68
- * @method \Aws\Result listTopicsDetectionJobs(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise listTopicsDetectionJobsAsync(array $args = [])
70
- * @method \Aws\Result startDocumentClassificationJob(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise startDocumentClassificationJobAsync(array $args = [])
72
- * @method \Aws\Result startDominantLanguageDetectionJob(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise startDominantLanguageDetectionJobAsync(array $args = [])
74
- * @method \Aws\Result startEntitiesDetectionJob(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise startEntitiesDetectionJobAsync(array $args = [])
76
- * @method \Aws\Result startKeyPhrasesDetectionJob(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise startKeyPhrasesDetectionJobAsync(array $args = [])
78
- * @method \Aws\Result startSentimentDetectionJob(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise startSentimentDetectionJobAsync(array $args = [])
80
- * @method \Aws\Result startTopicsDetectionJob(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise startTopicsDetectionJobAsync(array $args = [])
82
- * @method \Aws\Result stopDominantLanguageDetectionJob(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise stopDominantLanguageDetectionJobAsync(array $args = [])
84
- * @method \Aws\Result stopEntitiesDetectionJob(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise stopEntitiesDetectionJobAsync(array $args = [])
86
- * @method \Aws\Result stopKeyPhrasesDetectionJob(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise stopKeyPhrasesDetectionJobAsync(array $args = [])
88
- * @method \Aws\Result stopSentimentDetectionJob(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise stopSentimentDetectionJobAsync(array $args = [])
90
- * @method \Aws\Result stopTrainingDocumentClassifier(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise stopTrainingDocumentClassifierAsync(array $args = [])
92
- * @method \Aws\Result stopTrainingEntityRecognizer(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise stopTrainingEntityRecognizerAsync(array $args = [])
94
- * @method \Aws\Result tagResource(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
96
- * @method \Aws\Result untagResource(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
98
- */
99
- class ComprehendClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Comprehend\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Comprehend** service.
8
- */
9
- class ComprehendException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php DELETED
@@ -1,13 +0,0 @@
1
- <?php
2
- namespace Aws\ComprehendMedical;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Comprehend Medical** service.
8
- * @method \Aws\Result detectEntities(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = [])
10
- * @method \Aws\Result detectPHI(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise detectPHIAsync(array $args = [])
12
- */
13
- class ComprehendMedicalClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ComprehendMedical\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Comprehend Medical** service.
8
- */
9
- class ComprehendMedicalException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php DELETED
@@ -1,122 +0,0 @@
1
- <?php
2
- namespace Aws\ConfigService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with AWS Config.
8
- *
9
- * @method \Aws\Result batchGetAggregateResourceConfig(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise batchGetAggregateResourceConfigAsync(array $args = [])
11
- * @method \Aws\Result batchGetResourceConfig(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise batchGetResourceConfigAsync(array $args = [])
13
- * @method \Aws\Result deleteAggregationAuthorization(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise deleteAggregationAuthorizationAsync(array $args = [])
15
- * @method \Aws\Result deleteConfigRule(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise deleteConfigRuleAsync(array $args = [])
17
- * @method \Aws\Result deleteConfigurationAggregator(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deleteConfigurationAggregatorAsync(array $args = [])
19
- * @method \Aws\Result deleteConfigurationRecorder(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteConfigurationRecorderAsync(array $args = [])
21
- * @method \Aws\Result deleteDeliveryChannel(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteDeliveryChannelAsync(array $args = [])
23
- * @method \Aws\Result deleteEvaluationResults(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteEvaluationResultsAsync(array $args = [])
25
- * @method \Aws\Result deletePendingAggregationRequest(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deletePendingAggregationRequestAsync(array $args = [])
27
- * @method \Aws\Result deleteRemediationConfiguration(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteRemediationConfigurationAsync(array $args = [])
29
- * @method \Aws\Result deleteRetentionConfiguration(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteRetentionConfigurationAsync(array $args = [])
31
- * @method \Aws\Result deliverConfigSnapshot(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deliverConfigSnapshotAsync(array $args = [])
33
- * @method \Aws\Result describeAggregateComplianceByConfigRules(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise describeAggregateComplianceByConfigRulesAsync(array $args = [])
35
- * @method \Aws\Result describeAggregationAuthorizations(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise describeAggregationAuthorizationsAsync(array $args = [])
37
- * @method \Aws\Result describeComplianceByConfigRule(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise describeComplianceByConfigRuleAsync(array $args = [])
39
- * @method \Aws\Result describeComplianceByResource(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeComplianceByResourceAsync(array $args = [])
41
- * @method \Aws\Result describeConfigRuleEvaluationStatus(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeConfigRuleEvaluationStatusAsync(array $args = [])
43
- * @method \Aws\Result describeConfigRules(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeConfigRulesAsync(array $args = [])
45
- * @method \Aws\Result describeConfigurationAggregatorSourcesStatus(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeConfigurationAggregatorSourcesStatusAsync(array $args = [])
47
- * @method \Aws\Result describeConfigurationAggregators(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeConfigurationAggregatorsAsync(array $args = [])
49
- * @method \Aws\Result describeConfigurationRecorderStatus(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise describeConfigurationRecorderStatusAsync(array $args = [])
51
- * @method \Aws\Result describeConfigurationRecorders(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise describeConfigurationRecordersAsync(array $args = [])
53
- * @method \Aws\Result describeDeliveryChannelStatus(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise describeDeliveryChannelStatusAsync(array $args = [])
55
- * @method \Aws\Result describeDeliveryChannels(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise describeDeliveryChannelsAsync(array $args = [])
57
- * @method \Aws\Result describePendingAggregationRequests(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise describePendingAggregationRequestsAsync(array $args = [])
59
- * @method \Aws\Result describeRemediationConfigurations(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise describeRemediationConfigurationsAsync(array $args = [])
61
- * @method \Aws\Result describeRemediationExecutionStatus(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise describeRemediationExecutionStatusAsync(array $args = [])
63
- * @method \Aws\Result describeRetentionConfigurations(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise describeRetentionConfigurationsAsync(array $args = [])
65
- * @method \Aws\Result getAggregateComplianceDetailsByConfigRule(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise getAggregateComplianceDetailsByConfigRuleAsync(array $args = [])
67
- * @method \Aws\Result getAggregateConfigRuleComplianceSummary(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise getAggregateConfigRuleComplianceSummaryAsync(array $args = [])
69
- * @method \Aws\Result getAggregateDiscoveredResourceCounts(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise getAggregateDiscoveredResourceCountsAsync(array $args = [])
71
- * @method \Aws\Result getAggregateResourceConfig(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise getAggregateResourceConfigAsync(array $args = [])
73
- * @method \Aws\Result getComplianceDetailsByConfigRule(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise getComplianceDetailsByConfigRuleAsync(array $args = [])
75
- * @method \Aws\Result getComplianceDetailsByResource(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise getComplianceDetailsByResourceAsync(array $args = [])
77
- * @method \Aws\Result getComplianceSummaryByConfigRule(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise getComplianceSummaryByConfigRuleAsync(array $args = [])
79
- * @method \Aws\Result getComplianceSummaryByResourceType(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise getComplianceSummaryByResourceTypeAsync(array $args = [])
81
- * @method \Aws\Result getDiscoveredResourceCounts(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise getDiscoveredResourceCountsAsync(array $args = [])
83
- * @method \Aws\Result getResourceConfigHistory(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise getResourceConfigHistoryAsync(array $args = [])
85
- * @method \Aws\Result listAggregateDiscoveredResources(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise listAggregateDiscoveredResourcesAsync(array $args = [])
87
- * @method \Aws\Result listDiscoveredResources(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise listDiscoveredResourcesAsync(array $args = [])
89
- * @method \Aws\Result listTagsForResource(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
91
- * @method \Aws\Result putAggregationAuthorization(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise putAggregationAuthorizationAsync(array $args = [])
93
- * @method \Aws\Result putConfigRule(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise putConfigRuleAsync(array $args = [])
95
- * @method \Aws\Result putConfigurationAggregator(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise putConfigurationAggregatorAsync(array $args = [])
97
- * @method \Aws\Result putConfigurationRecorder(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise putConfigurationRecorderAsync(array $args = [])
99
- * @method \Aws\Result putDeliveryChannel(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise putDeliveryChannelAsync(array $args = [])
101
- * @method \Aws\Result putEvaluations(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise putEvaluationsAsync(array $args = [])
103
- * @method \Aws\Result putRemediationConfigurations(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise putRemediationConfigurationsAsync(array $args = [])
105
- * @method \Aws\Result putRetentionConfiguration(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise putRetentionConfigurationAsync(array $args = [])
107
- * @method \Aws\Result selectResourceConfig(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise selectResourceConfigAsync(array $args = [])
109
- * @method \Aws\Result startConfigRulesEvaluation(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise startConfigRulesEvaluationAsync(array $args = [])
111
- * @method \Aws\Result startConfigurationRecorder(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise startConfigurationRecorderAsync(array $args = [])
113
- * @method \Aws\Result startRemediationExecution(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise startRemediationExecutionAsync(array $args = [])
115
- * @method \Aws\Result stopConfigurationRecorder(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise stopConfigurationRecorderAsync(array $args = [])
117
- * @method \Aws\Result tagResource(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
119
- * @method \Aws\Result untagResource(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
121
- */
122
- class ConfigServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ConfigService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS Config service.
8
- */
9
- class ConfigServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php DELETED
@@ -1,51 +0,0 @@
1
- <?php
2
- namespace Aws\Connect;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Connect Service** service.
8
- * @method \Aws\Result createUser(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
10
- * @method \Aws\Result deleteUser(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
12
- * @method \Aws\Result describeUser(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
14
- * @method \Aws\Result describeUserHierarchyGroup(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise describeUserHierarchyGroupAsync(array $args = [])
16
- * @method \Aws\Result describeUserHierarchyStructure(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise describeUserHierarchyStructureAsync(array $args = [])
18
- * @method \Aws\Result getContactAttributes(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise getContactAttributesAsync(array $args = [])
20
- * @method \Aws\Result getCurrentMetricData(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise getCurrentMetricDataAsync(array $args = [])
22
- * @method \Aws\Result getFederationToken(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getFederationTokenAsync(array $args = [])
24
- * @method \Aws\Result getMetricData(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getMetricDataAsync(array $args = [])
26
- * @method \Aws\Result listRoutingProfiles(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listRoutingProfilesAsync(array $args = [])
28
- * @method \Aws\Result listSecurityProfiles(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listSecurityProfilesAsync(array $args = [])
30
- * @method \Aws\Result listUserHierarchyGroups(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listUserHierarchyGroupsAsync(array $args = [])
32
- * @method \Aws\Result listUsers(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
34
- * @method \Aws\Result startOutboundVoiceContact(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise startOutboundVoiceContactAsync(array $args = [])
36
- * @method \Aws\Result stopContact(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise stopContactAsync(array $args = [])
38
- * @method \Aws\Result updateContactAttributes(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateContactAttributesAsync(array $args = [])
40
- * @method \Aws\Result updateUserHierarchy(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise updateUserHierarchyAsync(array $args = [])
42
- * @method \Aws\Result updateUserIdentityInfo(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise updateUserIdentityInfoAsync(array $args = [])
44
- * @method \Aws\Result updateUserPhoneConfig(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise updateUserPhoneConfigAsync(array $args = [])
46
- * @method \Aws\Result updateUserRoutingProfile(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise updateUserRoutingProfileAsync(array $args = [])
48
- * @method \Aws\Result updateUserSecurityProfiles(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise updateUserSecurityProfilesAsync(array $args = [])
50
- */
51
- class ConnectClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Connect\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Connect Service** service.
8
- */
9
- class ConnectException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php DELETED
@@ -1,23 +0,0 @@
1
- <?php
2
- namespace Aws\CostExplorer;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Cost Explorer Service** service.
8
- * @method \Aws\Result getCostAndUsage(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise getCostAndUsageAsync(array $args = [])
10
- * @method \Aws\Result getCostForecast(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise getCostForecastAsync(array $args = [])
12
- * @method \Aws\Result getDimensionValues(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise getDimensionValuesAsync(array $args = [])
14
- * @method \Aws\Result getReservationCoverage(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getReservationCoverageAsync(array $args = [])
16
- * @method \Aws\Result getReservationPurchaseRecommendation(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise getReservationPurchaseRecommendationAsync(array $args = [])
18
- * @method \Aws\Result getReservationUtilization(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise getReservationUtilizationAsync(array $args = [])
20
- * @method \Aws\Result getTags(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
22
- */
23
- class CostExplorerClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CostExplorer\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Cost Explorer Service** service.
8
- */
9
- class CostExplorerException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php DELETED
@@ -1,15 +0,0 @@
1
- <?php
2
- namespace Aws\CostandUsageReportService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Cost and Usage Report Service** service.
8
- * @method \Aws\Result deleteReportDefinition(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise deleteReportDefinitionAsync(array $args = [])
10
- * @method \Aws\Result describeReportDefinitions(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise describeReportDefinitionsAsync(array $args = [])
12
- * @method \Aws\Result putReportDefinition(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise putReportDefinitionAsync(array $args = [])
14
- */
15
- class CostandUsageReportServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\CostandUsageReportService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Cost and Usage Report Service** service.
8
- */
9
- class CostandUsageReportServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php DELETED
@@ -1,113 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use Aws\Crypto\Cipher\CipherMethod;
5
- use Aws\Crypto\Cipher\Cbc;
6
- use GuzzleHttp\Psr7\Stream;
7
-
8
- /**
9
- * @internal
10
- */
11
- abstract class AbstractCryptoClient
12
- {
13
- public static $supportedCiphers = ['cbc', 'gcm'];
14
-
15
- /**
16
- * Returns if the passed cipher name is supported for encryption by the SDK.
17
- *
18
- * @param string $cipherName The name of a cipher to verify is registered.
19
- *
20
- * @return bool If the cipher passed is in our supported list.
21
- */
22
- public static function isSupportedCipher($cipherName)
23
- {
24
- return in_array($cipherName, self::$supportedCiphers);
25
- }
26
-
27
- /**
28
- * Returns an identifier recognizable by `openssl_*` functions, such as
29
- * `aes-256-cbc` or `aes-128-ctr`.
30
- *
31
- * @param string $cipherName Name of the cipher being used for encrypting
32
- * or decrypting.
33
- * @param int $keySize Size of the encryption key, in bits, that will be
34
- * used.
35
- *
36
- * @return string
37
- */
38
- abstract protected function getCipherOpenSslName($cipherName, $keySize);
39
-
40
- /**
41
- * Constructs a CipherMethod for the given name, initialized with the other
42
- * data passed for use in encrypting or decrypting.
43
- *
44
- * @param string $cipherName Name of the cipher to generate for encrypting.
45
- * @param string $iv Base Initialization Vector for the cipher.
46
- * @param int $keySize Size of the encryption key, in bits, that will be
47
- * used.
48
- *
49
- * @return CipherMethod
50
- *
51
- * @internal
52
- */
53
- abstract protected function buildCipherMethod($cipherName, $iv, $keySize);
54
-
55
- /**
56
- * Performs a reverse lookup to get the openssl_* cipher name from the
57
- * AESName passed in from the MetadataEnvelope.
58
- *
59
- * @param $aesName
60
- *
61
- * @return string
62
- *
63
- * @internal
64
- */
65
- abstract protected function getCipherFromAesName($aesName);
66
-
67
- /**
68
- * Dependency to provide an interface for building an encryption stream for
69
- * data given cipher details, metadata, and materials to do so.
70
- *
71
- * @param Stream $plaintext Plain-text data to be encrypted using the
72
- * materials, algorithm, and data provided.
73
- * @param array $cipherOptions Options for use in determining the cipher to
74
- * be used for encrypting data.
75
- * @param MaterialsProvider $provider A provider to supply and encrypt
76
- * materials used in encryption.
77
- * @param MetadataEnvelope $envelope A storage envelope for encryption
78
- * metadata to be added to.
79
- *
80
- * @return AesStreamInterface
81
- *
82
- * @internal
83
- */
84
- abstract public function encrypt(
85
- Stream $plaintext,
86
- array $cipherOptions,
87
- MaterialsProvider $provider,
88
- MetadataEnvelope $envelope
89
- );
90
-
91
- /**
92
- * Dependency to provide an interface for building a decryption stream for
93
- * cipher text given metadata and materials to do so.
94
- *
95
- * @param string $cipherText Plain-text data to be decrypted using the
96
- * materials, algorithm, and data provided.
97
- * @param MaterialsProvider $provider A provider to supply and encrypt
98
- * materials used in encryption.
99
- * @param MetadataEnvelope $envelope A storage envelope for encryption
100
- * metadata to be read from.
101
- * @param array $cipherOptions Additional verification options.
102
- *
103
- * @return AesStreamInterface
104
- *
105
- * @internal
106
- */
107
- abstract public function decrypt(
108
- $cipherText,
109
- MaterialsProvider $provider,
110
- MetadataEnvelope $envelope,
111
- array $cipherOptions = []
112
- );
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php DELETED
@@ -1,144 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use GuzzleHttp\Psr7\StreamDecoratorTrait;
5
- use \LogicException;
6
- use Psr\Http\Message\StreamInterface;
7
- use Aws\Crypto\Cipher\CipherMethod;
8
-
9
- /**
10
- * @internal Represents a stream of data to be decrypted with passed cipher.
11
- */
12
- class AesDecryptingStream implements AesStreamInterface
13
- {
14
- const BLOCK_SIZE = 16; // 128 bits
15
-
16
- use StreamDecoratorTrait;
17
-
18
- /**
19
- * @var string
20
- */
21
- private $buffer = '';
22
-
23
- /**
24
- * @var CipherMethod
25
- */
26
- private $cipherMethod;
27
-
28
- /**
29
- * @var string
30
- */
31
- private $key;
32
-
33
- /**
34
- * @var StreamInterface
35
- */
36
- private $stream;
37
-
38
- /**
39
- * @param StreamInterface $cipherText
40
- * @param string $key
41
- * @param CipherMethod $cipherMethod
42
- */
43
- public function __construct(
44
- StreamInterface $cipherText,
45
- $key,
46
- CipherMethod $cipherMethod
47
- ) {
48
- $this->stream = $cipherText;
49
- $this->key = $key;
50
- $this->cipherMethod = clone $cipherMethod;
51
- }
52
-
53
- public function getOpenSslName()
54
- {
55
- return $this->cipherMethod->getOpenSslName();
56
- }
57
-
58
- public function getAesName()
59
- {
60
- return $this->cipherMethod->getAesName();
61
- }
62
-
63
- public function getCurrentIv()
64
- {
65
- return $this->cipherMethod->getCurrentIv();
66
- }
67
-
68
- public function getSize()
69
- {
70
- $plainTextSize = $this->stream->getSize();
71
-
72
- if ($this->cipherMethod->requiresPadding()) {
73
- // PKCS7 padding requires that between 1 and self::BLOCK_SIZE be
74
- // added to the plaintext to make it an even number of blocks. The
75
- // plaintext is between strlen($cipherText) - self::BLOCK_SIZE and
76
- // strlen($cipherText) - 1
77
- return null;
78
- }
79
-
80
- return $plainTextSize;
81
- }
82
-
83
- public function isWritable()
84
- {
85
- return false;
86
- }
87
-
88
- public function read($length)
89
- {
90
- if ($length > strlen($this->buffer)) {
91
- $this->buffer .= $this->decryptBlock(
92
- self::BLOCK_SIZE * ceil(($length - strlen($this->buffer)) / self::BLOCK_SIZE)
93
- );
94
- }
95
-
96
- $data = substr($this->buffer, 0, $length);
97
- $this->buffer = substr($this->buffer, $length);
98
-
99
- return $data ? $data : '';
100
- }
101
-
102
- public function seek($offset, $whence = SEEK_SET)
103
- {
104
- if ($offset === 0 && $whence === SEEK_SET) {
105
- $this->buffer = '';
106
- $this->cipherMethod->seek(0, SEEK_SET);
107
- $this->stream->seek(0, SEEK_SET);
108
- } else {
109
- throw new LogicException('AES encryption streams only support being'
110
- . ' rewound, not arbitrary seeking.');
111
- }
112
- }
113
-
114
- private function decryptBlock($length)
115
- {
116
- if ($this->stream->eof()) {
117
- return '';
118
- }
119
-
120
- $cipherText = '';
121
- do {
122
- $cipherText .= $this->stream->read($length - strlen($cipherText));
123
- } while (strlen($cipherText) < $length && !$this->stream->eof());
124
-
125
- $options = OPENSSL_RAW_DATA;
126
- if (!$this->stream->eof()
127
- && $this->stream->getSize() !== $this->stream->tell()
128
- ) {
129
- $options |= OPENSSL_ZERO_PADDING;
130
- }
131
-
132
- $plaintext = openssl_decrypt(
133
- $cipherText,
134
- $this->cipherMethod->getOpenSslName(),
135
- $this->key,
136
- $options,
137
- $this->cipherMethod->getCurrentIv()
138
- );
139
-
140
- $this->cipherMethod->update($cipherText);
141
-
142
- return $plaintext;
143
- }
144
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php DELETED
@@ -1,150 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use GuzzleHttp\Psr7\StreamDecoratorTrait;
5
- use \LogicException;
6
- use Psr\Http\Message\StreamInterface;
7
- use Aws\Crypto\Cipher\CipherMethod;
8
-
9
- /**
10
- * @internal Represents a stream of data to be encrypted with a passed cipher.
11
- */
12
- class AesEncryptingStream implements AesStreamInterface
13
- {
14
- const BLOCK_SIZE = 16; // 128 bits
15
-
16
- use StreamDecoratorTrait;
17
-
18
- /**
19
- * @var string
20
- */
21
- private $buffer = '';
22
-
23
- /**
24
- * @var CipherMethod
25
- */
26
- private $cipherMethod;
27
-
28
- /**
29
- * @var string
30
- */
31
- private $key;
32
-
33
- /**
34
- * @var StreamInterface
35
- */
36
- private $stream;
37
-
38
- /**
39
- * @param StreamInterface $plainText
40
- * @param string $key
41
- * @param CipherMethod $cipherMethod
42
- */
43
- public function __construct(
44
- StreamInterface $plainText,
45
- $key,
46
- CipherMethod $cipherMethod
47
- ) {
48
- $this->stream = $plainText;
49
- $this->key = $key;
50
- $this->cipherMethod = clone $cipherMethod;
51
- }
52
-
53
- public function getOpenSslName()
54
- {
55
- return $this->cipherMethod->getOpenSslName();
56
- }
57
-
58
- public function getAesName()
59
- {
60
- return $this->cipherMethod->getAesName();
61
- }
62
-
63
- public function getCurrentIv()
64
- {
65
- return $this->cipherMethod->getCurrentIv();
66
- }
67
-
68
- public function getSize()
69
- {
70
- $plainTextSize = $this->stream->getSize();
71
-
72
- if ($this->cipherMethod->requiresPadding() && $plainTextSize !== null) {
73
- // PKCS7 padding requires that between 1 and self::BLOCK_SIZE be
74
- // added to the plaintext to make it an even number of blocks.
75
- $padding = self::BLOCK_SIZE - $plainTextSize % self::BLOCK_SIZE;
76
- return $plainTextSize + $padding;
77
- }
78
-
79
- return $plainTextSize;
80
- }
81
-
82
- public function isWritable()
83
- {
84
- return false;
85
- }
86
-
87
- public function read($length)
88
- {
89
- if ($length > strlen($this->buffer)) {
90
- $this->buffer .= $this->encryptBlock(
91
- self::BLOCK_SIZE * ceil(($length - strlen($this->buffer)) / self::BLOCK_SIZE)
92
- );
93
- }
94
-
95
- $data = substr($this->buffer, 0, $length);
96
- $this->buffer = substr($this->buffer, $length);
97
-
98
- return $data ? $data : '';
99
- }
100
-
101
- public function seek($offset, $whence = SEEK_SET)
102
- {
103
- if ($whence === SEEK_CUR) {
104
- $offset = $this->tell() + $offset;
105
- $whence = SEEK_SET;
106
- }
107
-
108
- if ($whence === SEEK_SET) {
109
- $this->buffer = '';
110
- $wholeBlockOffset
111
- = (int) ($offset / self::BLOCK_SIZE) * self::BLOCK_SIZE;
112
- $this->stream->seek($wholeBlockOffset);
113
- $this->cipherMethod->seek($wholeBlockOffset);
114
- $this->read($offset - $wholeBlockOffset);
115
- } else {
116
- throw new LogicException('Unrecognized whence.');
117
- }
118
- }
119
-
120
- private function encryptBlock($length)
121
- {
122
- if ($this->stream->eof()) {
123
- return '';
124
- }
125
-
126
- $plainText = '';
127
- do {
128
- $plainText .= $this->stream->read($length - strlen($plainText));
129
- } while (strlen($plainText) < $length && !$this->stream->eof());
130
-
131
- $options = OPENSSL_RAW_DATA;
132
- if (!$this->stream->eof()
133
- || $this->stream->getSize() !== $this->stream->tell()
134
- ) {
135
- $options |= OPENSSL_ZERO_PADDING;
136
- }
137
-
138
- $cipherText = openssl_encrypt(
139
- $plainText,
140
- $this->cipherMethod->getOpenSslName(),
141
- $this->key,
142
- $options,
143
- $this->cipherMethod->getCurrentIv()
144
- );
145
-
146
- $this->cipherMethod->update($cipherText);
147
-
148
- return $cipherText;
149
- }
150
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php DELETED
@@ -1,95 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use GuzzleHttp\Psr7;
5
- use GuzzleHttp\Psr7\StreamDecoratorTrait;
6
- use Psr\Http\Message\StreamInterface;
7
- use \RuntimeException;
8
-
9
- /**
10
- * @internal Represents a stream of data to be gcm decrypted.
11
- */
12
- class AesGcmDecryptingStream implements AesStreamInterface
13
- {
14
- use StreamDecoratorTrait;
15
-
16
- private $aad;
17
-
18
- private $initializationVector;
19
-
20
- private $key;
21
-
22
- private $keySize;
23
-
24
- private $cipherText;
25
-
26
- private $tag;
27
-
28
- private $tagLength;
29
-
30
- /**
31
- * @param StreamInterface $cipherText
32
- * @param string $key
33
- * @param string $initializationVector
34
- * @param string $tag
35
- * @param string $aad
36
- * @param int $tagLength
37
- * @param int $keySize
38
- */
39
- public function __construct(
40
- StreamInterface $cipherText,
41
- $key,
42
- $initializationVector,
43
- $tag,
44
- $aad = '',
45
- $tagLength = 128,
46
- $keySize = 256
47
- ) {
48
- if (version_compare(PHP_VERSION, '7.1', '<')) {
49
- throw new RuntimeException(
50
- 'AES-GCM decryption is only supported in PHP 7.1 or greater'
51
- );
52
- }
53
-
54
- $this->cipherText = $cipherText;
55
- $this->key = $key;
56
- $this->initializationVector = $initializationVector;
57
- $this->tag = $tag;
58
- $this->aad = $aad;
59
- $this->tagLength = $tagLength;
60
- $this->keySize = $keySize;
61
- }
62
-
63
- public function getOpenSslName()
64
- {
65
- return "aes-{$this->keySize}-gcm";
66
- }
67
-
68
- public function getAesName()
69
- {
70
- return 'AES/GCM/NoPadding';
71
- }
72
-
73
- public function getCurrentIv()
74
- {
75
- return $this->initializationVector;
76
- }
77
-
78
- public function createStream()
79
- {
80
- return Psr7\stream_for(openssl_decrypt(
81
- (string) $this->cipherText,
82
- $this->getOpenSslName(),
83
- $this->key,
84
- OPENSSL_RAW_DATA,
85
- $this->initializationVector,
86
- $this->tag,
87
- $this->aad
88
- ));
89
- }
90
-
91
- public function isWritable()
92
- {
93
- return false;
94
- }
95
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php DELETED
@@ -1,101 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use GuzzleHttp\Psr7;
5
- use GuzzleHttp\Psr7\StreamDecoratorTrait;
6
- use Psr\Http\Message\StreamInterface;
7
- use \RuntimeException;
8
-
9
- /**
10
- * @internal Represents a stream of data to be gcm encrypted.
11
- */
12
- class AesGcmEncryptingStream implements AesStreamInterface
13
- {
14
- use StreamDecoratorTrait;
15
-
16
- private $aad;
17
-
18
- private $initializationVector;
19
-
20
- private $key;
21
-
22
- private $keySize;
23
-
24
- private $plaintext;
25
-
26
- private $tag = '';
27
-
28
- private $tagLength;
29
-
30
- /**
31
- * @param StreamInterface $plaintext
32
- * @param string $key
33
- * @param string $initializationVector
34
- * @param string $aad
35
- * @param int $tagLength
36
- * @param int $keySize
37
- */
38
- public function __construct(
39
- StreamInterface $plaintext,
40
- $key,
41
- $initializationVector,
42
- $aad = '',
43
- $tagLength = 16,
44
- $keySize = 256
45
- ) {
46
- if (version_compare(PHP_VERSION, '7.1', '<')) {
47
- throw new RuntimeException(
48
- 'AES-GCM decryption is only supported in PHP 7.1 or greater'
49
- );
50
- }
51
-
52
- $this->plaintext = $plaintext;
53
- $this->key = $key;
54
- $this->initializationVector = $initializationVector;
55
- $this->aad = $aad;
56
- $this->tagLength = $tagLength;
57
- $this->keySize = $keySize;
58
- }
59
-
60
- public function getOpenSslName()
61
- {
62
- return "aes-{$this->keySize}-gcm";
63
- }
64
-
65
- public function getAesName()
66
- {
67
- return 'AES/GCM/NoPadding';
68
- }
69
-
70
- public function getCurrentIv()
71
- {
72
- return $this->initializationVector;
73
- }
74
-
75
- public function createStream()
76
- {
77
- return Psr7\stream_for(openssl_encrypt(
78
- (string) $this->plaintext,
79
- $this->getOpenSslName(),
80
- $this->key,
81
- OPENSSL_RAW_DATA,
82
- $this->initializationVector,
83
- $this->tag,
84
- $this->aad,
85
- $this->tagLength
86
- ));
87
- }
88
-
89
- /**
90
- * @return string
91
- */
92
- public function getTag()
93
- {
94
- return $this->tag;
95
- }
96
-
97
- public function isWritable()
98
- {
99
- return false;
100
- }
101
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php DELETED
@@ -1,30 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use Psr\Http\Message\StreamInterface;
5
-
6
- interface AesStreamInterface extends StreamInterface
7
- {
8
- /**
9
- * Returns an identifier recognizable by `openssl_*` functions, such as
10
- * `aes-256-cbc` or `aes-128-ctr`.
11
- *
12
- * @return string
13
- */
14
- public function getOpenSslName();
15
-
16
- /**
17
- * Returns an AES recognizable name, such as 'AES/GCM/NoPadding'.
18
- *
19
- * @return string
20
- */
21
- public function getAesName();
22
-
23
- /**
24
- * Returns the IV that should be used to initialize the next block in
25
- * encrypt or decrypt.
26
- *
27
- * @return string
28
- */
29
- public function getCurrentIv();
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php DELETED
@@ -1,82 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto\Cipher;
3
-
4
- use \InvalidArgumentException;
5
- use \LogicException;
6
-
7
- /**
8
- * An implementation of the CBC cipher for use with an AesEncryptingStream or
9
- * AesDecrypting stream.
10
- */
11
- class Cbc implements CipherMethod
12
- {
13
- const BLOCK_SIZE = 16;
14
-
15
- /**
16
- * @var string
17
- */
18
- private $baseIv;
19
-
20
- /**
21
- * @var string
22
- */
23
- private $iv;
24
-
25
- /**
26
- * @var int
27
- */
28
- private $keySize;
29
-
30
- /**
31
- * @param string $iv Base Initialization Vector for the cipher.
32
- * @param int $keySize Size of the encryption key, in bits, that will be
33
- * used.
34
- *
35
- * @throws InvalidArgumentException Thrown if the passed iv does not match
36
- * the iv length required by the cipher.
37
- */
38
- public function __construct($iv, $keySize = 256)
39
- {
40
- $this->baseIv = $this->iv = $iv;
41
- $this->keySize = $keySize;
42
-
43
- if (strlen($iv) !== openssl_cipher_iv_length($this->getOpenSslName())) {
44
- throw new InvalidArgumentException('Invalid initialization vector');
45
- }
46
- }
47
-
48
- public function getOpenSslName()
49
- {
50
- return "aes-{$this->keySize}-cbc";
51
- }
52
-
53
- public function getAesName()
54
- {
55
- return 'AES/CBC/PKCS5Padding';
56
- }
57
-
58
- public function getCurrentIv()
59
- {
60
- return $this->iv;
61
- }
62
-
63
- public function requiresPadding()
64
- {
65
- return true;
66
- }
67
-
68
- public function seek($offset, $whence = SEEK_SET)
69
- {
70
- if ($offset === 0 && $whence === SEEK_SET) {
71
- $this->iv = $this->baseIv;
72
- } else {
73
- throw new LogicException('CBC initialization only support being'
74
- . ' rewound, not arbitrary seeking.');
75
- }
76
- }
77
-
78
- public function update($cipherTextBlock)
79
- {
80
- $this->iv = substr($cipherTextBlock, self::BLOCK_SIZE * -1);
81
- }
82
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php DELETED
@@ -1,70 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto\Cipher;
3
-
4
- trait CipherBuilderTrait
5
- {
6
- /**
7
- * Returns an identifier recognizable by `openssl_*` functions, such as
8
- * `aes-256-cbc` or `aes-128-ctr`.
9
- *
10
- * @param string $cipherName Name of the cipher being used for encrypting
11
- * or decrypting.
12
- * @param int $keySize Size of the encryption key, in bits, that will be
13
- * used.
14
- *
15
- * @return string
16
- */
17
- protected function getCipherOpenSslName($cipherName, $keySize)
18
- {
19
- return "aes-{$keySize}-{$cipherName}";
20
- }
21
-
22
- /**
23
- * Constructs a CipherMethod for the given name, initialized with the other
24
- * data passed for use in encrypting or decrypting.
25
- *
26
- * @param string $cipherName Name of the cipher to generate for encrypting.
27
- * @param string $iv Base Initialization Vector for the cipher.
28
- * @param int $keySize Size of the encryption key, in bits, that will be
29
- * used.
30
- *
31
- * @return CipherMethod
32
- *
33
- * @internal
34
- */
35
- protected function buildCipherMethod($cipherName, $iv, $keySize)
36
- {
37
- switch ($cipherName) {
38
- case 'cbc':
39
- return new Cbc(
40
- $iv,
41
- $keySize
42
- );
43
- default:
44
- return null;
45
- }
46
- }
47
-
48
- /**
49
- * Performs a reverse lookup to get the openssl_* cipher name from the
50
- * AESName passed in from the MetadataEnvelope.
51
- *
52
- * @param $aesName
53
- *
54
- * @return string
55
- *
56
- * @internal
57
- */
58
- protected function getCipherFromAesName($aesName)
59
- {
60
- switch ($aesName) {
61
- case 'AES/GCM/NoPadding':
62
- return 'gcm';
63
- case 'AES/CBC/PKCS5Padding':
64
- return 'cbc';
65
- default:
66
- throw new \RuntimeException('Unrecognized or unsupported'
67
- . ' AESName for reverse lookup.');
68
- }
69
- }
70
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php DELETED
@@ -1,59 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto\Cipher;
3
-
4
- interface CipherMethod
5
- {
6
- /**
7
- * Returns an identifier recognizable by `openssl_*` functions, such as
8
- * `aes-256-cbc` or `aes-128-ctr`.
9
- *
10
- * @return string
11
- */
12
- public function getOpenSslName();
13
-
14
- /**
15
- * Returns an AES recognizable name, such as 'AES/GCM/NoPadding'.
16
- *
17
- * @return string
18
- */
19
- public function getAesName();
20
-
21
- /**
22
- * Returns the IV that should be used to initialize the next block in
23
- * encrypt or decrypt.
24
- *
25
- * @return string
26
- */
27
- public function getCurrentIv();
28
-
29
- /**
30
- * Indicates whether the cipher method used with this IV requires padding
31
- * the final block to make sure the plaintext is evenly divisible by the
32
- * block size.
33
- *
34
- * @return boolean
35
- */
36
- public function requiresPadding();
37
-
38
- /**
39
- * Adjust the return of this::getCurrentIv to reflect a seek performed on
40
- * the encryption stream using this IV object.
41
- *
42
- * @param int $offset
43
- * @param int $whence
44
- *
45
- * @throws LogicException Thrown if the requested seek is not supported by
46
- * this IV implementation. For example, a CBC IV
47
- * only supports a full rewind ($offset === 0 &&
48
- * $whence === SEEK_SET)
49
- */
50
- public function seek($offset, $whence = SEEK_SET);
51
-
52
- /**
53
- * Take account of the last cipher text block to adjust the return of
54
- * this::getCurrentIv
55
- *
56
- * @param string $cipherTextBlock
57
- */
58
- public function update($cipherTextBlock);
59
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php DELETED
@@ -1,179 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use GuzzleHttp\Psr7;
5
- use GuzzleHttp\Psr7\LimitStream;
6
-
7
- trait DecryptionTrait
8
- {
9
- /**
10
- * Dependency to reverse lookup the openssl_* cipher name from the AESName
11
- * in the MetadataEnvelope.
12
- *
13
- * @param $aesName
14
- *
15
- * @return string
16
- *
17
- * @internal
18
- */
19
- abstract protected function getCipherFromAesName($aesName);
20
-
21
- /**
22
- * Dependency to generate a CipherMethod from a set of inputs for loading
23
- * in to an AesDecryptingStream.
24
- *
25
- * @param string $cipherName Name of the cipher to generate for decrypting.
26
- * @param string $iv Base Initialization Vector for the cipher.
27
- * @param int $keySize Size of the encryption key, in bits, that will be
28
- * used.
29
- *
30
- * @return Cipher\CipherMethod
31
- *
32
- * @internal
33
- */
34
- abstract protected function buildCipherMethod($cipherName, $iv, $keySize);
35
-
36
- /**
37
- * Builds an AesStreamInterface using cipher options loaded from the
38
- * MetadataEnvelope and MaterialsProvider.
39
- *
40
- * @param string $cipherText Plain-text data to be encrypted using the
41
- * materials, algorithm, and data provided.
42
- * @param MaterialsProvider $provider A provider to supply and encrypt
43
- * materials used in encryption.
44
- * @param MetadataEnvelope $envelope A storage envelope for encryption
45
- * metadata to be read from.
46
- * @param array $cipherOptions Additional verification options.
47
- *
48
- * @return AesStreamInterface
49
- *
50
- * @throws \InvalidArgumentException Thrown when a value in $cipherOptions
51
- * is not valid.
52
- *
53
- * @internal
54
- */
55
- protected function decrypt(
56
- $cipherText,
57
- MaterialsProvider $provider,
58
- MetadataEnvelope $envelope,
59
- array $cipherOptions = []
60
- ) {
61
- $cipherOptions['Iv'] = base64_decode(
62
- $envelope[MetadataEnvelope::IV_HEADER]
63
- );
64
-
65
- $cipherOptions['TagLength'] =
66
- $envelope[MetadataEnvelope::CRYPTO_TAG_LENGTH_HEADER] / 8;
67
-
68
- $cek = $provider->decryptCek(
69
- base64_decode(
70
- $envelope[MetadataEnvelope::CONTENT_KEY_V2_HEADER]
71
- ),
72
- json_decode(
73
- $envelope[MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER],
74
- true
75
- )
76
- );
77
- $cipherOptions['KeySize'] = strlen($cek) * 8;
78
- $cipherOptions['Cipher'] = $this->getCipherFromAesName(
79
- $envelope[MetadataEnvelope::CONTENT_CRYPTO_SCHEME_HEADER]
80
- );
81
-
82
- $decryptionSteam = $this->getDecryptingStream(
83
- $cipherText,
84
- $cek,
85
- $cipherOptions
86
- );
87
- unset($cek);
88
-
89
- return $decryptionSteam;
90
- }
91
-
92
- private function getTagFromCiphertextStream(
93
- Psr7\Stream $cipherText,
94
- $tagLength
95
- ) {
96
- $cipherTextSize = $cipherText->getSize();
97
- if ($cipherTextSize == null || $cipherTextSize <= 0) {
98
- throw new \RuntimeException('Cannot decrypt a stream of unknown'
99
- . ' size.');
100
- }
101
- return (string) new LimitStream(
102
- $cipherText,
103
- $tagLength,
104
- $cipherTextSize - $tagLength
105
- );
106
- }
107
-
108
- private function getStrippedCiphertextStream(
109
- Psr7\Stream $cipherText,
110
- $tagLength
111
- ) {
112
- $cipherTextSize = $cipherText->getSize();
113
- if ($cipherTextSize == null || $cipherTextSize <= 0) {
114
- throw new \RuntimeException('Cannot decrypt a stream of unknown'
115
- . ' size.');
116
- }
117
- return new LimitStream(
118
- $cipherText,
119
- $cipherTextSize - $tagLength,
120
- 0
121
- );
122
- }
123
-
124
- /**
125
- * Generates a stream that wraps the cipher text with the proper cipher and
126
- * uses the content encryption key (CEK) to decrypt the data when read.
127
- *
128
- * @param string $cipherText Plain-text data to be encrypted using the
129
- * materials, algorithm, and data provided.
130
- * @param string $cek A content encryption key for use by the stream for
131
- * encrypting the plaintext data.
132
- * @param array $cipherOptions Options for use in determining the cipher to
133
- * be used for encrypting data.
134
- *
135
- * @return AesStreamInterface
136
- *
137
- * @internal
138
- */
139
- protected function getDecryptingStream(
140
- $cipherText,
141
- $cek,
142
- $cipherOptions
143
- ) {
144
- $cipherTextStream = Psr7\stream_for($cipherText);
145
- switch ($cipherOptions['Cipher']) {
146
- case 'gcm':
147
- $cipherOptions['Tag'] = $this->getTagFromCiphertextStream(
148
- $cipherTextStream,
149
- $cipherOptions['TagLength']
150
- );
151
-
152
- return new AesGcmDecryptingStream(
153
- $this->getStrippedCiphertextStream(
154
- $cipherTextStream,
155
- $cipherOptions['TagLength']
156
- ),
157
- $cek,
158
- $cipherOptions['Iv'],
159
- $cipherOptions['Tag'],
160
- $cipherOptions['Aad'] = isset($cipherOptions['Aad'])
161
- ? $cipherOptions['Aad']
162
- : null,
163
- $cipherOptions['TagLength'] ?: null,
164
- $cipherOptions['KeySize']
165
- );
166
- default:
167
- $cipherMethod = $this->buildCipherMethod(
168
- $cipherOptions['Cipher'],
169
- $cipherOptions['Iv'],
170
- $cipherOptions['KeySize']
171
- );
172
- return new AesDecryptingStream(
173
- $cipherTextStream,
174
- $cek,
175
- $cipherMethod
176
- );
177
- }
178
- }
179
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php DELETED
@@ -1,186 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use GuzzleHttp\Psr7;
5
- use GuzzleHttp\Psr7\AppendStream;
6
- use GuzzleHttp\Psr7\Stream;
7
-
8
- trait EncryptionTrait
9
- {
10
- private static $allowedOptions = [
11
- 'Cipher' => true,
12
- 'KeySize' => true,
13
- 'Aad' => true,
14
- ];
15
-
16
- /**
17
- * Dependency to generate a CipherMethod from a set of inputs for loading
18
- * in to an AesEncryptingStream.
19
- *
20
- * @param string $cipherName Name of the cipher to generate for encrypting.
21
- * @param string $iv Base Initialization Vector for the cipher.
22
- * @param int $keySize Size of the encryption key, in bits, that will be
23
- * used.
24
- *
25
- * @return Cipher\CipherMethod
26
- *
27
- * @internal
28
- */
29
- abstract protected function buildCipherMethod($cipherName, $iv, $keySize);
30
-
31
- /**
32
- * Builds an AesStreamInterface and populates encryption metadata into the
33
- * supplied envelope.
34
- *
35
- * @param Stream $plaintext Plain-text data to be encrypted using the
36
- * materials, algorithm, and data provided.
37
- * @param array $cipherOptions Options for use in determining the cipher to
38
- * be used for encrypting data.
39
- * @param MaterialsProvider $provider A provider to supply and encrypt
40
- * materials used in encryption.
41
- * @param MetadataEnvelope $envelope A storage envelope for encryption
42
- * metadata to be added to.
43
- *
44
- * @return AesStreamInterface
45
- *
46
- * @throws \InvalidArgumentException Thrown when a value in $cipherOptions
47
- * is not valid.
48
- *
49
- * @internal
50
- */
51
- protected function encrypt(
52
- Stream $plaintext,
53
- array $cipherOptions,
54
- MaterialsProvider $provider,
55
- MetadataEnvelope $envelope
56
- ) {
57
- $materialsDescription = $provider->getMaterialsDescription();
58
-
59
- $cipherOptions = array_intersect_key(
60
- $cipherOptions,
61
- self::$allowedOptions
62
- );
63
-
64
- if (empty($cipherOptions['Cipher'])) {
65
- throw new \InvalidArgumentException('An encryption cipher must be'
66
- . ' specified in the "cipher_options".');
67
- }
68
-
69
- if (!self::isSupportedCipher($cipherOptions['Cipher'])) {
70
- throw new \InvalidArgumentException('The cipher requested is not'
71
- . ' supported by the SDK.');
72
- }
73
-
74
- if (empty($cipherOptions['KeySize'])) {
75
- $cipherOptions['KeySize'] = 256;
76
- }
77
- if (!is_int($cipherOptions['KeySize'])) {
78
- throw new \InvalidArgumentException('The cipher "KeySize" must be'
79
- . ' an integer.');
80
- }
81
-
82
- if (!MaterialsProvider::isSupportedKeySize(
83
- $cipherOptions['KeySize']
84
- )) {
85
- throw new \InvalidArgumentException('The cipher "KeySize" requested'
86
- . ' is not supported by AES (128, 192, or 256).');
87
- }
88
-
89
- $cipherOptions['Iv'] = $provider->generateIv(
90
- $this->getCipherOpenSslName(
91
- $cipherOptions['Cipher'],
92
- $cipherOptions['KeySize']
93
- )
94
- );
95
-
96
- $cek = $provider->generateCek($cipherOptions['KeySize']);
97
-
98
- list($encryptingStream, $aesName) = $this->getEncryptingStream(
99
- $plaintext,
100
- $cek,
101
- $cipherOptions
102
- );
103
-
104
- // Populate envelope data
105
- $envelope[MetadataEnvelope::CONTENT_KEY_V2_HEADER] =
106
- $provider->encryptCek(
107
- $cek,
108
- $materialsDescription
109
- );
110
- unset($cek);
111
-
112
- $envelope[MetadataEnvelope::IV_HEADER] =
113
- base64_encode($cipherOptions['Iv']);
114
- $envelope[MetadataEnvelope::KEY_WRAP_ALGORITHM_HEADER] =
115
- $provider->getWrapAlgorithmName();
116
- $envelope[MetadataEnvelope::CONTENT_CRYPTO_SCHEME_HEADER] = $aesName;
117
- $envelope[MetadataEnvelope::UNENCRYPTED_CONTENT_LENGTH_HEADER] =
118
- strlen($plaintext);
119
- $envelope[MetadataEnvelope::UNENCRYPTED_CONTENT_MD5_HEADER] =
120
- base64_encode(md5($plaintext));
121
- $envelope[MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER] =
122
- json_encode($materialsDescription);
123
- if (!empty($cipherOptions['Tag'])) {
124
- $envelope[MetadataEnvelope::CRYPTO_TAG_LENGTH_HEADER] =
125
- strlen($cipherOptions['Tag']) * 8;
126
- }
127
-
128
- return $encryptingStream;
129
- }
130
-
131
- /**
132
- * Generates a stream that wraps the plaintext with the proper cipher and
133
- * uses the content encryption key (CEK) to encrypt the data when read.
134
- *
135
- * @param Stream $plaintext Plain-text data to be encrypted using the
136
- * materials, algorithm, and data provided.
137
- * @param string $cek A content encryption key for use by the stream for
138
- * encrypting the plaintext data.
139
- * @param array $cipherOptions Options for use in determining the cipher to
140
- * be used for encrypting data.
141
- *
142
- * @return [AesStreamInterface, string]
143
- *
144
- * @internal
145
- */
146
- protected function getEncryptingStream(
147
- Stream $plaintext,
148
- $cek,
149
- &$cipherOptions
150
- ) {
151
- switch ($cipherOptions['Cipher']) {
152
- case 'gcm':
153
- $cipherOptions['TagLength'] = 16;
154
-
155
- $cipherTextStream = new AesGcmEncryptingStream(
156
- $plaintext,
157
- $cek,
158
- $cipherOptions['Iv'],
159
- $cipherOptions['Aad'] = isset($cipherOptions['Aad'])
160
- ? $cipherOptions['Aad']
161
- : null,
162
- $cipherOptions['TagLength'],
163
- $cipherOptions['KeySize']
164
- );
165
-
166
- $appendStream = new AppendStream([
167
- $cipherTextStream->createStream()
168
- ]);
169
- $cipherOptions['Tag'] = $cipherTextStream->getTag();
170
- $appendStream->addStream(Psr7\stream_for($cipherOptions['Tag']));
171
- return [$appendStream, $cipherTextStream->getAesName()];
172
- default:
173
- $cipherMethod = $this->buildCipherMethod(
174
- $cipherOptions['Cipher'],
175
- $cipherOptions['Iv'],
176
- $cipherOptions['KeySize']
177
- );
178
- $cipherTextStream = new AesEncryptingStream(
179
- $plaintext,
180
- $cek,
181
- $cipherMethod
182
- );
183
- return [$cipherTextStream, $cipherTextStream->getAesName()];
184
- }
185
- }
186
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php DELETED
@@ -1,108 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use Aws\Kms\KmsClient;
5
-
6
- /**
7
- * Uses KMS to supply materials for encrypting and decrypting data.
8
- */
9
- class KmsMaterialsProvider extends MaterialsProvider
10
- {
11
- private $kmsClient;
12
- private $kmsKeyId;
13
-
14
- /**
15
- * @param KmsClient $kmsClient A KMS Client for use encrypting and
16
- * decrypting keys.
17
- * @param string $kmsKeyId The private KMS key id to be used for encrypting
18
- * and decrypting keys.
19
- */
20
- public function __construct(
21
- KmsClient $kmsClient,
22
- $kmsKeyId = null
23
- ) {
24
- $this->kmsClient = $kmsClient;
25
- $this->kmsKeyId = $kmsKeyId;
26
- }
27
-
28
- public function fromDecryptionEnvelope(MetadataEnvelope $envelope)
29
- {
30
- if (empty($envelope[MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER])) {
31
- throw new \RuntimeException('Not able to detect kms_cmk_id from an'
32
- . ' empty materials description.');
33
- }
34
-
35
- $materialsDescription = json_decode(
36
- $envelope[MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER],
37
- true
38
- );
39
- if (empty($materialsDescription['kms_cmk_id'])) {
40
- throw new \RuntimeException('Not able to detect kms_cmk_id from kms'
41
- . ' materials description.');
42
- }
43
-
44
- return new KmsMaterialsProvider(
45
- $this->kmsClient,
46
- $materialsDescription['kms_cmk_id']
47
- );
48
- }
49
-
50
- /**
51
- * The KMS key id for use in matching this Provider to its keys,
52
- * consistently with other SDKs as 'kms_cmk_id'.
53
- *
54
- * @return array
55
- */
56
- public function getMaterialsDescription()
57
- {
58
- return ['kms_cmk_id' => $this->kmsKeyId];
59
- }
60
-
61
- public function getWrapAlgorithmName()
62
- {
63
- return 'kms';
64
- }
65
-
66
- /**
67
- * Takes a content encryption key (CEK) and description to return an encrypted
68
- * key by using KMS' Encrypt API.
69
- *
70
- * @param string $unencryptedCek Key for use in encrypting other data
71
- * that itself needs to be encrypted by the
72
- * Provider.
73
- * @param string $materialDescription Material Description for use in
74
- * encrypting the $cek.
75
- *
76
- * @return string
77
- */
78
- public function encryptCek($unencryptedCek, $materialDescription)
79
- {
80
- $encryptedDataKey = $this->kmsClient->encrypt([
81
- 'Plaintext' => $unencryptedCek,
82
- 'KeyId' => $this->kmsKeyId,
83
- 'EncryptionContext' => $materialDescription
84
- ]);
85
- return base64_encode($encryptedDataKey['CiphertextBlob']);
86
- }
87
-
88
- /**
89
- * Takes an encrypted content encryption key (CEK) and material description
90
- * for use decrypting the key by using KMS' Decrypt API.
91
- *
92
- * @param string $encryptedCek Encrypted key to be decrypted by the Provider
93
- * for use decrypting other data.
94
- * @param string $materialDescription Material Description for use in
95
- * encrypting the $cek.
96
- *
97
- * @return string
98
- */
99
- public function decryptCek($encryptedCek, $materialDescription)
100
- {
101
- $result = $this->kmsClient->decrypt([
102
- 'CiphertextBlob' => $encryptedCek,
103
- 'EncryptionContext' => $materialDescription
104
- ]);
105
-
106
- return $result['Plaintext'];
107
- }
108
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php DELETED
@@ -1,105 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- abstract class MaterialsProvider
5
- {
6
- private static $supportedKeySizes = [
7
- 128 => true,
8
- 192 => true,
9
- 256 => true,
10
- ];
11
-
12
- /**
13
- * Returns if the requested size is supported by AES.
14
- *
15
- * @param int $keySize Size of the requested key in bits.
16
- *
17
- * @return bool
18
- */
19
- public static function isSupportedKeySize($keySize)
20
- {
21
- return isset(self::$supportedKeySizes[$keySize]);
22
- }
23
-
24
- /**
25
- * Performs further initialization of the MaterialsProvider based on the
26
- * data inside the MetadataEnvelope.
27
- *
28
- * @param MetadataEnvelope $envelope A storage envelope for encryption
29
- * metadata to be read from.
30
- *
31
- * @return MaterialsProvider
32
- *
33
- * @throws \RuntimeException Thrown when there is an empty or improperly
34
- * formed materials description in the envelope.
35
- *
36
- * @internal
37
- */
38
- abstract public function fromDecryptionEnvelope(MetadataEnvelope $envelope);
39
-
40
- /**
41
- * Returns the material description for this Provider so it can be verified
42
- * by encryption mechanisms.
43
- *
44
- * @return string
45
- */
46
- abstract public function getMaterialsDescription();
47
-
48
- /**
49
- * Returns the wrap algorithm name for this Provider.
50
- *
51
- * @return string
52
- */
53
- abstract public function getWrapAlgorithmName();
54
-
55
- /**
56
- * Takes a content encryption key (CEK) and description to return an
57
- * encrypted key according to the Provider's specifications.
58
- *
59
- * @param string $unencryptedCek Key for use in encrypting other data
60
- * that itself needs to be encrypted by the
61
- * Provider.
62
- * @param string $materialDescription Material Description for use in
63
- * encrypting the $cek.
64
- *
65
- * @return string
66
- */
67
- abstract public function encryptCek($unencryptedCek, $materialDescription);
68
-
69
- /**
70
- * Takes an encrypted content encryption key (CEK) and material description
71
- * for use decrypting the key according to the Provider's specifications.
72
- *
73
- * @param string $encryptedCek Encrypted key to be decrypted by the Provider
74
- * for use decrypting other data.
75
- * @param string $materialDescription Material Description for use in
76
- * encrypting the $cek.
77
- *
78
- * @return string
79
- */
80
- abstract public function decryptCek($encryptedCek, $materialDescription);
81
-
82
- /**
83
- * @param string $keySize Length of a cipher key in bits for generating a
84
- * random content encryption key (CEK).
85
- *
86
- * @return string
87
- */
88
- public function generateCek($keySize)
89
- {
90
- return openssl_random_pseudo_bytes($keySize / 8);
91
- }
92
-
93
- /**
94
- * @param string $openSslName Cipher OpenSSL name to use for generating
95
- * an initialization vector.
96
- *
97
- * @return string
98
- */
99
- public function generateIv($openSslName)
100
- {
101
- return openssl_random_pseudo_bytes(
102
- openssl_cipher_iv_length($openSslName)
103
- );
104
- }
105
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php DELETED
@@ -1,57 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- use Aws\HasDataTrait;
5
- use \ArrayAccess;
6
- use \IteratorAggregate;
7
- use \InvalidArgumentException;
8
- use \JsonSerializable;
9
-
10
- /**
11
- * Stores encryption metadata for reading and writing.
12
- *
13
- * @internal
14
- */
15
- class MetadataEnvelope implements ArrayAccess, IteratorAggregate, JsonSerializable
16
- {
17
- use HasDataTrait;
18
-
19
- const CONTENT_KEY_V2_HEADER = 'x-amz-key-v2';
20
- const IV_HEADER = 'x-amz-iv';
21
- const MATERIALS_DESCRIPTION_HEADER = 'x-amz-matdesc';
22
- const KEY_WRAP_ALGORITHM_HEADER = 'x-amz-wrap-alg';
23
- const CONTENT_CRYPTO_SCHEME_HEADER = 'x-amz-cek-alg';
24
- const CRYPTO_TAG_LENGTH_HEADER = 'x-amz-tag-len';
25
- const UNENCRYPTED_CONTENT_MD5_HEADER = 'x-amz-unencrypted-content-md5';
26
- const UNENCRYPTED_CONTENT_LENGTH_HEADER = 'x-amz-unencrypted-content-length';
27
-
28
- private static $constants = [];
29
-
30
- public static function getConstantValues()
31
- {
32
- if (empty(self::$constants)) {
33
- $reflection = new \ReflectionClass(static::class);
34
- foreach (array_values($reflection->getConstants()) as $constant) {
35
- self::$constants[$constant] = true;
36
- }
37
- }
38
-
39
- return array_keys(self::$constants);
40
- }
41
-
42
- public function offsetSet($name, $value)
43
- {
44
- $constants = self::getConstantValues();
45
- if (is_null($name) || !in_array($name, $constants)) {
46
- throw new InvalidArgumentException('MetadataEnvelope fields must'
47
- . ' must match a predefined offset; use the header constants.');
48
- }
49
-
50
- $this->data[$name] = $value;
51
- }
52
-
53
- public function jsonSerialize()
54
- {
55
- return $this->data;
56
- }
57
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php DELETED
@@ -1,30 +0,0 @@
1
- <?php
2
- namespace Aws\Crypto;
3
-
4
- interface MetadataStrategyInterface
5
- {
6
- /**
7
- * Places the information in the MetadataEnvelope to the strategy specific
8
- * location. Populates the PutObject arguments with any information
9
- * necessary for loading.
10
- *
11
- * @param MetadataEnvelope $envelope Encryption data to save according to
12
- * the strategy.
13
- * @param array $args Starting arguments for PutObject.
14
- *
15
- * @return array Updated arguments for PutObject.
16
- */
17
- public function save(MetadataEnvelope $envelope, array $args);
18
-
19
- /**
20
- * Generates a MetadataEnvelope according to the specific strategy using the
21
- * passed arguments.
22
- *
23
- * @param array $args Arguments from Command and Result that contains
24
- * S3 Object information, relevant headers, and command
25
- * configuration.
26
- *
27
- * @return MetadataEnvelope
28
- */
29
- public function load(array $args);
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DAX/DAXClient.php DELETED
@@ -1,51 +0,0 @@
1
- <?php
2
- namespace Aws\DAX;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon DynamoDB Accelerator (DAX)** service.
8
- * @method \Aws\Result createCluster(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
10
- * @method \Aws\Result createParameterGroup(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createParameterGroupAsync(array $args = [])
12
- * @method \Aws\Result createSubnetGroup(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createSubnetGroupAsync(array $args = [])
14
- * @method \Aws\Result decreaseReplicationFactor(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise decreaseReplicationFactorAsync(array $args = [])
16
- * @method \Aws\Result deleteCluster(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
18
- * @method \Aws\Result deleteParameterGroup(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteParameterGroupAsync(array $args = [])
20
- * @method \Aws\Result deleteSubnetGroup(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteSubnetGroupAsync(array $args = [])
22
- * @method \Aws\Result describeClusters(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
24
- * @method \Aws\Result describeDefaultParameters(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeDefaultParametersAsync(array $args = [])
26
- * @method \Aws\Result describeEvents(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
28
- * @method \Aws\Result describeParameterGroups(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeParameterGroupsAsync(array $args = [])
30
- * @method \Aws\Result describeParameters(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeParametersAsync(array $args = [])
32
- * @method \Aws\Result describeSubnetGroups(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeSubnetGroupsAsync(array $args = [])
34
- * @method \Aws\Result increaseReplicationFactor(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise increaseReplicationFactorAsync(array $args = [])
36
- * @method \Aws\Result listTags(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
38
- * @method \Aws\Result rebootNode(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise rebootNodeAsync(array $args = [])
40
- * @method \Aws\Result tagResource(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
42
- * @method \Aws\Result untagResource(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
44
- * @method \Aws\Result updateCluster(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise updateClusterAsync(array $args = [])
46
- * @method \Aws\Result updateParameterGroup(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise updateParameterGroupAsync(array $args = [])
48
- * @method \Aws\Result updateSubnetGroup(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise updateSubnetGroupAsync(array $args = [])
50
- */
51
- class DAXClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DAX/Exception/DAXException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DAX\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon DynamoDB Accelerator (DAX)** service.
8
- */
9
- class DAXException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DLM/DLMClient.php DELETED
@@ -1,19 +0,0 @@
1
- <?php
2
- namespace Aws\DLM;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Data Lifecycle Manager** service.
8
- * @method \Aws\Result createLifecyclePolicy(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createLifecyclePolicyAsync(array $args = [])
10
- * @method \Aws\Result deleteLifecyclePolicy(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
12
- * @method \Aws\Result getLifecyclePolicies(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise getLifecyclePoliciesAsync(array $args = [])
14
- * @method \Aws\Result getLifecyclePolicy(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
16
- * @method \Aws\Result updateLifecyclePolicy(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise updateLifecyclePolicyAsync(array $args = [])
18
- */
19
- class DLMClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DLM/Exception/DLMException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DLM\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Data Lifecycle Manager** service.
8
- */
9
- class DLMException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php DELETED
@@ -1,48 +0,0 @@
1
- <?php
2
- namespace Aws\DataPipeline;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Data Pipeline** service.
8
- *
9
- * @method \Aws\Result activatePipeline(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise activatePipelineAsync(array $args = [])
11
- * @method \Aws\Result addTags(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
13
- * @method \Aws\Result createPipeline(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
15
- * @method \Aws\Result deactivatePipeline(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise deactivatePipelineAsync(array $args = [])
17
- * @method \Aws\Result deletePipeline(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
19
- * @method \Aws\Result describeObjects(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise describeObjectsAsync(array $args = [])
21
- * @method \Aws\Result describePipelines(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise describePipelinesAsync(array $args = [])
23
- * @method \Aws\Result evaluateExpression(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise evaluateExpressionAsync(array $args = [])
25
- * @method \Aws\Result getPipelineDefinition(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise getPipelineDefinitionAsync(array $args = [])
27
- * @method \Aws\Result listPipelines(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
29
- * @method \Aws\Result pollForTask(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise pollForTaskAsync(array $args = [])
31
- * @method \Aws\Result putPipelineDefinition(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise putPipelineDefinitionAsync(array $args = [])
33
- * @method \Aws\Result queryObjects(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise queryObjectsAsync(array $args = [])
35
- * @method \Aws\Result removeTags(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
37
- * @method \Aws\Result reportTaskProgress(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise reportTaskProgressAsync(array $args = [])
39
- * @method \Aws\Result reportTaskRunnerHeartbeat(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise reportTaskRunnerHeartbeatAsync(array $args = [])
41
- * @method \Aws\Result setStatus(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise setStatusAsync(array $args = [])
43
- * @method \Aws\Result setTaskStatus(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise setTaskStatusAsync(array $args = [])
45
- * @method \Aws\Result validatePipelineDefinition(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise validatePipelineDefinitionAsync(array $args = [])
47
- */
48
- class DataPipelineClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DataPipeline\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS Data Pipeline service.
8
- */
9
- class DataPipelineException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php DELETED
@@ -1,59 +0,0 @@
1
- <?php
2
- namespace Aws\DataSync;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS DataSync** service.
8
- * @method \Aws\Result cancelTaskExecution(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise cancelTaskExecutionAsync(array $args = [])
10
- * @method \Aws\Result createAgent(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createAgentAsync(array $args = [])
12
- * @method \Aws\Result createLocationEfs(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createLocationEfsAsync(array $args = [])
14
- * @method \Aws\Result createLocationNfs(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createLocationNfsAsync(array $args = [])
16
- * @method \Aws\Result createLocationS3(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createLocationS3Async(array $args = [])
18
- * @method \Aws\Result createTask(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createTaskAsync(array $args = [])
20
- * @method \Aws\Result deleteAgent(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteAgentAsync(array $args = [])
22
- * @method \Aws\Result deleteLocation(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteLocationAsync(array $args = [])
24
- * @method \Aws\Result deleteTask(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteTaskAsync(array $args = [])
26
- * @method \Aws\Result describeAgent(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeAgentAsync(array $args = [])
28
- * @method \Aws\Result describeLocationEfs(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeLocationEfsAsync(array $args = [])
30
- * @method \Aws\Result describeLocationNfs(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeLocationNfsAsync(array $args = [])
32
- * @method \Aws\Result describeLocationS3(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeLocationS3Async(array $args = [])
34
- * @method \Aws\Result describeTask(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeTaskAsync(array $args = [])
36
- * @method \Aws\Result describeTaskExecution(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeTaskExecutionAsync(array $args = [])
38
- * @method \Aws\Result listAgents(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise listAgentsAsync(array $args = [])
40
- * @method \Aws\Result listLocations(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise listLocationsAsync(array $args = [])
42
- * @method \Aws\Result listTagsForResource(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
44
- * @method \Aws\Result listTaskExecutions(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise listTaskExecutionsAsync(array $args = [])
46
- * @method \Aws\Result listTasks(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise listTasksAsync(array $args = [])
48
- * @method \Aws\Result startTaskExecution(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise startTaskExecutionAsync(array $args = [])
50
- * @method \Aws\Result tagResource(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
52
- * @method \Aws\Result untagResource(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
54
- * @method \Aws\Result updateAgent(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise updateAgentAsync(array $args = [])
56
- * @method \Aws\Result updateTask(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise updateTaskAsync(array $args = [])
58
- */
59
- class DataSyncClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DataSync\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS DataSync** service.
8
- */
9
- class DataSyncException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php DELETED
@@ -1,101 +0,0 @@
1
- <?php
2
- namespace Aws\DatabaseMigrationService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Database Migration Service** service.
8
- * @method \Aws\Result addTagsToResource(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
10
- * @method \Aws\Result applyPendingMaintenanceAction(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise applyPendingMaintenanceActionAsync(array $args = [])
12
- * @method \Aws\Result createEndpoint(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createEndpointAsync(array $args = [])
14
- * @method \Aws\Result createEventSubscription(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createEventSubscriptionAsync(array $args = [])
16
- * @method \Aws\Result createReplicationInstance(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createReplicationInstanceAsync(array $args = [])
18
- * @method \Aws\Result createReplicationSubnetGroup(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createReplicationSubnetGroupAsync(array $args = [])
20
- * @method \Aws\Result createReplicationTask(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createReplicationTaskAsync(array $args = [])
22
- * @method \Aws\Result deleteCertificate(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
24
- * @method \Aws\Result deleteEndpoint(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
26
- * @method \Aws\Result deleteEventSubscription(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteEventSubscriptionAsync(array $args = [])
28
- * @method \Aws\Result deleteReplicationInstance(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteReplicationInstanceAsync(array $args = [])
30
- * @method \Aws\Result deleteReplicationSubnetGroup(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteReplicationSubnetGroupAsync(array $args = [])
32
- * @method \Aws\Result deleteReplicationTask(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteReplicationTaskAsync(array $args = [])
34
- * @method \Aws\Result describeAccountAttributes(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
36
- * @method \Aws\Result describeCertificates(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeCertificatesAsync(array $args = [])
38
- * @method \Aws\Result describeConnections(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise describeConnectionsAsync(array $args = [])
40
- * @method \Aws\Result describeEndpointTypes(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describeEndpointTypesAsync(array $args = [])
42
- * @method \Aws\Result describeEndpoints(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise describeEndpointsAsync(array $args = [])
44
- * @method \Aws\Result describeEventCategories(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise describeEventCategoriesAsync(array $args = [])
46
- * @method \Aws\Result describeEventSubscriptions(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise describeEventSubscriptionsAsync(array $args = [])
48
- * @method \Aws\Result describeEvents(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
50
- * @method \Aws\Result describeOrderableReplicationInstances(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise describeOrderableReplicationInstancesAsync(array $args = [])
52
- * @method \Aws\Result describePendingMaintenanceActions(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise describePendingMaintenanceActionsAsync(array $args = [])
54
- * @method \Aws\Result describeRefreshSchemasStatus(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise describeRefreshSchemasStatusAsync(array $args = [])
56
- * @method \Aws\Result describeReplicationInstanceTaskLogs(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise describeReplicationInstanceTaskLogsAsync(array $args = [])
58
- * @method \Aws\Result describeReplicationInstances(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise describeReplicationInstancesAsync(array $args = [])
60
- * @method \Aws\Result describeReplicationSubnetGroups(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise describeReplicationSubnetGroupsAsync(array $args = [])
62
- * @method \Aws\Result describeReplicationTaskAssessmentResults(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise describeReplicationTaskAssessmentResultsAsync(array $args = [])
64
- * @method \Aws\Result describeReplicationTasks(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise describeReplicationTasksAsync(array $args = [])
66
- * @method \Aws\Result describeSchemas(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise describeSchemasAsync(array $args = [])
68
- * @method \Aws\Result describeTableStatistics(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise describeTableStatisticsAsync(array $args = [])
70
- * @method \Aws\Result importCertificate(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise importCertificateAsync(array $args = [])
72
- * @method \Aws\Result listTagsForResource(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
74
- * @method \Aws\Result modifyEndpoint(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise modifyEndpointAsync(array $args = [])
76
- * @method \Aws\Result modifyEventSubscription(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise modifyEventSubscriptionAsync(array $args = [])
78
- * @method \Aws\Result modifyReplicationInstance(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise modifyReplicationInstanceAsync(array $args = [])
80
- * @method \Aws\Result modifyReplicationSubnetGroup(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise modifyReplicationSubnetGroupAsync(array $args = [])
82
- * @method \Aws\Result modifyReplicationTask(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise modifyReplicationTaskAsync(array $args = [])
84
- * @method \Aws\Result rebootReplicationInstance(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise rebootReplicationInstanceAsync(array $args = [])
86
- * @method \Aws\Result refreshSchemas(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise refreshSchemasAsync(array $args = [])
88
- * @method \Aws\Result reloadTables(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise reloadTablesAsync(array $args = [])
90
- * @method \Aws\Result removeTagsFromResource(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
92
- * @method \Aws\Result startReplicationTask(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise startReplicationTaskAsync(array $args = [])
94
- * @method \Aws\Result startReplicationTaskAssessment(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise startReplicationTaskAssessmentAsync(array $args = [])
96
- * @method \Aws\Result stopReplicationTask(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise stopReplicationTaskAsync(array $args = [])
98
- * @method \Aws\Result testConnection(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise testConnectionAsync(array $args = [])
100
- */
101
- class DatabaseMigrationServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DatabaseMigrationService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Database Migration Service** service.
8
- */
9
- class DatabaseMigrationServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php DELETED
@@ -1,138 +0,0 @@
1
- <?php
2
- namespace Aws\DeviceFarm;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon DeviceFarm** service.
8
- *
9
- * @method \Aws\Result createDevicePool(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise createDevicePoolAsync(array $args = [])
11
- * @method \Aws\Result createInstanceProfile(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createInstanceProfileAsync(array $args = [])
13
- * @method \Aws\Result createNetworkProfile(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createNetworkProfileAsync(array $args = [])
15
- * @method \Aws\Result createProject(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
17
- * @method \Aws\Result createRemoteAccessSession(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createRemoteAccessSessionAsync(array $args = [])
19
- * @method \Aws\Result createUpload(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createUploadAsync(array $args = [])
21
- * @method \Aws\Result createVPCEConfiguration(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createVPCEConfigurationAsync(array $args = [])
23
- * @method \Aws\Result deleteDevicePool(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteDevicePoolAsync(array $args = [])
25
- * @method \Aws\Result deleteInstanceProfile(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteInstanceProfileAsync(array $args = [])
27
- * @method \Aws\Result deleteNetworkProfile(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteNetworkProfileAsync(array $args = [])
29
- * @method \Aws\Result deleteProject(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
31
- * @method \Aws\Result deleteRemoteAccessSession(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteRemoteAccessSessionAsync(array $args = [])
33
- * @method \Aws\Result deleteRun(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise deleteRunAsync(array $args = [])
35
- * @method \Aws\Result deleteUpload(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteUploadAsync(array $args = [])
37
- * @method \Aws\Result deleteVPCEConfiguration(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteVPCEConfigurationAsync(array $args = [])
39
- * @method \Aws\Result getAccountSettings(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
41
- * @method \Aws\Result getDevice(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise getDeviceAsync(array $args = [])
43
- * @method \Aws\Result getDeviceInstance(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise getDeviceInstanceAsync(array $args = [])
45
- * @method \Aws\Result getDevicePool(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise getDevicePoolAsync(array $args = [])
47
- * @method \Aws\Result getDevicePoolCompatibility(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise getDevicePoolCompatibilityAsync(array $args = [])
49
- * @method \Aws\Result getInstanceProfile(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise getInstanceProfileAsync(array $args = [])
51
- * @method \Aws\Result getJob(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
53
- * @method \Aws\Result getNetworkProfile(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise getNetworkProfileAsync(array $args = [])
55
- * @method \Aws\Result getOfferingStatus(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise getOfferingStatusAsync(array $args = [])
57
- * @method \Aws\Result getProject(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise getProjectAsync(array $args = [])
59
- * @method \Aws\Result getRemoteAccessSession(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise getRemoteAccessSessionAsync(array $args = [])
61
- * @method \Aws\Result getRun(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise getRunAsync(array $args = [])
63
- * @method \Aws\Result getSuite(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise getSuiteAsync(array $args = [])
65
- * @method \Aws\Result getTest(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise getTestAsync(array $args = [])
67
- * @method \Aws\Result getUpload(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise getUploadAsync(array $args = [])
69
- * @method \Aws\Result getVPCEConfiguration(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise getVPCEConfigurationAsync(array $args = [])
71
- * @method \Aws\Result installToRemoteAccessSession(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise installToRemoteAccessSessionAsync(array $args = [])
73
- * @method \Aws\Result listArtifacts(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise listArtifactsAsync(array $args = [])
75
- * @method \Aws\Result listDeviceInstances(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise listDeviceInstancesAsync(array $args = [])
77
- * @method \Aws\Result listDevicePools(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise listDevicePoolsAsync(array $args = [])
79
- * @method \Aws\Result listDevices(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = [])
81
- * @method \Aws\Result listInstanceProfiles(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise listInstanceProfilesAsync(array $args = [])
83
- * @method \Aws\Result listJobs(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
85
- * @method \Aws\Result listNetworkProfiles(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise listNetworkProfilesAsync(array $args = [])
87
- * @method \Aws\Result listOfferingPromotions(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise listOfferingPromotionsAsync(array $args = [])
89
- * @method \Aws\Result listOfferingTransactions(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise listOfferingTransactionsAsync(array $args = [])
91
- * @method \Aws\Result listOfferings(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
93
- * @method \Aws\Result listProjects(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
95
- * @method \Aws\Result listRemoteAccessSessions(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise listRemoteAccessSessionsAsync(array $args = [])
97
- * @method \Aws\Result listRuns(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise listRunsAsync(array $args = [])
99
- * @method \Aws\Result listSamples(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise listSamplesAsync(array $args = [])
101
- * @method \Aws\Result listSuites(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise listSuitesAsync(array $args = [])
103
- * @method \Aws\Result listTests(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise listTestsAsync(array $args = [])
105
- * @method \Aws\Result listUniqueProblems(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise listUniqueProblemsAsync(array $args = [])
107
- * @method \Aws\Result listUploads(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise listUploadsAsync(array $args = [])
109
- * @method \Aws\Result listVPCEConfigurations(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise listVPCEConfigurationsAsync(array $args = [])
111
- * @method \Aws\Result purchaseOffering(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
113
- * @method \Aws\Result renewOffering(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise renewOfferingAsync(array $args = [])
115
- * @method \Aws\Result scheduleRun(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise scheduleRunAsync(array $args = [])
117
- * @method \Aws\Result stopJob(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise stopJobAsync(array $args = [])
119
- * @method \Aws\Result stopRemoteAccessSession(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise stopRemoteAccessSessionAsync(array $args = [])
121
- * @method \Aws\Result stopRun(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise stopRunAsync(array $args = [])
123
- * @method \Aws\Result updateDeviceInstance(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise updateDeviceInstanceAsync(array $args = [])
125
- * @method \Aws\Result updateDevicePool(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise updateDevicePoolAsync(array $args = [])
127
- * @method \Aws\Result updateInstanceProfile(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise updateInstanceProfileAsync(array $args = [])
129
- * @method \Aws\Result updateNetworkProfile(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise updateNetworkProfileAsync(array $args = [])
131
- * @method \Aws\Result updateProject(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
133
- * @method \Aws\Result updateUpload(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise updateUploadAsync(array $args = [])
135
- * @method \Aws\Result updateVPCEConfiguration(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise updateVPCEConfigurationAsync(array $args = [])
137
- */
138
- class DeviceFarmClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DeviceFarm\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon DeviceFarm service.
8
- */
9
- class DeviceFarmException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php DELETED
@@ -1,116 +0,0 @@
1
- <?php
2
- namespace Aws\DirectConnect;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Direct Connect** service.
8
- *
9
- * @method \Aws\Result acceptDirectConnectGatewayAssociationProposal(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise acceptDirectConnectGatewayAssociationProposalAsync(array $args = [])
11
- * @method \Aws\Result allocateConnectionOnInterconnect(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise allocateConnectionOnInterconnectAsync(array $args = [])
13
- * @method \Aws\Result allocateHostedConnection(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise allocateHostedConnectionAsync(array $args = [])
15
- * @method \Aws\Result allocatePrivateVirtualInterface(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise allocatePrivateVirtualInterfaceAsync(array $args = [])
17
- * @method \Aws\Result allocatePublicVirtualInterface(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise allocatePublicVirtualInterfaceAsync(array $args = [])
19
- * @method \Aws\Result allocateTransitVirtualInterface(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise allocateTransitVirtualInterfaceAsync(array $args = [])
21
- * @method \Aws\Result associateConnectionWithLag(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise associateConnectionWithLagAsync(array $args = [])
23
- * @method \Aws\Result associateHostedConnection(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise associateHostedConnectionAsync(array $args = [])
25
- * @method \Aws\Result associateVirtualInterface(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise associateVirtualInterfaceAsync(array $args = [])
27
- * @method \Aws\Result confirmConnection(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise confirmConnectionAsync(array $args = [])
29
- * @method \Aws\Result confirmPrivateVirtualInterface(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise confirmPrivateVirtualInterfaceAsync(array $args = [])
31
- * @method \Aws\Result confirmPublicVirtualInterface(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise confirmPublicVirtualInterfaceAsync(array $args = [])
33
- * @method \Aws\Result confirmTransitVirtualInterface(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise confirmTransitVirtualInterfaceAsync(array $args = [])
35
- * @method \Aws\Result createBGPPeer(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise createBGPPeerAsync(array $args = [])
37
- * @method \Aws\Result createConnection(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
39
- * @method \Aws\Result createDirectConnectGateway(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise createDirectConnectGatewayAsync(array $args = [])
41
- * @method \Aws\Result createDirectConnectGatewayAssociation(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise createDirectConnectGatewayAssociationAsync(array $args = [])
43
- * @method \Aws\Result createDirectConnectGatewayAssociationProposal(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise createDirectConnectGatewayAssociationProposalAsync(array $args = [])
45
- * @method \Aws\Result createInterconnect(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise createInterconnectAsync(array $args = [])
47
- * @method \Aws\Result createLag(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise createLagAsync(array $args = [])
49
- * @method \Aws\Result createPrivateVirtualInterface(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise createPrivateVirtualInterfaceAsync(array $args = [])
51
- * @method \Aws\Result createPublicVirtualInterface(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise createPublicVirtualInterfaceAsync(array $args = [])
53
- * @method \Aws\Result createTransitVirtualInterface(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise createTransitVirtualInterfaceAsync(array $args = [])
55
- * @method \Aws\Result deleteBGPPeer(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise deleteBGPPeerAsync(array $args = [])
57
- * @method \Aws\Result deleteConnection(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
59
- * @method \Aws\Result deleteDirectConnectGateway(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise deleteDirectConnectGatewayAsync(array $args = [])
61
- * @method \Aws\Result deleteDirectConnectGatewayAssociation(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise deleteDirectConnectGatewayAssociationAsync(array $args = [])
63
- * @method \Aws\Result deleteDirectConnectGatewayAssociationProposal(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise deleteDirectConnectGatewayAssociationProposalAsync(array $args = [])
65
- * @method \Aws\Result deleteInterconnect(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise deleteInterconnectAsync(array $args = [])
67
- * @method \Aws\Result deleteLag(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise deleteLagAsync(array $args = [])
69
- * @method \Aws\Result deleteVirtualInterface(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise deleteVirtualInterfaceAsync(array $args = [])
71
- * @method \Aws\Result describeConnectionLoa(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise describeConnectionLoaAsync(array $args = [])
73
- * @method \Aws\Result describeConnections(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise describeConnectionsAsync(array $args = [])
75
- * @method \Aws\Result describeConnectionsOnInterconnect(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise describeConnectionsOnInterconnectAsync(array $args = [])
77
- * @method \Aws\Result describeDirectConnectGatewayAssociationProposals(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise describeDirectConnectGatewayAssociationProposalsAsync(array $args = [])
79
- * @method \Aws\Result describeDirectConnectGatewayAssociations(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise describeDirectConnectGatewayAssociationsAsync(array $args = [])
81
- * @method \Aws\Result describeDirectConnectGatewayAttachments(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise describeDirectConnectGatewayAttachmentsAsync(array $args = [])
83
- * @method \Aws\Result describeDirectConnectGateways(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise describeDirectConnectGatewaysAsync(array $args = [])
85
- * @method \Aws\Result describeHostedConnections(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise describeHostedConnectionsAsync(array $args = [])
87
- * @method \Aws\Result describeInterconnectLoa(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise describeInterconnectLoaAsync(array $args = [])
89
- * @method \Aws\Result describeInterconnects(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise describeInterconnectsAsync(array $args = [])
91
- * @method \Aws\Result describeLags(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise describeLagsAsync(array $args = [])
93
- * @method \Aws\Result describeLoa(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise describeLoaAsync(array $args = [])
95
- * @method \Aws\Result describeLocations(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise describeLocationsAsync(array $args = [])
97
- * @method \Aws\Result describeTags(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
99
- * @method \Aws\Result describeVirtualGateways(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise describeVirtualGatewaysAsync(array $args = [])
101
- * @method \Aws\Result describeVirtualInterfaces(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise describeVirtualInterfacesAsync(array $args = [])
103
- * @method \Aws\Result disassociateConnectionFromLag(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise disassociateConnectionFromLagAsync(array $args = [])
105
- * @method \Aws\Result tagResource(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
107
- * @method \Aws\Result untagResource(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
109
- * @method \Aws\Result updateDirectConnectGatewayAssociation(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise updateDirectConnectGatewayAssociationAsync(array $args = [])
111
- * @method \Aws\Result updateLag(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise updateLagAsync(array $args = [])
113
- * @method \Aws\Result updateVirtualInterfaceAttributes(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise updateVirtualInterfaceAttributesAsync(array $args = [])
115
- */
116
- class DirectConnectClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DirectConnect\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS Direct Connect service.
8
- */
9
- class DirectConnectException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php DELETED
@@ -1,110 +0,0 @@
1
- <?php
2
- namespace Aws\DirectoryService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * AWS Directory Service client
8
- *
9
- * @method \Aws\Result acceptSharedDirectory(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise acceptSharedDirectoryAsync(array $args = [])
11
- * @method \Aws\Result addIpRoutes(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise addIpRoutesAsync(array $args = [])
13
- * @method \Aws\Result addTagsToResource(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
15
- * @method \Aws\Result cancelSchemaExtension(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise cancelSchemaExtensionAsync(array $args = [])
17
- * @method \Aws\Result connectDirectory(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise connectDirectoryAsync(array $args = [])
19
- * @method \Aws\Result createAlias(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
21
- * @method \Aws\Result createComputer(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createComputerAsync(array $args = [])
23
- * @method \Aws\Result createConditionalForwarder(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createConditionalForwarderAsync(array $args = [])
25
- * @method \Aws\Result createDirectory(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createDirectoryAsync(array $args = [])
27
- * @method \Aws\Result createLogSubscription(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise createLogSubscriptionAsync(array $args = [])
29
- * @method \Aws\Result createMicrosoftAD(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise createMicrosoftADAsync(array $args = [])
31
- * @method \Aws\Result createSnapshot(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
33
- * @method \Aws\Result createTrust(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise createTrustAsync(array $args = [])
35
- * @method \Aws\Result deleteConditionalForwarder(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteConditionalForwarderAsync(array $args = [])
37
- * @method \Aws\Result deleteDirectory(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteDirectoryAsync(array $args = [])
39
- * @method \Aws\Result deleteLogSubscription(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise deleteLogSubscriptionAsync(array $args = [])
41
- * @method \Aws\Result deleteSnapshot(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
43
- * @method \Aws\Result deleteTrust(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise deleteTrustAsync(array $args = [])
45
- * @method \Aws\Result deregisterEventTopic(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise deregisterEventTopicAsync(array $args = [])
47
- * @method \Aws\Result describeConditionalForwarders(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeConditionalForwardersAsync(array $args = [])
49
- * @method \Aws\Result describeDirectories(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise describeDirectoriesAsync(array $args = [])
51
- * @method \Aws\Result describeDomainControllers(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise describeDomainControllersAsync(array $args = [])
53
- * @method \Aws\Result describeEventTopics(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise describeEventTopicsAsync(array $args = [])
55
- * @method \Aws\Result describeSharedDirectories(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise describeSharedDirectoriesAsync(array $args = [])
57
- * @method \Aws\Result describeSnapshots(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = [])
59
- * @method \Aws\Result describeTrusts(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise describeTrustsAsync(array $args = [])
61
- * @method \Aws\Result disableRadius(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise disableRadiusAsync(array $args = [])
63
- * @method \Aws\Result disableSso(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise disableSsoAsync(array $args = [])
65
- * @method \Aws\Result enableRadius(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise enableRadiusAsync(array $args = [])
67
- * @method \Aws\Result enableSso(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise enableSsoAsync(array $args = [])
69
- * @method \Aws\Result getDirectoryLimits(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise getDirectoryLimitsAsync(array $args = [])
71
- * @method \Aws\Result getSnapshotLimits(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise getSnapshotLimitsAsync(array $args = [])
73
- * @method \Aws\Result listIpRoutes(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise listIpRoutesAsync(array $args = [])
75
- * @method \Aws\Result listLogSubscriptions(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise listLogSubscriptionsAsync(array $args = [])
77
- * @method \Aws\Result listSchemaExtensions(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise listSchemaExtensionsAsync(array $args = [])
79
- * @method \Aws\Result listTagsForResource(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
81
- * @method \Aws\Result registerEventTopic(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise registerEventTopicAsync(array $args = [])
83
- * @method \Aws\Result rejectSharedDirectory(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise rejectSharedDirectoryAsync(array $args = [])
85
- * @method \Aws\Result removeIpRoutes(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise removeIpRoutesAsync(array $args = [])
87
- * @method \Aws\Result removeTagsFromResource(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
89
- * @method \Aws\Result resetUserPassword(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise resetUserPasswordAsync(array $args = [])
91
- * @method \Aws\Result restoreFromSnapshot(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise restoreFromSnapshotAsync(array $args = [])
93
- * @method \Aws\Result shareDirectory(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise shareDirectoryAsync(array $args = [])
95
- * @method \Aws\Result startSchemaExtension(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise startSchemaExtensionAsync(array $args = [])
97
- * @method \Aws\Result unshareDirectory(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise unshareDirectoryAsync(array $args = [])
99
- * @method \Aws\Result updateConditionalForwarder(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise updateConditionalForwarderAsync(array $args = [])
101
- * @method \Aws\Result updateNumberOfDomainControllers(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise updateNumberOfDomainControllersAsync(array $args = [])
103
- * @method \Aws\Result updateRadius(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise updateRadiusAsync(array $args = [])
105
- * @method \Aws\Result updateTrust(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise updateTrustAsync(array $args = [])
107
- * @method \Aws\Result verifyTrust(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise verifyTrustAsync(array $args = [])
109
- */
110
- class DirectoryServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DirectoryService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * AWS Directory Service Exception
8
- */
9
- class DirectoryServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DocDB/DocDBClient.php DELETED
@@ -1,87 +0,0 @@
1
- <?php
2
- namespace Aws\DocDB;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon DocumentDB with MongoDB compatibility** service.
8
- * @method \Aws\Result addTagsToResource(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
10
- * @method \Aws\Result applyPendingMaintenanceAction(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise applyPendingMaintenanceActionAsync(array $args = [])
12
- * @method \Aws\Result copyDBClusterParameterGroup(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise copyDBClusterParameterGroupAsync(array $args = [])
14
- * @method \Aws\Result copyDBClusterSnapshot(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise copyDBClusterSnapshotAsync(array $args = [])
16
- * @method \Aws\Result createDBCluster(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createDBClusterAsync(array $args = [])
18
- * @method \Aws\Result createDBClusterParameterGroup(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createDBClusterParameterGroupAsync(array $args = [])
20
- * @method \Aws\Result createDBClusterSnapshot(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createDBClusterSnapshotAsync(array $args = [])
22
- * @method \Aws\Result createDBInstance(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createDBInstanceAsync(array $args = [])
24
- * @method \Aws\Result createDBSubnetGroup(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createDBSubnetGroupAsync(array $args = [])
26
- * @method \Aws\Result deleteDBCluster(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteDBClusterAsync(array $args = [])
28
- * @method \Aws\Result deleteDBClusterParameterGroup(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteDBClusterParameterGroupAsync(array $args = [])
30
- * @method \Aws\Result deleteDBClusterSnapshot(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteDBClusterSnapshotAsync(array $args = [])
32
- * @method \Aws\Result deleteDBInstance(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteDBInstanceAsync(array $args = [])
34
- * @method \Aws\Result deleteDBSubnetGroup(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise deleteDBSubnetGroupAsync(array $args = [])
36
- * @method \Aws\Result describeDBClusterParameterGroups(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeDBClusterParameterGroupsAsync(array $args = [])
38
- * @method \Aws\Result describeDBClusterParameters(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise describeDBClusterParametersAsync(array $args = [])
40
- * @method \Aws\Result describeDBClusterSnapshotAttributes(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describeDBClusterSnapshotAttributesAsync(array $args = [])
42
- * @method \Aws\Result describeDBClusterSnapshots(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise describeDBClusterSnapshotsAsync(array $args = [])
44
- * @method \Aws\Result describeDBClusters(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise describeDBClustersAsync(array $args = [])
46
- * @method \Aws\Result describeDBEngineVersions(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise describeDBEngineVersionsAsync(array $args = [])
48
- * @method \Aws\Result describeDBInstances(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise describeDBInstancesAsync(array $args = [])
50
- * @method \Aws\Result describeDBSubnetGroups(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise describeDBSubnetGroupsAsync(array $args = [])
52
- * @method \Aws\Result describeEngineDefaultClusterParameters(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise describeEngineDefaultClusterParametersAsync(array $args = [])
54
- * @method \Aws\Result describeEventCategories(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise describeEventCategoriesAsync(array $args = [])
56
- * @method \Aws\Result describeEvents(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
58
- * @method \Aws\Result describeOrderableDBInstanceOptions(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise describeOrderableDBInstanceOptionsAsync(array $args = [])
60
- * @method \Aws\Result describePendingMaintenanceActions(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise describePendingMaintenanceActionsAsync(array $args = [])
62
- * @method \Aws\Result failoverDBCluster(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise failoverDBClusterAsync(array $args = [])
64
- * @method \Aws\Result listTagsForResource(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
66
- * @method \Aws\Result modifyDBCluster(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise modifyDBClusterAsync(array $args = [])
68
- * @method \Aws\Result modifyDBClusterParameterGroup(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise modifyDBClusterParameterGroupAsync(array $args = [])
70
- * @method \Aws\Result modifyDBClusterSnapshotAttribute(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise modifyDBClusterSnapshotAttributeAsync(array $args = [])
72
- * @method \Aws\Result modifyDBInstance(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise modifyDBInstanceAsync(array $args = [])
74
- * @method \Aws\Result modifyDBSubnetGroup(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise modifyDBSubnetGroupAsync(array $args = [])
76
- * @method \Aws\Result rebootDBInstance(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise rebootDBInstanceAsync(array $args = [])
78
- * @method \Aws\Result removeTagsFromResource(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
80
- * @method \Aws\Result resetDBClusterParameterGroup(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise resetDBClusterParameterGroupAsync(array $args = [])
82
- * @method \Aws\Result restoreDBClusterFromSnapshot(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise restoreDBClusterFromSnapshotAsync(array $args = [])
84
- * @method \Aws\Result restoreDBClusterToPointInTime(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise restoreDBClusterToPointInTimeAsync(array $args = [])
86
- */
87
- class DocDBClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DocDB\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon DocumentDB with MongoDB compatibility** service.
8
- */
9
- class DocDBException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php DELETED
@@ -1,36 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- use GuzzleHttp\Psr7;
5
-
6
- /**
7
- * Special object to represent a DynamoDB binary (B) value.
8
- */
9
- class BinaryValue implements \JsonSerializable
10
- {
11
- /** @var string Binary value. */
12
- private $value;
13
-
14
- /**
15
- * @param mixed $value A binary value compatible with Guzzle streams.
16
- *
17
- * @see GuzzleHttp\Stream\Stream::factory
18
- */
19
- public function __construct($value)
20
- {
21
- if (!is_string($value)) {
22
- $value = Psr7\stream_for($value);
23
- }
24
- $this->value = (string) $value;
25
- }
26
-
27
- public function jsonSerialize()
28
- {
29
- return $this->value;
30
- }
31
-
32
- public function __toString()
33
- {
34
- return $this->value;
35
- }
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php DELETED
@@ -1,148 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- use Aws\Api\Parser\Crc32ValidatingParser;
5
- use Aws\AwsClient;
6
- use Aws\ClientResolver;
7
- use Aws\Exception\AwsException;
8
- use Aws\HandlerList;
9
- use Aws\Middleware;
10
- use Aws\RetryMiddleware;
11
-
12
- /**
13
- * This client is used to interact with the **Amazon DynamoDB** service.
14
- *
15
- * @method \Aws\Result batchGetItem(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise batchGetItemAsync(array $args = [])
17
- * @method \Aws\Result batchWriteItem(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise batchWriteItemAsync(array $args = [])
19
- * @method \Aws\Result createTable(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createTableAsync(array $args = [])
21
- * @method \Aws\Result deleteItem(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteItemAsync(array $args = [])
23
- * @method \Aws\Result deleteTable(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = [])
25
- * @method \Aws\Result describeTable(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise describeTableAsync(array $args = [])
27
- * @method \Aws\Result getItem(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise getItemAsync(array $args = [])
29
- * @method \Aws\Result listTables(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise listTablesAsync(array $args = [])
31
- * @method \Aws\Result putItem(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise putItemAsync(array $args = [])
33
- * @method \Aws\Result query(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise queryAsync(array $args = [])
35
- * @method \Aws\Result scan(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise scanAsync(array $args = [])
37
- * @method \Aws\Result updateItem(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise updateItemAsync(array $args = [])
39
- * @method \Aws\Result updateTable(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise updateTableAsync(array $args = [])
41
- * @method \Aws\Result createBackup(array $args = []) (supported in versions 2012-08-10)
42
- * @method \GuzzleHttp\Promise\Promise createBackupAsync(array $args = []) (supported in versions 2012-08-10)
43
- * @method \Aws\Result createGlobalTable(array $args = []) (supported in versions 2012-08-10)
44
- * @method \GuzzleHttp\Promise\Promise createGlobalTableAsync(array $args = []) (supported in versions 2012-08-10)
45
- * @method \Aws\Result deleteBackup(array $args = []) (supported in versions 2012-08-10)
46
- * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = []) (supported in versions 2012-08-10)
47
- * @method \Aws\Result describeBackup(array $args = []) (supported in versions 2012-08-10)
48
- * @method \GuzzleHttp\Promise\Promise describeBackupAsync(array $args = []) (supported in versions 2012-08-10)
49
- * @method \Aws\Result describeContinuousBackups(array $args = []) (supported in versions 2012-08-10)
50
- * @method \GuzzleHttp\Promise\Promise describeContinuousBackupsAsync(array $args = []) (supported in versions 2012-08-10)
51
- * @method \Aws\Result describeEndpoints(array $args = []) (supported in versions 2012-08-10)
52
- * @method \GuzzleHttp\Promise\Promise describeEndpointsAsync(array $args = []) (supported in versions 2012-08-10)
53
- * @method \Aws\Result describeGlobalTable(array $args = []) (supported in versions 2012-08-10)
54
- * @method \GuzzleHttp\Promise\Promise describeGlobalTableAsync(array $args = []) (supported in versions 2012-08-10)
55
- * @method \Aws\Result describeGlobalTableSettings(array $args = []) (supported in versions 2012-08-10)
56
- * @method \GuzzleHttp\Promise\Promise describeGlobalTableSettingsAsync(array $args = []) (supported in versions 2012-08-10)
57
- * @method \Aws\Result describeLimits(array $args = []) (supported in versions 2012-08-10)
58
- * @method \GuzzleHttp\Promise\Promise describeLimitsAsync(array $args = []) (supported in versions 2012-08-10)
59
- * @method \Aws\Result describeTimeToLive(array $args = []) (supported in versions 2012-08-10)
60
- * @method \GuzzleHttp\Promise\Promise describeTimeToLiveAsync(array $args = []) (supported in versions 2012-08-10)
61
- * @method \Aws\Result listBackups(array $args = []) (supported in versions 2012-08-10)
62
- * @method \GuzzleHttp\Promise\Promise listBackupsAsync(array $args = []) (supported in versions 2012-08-10)
63
- * @method \Aws\Result listGlobalTables(array $args = []) (supported in versions 2012-08-10)
64
- * @method \GuzzleHttp\Promise\Promise listGlobalTablesAsync(array $args = []) (supported in versions 2012-08-10)
65
- * @method \Aws\Result listTagsOfResource(array $args = []) (supported in versions 2012-08-10)
66
- * @method \GuzzleHttp\Promise\Promise listTagsOfResourceAsync(array $args = []) (supported in versions 2012-08-10)
67
- * @method \Aws\Result restoreTableFromBackup(array $args = []) (supported in versions 2012-08-10)
68
- * @method \GuzzleHttp\Promise\Promise restoreTableFromBackupAsync(array $args = []) (supported in versions 2012-08-10)
69
- * @method \Aws\Result restoreTableToPointInTime(array $args = []) (supported in versions 2012-08-10)
70
- * @method \GuzzleHttp\Promise\Promise restoreTableToPointInTimeAsync(array $args = []) (supported in versions 2012-08-10)
71
- * @method \Aws\Result tagResource(array $args = []) (supported in versions 2012-08-10)
72
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) (supported in versions 2012-08-10)
73
- * @method \Aws\Result transactGetItems(array $args = []) (supported in versions 2012-08-10)
74
- * @method \GuzzleHttp\Promise\Promise transactGetItemsAsync(array $args = []) (supported in versions 2012-08-10)
75
- * @method \Aws\Result transactWriteItems(array $args = []) (supported in versions 2012-08-10)
76
- * @method \GuzzleHttp\Promise\Promise transactWriteItemsAsync(array $args = []) (supported in versions 2012-08-10)
77
- * @method \Aws\Result untagResource(array $args = []) (supported in versions 2012-08-10)
78
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) (supported in versions 2012-08-10)
79
- * @method \Aws\Result updateContinuousBackups(array $args = []) (supported in versions 2012-08-10)
80
- * @method \GuzzleHttp\Promise\Promise updateContinuousBackupsAsync(array $args = []) (supported in versions 2012-08-10)
81
- * @method \Aws\Result updateGlobalTable(array $args = []) (supported in versions 2012-08-10)
82
- * @method \GuzzleHttp\Promise\Promise updateGlobalTableAsync(array $args = []) (supported in versions 2012-08-10)
83
- * @method \Aws\Result updateGlobalTableSettings(array $args = []) (supported in versions 2012-08-10)
84
- * @method \GuzzleHttp\Promise\Promise updateGlobalTableSettingsAsync(array $args = []) (supported in versions 2012-08-10)
85
- * @method \Aws\Result updateTimeToLive(array $args = []) (supported in versions 2012-08-10)
86
- * @method \GuzzleHttp\Promise\Promise updateTimeToLiveAsync(array $args = []) (supported in versions 2012-08-10)
87
- */
88
- class DynamoDbClient extends AwsClient
89
- {
90
- public static function getArguments()
91
- {
92
- $args = parent::getArguments();
93
- $args['retries']['default'] = 10;
94
- $args['retries']['fn'] = [__CLASS__, '_applyRetryConfig'];
95
- $args['api_provider']['fn'] = [__CLASS__, '_applyApiProvider'];
96
-
97
- return $args;
98
- }
99
-
100
- /**
101
- * Convenience method for instantiating and registering the DynamoDB
102
- * Session handler with this DynamoDB client object.
103
- *
104
- * @param array $config Array of options for the session handler factory
105
- *
106
- * @return SessionHandler
107
- */
108
- public function registerSessionHandler(array $config = [])
109
- {
110
- $handler = SessionHandler::fromClient($this, $config);
111
- $handler->register();
112
-
113
- return $handler;
114
- }
115
-
116
- /** @internal */
117
- public static function _applyRetryConfig($value, array &$args, HandlerList $list)
118
- {
119
- if (!$value) {
120
- return;
121
- }
122
-
123
- $list->appendSign(
124
- Middleware::retry(
125
- RetryMiddleware::createDefaultDecider(
126
- $value,
127
- ['errorCodes' => ['TransactionInProgressException']]
128
- ),
129
- function ($retries) {
130
- return $retries
131
- ? RetryMiddleware::exponentialDelay($retries) / 2
132
- : 0;
133
- },
134
- isset($args['stats']['retries'])
135
- ? (bool) $args['stats']['retries']
136
- : false
137
- ),
138
- 'retry'
139
- );
140
- }
141
-
142
- /** @internal */
143
- public static function _applyApiProvider($value, array &$args, HandlerList $list)
144
- {
145
- ClientResolver::_apply_api_provider($value, $args, $list);
146
- $args['parser'] = new Crc32ValidatingParser($args['parser']);
147
- }
148
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon DynamoDB service.
8
- */
9
- class DynamoDbException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php DELETED
@@ -1,58 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- use Aws\DynamoDb\Exception\DynamoDbException;
5
-
6
- /**
7
- * The locking connection adds locking logic to the read operation.
8
- */
9
- class LockingSessionConnection extends StandardSessionConnection
10
- {
11
- public function __construct(DynamoDbClient $client, array $config = [])
12
- {
13
- parent::__construct($client, $config);
14
- }
15
-
16
- /**
17
- * {@inheritdoc}
18
- * Retries the request until the lock can be acquired
19
- */
20
- public function read($id)
21
- {
22
- // Create the params for the UpdateItem operation so that a lock can be
23
- // set and item returned (via ReturnValues) in a one, atomic operation.
24
- $params = [
25
- 'TableName' => $this->getTableName(),
26
- 'Key' => $this->formatKey($id),
27
- 'Expected' => ['lock' => ['Exists' => false]],
28
- 'AttributeUpdates' => ['lock' => ['Value' => ['N' => '1']]],
29
- 'ReturnValues' => 'ALL_NEW',
30
- ];
31
-
32
- // Acquire the lock and fetch the item data.
33
- $timeout = time() + $this->getMaxLockWaitTime();
34
- while (true) {
35
- try {
36
- $item = [];
37
- $result = $this->client->updateItem($params);
38
- if (isset($result['Attributes'])) {
39
- foreach ($result['Attributes'] as $key => $value) {
40
- $item[$key] = current($value);
41
- }
42
- }
43
- return $item;
44
- } catch (DynamoDbException $e) {
45
- if ($e->getAwsErrorCode() === 'ConditionalCheckFailedException'
46
- && time() < $timeout
47
- ) {
48
- usleep(rand(
49
- $this->getMinLockRetryMicrotime(),
50
- $this->getMaxLockRetryMicrotime()
51
- ));
52
- } else {
53
- break;
54
- }
55
- }
56
- }
57
- }
58
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php DELETED
@@ -1,324 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- use Psr\Http\Message\StreamInterface;
5
-
6
- /**
7
- * Marshals and unmarshals JSON documents and PHP arrays into DynamoDB items.
8
- */
9
- class Marshaler
10
- {
11
- /** @var array Default options to merge into provided options. */
12
- private static $defaultOptions = [
13
- 'ignore_invalid' => false,
14
- 'nullify_invalid' => false,
15
- 'wrap_numbers' => false,
16
- ];
17
-
18
- /** @var array Marshaler options. */
19
- private $options;
20
-
21
- /**
22
- * Instantiates a DynamoDB Marshaler.
23
- *
24
- * The following options are valid.
25
- *
26
- * - ignore_invalid: (bool) Set to `true` if invalid values should be
27
- * ignored (i.e., not included) during marshaling.
28
- * - nullify_invalid: (bool) Set to `true` if invalid values should be set
29
- * to null.
30
- * - wrap_numbers: (bool) Set to `true` to wrap numbers with `NumberValue`
31
- * objects during unmarshaling to preserve the precision.
32
- *
33
- * @param array $options Marshaler options
34
- */
35
- public function __construct(array $options = [])
36
- {
37
- $this->options = $options + self::$defaultOptions;
38
- }
39
-
40
- /**
41
- * Creates a special object to represent a DynamoDB binary (B) value.
42
- *
43
- * This helps disambiguate binary values from string (S) values.
44
- *
45
- * @param mixed $value A binary value compatible with Guzzle streams.
46
- *
47
- * @return BinaryValue
48
- * @see GuzzleHttp\Stream\Stream::factory
49
- */
50
- public function binary($value)
51
- {
52
- return new BinaryValue($value);
53
- }
54
-
55
- /**
56
- * Creates a special object to represent a DynamoDB number (N) value.
57
- *
58
- * This helps maintain the precision of large integer/float in PHP.
59
- *
60
- * @param string|int|float $value A number value.
61
- *
62
- * @return NumberValue
63
- */
64
- public function number($value)
65
- {
66
- return new NumberValue($value);
67
- }
68
-
69
- /**
70
- * Creates a special object to represent a DynamoDB set (SS/NS/BS) value.
71
- *
72
- * This helps disambiguate set values from list (L) values.
73
- *
74
- * @param array $values The values of the set.
75
- *
76
- * @return SetValue
77
- *
78
- */
79
- public function set(array $values)
80
- {
81
- return new SetValue($values);
82
- }
83
-
84
- /**
85
- * Marshal a JSON document from a string to a DynamoDB item.
86
- *
87
- * The result is an array formatted in the proper parameter structure
88
- * required by the DynamoDB API for items.
89
- *
90
- * @param string $json A valid JSON document.
91
- *
92
- * @return array Item formatted for DynamoDB.
93
- * @throws \InvalidArgumentException if the JSON is invalid.
94
- */
95
- public function marshalJson($json)
96
- {
97
- $data = json_decode($json);
98
- if (!($data instanceof \stdClass)) {
99
- throw new \InvalidArgumentException(
100
- 'The JSON document must be valid and be an object at its root.'
101
- );
102
- }
103
-
104
- return current($this->marshalValue($data));
105
- }
106
-
107
- /**
108
- * Marshal a native PHP array of data to a DynamoDB item.
109
- *
110
- * The result is an array formatted in the proper parameter structure
111
- * required by the DynamoDB API for items.
112
- *
113
- * @param array|\stdClass $item An associative array of data.
114
- *
115
- * @return array Item formatted for DynamoDB.
116
- */
117
- public function marshalItem($item)
118
- {
119
- return current($this->marshalValue($item));
120
- }
121
-
122
- /**
123
- * Marshal a native PHP value into a DynamoDB attribute value.
124
- *
125
- * The result is an associative array that is formatted in the proper
126
- * `[TYPE => VALUE]` parameter structure required by the DynamoDB API.
127
- *
128
- * @param mixed $value A scalar, array, or `stdClass` value.
129
- *
130
- * @return array Attribute formatted for DynamoDB.
131
- * @throws \UnexpectedValueException if the value cannot be marshaled.
132
- */
133
- public function marshalValue($value)
134
- {
135
- $type = gettype($value);
136
-
137
- // Handle string values.
138
- if ($type === 'string') {
139
- if ($value === '') {
140
- return $this->handleInvalid('empty strings are invalid');
141
- }
142
-
143
- return ['S' => $value];
144
- }
145
-
146
- // Handle number values.
147
- if ($type === 'integer'
148
- || $type === 'double'
149
- || $value instanceof NumberValue
150
- ) {
151
- return ['N' => (string) $value];
152
- }
153
-
154
- // Handle boolean values.
155
- if ($type === 'boolean') {
156
- return ['BOOL' => $value];
157
- }
158
-
159
- // Handle null values.
160
- if ($type === 'NULL') {
161
- return ['NULL' => true];
162
- }
163
-
164
- // Handle set values.
165
- if ($value instanceof SetValue) {
166
- if (count($value) === 0) {
167
- return $this->handleInvalid('empty sets are invalid');
168
- }
169
- $previousType = null;
170
- $data = [];
171
- foreach ($value as $v) {
172
- $marshaled = $this->marshalValue($v);
173
- $setType = key($marshaled);
174
- if (!$previousType) {
175
- $previousType = $setType;
176
- } elseif ($setType !== $previousType) {
177
- return $this->handleInvalid('sets must be uniform in type');
178
- }
179
- $data[] = current($marshaled);
180
- }
181
-
182
- return [$previousType . 'S' => array_values(array_unique($data))];
183
- }
184
-
185
- // Handle list and map values.
186
- $dbType = 'L';
187
- if ($value instanceof \stdClass) {
188
- $type = 'array';
189
- $dbType = 'M';
190
- }
191
- if ($type === 'array' || $value instanceof \Traversable) {
192
- $data = [];
193
- $index = 0;
194
- foreach ($value as $k => $v) {
195
- if ($v = $this->marshalValue($v)) {
196
- $data[$k] = $v;
197
- if ($dbType === 'L' && (!is_int($k) || $k != $index++)) {
198
- $dbType = 'M';
199
- }
200
- }
201
- }
202
- return [$dbType => $data];
203
- }
204
-
205
- // Handle binary values.
206
- if (is_resource($value) || $value instanceof StreamInterface) {
207
- $value = $this->binary($value);
208
- }
209
- if ($value instanceof BinaryValue) {
210
- return ['B' => (string) $value];
211
- }
212
-
213
- // Handle invalid values.
214
- return $this->handleInvalid('encountered unexpected value');
215
- }
216
-
217
- /**
218
- * Unmarshal a document (item) from a DynamoDB operation result into a JSON
219
- * document string.
220
- *
221
- * @param array $data Item/document from a DynamoDB result.
222
- * @param int $jsonEncodeFlags Flags to use with `json_encode()`.
223
- *
224
- * @return string
225
- */
226
- public function unmarshalJson(array $data, $jsonEncodeFlags = 0)
227
- {
228
- return json_encode(
229
- $this->unmarshalValue(['M' => $data], true),
230
- $jsonEncodeFlags
231
- );
232
- }
233
-
234
- /**
235
- * Unmarshal an item from a DynamoDB operation result into a native PHP
236
- * array. If you set $mapAsObject to true, then a stdClass value will be
237
- * returned instead.
238
- *
239
- * @param array $data Item from a DynamoDB result.
240
- * @param bool $mapAsObject Whether maps should be represented as stdClass.
241
- *
242
- * @return array|\stdClass
243
- */
244
- public function unmarshalItem(array $data, $mapAsObject = false)
245
- {
246
- return $this->unmarshalValue(['M' => $data], $mapAsObject);
247
- }
248
-
249
- /**
250
- * Unmarshal a value from a DynamoDB operation result into a native PHP
251
- * value. Will return a scalar, array, or (if you set $mapAsObject to true)
252
- * stdClass value.
253
- *
254
- * @param array $value Value from a DynamoDB result.
255
- * @param bool $mapAsObject Whether maps should be represented as stdClass.
256
- *
257
- * @return mixed
258
- * @throws \UnexpectedValueException
259
- */
260
- public function unmarshalValue(array $value, $mapAsObject = false)
261
- {
262
- $type = key($value);
263
- $value = $value[$type];
264
- switch ($type) {
265
- case 'S':
266
- case 'BOOL':
267
- return $value;
268
- case 'NULL':
269
- return null;
270
- case 'N':
271
- if ($this->options['wrap_numbers']) {
272
- return new NumberValue($value);
273
- }
274
-
275
- // Use type coercion to unmarshal numbers to int/float.
276
- return $value + 0;
277
- case 'M':
278
- if ($mapAsObject) {
279
- $data = new \stdClass;
280
- foreach ($value as $k => $v) {
281
- $data->$k = $this->unmarshalValue($v, $mapAsObject);
282
- }
283
- return $data;
284
- }
285
- // NOBREAK: Unmarshal M the same way as L, for arrays.
286
- case 'L':
287
- foreach ($value as $k => $v) {
288
- $value[$k] = $this->unmarshalValue($v, $mapAsObject);
289
- }
290
- return $value;
291
- case 'B':
292
- return new BinaryValue($value);
293
- case 'SS':
294
- case 'NS':
295
- case 'BS':
296
- foreach ($value as $k => $v) {
297
- $value[$k] = $this->unmarshalValue([$type[0] => $v]);
298
- }
299
- return new SetValue($value);
300
- }
301
-
302
- throw new \UnexpectedValueException("Unexpected type: {$type}.");
303
- }
304
-
305
- /**
306
- * Handle invalid value based on marshaler configuration.
307
- *
308
- * @param string $message Error message
309
- *
310
- * @return array|null
311
- */
312
- private function handleInvalid($message)
313
- {
314
- if ($this->options['ignore_invalid']) {
315
- return null;
316
- }
317
-
318
- if ($this->options['nullify_invalid']) {
319
- return ['NULL' => true];
320
- }
321
-
322
- throw new \UnexpectedValueException("Marshaling error: {$message}.");
323
- }
324
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php DELETED
@@ -1,29 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- /**
5
- * Special object to represent a DynamoDB Number (N) value.
6
- */
7
- class NumberValue implements \JsonSerializable
8
- {
9
- /** @var string Number value. */
10
- private $value;
11
-
12
- /**
13
- * @param string|int|float $value A number value.
14
- */
15
- public function __construct($value)
16
- {
17
- $this->value = (string) $value;
18
- }
19
-
20
- public function jsonSerialize()
21
- {
22
- return $this->value;
23
- }
24
-
25
- public function __toString()
26
- {
27
- return $this->value;
28
- }
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php DELETED
@@ -1,243 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- trait SessionConnectionConfigTrait
5
- {
6
- /** @var string Name of table to store the sessions */
7
- protected $tableName = 'sessions';
8
-
9
- /** @var string Name of hash key in table. Default: "id" */
10
- protected $hashKey = 'id';
11
-
12
- /** @var string Name of the data attribute in table. Default: "data" */
13
- protected $dataAttribute = 'data';
14
-
15
- /** @var integer Lifetime of inactive sessions expiration */
16
- protected $sessionLifetime;
17
-
18
- /** @var string Name of the session life time attribute in table. Default: "expires" */
19
- protected $sessionLifetimeAttribute = 'expires';
20
-
21
- /** @var string Whether or not to use consistent reads */
22
- protected $consistentRead = true;
23
-
24
- /** @var string Batch options used for garbage collection */
25
- protected $batchConfig = [];
26
-
27
- /** @var boolean Whether or not to use session locking */
28
- protected $locking = false;
29
-
30
- /** @var integer Max time (s) to wait for lock acquisition */
31
- protected $maxLockWaitTime = 10;
32
-
33
- /** @var integer Min time (µs) to wait between lock attempts */
34
- protected $minLockRetryMicrotime = 10000;
35
-
36
- /** @var integer Max time (µs) to wait between lock attempts */
37
- protected $maxLockRetryMicrotime = 50000;
38
-
39
- /**
40
- * It initialize the Config class and
41
- * it sets values in case of valid configurations.
42
- *
43
- * It transforms parameters underscore separated in camelcase "this_is_a_test" => ThisIsATest
44
- * and it uses it in order to set the values.
45
- *
46
- * @param array $config
47
- */
48
- public function initConfig( array $config = [] )
49
- {
50
- if (!empty($config))
51
- {
52
- foreach ($config as $key => $value)
53
- {
54
- $method = 'set' . str_replace('_', '', ucwords($key, '_'));
55
- if(method_exists($this,$method))
56
- {
57
- call_user_func_array(array($this, $method), array($value));
58
- }
59
- }
60
- }
61
-
62
- // It applies the default PHP session lifetime, if no session lifetime config is provided
63
- if(!isset($config['session_lifetime']))
64
- {
65
- $this->setSessionLifetime((int) ini_get('session.gc_maxlifetime'));
66
- }
67
- }
68
-
69
- /**
70
- * @return string
71
- */
72
- public function getTableName()
73
- {
74
- return $this->tableName;
75
- }
76
-
77
- /**
78
- * @param string $tableName
79
- */
80
- public function setTableName($tableName)
81
- {
82
- $this->tableName = $tableName;
83
- }
84
-
85
- /**
86
- * @return string
87
- */
88
- public function getHashKey()
89
- {
90
- return $this->hashKey;
91
- }
92
-
93
- /**
94
- * @param string $hashKey
95
- */
96
- public function setHashKey($hashKey)
97
- {
98
- $this->hashKey = $hashKey;
99
- }
100
-
101
- /**
102
- * @return string
103
- */
104
- public function getDataAttribute()
105
- {
106
- return $this->dataAttribute;
107
- }
108
-
109
- /**
110
- * @param string $dataAttribute
111
- */
112
- public function setDataAttribute($dataAttribute)
113
- {
114
- $this->dataAttribute = $dataAttribute;
115
- }
116
-
117
- /**
118
- * @return number
119
- */
120
- public function getSessionLifetime()
121
- {
122
- return $this->sessionLifetime;
123
- }
124
-
125
- /**
126
- * @param number $sessionLifetime
127
- */
128
- public function setSessionLifetime($sessionLifetime)
129
- {
130
- $this->sessionLifetime = $sessionLifetime;
131
- }
132
-
133
- /**
134
- * @return string
135
- */
136
- public function getSessionLifetimeAttribute()
137
- {
138
- return $this->sessionLifetimeAttribute;
139
- }
140
-
141
- /**
142
- * @param string $sessionLifetimeAttribute
143
- */
144
- public function setSessionLifetimeAttribute($sessionLifetimeAttribute)
145
- {
146
- $this->sessionLifetimeAttribute = $sessionLifetimeAttribute;
147
- }
148
-
149
- /**
150
- * @return boolean
151
- */
152
- public function isConsistentRead()
153
- {
154
- return $this->consistentRead;
155
- }
156
-
157
- /**
158
- * @param boolean $consistentRead
159
- */
160
- public function setConsistentRead($consistentRead)
161
- {
162
- $this->consistentRead = $consistentRead;
163
- }
164
-
165
- /**
166
- * @return multitype:
167
- */
168
- public function getBatchConfig()
169
- {
170
- return $this->batchConfig;
171
- }
172
-
173
- /**
174
- * @param multitype: $batchConfig
175
- */
176
- public function setBatchConfig($batchConfig)
177
- {
178
- $this->batchConfig = $batchConfig;
179
- }
180
- /**
181
- * @return boolean
182
- */
183
- public function isLocking()
184
- {
185
- return $this->locking;
186
- }
187
-
188
- /**
189
- * @param boolean $locking
190
- */
191
- public function setLocking($locking)
192
- {
193
- $this->locking = $locking;
194
- }
195
-
196
- /**
197
- * @return number
198
- */
199
- public function getMaxLockWaitTime()
200
- {
201
- return $this->maxLockWaitTime;
202
- }
203
-
204
- /**
205
- * @param number $maxLockWaitTime
206
- */
207
- public function setMaxLockWaitTime($maxLockWaitTime)
208
- {
209
- $this->maxLockWaitTime = $maxLockWaitTime;
210
- }
211
-
212
- /**
213
- * @return number
214
- */
215
- public function getMinLockRetryMicrotime()
216
- {
217
- return $this->minLockRetryMicrotime;
218
- }
219
-
220
- /**
221
- * @param number $minLockRetryMicrotime
222
- */
223
- public function setMinLockRetryMicrotime($minLockRetryMicrotime)
224
- {
225
- $this->minLockRetryMicrotime = $minLockRetryMicrotime;
226
- }
227
-
228
- /**
229
- * @return number
230
- */
231
- public function getMaxLockRetryMicrotime()
232
- {
233
- return $this->maxLockRetryMicrotime;
234
- }
235
-
236
- /**
237
- * @param number $maxLockRetryMicrotime
238
- */
239
- public function setMaxLockRetryMicrotime($maxLockRetryMicrotime)
240
- {
241
- $this->maxLockRetryMicrotime = $maxLockRetryMicrotime;
242
- }
243
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php DELETED
@@ -1,45 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- /**
5
- * The session connection provides the underlying logic for interacting with
6
- * Amazon DynamoDB and performs all of the reading and writing operations.
7
- */
8
- interface SessionConnectionInterface
9
- {
10
- /**
11
- * Reads session data from DynamoDB
12
- *
13
- * @param string $id Session ID
14
- *
15
- * @return array
16
- */
17
- public function read($id);
18
-
19
- /**
20
- * Writes session data to DynamoDB
21
- *
22
- * @param string $id Session ID
23
- * @param string $data Serialized session data
24
- * @param bool $isChanged Whether or not the data has changed
25
- *
26
- * @return bool
27
- */
28
- public function write($id, $data, $isChanged);
29
-
30
- /**
31
- * Deletes session record from DynamoDB
32
- *
33
- * @param string $id Session ID
34
- *
35
- * @return bool
36
- */
37
- public function delete($id);
38
-
39
- /**
40
- * Performs garbage collection on the sessions stored in the DynamoDB
41
- *
42
- * @return bool
43
- */
44
- public function deleteExpired();
45
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php DELETED
@@ -1,235 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- /**
5
- * Provides an interface for using Amazon DynamoDB as a session store by hooking
6
- * into PHP's session handler hooks. Once registered, You may use the native
7
- * `$_SESSION` superglobal and session functions, and the sessions will be
8
- * stored automatically in DynamoDB. DynamoDB is a great session storage
9
- * solution due to its speed, scalability, and fault tolerance.
10
- *
11
- * For maximum performance, we recommend that you keep the size of your sessions
12
- * small. Locking is disabled by default, since it can drive up latencies and
13
- * costs under high traffic. Only turn it on if you need it.
14
- *
15
- * By far, the most expensive operation is garbage collection. Therefore, we
16
- * encourage you to carefully consider your session garbage collection strategy.
17
- * Note: the DynamoDB Session Handler does not allow garbage collection to be
18
- * triggered randomly. You must run garbage collection manually or through other
19
- * automated means using a cron job or similar scheduling technique.
20
- */
21
- class SessionHandler implements \SessionHandlerInterface
22
- {
23
- /** @var SessionConnectionInterface Session save logic.*/
24
- private $connection;
25
-
26
- /** @var string Session save path. */
27
- private $savePath;
28
-
29
- /** @var string Session name. */
30
- private $sessionName;
31
-
32
- /** @var string The last known session ID */
33
- private $openSessionId = '';
34
-
35
- /** @var string Stores serialized data for tracking changes. */
36
- private $dataRead = '';
37
-
38
- /** @var bool Keeps track of whether the session has been written. */
39
- private $sessionWritten = false;
40
-
41
- /**
42
- * Creates a new DynamoDB Session Handler.
43
- *
44
- * The configuration array accepts the following array keys and values:
45
- * - table_name: Name of table to store the sessions.
46
- * - hash_key: Name of hash key in table. Default: "id".
47
- * - data_attribute: Name of the data attribute in table. Default: "data".
48
- * - session_lifetime: Lifetime of inactive sessions expiration.
49
- * - session_lifetime_attribute: Name of the session life time attribute in table. Default: "expires".
50
- * - consistent_read: Whether or not to use consistent reads.
51
- * - batch_config: Batch options used for garbage collection.
52
- * - locking: Whether or not to use session locking.
53
- * - max_lock_wait_time: Max time (s) to wait for lock acquisition.
54
- * - min_lock_retry_microtime: Min time (µs) to wait between lock attempts.
55
- * - max_lock_retry_microtime: Max time (µs) to wait between lock attempts.
56
- *
57
- * You can find the full list of parameters and defaults within the trait
58
- * Aws\DynamoDb\SessionConnectionConfigTrait
59
- *
60
- * @param DynamoDbClient $client Client for doing DynamoDB operations
61
- * @param array $config Configuration for the Session Handler
62
- *
63
- * @return SessionHandler
64
- */
65
- public static function fromClient(DynamoDbClient $client, array $config = [])
66
- {
67
- $config += ['locking' => false];
68
- if ($config['locking']) {
69
- $connection = new LockingSessionConnection($client, $config);
70
- } else {
71
- $connection = new StandardSessionConnection($client, $config);
72
- }
73
-
74
- return new static($connection);
75
- }
76
-
77
- /**
78
- * @param SessionConnectionInterface $connection
79
- */
80
- public function __construct(SessionConnectionInterface $connection)
81
- {
82
- $this->connection = $connection;
83
- }
84
-
85
- /**
86
- * Register the DynamoDB session handler.
87
- *
88
- * @return bool Whether or not the handler was registered.
89
- * @codeCoverageIgnore
90
- */
91
- public function register()
92
- {
93
- return session_set_save_handler($this, true);
94
- }
95
-
96
- /**
97
- * Open a session for writing. Triggered by session_start().
98
- *
99
- * @param string $savePath Session save path.
100
- * @param string $sessionName Session name.
101
- *
102
- * @return bool Whether or not the operation succeeded.
103
- */
104
- public function open($savePath, $sessionName)
105
- {
106
- $this->savePath = $savePath;
107
- $this->sessionName = $sessionName;
108
-
109
- return true;
110
- }
111
-
112
- /**
113
- * Close a session from writing.
114
- *
115
- * @return bool Success
116
- */
117
- public function close()
118
- {
119
- $id = session_id();
120
- // Make sure the session is unlocked and the expiration time is updated,
121
- // even if the write did not occur
122
- if ($this->openSessionId !== $id || !$this->sessionWritten) {
123
- $result = $this->connection->write($this->formatId($id), '', false);
124
- $this->sessionWritten = (bool) $result;
125
- }
126
-
127
- return $this->sessionWritten;
128
- }
129
-
130
- /**
131
- * Read a session stored in DynamoDB.
132
- *
133
- * @param string $id Session ID.
134
- *
135
- * @return string Session data.
136
- */
137
- public function read($id)
138
- {
139
- $this->openSessionId = $id;
140
- // PHP expects an empty string to be returned from this method if no
141
- // data is retrieved
142
- $this->dataRead = '';
143
-
144
- // Get session data using the selected locking strategy
145
- $item = $this->connection->read($this->formatId($id));
146
-
147
- $dataAttribute = $this->connection->getDataAttribute();
148
- $sessionLifetimeAttribute = $this->connection->getSessionLifetimeAttribute();
149
-
150
- // Return the data if it is not expired. If it is expired, remove it
151
- if (isset($item[$sessionLifetimeAttribute]) && isset($item[$dataAttribute])) {
152
- $this->dataRead = $item[$dataAttribute];
153
- if ($item[$sessionLifetimeAttribute] <= time()) {
154
- $this->dataRead = '';
155
- $this->destroy($id);
156
- }
157
- }
158
-
159
- return $this->dataRead;
160
- }
161
-
162
- /**
163
- * Write a session to DynamoDB.
164
- *
165
- * @param string $id Session ID.
166
- * @param string $data Serialized session data to write.
167
- *
168
- * @return bool Whether or not the operation succeeded.
169
- */
170
- public function write($id, $data)
171
- {
172
- $changed = $id !== $this->openSessionId
173
- || $data !== $this->dataRead;
174
- $this->openSessionId = $id;
175
-
176
- // Write the session data using the selected locking strategy
177
- $this->sessionWritten = $this->connection
178
- ->write($this->formatId($id), $data, $changed);
179
-
180
- return $this->sessionWritten;
181
- }
182
-
183
- /**
184
- * Delete a session stored in DynamoDB.
185
- *
186
- * @param string $id Session ID.
187
- *
188
- * @return bool Whether or not the operation succeeded.
189
- */
190
- public function destroy($id)
191
- {
192
- $this->openSessionId = $id;
193
- // Delete the session data using the selected locking strategy
194
- $this->sessionWritten
195
- = $this->connection->delete($this->formatId($id));
196
-
197
- return $this->sessionWritten;
198
- }
199
-
200
- /**
201
- * Satisfies the session handler interface, but does nothing. To do garbage
202
- * collection, you must manually call the garbageCollect() method.
203
- *
204
- * @param int $maxLifetime Ignored.
205
- *
206
- * @return bool Whether or not the operation succeeded.
207
- * @codeCoverageIgnore
208
- */
209
- public function gc($maxLifetime)
210
- {
211
- // Garbage collection for a DynamoDB table must be triggered manually.
212
- return true;
213
- }
214
-
215
- /**
216
- * Triggers garbage collection on expired sessions.
217
- * @codeCoverageIgnore
218
- */
219
- public function garbageCollect()
220
- {
221
- $this->connection->deleteExpired();
222
- }
223
-
224
- /**
225
- * Prepend the session ID with the session name.
226
- *
227
- * @param string $id The session ID.
228
- *
229
- * @return string Prepared session ID.
230
- */
231
- private function formatId($id)
232
- {
233
- return trim($this->sessionName . '_' . $id, '_');
234
- }
235
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php DELETED
@@ -1,44 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- /**
5
- * Special object to represent a DynamoDB set (SS/NS/BS) value.
6
- */
7
- class SetValue implements \JsonSerializable, \Countable, \IteratorAggregate
8
- {
9
- /** @var array Values in the set as provided. */
10
- private $values;
11
-
12
- /**
13
- * @param array $values Values in the set.
14
- */
15
- public function __construct(array $values)
16
- {
17
- $this->values = $values;
18
- }
19
-
20
- /**
21
- * Get the values formatted for PHP and JSON.
22
- *
23
- * @return array
24
- */
25
- public function toArray()
26
- {
27
- return $this->values;
28
- }
29
-
30
- public function count()
31
- {
32
- return count($this->values);
33
- }
34
-
35
- public function getIterator()
36
- {
37
- return new \ArrayIterator($this->values);
38
- }
39
-
40
- public function jsonSerialize()
41
- {
42
- return $this->toArray();
43
- }
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php DELETED
@@ -1,142 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- use Aws\DynamoDb\Exception\DynamoDbException;
5
-
6
- /**
7
- * The standard connection performs the read and write operations to DynamoDB.
8
- */
9
- class StandardSessionConnection implements SessionConnectionInterface
10
- {
11
- use SessionConnectionConfigTrait;
12
-
13
- /** @var DynamoDbClient The DynamoDB client */
14
- protected $client;
15
-
16
- /**
17
- * @param DynamoDbClient $client DynamoDB client
18
- * @param array $config Session handler config
19
- */
20
- public function __construct(DynamoDbClient $client, array $config = [])
21
- {
22
- $this->client = $client;
23
- $this->initConfig($config);
24
- }
25
-
26
- public function read($id)
27
- {
28
- $item = [];
29
- try {
30
- // Execute a GetItem command to retrieve the item.
31
- $result = $this->client->getItem([
32
- 'TableName' => $this->getTableName(),
33
- 'Key' => $this->formatKey($id),
34
- 'ConsistentRead' => $this->isConsistentRead(),
35
- ]);
36
-
37
- // Get the item values
38
- $result = isset($result['Item']) ? $result['Item'] : [];
39
- foreach ($result as $key => $value) {
40
- $item[$key] = current($value);
41
- }
42
- } catch (DynamoDbException $e) {
43
- // Could not retrieve item, so return nothing.
44
- }
45
-
46
- return $item;
47
- }
48
-
49
- public function write($id, $data, $isChanged)
50
- {
51
- // Prepare the attributes
52
- $expires = time() + $this->getSessionLifetime();
53
- $attributes = [
54
- $this->getSessionLifetimeAttribute() => ['Value' => ['N' => (string) $expires]],
55
- 'lock' => ['Action' => 'DELETE'],
56
- ];
57
- if ($isChanged) {
58
- if ($data != '') {
59
- $attributes[$this->getDataAttribute()] = ['Value' => ['S' => $data]];
60
- } else {
61
- $attributes[$this->getDataAttribute()] = ['Action' => 'DELETE'];
62
- }
63
- }
64
-
65
- // Perform the UpdateItem command
66
- try {
67
- return (bool) $this->client->updateItem([
68
- 'TableName' => $this->getTableName(),
69
- 'Key' => $this->formatKey($id),
70
- 'AttributeUpdates' => $attributes,
71
- ]);
72
- } catch (DynamoDbException $e) {
73
- return $this->triggerError("Error writing session $id: {$e->getMessage()}");
74
- }
75
- }
76
-
77
- public function delete($id)
78
- {
79
- try {
80
- return (bool) $this->client->deleteItem([
81
- 'TableName' => $this->getTableName(),
82
- 'Key' => $this->formatKey($id),
83
- ]);
84
- } catch (DynamoDbException $e) {
85
- return $this->triggerError("Error deleting session $id: {$e->getMessage()}");
86
- }
87
- }
88
-
89
- public function deleteExpired()
90
- {
91
- // Create a Scan iterator for finding expired session items
92
- $scan = $this->client->getPaginator('Scan', [
93
- 'TableName' => $this->getTableName(),
94
- 'AttributesToGet' => [$this->getHashKey()],
95
- 'ScanFilter' => [
96
- $this->getSessionLifetimeAttribute() => [
97
- 'ComparisonOperator' => 'LT',
98
- 'AttributeValueList' => [['N' => (string) time()]],
99
- ],
100
- 'lock' => [
101
- 'ComparisonOperator' => 'NULL',
102
- ]
103
- ],
104
- ]);
105
-
106
- // Create a WriteRequestBatch for deleting the expired items
107
- $batch = new WriteRequestBatch($this->client, $this->getBatchConfig());
108
-
109
- // Perform Scan and BatchWriteItem (delete) operations as needed
110
- foreach ($scan->search('Items') as $item) {
111
- $batch->delete(
112
- [$this->getHashKey() => $item[$this->getHashKey()]],
113
- $this->getTableName()
114
- );
115
- }
116
-
117
- // Delete any remaining items that were not auto-flushed
118
- $batch->flush();
119
- }
120
-
121
- /**
122
- * @param string $key
123
- *
124
- * @return array
125
- */
126
- protected function formatKey($key)
127
- {
128
- return [$this->getHashKey() => ['S' => $key]];
129
- }
130
-
131
- /**
132
- * @param string $error
133
- *
134
- * @return bool
135
- */
136
- protected function triggerError($error)
137
- {
138
- trigger_error($error, E_USER_WARNING);
139
-
140
- return false;
141
- }
142
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php DELETED
@@ -1,266 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDb;
3
-
4
- use Aws\CommandInterface;
5
- use Aws\CommandPool;
6
- use Aws\Exception\AwsException;
7
- use Aws\ResultInterface;
8
-
9
- /**
10
- * The WriteRequestBatch is an object that is capable of efficiently sending
11
- * DynamoDB BatchWriteItem requests from queued up put and delete item requests.
12
- * requests. The batch attempts to send the requests with the fewest requests
13
- * to DynamoDB as possible and also re-queues any unprocessed items to ensure
14
- * that all items are sent.
15
- */
16
- class WriteRequestBatch
17
- {
18
- /** @var DynamoDbClient DynamoDB client used to perform write operations. */
19
- private $client;
20
-
21
- /** @var array Configuration options for the batch. */
22
- private $config;
23
-
24
- /** @var array Queue of pending put/delete requests in the batch. */
25
- private $queue;
26
-
27
- /**
28
- * Creates a WriteRequestBatch object that is capable of efficiently sending
29
- * DynamoDB BatchWriteItem requests from queued up Put and Delete requests.
30
- *
31
- * @param DynamoDbClient $client DynamoDB client used to send batches.
32
- * @param array $config Batch configuration options.
33
- * - table: (string) DynamoDB table used by the batch, this can be
34
- * overridden for each individual put() or delete() call.
35
- * - batch_size: (int) The size of each batch (default: 25). The batch
36
- * size must be between 2 and 25. If you are sending batches of large
37
- * items, you may consider lowering the batch size, otherwise, you
38
- * should use 25.
39
- * - pool_size: (int) This number dictates how many BatchWriteItem
40
- * requests you would like to do in parallel. For example, if the
41
- * "batch_size" is 25, and "pool_size" is 3, then you would send 3
42
- * BatchWriteItem requests at a time, each with 25 items. Please keep
43
- * your throughput in mind when choosing the "pool_size" option.
44
- * - autoflush: (bool) This option allows the batch to automatically
45
- * flush once there are enough items (i.e., "batch_size" * "pool_size")
46
- * in the queue. This defaults to true, so you must set this to false
47
- * to stop autoflush.
48
- * - before: (callable) Executed before every BatchWriteItem operation.
49
- * It should accept an \Aws\CommandInterface object as its argument.
50
- * - error: Executed if an error was encountered executing a,
51
- * BatchWriteItem operation, otherwise errors are ignored. It should
52
- * accept an \Aws\Exception\AwsException as its argument.
53
- *
54
- * @throws \InvalidArgumentException if the batch size is not between 2 and 25.
55
- */
56
- public function __construct(DynamoDbClient $client, array $config = [])
57
- {
58
- // Apply defaults
59
- $config += [
60
- 'table' => null,
61
- 'batch_size' => 25,
62
- 'pool_size' => 1,
63
- 'autoflush' => true,
64
- 'before' => null,
65
- 'error' => null
66
- ];
67
-
68
- // Ensure the batch size is valid
69
- if ($config['batch_size'] > 25 || $config['batch_size'] < 2) {
70
- throw new \InvalidArgumentException('"batch_size" must be between 2 and 25.');
71
- }
72
-
73
- // Ensure the callbacks are valid
74
- if ($config['before'] && !is_callable($config['before'])) {
75
- throw new \InvalidArgumentException('"before" must be callable.');
76
- }
77
- if ($config['error'] && !is_callable($config['error'])) {
78
- throw new \InvalidArgumentException('"error" must be callable.');
79
- }
80
-
81
- // If autoflush is enabled, set the threshold
82
- if ($config['autoflush']) {
83
- $config['threshold'] = $config['batch_size'] * $config['pool_size'];
84
- }
85
-
86
- $this->client = $client;
87
- $this->config = $config;
88
- $this->queue = [];
89
- }
90
-
91
- /**
92
- * Adds a put item request to the batch.
93
- *
94
- * @param array $item Data for an item to put. Format:
95
- * [
96
- * 'attribute1' => ['type' => 'value'],
97
- * 'attribute2' => ['type' => 'value'],
98
- * ...
99
- * ]
100
- * @param string|null $table The name of the table. This must be specified
101
- * unless the "table" option was provided in the
102
- * config of the WriteRequestBatch.
103
- *
104
- * @return $this
105
- */
106
- public function put(array $item, $table = null)
107
- {
108
- $this->queue[] = [
109
- 'table' => $this->determineTable($table),
110
- 'data' => ['PutRequest' => ['Item' => $item]],
111
- ];
112
-
113
- $this->autoFlush();
114
-
115
- return $this;
116
- }
117
-
118
- /**
119
- * Adds a delete item request to the batch.
120
- *
121
- * @param array $key Key of an item to delete. Format:
122
- * [
123
- * 'key1' => ['type' => 'value'],
124
- * ...
125
- * ]
126
- * @param string|null $table The name of the table. This must be specified
127
- * unless the "table" option was provided in the
128
- * config of the WriteRequestBatch.
129
- *
130
- * @return $this
131
- */
132
- public function delete(array $key, $table = null)
133
- {
134
- $this->queue[] = [
135
- 'table' => $this->determineTable($table),
136
- 'data' => ['DeleteRequest' => ['Key' => $key]],
137
- ];
138
-
139
- $this->autoFlush();
140
-
141
- return $this;
142
- }
143
-
144
- /**
145
- * Flushes the batch by combining all the queued put and delete requests
146
- * into BatchWriteItem commands and executing them. Unprocessed items are
147
- * automatically re-queued.
148
- *
149
- * @param bool $untilEmpty If true, flushing will continue until the queue
150
- * is completely empty. This will make sure that
151
- * unprocessed items are all eventually sent.
152
- *
153
- * @return $this
154
- */
155
- public function flush($untilEmpty = true)
156
- {
157
- // Send BatchWriteItem requests until the queue is empty
158
- $keepFlushing = true;
159
- while ($this->queue && $keepFlushing) {
160
- $commands = $this->prepareCommands();
161
- $pool = new CommandPool($this->client, $commands, [
162
- 'before' => $this->config['before'],
163
- 'concurrency' => $this->config['pool_size'],
164
- 'fulfilled' => function (ResultInterface $result) {
165
- // Re-queue any unprocessed items
166
- if ($result->hasKey('UnprocessedItems')) {
167
- $this->retryUnprocessed($result['UnprocessedItems']);
168
- }
169
- },
170
- 'rejected' => function ($reason) {
171
- if ($reason instanceof AwsException) {
172
- $code = $reason->getAwsErrorCode();
173
- if ($code === 'ProvisionedThroughputExceededException') {
174
- $this->retryUnprocessed($reason->getCommand()['RequestItems']);
175
- } elseif (is_callable($this->config['error'])) {
176
- $this->config['error']($reason);
177
- }
178
- }
179
- }
180
- ]);
181
- $pool->promise()->wait();
182
- $keepFlushing = (bool) $untilEmpty;
183
- }
184
-
185
- return $this;
186
- }
187
-
188
- /**
189
- * Creates BatchWriteItem commands from the items in the queue.
190
- *
191
- * @return CommandInterface[]
192
- */
193
- private function prepareCommands()
194
- {
195
- // Chunk the queue into batches
196
- $batches = array_chunk($this->queue, $this->config['batch_size']);
197
- $this->queue = [];
198
-
199
- // Create BatchWriteItem commands for each batch
200
- $commands = [];
201
- foreach ($batches as $batch) {
202
- $requests = [];
203
- foreach ($batch as $item) {
204
- if (!isset($requests[$item['table']])) {
205
- $requests[$item['table']] = [];
206
- }
207
- $requests[$item['table']][] = $item['data'];
208
- }
209
- $commands[] = $this->client->getCommand(
210
- 'BatchWriteItem',
211
- ['RequestItems' => $requests]
212
- );
213
- }
214
-
215
- return $commands;
216
- }
217
-
218
- /**
219
- * Re-queues unprocessed results with the correct data.
220
- *
221
- * @param array $unprocessed Unprocessed items from a result.
222
- */
223
- private function retryUnprocessed(array $unprocessed)
224
- {
225
- foreach ($unprocessed as $table => $requests) {
226
- foreach ($requests as $request) {
227
- $this->queue[] = [
228
- 'table' => $table,
229
- 'data' => $request,
230
- ];
231
- }
232
- }
233
- }
234
-
235
- /**
236
- * If autoflush is enabled and the threshold is met, flush the batch
237
- */
238
- private function autoFlush()
239
- {
240
- if ($this->config['autoflush']
241
- && count($this->queue) >= $this->config['threshold']
242
- ) {
243
- // Flush only once. Unprocessed items are handled in a later flush.
244
- $this->flush(false);
245
- }
246
- }
247
-
248
- /**
249
- * Determine the table name by looking at what was provided and what the
250
- * WriteRequestBatch was originally configured with.
251
- *
252
- * @param string|null $table The table name.
253
- *
254
- * @return string
255
- * @throws \RuntimeException if there was no table specified.
256
- */
257
- private function determineTable($table)
258
- {
259
- $table = $table ?: $this->config['table'];
260
- if (!$table) {
261
- throw new \RuntimeException('There was no table specified.');
262
- }
263
-
264
- return $table;
265
- }
266
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php DELETED
@@ -1,29 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDbStreams;
3
-
4
- use Aws\AwsClient;
5
- use Aws\DynamoDb\DynamoDbClient;
6
-
7
- /**
8
- * This client is used to interact with the **Amazon DynamoDb Streams** service.
9
- *
10
- * @method \Aws\Result describeStream(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise describeStreamAsync(array $args = [])
12
- * @method \Aws\Result getRecords(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise getRecordsAsync(array $args = [])
14
- * @method \Aws\Result getShardIterator(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getShardIteratorAsync(array $args = [])
16
- * @method \Aws\Result listStreams(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = [])
18
- */
19
- class DynamoDbStreamsClient extends AwsClient
20
- {
21
- public static function getArguments()
22
- {
23
- $args = parent::getArguments();
24
- $args['retries']['default'] = 11;
25
- $args['retries']['fn'] = [DynamoDbClient::class, '_applyRetryConfig'];
26
-
27
- return $args;
28
- }
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\DynamoDbStreams\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon DynamoDB Streams service.
8
- */
9
- class DynamoDbStreamsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/EKS/EKSClient.php DELETED
@@ -1,25 +0,0 @@
1
- <?php
2
- namespace Aws\EKS;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Elastic Container Service for Kubernetes** service.
8
- * @method \Aws\Result createCluster(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
10
- * @method \Aws\Result deleteCluster(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
12
- * @method \Aws\Result describeCluster(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = [])
14
- * @method \Aws\Result describeUpdate(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise describeUpdateAsync(array $args = [])
16
- * @method \Aws\Result listClusters(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
18
- * @method \Aws\Result listUpdates(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise listUpdatesAsync(array $args = [])
20
- * @method \Aws\Result updateClusterConfig(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise updateClusterConfigAsync(array $args = [])
22
- * @method \Aws\Result updateClusterVersion(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise updateClusterVersionAsync(array $args = [])
24
- */
25
- class EKSClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/EKS/Exception/EKSException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\EKS\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Elastic Container Service for Kubernetes** service.
8
- */
9
- class EKSException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php DELETED
@@ -1,720 +0,0 @@
1
- <?php
2
- namespace Aws\Ec2;
3
-
4
- use Aws\AwsClient;
5
- use Aws\Api\Service;
6
- use Aws\Api\DocModel;
7
- use Aws\Api\ApiProvider;
8
- use Aws\PresignUrlMiddleware;
9
-
10
- /**
11
- * Client used to interact with Amazon EC2.
12
- *
13
- * @method \Aws\Result acceptVpcPeeringConnection(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise acceptVpcPeeringConnectionAsync(array $args = [])
15
- * @method \Aws\Result allocateAddress(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise allocateAddressAsync(array $args = [])
17
- * @method \Aws\Result allocateHosts(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise allocateHostsAsync(array $args = [])
19
- * @method \Aws\Result assignPrivateIpAddresses(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise assignPrivateIpAddressesAsync(array $args = [])
21
- * @method \Aws\Result associateAddress(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise associateAddressAsync(array $args = [])
23
- * @method \Aws\Result associateDhcpOptions(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise associateDhcpOptionsAsync(array $args = [])
25
- * @method \Aws\Result associateRouteTable(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise associateRouteTableAsync(array $args = [])
27
- * @method \Aws\Result attachClassicLinkVpc(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise attachClassicLinkVpcAsync(array $args = [])
29
- * @method \Aws\Result attachInternetGateway(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise attachInternetGatewayAsync(array $args = [])
31
- * @method \Aws\Result attachNetworkInterface(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise attachNetworkInterfaceAsync(array $args = [])
33
- * @method \Aws\Result attachVolume(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise attachVolumeAsync(array $args = [])
35
- * @method \Aws\Result attachVpnGateway(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise attachVpnGatewayAsync(array $args = [])
37
- * @method \Aws\Result authorizeSecurityGroupEgress(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise authorizeSecurityGroupEgressAsync(array $args = [])
39
- * @method \Aws\Result authorizeSecurityGroupIngress(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise authorizeSecurityGroupIngressAsync(array $args = [])
41
- * @method \Aws\Result bundleInstance(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise bundleInstanceAsync(array $args = [])
43
- * @method \Aws\Result cancelBundleTask(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise cancelBundleTaskAsync(array $args = [])
45
- * @method \Aws\Result cancelConversionTask(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise cancelConversionTaskAsync(array $args = [])
47
- * @method \Aws\Result cancelExportTask(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise cancelExportTaskAsync(array $args = [])
49
- * @method \Aws\Result cancelImportTask(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise cancelImportTaskAsync(array $args = [])
51
- * @method \Aws\Result cancelReservedInstancesListing(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise cancelReservedInstancesListingAsync(array $args = [])
53
- * @method \Aws\Result cancelSpotFleetRequests(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise cancelSpotFleetRequestsAsync(array $args = [])
55
- * @method \Aws\Result cancelSpotInstanceRequests(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise cancelSpotInstanceRequestsAsync(array $args = [])
57
- * @method \Aws\Result confirmProductInstance(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise confirmProductInstanceAsync(array $args = [])
59
- * @method \Aws\Result copyImage(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise copyImageAsync(array $args = [])
61
- * @method \Aws\Result copySnapshot(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise copySnapshotAsync(array $args = [])
63
- * @method \Aws\Result createCustomerGateway(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise createCustomerGatewayAsync(array $args = [])
65
- * @method \Aws\Result createDhcpOptions(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise createDhcpOptionsAsync(array $args = [])
67
- * @method \Aws\Result createFlowLogs(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise createFlowLogsAsync(array $args = [])
69
- * @method \Aws\Result createImage(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise createImageAsync(array $args = [])
71
- * @method \Aws\Result createInstanceExportTask(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise createInstanceExportTaskAsync(array $args = [])
73
- * @method \Aws\Result createInternetGateway(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise createInternetGatewayAsync(array $args = [])
75
- * @method \Aws\Result createKeyPair(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise createKeyPairAsync(array $args = [])
77
- * @method \Aws\Result createNatGateway(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise createNatGatewayAsync(array $args = [])
79
- * @method \Aws\Result createNetworkAcl(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise createNetworkAclAsync(array $args = [])
81
- * @method \Aws\Result createNetworkAclEntry(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise createNetworkAclEntryAsync(array $args = [])
83
- * @method \Aws\Result createNetworkInterface(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise createNetworkInterfaceAsync(array $args = [])
85
- * @method \Aws\Result createPlacementGroup(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise createPlacementGroupAsync(array $args = [])
87
- * @method \Aws\Result createReservedInstancesListing(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise createReservedInstancesListingAsync(array $args = [])
89
- * @method \Aws\Result createRoute(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise createRouteAsync(array $args = [])
91
- * @method \Aws\Result createRouteTable(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise createRouteTableAsync(array $args = [])
93
- * @method \Aws\Result createSecurityGroup(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise createSecurityGroupAsync(array $args = [])
95
- * @method \Aws\Result createSnapshot(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
97
- * @method \Aws\Result createSpotDatafeedSubscription(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise createSpotDatafeedSubscriptionAsync(array $args = [])
99
- * @method \Aws\Result createSubnet(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise createSubnetAsync(array $args = [])
101
- * @method \Aws\Result createTags(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
103
- * @method \Aws\Result createVolume(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise createVolumeAsync(array $args = [])
105
- * @method \Aws\Result createVpc(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise createVpcAsync(array $args = [])
107
- * @method \Aws\Result createVpcEndpoint(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise createVpcEndpointAsync(array $args = [])
109
- * @method \Aws\Result createVpcPeeringConnection(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise createVpcPeeringConnectionAsync(array $args = [])
111
- * @method \Aws\Result createVpnConnection(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise createVpnConnectionAsync(array $args = [])
113
- * @method \Aws\Result createVpnConnectionRoute(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise createVpnConnectionRouteAsync(array $args = [])
115
- * @method \Aws\Result createVpnGateway(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise createVpnGatewayAsync(array $args = [])
117
- * @method \Aws\Result deleteCustomerGateway(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise deleteCustomerGatewayAsync(array $args = [])
119
- * @method \Aws\Result deleteDhcpOptions(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise deleteDhcpOptionsAsync(array $args = [])
121
- * @method \Aws\Result deleteFlowLogs(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise deleteFlowLogsAsync(array $args = [])
123
- * @method \Aws\Result deleteInternetGateway(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise deleteInternetGatewayAsync(array $args = [])
125
- * @method \Aws\Result deleteKeyPair(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise deleteKeyPairAsync(array $args = [])
127
- * @method \Aws\Result deleteNatGateway(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise deleteNatGatewayAsync(array $args = [])
129
- * @method \Aws\Result deleteNetworkAcl(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise deleteNetworkAclAsync(array $args = [])
131
- * @method \Aws\Result deleteNetworkAclEntry(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise deleteNetworkAclEntryAsync(array $args = [])
133
- * @method \Aws\Result deleteNetworkInterface(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise deleteNetworkInterfaceAsync(array $args = [])
135
- * @method \Aws\Result deletePlacementGroup(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise deletePlacementGroupAsync(array $args = [])
137
- * @method \Aws\Result deleteRoute(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise deleteRouteAsync(array $args = [])
139
- * @method \Aws\Result deleteRouteTable(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise deleteRouteTableAsync(array $args = [])
141
- * @method \Aws\Result deleteSecurityGroup(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise deleteSecurityGroupAsync(array $args = [])
143
- * @method \Aws\Result deleteSnapshot(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
145
- * @method \Aws\Result deleteSpotDatafeedSubscription(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise deleteSpotDatafeedSubscriptionAsync(array $args = [])
147
- * @method \Aws\Result deleteSubnet(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise deleteSubnetAsync(array $args = [])
149
- * @method \Aws\Result deleteTags(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
151
- * @method \Aws\Result deleteVolume(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise deleteVolumeAsync(array $args = [])
153
- * @method \Aws\Result deleteVpc(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise deleteVpcAsync(array $args = [])
155
- * @method \Aws\Result deleteVpcEndpoints(array $args = [])
156
- * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointsAsync(array $args = [])
157
- * @method \Aws\Result deleteVpcPeeringConnection(array $args = [])
158
- * @method \GuzzleHttp\Promise\Promise deleteVpcPeeringConnectionAsync(array $args = [])
159
- * @method \Aws\Result deleteVpnConnection(array $args = [])
160
- * @method \GuzzleHttp\Promise\Promise deleteVpnConnectionAsync(array $args = [])
161
- * @method \Aws\Result deleteVpnConnectionRoute(array $args = [])
162
- * @method \GuzzleHttp\Promise\Promise deleteVpnConnectionRouteAsync(array $args = [])
163
- * @method \Aws\Result deleteVpnGateway(array $args = [])
164
- * @method \GuzzleHttp\Promise\Promise deleteVpnGatewayAsync(array $args = [])
165
- * @method \Aws\Result deregisterImage(array $args = [])
166
- * @method \GuzzleHttp\Promise\Promise deregisterImageAsync(array $args = [])
167
- * @method \Aws\Result describeAccountAttributes(array $args = [])
168
- * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
169
- * @method \Aws\Result describeAddresses(array $args = [])
170
- * @method \GuzzleHttp\Promise\Promise describeAddressesAsync(array $args = [])
171
- * @method \Aws\Result describeAvailabilityZones(array $args = [])
172
- * @method \GuzzleHttp\Promise\Promise describeAvailabilityZonesAsync(array $args = [])
173
- * @method \Aws\Result describeBundleTasks(array $args = [])
174
- * @method \GuzzleHttp\Promise\Promise describeBundleTasksAsync(array $args = [])
175
- * @method \Aws\Result describeClassicLinkInstances(array $args = [])
176
- * @method \GuzzleHttp\Promise\Promise describeClassicLinkInstancesAsync(array $args = [])
177
- * @method \Aws\Result describeConversionTasks(array $args = [])
178
- * @method \GuzzleHttp\Promise\Promise describeConversionTasksAsync(array $args = [])
179
- * @method \Aws\Result describeCustomerGateways(array $args = [])
180
- * @method \GuzzleHttp\Promise\Promise describeCustomerGatewaysAsync(array $args = [])
181
- * @method \Aws\Result describeDhcpOptions(array $args = [])
182
- * @method \GuzzleHttp\Promise\Promise describeDhcpOptionsAsync(array $args = [])
183
- * @method \Aws\Result describeExportTasks(array $args = [])
184
- * @method \GuzzleHttp\Promise\Promise describeExportTasksAsync(array $args = [])
185
- * @method \Aws\Result describeFlowLogs(array $args = [])
186
- * @method \GuzzleHttp\Promise\Promise describeFlowLogsAsync(array $args = [])
187
- * @method \Aws\Result describeHosts(array $args = [])
188
- * @method \GuzzleHttp\Promise\Promise describeHostsAsync(array $args = [])
189
- * @method \Aws\Result describeIdFormat(array $args = [])
190
- * @method \GuzzleHttp\Promise\Promise describeIdFormatAsync(array $args = [])
191
- * @method \Aws\Result describeImageAttribute(array $args = [])
192
- * @method \GuzzleHttp\Promise\Promise describeImageAttributeAsync(array $args = [])
193
- * @method \Aws\Result describeImages(array $args = [])
194
- * @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
195
- * @method \Aws\Result describeImportImageTasks(array $args = [])
196
- * @method \GuzzleHttp\Promise\Promise describeImportImageTasksAsync(array $args = [])
197
- * @method \Aws\Result describeImportSnapshotTasks(array $args = [])
198
- * @method \GuzzleHttp\Promise\Promise describeImportSnapshotTasksAsync(array $args = [])
199
- * @method \Aws\Result describeInstanceAttribute(array $args = [])
200
- * @method \GuzzleHttp\Promise\Promise describeInstanceAttributeAsync(array $args = [])
201
- * @method \Aws\Result describeInstanceStatus(array $args = [])
202
- * @method \GuzzleHttp\Promise\Promise describeInstanceStatusAsync(array $args = [])
203
- * @method \Aws\Result describeInstances(array $args = [])
204
- * @method \GuzzleHttp\Promise\Promise describeInstancesAsync(array $args = [])
205
- * @method \Aws\Result describeInternetGateways(array $args = [])
206
- * @method \GuzzleHttp\Promise\Promise describeInternetGatewaysAsync(array $args = [])
207
- * @method \Aws\Result describeKeyPairs(array $args = [])
208
- * @method \GuzzleHttp\Promise\Promise describeKeyPairsAsync(array $args = [])
209
- * @method \Aws\Result describeMovingAddresses(array $args = [])
210
- * @method \GuzzleHttp\Promise\Promise describeMovingAddressesAsync(array $args = [])
211
- * @method \Aws\Result describeNatGateways(array $args = [])
212
- * @method \GuzzleHttp\Promise\Promise describeNatGatewaysAsync(array $args = [])
213
- * @method \Aws\Result describeNetworkAcls(array $args = [])
214
- * @method \GuzzleHttp\Promise\Promise describeNetworkAclsAsync(array $args = [])
215
- * @method \Aws\Result describeNetworkInterfaceAttribute(array $args = [])
216
- * @method \GuzzleHttp\Promise\Promise describeNetworkInterfaceAttributeAsync(array $args = [])
217
- * @method \Aws\Result describeNetworkInterfaces(array $args = [])
218
- * @method \GuzzleHttp\Promise\Promise describeNetworkInterfacesAsync(array $args = [])
219
- * @method \Aws\Result describePlacementGroups(array $args = [])
220
- * @method \GuzzleHttp\Promise\Promise describePlacementGroupsAsync(array $args = [])
221
- * @method \Aws\Result describePrefixLists(array $args = [])
222
- * @method \GuzzleHttp\Promise\Promise describePrefixListsAsync(array $args = [])
223
- * @method \Aws\Result describeRegions(array $args = [])
224
- * @method \GuzzleHttp\Promise\Promise describeRegionsAsync(array $args = [])
225
- * @method \Aws\Result describeReservedInstances(array $args = [])
226
- * @method \GuzzleHttp\Promise\Promise describeReservedInstancesAsync(array $args = [])
227
- * @method \Aws\Result describeReservedInstancesListings(array $args = [])
228
- * @method \GuzzleHttp\Promise\Promise describeReservedInstancesListingsAsync(array $args = [])
229
- * @method \Aws\Result describeReservedInstancesModifications(array $args = [])
230
- * @method \GuzzleHttp\Promise\Promise describeReservedInstancesModificationsAsync(array $args = [])
231
- * @method \Aws\Result describeReservedInstancesOfferings(array $args = [])
232
- * @method \GuzzleHttp\Promise\Promise describeReservedInstancesOfferingsAsync(array $args = [])
233
- * @method \Aws\Result describeRouteTables(array $args = [])
234
- * @method \GuzzleHttp\Promise\Promise describeRouteTablesAsync(array $args = [])
235
- * @method \Aws\Result describeScheduledInstanceAvailability(array $args = [])
236
- * @method \GuzzleHttp\Promise\Promise describeScheduledInstanceAvailabilityAsync(array $args = [])
237
- * @method \Aws\Result describeScheduledInstances(array $args = [])
238
- * @method \GuzzleHttp\Promise\Promise describeScheduledInstancesAsync(array $args = [])
239
- * @method \Aws\Result describeSecurityGroupReferences(array $args = [])
240
- * @method \GuzzleHttp\Promise\Promise describeSecurityGroupReferencesAsync(array $args = [])
241
- * @method \Aws\Result describeSecurityGroups(array $args = [])
242
- * @method \GuzzleHttp\Promise\Promise describeSecurityGroupsAsync(array $args = [])
243
- * @method \Aws\Result describeSnapshotAttribute(array $args = [])
244
- * @method \GuzzleHttp\Promise\Promise describeSnapshotAttributeAsync(array $args = [])
245
- * @method \Aws\Result describeSnapshots(array $args = [])
246
- * @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = [])
247
- * @method \Aws\Result describeSpotDatafeedSubscription(array $args = [])
248
- * @method \GuzzleHttp\Promise\Promise describeSpotDatafeedSubscriptionAsync(array $args = [])
249
- * @method \Aws\Result describeSpotFleetInstances(array $args = [])
250
- * @method \GuzzleHttp\Promise\Promise describeSpotFleetInstancesAsync(array $args = [])
251
- * @method \Aws\Result describeSpotFleetRequestHistory(array $args = [])
252
- * @method \GuzzleHttp\Promise\Promise describeSpotFleetRequestHistoryAsync(array $args = [])
253
- * @method \Aws\Result describeSpotFleetRequests(array $args = [])
254
- * @method \GuzzleHttp\Promise\Promise describeSpotFleetRequestsAsync(array $args = [])
255
- * @method \Aws\Result describeSpotInstanceRequests(array $args = [])
256
- * @method \GuzzleHttp\Promise\Promise describeSpotInstanceRequestsAsync(array $args = [])
257
- * @method \Aws\Result describeSpotPriceHistory(array $args = [])
258
- * @method \GuzzleHttp\Promise\Promise describeSpotPriceHistoryAsync(array $args = [])
259
- * @method \Aws\Result describeStaleSecurityGroups(array $args = [])
260
- * @method \GuzzleHttp\Promise\Promise describeStaleSecurityGroupsAsync(array $args = [])
261
- * @method \Aws\Result describeSubnets(array $args = [])
262
- * @method \GuzzleHttp\Promise\Promise describeSubnetsAsync(array $args = [])
263
- * @method \Aws\Result describeTags(array $args = [])
264
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
265
- * @method \Aws\Result describeVolumeAttribute(array $args = [])
266
- * @method \GuzzleHttp\Promise\Promise describeVolumeAttributeAsync(array $args = [])
267
- * @method \Aws\Result describeVolumeStatus(array $args = [])
268
- * @method \GuzzleHttp\Promise\Promise describeVolumeStatusAsync(array $args = [])
269
- * @method \Aws\Result describeVolumes(array $args = [])
270
- * @method \GuzzleHttp\Promise\Promise describeVolumesAsync(array $args = [])
271
- * @method \Aws\Result describeVpcAttribute(array $args = [])
272
- * @method \GuzzleHttp\Promise\Promise describeVpcAttributeAsync(array $args = [])
273
- * @method \Aws\Result describeVpcClassicLink(array $args = [])
274
- * @method \GuzzleHttp\Promise\Promise describeVpcClassicLinkAsync(array $args = [])
275
- * @method \Aws\Result describeVpcClassicLinkDnsSupport(array $args = [])
276
- * @method \GuzzleHttp\Promise\Promise describeVpcClassicLinkDnsSupportAsync(array $args = [])
277
- * @method \Aws\Result describeVpcEndpointServices(array $args = [])
278
- * @method \GuzzleHttp\Promise\Promise describeVpcEndpointServicesAsync(array $args = [])
279
- * @method \Aws\Result describeVpcEndpoints(array $args = [])
280
- * @method \GuzzleHttp\Promise\Promise describeVpcEndpointsAsync(array $args = [])
281
- * @method \Aws\Result describeVpcPeeringConnections(array $args = [])
282
- * @method \GuzzleHttp\Promise\Promise describeVpcPeeringConnectionsAsync(array $args = [])
283
- * @method \Aws\Result describeVpcs(array $args = [])
284
- * @method \GuzzleHttp\Promise\Promise describeVpcsAsync(array $args = [])
285
- * @method \Aws\Result describeVpnConnections(array $args = [])
286
- * @method \GuzzleHttp\Promise\Promise describeVpnConnectionsAsync(array $args = [])
287
- * @method \Aws\Result describeVpnGateways(array $args = [])
288
- * @method \GuzzleHttp\Promise\Promise describeVpnGatewaysAsync(array $args = [])
289
- * @method \Aws\Result detachClassicLinkVpc(array $args = [])
290
- * @method \GuzzleHttp\Promise\Promise detachClassicLinkVpcAsync(array $args = [])
291
- * @method \Aws\Result detachInternetGateway(array $args = [])
292
- * @method \GuzzleHttp\Promise\Promise detachInternetGatewayAsync(array $args = [])
293
- * @method \Aws\Result detachNetworkInterface(array $args = [])
294
- * @method \GuzzleHttp\Promise\Promise detachNetworkInterfaceAsync(array $args = [])
295
- * @method \Aws\Result detachVolume(array $args = [])
296
- * @method \GuzzleHttp\Promise\Promise detachVolumeAsync(array $args = [])
297
- * @method \Aws\Result detachVpnGateway(array $args = [])
298
- * @method \GuzzleHttp\Promise\Promise detachVpnGatewayAsync(array $args = [])
299
- * @method \Aws\Result disableVgwRoutePropagation(array $args = [])
300
- * @method \GuzzleHttp\Promise\Promise disableVgwRoutePropagationAsync(array $args = [])
301
- * @method \Aws\Result disableVpcClassicLink(array $args = [])
302
- * @method \GuzzleHttp\Promise\Promise disableVpcClassicLinkAsync(array $args = [])
303
- * @method \Aws\Result disableVpcClassicLinkDnsSupport(array $args = [])
304
- * @method \GuzzleHttp\Promise\Promise disableVpcClassicLinkDnsSupportAsync(array $args = [])
305
- * @method \Aws\Result disassociateAddress(array $args = [])
306
- * @method \GuzzleHttp\Promise\Promise disassociateAddressAsync(array $args = [])
307
- * @method \Aws\Result disassociateRouteTable(array $args = [])
308
- * @method \GuzzleHttp\Promise\Promise disassociateRouteTableAsync(array $args = [])
309
- * @method \Aws\Result enableVgwRoutePropagation(array $args = [])
310
- * @method \GuzzleHttp\Promise\Promise enableVgwRoutePropagationAsync(array $args = [])
311
- * @method \Aws\Result enableVolumeIO(array $args = [])
312
- * @method \GuzzleHttp\Promise\Promise enableVolumeIOAsync(array $args = [])
313
- * @method \Aws\Result enableVpcClassicLink(array $args = [])
314
- * @method \GuzzleHttp\Promise\Promise enableVpcClassicLinkAsync(array $args = [])
315
- * @method \Aws\Result enableVpcClassicLinkDnsSupport(array $args = [])
316
- * @method \GuzzleHttp\Promise\Promise enableVpcClassicLinkDnsSupportAsync(array $args = [])
317
- * @method \Aws\Result getConsoleOutput(array $args = [])
318
- * @method \GuzzleHttp\Promise\Promise getConsoleOutputAsync(array $args = [])
319
- * @method \Aws\Result getConsoleScreenshot(array $args = [])
320
- * @method \GuzzleHttp\Promise\Promise getConsoleScreenshotAsync(array $args = [])
321
- * @method \Aws\Result getPasswordData(array $args = [])
322
- * @method \GuzzleHttp\Promise\Promise getPasswordDataAsync(array $args = [])
323
- * @method \Aws\Result importImage(array $args = [])
324
- * @method \GuzzleHttp\Promise\Promise importImageAsync(array $args = [])
325
- * @method \Aws\Result importInstance(array $args = [])
326
- * @method \GuzzleHttp\Promise\Promise importInstanceAsync(array $args = [])
327
- * @method \Aws\Result importKeyPair(array $args = [])
328
- * @method \GuzzleHttp\Promise\Promise importKeyPairAsync(array $args = [])
329
- * @method \Aws\Result importSnapshot(array $args = [])
330
- * @method \GuzzleHttp\Promise\Promise importSnapshotAsync(array $args = [])
331
- * @method \Aws\Result importVolume(array $args = [])
332
- * @method \GuzzleHttp\Promise\Promise importVolumeAsync(array $args = [])
333
- * @method \Aws\Result modifyHosts(array $args = [])
334
- * @method \GuzzleHttp\Promise\Promise modifyHostsAsync(array $args = [])
335
- * @method \Aws\Result modifyIdFormat(array $args = [])
336
- * @method \GuzzleHttp\Promise\Promise modifyIdFormatAsync(array $args = [])
337
- * @method \Aws\Result modifyImageAttribute(array $args = [])
338
- * @method \GuzzleHttp\Promise\Promise modifyImageAttributeAsync(array $args = [])
339
- * @method \Aws\Result modifyInstanceAttribute(array $args = [])
340
- * @method \GuzzleHttp\Promise\Promise modifyInstanceAttributeAsync(array $args = [])
341
- * @method \Aws\Result modifyInstancePlacement(array $args = [])
342
- * @method \GuzzleHttp\Promise\Promise modifyInstancePlacementAsync(array $args = [])
343
- * @method \Aws\Result modifyNetworkInterfaceAttribute(array $args = [])
344
- * @method \GuzzleHttp\Promise\Promise modifyNetworkInterfaceAttributeAsync(array $args = [])
345
- * @method \Aws\Result modifyReservedInstances(array $args = [])
346
- * @method \GuzzleHttp\Promise\Promise modifyReservedInstancesAsync(array $args = [])
347
- * @method \Aws\Result modifySnapshotAttribute(array $args = [])
348
- * @method \GuzzleHttp\Promise\Promise modifySnapshotAttributeAsync(array $args = [])
349
- * @method \Aws\Result modifySpotFleetRequest(array $args = [])
350
- * @method \GuzzleHttp\Promise\Promise modifySpotFleetRequestAsync(array $args = [])
351
- * @method \Aws\Result modifySubnetAttribute(array $args = [])
352
- * @method \GuzzleHttp\Promise\Promise modifySubnetAttributeAsync(array $args = [])
353
- * @method \Aws\Result modifyVolumeAttribute(array $args = [])
354
- * @method \GuzzleHttp\Promise\Promise modifyVolumeAttributeAsync(array $args = [])
355
- * @method \Aws\Result modifyVpcAttribute(array $args = [])
356
- * @method \GuzzleHttp\Promise\Promise modifyVpcAttributeAsync(array $args = [])
357
- * @method \Aws\Result modifyVpcEndpoint(array $args = [])
358
- * @method \GuzzleHttp\Promise\Promise modifyVpcEndpointAsync(array $args = [])
359
- * @method \Aws\Result modifyVpcPeeringConnectionOptions(array $args = [])
360
- * @method \GuzzleHttp\Promise\Promise modifyVpcPeeringConnectionOptionsAsync(array $args = [])
361
- * @method \Aws\Result monitorInstances(array $args = [])
362
- * @method \GuzzleHttp\Promise\Promise monitorInstancesAsync(array $args = [])
363
- * @method \Aws\Result moveAddressToVpc(array $args = [])
364
- * @method \GuzzleHttp\Promise\Promise moveAddressToVpcAsync(array $args = [])
365
- * @method \Aws\Result purchaseReservedInstancesOffering(array $args = [])
366
- * @method \GuzzleHttp\Promise\Promise purchaseReservedInstancesOfferingAsync(array $args = [])
367
- * @method \Aws\Result purchaseScheduledInstances(array $args = [])
368
- * @method \GuzzleHttp\Promise\Promise purchaseScheduledInstancesAsync(array $args = [])
369
- * @method \Aws\Result rebootInstances(array $args = [])
370
- * @method \GuzzleHttp\Promise\Promise rebootInstancesAsync(array $args = [])
371
- * @method \Aws\Result registerImage(array $args = [])
372
- * @method \GuzzleHttp\Promise\Promise registerImageAsync(array $args = [])
373
- * @method \Aws\Result rejectVpcPeeringConnection(array $args = [])
374
- * @method \GuzzleHttp\Promise\Promise rejectVpcPeeringConnectionAsync(array $args = [])
375
- * @method \Aws\Result releaseAddress(array $args = [])
376
- * @method \GuzzleHttp\Promise\Promise releaseAddressAsync(array $args = [])
377
- * @method \Aws\Result releaseHosts(array $args = [])
378
- * @method \GuzzleHttp\Promise\Promise releaseHostsAsync(array $args = [])
379
- * @method \Aws\Result replaceNetworkAclAssociation(array $args = [])
380
- * @method \GuzzleHttp\Promise\Promise replaceNetworkAclAssociationAsync(array $args = [])
381
- * @method \Aws\Result replaceNetworkAclEntry(array $args = [])
382
- * @method \GuzzleHttp\Promise\Promise replaceNetworkAclEntryAsync(array $args = [])
383
- * @method \Aws\Result replaceRoute(array $args = [])
384
- * @method \GuzzleHttp\Promise\Promise replaceRouteAsync(array $args = [])
385
- * @method \Aws\Result replaceRouteTableAssociation(array $args = [])
386
- * @method \GuzzleHttp\Promise\Promise replaceRouteTableAssociationAsync(array $args = [])
387
- * @method \Aws\Result reportInstanceStatus(array $args = [])
388
- * @method \GuzzleHttp\Promise\Promise reportInstanceStatusAsync(array $args = [])
389
- * @method \Aws\Result requestSpotFleet(array $args = [])
390
- * @method \GuzzleHttp\Promise\Promise requestSpotFleetAsync(array $args = [])
391
- * @method \Aws\Result requestSpotInstances(array $args = [])
392
- * @method \GuzzleHttp\Promise\Promise requestSpotInstancesAsync(array $args = [])
393
- * @method \Aws\Result resetImageAttribute(array $args = [])
394
- * @method \GuzzleHttp\Promise\Promise resetImageAttributeAsync(array $args = [])
395
- * @method \Aws\Result resetInstanceAttribute(array $args = [])
396
- * @method \GuzzleHttp\Promise\Promise resetInstanceAttributeAsync(array $args = [])
397
- * @method \Aws\Result resetNetworkInterfaceAttribute(array $args = [])
398
- * @method \GuzzleHttp\Promise\Promise resetNetworkInterfaceAttributeAsync(array $args = [])
399
- * @method \Aws\Result resetSnapshotAttribute(array $args = [])
400
- * @method \GuzzleHttp\Promise\Promise resetSnapshotAttributeAsync(array $args = [])
401
- * @method \Aws\Result restoreAddressToClassic(array $args = [])
402
- * @method \GuzzleHttp\Promise\Promise restoreAddressToClassicAsync(array $args = [])
403
- * @method \Aws\Result revokeSecurityGroupEgress(array $args = [])
404
- * @method \GuzzleHttp\Promise\Promise revokeSecurityGroupEgressAsync(array $args = [])
405
- * @method \Aws\Result revokeSecurityGroupIngress(array $args = [])
406
- * @method \GuzzleHttp\Promise\Promise revokeSecurityGroupIngressAsync(array $args = [])
407
- * @method \Aws\Result runInstances(array $args = [])
408
- * @method \GuzzleHttp\Promise\Promise runInstancesAsync(array $args = [])
409
- * @method \Aws\Result runScheduledInstances(array $args = [])
410
- * @method \GuzzleHttp\Promise\Promise runScheduledInstancesAsync(array $args = [])
411
- * @method \Aws\Result startInstances(array $args = [])
412
- * @method \GuzzleHttp\Promise\Promise startInstancesAsync(array $args = [])
413
- * @method \Aws\Result stopInstances(array $args = [])
414
- * @method \GuzzleHttp\Promise\Promise stopInstancesAsync(array $args = [])
415
- * @method \Aws\Result terminateInstances(array $args = [])
416
- * @method \GuzzleHttp\Promise\Promise terminateInstancesAsync(array $args = [])
417
- * @method \Aws\Result unassignPrivateIpAddresses(array $args = [])
418
- * @method \GuzzleHttp\Promise\Promise unassignPrivateIpAddressesAsync(array $args = [])
419
- * @method \Aws\Result unmonitorInstances(array $args = [])
420
- * @method \GuzzleHttp\Promise\Promise unmonitorInstancesAsync(array $args = [])
421
- * @method \Aws\Result describeHostReservationOfferings(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
422
- * @method \GuzzleHttp\Promise\Promise describeHostReservationOfferingsAsync(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
423
- * @method \Aws\Result describeHostReservations(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
424
- * @method \GuzzleHttp\Promise\Promise describeHostReservationsAsync(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
425
- * @method \Aws\Result describeIdentityIdFormat(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
426
- * @method \GuzzleHttp\Promise\Promise describeIdentityIdFormatAsync(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
427
- * @method \Aws\Result getHostReservationPurchasePreview(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
428
- * @method \GuzzleHttp\Promise\Promise getHostReservationPurchasePreviewAsync(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
429
- * @method \Aws\Result modifyIdentityIdFormat(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
430
- * @method \GuzzleHttp\Promise\Promise modifyIdentityIdFormatAsync(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
431
- * @method \Aws\Result purchaseHostReservation(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
432
- * @method \GuzzleHttp\Promise\Promise purchaseHostReservationAsync(array $args = []) (supported in versions 2016-04-01, 2016-09-15, 2016-11-15)
433
- * @method \Aws\Result acceptReservedInstancesExchangeQuote(array $args = []) (supported in versions 2016-09-15, 2016-11-15)
434
- * @method \GuzzleHttp\Promise\Promise acceptReservedInstancesExchangeQuoteAsync(array $args = []) (supported in versions 2016-09-15, 2016-11-15)
435
- * @method \Aws\Result getReservedInstancesExchangeQuote(array $args = []) (supported in versions 2016-09-15, 2016-11-15)
436
- * @method \GuzzleHttp\Promise\Promise getReservedInstancesExchangeQuoteAsync(array $args = []) (supported in versions 2016-09-15, 2016-11-15)
437
- * @method \Aws\Result acceptTransitGatewayVpcAttachment(array $args = []) (supported in versions 2016-11-15)
438
- * @method \GuzzleHttp\Promise\Promise acceptTransitGatewayVpcAttachmentAsync(array $args = []) (supported in versions 2016-11-15)
439
- * @method \Aws\Result acceptVpcEndpointConnections(array $args = []) (supported in versions 2016-11-15)
440
- * @method \GuzzleHttp\Promise\Promise acceptVpcEndpointConnectionsAsync(array $args = []) (supported in versions 2016-11-15)
441
- * @method \Aws\Result advertiseByoipCidr(array $args = []) (supported in versions 2016-11-15)
442
- * @method \GuzzleHttp\Promise\Promise advertiseByoipCidrAsync(array $args = []) (supported in versions 2016-11-15)
443
- * @method \Aws\Result applySecurityGroupsToClientVpnTargetNetwork(array $args = []) (supported in versions 2016-11-15)
444
- * @method \GuzzleHttp\Promise\Promise applySecurityGroupsToClientVpnTargetNetworkAsync(array $args = []) (supported in versions 2016-11-15)
445
- * @method \Aws\Result assignIpv6Addresses(array $args = []) (supported in versions 2016-11-15)
446
- * @method \GuzzleHttp\Promise\Promise assignIpv6AddressesAsync(array $args = []) (supported in versions 2016-11-15)
447
- * @method \Aws\Result associateClientVpnTargetNetwork(array $args = []) (supported in versions 2016-11-15)
448
- * @method \GuzzleHttp\Promise\Promise associateClientVpnTargetNetworkAsync(array $args = []) (supported in versions 2016-11-15)
449
- * @method \Aws\Result associateIamInstanceProfile(array $args = []) (supported in versions 2016-11-15)
450
- * @method \GuzzleHttp\Promise\Promise associateIamInstanceProfileAsync(array $args = []) (supported in versions 2016-11-15)
451
- * @method \Aws\Result associateSubnetCidrBlock(array $args = []) (supported in versions 2016-11-15)
452
- * @method \GuzzleHttp\Promise\Promise associateSubnetCidrBlockAsync(array $args = []) (supported in versions 2016-11-15)
453
- * @method \Aws\Result associateTransitGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
454
- * @method \GuzzleHttp\Promise\Promise associateTransitGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
455
- * @method \Aws\Result associateVpcCidrBlock(array $args = []) (supported in versions 2016-11-15)
456
- * @method \GuzzleHttp\Promise\Promise associateVpcCidrBlockAsync(array $args = []) (supported in versions 2016-11-15)
457
- * @method \Aws\Result authorizeClientVpnIngress(array $args = []) (supported in versions 2016-11-15)
458
- * @method \GuzzleHttp\Promise\Promise authorizeClientVpnIngressAsync(array $args = []) (supported in versions 2016-11-15)
459
- * @method \Aws\Result cancelCapacityReservation(array $args = []) (supported in versions 2016-11-15)
460
- * @method \GuzzleHttp\Promise\Promise cancelCapacityReservationAsync(array $args = []) (supported in versions 2016-11-15)
461
- * @method \Aws\Result copyFpgaImage(array $args = []) (supported in versions 2016-11-15)
462
- * @method \GuzzleHttp\Promise\Promise copyFpgaImageAsync(array $args = []) (supported in versions 2016-11-15)
463
- * @method \Aws\Result createCapacityReservation(array $args = []) (supported in versions 2016-11-15)
464
- * @method \GuzzleHttp\Promise\Promise createCapacityReservationAsync(array $args = []) (supported in versions 2016-11-15)
465
- * @method \Aws\Result createClientVpnEndpoint(array $args = []) (supported in versions 2016-11-15)
466
- * @method \GuzzleHttp\Promise\Promise createClientVpnEndpointAsync(array $args = []) (supported in versions 2016-11-15)
467
- * @method \Aws\Result createClientVpnRoute(array $args = []) (supported in versions 2016-11-15)
468
- * @method \GuzzleHttp\Promise\Promise createClientVpnRouteAsync(array $args = []) (supported in versions 2016-11-15)
469
- * @method \Aws\Result createDefaultSubnet(array $args = []) (supported in versions 2016-11-15)
470
- * @method \GuzzleHttp\Promise\Promise createDefaultSubnetAsync(array $args = []) (supported in versions 2016-11-15)
471
- * @method \Aws\Result createDefaultVpc(array $args = []) (supported in versions 2016-11-15)
472
- * @method \GuzzleHttp\Promise\Promise createDefaultVpcAsync(array $args = []) (supported in versions 2016-11-15)
473
- * @method \Aws\Result createEgressOnlyInternetGateway(array $args = []) (supported in versions 2016-11-15)
474
- * @method \GuzzleHttp\Promise\Promise createEgressOnlyInternetGatewayAsync(array $args = []) (supported in versions 2016-11-15)
475
- * @method \Aws\Result createFleet(array $args = []) (supported in versions 2016-11-15)
476
- * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = []) (supported in versions 2016-11-15)
477
- * @method \Aws\Result createFpgaImage(array $args = []) (supported in versions 2016-11-15)
478
- * @method \GuzzleHttp\Promise\Promise createFpgaImageAsync(array $args = []) (supported in versions 2016-11-15)
479
- * @method \Aws\Result createLaunchTemplate(array $args = []) (supported in versions 2016-11-15)
480
- * @method \GuzzleHttp\Promise\Promise createLaunchTemplateAsync(array $args = []) (supported in versions 2016-11-15)
481
- * @method \Aws\Result createLaunchTemplateVersion(array $args = []) (supported in versions 2016-11-15)
482
- * @method \GuzzleHttp\Promise\Promise createLaunchTemplateVersionAsync(array $args = []) (supported in versions 2016-11-15)
483
- * @method \Aws\Result createNetworkInterfacePermission(array $args = []) (supported in versions 2016-11-15)
484
- * @method \GuzzleHttp\Promise\Promise createNetworkInterfacePermissionAsync(array $args = []) (supported in versions 2016-11-15)
485
- * @method \Aws\Result createTransitGateway(array $args = []) (supported in versions 2016-11-15)
486
- * @method \GuzzleHttp\Promise\Promise createTransitGatewayAsync(array $args = []) (supported in versions 2016-11-15)
487
- * @method \Aws\Result createTransitGatewayRoute(array $args = []) (supported in versions 2016-11-15)
488
- * @method \GuzzleHttp\Promise\Promise createTransitGatewayRouteAsync(array $args = []) (supported in versions 2016-11-15)
489
- * @method \Aws\Result createTransitGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
490
- * @method \GuzzleHttp\Promise\Promise createTransitGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
491
- * @method \Aws\Result createTransitGatewayVpcAttachment(array $args = []) (supported in versions 2016-11-15)
492
- * @method \GuzzleHttp\Promise\Promise createTransitGatewayVpcAttachmentAsync(array $args = []) (supported in versions 2016-11-15)
493
- * @method \Aws\Result createVpcEndpointConnectionNotification(array $args = []) (supported in versions 2016-11-15)
494
- * @method \GuzzleHttp\Promise\Promise createVpcEndpointConnectionNotificationAsync(array $args = []) (supported in versions 2016-11-15)
495
- * @method \Aws\Result createVpcEndpointServiceConfiguration(array $args = []) (supported in versions 2016-11-15)
496
- * @method \GuzzleHttp\Promise\Promise createVpcEndpointServiceConfigurationAsync(array $args = []) (supported in versions 2016-11-15)
497
- * @method \Aws\Result deleteClientVpnEndpoint(array $args = []) (supported in versions 2016-11-15)
498
- * @method \GuzzleHttp\Promise\Promise deleteClientVpnEndpointAsync(array $args = []) (supported in versions 2016-11-15)
499
- * @method \Aws\Result deleteClientVpnRoute(array $args = []) (supported in versions 2016-11-15)
500
- * @method \GuzzleHttp\Promise\Promise deleteClientVpnRouteAsync(array $args = []) (supported in versions 2016-11-15)
501
- * @method \Aws\Result deleteEgressOnlyInternetGateway(array $args = []) (supported in versions 2016-11-15)
502
- * @method \GuzzleHttp\Promise\Promise deleteEgressOnlyInternetGatewayAsync(array $args = []) (supported in versions 2016-11-15)
503
- * @method \Aws\Result deleteFleets(array $args = []) (supported in versions 2016-11-15)
504
- * @method \GuzzleHttp\Promise\Promise deleteFleetsAsync(array $args = []) (supported in versions 2016-11-15)
505
- * @method \Aws\Result deleteFpgaImage(array $args = []) (supported in versions 2016-11-15)
506
- * @method \GuzzleHttp\Promise\Promise deleteFpgaImageAsync(array $args = []) (supported in versions 2016-11-15)
507
- * @method \Aws\Result deleteLaunchTemplate(array $args = []) (supported in versions 2016-11-15)
508
- * @method \GuzzleHttp\Promise\Promise deleteLaunchTemplateAsync(array $args = []) (supported in versions 2016-11-15)
509
- * @method \Aws\Result deleteLaunchTemplateVersions(array $args = []) (supported in versions 2016-11-15)
510
- * @method \GuzzleHttp\Promise\Promise deleteLaunchTemplateVersionsAsync(array $args = []) (supported in versions 2016-11-15)
511
- * @method \Aws\Result deleteNetworkInterfacePermission(array $args = []) (supported in versions 2016-11-15)
512
- * @method \GuzzleHttp\Promise\Promise deleteNetworkInterfacePermissionAsync(array $args = []) (supported in versions 2016-11-15)
513
- * @method \Aws\Result deleteTransitGateway(array $args = []) (supported in versions 2016-11-15)
514
- * @method \GuzzleHttp\Promise\Promise deleteTransitGatewayAsync(array $args = []) (supported in versions 2016-11-15)
515
- * @method \Aws\Result deleteTransitGatewayRoute(array $args = []) (supported in versions 2016-11-15)
516
- * @method \GuzzleHttp\Promise\Promise deleteTransitGatewayRouteAsync(array $args = []) (supported in versions 2016-11-15)
517
- * @method \Aws\Result deleteTransitGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
518
- * @method \GuzzleHttp\Promise\Promise deleteTransitGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
519
- * @method \Aws\Result deleteTransitGatewayVpcAttachment(array $args = []) (supported in versions 2016-11-15)
520
- * @method \GuzzleHttp\Promise\Promise deleteTransitGatewayVpcAttachmentAsync(array $args = []) (supported in versions 2016-11-15)
521
- * @method \Aws\Result deleteVpcEndpointConnectionNotifications(array $args = []) (supported in versions 2016-11-15)
522
- * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointConnectionNotificationsAsync(array $args = []) (supported in versions 2016-11-15)
523
- * @method \Aws\Result deleteVpcEndpointServiceConfigurations(array $args = []) (supported in versions 2016-11-15)
524
- * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointServiceConfigurationsAsync(array $args = []) (supported in versions 2016-11-15)
525
- * @method \Aws\Result deprovisionByoipCidr(array $args = []) (supported in versions 2016-11-15)
526
- * @method \GuzzleHttp\Promise\Promise deprovisionByoipCidrAsync(array $args = []) (supported in versions 2016-11-15)
527
- * @method \Aws\Result describeAggregateIdFormat(array $args = []) (supported in versions 2016-11-15)
528
- * @method \GuzzleHttp\Promise\Promise describeAggregateIdFormatAsync(array $args = []) (supported in versions 2016-11-15)
529
- * @method \Aws\Result describeByoipCidrs(array $args = []) (supported in versions 2016-11-15)
530
- * @method \GuzzleHttp\Promise\Promise describeByoipCidrsAsync(array $args = []) (supported in versions 2016-11-15)
531
- * @method \Aws\Result describeCapacityReservations(array $args = []) (supported in versions 2016-11-15)
532
- * @method \GuzzleHttp\Promise\Promise describeCapacityReservationsAsync(array $args = []) (supported in versions 2016-11-15)
533
- * @method \Aws\Result describeClientVpnAuthorizationRules(array $args = []) (supported in versions 2016-11-15)
534
- * @method \GuzzleHttp\Promise\Promise describeClientVpnAuthorizationRulesAsync(array $args = []) (supported in versions 2016-11-15)
535
- * @method \Aws\Result describeClientVpnConnections(array $args = []) (supported in versions 2016-11-15)
536
- * @method \GuzzleHttp\Promise\Promise describeClientVpnConnectionsAsync(array $args = []) (supported in versions 2016-11-15)
537
- * @method \Aws\Result describeClientVpnEndpoints(array $args = []) (supported in versions 2016-11-15)
538
- * @method \GuzzleHttp\Promise\Promise describeClientVpnEndpointsAsync(array $args = []) (supported in versions 2016-11-15)
539
- * @method \Aws\Result describeClientVpnRoutes(array $args = []) (supported in versions 2016-11-15)
540
- * @method \GuzzleHttp\Promise\Promise describeClientVpnRoutesAsync(array $args = []) (supported in versions 2016-11-15)
541
- * @method \Aws\Result describeClientVpnTargetNetworks(array $args = []) (supported in versions 2016-11-15)
542
- * @method \GuzzleHttp\Promise\Promise describeClientVpnTargetNetworksAsync(array $args = []) (supported in versions 2016-11-15)
543
- * @method \Aws\Result describeEgressOnlyInternetGateways(array $args = []) (supported in versions 2016-11-15)
544
- * @method \GuzzleHttp\Promise\Promise describeEgressOnlyInternetGatewaysAsync(array $args = []) (supported in versions 2016-11-15)
545
- * @method \Aws\Result describeElasticGpus(array $args = []) (supported in versions 2016-11-15)
546
- * @method \GuzzleHttp\Promise\Promise describeElasticGpusAsync(array $args = []) (supported in versions 2016-11-15)
547
- * @method \Aws\Result describeFleetHistory(array $args = []) (supported in versions 2016-11-15)
548
- * @method \GuzzleHttp\Promise\Promise describeFleetHistoryAsync(array $args = []) (supported in versions 2016-11-15)
549
- * @method \Aws\Result describeFleetInstances(array $args = []) (supported in versions 2016-11-15)
550
- * @method \GuzzleHttp\Promise\Promise describeFleetInstancesAsync(array $args = []) (supported in versions 2016-11-15)
551
- * @method \Aws\Result describeFleets(array $args = []) (supported in versions 2016-11-15)
552
- * @method \GuzzleHttp\Promise\Promise describeFleetsAsync(array $args = []) (supported in versions 2016-11-15)
553
- * @method \Aws\Result describeFpgaImageAttribute(array $args = []) (supported in versions 2016-11-15)
554
- * @method \GuzzleHttp\Promise\Promise describeFpgaImageAttributeAsync(array $args = []) (supported in versions 2016-11-15)
555
- * @method \Aws\Result describeFpgaImages(array $args = []) (supported in versions 2016-11-15)
556
- * @method \GuzzleHttp\Promise\Promise describeFpgaImagesAsync(array $args = []) (supported in versions 2016-11-15)
557
- * @method \Aws\Result describeIamInstanceProfileAssociations(array $args = []) (supported in versions 2016-11-15)
558
- * @method \GuzzleHttp\Promise\Promise describeIamInstanceProfileAssociationsAsync(array $args = []) (supported in versions 2016-11-15)
559
- * @method \Aws\Result describeInstanceCreditSpecifications(array $args = []) (supported in versions 2016-11-15)
560
- * @method \GuzzleHttp\Promise\Promise describeInstanceCreditSpecificationsAsync(array $args = []) (supported in versions 2016-11-15)
561
- * @method \Aws\Result describeLaunchTemplateVersions(array $args = []) (supported in versions 2016-11-15)
562
- * @method \GuzzleHttp\Promise\Promise describeLaunchTemplateVersionsAsync(array $args = []) (supported in versions 2016-11-15)
563
- * @method \Aws\Result describeLaunchTemplates(array $args = []) (supported in versions 2016-11-15)
564
- * @method \GuzzleHttp\Promise\Promise describeLaunchTemplatesAsync(array $args = []) (supported in versions 2016-11-15)
565
- * @method \Aws\Result describeNetworkInterfacePermissions(array $args = []) (supported in versions 2016-11-15)
566
- * @method \GuzzleHttp\Promise\Promise describeNetworkInterfacePermissionsAsync(array $args = []) (supported in versions 2016-11-15)
567
- * @method \Aws\Result describePrincipalIdFormat(array $args = []) (supported in versions 2016-11-15)
568
- * @method \GuzzleHttp\Promise\Promise describePrincipalIdFormatAsync(array $args = []) (supported in versions 2016-11-15)
569
- * @method \Aws\Result describePublicIpv4Pools(array $args = []) (supported in versions 2016-11-15)
570
- * @method \GuzzleHttp\Promise\Promise describePublicIpv4PoolsAsync(array $args = []) (supported in versions 2016-11-15)
571
- * @method \Aws\Result describeTransitGatewayAttachments(array $args = []) (supported in versions 2016-11-15)
572
- * @method \GuzzleHttp\Promise\Promise describeTransitGatewayAttachmentsAsync(array $args = []) (supported in versions 2016-11-15)
573
- * @method \Aws\Result describeTransitGatewayRouteTables(array $args = []) (supported in versions 2016-11-15)
574
- * @method \GuzzleHttp\Promise\Promise describeTransitGatewayRouteTablesAsync(array $args = []) (supported in versions 2016-11-15)
575
- * @method \Aws\Result describeTransitGatewayVpcAttachments(array $args = []) (supported in versions 2016-11-15)
576
- * @method \GuzzleHttp\Promise\Promise describeTransitGatewayVpcAttachmentsAsync(array $args = []) (supported in versions 2016-11-15)
577
- * @method \Aws\Result describeTransitGateways(array $args = []) (supported in versions 2016-11-15)
578
- * @method \GuzzleHttp\Promise\Promise describeTransitGatewaysAsync(array $args = []) (supported in versions 2016-11-15)
579
- * @method \Aws\Result describeVolumesModifications(array $args = []) (supported in versions 2016-11-15)
580
- * @method \GuzzleHttp\Promise\Promise describeVolumesModificationsAsync(array $args = []) (supported in versions 2016-11-15)
581
- * @method \Aws\Result describeVpcEndpointConnectionNotifications(array $args = []) (supported in versions 2016-11-15)
582
- * @method \GuzzleHttp\Promise\Promise describeVpcEndpointConnectionNotificationsAsync(array $args = []) (supported in versions 2016-11-15)
583
- * @method \Aws\Result describeVpcEndpointConnections(array $args = []) (supported in versions 2016-11-15)
584
- * @method \GuzzleHttp\Promise\Promise describeVpcEndpointConnectionsAsync(array $args = []) (supported in versions 2016-11-15)
585
- * @method \Aws\Result describeVpcEndpointServiceConfigurations(array $args = []) (supported in versions 2016-11-15)
586
- * @method \GuzzleHttp\Promise\Promise describeVpcEndpointServiceConfigurationsAsync(array $args = []) (supported in versions 2016-11-15)
587
- * @method \Aws\Result describeVpcEndpointServicePermissions(array $args = []) (supported in versions 2016-11-15)
588
- * @method \GuzzleHttp\Promise\Promise describeVpcEndpointServicePermissionsAsync(array $args = []) (supported in versions 2016-11-15)
589
- * @method \Aws\Result disableTransitGatewayRouteTablePropagation(array $args = []) (supported in versions 2016-11-15)
590
- * @method \GuzzleHttp\Promise\Promise disableTransitGatewayRouteTablePropagationAsync(array $args = []) (supported in versions 2016-11-15)
591
- * @method \Aws\Result disassociateClientVpnTargetNetwork(array $args = []) (supported in versions 2016-11-15)
592
- * @method \GuzzleHttp\Promise\Promise disassociateClientVpnTargetNetworkAsync(array $args = []) (supported in versions 2016-11-15)
593
- * @method \Aws\Result disassociateIamInstanceProfile(array $args = []) (supported in versions 2016-11-15)
594
- * @method \GuzzleHttp\Promise\Promise disassociateIamInstanceProfileAsync(array $args = []) (supported in versions 2016-11-15)
595
- * @method \Aws\Result disassociateSubnetCidrBlock(array $args = []) (supported in versions 2016-11-15)
596
- * @method \GuzzleHttp\Promise\Promise disassociateSubnetCidrBlockAsync(array $args = []) (supported in versions 2016-11-15)
597
- * @method \Aws\Result disassociateTransitGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
598
- * @method \GuzzleHttp\Promise\Promise disassociateTransitGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
599
- * @method \Aws\Result disassociateVpcCidrBlock(array $args = []) (supported in versions 2016-11-15)
600
- * @method \GuzzleHttp\Promise\Promise disassociateVpcCidrBlockAsync(array $args = []) (supported in versions 2016-11-15)
601
- * @method \Aws\Result enableTransitGatewayRouteTablePropagation(array $args = []) (supported in versions 2016-11-15)
602
- * @method \GuzzleHttp\Promise\Promise enableTransitGatewayRouteTablePropagationAsync(array $args = []) (supported in versions 2016-11-15)
603
- * @method \Aws\Result exportClientVpnClientCertificateRevocationList(array $args = []) (supported in versions 2016-11-15)
604
- * @method \GuzzleHttp\Promise\Promise exportClientVpnClientCertificateRevocationListAsync(array $args = []) (supported in versions 2016-11-15)
605
- * @method \Aws\Result exportClientVpnClientConfiguration(array $args = []) (supported in versions 2016-11-15)
606
- * @method \GuzzleHttp\Promise\Promise exportClientVpnClientConfigurationAsync(array $args = []) (supported in versions 2016-11-15)
607
- * @method \Aws\Result exportTransitGatewayRoutes(array $args = []) (supported in versions 2016-11-15)
608
- * @method \GuzzleHttp\Promise\Promise exportTransitGatewayRoutesAsync(array $args = []) (supported in versions 2016-11-15)
609
- * @method \Aws\Result getLaunchTemplateData(array $args = []) (supported in versions 2016-11-15)
610
- * @method \GuzzleHttp\Promise\Promise getLaunchTemplateDataAsync(array $args = []) (supported in versions 2016-11-15)
611
- * @method \Aws\Result getTransitGatewayAttachmentPropagations(array $args = []) (supported in versions 2016-11-15)
612
- * @method \GuzzleHttp\Promise\Promise getTransitGatewayAttachmentPropagationsAsync(array $args = []) (supported in versions 2016-11-15)
613
- * @method \Aws\Result getTransitGatewayRouteTableAssociations(array $args = []) (supported in versions 2016-11-15)
614
- * @method \GuzzleHttp\Promise\Promise getTransitGatewayRouteTableAssociationsAsync(array $args = []) (supported in versions 2016-11-15)
615
- * @method \Aws\Result getTransitGatewayRouteTablePropagations(array $args = []) (supported in versions 2016-11-15)
616
- * @method \GuzzleHttp\Promise\Promise getTransitGatewayRouteTablePropagationsAsync(array $args = []) (supported in versions 2016-11-15)
617
- * @method \Aws\Result importClientVpnClientCertificateRevocationList(array $args = []) (supported in versions 2016-11-15)
618
- * @method \GuzzleHttp\Promise\Promise importClientVpnClientCertificateRevocationListAsync(array $args = []) (supported in versions 2016-11-15)
619
- * @method \Aws\Result modifyCapacityReservation(array $args = []) (supported in versions 2016-11-15)
620
- * @method \GuzzleHttp\Promise\Promise modifyCapacityReservationAsync(array $args = []) (supported in versions 2016-11-15)
621
- * @method \Aws\Result modifyClientVpnEndpoint(array $args = []) (supported in versions 2016-11-15)
622
- * @method \GuzzleHttp\Promise\Promise modifyClientVpnEndpointAsync(array $args = []) (supported in versions 2016-11-15)
623
- * @method \Aws\Result modifyFleet(array $args = []) (supported in versions 2016-11-15)
624
- * @method \GuzzleHttp\Promise\Promise modifyFleetAsync(array $args = []) (supported in versions 2016-11-15)
625
- * @method \Aws\Result modifyFpgaImageAttribute(array $args = []) (supported in versions 2016-11-15)
626
- * @method \GuzzleHttp\Promise\Promise modifyFpgaImageAttributeAsync(array $args = []) (supported in versions 2016-11-15)
627
- * @method \Aws\Result modifyInstanceCapacityReservationAttributes(array $args = []) (supported in versions 2016-11-15)
628
- * @method \GuzzleHttp\Promise\Promise modifyInstanceCapacityReservationAttributesAsync(array $args = []) (supported in versions 2016-11-15)
629
- * @method \Aws\Result modifyInstanceCreditSpecification(array $args = []) (supported in versions 2016-11-15)
630
- * @method \GuzzleHttp\Promise\Promise modifyInstanceCreditSpecificationAsync(array $args = []) (supported in versions 2016-11-15)
631
- * @method \Aws\Result modifyInstanceEventStartTime(array $args = []) (supported in versions 2016-11-15)
632
- * @method \GuzzleHttp\Promise\Promise modifyInstanceEventStartTimeAsync(array $args = []) (supported in versions 2016-11-15)
633
- * @method \Aws\Result modifyLaunchTemplate(array $args = []) (supported in versions 2016-11-15)
634
- * @method \GuzzleHttp\Promise\Promise modifyLaunchTemplateAsync(array $args = []) (supported in versions 2016-11-15)
635
- * @method \Aws\Result modifyTransitGatewayVpcAttachment(array $args = []) (supported in versions 2016-11-15)
636
- * @method \GuzzleHttp\Promise\Promise modifyTransitGatewayVpcAttachmentAsync(array $args = []) (supported in versions 2016-11-15)
637
- * @method \Aws\Result modifyVolume(array $args = []) (supported in versions 2016-11-15)
638
- * @method \GuzzleHttp\Promise\Promise modifyVolumeAsync(array $args = []) (supported in versions 2016-11-15)
639
- * @method \Aws\Result modifyVpcEndpointConnectionNotification(array $args = []) (supported in versions 2016-11-15)
640
- * @method \GuzzleHttp\Promise\Promise modifyVpcEndpointConnectionNotificationAsync(array $args = []) (supported in versions 2016-11-15)
641
- * @method \Aws\Result modifyVpcEndpointServiceConfiguration(array $args = []) (supported in versions 2016-11-15)
642
- * @method \GuzzleHttp\Promise\Promise modifyVpcEndpointServiceConfigurationAsync(array $args = []) (supported in versions 2016-11-15)
643
- * @method \Aws\Result modifyVpcEndpointServicePermissions(array $args = []) (supported in versions 2016-11-15)
644
- * @method \GuzzleHttp\Promise\Promise modifyVpcEndpointServicePermissionsAsync(array $args = []) (supported in versions 2016-11-15)
645
- * @method \Aws\Result modifyVpcTenancy(array $args = []) (supported in versions 2016-11-15)
646
- * @method \GuzzleHttp\Promise\Promise modifyVpcTenancyAsync(array $args = []) (supported in versions 2016-11-15)
647
- * @method \Aws\Result modifyVpnConnection(array $args = []) (supported in versions 2016-11-15)
648
- * @method \GuzzleHttp\Promise\Promise modifyVpnConnectionAsync(array $args = []) (supported in versions 2016-11-15)
649
- * @method \Aws\Result provisionByoipCidr(array $args = []) (supported in versions 2016-11-15)
650
- * @method \GuzzleHttp\Promise\Promise provisionByoipCidrAsync(array $args = []) (supported in versions 2016-11-15)
651
- * @method \Aws\Result rejectTransitGatewayVpcAttachment(array $args = []) (supported in versions 2016-11-15)
652
- * @method \GuzzleHttp\Promise\Promise rejectTransitGatewayVpcAttachmentAsync(array $args = []) (supported in versions 2016-11-15)
653
- * @method \Aws\Result rejectVpcEndpointConnections(array $args = []) (supported in versions 2016-11-15)
654
- * @method \GuzzleHttp\Promise\Promise rejectVpcEndpointConnectionsAsync(array $args = []) (supported in versions 2016-11-15)
655
- * @method \Aws\Result replaceIamInstanceProfileAssociation(array $args = []) (supported in versions 2016-11-15)
656
- * @method \GuzzleHttp\Promise\Promise replaceIamInstanceProfileAssociationAsync(array $args = []) (supported in versions 2016-11-15)
657
- * @method \Aws\Result replaceTransitGatewayRoute(array $args = []) (supported in versions 2016-11-15)
658
- * @method \GuzzleHttp\Promise\Promise replaceTransitGatewayRouteAsync(array $args = []) (supported in versions 2016-11-15)
659
- * @method \Aws\Result resetFpgaImageAttribute(array $args = []) (supported in versions 2016-11-15)
660
- * @method \GuzzleHttp\Promise\Promise resetFpgaImageAttributeAsync(array $args = []) (supported in versions 2016-11-15)
661
- * @method \Aws\Result revokeClientVpnIngress(array $args = []) (supported in versions 2016-11-15)
662
- * @method \GuzzleHttp\Promise\Promise revokeClientVpnIngressAsync(array $args = []) (supported in versions 2016-11-15)
663
- * @method \Aws\Result searchTransitGatewayRoutes(array $args = []) (supported in versions 2016-11-15)
664
- * @method \GuzzleHttp\Promise\Promise searchTransitGatewayRoutesAsync(array $args = []) (supported in versions 2016-11-15)
665
- * @method \Aws\Result terminateClientVpnConnections(array $args = []) (supported in versions 2016-11-15)
666
- * @method \GuzzleHttp\Promise\Promise terminateClientVpnConnectionsAsync(array $args = []) (supported in versions 2016-11-15)
667
- * @method \Aws\Result unassignIpv6Addresses(array $args = []) (supported in versions 2016-11-15)
668
- * @method \GuzzleHttp\Promise\Promise unassignIpv6AddressesAsync(array $args = []) (supported in versions 2016-11-15)
669
- * @method \Aws\Result updateSecurityGroupRuleDescriptionsEgress(array $args = []) (supported in versions 2016-11-15)
670
- * @method \GuzzleHttp\Promise\Promise updateSecurityGroupRuleDescriptionsEgressAsync(array $args = []) (supported in versions 2016-11-15)
671
- * @method \Aws\Result updateSecurityGroupRuleDescriptionsIngress(array $args = []) (supported in versions 2016-11-15)
672
- * @method \GuzzleHttp\Promise\Promise updateSecurityGroupRuleDescriptionsIngressAsync(array $args = []) (supported in versions 2016-11-15)
673
- * @method \Aws\Result withdrawByoipCidr(array $args = []) (supported in versions 2016-11-15)
674
- * @method \GuzzleHttp\Promise\Promise withdrawByoipCidrAsync(array $args = []) (supported in versions 2016-11-15)
675
- */
676
- class Ec2Client extends AwsClient
677
- {
678
- public function __construct(array $args)
679
- {
680
- $args['with_resolved'] = function (array $args) {
681
- $this->getHandlerList()->appendInit(
682
- PresignUrlMiddleware::wrap(
683
- $this,
684
- $args['endpoint_provider'],
685
- [
686
- 'operations' => [
687
- 'CopySnapshot',
688
- ],
689
- 'service' => 'ec2',
690
- 'presign_param' => 'PresignedUrl',
691
- ]
692
- ),
693
- 'ec2.copy_snapshot'
694
- );
695
- };
696
-
697
- parent::__construct($args);
698
- }
699
-
700
- /**
701
- * @internal
702
- * @codeCoverageIgnore
703
- */
704
- public static function applyDocFilters(array $api, array $docs)
705
- {
706
- // Several copy snapshot parameters are optional.
707
- $docs['shapes']['String']['refs']['CopySnapshotRequest$PresignedUrl']
708
- = '<div class="alert alert-info">The SDK will compute this value '
709
- . 'for you on your behalf.</div>';
710
- $docs['shapes']['String']['refs']['CopySnapshotRequest$DestinationRegion']
711
- = '<div class="alert alert-info">The SDK will populate this '
712
- . 'parameter on your behalf using the configured region value of '
713
- . 'the client.</div>';
714
-
715
- return [
716
- new Service($api, ApiProvider::defaultProvider()),
717
- new DocModel($docs)
718
- ];
719
- }
720
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Ec2\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon Elastic Compute Cloud service.
8
- */
9
- class Ec2Exception extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php DELETED
@@ -1,60 +0,0 @@
1
- <?php
2
- namespace Aws\Ecr;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon EC2 Container Registry** service.
8
- *
9
- * @method \Aws\Result batchCheckLayerAvailability(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise batchCheckLayerAvailabilityAsync(array $args = [])
11
- * @method \Aws\Result batchDeleteImage(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise batchDeleteImageAsync(array $args = [])
13
- * @method \Aws\Result batchGetImage(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise batchGetImageAsync(array $args = [])
15
- * @method \Aws\Result completeLayerUpload(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise completeLayerUploadAsync(array $args = [])
17
- * @method \Aws\Result createRepository(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
19
- * @method \Aws\Result deleteLifecyclePolicy(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
21
- * @method \Aws\Result deleteRepository(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
23
- * @method \Aws\Result deleteRepositoryPolicy(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteRepositoryPolicyAsync(array $args = [])
25
- * @method \Aws\Result describeImages(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
27
- * @method \Aws\Result describeRepositories(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise describeRepositoriesAsync(array $args = [])
29
- * @method \Aws\Result getAuthorizationToken(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise getAuthorizationTokenAsync(array $args = [])
31
- * @method \Aws\Result getDownloadUrlForLayer(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise getDownloadUrlForLayerAsync(array $args = [])
33
- * @method \Aws\Result getLifecyclePolicy(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
35
- * @method \Aws\Result getLifecyclePolicyPreview(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyPreviewAsync(array $args = [])
37
- * @method \Aws\Result getRepositoryPolicy(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise getRepositoryPolicyAsync(array $args = [])
39
- * @method \Aws\Result initiateLayerUpload(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise initiateLayerUploadAsync(array $args = [])
41
- * @method \Aws\Result listImages(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
43
- * @method \Aws\Result listTagsForResource(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
45
- * @method \Aws\Result putImage(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise putImageAsync(array $args = [])
47
- * @method \Aws\Result putLifecyclePolicy(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise putLifecyclePolicyAsync(array $args = [])
49
- * @method \Aws\Result setRepositoryPolicy(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise setRepositoryPolicyAsync(array $args = [])
51
- * @method \Aws\Result startLifecyclePolicyPreview(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise startLifecyclePolicyPreviewAsync(array $args = [])
53
- * @method \Aws\Result tagResource(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
55
- * @method \Aws\Result untagResource(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
57
- * @method \Aws\Result uploadLayerPart(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise uploadLayerPartAsync(array $args = [])
59
- */
60
- class EcrClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Ecr\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon EC2 Container Registry** service.
8
- */
9
- class EcrException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php DELETED
@@ -1,96 +0,0 @@
1
- <?php
2
- namespace Aws\Ecs;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with **Amazon ECS**.
8
- *
9
- * @method \Aws\Result createCluster(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
11
- * @method \Aws\Result createService(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createServiceAsync(array $args = [])
13
- * @method \Aws\Result createTaskSet(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createTaskSetAsync(array $args = [])
15
- * @method \Aws\Result deleteAccountSetting(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise deleteAccountSettingAsync(array $args = [])
17
- * @method \Aws\Result deleteAttributes(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deleteAttributesAsync(array $args = [])
19
- * @method \Aws\Result deleteCluster(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
21
- * @method \Aws\Result deleteService(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteServiceAsync(array $args = [])
23
- * @method \Aws\Result deleteTaskSet(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteTaskSetAsync(array $args = [])
25
- * @method \Aws\Result deregisterContainerInstance(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deregisterContainerInstanceAsync(array $args = [])
27
- * @method \Aws\Result deregisterTaskDefinition(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deregisterTaskDefinitionAsync(array $args = [])
29
- * @method \Aws\Result describeClusters(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
31
- * @method \Aws\Result describeContainerInstances(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise describeContainerInstancesAsync(array $args = [])
33
- * @method \Aws\Result describeServices(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise describeServicesAsync(array $args = [])
35
- * @method \Aws\Result describeTaskDefinition(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise describeTaskDefinitionAsync(array $args = [])
37
- * @method \Aws\Result describeTaskSets(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise describeTaskSetsAsync(array $args = [])
39
- * @method \Aws\Result describeTasks(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeTasksAsync(array $args = [])
41
- * @method \Aws\Result discoverPollEndpoint(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise discoverPollEndpointAsync(array $args = [])
43
- * @method \Aws\Result listAccountSettings(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise listAccountSettingsAsync(array $args = [])
45
- * @method \Aws\Result listAttributes(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise listAttributesAsync(array $args = [])
47
- * @method \Aws\Result listClusters(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
49
- * @method \Aws\Result listContainerInstances(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise listContainerInstancesAsync(array $args = [])
51
- * @method \Aws\Result listServices(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise listServicesAsync(array $args = [])
53
- * @method \Aws\Result listTagsForResource(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
55
- * @method \Aws\Result listTaskDefinitionFamilies(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise listTaskDefinitionFamiliesAsync(array $args = [])
57
- * @method \Aws\Result listTaskDefinitions(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise listTaskDefinitionsAsync(array $args = [])
59
- * @method \Aws\Result listTasks(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise listTasksAsync(array $args = [])
61
- * @method \Aws\Result putAccountSetting(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise putAccountSettingAsync(array $args = [])
63
- * @method \Aws\Result putAccountSettingDefault(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise putAccountSettingDefaultAsync(array $args = [])
65
- * @method \Aws\Result putAttributes(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise putAttributesAsync(array $args = [])
67
- * @method \Aws\Result registerContainerInstance(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise registerContainerInstanceAsync(array $args = [])
69
- * @method \Aws\Result registerTaskDefinition(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise registerTaskDefinitionAsync(array $args = [])
71
- * @method \Aws\Result runTask(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise runTaskAsync(array $args = [])
73
- * @method \Aws\Result startTask(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise startTaskAsync(array $args = [])
75
- * @method \Aws\Result stopTask(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise stopTaskAsync(array $args = [])
77
- * @method \Aws\Result submitContainerStateChange(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise submitContainerStateChangeAsync(array $args = [])
79
- * @method \Aws\Result submitTaskStateChange(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise submitTaskStateChangeAsync(array $args = [])
81
- * @method \Aws\Result tagResource(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
83
- * @method \Aws\Result untagResource(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
85
- * @method \Aws\Result updateContainerAgent(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise updateContainerAgentAsync(array $args = [])
87
- * @method \Aws\Result updateContainerInstancesState(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise updateContainerInstancesStateAsync(array $args = [])
89
- * @method \Aws\Result updateService(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise updateServiceAsync(array $args = [])
91
- * @method \Aws\Result updateServicePrimaryTaskSet(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise updateServicePrimaryTaskSetAsync(array $args = [])
93
- * @method \Aws\Result updateTaskSet(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise updateTaskSetAsync(array $args = [])
95
- */
96
- class EcsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Ecs\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Amazon ECS exception.
8
- */
9
- class EcsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Efs/EfsClient.php DELETED
@@ -1,38 +0,0 @@
1
- <?php
2
- namespace Aws\Efs;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with **Amazon EFS**.
8
- *
9
- * @method \Aws\Result createFileSystem(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = [])
11
- * @method \Aws\Result createMountTarget(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createMountTargetAsync(array $args = [])
13
- * @method \Aws\Result createTags(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
15
- * @method \Aws\Result deleteFileSystem(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = [])
17
- * @method \Aws\Result deleteMountTarget(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deleteMountTargetAsync(array $args = [])
19
- * @method \Aws\Result deleteTags(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
21
- * @method \Aws\Result describeFileSystems(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = [])
23
- * @method \Aws\Result describeLifecycleConfiguration(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise describeLifecycleConfigurationAsync(array $args = [])
25
- * @method \Aws\Result describeMountTargetSecurityGroups(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise describeMountTargetSecurityGroupsAsync(array $args = [])
27
- * @method \Aws\Result describeMountTargets(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise describeMountTargetsAsync(array $args = [])
29
- * @method \Aws\Result describeTags(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
31
- * @method \Aws\Result modifyMountTargetSecurityGroups(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise modifyMountTargetSecurityGroupsAsync(array $args = [])
33
- * @method \Aws\Result putLifecycleConfiguration(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise putLifecycleConfigurationAsync(array $args = [])
35
- * @method \Aws\Result updateFileSystem(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = [])
37
- */
38
- class EfsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Efs\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Amazon EFS exception.
8
- */
9
- class EfsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php DELETED
@@ -1,94 +0,0 @@
1
- <?php
2
- namespace Aws\ElastiCache;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon ElastiCache** service.
8
- *
9
- * @method \Aws\Result addTagsToResource(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
11
- * @method \Aws\Result authorizeCacheSecurityGroupIngress(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise authorizeCacheSecurityGroupIngressAsync(array $args = [])
13
- * @method \Aws\Result copySnapshot(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise copySnapshotAsync(array $args = [])
15
- * @method \Aws\Result createCacheCluster(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createCacheClusterAsync(array $args = [])
17
- * @method \Aws\Result createCacheParameterGroup(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createCacheParameterGroupAsync(array $args = [])
19
- * @method \Aws\Result createCacheSecurityGroup(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createCacheSecurityGroupAsync(array $args = [])
21
- * @method \Aws\Result createCacheSubnetGroup(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createCacheSubnetGroupAsync(array $args = [])
23
- * @method \Aws\Result createReplicationGroup(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createReplicationGroupAsync(array $args = [])
25
- * @method \Aws\Result createSnapshot(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
27
- * @method \Aws\Result decreaseReplicaCount(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise decreaseReplicaCountAsync(array $args = [])
29
- * @method \Aws\Result deleteCacheCluster(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteCacheClusterAsync(array $args = [])
31
- * @method \Aws\Result deleteCacheParameterGroup(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteCacheParameterGroupAsync(array $args = [])
33
- * @method \Aws\Result deleteCacheSecurityGroup(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise deleteCacheSecurityGroupAsync(array $args = [])
35
- * @method \Aws\Result deleteCacheSubnetGroup(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteCacheSubnetGroupAsync(array $args = [])
37
- * @method \Aws\Result deleteReplicationGroup(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteReplicationGroupAsync(array $args = [])
39
- * @method \Aws\Result deleteSnapshot(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
41
- * @method \Aws\Result describeCacheClusters(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeCacheClustersAsync(array $args = [])
43
- * @method \Aws\Result describeCacheEngineVersions(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeCacheEngineVersionsAsync(array $args = [])
45
- * @method \Aws\Result describeCacheParameterGroups(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeCacheParameterGroupsAsync(array $args = [])
47
- * @method \Aws\Result describeCacheParameters(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeCacheParametersAsync(array $args = [])
49
- * @method \Aws\Result describeCacheSecurityGroups(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise describeCacheSecurityGroupsAsync(array $args = [])
51
- * @method \Aws\Result describeCacheSubnetGroups(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise describeCacheSubnetGroupsAsync(array $args = [])
53
- * @method \Aws\Result describeEngineDefaultParameters(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise describeEngineDefaultParametersAsync(array $args = [])
55
- * @method \Aws\Result describeEvents(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
57
- * @method \Aws\Result describeReplicationGroups(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise describeReplicationGroupsAsync(array $args = [])
59
- * @method \Aws\Result describeReservedCacheNodes(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise describeReservedCacheNodesAsync(array $args = [])
61
- * @method \Aws\Result describeReservedCacheNodesOfferings(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise describeReservedCacheNodesOfferingsAsync(array $args = [])
63
- * @method \Aws\Result describeSnapshots(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = [])
65
- * @method \Aws\Result increaseReplicaCount(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise increaseReplicaCountAsync(array $args = [])
67
- * @method \Aws\Result listAllowedNodeTypeModifications(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise listAllowedNodeTypeModificationsAsync(array $args = [])
69
- * @method \Aws\Result listTagsForResource(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
71
- * @method \Aws\Result modifyCacheCluster(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise modifyCacheClusterAsync(array $args = [])
73
- * @method \Aws\Result modifyCacheParameterGroup(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise modifyCacheParameterGroupAsync(array $args = [])
75
- * @method \Aws\Result modifyCacheSubnetGroup(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise modifyCacheSubnetGroupAsync(array $args = [])
77
- * @method \Aws\Result modifyReplicationGroup(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise modifyReplicationGroupAsync(array $args = [])
79
- * @method \Aws\Result modifyReplicationGroupShardConfiguration(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise modifyReplicationGroupShardConfigurationAsync(array $args = [])
81
- * @method \Aws\Result purchaseReservedCacheNodesOffering(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise purchaseReservedCacheNodesOfferingAsync(array $args = [])
83
- * @method \Aws\Result rebootCacheCluster(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise rebootCacheClusterAsync(array $args = [])
85
- * @method \Aws\Result removeTagsFromResource(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
87
- * @method \Aws\Result resetCacheParameterGroup(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise resetCacheParameterGroupAsync(array $args = [])
89
- * @method \Aws\Result revokeCacheSecurityGroupIngress(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise revokeCacheSecurityGroupIngressAsync(array $args = [])
91
- * @method \Aws\Result testFailover(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise testFailoverAsync(array $args = [])
93
- */
94
- class ElastiCacheClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ElastiCache\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon ElastiCache service.
8
- */
9
- class ElastiCacheException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php DELETED
@@ -1,98 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticBeanstalk;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Elastic Beanstalk** service.
8
- *
9
- * @method \Aws\Result abortEnvironmentUpdate(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise abortEnvironmentUpdateAsync(array $args = [])
11
- * @method \Aws\Result applyEnvironmentManagedAction(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise applyEnvironmentManagedActionAsync(array $args = [])
13
- * @method \Aws\Result checkDNSAvailability(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise checkDNSAvailabilityAsync(array $args = [])
15
- * @method \Aws\Result composeEnvironments(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise composeEnvironmentsAsync(array $args = [])
17
- * @method \Aws\Result createApplication(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
19
- * @method \Aws\Result createApplicationVersion(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createApplicationVersionAsync(array $args = [])
21
- * @method \Aws\Result createConfigurationTemplate(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createConfigurationTemplateAsync(array $args = [])
23
- * @method \Aws\Result createEnvironment(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
25
- * @method \Aws\Result createPlatformVersion(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createPlatformVersionAsync(array $args = [])
27
- * @method \Aws\Result createStorageLocation(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise createStorageLocationAsync(array $args = [])
29
- * @method \Aws\Result deleteApplication(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
31
- * @method \Aws\Result deleteApplicationVersion(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteApplicationVersionAsync(array $args = [])
33
- * @method \Aws\Result deleteConfigurationTemplate(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise deleteConfigurationTemplateAsync(array $args = [])
35
- * @method \Aws\Result deleteEnvironmentConfiguration(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteEnvironmentConfigurationAsync(array $args = [])
37
- * @method \Aws\Result deletePlatformVersion(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deletePlatformVersionAsync(array $args = [])
39
- * @method \Aws\Result describeAccountAttributes(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
41
- * @method \Aws\Result describeApplicationVersions(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeApplicationVersionsAsync(array $args = [])
43
- * @method \Aws\Result describeApplications(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeApplicationsAsync(array $args = [])
45
- * @method \Aws\Result describeConfigurationOptions(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeConfigurationOptionsAsync(array $args = [])
47
- * @method \Aws\Result describeConfigurationSettings(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeConfigurationSettingsAsync(array $args = [])
49
- * @method \Aws\Result describeEnvironmentHealth(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentHealthAsync(array $args = [])
51
- * @method \Aws\Result describeEnvironmentManagedActionHistory(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentManagedActionHistoryAsync(array $args = [])
53
- * @method \Aws\Result describeEnvironmentManagedActions(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentManagedActionsAsync(array $args = [])
55
- * @method \Aws\Result describeEnvironmentResources(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentResourcesAsync(array $args = [])
57
- * @method \Aws\Result describeEnvironments(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise describeEnvironmentsAsync(array $args = [])
59
- * @method \Aws\Result describeEvents(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
61
- * @method \Aws\Result describeInstancesHealth(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise describeInstancesHealthAsync(array $args = [])
63
- * @method \Aws\Result describePlatformVersion(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise describePlatformVersionAsync(array $args = [])
65
- * @method \Aws\Result listAvailableSolutionStacks(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise listAvailableSolutionStacksAsync(array $args = [])
67
- * @method \Aws\Result listPlatformVersions(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise listPlatformVersionsAsync(array $args = [])
69
- * @method \Aws\Result listTagsForResource(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
71
- * @method \Aws\Result rebuildEnvironment(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise rebuildEnvironmentAsync(array $args = [])
73
- * @method \Aws\Result requestEnvironmentInfo(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise requestEnvironmentInfoAsync(array $args = [])
75
- * @method \Aws\Result restartAppServer(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise restartAppServerAsync(array $args = [])
77
- * @method \Aws\Result retrieveEnvironmentInfo(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise retrieveEnvironmentInfoAsync(array $args = [])
79
- * @method \Aws\Result swapEnvironmentCNAMEs(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise swapEnvironmentCNAMEsAsync(array $args = [])
81
- * @method \Aws\Result terminateEnvironment(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise terminateEnvironmentAsync(array $args = [])
83
- * @method \Aws\Result updateApplication(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
85
- * @method \Aws\Result updateApplicationResourceLifecycle(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise updateApplicationResourceLifecycleAsync(array $args = [])
87
- * @method \Aws\Result updateApplicationVersion(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise updateApplicationVersionAsync(array $args = [])
89
- * @method \Aws\Result updateConfigurationTemplate(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise updateConfigurationTemplateAsync(array $args = [])
91
- * @method \Aws\Result updateEnvironment(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
93
- * @method \Aws\Result updateTagsForResource(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise updateTagsForResourceAsync(array $args = [])
95
- * @method \Aws\Result validateConfigurationSettings(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise validateConfigurationSettingsAsync(array $args = [])
97
- */
98
- class ElasticBeanstalkClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticBeanstalk\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS Elastic Beanstalk service.
8
- */
9
- class ElasticBeanstalkException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php DELETED
@@ -1,68 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticLoadBalancing;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Elastic Load Balancing** service.
8
- *
9
- * @method \Aws\Result addTags(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
11
- * @method \Aws\Result applySecurityGroupsToLoadBalancer(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise applySecurityGroupsToLoadBalancerAsync(array $args = [])
13
- * @method \Aws\Result attachLoadBalancerToSubnets(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise attachLoadBalancerToSubnetsAsync(array $args = [])
15
- * @method \Aws\Result configureHealthCheck(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise configureHealthCheckAsync(array $args = [])
17
- * @method \Aws\Result createAppCookieStickinessPolicy(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createAppCookieStickinessPolicyAsync(array $args = [])
19
- * @method \Aws\Result createLBCookieStickinessPolicy(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createLBCookieStickinessPolicyAsync(array $args = [])
21
- * @method \Aws\Result createLoadBalancer(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createLoadBalancerAsync(array $args = [])
23
- * @method \Aws\Result createLoadBalancerListeners(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createLoadBalancerListenersAsync(array $args = [])
25
- * @method \Aws\Result createLoadBalancerPolicy(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createLoadBalancerPolicyAsync(array $args = [])
27
- * @method \Aws\Result deleteLoadBalancer(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerAsync(array $args = [])
29
- * @method \Aws\Result deleteLoadBalancerListeners(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerListenersAsync(array $args = [])
31
- * @method \Aws\Result deleteLoadBalancerPolicy(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerPolicyAsync(array $args = [])
33
- * @method \Aws\Result deregisterInstancesFromLoadBalancer(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise deregisterInstancesFromLoadBalancerAsync(array $args = [])
35
- * @method \Aws\Result describeAccountLimits(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = [])
37
- * @method \Aws\Result describeInstanceHealth(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise describeInstanceHealthAsync(array $args = [])
39
- * @method \Aws\Result describeLoadBalancerAttributes(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancerAttributesAsync(array $args = [])
41
- * @method \Aws\Result describeLoadBalancerPolicies(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancerPoliciesAsync(array $args = [])
43
- * @method \Aws\Result describeLoadBalancerPolicyTypes(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancerPolicyTypesAsync(array $args = [])
45
- * @method \Aws\Result describeLoadBalancers(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancersAsync(array $args = [])
47
- * @method \Aws\Result describeTags(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
49
- * @method \Aws\Result detachLoadBalancerFromSubnets(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise detachLoadBalancerFromSubnetsAsync(array $args = [])
51
- * @method \Aws\Result disableAvailabilityZonesForLoadBalancer(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise disableAvailabilityZonesForLoadBalancerAsync(array $args = [])
53
- * @method \Aws\Result enableAvailabilityZonesForLoadBalancer(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise enableAvailabilityZonesForLoadBalancerAsync(array $args = [])
55
- * @method \Aws\Result modifyLoadBalancerAttributes(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise modifyLoadBalancerAttributesAsync(array $args = [])
57
- * @method \Aws\Result registerInstancesWithLoadBalancer(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise registerInstancesWithLoadBalancerAsync(array $args = [])
59
- * @method \Aws\Result removeTags(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
61
- * @method \Aws\Result setLoadBalancerListenerSSLCertificate(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise setLoadBalancerListenerSSLCertificateAsync(array $args = [])
63
- * @method \Aws\Result setLoadBalancerPoliciesForBackendServer(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise setLoadBalancerPoliciesForBackendServerAsync(array $args = [])
65
- * @method \Aws\Result setLoadBalancerPoliciesOfListener(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise setLoadBalancerPoliciesOfListenerAsync(array $args = [])
67
- */
68
- class ElasticLoadBalancingClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticLoadBalancing\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Elastic Load Balancing service.
8
- */
9
- class ElasticLoadBalancingException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php DELETED
@@ -1,77 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticLoadBalancingV2;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Elastic Load Balancing** service.
8
- * @method \Aws\Result addListenerCertificates(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addListenerCertificatesAsync(array $args = [])
10
- * @method \Aws\Result addTags(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
12
- * @method \Aws\Result createListener(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createListenerAsync(array $args = [])
14
- * @method \Aws\Result createLoadBalancer(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createLoadBalancerAsync(array $args = [])
16
- * @method \Aws\Result createRule(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createRuleAsync(array $args = [])
18
- * @method \Aws\Result createTargetGroup(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createTargetGroupAsync(array $args = [])
20
- * @method \Aws\Result deleteListener(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteListenerAsync(array $args = [])
22
- * @method \Aws\Result deleteLoadBalancer(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerAsync(array $args = [])
24
- * @method \Aws\Result deleteRule(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
26
- * @method \Aws\Result deleteTargetGroup(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteTargetGroupAsync(array $args = [])
28
- * @method \Aws\Result deregisterTargets(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deregisterTargetsAsync(array $args = [])
30
- * @method \Aws\Result describeAccountLimits(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = [])
32
- * @method \Aws\Result describeListenerCertificates(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeListenerCertificatesAsync(array $args = [])
34
- * @method \Aws\Result describeListeners(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeListenersAsync(array $args = [])
36
- * @method \Aws\Result describeLoadBalancerAttributes(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancerAttributesAsync(array $args = [])
38
- * @method \Aws\Result describeLoadBalancers(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise describeLoadBalancersAsync(array $args = [])
40
- * @method \Aws\Result describeRules(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describeRulesAsync(array $args = [])
42
- * @method \Aws\Result describeSSLPolicies(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise describeSSLPoliciesAsync(array $args = [])
44
- * @method \Aws\Result describeTags(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
46
- * @method \Aws\Result describeTargetGroupAttributes(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise describeTargetGroupAttributesAsync(array $args = [])
48
- * @method \Aws\Result describeTargetGroups(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise describeTargetGroupsAsync(array $args = [])
50
- * @method \Aws\Result describeTargetHealth(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise describeTargetHealthAsync(array $args = [])
52
- * @method \Aws\Result modifyListener(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise modifyListenerAsync(array $args = [])
54
- * @method \Aws\Result modifyLoadBalancerAttributes(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise modifyLoadBalancerAttributesAsync(array $args = [])
56
- * @method \Aws\Result modifyRule(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise modifyRuleAsync(array $args = [])
58
- * @method \Aws\Result modifyTargetGroup(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise modifyTargetGroupAsync(array $args = [])
60
- * @method \Aws\Result modifyTargetGroupAttributes(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise modifyTargetGroupAttributesAsync(array $args = [])
62
- * @method \Aws\Result registerTargets(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise registerTargetsAsync(array $args = [])
64
- * @method \Aws\Result removeListenerCertificates(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise removeListenerCertificatesAsync(array $args = [])
66
- * @method \Aws\Result removeTags(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
68
- * @method \Aws\Result setIpAddressType(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise setIpAddressTypeAsync(array $args = [])
70
- * @method \Aws\Result setRulePriorities(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise setRulePrioritiesAsync(array $args = [])
72
- * @method \Aws\Result setSecurityGroups(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise setSecurityGroupsAsync(array $args = [])
74
- * @method \Aws\Result setSubnets(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise setSubnetsAsync(array $args = [])
76
- */
77
- class ElasticLoadBalancingV2Client extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticLoadBalancingV2\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Elastic Load Balancing** service.
8
- */
9
- class ElasticLoadBalancingV2Exception extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php DELETED
@@ -1,44 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticTranscoder;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Elastic Transcoder** service.
8
- *
9
- * @method \Aws\Result cancelJob(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = [])
11
- * @method \Aws\Result createJob(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
13
- * @method \Aws\Result createPipeline(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
15
- * @method \Aws\Result createPreset(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createPresetAsync(array $args = [])
17
- * @method \Aws\Result deletePipeline(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
19
- * @method \Aws\Result deletePreset(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deletePresetAsync(array $args = [])
21
- * @method \Aws\Result listJobsByPipeline(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise listJobsByPipelineAsync(array $args = [])
23
- * @method \Aws\Result listJobsByStatus(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise listJobsByStatusAsync(array $args = [])
25
- * @method \Aws\Result listPipelines(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
27
- * @method \Aws\Result listPresets(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise listPresetsAsync(array $args = [])
29
- * @method \Aws\Result readJob(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise readJobAsync(array $args = [])
31
- * @method \Aws\Result readPipeline(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise readPipelineAsync(array $args = [])
33
- * @method \Aws\Result readPreset(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise readPresetAsync(array $args = [])
35
- * @method \Aws\Result testRole(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise testRoleAsync(array $args = [])
37
- * @method \Aws\Result updatePipeline(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = [])
39
- * @method \Aws\Result updatePipelineNotifications(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise updatePipelineNotificationsAsync(array $args = [])
41
- * @method \Aws\Result updatePipelineStatus(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise updatePipelineStatusAsync(array $args = [])
43
- */
44
- class ElasticTranscoderClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticTranscoder\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon Elastic Transcoder service.
8
- */
9
- class ElasticTranscoderException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php DELETED
@@ -1,56 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticsearchService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Elasticsearch Service** service.
8
- *
9
- * @method \Aws\Result addTags(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
11
- * @method \Aws\Result cancelElasticsearchServiceSoftwareUpdate(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise cancelElasticsearchServiceSoftwareUpdateAsync(array $args = [])
13
- * @method \Aws\Result createElasticsearchDomain(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createElasticsearchDomainAsync(array $args = [])
15
- * @method \Aws\Result deleteElasticsearchDomain(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise deleteElasticsearchDomainAsync(array $args = [])
17
- * @method \Aws\Result deleteElasticsearchServiceRole(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deleteElasticsearchServiceRoleAsync(array $args = [])
19
- * @method \Aws\Result describeElasticsearchDomain(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainAsync(array $args = [])
21
- * @method \Aws\Result describeElasticsearchDomainConfig(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainConfigAsync(array $args = [])
23
- * @method \Aws\Result describeElasticsearchDomains(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainsAsync(array $args = [])
25
- * @method \Aws\Result describeElasticsearchInstanceTypeLimits(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise describeElasticsearchInstanceTypeLimitsAsync(array $args = [])
27
- * @method \Aws\Result describeReservedElasticsearchInstanceOfferings(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstanceOfferingsAsync(array $args = [])
29
- * @method \Aws\Result describeReservedElasticsearchInstances(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstancesAsync(array $args = [])
31
- * @method \Aws\Result getCompatibleElasticsearchVersions(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise getCompatibleElasticsearchVersionsAsync(array $args = [])
33
- * @method \Aws\Result getUpgradeHistory(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise getUpgradeHistoryAsync(array $args = [])
35
- * @method \Aws\Result getUpgradeStatus(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise getUpgradeStatusAsync(array $args = [])
37
- * @method \Aws\Result listDomainNames(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(array $args = [])
39
- * @method \Aws\Result listElasticsearchInstanceTypes(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise listElasticsearchInstanceTypesAsync(array $args = [])
41
- * @method \Aws\Result listElasticsearchVersions(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise listElasticsearchVersionsAsync(array $args = [])
43
- * @method \Aws\Result listTags(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
45
- * @method \Aws\Result purchaseReservedElasticsearchInstanceOffering(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise purchaseReservedElasticsearchInstanceOfferingAsync(array $args = [])
47
- * @method \Aws\Result removeTags(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
49
- * @method \Aws\Result startElasticsearchServiceSoftwareUpdate(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise startElasticsearchServiceSoftwareUpdateAsync(array $args = [])
51
- * @method \Aws\Result updateElasticsearchDomainConfig(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise updateElasticsearchDomainConfigAsync(array $args = [])
53
- * @method \Aws\Result upgradeElasticsearchDomain(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise upgradeElasticsearchDomainAsync(array $args = [])
55
- */
56
- class ElasticsearchServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ElasticsearchService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Elasticsearch Service** service.
8
- */
9
- class ElasticsearchServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Emr/EmrClient.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
- namespace Aws\Emr;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Elastic MapReduce (Amazon EMR)** service.
8
- *
9
- * @method \Aws\Result addInstanceFleet(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addInstanceFleetAsync(array $args = [])
11
- * @method \Aws\Result addInstanceGroups(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise addInstanceGroupsAsync(array $args = [])
13
- * @method \Aws\Result addJobFlowSteps(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise addJobFlowStepsAsync(array $args = [])
15
- * @method \Aws\Result addTags(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
17
- * @method \Aws\Result cancelSteps(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise cancelStepsAsync(array $args = [])
19
- * @method \Aws\Result createSecurityConfiguration(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createSecurityConfigurationAsync(array $args = [])
21
- * @method \Aws\Result deleteSecurityConfiguration(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteSecurityConfigurationAsync(array $args = [])
23
- * @method \Aws\Result describeCluster(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = [])
25
- * @method \Aws\Result describeJobFlows(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise describeJobFlowsAsync(array $args = [])
27
- * @method \Aws\Result describeSecurityConfiguration(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise describeSecurityConfigurationAsync(array $args = [])
29
- * @method \Aws\Result describeStep(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise describeStepAsync(array $args = [])
31
- * @method \Aws\Result listBootstrapActions(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise listBootstrapActionsAsync(array $args = [])
33
- * @method \Aws\Result listClusters(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
35
- * @method \Aws\Result listInstanceFleets(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise listInstanceFleetsAsync(array $args = [])
37
- * @method \Aws\Result listInstanceGroups(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise listInstanceGroupsAsync(array $args = [])
39
- * @method \Aws\Result listInstances(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
41
- * @method \Aws\Result listSecurityConfigurations(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise listSecurityConfigurationsAsync(array $args = [])
43
- * @method \Aws\Result listSteps(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise listStepsAsync(array $args = [])
45
- * @method \Aws\Result modifyInstanceFleet(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise modifyInstanceFleetAsync(array $args = [])
47
- * @method \Aws\Result modifyInstanceGroups(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise modifyInstanceGroupsAsync(array $args = [])
49
- * @method \Aws\Result putAutoScalingPolicy(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise putAutoScalingPolicyAsync(array $args = [])
51
- * @method \Aws\Result removeAutoScalingPolicy(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise removeAutoScalingPolicyAsync(array $args = [])
53
- * @method \Aws\Result removeTags(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
55
- * @method \Aws\Result runJobFlow(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise runJobFlowAsync(array $args = [])
57
- * @method \Aws\Result setTerminationProtection(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise setTerminationProtectionAsync(array $args = [])
59
- * @method \Aws\Result setVisibleToAllUsers(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise setVisibleToAllUsersAsync(array $args = [])
61
- * @method \Aws\Result terminateJobFlows(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise terminateJobFlowsAsync(array $args = [])
63
- */
64
- class EmrClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Emr\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon Elastic MapReduce service.
8
- */
9
- class EmrException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/FMS/Exception/FMSException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\FMS\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Firewall Management Service** service.
8
- */
9
- class FMSException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/FMS/FMSClient.php DELETED
@@ -1,37 +0,0 @@
1
- <?php
2
- namespace Aws\FMS;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Firewall Management Service** service.
8
- * @method \Aws\Result associateAdminAccount(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateAdminAccountAsync(array $args = [])
10
- * @method \Aws\Result deleteNotificationChannel(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteNotificationChannelAsync(array $args = [])
12
- * @method \Aws\Result deletePolicy(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
14
- * @method \Aws\Result disassociateAdminAccount(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise disassociateAdminAccountAsync(array $args = [])
16
- * @method \Aws\Result getAdminAccount(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise getAdminAccountAsync(array $args = [])
18
- * @method \Aws\Result getComplianceDetail(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise getComplianceDetailAsync(array $args = [])
20
- * @method \Aws\Result getNotificationChannel(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise getNotificationChannelAsync(array $args = [])
22
- * @method \Aws\Result getPolicy(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
24
- * @method \Aws\Result getProtectionStatus(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getProtectionStatusAsync(array $args = [])
26
- * @method \Aws\Result listComplianceStatus(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listComplianceStatusAsync(array $args = [])
28
- * @method \Aws\Result listMemberAccounts(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listMemberAccountsAsync(array $args = [])
30
- * @method \Aws\Result listPolicies(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
32
- * @method \Aws\Result putNotificationChannel(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise putNotificationChannelAsync(array $args = [])
34
- * @method \Aws\Result putPolicy(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise putPolicyAsync(array $args = [])
36
- */
37
- class FMSClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/FSx/Exception/FSxException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\FSx\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon FSx** service.
8
- */
9
- class FSxException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/FSx/FSxClient.php DELETED
@@ -1,31 +0,0 @@
1
- <?php
2
- namespace Aws\FSx;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon FSx** service.
8
- * @method \Aws\Result createBackup(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createBackupAsync(array $args = [])
10
- * @method \Aws\Result createFileSystem(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = [])
12
- * @method \Aws\Result createFileSystemFromBackup(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createFileSystemFromBackupAsync(array $args = [])
14
- * @method \Aws\Result deleteBackup(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = [])
16
- * @method \Aws\Result deleteFileSystem(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = [])
18
- * @method \Aws\Result describeBackups(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = [])
20
- * @method \Aws\Result describeFileSystems(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = [])
22
- * @method \Aws\Result listTagsForResource(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
24
- * @method \Aws\Result tagResource(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
26
- * @method \Aws\Result untagResource(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
28
- * @method \Aws\Result updateFileSystem(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = [])
30
- */
31
- class FSxClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Firehose\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Kinesis Firehose** service.
8
- */
9
- class FirehoseException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php DELETED
@@ -1,34 +0,0 @@
1
- <?php
2
- namespace Aws\Firehose;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Kinesis Firehose** service.
8
- *
9
- * @method \Aws\Result createDeliveryStream(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise createDeliveryStreamAsync(array $args = [])
11
- * @method \Aws\Result deleteDeliveryStream(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise deleteDeliveryStreamAsync(array $args = [])
13
- * @method \Aws\Result describeDeliveryStream(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise describeDeliveryStreamAsync(array $args = [])
15
- * @method \Aws\Result listDeliveryStreams(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise listDeliveryStreamsAsync(array $args = [])
17
- * @method \Aws\Result listTagsForDeliveryStream(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise listTagsForDeliveryStreamAsync(array $args = [])
19
- * @method \Aws\Result putRecord(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise putRecordAsync(array $args = [])
21
- * @method \Aws\Result putRecordBatch(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise putRecordBatchAsync(array $args = [])
23
- * @method \Aws\Result startDeliveryStreamEncryption(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise startDeliveryStreamEncryptionAsync(array $args = [])
25
- * @method \Aws\Result stopDeliveryStreamEncryption(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise stopDeliveryStreamEncryptionAsync(array $args = [])
27
- * @method \Aws\Result tagDeliveryStream(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise tagDeliveryStreamAsync(array $args = [])
29
- * @method \Aws\Result untagDeliveryStream(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise untagDeliveryStreamAsync(array $args = [])
31
- * @method \Aws\Result updateDestination(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise updateDestinationAsync(array $args = [])
33
- */
34
- class FirehoseClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\GameLift\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon GameLift** service.
8
- */
9
- class GameLiftException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php DELETED
@@ -1,156 +0,0 @@
1
- <?php
2
- namespace Aws\GameLift;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon GameLift** service.
8
- *
9
- * @method \Aws\Result acceptMatch(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise acceptMatchAsync(array $args = [])
11
- * @method \Aws\Result createAlias(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
13
- * @method \Aws\Result createBuild(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createBuildAsync(array $args = [])
15
- * @method \Aws\Result createFleet(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
17
- * @method \Aws\Result createGameSession(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createGameSessionAsync(array $args = [])
19
- * @method \Aws\Result createGameSessionQueue(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createGameSessionQueueAsync(array $args = [])
21
- * @method \Aws\Result createMatchmakingConfiguration(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createMatchmakingConfigurationAsync(array $args = [])
23
- * @method \Aws\Result createMatchmakingRuleSet(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createMatchmakingRuleSetAsync(array $args = [])
25
- * @method \Aws\Result createPlayerSession(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createPlayerSessionAsync(array $args = [])
27
- * @method \Aws\Result createPlayerSessions(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise createPlayerSessionsAsync(array $args = [])
29
- * @method \Aws\Result createScript(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise createScriptAsync(array $args = [])
31
- * @method \Aws\Result createVpcPeeringAuthorization(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise createVpcPeeringAuthorizationAsync(array $args = [])
33
- * @method \Aws\Result createVpcPeeringConnection(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise createVpcPeeringConnectionAsync(array $args = [])
35
- * @method \Aws\Result deleteAlias(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteAliasAsync(array $args = [])
37
- * @method \Aws\Result deleteBuild(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteBuildAsync(array $args = [])
39
- * @method \Aws\Result deleteFleet(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
41
- * @method \Aws\Result deleteGameSessionQueue(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise deleteGameSessionQueueAsync(array $args = [])
43
- * @method \Aws\Result deleteMatchmakingConfiguration(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise deleteMatchmakingConfigurationAsync(array $args = [])
45
- * @method \Aws\Result deleteMatchmakingRuleSet(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise deleteMatchmakingRuleSetAsync(array $args = [])
47
- * @method \Aws\Result deleteScalingPolicy(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise deleteScalingPolicyAsync(array $args = [])
49
- * @method \Aws\Result deleteScript(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise deleteScriptAsync(array $args = [])
51
- * @method \Aws\Result deleteVpcPeeringAuthorization(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise deleteVpcPeeringAuthorizationAsync(array $args = [])
53
- * @method \Aws\Result deleteVpcPeeringConnection(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise deleteVpcPeeringConnectionAsync(array $args = [])
55
- * @method \Aws\Result describeAlias(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise describeAliasAsync(array $args = [])
57
- * @method \Aws\Result describeBuild(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise describeBuildAsync(array $args = [])
59
- * @method \Aws\Result describeEC2InstanceLimits(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise describeEC2InstanceLimitsAsync(array $args = [])
61
- * @method \Aws\Result describeFleetAttributes(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise describeFleetAttributesAsync(array $args = [])
63
- * @method \Aws\Result describeFleetCapacity(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise describeFleetCapacityAsync(array $args = [])
65
- * @method \Aws\Result describeFleetEvents(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise describeFleetEventsAsync(array $args = [])
67
- * @method \Aws\Result describeFleetPortSettings(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise describeFleetPortSettingsAsync(array $args = [])
69
- * @method \Aws\Result describeFleetUtilization(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise describeFleetUtilizationAsync(array $args = [])
71
- * @method \Aws\Result describeGameSessionDetails(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise describeGameSessionDetailsAsync(array $args = [])
73
- * @method \Aws\Result describeGameSessionPlacement(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise describeGameSessionPlacementAsync(array $args = [])
75
- * @method \Aws\Result describeGameSessionQueues(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise describeGameSessionQueuesAsync(array $args = [])
77
- * @method \Aws\Result describeGameSessions(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise describeGameSessionsAsync(array $args = [])
79
- * @method \Aws\Result describeInstances(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise describeInstancesAsync(array $args = [])
81
- * @method \Aws\Result describeMatchmaking(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise describeMatchmakingAsync(array $args = [])
83
- * @method \Aws\Result describeMatchmakingConfigurations(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise describeMatchmakingConfigurationsAsync(array $args = [])
85
- * @method \Aws\Result describeMatchmakingRuleSets(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise describeMatchmakingRuleSetsAsync(array $args = [])
87
- * @method \Aws\Result describePlayerSessions(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise describePlayerSessionsAsync(array $args = [])
89
- * @method \Aws\Result describeRuntimeConfiguration(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise describeRuntimeConfigurationAsync(array $args = [])
91
- * @method \Aws\Result describeScalingPolicies(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise describeScalingPoliciesAsync(array $args = [])
93
- * @method \Aws\Result describeScript(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise describeScriptAsync(array $args = [])
95
- * @method \Aws\Result describeVpcPeeringAuthorizations(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise describeVpcPeeringAuthorizationsAsync(array $args = [])
97
- * @method \Aws\Result describeVpcPeeringConnections(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise describeVpcPeeringConnectionsAsync(array $args = [])
99
- * @method \Aws\Result getGameSessionLogUrl(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise getGameSessionLogUrlAsync(array $args = [])
101
- * @method \Aws\Result getInstanceAccess(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise getInstanceAccessAsync(array $args = [])
103
- * @method \Aws\Result listAliases(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
105
- * @method \Aws\Result listBuilds(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise listBuildsAsync(array $args = [])
107
- * @method \Aws\Result listFleets(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
109
- * @method \Aws\Result listScripts(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise listScriptsAsync(array $args = [])
111
- * @method \Aws\Result putScalingPolicy(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise putScalingPolicyAsync(array $args = [])
113
- * @method \Aws\Result requestUploadCredentials(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise requestUploadCredentialsAsync(array $args = [])
115
- * @method \Aws\Result resolveAlias(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise resolveAliasAsync(array $args = [])
117
- * @method \Aws\Result searchGameSessions(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise searchGameSessionsAsync(array $args = [])
119
- * @method \Aws\Result startFleetActions(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise startFleetActionsAsync(array $args = [])
121
- * @method \Aws\Result startGameSessionPlacement(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise startGameSessionPlacementAsync(array $args = [])
123
- * @method \Aws\Result startMatchBackfill(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise startMatchBackfillAsync(array $args = [])
125
- * @method \Aws\Result startMatchmaking(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise startMatchmakingAsync(array $args = [])
127
- * @method \Aws\Result stopFleetActions(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise stopFleetActionsAsync(array $args = [])
129
- * @method \Aws\Result stopGameSessionPlacement(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise stopGameSessionPlacementAsync(array $args = [])
131
- * @method \Aws\Result stopMatchmaking(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise stopMatchmakingAsync(array $args = [])
133
- * @method \Aws\Result updateAlias(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise updateAliasAsync(array $args = [])
135
- * @method \Aws\Result updateBuild(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise updateBuildAsync(array $args = [])
137
- * @method \Aws\Result updateFleetAttributes(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise updateFleetAttributesAsync(array $args = [])
139
- * @method \Aws\Result updateFleetCapacity(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise updateFleetCapacityAsync(array $args = [])
141
- * @method \Aws\Result updateFleetPortSettings(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise updateFleetPortSettingsAsync(array $args = [])
143
- * @method \Aws\Result updateGameSession(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise updateGameSessionAsync(array $args = [])
145
- * @method \Aws\Result updateGameSessionQueue(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise updateGameSessionQueueAsync(array $args = [])
147
- * @method \Aws\Result updateMatchmakingConfiguration(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise updateMatchmakingConfigurationAsync(array $args = [])
149
- * @method \Aws\Result updateRuntimeConfiguration(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise updateRuntimeConfigurationAsync(array $args = [])
151
- * @method \Aws\Result updateScript(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise updateScriptAsync(array $args = [])
153
- * @method \Aws\Result validateMatchmakingRuleSet(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise validateMatchmakingRuleSetAsync(array $args = [])
155
- */
156
- class GameLiftClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\GlobalAccelerator\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Global Accelerator** service.
8
- */
9
- class GlobalAcceleratorException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php DELETED
@@ -1,43 +0,0 @@
1
- <?php
2
- namespace Aws\GlobalAccelerator;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Global Accelerator** service.
8
- * @method \Aws\Result createAccelerator(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createAcceleratorAsync(array $args = [])
10
- * @method \Aws\Result createEndpointGroup(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createEndpointGroupAsync(array $args = [])
12
- * @method \Aws\Result createListener(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createListenerAsync(array $args = [])
14
- * @method \Aws\Result deleteAccelerator(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteAcceleratorAsync(array $args = [])
16
- * @method \Aws\Result deleteEndpointGroup(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteEndpointGroupAsync(array $args = [])
18
- * @method \Aws\Result deleteListener(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteListenerAsync(array $args = [])
20
- * @method \Aws\Result describeAccelerator(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeAcceleratorAsync(array $args = [])
22
- * @method \Aws\Result describeAcceleratorAttributes(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeAcceleratorAttributesAsync(array $args = [])
24
- * @method \Aws\Result describeEndpointGroup(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeEndpointGroupAsync(array $args = [])
26
- * @method \Aws\Result describeListener(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeListenerAsync(array $args = [])
28
- * @method \Aws\Result listAccelerators(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listAcceleratorsAsync(array $args = [])
30
- * @method \Aws\Result listEndpointGroups(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listEndpointGroupsAsync(array $args = [])
32
- * @method \Aws\Result listListeners(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listListenersAsync(array $args = [])
34
- * @method \Aws\Result updateAccelerator(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise updateAcceleratorAsync(array $args = [])
36
- * @method \Aws\Result updateAcceleratorAttributes(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updateAcceleratorAttributesAsync(array $args = [])
38
- * @method \Aws\Result updateEndpointGroup(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateEndpointGroupAsync(array $args = [])
40
- * @method \Aws\Result updateListener(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise updateListenerAsync(array $args = [])
42
- */
43
- class GlobalAcceleratorClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Glue/Exception/GlueException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Glue\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Glue** service.
8
- */
9
- class GlueException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Glue/GlueClient.php DELETED
@@ -1,205 +0,0 @@
1
- <?php
2
- namespace Aws\Glue;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Glue** service.
8
- * @method \Aws\Result batchCreatePartition(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise batchCreatePartitionAsync(array $args = [])
10
- * @method \Aws\Result batchDeleteConnection(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise batchDeleteConnectionAsync(array $args = [])
12
- * @method \Aws\Result batchDeletePartition(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise batchDeletePartitionAsync(array $args = [])
14
- * @method \Aws\Result batchDeleteTable(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise batchDeleteTableAsync(array $args = [])
16
- * @method \Aws\Result batchDeleteTableVersion(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise batchDeleteTableVersionAsync(array $args = [])
18
- * @method \Aws\Result batchGetCrawlers(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise batchGetCrawlersAsync(array $args = [])
20
- * @method \Aws\Result batchGetDevEndpoints(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise batchGetDevEndpointsAsync(array $args = [])
22
- * @method \Aws\Result batchGetJobs(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise batchGetJobsAsync(array $args = [])
24
- * @method \Aws\Result batchGetPartition(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise batchGetPartitionAsync(array $args = [])
26
- * @method \Aws\Result batchGetTriggers(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise batchGetTriggersAsync(array $args = [])
28
- * @method \Aws\Result batchStopJobRun(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise batchStopJobRunAsync(array $args = [])
30
- * @method \Aws\Result createClassifier(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise createClassifierAsync(array $args = [])
32
- * @method \Aws\Result createConnection(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
34
- * @method \Aws\Result createCrawler(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise createCrawlerAsync(array $args = [])
36
- * @method \Aws\Result createDatabase(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise createDatabaseAsync(array $args = [])
38
- * @method \Aws\Result createDevEndpoint(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise createDevEndpointAsync(array $args = [])
40
- * @method \Aws\Result createJob(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
42
- * @method \Aws\Result createPartition(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise createPartitionAsync(array $args = [])
44
- * @method \Aws\Result createScript(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise createScriptAsync(array $args = [])
46
- * @method \Aws\Result createSecurityConfiguration(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise createSecurityConfigurationAsync(array $args = [])
48
- * @method \Aws\Result createTable(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise createTableAsync(array $args = [])
50
- * @method \Aws\Result createTrigger(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise createTriggerAsync(array $args = [])
52
- * @method \Aws\Result createUserDefinedFunction(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise createUserDefinedFunctionAsync(array $args = [])
54
- * @method \Aws\Result deleteClassifier(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise deleteClassifierAsync(array $args = [])
56
- * @method \Aws\Result deleteConnection(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
58
- * @method \Aws\Result deleteCrawler(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise deleteCrawlerAsync(array $args = [])
60
- * @method \Aws\Result deleteDatabase(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise deleteDatabaseAsync(array $args = [])
62
- * @method \Aws\Result deleteDevEndpoint(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise deleteDevEndpointAsync(array $args = [])
64
- * @method \Aws\Result deleteJob(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
66
- * @method \Aws\Result deletePartition(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise deletePartitionAsync(array $args = [])
68
- * @method \Aws\Result deleteResourcePolicy(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
70
- * @method \Aws\Result deleteSecurityConfiguration(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise deleteSecurityConfigurationAsync(array $args = [])
72
- * @method \Aws\Result deleteTable(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = [])
74
- * @method \Aws\Result deleteTableVersion(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise deleteTableVersionAsync(array $args = [])
76
- * @method \Aws\Result deleteTrigger(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise deleteTriggerAsync(array $args = [])
78
- * @method \Aws\Result deleteUserDefinedFunction(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise deleteUserDefinedFunctionAsync(array $args = [])
80
- * @method \Aws\Result getCatalogImportStatus(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise getCatalogImportStatusAsync(array $args = [])
82
- * @method \Aws\Result getClassifier(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise getClassifierAsync(array $args = [])
84
- * @method \Aws\Result getClassifiers(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise getClassifiersAsync(array $args = [])
86
- * @method \Aws\Result getConnection(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
88
- * @method \Aws\Result getConnections(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise getConnectionsAsync(array $args = [])
90
- * @method \Aws\Result getCrawler(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise getCrawlerAsync(array $args = [])
92
- * @method \Aws\Result getCrawlerMetrics(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise getCrawlerMetricsAsync(array $args = [])
94
- * @method \Aws\Result getCrawlers(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise getCrawlersAsync(array $args = [])
96
- * @method \Aws\Result getDataCatalogEncryptionSettings(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise getDataCatalogEncryptionSettingsAsync(array $args = [])
98
- * @method \Aws\Result getDatabase(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise getDatabaseAsync(array $args = [])
100
- * @method \Aws\Result getDatabases(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise getDatabasesAsync(array $args = [])
102
- * @method \Aws\Result getDataflowGraph(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise getDataflowGraphAsync(array $args = [])
104
- * @method \Aws\Result getDevEndpoint(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise getDevEndpointAsync(array $args = [])
106
- * @method \Aws\Result getDevEndpoints(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise getDevEndpointsAsync(array $args = [])
108
- * @method \Aws\Result getJob(array $args = [])
109
- * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
110
- * @method \Aws\Result getJobRun(array $args = [])
111
- * @method \GuzzleHttp\Promise\Promise getJobRunAsync(array $args = [])
112
- * @method \Aws\Result getJobRuns(array $args = [])
113
- * @method \GuzzleHttp\Promise\Promise getJobRunsAsync(array $args = [])
114
- * @method \Aws\Result getJobs(array $args = [])
115
- * @method \GuzzleHttp\Promise\Promise getJobsAsync(array $args = [])
116
- * @method \Aws\Result getMapping(array $args = [])
117
- * @method \GuzzleHttp\Promise\Promise getMappingAsync(array $args = [])
118
- * @method \Aws\Result getPartition(array $args = [])
119
- * @method \GuzzleHttp\Promise\Promise getPartitionAsync(array $args = [])
120
- * @method \Aws\Result getPartitions(array $args = [])
121
- * @method \GuzzleHttp\Promise\Promise getPartitionsAsync(array $args = [])
122
- * @method \Aws\Result getPlan(array $args = [])
123
- * @method \GuzzleHttp\Promise\Promise getPlanAsync(array $args = [])
124
- * @method \Aws\Result getResourcePolicy(array $args = [])
125
- * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
126
- * @method \Aws\Result getSecurityConfiguration(array $args = [])
127
- * @method \GuzzleHttp\Promise\Promise getSecurityConfigurationAsync(array $args = [])
128
- * @method \Aws\Result getSecurityConfigurations(array $args = [])
129
- * @method \GuzzleHttp\Promise\Promise getSecurityConfigurationsAsync(array $args = [])
130
- * @method \Aws\Result getTable(array $args = [])
131
- * @method \GuzzleHttp\Promise\Promise getTableAsync(array $args = [])
132
- * @method \Aws\Result getTableVersion(array $args = [])
133
- * @method \GuzzleHttp\Promise\Promise getTableVersionAsync(array $args = [])
134
- * @method \Aws\Result getTableVersions(array $args = [])
135
- * @method \GuzzleHttp\Promise\Promise getTableVersionsAsync(array $args = [])
136
- * @method \Aws\Result getTables(array $args = [])
137
- * @method \GuzzleHttp\Promise\Promise getTablesAsync(array $args = [])
138
- * @method \Aws\Result getTags(array $args = [])
139
- * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
140
- * @method \Aws\Result getTrigger(array $args = [])
141
- * @method \GuzzleHttp\Promise\Promise getTriggerAsync(array $args = [])
142
- * @method \Aws\Result getTriggers(array $args = [])
143
- * @method \GuzzleHttp\Promise\Promise getTriggersAsync(array $args = [])
144
- * @method \Aws\Result getUserDefinedFunction(array $args = [])
145
- * @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionAsync(array $args = [])
146
- * @method \Aws\Result getUserDefinedFunctions(array $args = [])
147
- * @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionsAsync(array $args = [])
148
- * @method \Aws\Result importCatalogToGlue(array $args = [])
149
- * @method \GuzzleHttp\Promise\Promise importCatalogToGlueAsync(array $args = [])
150
- * @method \Aws\Result listCrawlers(array $args = [])
151
- * @method \GuzzleHttp\Promise\Promise listCrawlersAsync(array $args = [])
152
- * @method \Aws\Result listDevEndpoints(array $args = [])
153
- * @method \GuzzleHttp\Promise\Promise listDevEndpointsAsync(array $args = [])
154
- * @method \Aws\Result listJobs(array $args = [])
155
- * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
156
- * @method \Aws\Result listTriggers(array $args = [])
157
- * @method \GuzzleHttp\Promise\Promise listTriggersAsync(array $args = [])
158
- * @method \Aws\Result putDataCatalogEncryptionSettings(array $args = [])
159
- * @method \GuzzleHttp\Promise\Promise putDataCatalogEncryptionSettingsAsync(array $args = [])
160
- * @method \Aws\Result putResourcePolicy(array $args = [])
161
- * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
162
- * @method \Aws\Result resetJobBookmark(array $args = [])
163
- * @method \GuzzleHttp\Promise\Promise resetJobBookmarkAsync(array $args = [])
164
- * @method \Aws\Result startCrawler(array $args = [])
165
- * @method \GuzzleHttp\Promise\Promise startCrawlerAsync(array $args = [])
166
- * @method \Aws\Result startCrawlerSchedule(array $args = [])
167
- * @method \GuzzleHttp\Promise\Promise startCrawlerScheduleAsync(array $args = [])
168
- * @method \Aws\Result startJobRun(array $args = [])
169
- * @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = [])
170
- * @method \Aws\Result startTrigger(array $args = [])
171
- * @method \GuzzleHttp\Promise\Promise startTriggerAsync(array $args = [])
172
- * @method \Aws\Result stopCrawler(array $args = [])
173
- * @method \GuzzleHttp\Promise\Promise stopCrawlerAsync(array $args = [])
174
- * @method \Aws\Result stopCrawlerSchedule(array $args = [])
175
- * @method \GuzzleHttp\Promise\Promise stopCrawlerScheduleAsync(array $args = [])
176
- * @method \Aws\Result stopTrigger(array $args = [])
177
- * @method \GuzzleHttp\Promise\Promise stopTriggerAsync(array $args = [])
178
- * @method \Aws\Result tagResource(array $args = [])
179
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
180
- * @method \Aws\Result untagResource(array $args = [])
181
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
182
- * @method \Aws\Result updateClassifier(array $args = [])
183
- * @method \GuzzleHttp\Promise\Promise updateClassifierAsync(array $args = [])
184
- * @method \Aws\Result updateConnection(array $args = [])
185
- * @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
186
- * @method \Aws\Result updateCrawler(array $args = [])
187
- * @method \GuzzleHttp\Promise\Promise updateCrawlerAsync(array $args = [])
188
- * @method \Aws\Result updateCrawlerSchedule(array $args = [])
189
- * @method \GuzzleHttp\Promise\Promise updateCrawlerScheduleAsync(array $args = [])
190
- * @method \Aws\Result updateDatabase(array $args = [])
191
- * @method \GuzzleHttp\Promise\Promise updateDatabaseAsync(array $args = [])
192
- * @method \Aws\Result updateDevEndpoint(array $args = [])
193
- * @method \GuzzleHttp\Promise\Promise updateDevEndpointAsync(array $args = [])
194
- * @method \Aws\Result updateJob(array $args = [])
195
- * @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
196
- * @method \Aws\Result updatePartition(array $args = [])
197
- * @method \GuzzleHttp\Promise\Promise updatePartitionAsync(array $args = [])
198
- * @method \Aws\Result updateTable(array $args = [])
199
- * @method \GuzzleHttp\Promise\Promise updateTableAsync(array $args = [])
200
- * @method \Aws\Result updateTrigger(array $args = [])
201
- * @method \GuzzleHttp\Promise\Promise updateTriggerAsync(array $args = [])
202
- * @method \Aws\Result updateUserDefinedFunction(array $args = [])
203
- * @method \GuzzleHttp\Promise\Promise updateUserDefinedFunctionAsync(array $args = [])
204
- */
205
- class GlueClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Greengrass\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Greengrass** service.
8
- */
9
- class GreengrassException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php DELETED
@@ -1,189 +0,0 @@
1
- <?php
2
- namespace Aws\Greengrass;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Greengrass** service.
8
- * @method \Aws\Result associateRoleToGroup(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateRoleToGroupAsync(array $args = [])
10
- * @method \Aws\Result associateServiceRoleToAccount(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise associateServiceRoleToAccountAsync(array $args = [])
12
- * @method \Aws\Result createConnectorDefinition(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createConnectorDefinitionAsync(array $args = [])
14
- * @method \Aws\Result createConnectorDefinitionVersion(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createConnectorDefinitionVersionAsync(array $args = [])
16
- * @method \Aws\Result createCoreDefinition(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createCoreDefinitionAsync(array $args = [])
18
- * @method \Aws\Result createCoreDefinitionVersion(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createCoreDefinitionVersionAsync(array $args = [])
20
- * @method \Aws\Result createDeployment(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
22
- * @method \Aws\Result createDeviceDefinition(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createDeviceDefinitionAsync(array $args = [])
24
- * @method \Aws\Result createDeviceDefinitionVersion(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createDeviceDefinitionVersionAsync(array $args = [])
26
- * @method \Aws\Result createFunctionDefinition(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createFunctionDefinitionAsync(array $args = [])
28
- * @method \Aws\Result createFunctionDefinitionVersion(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise createFunctionDefinitionVersionAsync(array $args = [])
30
- * @method \Aws\Result createGroup(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
32
- * @method \Aws\Result createGroupCertificateAuthority(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise createGroupCertificateAuthorityAsync(array $args = [])
34
- * @method \Aws\Result createGroupVersion(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise createGroupVersionAsync(array $args = [])
36
- * @method \Aws\Result createLoggerDefinition(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise createLoggerDefinitionAsync(array $args = [])
38
- * @method \Aws\Result createLoggerDefinitionVersion(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise createLoggerDefinitionVersionAsync(array $args = [])
40
- * @method \Aws\Result createResourceDefinition(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise createResourceDefinitionAsync(array $args = [])
42
- * @method \Aws\Result createResourceDefinitionVersion(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise createResourceDefinitionVersionAsync(array $args = [])
44
- * @method \Aws\Result createSoftwareUpdateJob(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise createSoftwareUpdateJobAsync(array $args = [])
46
- * @method \Aws\Result createSubscriptionDefinition(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise createSubscriptionDefinitionAsync(array $args = [])
48
- * @method \Aws\Result createSubscriptionDefinitionVersion(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise createSubscriptionDefinitionVersionAsync(array $args = [])
50
- * @method \Aws\Result tagResource(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
52
- * @method \Aws\Result deleteConnectorDefinition(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise deleteConnectorDefinitionAsync(array $args = [])
54
- * @method \Aws\Result deleteCoreDefinition(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise deleteCoreDefinitionAsync(array $args = [])
56
- * @method \Aws\Result deleteDeviceDefinition(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise deleteDeviceDefinitionAsync(array $args = [])
58
- * @method \Aws\Result deleteFunctionDefinition(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise deleteFunctionDefinitionAsync(array $args = [])
60
- * @method \Aws\Result deleteGroup(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
62
- * @method \Aws\Result deleteLoggerDefinition(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise deleteLoggerDefinitionAsync(array $args = [])
64
- * @method \Aws\Result deleteResourceDefinition(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise deleteResourceDefinitionAsync(array $args = [])
66
- * @method \Aws\Result deleteSubscriptionDefinition(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise deleteSubscriptionDefinitionAsync(array $args = [])
68
- * @method \Aws\Result untagResource(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
70
- * @method \Aws\Result disassociateRoleFromGroup(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise disassociateRoleFromGroupAsync(array $args = [])
72
- * @method \Aws\Result disassociateServiceRoleFromAccount(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise disassociateServiceRoleFromAccountAsync(array $args = [])
74
- * @method \Aws\Result getAssociatedRole(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise getAssociatedRoleAsync(array $args = [])
76
- * @method \Aws\Result getBulkDeploymentStatus(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise getBulkDeploymentStatusAsync(array $args = [])
78
- * @method \Aws\Result getConnectivityInfo(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise getConnectivityInfoAsync(array $args = [])
80
- * @method \Aws\Result getConnectorDefinition(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise getConnectorDefinitionAsync(array $args = [])
82
- * @method \Aws\Result getConnectorDefinitionVersion(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise getConnectorDefinitionVersionAsync(array $args = [])
84
- * @method \Aws\Result getCoreDefinition(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise getCoreDefinitionAsync(array $args = [])
86
- * @method \Aws\Result getCoreDefinitionVersion(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise getCoreDefinitionVersionAsync(array $args = [])
88
- * @method \Aws\Result getDeploymentStatus(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise getDeploymentStatusAsync(array $args = [])
90
- * @method \Aws\Result getDeviceDefinition(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise getDeviceDefinitionAsync(array $args = [])
92
- * @method \Aws\Result getDeviceDefinitionVersion(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise getDeviceDefinitionVersionAsync(array $args = [])
94
- * @method \Aws\Result getFunctionDefinition(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise getFunctionDefinitionAsync(array $args = [])
96
- * @method \Aws\Result getFunctionDefinitionVersion(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise getFunctionDefinitionVersionAsync(array $args = [])
98
- * @method \Aws\Result getGroup(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
100
- * @method \Aws\Result getGroupCertificateAuthority(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise getGroupCertificateAuthorityAsync(array $args = [])
102
- * @method \Aws\Result getGroupCertificateConfiguration(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise getGroupCertificateConfigurationAsync(array $args = [])
104
- * @method \Aws\Result getGroupVersion(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise getGroupVersionAsync(array $args = [])
106
- * @method \Aws\Result getLoggerDefinition(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise getLoggerDefinitionAsync(array $args = [])
108
- * @method \Aws\Result getLoggerDefinitionVersion(array $args = [])
109
- * @method \GuzzleHttp\Promise\Promise getLoggerDefinitionVersionAsync(array $args = [])
110
- * @method \Aws\Result getResourceDefinition(array $args = [])
111
- * @method \GuzzleHttp\Promise\Promise getResourceDefinitionAsync(array $args = [])
112
- * @method \Aws\Result getResourceDefinitionVersion(array $args = [])
113
- * @method \GuzzleHttp\Promise\Promise getResourceDefinitionVersionAsync(array $args = [])
114
- * @method \Aws\Result getServiceRoleForAccount(array $args = [])
115
- * @method \GuzzleHttp\Promise\Promise getServiceRoleForAccountAsync(array $args = [])
116
- * @method \Aws\Result getSubscriptionDefinition(array $args = [])
117
- * @method \GuzzleHttp\Promise\Promise getSubscriptionDefinitionAsync(array $args = [])
118
- * @method \Aws\Result getSubscriptionDefinitionVersion(array $args = [])
119
- * @method \GuzzleHttp\Promise\Promise getSubscriptionDefinitionVersionAsync(array $args = [])
120
- * @method \Aws\Result listBulkDeploymentDetailedReports(array $args = [])
121
- * @method \GuzzleHttp\Promise\Promise listBulkDeploymentDetailedReportsAsync(array $args = [])
122
- * @method \Aws\Result listBulkDeployments(array $args = [])
123
- * @method \GuzzleHttp\Promise\Promise listBulkDeploymentsAsync(array $args = [])
124
- * @method \Aws\Result listConnectorDefinitionVersions(array $args = [])
125
- * @method \GuzzleHttp\Promise\Promise listConnectorDefinitionVersionsAsync(array $args = [])
126
- * @method \Aws\Result listConnectorDefinitions(array $args = [])
127
- * @method \GuzzleHttp\Promise\Promise listConnectorDefinitionsAsync(array $args = [])
128
- * @method \Aws\Result listCoreDefinitionVersions(array $args = [])
129
- * @method \GuzzleHttp\Promise\Promise listCoreDefinitionVersionsAsync(array $args = [])
130
- * @method \Aws\Result listCoreDefinitions(array $args = [])
131
- * @method \GuzzleHttp\Promise\Promise listCoreDefinitionsAsync(array $args = [])
132
- * @method \Aws\Result listDeployments(array $args = [])
133
- * @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
134
- * @method \Aws\Result listDeviceDefinitionVersions(array $args = [])
135
- * @method \GuzzleHttp\Promise\Promise listDeviceDefinitionVersionsAsync(array $args = [])
136
- * @method \Aws\Result listDeviceDefinitions(array $args = [])
137
- * @method \GuzzleHttp\Promise\Promise listDeviceDefinitionsAsync(array $args = [])
138
- * @method \Aws\Result listFunctionDefinitionVersions(array $args = [])
139
- * @method \GuzzleHttp\Promise\Promise listFunctionDefinitionVersionsAsync(array $args = [])
140
- * @method \Aws\Result listFunctionDefinitions(array $args = [])
141
- * @method \GuzzleHttp\Promise\Promise listFunctionDefinitionsAsync(array $args = [])
142
- * @method \Aws\Result listGroupCertificateAuthorities(array $args = [])
143
- * @method \GuzzleHttp\Promise\Promise listGroupCertificateAuthoritiesAsync(array $args = [])
144
- * @method \Aws\Result listGroupVersions(array $args = [])
145
- * @method \GuzzleHttp\Promise\Promise listGroupVersionsAsync(array $args = [])
146
- * @method \Aws\Result listGroups(array $args = [])
147
- * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
148
- * @method \Aws\Result listLoggerDefinitionVersions(array $args = [])
149
- * @method \GuzzleHttp\Promise\Promise listLoggerDefinitionVersionsAsync(array $args = [])
150
- * @method \Aws\Result listLoggerDefinitions(array $args = [])
151
- * @method \GuzzleHttp\Promise\Promise listLoggerDefinitionsAsync(array $args = [])
152
- * @method \Aws\Result listResourceDefinitionVersions(array $args = [])
153
- * @method \GuzzleHttp\Promise\Promise listResourceDefinitionVersionsAsync(array $args = [])
154
- * @method \Aws\Result listResourceDefinitions(array $args = [])
155
- * @method \GuzzleHttp\Promise\Promise listResourceDefinitionsAsync(array $args = [])
156
- * @method \Aws\Result listSubscriptionDefinitionVersions(array $args = [])
157
- * @method \GuzzleHttp\Promise\Promise listSubscriptionDefinitionVersionsAsync(array $args = [])
158
- * @method \Aws\Result listSubscriptionDefinitions(array $args = [])
159
- * @method \GuzzleHttp\Promise\Promise listSubscriptionDefinitionsAsync(array $args = [])
160
- * @method \Aws\Result listTagsForResource(array $args = [])
161
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
162
- * @method \Aws\Result resetDeployments(array $args = [])
163
- * @method \GuzzleHttp\Promise\Promise resetDeploymentsAsync(array $args = [])
164
- * @method \Aws\Result startBulkDeployment(array $args = [])
165
- * @method \GuzzleHttp\Promise\Promise startBulkDeploymentAsync(array $args = [])
166
- * @method \Aws\Result stopBulkDeployment(array $args = [])
167
- * @method \GuzzleHttp\Promise\Promise stopBulkDeploymentAsync(array $args = [])
168
- * @method \Aws\Result updateConnectivityInfo(array $args = [])
169
- * @method \GuzzleHttp\Promise\Promise updateConnectivityInfoAsync(array $args = [])
170
- * @method \Aws\Result updateConnectorDefinition(array $args = [])
171
- * @method \GuzzleHttp\Promise\Promise updateConnectorDefinitionAsync(array $args = [])
172
- * @method \Aws\Result updateCoreDefinition(array $args = [])
173
- * @method \GuzzleHttp\Promise\Promise updateCoreDefinitionAsync(array $args = [])
174
- * @method \Aws\Result updateDeviceDefinition(array $args = [])
175
- * @method \GuzzleHttp\Promise\Promise updateDeviceDefinitionAsync(array $args = [])
176
- * @method \Aws\Result updateFunctionDefinition(array $args = [])
177
- * @method \GuzzleHttp\Promise\Promise updateFunctionDefinitionAsync(array $args = [])
178
- * @method \Aws\Result updateGroup(array $args = [])
179
- * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
180
- * @method \Aws\Result updateGroupCertificateConfiguration(array $args = [])
181
- * @method \GuzzleHttp\Promise\Promise updateGroupCertificateConfigurationAsync(array $args = [])
182
- * @method \Aws\Result updateLoggerDefinition(array $args = [])
183
- * @method \GuzzleHttp\Promise\Promise updateLoggerDefinitionAsync(array $args = [])
184
- * @method \Aws\Result updateResourceDefinition(array $args = [])
185
- * @method \GuzzleHttp\Promise\Promise updateResourceDefinitionAsync(array $args = [])
186
- * @method \Aws\Result updateSubscriptionDefinition(array $args = [])
187
- * @method \GuzzleHttp\Promise\Promise updateSubscriptionDefinitionAsync(array $args = [])
188
- */
189
- class GreengrassClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\GuardDuty\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon GuardDuty** service.
8
- */
9
- class GuardDutyException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php DELETED
@@ -1,93 +0,0 @@
1
- <?php
2
- namespace Aws\GuardDuty;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon GuardDuty** service.
8
- * @method \Aws\Result acceptInvitation(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise acceptInvitationAsync(array $args = [])
10
- * @method \Aws\Result archiveFindings(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise archiveFindingsAsync(array $args = [])
12
- * @method \Aws\Result createDetector(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createDetectorAsync(array $args = [])
14
- * @method \Aws\Result createFilter(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
16
- * @method \Aws\Result createIPSet(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createIPSetAsync(array $args = [])
18
- * @method \Aws\Result createMembers(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createMembersAsync(array $args = [])
20
- * @method \Aws\Result createSampleFindings(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createSampleFindingsAsync(array $args = [])
22
- * @method \Aws\Result createThreatIntelSet(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createThreatIntelSetAsync(array $args = [])
24
- * @method \Aws\Result declineInvitations(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise declineInvitationsAsync(array $args = [])
26
- * @method \Aws\Result deleteDetector(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteDetectorAsync(array $args = [])
28
- * @method \Aws\Result deleteFilter(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
30
- * @method \Aws\Result deleteIPSet(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteIPSetAsync(array $args = [])
32
- * @method \Aws\Result deleteInvitations(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteInvitationsAsync(array $args = [])
34
- * @method \Aws\Result deleteMembers(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise deleteMembersAsync(array $args = [])
36
- * @method \Aws\Result deleteThreatIntelSet(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise deleteThreatIntelSetAsync(array $args = [])
38
- * @method \Aws\Result disassociateFromMasterAccount(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise disassociateFromMasterAccountAsync(array $args = [])
40
- * @method \Aws\Result disassociateMembers(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise disassociateMembersAsync(array $args = [])
42
- * @method \Aws\Result getDetector(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise getDetectorAsync(array $args = [])
44
- * @method \Aws\Result getFilter(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise getFilterAsync(array $args = [])
46
- * @method \Aws\Result getFindings(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise getFindingsAsync(array $args = [])
48
- * @method \Aws\Result getFindingsStatistics(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise getFindingsStatisticsAsync(array $args = [])
50
- * @method \Aws\Result getIPSet(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise getIPSetAsync(array $args = [])
52
- * @method \Aws\Result getInvitationsCount(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise getInvitationsCountAsync(array $args = [])
54
- * @method \Aws\Result getMasterAccount(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise getMasterAccountAsync(array $args = [])
56
- * @method \Aws\Result getMembers(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise getMembersAsync(array $args = [])
58
- * @method \Aws\Result getThreatIntelSet(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise getThreatIntelSetAsync(array $args = [])
60
- * @method \Aws\Result inviteMembers(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise inviteMembersAsync(array $args = [])
62
- * @method \Aws\Result listDetectors(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise listDetectorsAsync(array $args = [])
64
- * @method \Aws\Result listFilters(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise listFiltersAsync(array $args = [])
66
- * @method \Aws\Result listFindings(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
68
- * @method \Aws\Result listIPSets(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise listIPSetsAsync(array $args = [])
70
- * @method \Aws\Result listInvitations(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise listInvitationsAsync(array $args = [])
72
- * @method \Aws\Result listMembers(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
74
- * @method \Aws\Result listThreatIntelSets(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise listThreatIntelSetsAsync(array $args = [])
76
- * @method \Aws\Result startMonitoringMembers(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise startMonitoringMembersAsync(array $args = [])
78
- * @method \Aws\Result stopMonitoringMembers(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise stopMonitoringMembersAsync(array $args = [])
80
- * @method \Aws\Result unarchiveFindings(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise unarchiveFindingsAsync(array $args = [])
82
- * @method \Aws\Result updateDetector(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise updateDetectorAsync(array $args = [])
84
- * @method \Aws\Result updateFilter(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise updateFilterAsync(array $args = [])
86
- * @method \Aws\Result updateFindingsFeedback(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise updateFindingsFeedbackAsync(array $args = [])
88
- * @method \Aws\Result updateIPSet(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise updateIPSetAsync(array $args = [])
90
- * @method \Aws\Result updateThreatIntelSet(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise updateThreatIntelSetAsync(array $args = [])
92
- */
93
- class GuardDutyClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Health\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Health APIs and Notifications** service.
8
- */
9
- class HealthException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Health/HealthClient.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
- namespace Aws\Health;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Health APIs and Notifications** service.
8
- * @method \Aws\Result describeAffectedEntities(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise describeAffectedEntitiesAsync(array $args = [])
10
- * @method \Aws\Result describeEntityAggregates(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise describeEntityAggregatesAsync(array $args = [])
12
- * @method \Aws\Result describeEventAggregates(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise describeEventAggregatesAsync(array $args = [])
14
- * @method \Aws\Result describeEventDetails(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise describeEventDetailsAsync(array $args = [])
16
- * @method \Aws\Result describeEventTypes(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise describeEventTypesAsync(array $args = [])
18
- * @method \Aws\Result describeEvents(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
20
- */
21
- class HealthClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Iam\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS Identity and Access Management service.
8
- */
9
- class IamException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Iam/IamClient.php DELETED
@@ -1,286 +0,0 @@
1
- <?php
2
- namespace Aws\Iam;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Identity and Access Management (AWS IAM)** service.
8
- *
9
- * @method \Aws\Result addClientIDToOpenIDConnectProvider(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addClientIDToOpenIDConnectProviderAsync(array $args = [])
11
- * @method \Aws\Result addRoleToInstanceProfile(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise addRoleToInstanceProfileAsync(array $args = [])
13
- * @method \Aws\Result addUserToGroup(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise addUserToGroupAsync(array $args = [])
15
- * @method \Aws\Result attachGroupPolicy(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise attachGroupPolicyAsync(array $args = [])
17
- * @method \Aws\Result attachRolePolicy(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise attachRolePolicyAsync(array $args = [])
19
- * @method \Aws\Result attachUserPolicy(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise attachUserPolicyAsync(array $args = [])
21
- * @method \Aws\Result changePassword(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise changePasswordAsync(array $args = [])
23
- * @method \Aws\Result createAccessKey(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createAccessKeyAsync(array $args = [])
25
- * @method \Aws\Result createAccountAlias(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createAccountAliasAsync(array $args = [])
27
- * @method \Aws\Result createGroup(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
29
- * @method \Aws\Result createInstanceProfile(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise createInstanceProfileAsync(array $args = [])
31
- * @method \Aws\Result createLoginProfile(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise createLoginProfileAsync(array $args = [])
33
- * @method \Aws\Result createOpenIDConnectProvider(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise createOpenIDConnectProviderAsync(array $args = [])
35
- * @method \Aws\Result createPolicy(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise createPolicyAsync(array $args = [])
37
- * @method \Aws\Result createPolicyVersion(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise createPolicyVersionAsync(array $args = [])
39
- * @method \Aws\Result createRole(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise createRoleAsync(array $args = [])
41
- * @method \Aws\Result createSAMLProvider(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise createSAMLProviderAsync(array $args = [])
43
- * @method \Aws\Result createServiceLinkedRole(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise createServiceLinkedRoleAsync(array $args = [])
45
- * @method \Aws\Result createServiceSpecificCredential(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise createServiceSpecificCredentialAsync(array $args = [])
47
- * @method \Aws\Result createUser(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
49
- * @method \Aws\Result createVirtualMFADevice(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise createVirtualMFADeviceAsync(array $args = [])
51
- * @method \Aws\Result deactivateMFADevice(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise deactivateMFADeviceAsync(array $args = [])
53
- * @method \Aws\Result deleteAccessKey(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise deleteAccessKeyAsync(array $args = [])
55
- * @method \Aws\Result deleteAccountAlias(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise deleteAccountAliasAsync(array $args = [])
57
- * @method \Aws\Result deleteAccountPasswordPolicy(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise deleteAccountPasswordPolicyAsync(array $args = [])
59
- * @method \Aws\Result deleteGroup(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
61
- * @method \Aws\Result deleteGroupPolicy(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise deleteGroupPolicyAsync(array $args = [])
63
- * @method \Aws\Result deleteInstanceProfile(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise deleteInstanceProfileAsync(array $args = [])
65
- * @method \Aws\Result deleteLoginProfile(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise deleteLoginProfileAsync(array $args = [])
67
- * @method \Aws\Result deleteOpenIDConnectProvider(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise deleteOpenIDConnectProviderAsync(array $args = [])
69
- * @method \Aws\Result deletePolicy(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
71
- * @method \Aws\Result deletePolicyVersion(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise deletePolicyVersionAsync(array $args = [])
73
- * @method \Aws\Result deleteRole(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise deleteRoleAsync(array $args = [])
75
- * @method \Aws\Result deleteRolePermissionsBoundary(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise deleteRolePermissionsBoundaryAsync(array $args = [])
77
- * @method \Aws\Result deleteRolePolicy(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise deleteRolePolicyAsync(array $args = [])
79
- * @method \Aws\Result deleteSAMLProvider(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise deleteSAMLProviderAsync(array $args = [])
81
- * @method \Aws\Result deleteSSHPublicKey(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise deleteSSHPublicKeyAsync(array $args = [])
83
- * @method \Aws\Result deleteServerCertificate(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise deleteServerCertificateAsync(array $args = [])
85
- * @method \Aws\Result deleteServiceLinkedRole(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise deleteServiceLinkedRoleAsync(array $args = [])
87
- * @method \Aws\Result deleteServiceSpecificCredential(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise deleteServiceSpecificCredentialAsync(array $args = [])
89
- * @method \Aws\Result deleteSigningCertificate(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise deleteSigningCertificateAsync(array $args = [])
91
- * @method \Aws\Result deleteUser(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
93
- * @method \Aws\Result deleteUserPermissionsBoundary(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise deleteUserPermissionsBoundaryAsync(array $args = [])
95
- * @method \Aws\Result deleteUserPolicy(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise deleteUserPolicyAsync(array $args = [])
97
- * @method \Aws\Result deleteVirtualMFADevice(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise deleteVirtualMFADeviceAsync(array $args = [])
99
- * @method \Aws\Result detachGroupPolicy(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise detachGroupPolicyAsync(array $args = [])
101
- * @method \Aws\Result detachRolePolicy(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise detachRolePolicyAsync(array $args = [])
103
- * @method \Aws\Result detachUserPolicy(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise detachUserPolicyAsync(array $args = [])
105
- * @method \Aws\Result enableMFADevice(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise enableMFADeviceAsync(array $args = [])
107
- * @method \Aws\Result generateCredentialReport(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise generateCredentialReportAsync(array $args = [])
109
- * @method \Aws\Result generateServiceLastAccessedDetails(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise generateServiceLastAccessedDetailsAsync(array $args = [])
111
- * @method \Aws\Result getAccessKeyLastUsed(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise getAccessKeyLastUsedAsync(array $args = [])
113
- * @method \Aws\Result getAccountAuthorizationDetails(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise getAccountAuthorizationDetailsAsync(array $args = [])
115
- * @method \Aws\Result getAccountPasswordPolicy(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise getAccountPasswordPolicyAsync(array $args = [])
117
- * @method \Aws\Result getAccountSummary(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise getAccountSummaryAsync(array $args = [])
119
- * @method \Aws\Result getContextKeysForCustomPolicy(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise getContextKeysForCustomPolicyAsync(array $args = [])
121
- * @method \Aws\Result getContextKeysForPrincipalPolicy(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise getContextKeysForPrincipalPolicyAsync(array $args = [])
123
- * @method \Aws\Result getCredentialReport(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise getCredentialReportAsync(array $args = [])
125
- * @method \Aws\Result getGroup(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
127
- * @method \Aws\Result getGroupPolicy(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise getGroupPolicyAsync(array $args = [])
129
- * @method \Aws\Result getInstanceProfile(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise getInstanceProfileAsync(array $args = [])
131
- * @method \Aws\Result getLoginProfile(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise getLoginProfileAsync(array $args = [])
133
- * @method \Aws\Result getOpenIDConnectProvider(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise getOpenIDConnectProviderAsync(array $args = [])
135
- * @method \Aws\Result getPolicy(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
137
- * @method \Aws\Result getPolicyVersion(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise getPolicyVersionAsync(array $args = [])
139
- * @method \Aws\Result getRole(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise getRoleAsync(array $args = [])
141
- * @method \Aws\Result getRolePolicy(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise getRolePolicyAsync(array $args = [])
143
- * @method \Aws\Result getSAMLProvider(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise getSAMLProviderAsync(array $args = [])
145
- * @method \Aws\Result getSSHPublicKey(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise getSSHPublicKeyAsync(array $args = [])
147
- * @method \Aws\Result getServerCertificate(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise getServerCertificateAsync(array $args = [])
149
- * @method \Aws\Result getServiceLastAccessedDetails(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise getServiceLastAccessedDetailsAsync(array $args = [])
151
- * @method \Aws\Result getServiceLastAccessedDetailsWithEntities(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise getServiceLastAccessedDetailsWithEntitiesAsync(array $args = [])
153
- * @method \Aws\Result getServiceLinkedRoleDeletionStatus(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise getServiceLinkedRoleDeletionStatusAsync(array $args = [])
155
- * @method \Aws\Result getUser(array $args = [])
156
- * @method \GuzzleHttp\Promise\Promise getUserAsync(array $args = [])
157
- * @method \Aws\Result getUserPolicy(array $args = [])
158
- * @method \GuzzleHttp\Promise\Promise getUserPolicyAsync(array $args = [])
159
- * @method \Aws\Result listAccessKeys(array $args = [])
160
- * @method \GuzzleHttp\Promise\Promise listAccessKeysAsync(array $args = [])
161
- * @method \Aws\Result listAccountAliases(array $args = [])
162
- * @method \GuzzleHttp\Promise\Promise listAccountAliasesAsync(array $args = [])
163
- * @method \Aws\Result listAttachedGroupPolicies(array $args = [])
164
- * @method \GuzzleHttp\Promise\Promise listAttachedGroupPoliciesAsync(array $args = [])
165
- * @method \Aws\Result listAttachedRolePolicies(array $args = [])
166
- * @method \GuzzleHttp\Promise\Promise listAttachedRolePoliciesAsync(array $args = [])
167
- * @method \Aws\Result listAttachedUserPolicies(array $args = [])
168
- * @method \GuzzleHttp\Promise\Promise listAttachedUserPoliciesAsync(array $args = [])
169
- * @method \Aws\Result listEntitiesForPolicy(array $args = [])
170
- * @method \GuzzleHttp\Promise\Promise listEntitiesForPolicyAsync(array $args = [])
171
- * @method \Aws\Result listGroupPolicies(array $args = [])
172
- * @method \GuzzleHttp\Promise\Promise listGroupPoliciesAsync(array $args = [])
173
- * @method \Aws\Result listGroups(array $args = [])
174
- * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
175
- * @method \Aws\Result listGroupsForUser(array $args = [])
176
- * @method \GuzzleHttp\Promise\Promise listGroupsForUserAsync(array $args = [])
177
- * @method \Aws\Result listInstanceProfiles(array $args = [])
178
- * @method \GuzzleHttp\Promise\Promise listInstanceProfilesAsync(array $args = [])
179
- * @method \Aws\Result listInstanceProfilesForRole(array $args = [])
180
- * @method \GuzzleHttp\Promise\Promise listInstanceProfilesForRoleAsync(array $args = [])
181
- * @method \Aws\Result listMFADevices(array $args = [])
182
- * @method \GuzzleHttp\Promise\Promise listMFADevicesAsync(array $args = [])
183
- * @method \Aws\Result listOpenIDConnectProviders(array $args = [])
184
- * @method \GuzzleHttp\Promise\Promise listOpenIDConnectProvidersAsync(array $args = [])
185
- * @method \Aws\Result listPolicies(array $args = [])
186
- * @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
187
- * @method \Aws\Result listPoliciesGrantingServiceAccess(array $args = [])
188
- * @method \GuzzleHttp\Promise\Promise listPoliciesGrantingServiceAccessAsync(array $args = [])
189
- * @method \Aws\Result listPolicyVersions(array $args = [])
190
- * @method \GuzzleHttp\Promise\Promise listPolicyVersionsAsync(array $args = [])
191
- * @method \Aws\Result listRolePolicies(array $args = [])
192
- * @method \GuzzleHttp\Promise\Promise listRolePoliciesAsync(array $args = [])
193
- * @method \Aws\Result listRoleTags(array $args = [])
194
- * @method \GuzzleHttp\Promise\Promise listRoleTagsAsync(array $args = [])
195
- * @method \Aws\Result listRoles(array $args = [])
196
- * @method \GuzzleHttp\Promise\Promise listRolesAsync(array $args = [])
197
- * @method \Aws\Result listSAMLProviders(array $args = [])
198
- * @method \GuzzleHttp\Promise\Promise listSAMLProvidersAsync(array $args = [])
199
- * @method \Aws\Result listSSHPublicKeys(array $args = [])
200
- * @method \GuzzleHttp\Promise\Promise listSSHPublicKeysAsync(array $args = [])
201
- * @method \Aws\Result listServerCertificates(array $args = [])
202
- * @method \GuzzleHttp\Promise\Promise listServerCertificatesAsync(array $args = [])
203
- * @method \Aws\Result listServiceSpecificCredentials(array $args = [])
204
- * @method \GuzzleHttp\Promise\Promise listServiceSpecificCredentialsAsync(array $args = [])
205
- * @method \Aws\Result listSigningCertificates(array $args = [])
206
- * @method \GuzzleHttp\Promise\Promise listSigningCertificatesAsync(array $args = [])
207
- * @method \Aws\Result listUserPolicies(array $args = [])
208
- * @method \GuzzleHttp\Promise\Promise listUserPoliciesAsync(array $args = [])
209
- * @method \Aws\Result listUserTags(array $args = [])
210
- * @method \GuzzleHttp\Promise\Promise listUserTagsAsync(array $args = [])
211
- * @method \Aws\Result listUsers(array $args = [])
212
- * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
213
- * @method \Aws\Result listVirtualMFADevices(array $args = [])
214
- * @method \GuzzleHttp\Promise\Promise listVirtualMFADevicesAsync(array $args = [])
215
- * @method \Aws\Result putGroupPolicy(array $args = [])
216
- * @method \GuzzleHttp\Promise\Promise putGroupPolicyAsync(array $args = [])
217
- * @method \Aws\Result putRolePermissionsBoundary(array $args = [])
218
- * @method \GuzzleHttp\Promise\Promise putRolePermissionsBoundaryAsync(array $args = [])
219
- * @method \Aws\Result putRolePolicy(array $args = [])
220
- * @method \GuzzleHttp\Promise\Promise putRolePolicyAsync(array $args = [])
221
- * @method \Aws\Result putUserPermissionsBoundary(array $args = [])
222
- * @method \GuzzleHttp\Promise\Promise putUserPermissionsBoundaryAsync(array $args = [])
223
- * @method \Aws\Result putUserPolicy(array $args = [])
224
- * @method \GuzzleHttp\Promise\Promise putUserPolicyAsync(array $args = [])
225
- * @method \Aws\Result removeClientIDFromOpenIDConnectProvider(array $args = [])
226
- * @method \GuzzleHttp\Promise\Promise removeClientIDFromOpenIDConnectProviderAsync(array $args = [])
227
- * @method \Aws\Result removeRoleFromInstanceProfile(array $args = [])
228
- * @method \GuzzleHttp\Promise\Promise removeRoleFromInstanceProfileAsync(array $args = [])
229
- * @method \Aws\Result removeUserFromGroup(array $args = [])
230
- * @method \GuzzleHttp\Promise\Promise removeUserFromGroupAsync(array $args = [])
231
- * @method \Aws\Result resetServiceSpecificCredential(array $args = [])
232
- * @method \GuzzleHttp\Promise\Promise resetServiceSpecificCredentialAsync(array $args = [])
233
- * @method \Aws\Result resyncMFADevice(array $args = [])
234
- * @method \GuzzleHttp\Promise\Promise resyncMFADeviceAsync(array $args = [])
235
- * @method \Aws\Result setDefaultPolicyVersion(array $args = [])
236
- * @method \GuzzleHttp\Promise\Promise setDefaultPolicyVersionAsync(array $args = [])
237
- * @method \Aws\Result setSecurityTokenServicePreferences(array $args = [])
238
- * @method \GuzzleHttp\Promise\Promise setSecurityTokenServicePreferencesAsync(array $args = [])
239
- * @method \Aws\Result simulateCustomPolicy(array $args = [])
240
- * @method \GuzzleHttp\Promise\Promise simulateCustomPolicyAsync(array $args = [])
241
- * @method \Aws\Result simulatePrincipalPolicy(array $args = [])
242
- * @method \GuzzleHttp\Promise\Promise simulatePrincipalPolicyAsync(array $args = [])
243
- * @method \Aws\Result tagRole(array $args = [])
244
- * @method \GuzzleHttp\Promise\Promise tagRoleAsync(array $args = [])
245
- * @method \Aws\Result tagUser(array $args = [])
246
- * @method \GuzzleHttp\Promise\Promise tagUserAsync(array $args = [])
247
- * @method \Aws\Result untagRole(array $args = [])
248
- * @method \GuzzleHttp\Promise\Promise untagRoleAsync(array $args = [])
249
- * @method \Aws\Result untagUser(array $args = [])
250
- * @method \GuzzleHttp\Promise\Promise untagUserAsync(array $args = [])
251
- * @method \Aws\Result updateAccessKey(array $args = [])
252
- * @method \GuzzleHttp\Promise\Promise updateAccessKeyAsync(array $args = [])
253
- * @method \Aws\Result updateAccountPasswordPolicy(array $args = [])
254
- * @method \GuzzleHttp\Promise\Promise updateAccountPasswordPolicyAsync(array $args = [])
255
- * @method \Aws\Result updateAssumeRolePolicy(array $args = [])
256
- * @method \GuzzleHttp\Promise\Promise updateAssumeRolePolicyAsync(array $args = [])
257
- * @method \Aws\Result updateGroup(array $args = [])
258
- * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
259
- * @method \Aws\Result updateLoginProfile(array $args = [])
260
- * @method \GuzzleHttp\Promise\Promise updateLoginProfileAsync(array $args = [])
261
- * @method \Aws\Result updateOpenIDConnectProviderThumbprint(array $args = [])
262
- * @method \GuzzleHttp\Promise\Promise updateOpenIDConnectProviderThumbprintAsync(array $args = [])
263
- * @method \Aws\Result updateRole(array $args = [])
264
- * @method \GuzzleHttp\Promise\Promise updateRoleAsync(array $args = [])
265
- * @method \Aws\Result updateRoleDescription(array $args = [])
266
- * @method \GuzzleHttp\Promise\Promise updateRoleDescriptionAsync(array $args = [])
267
- * @method \Aws\Result updateSAMLProvider(array $args = [])
268
- * @method \GuzzleHttp\Promise\Promise updateSAMLProviderAsync(array $args = [])
269
- * @method \Aws\Result updateSSHPublicKey(array $args = [])
270
- * @method \GuzzleHttp\Promise\Promise updateSSHPublicKeyAsync(array $args = [])
271
- * @method \Aws\Result updateServerCertificate(array $args = [])
272
- * @method \GuzzleHttp\Promise\Promise updateServerCertificateAsync(array $args = [])
273
- * @method \Aws\Result updateServiceSpecificCredential(array $args = [])
274
- * @method \GuzzleHttp\Promise\Promise updateServiceSpecificCredentialAsync(array $args = [])
275
- * @method \Aws\Result updateSigningCertificate(array $args = [])
276
- * @method \GuzzleHttp\Promise\Promise updateSigningCertificateAsync(array $args = [])
277
- * @method \Aws\Result updateUser(array $args = [])
278
- * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
279
- * @method \Aws\Result uploadSSHPublicKey(array $args = [])
280
- * @method \GuzzleHttp\Promise\Promise uploadSSHPublicKeyAsync(array $args = [])
281
- * @method \Aws\Result uploadServerCertificate(array $args = [])
282
- * @method \GuzzleHttp\Promise\Promise uploadServerCertificateAsync(array $args = [])
283
- * @method \Aws\Result uploadSigningCertificate(array $args = [])
284
- * @method \GuzzleHttp\Promise\Promise uploadSigningCertificateAsync(array $args = [])
285
- */
286
- class IamClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ImportExport\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Import/Export** service.
8
- */
9
- class ImportExportException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
- namespace Aws\ImportExport;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Import/Export** service.
8
- * @method \Aws\Result cancelJob(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = [])
10
- * @method \Aws\Result createJob(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
12
- * @method \Aws\Result getShippingLabel(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise getShippingLabelAsync(array $args = [])
14
- * @method \Aws\Result getStatus(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getStatusAsync(array $args = [])
16
- * @method \Aws\Result listJobs(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
18
- * @method \Aws\Result updateJob(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
20
- */
21
- class ImportExportClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Inspector\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Inspector** service.
8
- */
9
- class InspectorException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php DELETED
@@ -1,84 +0,0 @@
1
- <?php
2
- namespace Aws\Inspector;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Inspector** service.
8
- *
9
- * @method \Aws\Result addAttributesToFindings(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addAttributesToFindingsAsync(array $args = [])
11
- * @method \Aws\Result createAssessmentTarget(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createAssessmentTargetAsync(array $args = [])
13
- * @method \Aws\Result createAssessmentTemplate(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createAssessmentTemplateAsync(array $args = [])
15
- * @method \Aws\Result createExclusionsPreview(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createExclusionsPreviewAsync(array $args = [])
17
- * @method \Aws\Result createResourceGroup(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createResourceGroupAsync(array $args = [])
19
- * @method \Aws\Result deleteAssessmentRun(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise deleteAssessmentRunAsync(array $args = [])
21
- * @method \Aws\Result deleteAssessmentTarget(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteAssessmentTargetAsync(array $args = [])
23
- * @method \Aws\Result deleteAssessmentTemplate(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteAssessmentTemplateAsync(array $args = [])
25
- * @method \Aws\Result describeAssessmentRuns(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise describeAssessmentRunsAsync(array $args = [])
27
- * @method \Aws\Result describeAssessmentTargets(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise describeAssessmentTargetsAsync(array $args = [])
29
- * @method \Aws\Result describeAssessmentTemplates(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise describeAssessmentTemplatesAsync(array $args = [])
31
- * @method \Aws\Result describeCrossAccountAccessRole(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise describeCrossAccountAccessRoleAsync(array $args = [])
33
- * @method \Aws\Result describeExclusions(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise describeExclusionsAsync(array $args = [])
35
- * @method \Aws\Result describeFindings(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise describeFindingsAsync(array $args = [])
37
- * @method \Aws\Result describeResourceGroups(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise describeResourceGroupsAsync(array $args = [])
39
- * @method \Aws\Result describeRulesPackages(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise describeRulesPackagesAsync(array $args = [])
41
- * @method \Aws\Result getAssessmentReport(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise getAssessmentReportAsync(array $args = [])
43
- * @method \Aws\Result getExclusionsPreview(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise getExclusionsPreviewAsync(array $args = [])
45
- * @method \Aws\Result getTelemetryMetadata(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise getTelemetryMetadataAsync(array $args = [])
47
- * @method \Aws\Result listAssessmentRunAgents(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise listAssessmentRunAgentsAsync(array $args = [])
49
- * @method \Aws\Result listAssessmentRuns(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise listAssessmentRunsAsync(array $args = [])
51
- * @method \Aws\Result listAssessmentTargets(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise listAssessmentTargetsAsync(array $args = [])
53
- * @method \Aws\Result listAssessmentTemplates(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise listAssessmentTemplatesAsync(array $args = [])
55
- * @method \Aws\Result listEventSubscriptions(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise listEventSubscriptionsAsync(array $args = [])
57
- * @method \Aws\Result listExclusions(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise listExclusionsAsync(array $args = [])
59
- * @method \Aws\Result listFindings(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
61
- * @method \Aws\Result listRulesPackages(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise listRulesPackagesAsync(array $args = [])
63
- * @method \Aws\Result listTagsForResource(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
65
- * @method \Aws\Result previewAgents(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise previewAgentsAsync(array $args = [])
67
- * @method \Aws\Result registerCrossAccountAccessRole(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise registerCrossAccountAccessRoleAsync(array $args = [])
69
- * @method \Aws\Result removeAttributesFromFindings(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise removeAttributesFromFindingsAsync(array $args = [])
71
- * @method \Aws\Result setTagsForResource(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise setTagsForResourceAsync(array $args = [])
73
- * @method \Aws\Result startAssessmentRun(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise startAssessmentRunAsync(array $args = [])
75
- * @method \Aws\Result stopAssessmentRun(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise stopAssessmentRunAsync(array $args = [])
77
- * @method \Aws\Result subscribeToEvent(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise subscribeToEventAsync(array $args = [])
79
- * @method \Aws\Result unsubscribeFromEvent(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise unsubscribeFromEventAsync(array $args = [])
81
- * @method \Aws\Result updateAssessmentTarget(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise updateAssessmentTargetAsync(array $args = [])
83
- */
84
- class InspectorClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\IoT1ClickDevicesService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS IoT 1-Click Devices Service** service.
8
- */
9
- class IoT1ClickDevicesServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php DELETED
@@ -1,35 +0,0 @@
1
- <?php
2
- namespace Aws\IoT1ClickDevicesService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS IoT 1-Click Devices Service** service.
8
- * @method \Aws\Result claimDevicesByClaimCode(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise claimDevicesByClaimCodeAsync(array $args = [])
10
- * @method \Aws\Result describeDevice(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise describeDeviceAsync(array $args = [])
12
- * @method \Aws\Result finalizeDeviceClaim(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise finalizeDeviceClaimAsync(array $args = [])
14
- * @method \Aws\Result getDeviceMethods(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getDeviceMethodsAsync(array $args = [])
16
- * @method \Aws\Result initiateDeviceClaim(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise initiateDeviceClaimAsync(array $args = [])
18
- * @method \Aws\Result invokeDeviceMethod(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise invokeDeviceMethodAsync(array $args = [])
20
- * @method \Aws\Result listDeviceEvents(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise listDeviceEventsAsync(array $args = [])
22
- * @method \Aws\Result listDevices(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = [])
24
- * @method \Aws\Result listTagsForResource(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
26
- * @method \Aws\Result tagResource(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
28
- * @method \Aws\Result unclaimDevice(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise unclaimDeviceAsync(array $args = [])
30
- * @method \Aws\Result untagResource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
32
- * @method \Aws\Result updateDeviceState(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise updateDeviceStateAsync(array $args = [])
34
- */
35
- class IoT1ClickDevicesServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\IoT1ClickProjects\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS IoT 1-Click Projects Service** service.
8
- */
9
- class IoT1ClickProjectsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- namespace Aws\IoT1ClickProjects;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS IoT 1-Click Projects Service** service.
8
- * @method \Aws\Result associateDeviceWithPlacement(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateDeviceWithPlacementAsync(array $args = [])
10
- * @method \Aws\Result createPlacement(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createPlacementAsync(array $args = [])
12
- * @method \Aws\Result createProject(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
14
- * @method \Aws\Result deletePlacement(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deletePlacementAsync(array $args = [])
16
- * @method \Aws\Result deleteProject(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
18
- * @method \Aws\Result describePlacement(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describePlacementAsync(array $args = [])
20
- * @method \Aws\Result describeProject(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
22
- * @method \Aws\Result disassociateDeviceFromPlacement(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise disassociateDeviceFromPlacementAsync(array $args = [])
24
- * @method \Aws\Result getDevicesInPlacement(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getDevicesInPlacementAsync(array $args = [])
26
- * @method \Aws\Result listPlacements(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listPlacementsAsync(array $args = [])
28
- * @method \Aws\Result listProjects(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
30
- * @method \Aws\Result listTagsForResource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
32
- * @method \Aws\Result tagResource(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
34
- * @method \Aws\Result untagResource(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
36
- * @method \Aws\Result updatePlacement(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updatePlacementAsync(array $args = [])
38
- * @method \Aws\Result updateProject(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
40
- */
41
- class IoT1ClickProjectsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\IoTAnalytics\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS IoT Analytics** service.
8
- */
9
- class IoTAnalyticsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php DELETED
@@ -1,77 +0,0 @@
1
- <?php
2
- namespace Aws\IoTAnalytics;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS IoT Analytics** service.
8
- * @method \Aws\Result batchPutMessage(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise batchPutMessageAsync(array $args = [])
10
- * @method \Aws\Result cancelPipelineReprocessing(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise cancelPipelineReprocessingAsync(array $args = [])
12
- * @method \Aws\Result createChannel(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
14
- * @method \Aws\Result createDataset(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
16
- * @method \Aws\Result createDatasetContent(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createDatasetContentAsync(array $args = [])
18
- * @method \Aws\Result createDatastore(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createDatastoreAsync(array $args = [])
20
- * @method \Aws\Result createPipeline(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
22
- * @method \Aws\Result deleteChannel(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
24
- * @method \Aws\Result deleteDataset(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
26
- * @method \Aws\Result deleteDatasetContent(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteDatasetContentAsync(array $args = [])
28
- * @method \Aws\Result deleteDatastore(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteDatastoreAsync(array $args = [])
30
- * @method \Aws\Result deletePipeline(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
32
- * @method \Aws\Result describeChannel(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
34
- * @method \Aws\Result describeDataset(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
36
- * @method \Aws\Result describeDatastore(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeDatastoreAsync(array $args = [])
38
- * @method \Aws\Result describeLoggingOptions(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise describeLoggingOptionsAsync(array $args = [])
40
- * @method \Aws\Result describePipeline(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describePipelineAsync(array $args = [])
42
- * @method \Aws\Result getDatasetContent(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise getDatasetContentAsync(array $args = [])
44
- * @method \Aws\Result listChannels(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
46
- * @method \Aws\Result listDatasetContents(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise listDatasetContentsAsync(array $args = [])
48
- * @method \Aws\Result listDatasets(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
50
- * @method \Aws\Result listDatastores(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise listDatastoresAsync(array $args = [])
52
- * @method \Aws\Result listPipelines(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
54
- * @method \Aws\Result listTagsForResource(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
56
- * @method \Aws\Result putLoggingOptions(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array $args = [])
58
- * @method \Aws\Result runPipelineActivity(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise runPipelineActivityAsync(array $args = [])
60
- * @method \Aws\Result sampleChannelData(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise sampleChannelDataAsync(array $args = [])
62
- * @method \Aws\Result startPipelineReprocessing(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise startPipelineReprocessingAsync(array $args = [])
64
- * @method \Aws\Result tagResource(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
66
- * @method \Aws\Result untagResource(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
68
- * @method \Aws\Result updateChannel(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
70
- * @method \Aws\Result updateDataset(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
72
- * @method \Aws\Result updateDatastore(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise updateDatastoreAsync(array $args = [])
74
- * @method \Aws\Result updatePipeline(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = [])
76
- */
77
- class IoTAnalyticsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\IoTJobsDataPlane\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS IoT Jobs Data Plane** service.
8
- */
9
- class IoTJobsDataPlaneException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php DELETED
@@ -1,17 +0,0 @@
1
- <?php
2
- namespace Aws\IoTJobsDataPlane;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS IoT Jobs Data Plane** service.
8
- * @method \Aws\Result describeJobExecution(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise describeJobExecutionAsync(array $args = [])
10
- * @method \Aws\Result getPendingJobExecutions(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise getPendingJobExecutionsAsync(array $args = [])
12
- * @method \Aws\Result startNextPendingJobExecution(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise startNextPendingJobExecutionAsync(array $args = [])
14
- * @method \Aws\Result updateJobExecution(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise updateJobExecutionAsync(array $args = [])
16
- */
17
- class IoTJobsDataPlaneClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Iot\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS IoT** service.
8
- */
9
- class IotException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Iot/IotClient.php DELETED
@@ -1,344 +0,0 @@
1
- <?php
2
- namespace Aws\Iot;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS IoT** service.
8
- *
9
- * @method \Aws\Result acceptCertificateTransfer(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise acceptCertificateTransferAsync(array $args = [])
11
- * @method \Aws\Result addThingToBillingGroup(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise addThingToBillingGroupAsync(array $args = [])
13
- * @method \Aws\Result addThingToThingGroup(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise addThingToThingGroupAsync(array $args = [])
15
- * @method \Aws\Result associateTargetsWithJob(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise associateTargetsWithJobAsync(array $args = [])
17
- * @method \Aws\Result attachPolicy(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise attachPolicyAsync(array $args = [])
19
- * @method \Aws\Result attachPrincipalPolicy(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise attachPrincipalPolicyAsync(array $args = [])
21
- * @method \Aws\Result attachSecurityProfile(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise attachSecurityProfileAsync(array $args = [])
23
- * @method \Aws\Result attachThingPrincipal(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise attachThingPrincipalAsync(array $args = [])
25
- * @method \Aws\Result cancelAuditTask(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise cancelAuditTaskAsync(array $args = [])
27
- * @method \Aws\Result cancelCertificateTransfer(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise cancelCertificateTransferAsync(array $args = [])
29
- * @method \Aws\Result cancelJob(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = [])
31
- * @method \Aws\Result cancelJobExecution(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise cancelJobExecutionAsync(array $args = [])
33
- * @method \Aws\Result clearDefaultAuthorizer(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise clearDefaultAuthorizerAsync(array $args = [])
35
- * @method \Aws\Result createAuthorizer(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise createAuthorizerAsync(array $args = [])
37
- * @method \Aws\Result createBillingGroup(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise createBillingGroupAsync(array $args = [])
39
- * @method \Aws\Result createCertificateFromCsr(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise createCertificateFromCsrAsync(array $args = [])
41
- * @method \Aws\Result createDynamicThingGroup(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise createDynamicThingGroupAsync(array $args = [])
43
- * @method \Aws\Result createJob(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
45
- * @method \Aws\Result createKeysAndCertificate(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise createKeysAndCertificateAsync(array $args = [])
47
- * @method \Aws\Result createOTAUpdate(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise createOTAUpdateAsync(array $args = [])
49
- * @method \Aws\Result createPolicy(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise createPolicyAsync(array $args = [])
51
- * @method \Aws\Result createPolicyVersion(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise createPolicyVersionAsync(array $args = [])
53
- * @method \Aws\Result createRoleAlias(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise createRoleAliasAsync(array $args = [])
55
- * @method \Aws\Result createScheduledAudit(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise createScheduledAuditAsync(array $args = [])
57
- * @method \Aws\Result createSecurityProfile(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise createSecurityProfileAsync(array $args = [])
59
- * @method \Aws\Result createStream(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise createStreamAsync(array $args = [])
61
- * @method \Aws\Result createThing(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise createThingAsync(array $args = [])
63
- * @method \Aws\Result createThingGroup(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise createThingGroupAsync(array $args = [])
65
- * @method \Aws\Result createThingType(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise createThingTypeAsync(array $args = [])
67
- * @method \Aws\Result createTopicRule(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise createTopicRuleAsync(array $args = [])
69
- * @method \Aws\Result deleteAccountAuditConfiguration(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise deleteAccountAuditConfigurationAsync(array $args = [])
71
- * @method \Aws\Result deleteAuthorizer(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise deleteAuthorizerAsync(array $args = [])
73
- * @method \Aws\Result deleteBillingGroup(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise deleteBillingGroupAsync(array $args = [])
75
- * @method \Aws\Result deleteCACertificate(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise deleteCACertificateAsync(array $args = [])
77
- * @method \Aws\Result deleteCertificate(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
79
- * @method \Aws\Result deleteDynamicThingGroup(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise deleteDynamicThingGroupAsync(array $args = [])
81
- * @method \Aws\Result deleteJob(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
83
- * @method \Aws\Result deleteJobExecution(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise deleteJobExecutionAsync(array $args = [])
85
- * @method \Aws\Result deleteOTAUpdate(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise deleteOTAUpdateAsync(array $args = [])
87
- * @method \Aws\Result deletePolicy(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
89
- * @method \Aws\Result deletePolicyVersion(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise deletePolicyVersionAsync(array $args = [])
91
- * @method \Aws\Result deleteRegistrationCode(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise deleteRegistrationCodeAsync(array $args = [])
93
- * @method \Aws\Result deleteRoleAlias(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise deleteRoleAliasAsync(array $args = [])
95
- * @method \Aws\Result deleteScheduledAudit(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise deleteScheduledAuditAsync(array $args = [])
97
- * @method \Aws\Result deleteSecurityProfile(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise deleteSecurityProfileAsync(array $args = [])
99
- * @method \Aws\Result deleteStream(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise deleteStreamAsync(array $args = [])
101
- * @method \Aws\Result deleteThing(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise deleteThingAsync(array $args = [])
103
- * @method \Aws\Result deleteThingGroup(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise deleteThingGroupAsync(array $args = [])
105
- * @method \Aws\Result deleteThingType(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise deleteThingTypeAsync(array $args = [])
107
- * @method \Aws\Result deleteTopicRule(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise deleteTopicRuleAsync(array $args = [])
109
- * @method \Aws\Result deleteV2LoggingLevel(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise deleteV2LoggingLevelAsync(array $args = [])
111
- * @method \Aws\Result deprecateThingType(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise deprecateThingTypeAsync(array $args = [])
113
- * @method \Aws\Result describeAccountAuditConfiguration(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise describeAccountAuditConfigurationAsync(array $args = [])
115
- * @method \Aws\Result describeAuditTask(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise describeAuditTaskAsync(array $args = [])
117
- * @method \Aws\Result describeAuthorizer(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise describeAuthorizerAsync(array $args = [])
119
- * @method \Aws\Result describeBillingGroup(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise describeBillingGroupAsync(array $args = [])
121
- * @method \Aws\Result describeCACertificate(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise describeCACertificateAsync(array $args = [])
123
- * @method \Aws\Result describeCertificate(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = [])
125
- * @method \Aws\Result describeDefaultAuthorizer(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise describeDefaultAuthorizerAsync(array $args = [])
127
- * @method \Aws\Result describeEndpoint(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise describeEndpointAsync(array $args = [])
129
- * @method \Aws\Result describeEventConfigurations(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise describeEventConfigurationsAsync(array $args = [])
131
- * @method \Aws\Result describeIndex(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise describeIndexAsync(array $args = [])
133
- * @method \Aws\Result describeJob(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise describeJobAsync(array $args = [])
135
- * @method \Aws\Result describeJobExecution(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise describeJobExecutionAsync(array $args = [])
137
- * @method \Aws\Result describeRoleAlias(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise describeRoleAliasAsync(array $args = [])
139
- * @method \Aws\Result describeScheduledAudit(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise describeScheduledAuditAsync(array $args = [])
141
- * @method \Aws\Result describeSecurityProfile(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise describeSecurityProfileAsync(array $args = [])
143
- * @method \Aws\Result describeStream(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise describeStreamAsync(array $args = [])
145
- * @method \Aws\Result describeThing(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise describeThingAsync(array $args = [])
147
- * @method \Aws\Result describeThingGroup(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise describeThingGroupAsync(array $args = [])
149
- * @method \Aws\Result describeThingRegistrationTask(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise describeThingRegistrationTaskAsync(array $args = [])
151
- * @method \Aws\Result describeThingType(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise describeThingTypeAsync(array $args = [])
153
- * @method \Aws\Result detachPolicy(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise detachPolicyAsync(array $args = [])
155
- * @method \Aws\Result detachPrincipalPolicy(array $args = [])
156
- * @method \GuzzleHttp\Promise\Promise detachPrincipalPolicyAsync(array $args = [])
157
- * @method \Aws\Result detachSecurityProfile(array $args = [])
158
- * @method \GuzzleHttp\Promise\Promise detachSecurityProfileAsync(array $args = [])
159
- * @method \Aws\Result detachThingPrincipal(array $args = [])
160
- * @method \GuzzleHttp\Promise\Promise detachThingPrincipalAsync(array $args = [])
161
- * @method \Aws\Result disableTopicRule(array $args = [])
162
- * @method \GuzzleHttp\Promise\Promise disableTopicRuleAsync(array $args = [])
163
- * @method \Aws\Result enableTopicRule(array $args = [])
164
- * @method \GuzzleHttp\Promise\Promise enableTopicRuleAsync(array $args = [])
165
- * @method \Aws\Result getEffectivePolicies(array $args = [])
166
- * @method \GuzzleHttp\Promise\Promise getEffectivePoliciesAsync(array $args = [])
167
- * @method \Aws\Result getIndexingConfiguration(array $args = [])
168
- * @method \GuzzleHttp\Promise\Promise getIndexingConfigurationAsync(array $args = [])
169
- * @method \Aws\Result getJobDocument(array $args = [])
170
- * @method \GuzzleHttp\Promise\Promise getJobDocumentAsync(array $args = [])
171
- * @method \Aws\Result getLoggingOptions(array $args = [])
172
- * @method \GuzzleHttp\Promise\Promise getLoggingOptionsAsync(array $args = [])
173
- * @method \Aws\Result getOTAUpdate(array $args = [])
174
- * @method \GuzzleHttp\Promise\Promise getOTAUpdateAsync(array $args = [])
175
- * @method \Aws\Result getPolicy(array $args = [])
176
- * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
177
- * @method \Aws\Result getPolicyVersion(array $args = [])
178
- * @method \GuzzleHttp\Promise\Promise getPolicyVersionAsync(array $args = [])
179
- * @method \Aws\Result getRegistrationCode(array $args = [])
180
- * @method \GuzzleHttp\Promise\Promise getRegistrationCodeAsync(array $args = [])
181
- * @method \Aws\Result getStatistics(array $args = [])
182
- * @method \GuzzleHttp\Promise\Promise getStatisticsAsync(array $args = [])
183
- * @method \Aws\Result getTopicRule(array $args = [])
184
- * @method \GuzzleHttp\Promise\Promise getTopicRuleAsync(array $args = [])
185
- * @method \Aws\Result getV2LoggingOptions(array $args = [])
186
- * @method \GuzzleHttp\Promise\Promise getV2LoggingOptionsAsync(array $args = [])
187
- * @method \Aws\Result listActiveViolations(array $args = [])
188
- * @method \GuzzleHttp\Promise\Promise listActiveViolationsAsync(array $args = [])
189
- * @method \Aws\Result listAttachedPolicies(array $args = [])
190
- * @method \GuzzleHttp\Promise\Promise listAttachedPoliciesAsync(array $args = [])
191
- * @method \Aws\Result listAuditFindings(array $args = [])
192
- * @method \GuzzleHttp\Promise\Promise listAuditFindingsAsync(array $args = [])
193
- * @method \Aws\Result listAuditTasks(array $args = [])
194
- * @method \GuzzleHttp\Promise\Promise listAuditTasksAsync(array $args = [])
195
- * @method \Aws\Result listAuthorizers(array $args = [])
196
- * @method \GuzzleHttp\Promise\Promise listAuthorizersAsync(array $args = [])
197
- * @method \Aws\Result listBillingGroups(array $args = [])
198
- * @method \GuzzleHttp\Promise\Promise listBillingGroupsAsync(array $args = [])
199
- * @method \Aws\Result listCACertificates(array $args = [])
200
- * @method \GuzzleHttp\Promise\Promise listCACertificatesAsync(array $args = [])
201
- * @method \Aws\Result listCertificates(array $args = [])
202
- * @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = [])
203
- * @method \Aws\Result listCertificatesByCA(array $args = [])
204
- * @method \GuzzleHttp\Promise\Promise listCertificatesByCAAsync(array $args = [])
205
- * @method \Aws\Result listIndices(array $args = [])
206
- * @method \GuzzleHttp\Promise\Promise listIndicesAsync(array $args = [])
207
- * @method \Aws\Result listJobExecutionsForJob(array $args = [])
208
- * @method \GuzzleHttp\Promise\Promise listJobExecutionsForJobAsync(array $args = [])
209
- * @method \Aws\Result listJobExecutionsForThing(array $args = [])
210
- * @method \GuzzleHttp\Promise\Promise listJobExecutionsForThingAsync(array $args = [])
211
- * @method \Aws\Result listJobs(array $args = [])
212
- * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
213
- * @method \Aws\Result listOTAUpdates(array $args = [])
214
- * @method \GuzzleHttp\Promise\Promise listOTAUpdatesAsync(array $args = [])
215
- * @method \Aws\Result listOutgoingCertificates(array $args = [])
216
- * @method \GuzzleHttp\Promise\Promise listOutgoingCertificatesAsync(array $args = [])
217
- * @method \Aws\Result listPolicies(array $args = [])
218
- * @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
219
- * @method \Aws\Result listPolicyPrincipals(array $args = [])
220
- * @method \GuzzleHttp\Promise\Promise listPolicyPrincipalsAsync(array $args = [])
221
- * @method \Aws\Result listPolicyVersions(array $args = [])
222
- * @method \GuzzleHttp\Promise\Promise listPolicyVersionsAsync(array $args = [])
223
- * @method \Aws\Result listPrincipalPolicies(array $args = [])
224
- * @method \GuzzleHttp\Promise\Promise listPrincipalPoliciesAsync(array $args = [])
225
- * @method \Aws\Result listPrincipalThings(array $args = [])
226
- * @method \GuzzleHttp\Promise\Promise listPrincipalThingsAsync(array $args = [])
227
- * @method \Aws\Result listRoleAliases(array $args = [])
228
- * @method \GuzzleHttp\Promise\Promise listRoleAliasesAsync(array $args = [])
229
- * @method \Aws\Result listScheduledAudits(array $args = [])
230
- * @method \GuzzleHttp\Promise\Promise listScheduledAuditsAsync(array $args = [])
231
- * @method \Aws\Result listSecurityProfiles(array $args = [])
232
- * @method \GuzzleHttp\Promise\Promise listSecurityProfilesAsync(array $args = [])
233
- * @method \Aws\Result listSecurityProfilesForTarget(array $args = [])
234
- * @method \GuzzleHttp\Promise\Promise listSecurityProfilesForTargetAsync(array $args = [])
235
- * @method \Aws\Result listStreams(array $args = [])
236
- * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = [])
237
- * @method \Aws\Result listTagsForResource(array $args = [])
238
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
239
- * @method \Aws\Result listTargetsForPolicy(array $args = [])
240
- * @method \GuzzleHttp\Promise\Promise listTargetsForPolicyAsync(array $args = [])
241
- * @method \Aws\Result listTargetsForSecurityProfile(array $args = [])
242
- * @method \GuzzleHttp\Promise\Promise listTargetsForSecurityProfileAsync(array $args = [])
243
- * @method \Aws\Result listThingGroups(array $args = [])
244
- * @method \GuzzleHttp\Promise\Promise listThingGroupsAsync(array $args = [])
245
- * @method \Aws\Result listThingGroupsForThing(array $args = [])
246
- * @method \GuzzleHttp\Promise\Promise listThingGroupsForThingAsync(array $args = [])
247
- * @method \Aws\Result listThingPrincipals(array $args = [])
248
- * @method \GuzzleHttp\Promise\Promise listThingPrincipalsAsync(array $args = [])
249
- * @method \Aws\Result listThingRegistrationTaskReports(array $args = [])
250
- * @method \GuzzleHttp\Promise\Promise listThingRegistrationTaskReportsAsync(array $args = [])
251
- * @method \Aws\Result listThingRegistrationTasks(array $args = [])
252
- * @method \GuzzleHttp\Promise\Promise listThingRegistrationTasksAsync(array $args = [])
253
- * @method \Aws\Result listThingTypes(array $args = [])
254
- * @method \GuzzleHttp\Promise\Promise listThingTypesAsync(array $args = [])
255
- * @method \Aws\Result listThings(array $args = [])
256
- * @method \GuzzleHttp\Promise\Promise listThingsAsync(array $args = [])
257
- * @method \Aws\Result listThingsInBillingGroup(array $args = [])
258
- * @method \GuzzleHttp\Promise\Promise listThingsInBillingGroupAsync(array $args = [])
259
- * @method \Aws\Result listThingsInThingGroup(array $args = [])
260
- * @method \GuzzleHttp\Promise\Promise listThingsInThingGroupAsync(array $args = [])
261
- * @method \Aws\Result listTopicRules(array $args = [])
262
- * @method \GuzzleHttp\Promise\Promise listTopicRulesAsync(array $args = [])
263
- * @method \Aws\Result listV2LoggingLevels(array $args = [])
264
- * @method \GuzzleHttp\Promise\Promise listV2LoggingLevelsAsync(array $args = [])
265
- * @method \Aws\Result listViolationEvents(array $args = [])
266
- * @method \GuzzleHttp\Promise\Promise listViolationEventsAsync(array $args = [])
267
- * @method \Aws\Result registerCACertificate(array $args = [])
268
- * @method \GuzzleHttp\Promise\Promise registerCACertificateAsync(array $args = [])
269
- * @method \Aws\Result registerCertificate(array $args = [])
270
- * @method \GuzzleHttp\Promise\Promise registerCertificateAsync(array $args = [])
271
- * @method \Aws\Result registerThing(array $args = [])
272
- * @method \GuzzleHttp\Promise\Promise registerThingAsync(array $args = [])
273
- * @method \Aws\Result rejectCertificateTransfer(array $args = [])
274
- * @method \GuzzleHttp\Promise\Promise rejectCertificateTransferAsync(array $args = [])
275
- * @method \Aws\Result removeThingFromBillingGroup(array $args = [])
276
- * @method \GuzzleHttp\Promise\Promise removeThingFromBillingGroupAsync(array $args = [])
277
- * @method \Aws\Result removeThingFromThingGroup(array $args = [])
278
- * @method \GuzzleHttp\Promise\Promise removeThingFromThingGroupAsync(array $args = [])
279
- * @method \Aws\Result replaceTopicRule(array $args = [])
280
- * @method \GuzzleHttp\Promise\Promise replaceTopicRuleAsync(array $args = [])
281
- * @method \Aws\Result searchIndex(array $args = [])
282
- * @method \GuzzleHttp\Promise\Promise searchIndexAsync(array $args = [])
283
- * @method \Aws\Result setDefaultAuthorizer(array $args = [])
284
- * @method \GuzzleHttp\Promise\Promise setDefaultAuthorizerAsync(array $args = [])
285
- * @method \Aws\Result setDefaultPolicyVersion(array $args = [])
286
- * @method \GuzzleHttp\Promise\Promise setDefaultPolicyVersionAsync(array $args = [])
287
- * @method \Aws\Result setLoggingOptions(array $args = [])
288
- * @method \GuzzleHttp\Promise\Promise setLoggingOptionsAsync(array $args = [])
289
- * @method \Aws\Result setV2LoggingLevel(array $args = [])
290
- * @method \GuzzleHttp\Promise\Promise setV2LoggingLevelAsync(array $args = [])
291
- * @method \Aws\Result setV2LoggingOptions(array $args = [])
292
- * @method \GuzzleHttp\Promise\Promise setV2LoggingOptionsAsync(array $args = [])
293
- * @method \Aws\Result startOnDemandAuditTask(array $args = [])
294
- * @method \GuzzleHttp\Promise\Promise startOnDemandAuditTaskAsync(array $args = [])
295
- * @method \Aws\Result startThingRegistrationTask(array $args = [])
296
- * @method \GuzzleHttp\Promise\Promise startThingRegistrationTaskAsync(array $args = [])
297
- * @method \Aws\Result stopThingRegistrationTask(array $args = [])
298
- * @method \GuzzleHttp\Promise\Promise stopThingRegistrationTaskAsync(array $args = [])
299
- * @method \Aws\Result tagResource(array $args = [])
300
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
301
- * @method \Aws\Result testAuthorization(array $args = [])
302
- * @method \GuzzleHttp\Promise\Promise testAuthorizationAsync(array $args = [])
303
- * @method \Aws\Result testInvokeAuthorizer(array $args = [])
304
- * @method \GuzzleHttp\Promise\Promise testInvokeAuthorizerAsync(array $args = [])
305
- * @method \Aws\Result transferCertificate(array $args = [])
306
- * @method \GuzzleHttp\Promise\Promise transferCertificateAsync(array $args = [])
307
- * @method \Aws\Result untagResource(array $args = [])
308
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
309
- * @method \Aws\Result updateAccountAuditConfiguration(array $args = [])
310
- * @method \GuzzleHttp\Promise\Promise updateAccountAuditConfigurationAsync(array $args = [])
311
- * @method \Aws\Result updateAuthorizer(array $args = [])
312
- * @method \GuzzleHttp\Promise\Promise updateAuthorizerAsync(array $args = [])
313
- * @method \Aws\Result updateBillingGroup(array $args = [])
314
- * @method \GuzzleHttp\Promise\Promise updateBillingGroupAsync(array $args = [])
315
- * @method \Aws\Result updateCACertificate(array $args = [])
316
- * @method \GuzzleHttp\Promise\Promise updateCACertificateAsync(array $args = [])
317
- * @method \Aws\Result updateCertificate(array $args = [])
318
- * @method \GuzzleHttp\Promise\Promise updateCertificateAsync(array $args = [])
319
- * @method \Aws\Result updateDynamicThingGroup(array $args = [])
320
- * @method \GuzzleHttp\Promise\Promise updateDynamicThingGroupAsync(array $args = [])
321
- * @method \Aws\Result updateEventConfigurations(array $args = [])
322
- * @method \GuzzleHttp\Promise\Promise updateEventConfigurationsAsync(array $args = [])
323
- * @method \Aws\Result updateIndexingConfiguration(array $args = [])
324
- * @method \GuzzleHttp\Promise\Promise updateIndexingConfigurationAsync(array $args = [])
325
- * @method \Aws\Result updateJob(array $args = [])
326
- * @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
327
- * @method \Aws\Result updateRoleAlias(array $args = [])
328
- * @method \GuzzleHttp\Promise\Promise updateRoleAliasAsync(array $args = [])
329
- * @method \Aws\Result updateScheduledAudit(array $args = [])
330
- * @method \GuzzleHttp\Promise\Promise updateScheduledAuditAsync(array $args = [])
331
- * @method \Aws\Result updateSecurityProfile(array $args = [])
332
- * @method \GuzzleHttp\Promise\Promise updateSecurityProfileAsync(array $args = [])
333
- * @method \Aws\Result updateStream(array $args = [])
334
- * @method \GuzzleHttp\Promise\Promise updateStreamAsync(array $args = [])
335
- * @method \Aws\Result updateThing(array $args = [])
336
- * @method \GuzzleHttp\Promise\Promise updateThingAsync(array $args = [])
337
- * @method \Aws\Result updateThingGroup(array $args = [])
338
- * @method \GuzzleHttp\Promise\Promise updateThingGroupAsync(array $args = [])
339
- * @method \Aws\Result updateThingGroupsForThing(array $args = [])
340
- * @method \GuzzleHttp\Promise\Promise updateThingGroupsForThingAsync(array $args = [])
341
- * @method \Aws\Result validateSecurityProfileBehaviors(array $args = [])
342
- * @method \GuzzleHttp\Promise\Promise validateSecurityProfileBehaviorsAsync(array $args = [])
343
- */
344
- class IotClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\IotDataPlane\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS IoT Data Plane** service.
8
- */
9
- class IotDataPlaneException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php DELETED
@@ -1,18 +0,0 @@
1
- <?php
2
- namespace Aws\IotDataPlane;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS IoT Data Plane** service.
8
- *
9
- * @method \Aws\Result deleteThingShadow(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise deleteThingShadowAsync(array $args = [])
11
- * @method \Aws\Result getThingShadow(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise getThingShadowAsync(array $args = [])
13
- * @method \Aws\Result publish(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise publishAsync(array $args = [])
15
- * @method \Aws\Result updateThingShadow(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise updateThingShadowAsync(array $args = [])
17
- */
18
- class IotDataPlaneClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Kafka\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Managed Streaming for Kafka** service.
8
- */
9
- class KafkaException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Kafka/KafkaClient.php DELETED
@@ -1,27 +0,0 @@
1
- <?php
2
- namespace Aws\Kafka;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Managed Streaming for Kafka** service.
8
- * @method \Aws\Result createCluster(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
10
- * @method \Aws\Result deleteCluster(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
12
- * @method \Aws\Result describeCluster(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = [])
14
- * @method \Aws\Result getBootstrapBrokers(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getBootstrapBrokersAsync(array $args = [])
16
- * @method \Aws\Result listClusters(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
18
- * @method \Aws\Result listNodes(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise listNodesAsync(array $args = [])
20
- * @method \Aws\Result listTagsForResource(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
22
- * @method \Aws\Result tagResource(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
24
- * @method \Aws\Result untagResource(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
26
- */
27
- class KafkaClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Kinesis\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the Amazon Kinesis service.
8
- */
9
- class KinesisException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
- namespace Aws\Kinesis;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Kinesis** service.
8
- *
9
- * @method \Aws\Result addTagsToStream(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise addTagsToStreamAsync(array $args = [])
11
- * @method \Aws\Result createStream(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createStreamAsync(array $args = [])
13
- * @method \Aws\Result decreaseStreamRetentionPeriod(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise decreaseStreamRetentionPeriodAsync(array $args = [])
15
- * @method \Aws\Result deleteStream(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise deleteStreamAsync(array $args = [])
17
- * @method \Aws\Result deregisterStreamConsumer(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise deregisterStreamConsumerAsync(array $args = [])
19
- * @method \Aws\Result describeLimits(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise describeLimitsAsync(array $args = [])
21
- * @method \Aws\Result describeStream(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise describeStreamAsync(array $args = [])
23
- * @method \Aws\Result describeStreamConsumer(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise describeStreamConsumerAsync(array $args = [])
25
- * @method \Aws\Result describeStreamSummary(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise describeStreamSummaryAsync(array $args = [])
27
- * @method \Aws\Result disableEnhancedMonitoring(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise disableEnhancedMonitoringAsync(array $args = [])
29
- * @method \Aws\Result enableEnhancedMonitoring(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise enableEnhancedMonitoringAsync(array $args = [])
31
- * @method \Aws\Result getRecords(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise getRecordsAsync(array $args = [])
33
- * @method \Aws\Result getShardIterator(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise getShardIteratorAsync(array $args = [])
35
- * @method \Aws\Result increaseStreamRetentionPeriod(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise increaseStreamRetentionPeriodAsync(array $args = [])
37
- * @method \Aws\Result listShards(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise listShardsAsync(array $args = [])
39
- * @method \Aws\Result listStreamConsumers(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise listStreamConsumersAsync(array $args = [])
41
- * @method \Aws\Result listStreams(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = [])
43
- * @method \Aws\Result listTagsForStream(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise listTagsForStreamAsync(array $args = [])
45
- * @method \Aws\Result mergeShards(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise mergeShardsAsync(array $args = [])
47
- * @method \Aws\Result putRecord(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise putRecordAsync(array $args = [])
49
- * @method \Aws\Result putRecords(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise putRecordsAsync(array $args = [])
51
- * @method \Aws\Result registerStreamConsumer(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise registerStreamConsumerAsync(array $args = [])
53
- * @method \Aws\Result removeTagsFromStream(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise removeTagsFromStreamAsync(array $args = [])
55
- * @method \Aws\Result splitShard(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise splitShardAsync(array $args = [])
57
- * @method \Aws\Result startStreamEncryption(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise startStreamEncryptionAsync(array $args = [])
59
- * @method \Aws\Result stopStreamEncryption(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise stopStreamEncryptionAsync(array $args = [])
61
- * @method \Aws\Result updateShardCount(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise updateShardCountAsync(array $args = [])
63
- */
64
- class KinesisClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisAnalytics\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Kinesis Analytics** service.
8
- */
9
- class KinesisAnalyticsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php DELETED
@@ -1,49 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisAnalytics;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Kinesis Analytics** service.
8
- * @method \Aws\Result addApplicationCloudWatchLoggingOption(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addApplicationCloudWatchLoggingOptionAsync(array $args = [])
10
- * @method \Aws\Result addApplicationInput(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise addApplicationInputAsync(array $args = [])
12
- * @method \Aws\Result addApplicationInputProcessingConfiguration(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise addApplicationInputProcessingConfigurationAsync(array $args = [])
14
- * @method \Aws\Result addApplicationOutput(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise addApplicationOutputAsync(array $args = [])
16
- * @method \Aws\Result addApplicationReferenceDataSource(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise addApplicationReferenceDataSourceAsync(array $args = [])
18
- * @method \Aws\Result createApplication(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
20
- * @method \Aws\Result deleteApplication(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
22
- * @method \Aws\Result deleteApplicationCloudWatchLoggingOption(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteApplicationCloudWatchLoggingOptionAsync(array $args = [])
24
- * @method \Aws\Result deleteApplicationInputProcessingConfiguration(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteApplicationInputProcessingConfigurationAsync(array $args = [])
26
- * @method \Aws\Result deleteApplicationOutput(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteApplicationOutputAsync(array $args = [])
28
- * @method \Aws\Result deleteApplicationReferenceDataSource(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteApplicationReferenceDataSourceAsync(array $args = [])
30
- * @method \Aws\Result describeApplication(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeApplicationAsync(array $args = [])
32
- * @method \Aws\Result discoverInputSchema(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise discoverInputSchemaAsync(array $args = [])
34
- * @method \Aws\Result listApplications(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
36
- * @method \Aws\Result listTagsForResource(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
38
- * @method \Aws\Result startApplication(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise startApplicationAsync(array $args = [])
40
- * @method \Aws\Result stopApplication(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise stopApplicationAsync(array $args = [])
42
- * @method \Aws\Result tagResource(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
44
- * @method \Aws\Result untagResource(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
46
- * @method \Aws\Result updateApplication(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
48
- */
49
- class KinesisAnalyticsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisAnalyticsV2\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Kinesis Analytics** service.
8
- */
9
- class KinesisAnalyticsV2Exception extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php DELETED
@@ -1,57 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisAnalyticsV2;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Kinesis Analytics** service.
8
- * @method \Aws\Result addApplicationCloudWatchLoggingOption(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addApplicationCloudWatchLoggingOptionAsync(array $args = [])
10
- * @method \Aws\Result addApplicationInput(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise addApplicationInputAsync(array $args = [])
12
- * @method \Aws\Result addApplicationInputProcessingConfiguration(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise addApplicationInputProcessingConfigurationAsync(array $args = [])
14
- * @method \Aws\Result addApplicationOutput(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise addApplicationOutputAsync(array $args = [])
16
- * @method \Aws\Result addApplicationReferenceDataSource(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise addApplicationReferenceDataSourceAsync(array $args = [])
18
- * @method \Aws\Result createApplication(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
20
- * @method \Aws\Result createApplicationSnapshot(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createApplicationSnapshotAsync(array $args = [])
22
- * @method \Aws\Result deleteApplication(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
24
- * @method \Aws\Result deleteApplicationCloudWatchLoggingOption(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteApplicationCloudWatchLoggingOptionAsync(array $args = [])
26
- * @method \Aws\Result deleteApplicationInputProcessingConfiguration(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteApplicationInputProcessingConfigurationAsync(array $args = [])
28
- * @method \Aws\Result deleteApplicationOutput(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteApplicationOutputAsync(array $args = [])
30
- * @method \Aws\Result deleteApplicationReferenceDataSource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteApplicationReferenceDataSourceAsync(array $args = [])
32
- * @method \Aws\Result deleteApplicationSnapshot(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteApplicationSnapshotAsync(array $args = [])
34
- * @method \Aws\Result describeApplication(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeApplicationAsync(array $args = [])
36
- * @method \Aws\Result describeApplicationSnapshot(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeApplicationSnapshotAsync(array $args = [])
38
- * @method \Aws\Result discoverInputSchema(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise discoverInputSchemaAsync(array $args = [])
40
- * @method \Aws\Result listApplicationSnapshots(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise listApplicationSnapshotsAsync(array $args = [])
42
- * @method \Aws\Result listApplications(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
44
- * @method \Aws\Result listTagsForResource(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
46
- * @method \Aws\Result startApplication(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise startApplicationAsync(array $args = [])
48
- * @method \Aws\Result stopApplication(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise stopApplicationAsync(array $args = [])
50
- * @method \Aws\Result tagResource(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
52
- * @method \Aws\Result untagResource(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
54
- * @method \Aws\Result updateApplication(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
56
- */
57
- class KinesisAnalyticsV2Client extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisVideo\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Kinesis Video Streams** service.
8
- */
9
- class KinesisVideoException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php DELETED
@@ -1,29 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisVideo;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Kinesis Video Streams** service.
8
- * @method \Aws\Result createStream(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createStreamAsync(array $args = [])
10
- * @method \Aws\Result deleteStream(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteStreamAsync(array $args = [])
12
- * @method \Aws\Result describeStream(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise describeStreamAsync(array $args = [])
14
- * @method \Aws\Result getDataEndpoint(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getDataEndpointAsync(array $args = [])
16
- * @method \Aws\Result listStreams(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = [])
18
- * @method \Aws\Result listTagsForStream(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise listTagsForStreamAsync(array $args = [])
20
- * @method \Aws\Result tagStream(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise tagStreamAsync(array $args = [])
22
- * @method \Aws\Result untagStream(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise untagStreamAsync(array $args = [])
24
- * @method \Aws\Result updateDataRetention(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise updateDataRetentionAsync(array $args = [])
26
- * @method \Aws\Result updateStream(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise updateStreamAsync(array $args = [])
28
- */
29
- class KinesisVideoClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisVideoArchivedMedia\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Kinesis Video Streams Archived Media** service.
8
- */
9
- class KinesisVideoArchivedMediaException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php DELETED
@@ -1,15 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisVideoArchivedMedia;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Kinesis Video Streams Archived Media** service.
8
- * @method \Aws\Result getHLSStreamingSessionURL(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise getHLSStreamingSessionURLAsync(array $args = [])
10
- * @method \Aws\Result getMediaForFragmentList(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise getMediaForFragmentListAsync(array $args = [])
12
- * @method \Aws\Result listFragments(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise listFragmentsAsync(array $args = [])
14
- */
15
- class KinesisVideoArchivedMediaClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisVideoMedia\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Kinesis Video Streams Media** service.
8
- */
9
- class KinesisVideoMediaException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php DELETED
@@ -1,11 +0,0 @@
1
- <?php
2
- namespace Aws\KinesisVideoMedia;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Kinesis Video Streams Media** service.
8
- * @method \Aws\Result getMedia(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise getMediaAsync(array $args = [])
10
- */
11
- class KinesisVideoMediaClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Kms\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS Key Management Service.
8
- */
9
- class KmsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Kms/KmsClient.php DELETED
@@ -1,92 +0,0 @@
1
- <?php
2
- namespace Aws\Kms;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Key Management Service**.
8
- *
9
- * @method \Aws\Result cancelKeyDeletion(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise cancelKeyDeletionAsync(array $args = [])
11
- * @method \Aws\Result connectCustomKeyStore(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise connectCustomKeyStoreAsync(array $args = [])
13
- * @method \Aws\Result createAlias(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
15
- * @method \Aws\Result createCustomKeyStore(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createCustomKeyStoreAsync(array $args = [])
17
- * @method \Aws\Result createGrant(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createGrantAsync(array $args = [])
19
- * @method \Aws\Result createKey(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createKeyAsync(array $args = [])
21
- * @method \Aws\Result decrypt(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise decryptAsync(array $args = [])
23
- * @method \Aws\Result deleteAlias(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteAliasAsync(array $args = [])
25
- * @method \Aws\Result deleteCustomKeyStore(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteCustomKeyStoreAsync(array $args = [])
27
- * @method \Aws\Result deleteImportedKeyMaterial(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteImportedKeyMaterialAsync(array $args = [])
29
- * @method \Aws\Result describeCustomKeyStores(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise describeCustomKeyStoresAsync(array $args = [])
31
- * @method \Aws\Result describeKey(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise describeKeyAsync(array $args = [])
33
- * @method \Aws\Result disableKey(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise disableKeyAsync(array $args = [])
35
- * @method \Aws\Result disableKeyRotation(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise disableKeyRotationAsync(array $args = [])
37
- * @method \Aws\Result disconnectCustomKeyStore(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise disconnectCustomKeyStoreAsync(array $args = [])
39
- * @method \Aws\Result enableKey(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise enableKeyAsync(array $args = [])
41
- * @method \Aws\Result enableKeyRotation(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise enableKeyRotationAsync(array $args = [])
43
- * @method \Aws\Result encrypt(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise encryptAsync(array $args = [])
45
- * @method \Aws\Result generateDataKey(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise generateDataKeyAsync(array $args = [])
47
- * @method \Aws\Result generateDataKeyWithoutPlaintext(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise generateDataKeyWithoutPlaintextAsync(array $args = [])
49
- * @method \Aws\Result generateRandom(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise generateRandomAsync(array $args = [])
51
- * @method \Aws\Result getKeyPolicy(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise getKeyPolicyAsync(array $args = [])
53
- * @method \Aws\Result getKeyRotationStatus(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise getKeyRotationStatusAsync(array $args = [])
55
- * @method \Aws\Result getParametersForImport(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise getParametersForImportAsync(array $args = [])
57
- * @method \Aws\Result importKeyMaterial(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise importKeyMaterialAsync(array $args = [])
59
- * @method \Aws\Result listAliases(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
61
- * @method \Aws\Result listGrants(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise listGrantsAsync(array $args = [])
63
- * @method \Aws\Result listKeyPolicies(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise listKeyPoliciesAsync(array $args = [])
65
- * @method \Aws\Result listKeys(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise listKeysAsync(array $args = [])
67
- * @method \Aws\Result listResourceTags(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise listResourceTagsAsync(array $args = [])
69
- * @method \Aws\Result listRetirableGrants(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise listRetirableGrantsAsync(array $args = [])
71
- * @method \Aws\Result putKeyPolicy(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise putKeyPolicyAsync(array $args = [])
73
- * @method \Aws\Result reEncrypt(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise reEncryptAsync(array $args = [])
75
- * @method \Aws\Result retireGrant(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise retireGrantAsync(array $args = [])
77
- * @method \Aws\Result revokeGrant(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise revokeGrantAsync(array $args = [])
79
- * @method \Aws\Result scheduleKeyDeletion(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise scheduleKeyDeletionAsync(array $args = [])
81
- * @method \Aws\Result tagResource(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
83
- * @method \Aws\Result untagResource(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
85
- * @method \Aws\Result updateAlias(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise updateAliasAsync(array $args = [])
87
- * @method \Aws\Result updateCustomKeyStore(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise updateCustomKeyStoreAsync(array $args = [])
89
- * @method \Aws\Result updateKeyDescription(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise updateKeyDescriptionAsync(array $args = [])
91
- */
92
- class KmsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Lambda\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with AWS Lambda
8
- */
9
- class LambdaException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php DELETED
@@ -1,123 +0,0 @@
1
- <?php
2
- namespace Aws\Lambda;
3
-
4
- use Aws\AwsClient;
5
- use Aws\CommandInterface;
6
- use Aws\Middleware;
7
-
8
- /**
9
- * This client is used to interact with AWS Lambda
10
- *
11
- * @method \Aws\Result addLayerVersionPermission(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise addLayerVersionPermissionAsync(array $args = [])
13
- * @method \Aws\Result addPermission(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise addPermissionAsync(array $args = [])
15
- * @method \Aws\Result createAlias(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
17
- * @method \Aws\Result createEventSourceMapping(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createEventSourceMappingAsync(array $args = [])
19
- * @method \Aws\Result createFunction(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createFunctionAsync(array $args = [])
21
- * @method \Aws\Result deleteAlias(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteAliasAsync(array $args = [])
23
- * @method \Aws\Result deleteEventSourceMapping(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteEventSourceMappingAsync(array $args = [])
25
- * @method \Aws\Result deleteFunction(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteFunctionAsync(array $args = [])
27
- * @method \Aws\Result deleteFunctionConcurrency(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteFunctionConcurrencyAsync(array $args = [])
29
- * @method \Aws\Result deleteLayerVersion(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteLayerVersionAsync(array $args = [])
31
- * @method \Aws\Result getAccountSettings(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
33
- * @method \Aws\Result getAlias(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise getAliasAsync(array $args = [])
35
- * @method \Aws\Result getEventSourceMapping(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise getEventSourceMappingAsync(array $args = [])
37
- * @method \Aws\Result getFunction(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise getFunctionAsync(array $args = [])
39
- * @method \Aws\Result getFunctionConfiguration(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise getFunctionConfigurationAsync(array $args = [])
41
- * @method \Aws\Result getLayerVersion(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise getLayerVersionAsync(array $args = [])
43
- * @method \Aws\Result getLayerVersionByArn(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise getLayerVersionByArnAsync(array $args = [])
45
- * @method \Aws\Result getLayerVersionPolicy(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise getLayerVersionPolicyAsync(array $args = [])
47
- * @method \Aws\Result getPolicy(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
49
- * @method \Aws\Result invoke(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise invokeAsync(array $args = [])
51
- * @method \Aws\Result invokeAsync(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise invokeAsyncAsync(array $args = [])
53
- * @method \Aws\Result listAliases(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
55
- * @method \Aws\Result listEventSourceMappings(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise listEventSourceMappingsAsync(array $args = [])
57
- * @method \Aws\Result listFunctions(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise listFunctionsAsync(array $args = [])
59
- * @method \Aws\Result listLayerVersions(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise listLayerVersionsAsync(array $args = [])
61
- * @method \Aws\Result listLayers(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise listLayersAsync(array $args = [])
63
- * @method \Aws\Result listTags(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
65
- * @method \Aws\Result listVersionsByFunction(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise listVersionsByFunctionAsync(array $args = [])
67
- * @method \Aws\Result publishLayerVersion(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise publishLayerVersionAsync(array $args = [])
69
- * @method \Aws\Result publishVersion(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise publishVersionAsync(array $args = [])
71
- * @method \Aws\Result putFunctionConcurrency(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise putFunctionConcurrencyAsync(array $args = [])
73
- * @method \Aws\Result removeLayerVersionPermission(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise removeLayerVersionPermissionAsync(array $args = [])
75
- * @method \Aws\Result removePermission(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
77
- * @method \Aws\Result tagResource(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
79
- * @method \Aws\Result untagResource(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
81
- * @method \Aws\Result updateAlias(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise updateAliasAsync(array $args = [])
83
- * @method \Aws\Result updateEventSourceMapping(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise updateEventSourceMappingAsync(array $args = [])
85
- * @method \Aws\Result updateFunctionCode(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise updateFunctionCodeAsync(array $args = [])
87
- * @method \Aws\Result updateFunctionConfiguration(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise updateFunctionConfigurationAsync(array $args = [])
89
- */
90
- class LambdaClient extends AwsClient
91
- {
92
- /**
93
- * {@inheritdoc}
94
- */
95
- public function __construct(array $args)
96
- {
97
- parent::__construct($args);
98
- $list = $this->getHandlerList();
99
- if (extension_loaded('curl')) {
100
- $list->appendInit($this->getDefaultCurlOptionsMiddleware());
101
- }
102
- }
103
-
104
- /**
105
- * Provides a middleware that sets default Curl options for the command
106
- *
107
- * @return callable
108
- */
109
- public function getDefaultCurlOptionsMiddleware()
110
- {
111
- return Middleware::mapCommand(function (CommandInterface $cmd) {
112
- $defaultCurlOptions = [
113
- CURLOPT_TCP_KEEPALIVE => 1,
114
- ];
115
- if (!isset($cmd['@http']['curl'])) {
116
- $cmd['@http']['curl'] = $defaultCurlOptions;
117
- } else {
118
- $cmd['@http']['curl'] += $defaultCurlOptions;
119
- }
120
- return $cmd;
121
- });
122
- }
123
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\LexModelBuildingService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Lex Model Building Service** service.
8
- */
9
- class LexModelBuildingServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php DELETED
@@ -1,81 +0,0 @@
1
- <?php
2
- namespace Aws\LexModelBuildingService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Lex Model Building Service** service.
8
- * @method \Aws\Result createBotVersion(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createBotVersionAsync(array $args = [])
10
- * @method \Aws\Result createIntentVersion(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createIntentVersionAsync(array $args = [])
12
- * @method \Aws\Result createSlotTypeVersion(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createSlotTypeVersionAsync(array $args = [])
14
- * @method \Aws\Result deleteBot(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteBotAsync(array $args = [])
16
- * @method \Aws\Result deleteBotAlias(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteBotAliasAsync(array $args = [])
18
- * @method \Aws\Result deleteBotChannelAssociation(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteBotChannelAssociationAsync(array $args = [])
20
- * @method \Aws\Result deleteBotVersion(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteBotVersionAsync(array $args = [])
22
- * @method \Aws\Result deleteIntent(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteIntentAsync(array $args = [])
24
- * @method \Aws\Result deleteIntentVersion(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteIntentVersionAsync(array $args = [])
26
- * @method \Aws\Result deleteSlotType(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteSlotTypeAsync(array $args = [])
28
- * @method \Aws\Result deleteSlotTypeVersion(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteSlotTypeVersionAsync(array $args = [])
30
- * @method \Aws\Result deleteUtterances(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteUtterancesAsync(array $args = [])
32
- * @method \Aws\Result getBot(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise getBotAsync(array $args = [])
34
- * @method \Aws\Result getBotAlias(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise getBotAliasAsync(array $args = [])
36
- * @method \Aws\Result getBotAliases(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise getBotAliasesAsync(array $args = [])
38
- * @method \Aws\Result getBotChannelAssociation(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise getBotChannelAssociationAsync(array $args = [])
40
- * @method \Aws\Result getBotChannelAssociations(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise getBotChannelAssociationsAsync(array $args = [])
42
- * @method \Aws\Result getBotVersions(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise getBotVersionsAsync(array $args = [])
44
- * @method \Aws\Result getBots(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise getBotsAsync(array $args = [])
46
- * @method \Aws\Result getBuiltinIntent(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise getBuiltinIntentAsync(array $args = [])
48
- * @method \Aws\Result getBuiltinIntents(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise getBuiltinIntentsAsync(array $args = [])
50
- * @method \Aws\Result getBuiltinSlotTypes(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise getBuiltinSlotTypesAsync(array $args = [])
52
- * @method \Aws\Result getExport(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise getExportAsync(array $args = [])
54
- * @method \Aws\Result getImport(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise getImportAsync(array $args = [])
56
- * @method \Aws\Result getIntent(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise getIntentAsync(array $args = [])
58
- * @method \Aws\Result getIntentVersions(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise getIntentVersionsAsync(array $args = [])
60
- * @method \Aws\Result getIntents(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise getIntentsAsync(array $args = [])
62
- * @method \Aws\Result getSlotType(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise getSlotTypeAsync(array $args = [])
64
- * @method \Aws\Result getSlotTypeVersions(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise getSlotTypeVersionsAsync(array $args = [])
66
- * @method \Aws\Result getSlotTypes(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise getSlotTypesAsync(array $args = [])
68
- * @method \Aws\Result getUtterancesView(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise getUtterancesViewAsync(array $args = [])
70
- * @method \Aws\Result putBot(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise putBotAsync(array $args = [])
72
- * @method \Aws\Result putBotAlias(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise putBotAliasAsync(array $args = [])
74
- * @method \Aws\Result putIntent(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise putIntentAsync(array $args = [])
76
- * @method \Aws\Result putSlotType(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise putSlotTypeAsync(array $args = [])
78
- * @method \Aws\Result startImport(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = [])
80
- */
81
- class LexModelBuildingServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\LexRuntimeService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Lex Runtime Service** service.
8
- */
9
- class LexRuntimeServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php DELETED
@@ -1,13 +0,0 @@
1
- <?php
2
- namespace Aws\LexRuntimeService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Lex Runtime Service** service.
8
- * @method \Aws\Result postContent(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise postContentAsync(array $args = [])
10
- * @method \Aws\Result postText(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise postTextAsync(array $args = [])
12
- */
13
- class LexRuntimeServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\LicenseManager\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS License Manager** service.
8
- */
9
- class LicenseManagerException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php DELETED
@@ -1,39 +0,0 @@
1
- <?php
2
- namespace Aws\LicenseManager;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS License Manager** service.
8
- * @method \Aws\Result createLicenseConfiguration(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createLicenseConfigurationAsync(array $args = [])
10
- * @method \Aws\Result deleteLicenseConfiguration(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteLicenseConfigurationAsync(array $args = [])
12
- * @method \Aws\Result getLicenseConfiguration(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise getLicenseConfigurationAsync(array $args = [])
14
- * @method \Aws\Result getServiceSettings(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise getServiceSettingsAsync(array $args = [])
16
- * @method \Aws\Result listAssociationsForLicenseConfiguration(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise listAssociationsForLicenseConfigurationAsync(array $args = [])
18
- * @method \Aws\Result listLicenseConfigurations(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise listLicenseConfigurationsAsync(array $args = [])
20
- * @method \Aws\Result listLicenseSpecificationsForResource(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise listLicenseSpecificationsForResourceAsync(array $args = [])
22
- * @method \Aws\Result listResourceInventory(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise listResourceInventoryAsync(array $args = [])
24
- * @method \Aws\Result listTagsForResource(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
26
- * @method \Aws\Result listUsageForLicenseConfiguration(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listUsageForLicenseConfigurationAsync(array $args = [])
28
- * @method \Aws\Result tagResource(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
30
- * @method \Aws\Result untagResource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
32
- * @method \Aws\Result updateLicenseConfiguration(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise updateLicenseConfigurationAsync(array $args = [])
34
- * @method \Aws\Result updateLicenseSpecificationsForResource(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise updateLicenseSpecificationsForResourceAsync(array $args = [])
36
- * @method \Aws\Result updateServiceSettings(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updateServiceSettingsAsync(array $args = [])
38
- */
39
- class LicenseManagerClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Lightsail\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Lightsail** service.
8
- */
9
- class LightsailException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php DELETED
@@ -1,211 +0,0 @@
1
- <?php
2
- namespace Aws\Lightsail;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Lightsail** service.
8
- * @method \Aws\Result allocateStaticIp(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise allocateStaticIpAsync(array $args = [])
10
- * @method \Aws\Result attachDisk(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise attachDiskAsync(array $args = [])
12
- * @method \Aws\Result attachInstancesToLoadBalancer(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise attachInstancesToLoadBalancerAsync(array $args = [])
14
- * @method \Aws\Result attachLoadBalancerTlsCertificate(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise attachLoadBalancerTlsCertificateAsync(array $args = [])
16
- * @method \Aws\Result attachStaticIp(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise attachStaticIpAsync(array $args = [])
18
- * @method \Aws\Result closeInstancePublicPorts(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise closeInstancePublicPortsAsync(array $args = [])
20
- * @method \Aws\Result copySnapshot(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise copySnapshotAsync(array $args = [])
22
- * @method \Aws\Result createCloudFormationStack(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createCloudFormationStackAsync(array $args = [])
24
- * @method \Aws\Result createDisk(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createDiskAsync(array $args = [])
26
- * @method \Aws\Result createDiskFromSnapshot(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createDiskFromSnapshotAsync(array $args = [])
28
- * @method \Aws\Result createDiskSnapshot(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise createDiskSnapshotAsync(array $args = [])
30
- * @method \Aws\Result createDomain(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
32
- * @method \Aws\Result createDomainEntry(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise createDomainEntryAsync(array $args = [])
34
- * @method \Aws\Result createInstanceSnapshot(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise createInstanceSnapshotAsync(array $args = [])
36
- * @method \Aws\Result createInstances(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise createInstancesAsync(array $args = [])
38
- * @method \Aws\Result createInstancesFromSnapshot(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise createInstancesFromSnapshotAsync(array $args = [])
40
- * @method \Aws\Result createKeyPair(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise createKeyPairAsync(array $args = [])
42
- * @method \Aws\Result createLoadBalancer(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise createLoadBalancerAsync(array $args = [])
44
- * @method \Aws\Result createLoadBalancerTlsCertificate(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise createLoadBalancerTlsCertificateAsync(array $args = [])
46
- * @method \Aws\Result createRelationalDatabase(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseAsync(array $args = [])
48
- * @method \Aws\Result createRelationalDatabaseFromSnapshot(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseFromSnapshotAsync(array $args = [])
50
- * @method \Aws\Result createRelationalDatabaseSnapshot(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseSnapshotAsync(array $args = [])
52
- * @method \Aws\Result deleteDisk(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise deleteDiskAsync(array $args = [])
54
- * @method \Aws\Result deleteDiskSnapshot(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise deleteDiskSnapshotAsync(array $args = [])
56
- * @method \Aws\Result deleteDomain(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
58
- * @method \Aws\Result deleteDomainEntry(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise deleteDomainEntryAsync(array $args = [])
60
- * @method \Aws\Result deleteInstance(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = [])
62
- * @method \Aws\Result deleteInstanceSnapshot(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise deleteInstanceSnapshotAsync(array $args = [])
64
- * @method \Aws\Result deleteKeyPair(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise deleteKeyPairAsync(array $args = [])
66
- * @method \Aws\Result deleteKnownHostKeys(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise deleteKnownHostKeysAsync(array $args = [])
68
- * @method \Aws\Result deleteLoadBalancer(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerAsync(array $args = [])
70
- * @method \Aws\Result deleteLoadBalancerTlsCertificate(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerTlsCertificateAsync(array $args = [])
72
- * @method \Aws\Result deleteRelationalDatabase(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise deleteRelationalDatabaseAsync(array $args = [])
74
- * @method \Aws\Result deleteRelationalDatabaseSnapshot(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise deleteRelationalDatabaseSnapshotAsync(array $args = [])
76
- * @method \Aws\Result detachDisk(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise detachDiskAsync(array $args = [])
78
- * @method \Aws\Result detachInstancesFromLoadBalancer(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise detachInstancesFromLoadBalancerAsync(array $args = [])
80
- * @method \Aws\Result detachStaticIp(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise detachStaticIpAsync(array $args = [])
82
- * @method \Aws\Result downloadDefaultKeyPair(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise downloadDefaultKeyPairAsync(array $args = [])
84
- * @method \Aws\Result exportSnapshot(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise exportSnapshotAsync(array $args = [])
86
- * @method \Aws\Result getActiveNames(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise getActiveNamesAsync(array $args = [])
88
- * @method \Aws\Result getBlueprints(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise getBlueprintsAsync(array $args = [])
90
- * @method \Aws\Result getBundles(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise getBundlesAsync(array $args = [])
92
- * @method \Aws\Result getCloudFormationStackRecords(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise getCloudFormationStackRecordsAsync(array $args = [])
94
- * @method \Aws\Result getDisk(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise getDiskAsync(array $args = [])
96
- * @method \Aws\Result getDiskSnapshot(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise getDiskSnapshotAsync(array $args = [])
98
- * @method \Aws\Result getDiskSnapshots(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise getDiskSnapshotsAsync(array $args = [])
100
- * @method \Aws\Result getDisks(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise getDisksAsync(array $args = [])
102
- * @method \Aws\Result getDomain(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = [])
104
- * @method \Aws\Result getDomains(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise getDomainsAsync(array $args = [])
106
- * @method \Aws\Result getExportSnapshotRecords(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise getExportSnapshotRecordsAsync(array $args = [])
108
- * @method \Aws\Result getInstance(array $args = [])
109
- * @method \GuzzleHttp\Promise\Promise getInstanceAsync(array $args = [])
110
- * @method \Aws\Result getInstanceAccessDetails(array $args = [])
111
- * @method \GuzzleHttp\Promise\Promise getInstanceAccessDetailsAsync(array $args = [])
112
- * @method \Aws\Result getInstanceMetricData(array $args = [])
113
- * @method \GuzzleHttp\Promise\Promise getInstanceMetricDataAsync(array $args = [])
114
- * @method \Aws\Result getInstancePortStates(array $args = [])
115
- * @method \GuzzleHttp\Promise\Promise getInstancePortStatesAsync(array $args = [])
116
- * @method \Aws\Result getInstanceSnapshot(array $args = [])
117
- * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotAsync(array $args = [])
118
- * @method \Aws\Result getInstanceSnapshots(array $args = [])
119
- * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotsAsync(array $args = [])
120
- * @method \Aws\Result getInstanceState(array $args = [])
121
- * @method \GuzzleHttp\Promise\Promise getInstanceStateAsync(array $args = [])
122
- * @method \Aws\Result getInstances(array $args = [])
123
- * @method \GuzzleHttp\Promise\Promise getInstancesAsync(array $args = [])
124
- * @method \Aws\Result getKeyPair(array $args = [])
125
- * @method \GuzzleHttp\Promise\Promise getKeyPairAsync(array $args = [])
126
- * @method \Aws\Result getKeyPairs(array $args = [])
127
- * @method \GuzzleHttp\Promise\Promise getKeyPairsAsync(array $args = [])
128
- * @method \Aws\Result getLoadBalancer(array $args = [])
129
- * @method \GuzzleHttp\Promise\Promise getLoadBalancerAsync(array $args = [])
130
- * @method \Aws\Result getLoadBalancerMetricData(array $args = [])
131
- * @method \GuzzleHttp\Promise\Promise getLoadBalancerMetricDataAsync(array $args = [])
132
- * @method \Aws\Result getLoadBalancerTlsCertificates(array $args = [])
133
- * @method \GuzzleHttp\Promise\Promise getLoadBalancerTlsCertificatesAsync(array $args = [])
134
- * @method \Aws\Result getLoadBalancers(array $args = [])
135
- * @method \GuzzleHttp\Promise\Promise getLoadBalancersAsync(array $args = [])
136
- * @method \Aws\Result getOperation(array $args = [])
137
- * @method \GuzzleHttp\Promise\Promise getOperationAsync(array $args = [])
138
- * @method \Aws\Result getOperations(array $args = [])
139
- * @method \GuzzleHttp\Promise\Promise getOperationsAsync(array $args = [])
140
- * @method \Aws\Result getOperationsForResource(array $args = [])
141
- * @method \GuzzleHttp\Promise\Promise getOperationsForResourceAsync(array $args = [])
142
- * @method \Aws\Result getRegions(array $args = [])
143
- * @method \GuzzleHttp\Promise\Promise getRegionsAsync(array $args = [])
144
- * @method \Aws\Result getRelationalDatabase(array $args = [])
145
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseAsync(array $args = [])
146
- * @method \Aws\Result getRelationalDatabaseBlueprints(array $args = [])
147
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseBlueprintsAsync(array $args = [])
148
- * @method \Aws\Result getRelationalDatabaseBundles(array $args = [])
149
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseBundlesAsync(array $args = [])
150
- * @method \Aws\Result getRelationalDatabaseEvents(array $args = [])
151
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseEventsAsync(array $args = [])
152
- * @method \Aws\Result getRelationalDatabaseLogEvents(array $args = [])
153
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseLogEventsAsync(array $args = [])
154
- * @method \Aws\Result getRelationalDatabaseLogStreams(array $args = [])
155
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseLogStreamsAsync(array $args = [])
156
- * @method \Aws\Result getRelationalDatabaseMasterUserPassword(array $args = [])
157
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseMasterUserPasswordAsync(array $args = [])
158
- * @method \Aws\Result getRelationalDatabaseMetricData(array $args = [])
159
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseMetricDataAsync(array $args = [])
160
- * @method \Aws\Result getRelationalDatabaseParameters(array $args = [])
161
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseParametersAsync(array $args = [])
162
- * @method \Aws\Result getRelationalDatabaseSnapshot(array $args = [])
163
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseSnapshotAsync(array $args = [])
164
- * @method \Aws\Result getRelationalDatabaseSnapshots(array $args = [])
165
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseSnapshotsAsync(array $args = [])
166
- * @method \Aws\Result getRelationalDatabases(array $args = [])
167
- * @method \GuzzleHttp\Promise\Promise getRelationalDatabasesAsync(array $args = [])
168
- * @method \Aws\Result getStaticIp(array $args = [])
169
- * @method \GuzzleHttp\Promise\Promise getStaticIpAsync(array $args = [])
170
- * @method \Aws\Result getStaticIps(array $args = [])
171
- * @method \GuzzleHttp\Promise\Promise getStaticIpsAsync(array $args = [])
172
- * @method \Aws\Result importKeyPair(array $args = [])
173
- * @method \GuzzleHttp\Promise\Promise importKeyPairAsync(array $args = [])
174
- * @method \Aws\Result isVpcPeered(array $args = [])
175
- * @method \GuzzleHttp\Promise\Promise isVpcPeeredAsync(array $args = [])
176
- * @method \Aws\Result openInstancePublicPorts(array $args = [])
177
- * @method \GuzzleHttp\Promise\Promise openInstancePublicPortsAsync(array $args = [])
178
- * @method \Aws\Result peerVpc(array $args = [])
179
- * @method \GuzzleHttp\Promise\Promise peerVpcAsync(array $args = [])
180
- * @method \Aws\Result putInstancePublicPorts(array $args = [])
181
- * @method \GuzzleHttp\Promise\Promise putInstancePublicPortsAsync(array $args = [])
182
- * @method \Aws\Result rebootInstance(array $args = [])
183
- * @method \GuzzleHttp\Promise\Promise rebootInstanceAsync(array $args = [])
184
- * @method \Aws\Result rebootRelationalDatabase(array $args = [])
185
- * @method \GuzzleHttp\Promise\Promise rebootRelationalDatabaseAsync(array $args = [])
186
- * @method \Aws\Result releaseStaticIp(array $args = [])
187
- * @method \GuzzleHttp\Promise\Promise releaseStaticIpAsync(array $args = [])
188
- * @method \Aws\Result startInstance(array $args = [])
189
- * @method \GuzzleHttp\Promise\Promise startInstanceAsync(array $args = [])
190
- * @method \Aws\Result startRelationalDatabase(array $args = [])
191
- * @method \GuzzleHttp\Promise\Promise startRelationalDatabaseAsync(array $args = [])
192
- * @method \Aws\Result stopInstance(array $args = [])
193
- * @method \GuzzleHttp\Promise\Promise stopInstanceAsync(array $args = [])
194
- * @method \Aws\Result stopRelationalDatabase(array $args = [])
195
- * @method \GuzzleHttp\Promise\Promise stopRelationalDatabaseAsync(array $args = [])
196
- * @method \Aws\Result tagResource(array $args = [])
197
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
198
- * @method \Aws\Result unpeerVpc(array $args = [])
199
- * @method \GuzzleHttp\Promise\Promise unpeerVpcAsync(array $args = [])
200
- * @method \Aws\Result untagResource(array $args = [])
201
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
202
- * @method \Aws\Result updateDomainEntry(array $args = [])
203
- * @method \GuzzleHttp\Promise\Promise updateDomainEntryAsync(array $args = [])
204
- * @method \Aws\Result updateLoadBalancerAttribute(array $args = [])
205
- * @method \GuzzleHttp\Promise\Promise updateLoadBalancerAttributeAsync(array $args = [])
206
- * @method \Aws\Result updateRelationalDatabase(array $args = [])
207
- * @method \GuzzleHttp\Promise\Promise updateRelationalDatabaseAsync(array $args = [])
208
- * @method \Aws\Result updateRelationalDatabaseParameters(array $args = [])
209
- * @method \GuzzleHttp\Promise\Promise updateRelationalDatabaseParametersAsync(array $args = [])
210
- */
211
- class LightsailClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MQ/Exception/MQException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MQ\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AmazonMQ** service.
8
- */
9
- class MQException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MQ/MQClient.php DELETED
@@ -1,53 +0,0 @@
1
- <?php
2
- namespace Aws\MQ;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AmazonMQ** service.
8
- * @method \Aws\Result createBroker(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createBrokerAsync(array $args = [])
10
- * @method \Aws\Result createConfiguration(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createConfigurationAsync(array $args = [])
12
- * @method \Aws\Result createTags(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
14
- * @method \Aws\Result createUser(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
16
- * @method \Aws\Result deleteBroker(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteBrokerAsync(array $args = [])
18
- * @method \Aws\Result deleteTags(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
20
- * @method \Aws\Result deleteUser(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
22
- * @method \Aws\Result describeBroker(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeBrokerAsync(array $args = [])
24
- * @method \Aws\Result describeBrokerEngineTypes(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeBrokerEngineTypesAsync(array $args = [])
26
- * @method \Aws\Result describeBrokerInstanceOptions(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeBrokerInstanceOptionsAsync(array $args = [])
28
- * @method \Aws\Result describeConfiguration(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise describeConfigurationAsync(array $args = [])
30
- * @method \Aws\Result describeConfigurationRevision(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeConfigurationRevisionAsync(array $args = [])
32
- * @method \Aws\Result describeUser(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
34
- * @method \Aws\Result listBrokers(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listBrokersAsync(array $args = [])
36
- * @method \Aws\Result listConfigurationRevisions(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listConfigurationRevisionsAsync(array $args = [])
38
- * @method \Aws\Result listConfigurations(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise listConfigurationsAsync(array $args = [])
40
- * @method \Aws\Result listTags(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
42
- * @method \Aws\Result listUsers(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
44
- * @method \Aws\Result rebootBroker(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise rebootBrokerAsync(array $args = [])
46
- * @method \Aws\Result updateBroker(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise updateBrokerAsync(array $args = [])
48
- * @method \Aws\Result updateConfiguration(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise updateConfigurationAsync(array $args = [])
50
- * @method \Aws\Result updateUser(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
52
- */
53
- class MQClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MTurk\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Mechanical Turk Requester Service** service.
8
- */
9
- class MTurkException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MTurk/MTurkClient.php DELETED
@@ -1,87 +0,0 @@
1
- <?php
2
- namespace Aws\MTurk;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Mechanical Turk Requester Service** service.
8
- * @method \Aws\Result acceptQualificationRequest(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise acceptQualificationRequestAsync(array $args = [])
10
- * @method \Aws\Result approveAssignment(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise approveAssignmentAsync(array $args = [])
12
- * @method \Aws\Result associateQualificationWithWorker(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise associateQualificationWithWorkerAsync(array $args = [])
14
- * @method \Aws\Result createAdditionalAssignmentsForHIT(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createAdditionalAssignmentsForHITAsync(array $args = [])
16
- * @method \Aws\Result createHIT(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createHITAsync(array $args = [])
18
- * @method \Aws\Result createHITType(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createHITTypeAsync(array $args = [])
20
- * @method \Aws\Result createHITWithHITType(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createHITWithHITTypeAsync(array $args = [])
22
- * @method \Aws\Result createQualificationType(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createQualificationTypeAsync(array $args = [])
24
- * @method \Aws\Result createWorkerBlock(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createWorkerBlockAsync(array $args = [])
26
- * @method \Aws\Result deleteHIT(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteHITAsync(array $args = [])
28
- * @method \Aws\Result deleteQualificationType(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteQualificationTypeAsync(array $args = [])
30
- * @method \Aws\Result deleteWorkerBlock(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteWorkerBlockAsync(array $args = [])
32
- * @method \Aws\Result disassociateQualificationFromWorker(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise disassociateQualificationFromWorkerAsync(array $args = [])
34
- * @method \Aws\Result getAccountBalance(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise getAccountBalanceAsync(array $args = [])
36
- * @method \Aws\Result getAssignment(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise getAssignmentAsync(array $args = [])
38
- * @method \Aws\Result getFileUploadURL(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise getFileUploadURLAsync(array $args = [])
40
- * @method \Aws\Result getHIT(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise getHITAsync(array $args = [])
42
- * @method \Aws\Result getQualificationScore(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise getQualificationScoreAsync(array $args = [])
44
- * @method \Aws\Result getQualificationType(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise getQualificationTypeAsync(array $args = [])
46
- * @method \Aws\Result listAssignmentsForHIT(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise listAssignmentsForHITAsync(array $args = [])
48
- * @method \Aws\Result listBonusPayments(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise listBonusPaymentsAsync(array $args = [])
50
- * @method \Aws\Result listHITs(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise listHITsAsync(array $args = [])
52
- * @method \Aws\Result listHITsForQualificationType(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise listHITsForQualificationTypeAsync(array $args = [])
54
- * @method \Aws\Result listQualificationRequests(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise listQualificationRequestsAsync(array $args = [])
56
- * @method \Aws\Result listQualificationTypes(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise listQualificationTypesAsync(array $args = [])
58
- * @method \Aws\Result listReviewPolicyResultsForHIT(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise listReviewPolicyResultsForHITAsync(array $args = [])
60
- * @method \Aws\Result listReviewableHITs(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise listReviewableHITsAsync(array $args = [])
62
- * @method \Aws\Result listWorkerBlocks(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise listWorkerBlocksAsync(array $args = [])
64
- * @method \Aws\Result listWorkersWithQualificationType(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise listWorkersWithQualificationTypeAsync(array $args = [])
66
- * @method \Aws\Result notifyWorkers(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise notifyWorkersAsync(array $args = [])
68
- * @method \Aws\Result rejectAssignment(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise rejectAssignmentAsync(array $args = [])
70
- * @method \Aws\Result rejectQualificationRequest(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise rejectQualificationRequestAsync(array $args = [])
72
- * @method \Aws\Result sendBonus(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise sendBonusAsync(array $args = [])
74
- * @method \Aws\Result sendTestEventNotification(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise sendTestEventNotificationAsync(array $args = [])
76
- * @method \Aws\Result updateExpirationForHIT(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise updateExpirationForHITAsync(array $args = [])
78
- * @method \Aws\Result updateHITReviewStatus(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise updateHITReviewStatusAsync(array $args = [])
80
- * @method \Aws\Result updateHITTypeOfHIT(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise updateHITTypeOfHITAsync(array $args = [])
82
- * @method \Aws\Result updateNotificationSettings(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise updateNotificationSettingsAsync(array $args = [])
84
- * @method \Aws\Result updateQualificationType(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise updateQualificationTypeAsync(array $args = [])
86
- */
87
- class MTurkClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MachineLearning\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Amazon Machine Learning exception.
8
- */
9
- class MachineLearningException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php DELETED
@@ -1,97 +0,0 @@
1
- <?php
2
- namespace Aws\MachineLearning;
3
-
4
- use Aws\AwsClient;
5
- use Aws\CommandInterface;
6
- use GuzzleHttp\Psr7\Uri;
7
- use Psr\Http\Message\RequestInterface;
8
-
9
- /**
10
- * Amazon Machine Learning client.
11
- *
12
- * @method \Aws\Result addTags(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
14
- * @method \Aws\Result createBatchPrediction(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createBatchPredictionAsync(array $args = [])
16
- * @method \Aws\Result createDataSourceFromRDS(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createDataSourceFromRDSAsync(array $args = [])
18
- * @method \Aws\Result createDataSourceFromRedshift(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createDataSourceFromRedshiftAsync(array $args = [])
20
- * @method \Aws\Result createDataSourceFromS3(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createDataSourceFromS3Async(array $args = [])
22
- * @method \Aws\Result createEvaluation(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createEvaluationAsync(array $args = [])
24
- * @method \Aws\Result createMLModel(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createMLModelAsync(array $args = [])
26
- * @method \Aws\Result createRealtimeEndpoint(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createRealtimeEndpointAsync(array $args = [])
28
- * @method \Aws\Result deleteBatchPrediction(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteBatchPredictionAsync(array $args = [])
30
- * @method \Aws\Result deleteDataSource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
32
- * @method \Aws\Result deleteEvaluation(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise deleteEvaluationAsync(array $args = [])
34
- * @method \Aws\Result deleteMLModel(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise deleteMLModelAsync(array $args = [])
36
- * @method \Aws\Result deleteRealtimeEndpoint(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise deleteRealtimeEndpointAsync(array $args = [])
38
- * @method \Aws\Result deleteTags(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
40
- * @method \Aws\Result describeBatchPredictions(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describeBatchPredictionsAsync(array $args = [])
42
- * @method \Aws\Result describeDataSources(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise describeDataSourcesAsync(array $args = [])
44
- * @method \Aws\Result describeEvaluations(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise describeEvaluationsAsync(array $args = [])
46
- * @method \Aws\Result describeMLModels(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise describeMLModelsAsync(array $args = [])
48
- * @method \Aws\Result describeTags(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
50
- * @method \Aws\Result getBatchPrediction(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise getBatchPredictionAsync(array $args = [])
52
- * @method \Aws\Result getDataSource(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = [])
54
- * @method \Aws\Result getEvaluation(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise getEvaluationAsync(array $args = [])
56
- * @method \Aws\Result getMLModel(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise getMLModelAsync(array $args = [])
58
- * @method \Aws\Result predict(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise predictAsync(array $args = [])
60
- * @method \Aws\Result updateBatchPrediction(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise updateBatchPredictionAsync(array $args = [])
62
- * @method \Aws\Result updateDataSource(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
64
- * @method \Aws\Result updateEvaluation(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise updateEvaluationAsync(array $args = [])
66
- * @method \Aws\Result updateMLModel(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise updateMLModelAsync(array $args = [])
68
- */
69
- class MachineLearningClient extends AwsClient
70
- {
71
- public function __construct(array $config)
72
- {
73
- parent::__construct($config);
74
- $list = $this->getHandlerList();
75
- $list->appendBuild($this->predictEndpoint(), 'ml.predict_endpoint');
76
- }
77
-
78
- /**
79
- * Changes the endpoint of the Predict operation to the provided endpoint.
80
- *
81
- * @return callable
82
- */
83
- private function predictEndpoint()
84
- {
85
- return static function (callable $handler) {
86
- return function (
87
- CommandInterface $command,
88
- RequestInterface $request = null
89
- ) use ($handler) {
90
- if ($command->getName() === 'Predict') {
91
- $request = $request->withUri(new Uri($command['PredictEndpoint']));
92
- }
93
- return $handler($command, $request);
94
- };
95
- };
96
- }
97
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Macie/Exception/MacieException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Macie\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Macie** service.
8
- */
9
- class MacieException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Macie/MacieClient.php DELETED
@@ -1,23 +0,0 @@
1
- <?php
2
- namespace Aws\Macie;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Macie** service.
8
- * @method \Aws\Result associateMemberAccount(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateMemberAccountAsync(array $args = [])
10
- * @method \Aws\Result associateS3Resources(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise associateS3ResourcesAsync(array $args = [])
12
- * @method \Aws\Result disassociateMemberAccount(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise disassociateMemberAccountAsync(array $args = [])
14
- * @method \Aws\Result disassociateS3Resources(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise disassociateS3ResourcesAsync(array $args = [])
16
- * @method \Aws\Result listMemberAccounts(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise listMemberAccountsAsync(array $args = [])
18
- * @method \Aws\Result listS3Resources(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise listS3ResourcesAsync(array $args = [])
20
- * @method \Aws\Result updateS3Resources(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise updateS3ResourcesAsync(array $args = [])
22
- */
23
- class MacieClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\ManagedBlockchain\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Managed Blockchain** service.
8
- */
9
- class ManagedBlockchainException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php DELETED
@@ -1,45 +0,0 @@
1
- <?php
2
- namespace Aws\ManagedBlockchain;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Managed Blockchain** service.
8
- * @method \Aws\Result createMember(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createMemberAsync(array $args = [])
10
- * @method \Aws\Result createNetwork(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createNetworkAsync(array $args = [])
12
- * @method \Aws\Result createNode(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createNodeAsync(array $args = [])
14
- * @method \Aws\Result createProposal(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createProposalAsync(array $args = [])
16
- * @method \Aws\Result deleteMember(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteMemberAsync(array $args = [])
18
- * @method \Aws\Result deleteNode(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteNodeAsync(array $args = [])
20
- * @method \Aws\Result getMember(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise getMemberAsync(array $args = [])
22
- * @method \Aws\Result getNetwork(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getNetworkAsync(array $args = [])
24
- * @method \Aws\Result getNode(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getNodeAsync(array $args = [])
26
- * @method \Aws\Result getProposal(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise getProposalAsync(array $args = [])
28
- * @method \Aws\Result listInvitations(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listInvitationsAsync(array $args = [])
30
- * @method \Aws\Result listMembers(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
32
- * @method \Aws\Result listNetworks(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listNetworksAsync(array $args = [])
34
- * @method \Aws\Result listNodes(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise listNodesAsync(array $args = [])
36
- * @method \Aws\Result listProposalVotes(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise listProposalVotesAsync(array $args = [])
38
- * @method \Aws\Result listProposals(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise listProposalsAsync(array $args = [])
40
- * @method \Aws\Result rejectInvitation(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise rejectInvitationAsync(array $args = [])
42
- * @method \Aws\Result voteOnProposal(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise voteOnProposalAsync(array $args = [])
44
- */
45
- class ManagedBlockchainClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MarketplaceCommerceAnalytics\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Marketplace Commerce Analytics** service.
8
- */
9
- class MarketplaceCommerceAnalyticsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php DELETED
@@ -1,14 +0,0 @@
1
- <?php
2
- namespace Aws\MarketplaceCommerceAnalytics;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Marketplace Commerce Analytics** service.
8
- *
9
- * @method \Aws\Result generateDataSet(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise generateDataSetAsync(array $args = [])
11
- * @method \Aws\Result startSupportDataExport(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise startSupportDataExportAsync(array $args = [])
13
- */
14
- class MarketplaceCommerceAnalyticsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MarketplaceEntitlementService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Marketplace Entitlement Service** service.
8
- */
9
- class MarketplaceEntitlementServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php DELETED
@@ -1,11 +0,0 @@
1
- <?php
2
- namespace Aws\MarketplaceEntitlementService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Marketplace Entitlement Service** service.
8
- * @method \Aws\Result getEntitlements(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise getEntitlementsAsync(array $args = [])
10
- */
11
- class MarketplaceEntitlementServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MarketplaceMetering\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWSMarketplace Metering** service.
8
- */
9
- class MarketplaceMeteringException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php DELETED
@@ -1,17 +0,0 @@
1
- <?php
2
- namespace Aws\MarketplaceMetering;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWSMarketplace Metering** service.
8
- * @method \Aws\Result batchMeterUsage(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise batchMeterUsageAsync(array $args = [])
10
- * @method \Aws\Result meterUsage(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise meterUsageAsync(array $args = [])
12
- * @method \Aws\Result registerUsage(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise registerUsageAsync(array $args = [])
14
- * @method \Aws\Result resolveCustomer(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise resolveCustomerAsync(array $args = [])
16
- */
17
- class MarketplaceMeteringClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MediaConnect\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS MediaConnect** service.
8
- */
9
- class MediaConnectException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php DELETED
@@ -1,43 +0,0 @@
1
- <?php
2
- namespace Aws\MediaConnect;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS MediaConnect** service.
8
- * @method \Aws\Result addFlowOutputs(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addFlowOutputsAsync(array $args = [])
10
- * @method \Aws\Result createFlow(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createFlowAsync(array $args = [])
12
- * @method \Aws\Result deleteFlow(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deleteFlowAsync(array $args = [])
14
- * @method \Aws\Result describeFlow(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise describeFlowAsync(array $args = [])
16
- * @method \Aws\Result grantFlowEntitlements(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise grantFlowEntitlementsAsync(array $args = [])
18
- * @method \Aws\Result listEntitlements(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise listEntitlementsAsync(array $args = [])
20
- * @method \Aws\Result listFlows(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise listFlowsAsync(array $args = [])
22
- * @method \Aws\Result listTagsForResource(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
24
- * @method \Aws\Result removeFlowOutput(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise removeFlowOutputAsync(array $args = [])
26
- * @method \Aws\Result revokeFlowEntitlement(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise revokeFlowEntitlementAsync(array $args = [])
28
- * @method \Aws\Result startFlow(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise startFlowAsync(array $args = [])
30
- * @method \Aws\Result stopFlow(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise stopFlowAsync(array $args = [])
32
- * @method \Aws\Result tagResource(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
34
- * @method \Aws\Result untagResource(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
36
- * @method \Aws\Result updateFlowEntitlement(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updateFlowEntitlementAsync(array $args = [])
38
- * @method \Aws\Result updateFlowOutput(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateFlowOutputAsync(array $args = [])
40
- * @method \Aws\Result updateFlowSource(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise updateFlowSourceAsync(array $args = [])
42
- */
43
- class MediaConnectClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MediaConvert\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Elemental MediaConvert** service.
8
- */
9
- class MediaConvertException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php DELETED
@@ -1,59 +0,0 @@
1
- <?php
2
- namespace Aws\MediaConvert;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Elemental MediaConvert** service.
8
- * @method \Aws\Result associateCertificate(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateCertificateAsync(array $args = [])
10
- * @method \Aws\Result cancelJob(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = [])
12
- * @method \Aws\Result createJob(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
14
- * @method \Aws\Result createJobTemplate(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createJobTemplateAsync(array $args = [])
16
- * @method \Aws\Result createPreset(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createPresetAsync(array $args = [])
18
- * @method \Aws\Result createQueue(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createQueueAsync(array $args = [])
20
- * @method \Aws\Result deleteJobTemplate(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteJobTemplateAsync(array $args = [])
22
- * @method \Aws\Result deletePreset(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deletePresetAsync(array $args = [])
24
- * @method \Aws\Result deleteQueue(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteQueueAsync(array $args = [])
26
- * @method \Aws\Result describeEndpoints(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeEndpointsAsync(array $args = [])
28
- * @method \Aws\Result disassociateCertificate(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise disassociateCertificateAsync(array $args = [])
30
- * @method \Aws\Result getJob(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
32
- * @method \Aws\Result getJobTemplate(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise getJobTemplateAsync(array $args = [])
34
- * @method \Aws\Result getPreset(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise getPresetAsync(array $args = [])
36
- * @method \Aws\Result getQueue(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise getQueueAsync(array $args = [])
38
- * @method \Aws\Result listJobTemplates(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise listJobTemplatesAsync(array $args = [])
40
- * @method \Aws\Result listJobs(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
42
- * @method \Aws\Result listPresets(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise listPresetsAsync(array $args = [])
44
- * @method \Aws\Result listQueues(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise listQueuesAsync(array $args = [])
46
- * @method \Aws\Result listTagsForResource(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
48
- * @method \Aws\Result tagResource(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
50
- * @method \Aws\Result untagResource(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
52
- * @method \Aws\Result updateJobTemplate(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise updateJobTemplateAsync(array $args = [])
54
- * @method \Aws\Result updatePreset(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise updatePresetAsync(array $args = [])
56
- * @method \Aws\Result updateQueue(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise updateQueueAsync(array $args = [])
58
- */
59
- class MediaConvertClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MediaLive\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Elemental MediaLive** service.
8
- */
9
- class MediaLiveException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php DELETED
@@ -1,71 +0,0 @@
1
- <?php
2
- namespace Aws\MediaLive;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Elemental MediaLive** service.
8
- * @method \Aws\Result batchUpdateSchedule(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise batchUpdateScheduleAsync(array $args = [])
10
- * @method \Aws\Result createChannel(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
12
- * @method \Aws\Result createInput(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createInputAsync(array $args = [])
14
- * @method \Aws\Result createInputSecurityGroup(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createInputSecurityGroupAsync(array $args = [])
16
- * @method \Aws\Result createTags(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
18
- * @method \Aws\Result deleteChannel(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
20
- * @method \Aws\Result deleteInput(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteInputAsync(array $args = [])
22
- * @method \Aws\Result deleteInputSecurityGroup(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteInputSecurityGroupAsync(array $args = [])
24
- * @method \Aws\Result deleteReservation(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteReservationAsync(array $args = [])
26
- * @method \Aws\Result deleteSchedule(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteScheduleAsync(array $args = [])
28
- * @method \Aws\Result deleteTags(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
30
- * @method \Aws\Result describeChannel(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
32
- * @method \Aws\Result describeInput(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeInputAsync(array $args = [])
34
- * @method \Aws\Result describeInputSecurityGroup(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeInputSecurityGroupAsync(array $args = [])
36
- * @method \Aws\Result describeOffering(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
38
- * @method \Aws\Result describeReservation(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
40
- * @method \Aws\Result describeSchedule(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
42
- * @method \Aws\Result listChannels(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
44
- * @method \Aws\Result listInputSecurityGroups(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise listInputSecurityGroupsAsync(array $args = [])
46
- * @method \Aws\Result listInputs(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise listInputsAsync(array $args = [])
48
- * @method \Aws\Result listOfferings(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
50
- * @method \Aws\Result listReservations(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise listReservationsAsync(array $args = [])
52
- * @method \Aws\Result listTagsForResource(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
54
- * @method \Aws\Result purchaseOffering(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
56
- * @method \Aws\Result startChannel(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
58
- * @method \Aws\Result stopChannel(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
60
- * @method \Aws\Result updateChannel(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
62
- * @method \Aws\Result updateChannelClass(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise updateChannelClassAsync(array $args = [])
64
- * @method \Aws\Result updateInput(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise updateInputAsync(array $args = [])
66
- * @method \Aws\Result updateInputSecurityGroup(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise updateInputSecurityGroupAsync(array $args = [])
68
- * @method \Aws\Result updateReservation(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise updateReservationAsync(array $args = [])
70
- */
71
- class MediaLiveClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MediaPackage\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Elemental MediaPackage** service.
8
- */
9
- class MediaPackageException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php DELETED
@@ -1,39 +0,0 @@
1
- <?php
2
- namespace Aws\MediaPackage;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Elemental MediaPackage** service.
8
- * @method \Aws\Result createChannel(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
10
- * @method \Aws\Result createOriginEndpoint(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createOriginEndpointAsync(array $args = [])
12
- * @method \Aws\Result deleteChannel(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
14
- * @method \Aws\Result deleteOriginEndpoint(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteOriginEndpointAsync(array $args = [])
16
- * @method \Aws\Result describeChannel(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
18
- * @method \Aws\Result describeOriginEndpoint(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeOriginEndpointAsync(array $args = [])
20
- * @method \Aws\Result listChannels(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
22
- * @method \Aws\Result listOriginEndpoints(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise listOriginEndpointsAsync(array $args = [])
24
- * @method \Aws\Result listTagsForResource(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
26
- * @method \Aws\Result rotateChannelCredentials(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise rotateChannelCredentialsAsync(array $args = [])
28
- * @method \Aws\Result rotateIngestEndpointCredentials(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise rotateIngestEndpointCredentialsAsync(array $args = [])
30
- * @method \Aws\Result tagResource(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
32
- * @method \Aws\Result untagResource(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
34
- * @method \Aws\Result updateChannel(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
36
- * @method \Aws\Result updateOriginEndpoint(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updateOriginEndpointAsync(array $args = [])
38
- */
39
- class MediaPackageClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MediaStore\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Elemental MediaStore** service.
8
- */
9
- class MediaStoreException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php DELETED
@@ -1,39 +0,0 @@
1
- <?php
2
- namespace Aws\MediaStore;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Elemental MediaStore** service.
8
- * @method \Aws\Result createContainer(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createContainerAsync(array $args = [])
10
- * @method \Aws\Result deleteContainer(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteContainerAsync(array $args = [])
12
- * @method \Aws\Result deleteContainerPolicy(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deleteContainerPolicyAsync(array $args = [])
14
- * @method \Aws\Result deleteCorsPolicy(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteCorsPolicyAsync(array $args = [])
16
- * @method \Aws\Result deleteLifecyclePolicy(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
18
- * @method \Aws\Result describeContainer(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeContainerAsync(array $args = [])
20
- * @method \Aws\Result getContainerPolicy(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise getContainerPolicyAsync(array $args = [])
22
- * @method \Aws\Result getCorsPolicy(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getCorsPolicyAsync(array $args = [])
24
- * @method \Aws\Result getLifecyclePolicy(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
26
- * @method \Aws\Result listContainers(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listContainersAsync(array $args = [])
28
- * @method \Aws\Result putContainerPolicy(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise putContainerPolicyAsync(array $args = [])
30
- * @method \Aws\Result putCorsPolicy(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise putCorsPolicyAsync(array $args = [])
32
- * @method \Aws\Result putLifecyclePolicy(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise putLifecyclePolicyAsync(array $args = [])
34
- * @method \Aws\Result startAccessLogging(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise startAccessLoggingAsync(array $args = [])
36
- * @method \Aws\Result stopAccessLogging(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise stopAccessLoggingAsync(array $args = [])
38
- */
39
- class MediaStoreClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MediaStoreData\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Elemental MediaStore Data Plane** service.
8
- */
9
- class MediaStoreDataException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php DELETED
@@ -1,19 +0,0 @@
1
- <?php
2
- namespace Aws\MediaStoreData;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Elemental MediaStore Data Plane** service.
8
- * @method \Aws\Result deleteObject(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise deleteObjectAsync(array $args = [])
10
- * @method \Aws\Result describeObject(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise describeObjectAsync(array $args = [])
12
- * @method \Aws\Result getObject(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise getObjectAsync(array $args = [])
14
- * @method \Aws\Result listItems(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise listItemsAsync(array $args = [])
16
- * @method \Aws\Result putObject(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise putObjectAsync(array $args = [])
18
- */
19
- class MediaStoreDataClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MediaTailor\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS MediaTailor** service.
8
- */
9
- class MediaTailorException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php DELETED
@@ -1,23 +0,0 @@
1
- <?php
2
- namespace Aws\MediaTailor;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS MediaTailor** service.
8
- * @method \Aws\Result deletePlaybackConfiguration(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise deletePlaybackConfigurationAsync(array $args = [])
10
- * @method \Aws\Result getPlaybackConfiguration(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise getPlaybackConfigurationAsync(array $args = [])
12
- * @method \Aws\Result listPlaybackConfigurations(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise listPlaybackConfigurationsAsync(array $args = [])
14
- * @method \Aws\Result listTagsForResource(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
16
- * @method \Aws\Result putPlaybackConfiguration(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise putPlaybackConfigurationAsync(array $args = [])
18
- * @method \Aws\Result tagResource(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
20
- * @method \Aws\Result untagResource(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
22
- */
23
- class MediaTailorClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\MigrationHub\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Migration Hub** service.
8
- */
9
- class MigrationHubException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- namespace Aws\MigrationHub;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Migration Hub** service.
8
- * @method \Aws\Result associateCreatedArtifact(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateCreatedArtifactAsync(array $args = [])
10
- * @method \Aws\Result associateDiscoveredResource(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise associateDiscoveredResourceAsync(array $args = [])
12
- * @method \Aws\Result createProgressUpdateStream(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createProgressUpdateStreamAsync(array $args = [])
14
- * @method \Aws\Result deleteProgressUpdateStream(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteProgressUpdateStreamAsync(array $args = [])
16
- * @method \Aws\Result describeApplicationState(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise describeApplicationStateAsync(array $args = [])
18
- * @method \Aws\Result describeMigrationTask(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeMigrationTaskAsync(array $args = [])
20
- * @method \Aws\Result disassociateCreatedArtifact(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise disassociateCreatedArtifactAsync(array $args = [])
22
- * @method \Aws\Result disassociateDiscoveredResource(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise disassociateDiscoveredResourceAsync(array $args = [])
24
- * @method \Aws\Result importMigrationTask(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise importMigrationTaskAsync(array $args = [])
26
- * @method \Aws\Result listCreatedArtifacts(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listCreatedArtifactsAsync(array $args = [])
28
- * @method \Aws\Result listDiscoveredResources(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listDiscoveredResourcesAsync(array $args = [])
30
- * @method \Aws\Result listMigrationTasks(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listMigrationTasksAsync(array $args = [])
32
- * @method \Aws\Result listProgressUpdateStreams(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listProgressUpdateStreamsAsync(array $args = [])
34
- * @method \Aws\Result notifyApplicationState(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise notifyApplicationStateAsync(array $args = [])
36
- * @method \Aws\Result notifyMigrationTaskState(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise notifyMigrationTaskStateAsync(array $args = [])
38
- * @method \Aws\Result putResourceAttributes(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise putResourceAttributesAsync(array $args = [])
40
- */
41
- class MigrationHubClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Mobile\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Mobile** service.
8
- */
9
- class MobileException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php DELETED
@@ -1,27 +0,0 @@
1
- <?php
2
- namespace Aws\Mobile;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Mobile** service.
8
- * @method \Aws\Result createProject(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
10
- * @method \Aws\Result deleteProject(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
12
- * @method \Aws\Result describeBundle(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise describeBundleAsync(array $args = [])
14
- * @method \Aws\Result describeProject(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
16
- * @method \Aws\Result exportBundle(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise exportBundleAsync(array $args = [])
18
- * @method \Aws\Result exportProject(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise exportProjectAsync(array $args = [])
20
- * @method \Aws\Result listBundles(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise listBundlesAsync(array $args = [])
22
- * @method \Aws\Result listProjects(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
24
- * @method \Aws\Result updateProject(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
26
- */
27
- class MobileClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php DELETED
@@ -1,321 +0,0 @@
1
- <?php
2
- namespace Aws\Multipart;
3
-
4
- use Aws\AwsClientInterface as Client;
5
- use Aws\CommandInterface;
6
- use Aws\CommandPool;
7
- use Aws\Exception\AwsException;
8
- use Aws\Exception\MultipartUploadException;
9
- use Aws\Result;
10
- use Aws\ResultInterface;
11
- use GuzzleHttp\Promise;
12
- use GuzzleHttp\Promise\PromiseInterface;
13
- use InvalidArgumentException as IAE;
14
- use Psr\Http\Message\RequestInterface;
15
-
16
- /**
17
- * Encapsulates the execution of a multipart upload to S3 or Glacier.
18
- *
19
- * @internal
20
- */
21
- abstract class AbstractUploadManager implements Promise\PromisorInterface
22
- {
23
- const DEFAULT_CONCURRENCY = 5;
24
-
25
- /** @var array Default values for base multipart configuration */
26
- private static $defaultConfig = [
27
- 'part_size' => null,
28
- 'state' => null,
29
- 'concurrency' => self::DEFAULT_CONCURRENCY,
30
- 'prepare_data_source' => null,
31
- 'before_initiate' => null,
32
- 'before_upload' => null,
33
- 'before_complete' => null,
34
- 'exception_class' => 'Aws\Exception\MultipartUploadException',
35
- ];
36
-
37
- /** @var Client Client used for the upload. */
38
- protected $client;
39
-
40
- /** @var array Configuration used to perform the upload. */
41
- protected $config;
42
-
43
- /** @var array Service-specific information about the upload workflow. */
44
- protected $info;
45
-
46
- /** @var PromiseInterface Promise that represents the multipart upload. */
47
- protected $promise;
48
-
49
- /** @var UploadState State used to manage the upload. */
50
- protected $state;
51
-
52
- /**
53
- * @param Client $client
54
- * @param array $config
55
- */
56
- public function __construct(Client $client, array $config = [])
57
- {
58
- $this->client = $client;
59
- $this->info = $this->loadUploadWorkflowInfo();
60
- $this->config = $config + self::$defaultConfig;
61
- $this->state = $this->determineState();
62
- }
63
-
64
- /**
65
- * Returns the current state of the upload
66
- *
67
- * @return UploadState
68
- */
69
- public function getState()
70
- {
71
- return $this->state;
72
- }
73
-
74
- /**
75
- * Upload the source using multipart upload operations.
76
- *
77
- * @return Result The result of the CompleteMultipartUpload operation.
78
- * @throws \LogicException if the upload is already complete or aborted.
79
- * @throws MultipartUploadException if an upload operation fails.
80
- */
81
- public function upload()
82
- {
83
- return $this->promise()->wait();
84
- }
85
-
86
- /**
87
- * Upload the source asynchronously using multipart upload operations.
88
- *
89
- * @return PromiseInterface
90
- */
91
- public function promise()
92
- {
93
- if ($this->promise) {
94
- return $this->promise;
95
- }
96
-
97
- return $this->promise = Promise\coroutine(function () {
98
- // Initiate the upload.
99
- if ($this->state->isCompleted()) {
100
- throw new \LogicException('This multipart upload has already '
101
- . 'been completed or aborted.'
102
- );
103
- }
104
-
105
- if (!$this->state->isInitiated()) {
106
- // Execute the prepare callback.
107
- if (is_callable($this->config["prepare_data_source"])) {
108
- $this->config["prepare_data_source"]();
109
- }
110
-
111
- $result = (yield $this->execCommand('initiate', $this->getInitiateParams()));
112
- $this->state->setUploadId(
113
- $this->info['id']['upload_id'],
114
- $result[$this->info['id']['upload_id']]
115
- );
116
- $this->state->setStatus(UploadState::INITIATED);
117
- }
118
-
119
- // Create a command pool from a generator that yields UploadPart
120
- // commands for each upload part.
121
- $resultHandler = $this->getResultHandler($errors);
122
- $commands = new CommandPool(
123
- $this->client,
124
- $this->getUploadCommands($resultHandler),
125
- [
126
- 'concurrency' => $this->config['concurrency'],
127
- 'before' => $this->config['before_upload'],
128
- ]
129
- );
130
-
131
- // Execute the pool of commands concurrently, and process errors.
132
- yield $commands->promise();
133
- if ($errors) {
134
- throw new $this->config['exception_class']($this->state, $errors);
135
- }
136
-
137
- // Complete the multipart upload.
138
- yield $this->execCommand('complete', $this->getCompleteParams());
139
- $this->state->setStatus(UploadState::COMPLETED);
140
- })->otherwise($this->buildFailureCatch());
141
- }
142
-
143
- private function transformException($e)
144
- {
145
- // Throw errors from the operations as a specific Multipart error.
146
- if ($e instanceof AwsException) {
147
- $e = new $this->config['exception_class']($this->state, $e);
148
- }
149
- throw $e;
150
- }
151
-
152
- private function buildFailureCatch()
153
- {
154
- if (interface_exists("Throwable")) {
155
- return function (\Throwable $e) {
156
- return $this->transformException($e);
157
- };
158
- } else {
159
- return function (\Exception $e) {
160
- return $this->transformException($e);
161
- };
162
- }
163
- }
164
-
165
- protected function getConfig()
166
- {
167
- return $this->config;
168
- }
169
-
170
- /**
171
- * Provides service-specific information about the multipart upload
172
- * workflow.
173
- *
174
- * This array of data should include the keys: 'command', 'id', and 'part_num'.
175
- *
176
- * @return array
177
- */
178
- abstract protected function loadUploadWorkflowInfo();
179
-
180
- /**
181
- * Determines the part size to use for upload parts.
182
- *
183
- * Examines the provided partSize value and the source to determine the
184
- * best possible part size.
185
- *
186
- * @throws \InvalidArgumentException if the part size is invalid.
187
- *
188
- * @return int
189
- */
190
- abstract protected function determinePartSize();
191
-
192
- /**
193
- * Uses information from the Command and Result to determine which part was
194
- * uploaded and mark it as uploaded in the upload's state.
195
- *
196
- * @param CommandInterface $command
197
- * @param ResultInterface $result
198
- */
199
- abstract protected function handleResult(
200
- CommandInterface $command,
201
- ResultInterface $result
202
- );
203
-
204
- /**
205
- * Gets the service-specific parameters used to initiate the upload.
206
- *
207
- * @return array
208
- */
209
- abstract protected function getInitiateParams();
210
-
211
- /**
212
- * Gets the service-specific parameters used to complete the upload.
213
- *
214
- * @return array
215
- */
216
- abstract protected function getCompleteParams();
217
-
218
- /**
219
- * Based on the config and service-specific workflow info, creates a
220
- * `Promise` for an `UploadState` object.
221
- *
222
- * @return PromiseInterface A `Promise` that resolves to an `UploadState`.
223
- */
224
- private function determineState()
225
- {
226
- // If the state was provided via config, then just use it.
227
- if ($this->config['state'] instanceof UploadState) {
228
- return $this->config['state'];
229
- }
230
-
231
- // Otherwise, construct a new state from the provided identifiers.
232
- $required = $this->info['id'];
233
- $id = [$required['upload_id'] => null];
234
- unset($required['upload_id']);
235
- foreach ($required as $key => $param) {
236
- if (!$this->config[$key]) {
237
- throw new IAE('You must provide a value for "' . $key . '" in '
238
- . 'your config for the MultipartUploader for '
239
- . $this->client->getApi()->getServiceFullName() . '.');
240
- }
241
- $id[$param] = $this->config[$key];
242
- }
243
- $state = new UploadState($id);
244
- $state->setPartSize($this->determinePartSize());
245
-
246
- return $state;
247
- }
248
-
249
- /**
250
- * Executes a MUP command with all of the parameters for the operation.
251
- *
252
- * @param string $operation Name of the operation.
253
- * @param array $params Service-specific params for the operation.
254
- *
255
- * @return PromiseInterface
256
- */
257
- protected function execCommand($operation, array $params)
258
- {
259
- // Create the command.
260
- $command = $this->client->getCommand(
261
- $this->info['command'][$operation],
262
- $params + $this->state->getId()
263
- );
264
-
265
- // Execute the before callback.
266
- if (is_callable($this->config["before_{$operation}"])) {
267
- $this->config["before_{$operation}"]($command);
268
- }
269
-
270
- // Execute the command asynchronously and return the promise.
271
- return $this->client->executeAsync($command);
272
- }
273
-
274
- /**
275
- * Returns a middleware for processing responses of part upload operations.
276
- *
277
- * - Adds an onFulfilled callback that calls the service-specific
278
- * handleResult method on the Result of the operation.
279
- * - Adds an onRejected callback that adds the error to an array of errors.
280
- * - Has a passedByRef $errors arg that the exceptions get added to. The
281
- * caller should use that &$errors array to do error handling.
282
- *
283
- * @param array $errors Errors from upload operations are added to this.
284
- *
285
- * @return callable
286
- */
287
- protected function getResultHandler(&$errors = [])
288
- {
289
- return function (callable $handler) use (&$errors) {
290
- return function (
291
- CommandInterface $command,
292
- RequestInterface $request = null
293
- ) use ($handler, &$errors) {
294
- return $handler($command, $request)->then(
295
- function (ResultInterface $result) use ($command) {
296
- $this->handleResult($command, $result);
297
- return $result;
298
- },
299
- function (AwsException $e) use (&$errors) {
300
- $errors[$e->getCommand()[$this->info['part_num']]] = $e;
301
- return new Result();
302
- }
303
- );
304
- };
305
- };
306
- }
307
-
308
- /**
309
- * Creates a generator that yields part data for the upload's source.
310
- *
311
- * Yields associative arrays of parameters that are ultimately merged in
312
- * with others to form the complete parameters of a command. This can
313
- * include the Body parameter, which is a limited stream (i.e., a Stream
314
- * object, decorated with a LimitStream).
315
- *
316
- * @param callable $resultHandler
317
- *
318
- * @return \Generator
319
- */
320
- abstract protected function getUploadCommands(callable $resultHandler);
321
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php DELETED
@@ -1,129 +0,0 @@
1
- <?php
2
- namespace Aws\Multipart;
3
-
4
- use Aws\AwsClientInterface as Client;
5
- use GuzzleHttp\Psr7;
6
- use InvalidArgumentException as IAE;
7
- use Psr\Http\Message\StreamInterface as Stream;
8
-
9
- abstract class AbstractUploader extends AbstractUploadManager
10
- {
11
- /** @var Stream Source of the data to be uploaded. */
12
- protected $source;
13
-
14
- /**
15
- * @param Client $client
16
- * @param mixed $source
17
- * @param array $config
18
- */
19
- public function __construct(Client $client, $source, array $config = [])
20
- {
21
- $this->source = $this->determineSource($source);
22
- parent::__construct($client, $config);
23
- }
24
-
25
- /**
26
- * Create a stream for a part that starts at the current position and
27
- * has a length of the upload part size (or less with the final part).
28
- *
29
- * @param Stream $stream
30
- *
31
- * @return Psr7\LimitStream
32
- */
33
- protected function limitPartStream(Stream $stream)
34
- {
35
- // Limit what is read from the stream to the part size.
36
- return new Psr7\LimitStream(
37
- $stream,
38
- $this->state->getPartSize(),
39
- $this->source->tell()
40
- );
41
- }
42
-
43
- protected function getUploadCommands(callable $resultHandler)
44
- {
45
- // Determine if the source can be seeked.
46
- $seekable = $this->source->isSeekable()
47
- && $this->source->getMetadata('wrapper_type') === 'plainfile';
48
-
49
- for ($partNumber = 1; $this->isEof($seekable); $partNumber++) {
50
- // If we haven't already uploaded this part, yield a new part.
51
- if (!$this->state->hasPartBeenUploaded($partNumber)) {
52
- $partStartPos = $this->source->tell();
53
- if (!($data = $this->createPart($seekable, $partNumber))) {
54
- break;
55
- }
56
- $command = $this->client->getCommand(
57
- $this->info['command']['upload'],
58
- $data + $this->state->getId()
59
- );
60
- $command->getHandlerList()->appendSign($resultHandler, 'mup');
61
- yield $command;
62
- if ($this->source->tell() > $partStartPos) {
63
- continue;
64
- }
65
- }
66
-
67
- // Advance the source's offset if not already advanced.
68
- if ($seekable) {
69
- $this->source->seek(min(
70
- $this->source->tell() + $this->state->getPartSize(),
71
- $this->source->getSize()
72
- ));
73
- } else {
74
- $this->source->read($this->state->getPartSize());
75
- }
76
- }
77
- }
78
-
79
- /**
80
- * Generates the parameters for an upload part by analyzing a range of the
81
- * source starting from the current offset up to the part size.
82
- *
83
- * @param bool $seekable
84
- * @param int $number
85
- *
86
- * @return array|null
87
- */
88
- abstract protected function createPart($seekable, $number);
89
-
90
- /**
91
- * Checks if the source is at EOF.
92
- *
93
- * @param bool $seekable
94
- *
95
- * @return bool
96
- */
97
- private function isEof($seekable)
98
- {
99
- return $seekable
100
- ? $this->source->tell() < $this->source->getSize()
101
- : !$this->source->eof();
102
- }
103
-
104
- /**
105
- * Turns the provided source into a stream and stores it.
106
- *
107
- * If a string is provided, it is assumed to be a filename, otherwise, it
108
- * passes the value directly to `Psr7\stream_for()`.
109
- *
110
- * @param mixed $source
111
- *
112
- * @return Stream
113
- */
114
- private function determineSource($source)
115
- {
116
- // Use the contents of a file as the data source.
117
- if (is_string($source)) {
118
- $source = Psr7\try_fopen($source, 'r');
119
- }
120
-
121
- // Create a source stream.
122
- $stream = Psr7\stream_for($source);
123
- if (!$stream->isReadable()) {
124
- throw new IAE('Source stream must be readable.');
125
- }
126
-
127
- return $stream;
128
- }
129
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Multipart/UploadState.php DELETED
@@ -1,145 +0,0 @@
1
- <?php
2
- namespace Aws\Multipart;
3
-
4
- /**
5
- * Representation of the multipart upload.
6
- *
7
- * This object keeps track of the state of the upload, including the status and
8
- * which parts have been uploaded.
9
- */
10
- class UploadState
11
- {
12
- const CREATED = 0;
13
- const INITIATED = 1;
14
- const COMPLETED = 2;
15
-
16
- /** @var array Params used to identity the upload. */
17
- private $id;
18
-
19
- /** @var int Part size being used by the upload. */
20
- private $partSize;
21
-
22
- /** @var array Parts that have been uploaded. */
23
- private $uploadedParts = [];
24
-
25
- /** @var int Identifies the status the upload. */
26
- private $status = self::CREATED;
27
-
28
- /**
29
- * @param array $id Params used to identity the upload.
30
- */
31
- public function __construct(array $id)
32
- {
33
- $this->id = $id;
34
- }
35
-
36
- /**
37
- * Get the upload's ID, which is a tuple of parameters that can uniquely
38
- * identify the upload.
39
- *
40
- * @return array
41
- */
42
- public function getId()
43
- {
44
- return $this->id;
45
- }
46
-
47
- /**
48
- * Set's the "upload_id", or 3rd part of the upload's ID. This typically
49
- * only needs to be done after initiating an upload.
50
- *
51
- * @param string $key The param key of the upload_id.
52
- * @param string $value The param value of the upload_id.
53
- */
54
- public function setUploadId($key, $value)
55
- {
56
- $this->id[$key] = $value;
57
- }
58
-
59
- /**
60
- * Get the part size.
61
- *
62
- * @return int
63
- */
64
- public function getPartSize()
65
- {
66
- return $this->partSize;
67
- }
68
-
69
- /**
70
- * Set the part size.
71
- *
72
- * @param $partSize int Size of upload parts.
73
- */
74
- public function setPartSize($partSize)
75
- {
76
- $this->partSize = $partSize;
77
- }
78
-
79
- /**
80
- * Marks a part as being uploaded.
81
- *
82
- * @param int $partNumber The part number.
83
- * @param array $partData Data from the upload operation that needs to be
84
- * recalled during the complete operation.
85
- */
86
- public function markPartAsUploaded($partNumber, array $partData = [])
87
- {
88
- $this->uploadedParts[$partNumber] = $partData;
89
- }
90
-
91
- /**
92
- * Returns whether a part has been uploaded.
93
- *
94
- * @param int $partNumber The part number.
95
- *
96
- * @return bool
97
- */
98
- public function hasPartBeenUploaded($partNumber)
99
- {
100
- return isset($this->uploadedParts[$partNumber]);
101
- }
102
-
103
- /**
104
- * Returns a sorted list of all the uploaded parts.
105
- *
106
- * @return array
107
- */
108
- public function getUploadedParts()
109
- {
110
- ksort($this->uploadedParts);
111
-
112
- return $this->uploadedParts;
113
- }
114
-
115
- /**
116
- * Set the status of the upload.
117
- *
118
- * @param int $status Status is an integer code defined by the constants
119
- * CREATED, INITIATED, and COMPLETED on this class.
120
- */
121
- public function setStatus($status)
122
- {
123
- $this->status = $status;
124
- }
125
-
126
- /**
127
- * Determines whether the upload state is in the INITIATED status.
128
- *
129
- * @return bool
130
- */
131
- public function isInitiated()
132
- {
133
- return $this->status === self::INITIATED;
134
- }
135
-
136
- /**
137
- * Determines whether the upload state is in the COMPLETED status.
138
- *
139
- * @return bool
140
- */
141
- public function isCompleted()
142
- {
143
- return $this->status === self::COMPLETED;
144
- }
145
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Neptune\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Neptune** service.
8
- */
9
- class NeptuneException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Neptune/NeptuneClient.php DELETED
@@ -1,123 +0,0 @@
1
- <?php
2
- namespace Aws\Neptune;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Neptune** service.
8
- * @method \Aws\Result addRoleToDBCluster(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise addRoleToDBClusterAsync(array $args = [])
10
- * @method \Aws\Result addSourceIdentifierToSubscription(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise addSourceIdentifierToSubscriptionAsync(array $args = [])
12
- * @method \Aws\Result addTagsToResource(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
14
- * @method \Aws\Result applyPendingMaintenanceAction(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise applyPendingMaintenanceActionAsync(array $args = [])
16
- * @method \Aws\Result copyDBClusterParameterGroup(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise copyDBClusterParameterGroupAsync(array $args = [])
18
- * @method \Aws\Result copyDBClusterSnapshot(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise copyDBClusterSnapshotAsync(array $args = [])
20
- * @method \Aws\Result copyDBParameterGroup(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise copyDBParameterGroupAsync(array $args = [])
22
- * @method \Aws\Result createDBCluster(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createDBClusterAsync(array $args = [])
24
- * @method \Aws\Result createDBClusterParameterGroup(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise createDBClusterParameterGroupAsync(array $args = [])
26
- * @method \Aws\Result createDBClusterSnapshot(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise createDBClusterSnapshotAsync(array $args = [])
28
- * @method \Aws\Result createDBInstance(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise createDBInstanceAsync(array $args = [])
30
- * @method \Aws\Result createDBParameterGroup(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise createDBParameterGroupAsync(array $args = [])
32
- * @method \Aws\Result createDBSubnetGroup(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise createDBSubnetGroupAsync(array $args = [])
34
- * @method \Aws\Result createEventSubscription(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise createEventSubscriptionAsync(array $args = [])
36
- * @method \Aws\Result deleteDBCluster(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise deleteDBClusterAsync(array $args = [])
38
- * @method \Aws\Result deleteDBClusterParameterGroup(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise deleteDBClusterParameterGroupAsync(array $args = [])
40
- * @method \Aws\Result deleteDBClusterSnapshot(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise deleteDBClusterSnapshotAsync(array $args = [])
42
- * @method \Aws\Result deleteDBInstance(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise deleteDBInstanceAsync(array $args = [])
44
- * @method \Aws\Result deleteDBParameterGroup(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise deleteDBParameterGroupAsync(array $args = [])
46
- * @method \Aws\Result deleteDBSubnetGroup(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise deleteDBSubnetGroupAsync(array $args = [])
48
- * @method \Aws\Result deleteEventSubscription(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise deleteEventSubscriptionAsync(array $args = [])
50
- * @method \Aws\Result describeDBClusterParameterGroups(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise describeDBClusterParameterGroupsAsync(array $args = [])
52
- * @method \Aws\Result describeDBClusterParameters(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise describeDBClusterParametersAsync(array $args = [])
54
- * @method \Aws\Result describeDBClusterSnapshotAttributes(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise describeDBClusterSnapshotAttributesAsync(array $args = [])
56
- * @method \Aws\Result describeDBClusterSnapshots(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise describeDBClusterSnapshotsAsync(array $args = [])
58
- * @method \Aws\Result describeDBClusters(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise describeDBClustersAsync(array $args = [])
60
- * @method \Aws\Result describeDBEngineVersions(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise describeDBEngineVersionsAsync(array $args = [])
62
- * @method \Aws\Result describeDBInstances(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise describeDBInstancesAsync(array $args = [])
64
- * @method \Aws\Result describeDBParameterGroups(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise describeDBParameterGroupsAsync(array $args = [])
66
- * @method \Aws\Result describeDBParameters(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise describeDBParametersAsync(array $args = [])
68
- * @method \Aws\Result describeDBSubnetGroups(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise describeDBSubnetGroupsAsync(array $args = [])
70
- * @method \Aws\Result describeEngineDefaultClusterParameters(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise describeEngineDefaultClusterParametersAsync(array $args = [])
72
- * @method \Aws\Result describeEngineDefaultParameters(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise describeEngineDefaultParametersAsync(array $args = [])
74
- * @method \Aws\Result describeEventCategories(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise describeEventCategoriesAsync(array $args = [])
76
- * @method \Aws\Result describeEventSubscriptions(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise describeEventSubscriptionsAsync(array $args = [])
78
- * @method \Aws\Result describeEvents(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
80
- * @method \Aws\Result describeOrderableDBInstanceOptions(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise describeOrderableDBInstanceOptionsAsync(array $args = [])
82
- * @method \Aws\Result describePendingMaintenanceActions(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise describePendingMaintenanceActionsAsync(array $args = [])
84
- * @method \Aws\Result describeValidDBInstanceModifications(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise describeValidDBInstanceModificationsAsync(array $args = [])
86
- * @method \Aws\Result failoverDBCluster(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise failoverDBClusterAsync(array $args = [])
88
- * @method \Aws\Result listTagsForResource(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
90
- * @method \Aws\Result modifyDBCluster(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise modifyDBClusterAsync(array $args = [])
92
- * @method \Aws\Result modifyDBClusterParameterGroup(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise modifyDBClusterParameterGroupAsync(array $args = [])
94
- * @method \Aws\Result modifyDBClusterSnapshotAttribute(array $args = [])
95
- * @method \GuzzleHttp\Promise\Promise modifyDBClusterSnapshotAttributeAsync(array $args = [])
96
- * @method \Aws\Result modifyDBInstance(array $args = [])
97
- * @method \GuzzleHttp\Promise\Promise modifyDBInstanceAsync(array $args = [])
98
- * @method \Aws\Result modifyDBParameterGroup(array $args = [])
99
- * @method \GuzzleHttp\Promise\Promise modifyDBParameterGroupAsync(array $args = [])
100
- * @method \Aws\Result modifyDBSubnetGroup(array $args = [])
101
- * @method \GuzzleHttp\Promise\Promise modifyDBSubnetGroupAsync(array $args = [])
102
- * @method \Aws\Result modifyEventSubscription(array $args = [])
103
- * @method \GuzzleHttp\Promise\Promise modifyEventSubscriptionAsync(array $args = [])
104
- * @method \Aws\Result promoteReadReplicaDBCluster(array $args = [])
105
- * @method \GuzzleHttp\Promise\Promise promoteReadReplicaDBClusterAsync(array $args = [])
106
- * @method \Aws\Result rebootDBInstance(array $args = [])
107
- * @method \GuzzleHttp\Promise\Promise rebootDBInstanceAsync(array $args = [])
108
- * @method \Aws\Result removeRoleFromDBCluster(array $args = [])
109
- * @method \GuzzleHttp\Promise\Promise removeRoleFromDBClusterAsync(array $args = [])
110
- * @method \Aws\Result removeSourceIdentifierFromSubscription(array $args = [])
111
- * @method \GuzzleHttp\Promise\Promise removeSourceIdentifierFromSubscriptionAsync(array $args = [])
112
- * @method \Aws\Result removeTagsFromResource(array $args = [])
113
- * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
114
- * @method \Aws\Result resetDBClusterParameterGroup(array $args = [])
115
- * @method \GuzzleHttp\Promise\Promise resetDBClusterParameterGroupAsync(array $args = [])
116
- * @method \Aws\Result resetDBParameterGroup(array $args = [])
117
- * @method \GuzzleHttp\Promise\Promise resetDBParameterGroupAsync(array $args = [])
118
- * @method \Aws\Result restoreDBClusterFromSnapshot(array $args = [])
119
- * @method \GuzzleHttp\Promise\Promise restoreDBClusterFromSnapshotAsync(array $args = [])
120
- * @method \Aws\Result restoreDBClusterToPointInTime(array $args = [])
121
- * @method \GuzzleHttp\Promise\Promise restoreDBClusterToPointInTimeAsync(array $args = [])
122
- */
123
- class NeptuneClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\OpsWorks\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the AWS OpsWorks service.
8
- */
9
- class OpsWorksException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php DELETED
@@ -1,158 +0,0 @@
1
- <?php
2
- namespace Aws\OpsWorks;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS OpsWorks** service.
8
- *
9
- * @method \Aws\Result assignInstance(array $args = [])
10
- * @method \GuzzleHttp\Promise\Promise assignInstanceAsync(array $args = [])
11
- * @method \Aws\Result assignVolume(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise assignVolumeAsync(array $args = [])
13
- * @method \Aws\Result associateElasticIp(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise associateElasticIpAsync(array $args = [])
15
- * @method \Aws\Result attachElasticLoadBalancer(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise attachElasticLoadBalancerAsync(array $args = [])
17
- * @method \Aws\Result cloneStack(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise cloneStackAsync(array $args = [])
19
- * @method \Aws\Result createApp(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
21
- * @method \Aws\Result createDeployment(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
23
- * @method \Aws\Result createInstance(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise createInstanceAsync(array $args = [])
25
- * @method \Aws\Result createLayer(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise createLayerAsync(array $args = [])
27
- * @method \Aws\Result createStack(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = [])
29
- * @method \Aws\Result createUserProfile(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise createUserProfileAsync(array $args = [])
31
- * @method \Aws\Result deleteApp(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
33
- * @method \Aws\Result deleteInstance(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = [])
35
- * @method \Aws\Result deleteLayer(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteLayerAsync(array $args = [])
37
- * @method \Aws\Result deleteStack(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = [])
39
- * @method \Aws\Result deleteUserProfile(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise deleteUserProfileAsync(array $args = [])
41
- * @method \Aws\Result deregisterEcsCluster(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise deregisterEcsClusterAsync(array $args = [])
43
- * @method \Aws\Result deregisterElasticIp(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise deregisterElasticIpAsync(array $args = [])
45
- * @method \Aws\Result deregisterInstance(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise deregisterInstanceAsync(array $args = [])
47
- * @method \Aws\Result deregisterRdsDbInstance(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise deregisterRdsDbInstanceAsync(array $args = [])
49
- * @method \Aws\Result deregisterVolume(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise deregisterVolumeAsync(array $args = [])
51
- * @method \Aws\Result describeAgentVersions(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise describeAgentVersionsAsync(array $args = [])
53
- * @method \Aws\Result describeApps(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise describeAppsAsync(array $args = [])
55
- * @method \Aws\Result describeCommands(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise describeCommandsAsync(array $args = [])
57
- * @method \Aws\Result describeDeployments(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise describeDeploymentsAsync(array $args = [])
59
- * @method \Aws\Result describeEcsClusters(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise describeEcsClustersAsync(array $args = [])
61
- * @method \Aws\Result describeElasticIps(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise describeElasticIpsAsync(array $args = [])
63
- * @method \Aws\Result describeElasticLoadBalancers(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise describeElasticLoadBalancersAsync(array $args = [])
65
- * @method \Aws\Result describeInstances(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise describeInstancesAsync(array $args = [])
67
- * @method \Aws\Result describeLayers(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise describeLayersAsync(array $args = [])
69
- * @method \Aws\Result describeLoadBasedAutoScaling(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise describeLoadBasedAutoScalingAsync(array $args = [])
71
- * @method \Aws\Result describeMyUserProfile(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise describeMyUserProfileAsync(array $args = [])
73
- * @method \Aws\Result describeOperatingSystems(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise describeOperatingSystemsAsync(array $args = [])
75
- * @method \Aws\Result describePermissions(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise describePermissionsAsync(array $args = [])
77
- * @method \Aws\Result describeRaidArrays(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise describeRaidArraysAsync(array $args = [])
79
- * @method \Aws\Result describeRdsDbInstances(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise describeRdsDbInstancesAsync(array $args = [])
81
- * @method \Aws\Result describeServiceErrors(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise describeServiceErrorsAsync(array $args = [])
83
- * @method \Aws\Result describeStackProvisioningParameters(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise describeStackProvisioningParametersAsync(array $args = [])
85
- * @method \Aws\Result describeStackSummary(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise describeStackSummaryAsync(array $args = [])
87
- * @method \Aws\Result describeStacks(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = [])
89
- * @method \Aws\Result describeTimeBasedAutoScaling(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise describeTimeBasedAutoScalingAsync(array $args = [])
91
- * @method \Aws\Result describeUserProfiles(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise describeUserProfilesAsync(array $args = [])
93
- * @method \Aws\Result describeVolumes(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise describeVolumesAsync(array $args = [])
95
- * @method \Aws\Result detachElasticLoadBalancer(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise detachElasticLoadBalancerAsync(array $args = [])
97
- * @method \Aws\Result disassociateElasticIp(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise disassociateElasticIpAsync(array $args = [])
99
- * @method \Aws\Result getHostnameSuggestion(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise getHostnameSuggestionAsync(array $args = [])
101
- * @method \Aws\Result grantAccess(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise grantAccessAsync(array $args = [])
103
- * @method \Aws\Result listTags(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
105
- * @method \Aws\Result rebootInstance(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise rebootInstanceAsync(array $args = [])
107
- * @method \Aws\Result registerEcsCluster(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise registerEcsClusterAsync(array $args = [])
109
- * @method \Aws\Result registerElasticIp(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise registerElasticIpAsync(array $args = [])
111
- * @method \Aws\Result registerInstance(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise registerInstanceAsync(array $args = [])
113
- * @method \Aws\Result registerRdsDbInstance(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise registerRdsDbInstanceAsync(array $args = [])
115
- * @method \Aws\Result registerVolume(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise registerVolumeAsync(array $args = [])
117
- * @method \Aws\Result setLoadBasedAutoScaling(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise setLoadBasedAutoScalingAsync(array $args = [])
119
- * @method \Aws\Result setPermission(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise setPermissionAsync(array $args = [])
121
- * @method \Aws\Result setTimeBasedAutoScaling(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise setTimeBasedAutoScalingAsync(array $args = [])
123
- * @method \Aws\Result startInstance(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise startInstanceAsync(array $args = [])
125
- * @method \Aws\Result startStack(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise startStackAsync(array $args = [])
127
- * @method \Aws\Result stopInstance(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise stopInstanceAsync(array $args = [])
129
- * @method \Aws\Result stopStack(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise stopStackAsync(array $args = [])
131
- * @method \Aws\Result tagResource(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
133
- * @method \Aws\Result unassignInstance(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise unassignInstanceAsync(array $args = [])
135
- * @method \Aws\Result unassignVolume(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise unassignVolumeAsync(array $args = [])
137
- * @method \Aws\Result untagResource(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
139
- * @method \Aws\Result updateApp(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
141
- * @method \Aws\Result updateElasticIp(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise updateElasticIpAsync(array $args = [])
143
- * @method \Aws\Result updateInstance(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise updateInstanceAsync(array $args = [])
145
- * @method \Aws\Result updateLayer(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise updateLayerAsync(array $args = [])
147
- * @method \Aws\Result updateMyUserProfile(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise updateMyUserProfileAsync(array $args = [])
149
- * @method \Aws\Result updateRdsDbInstance(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise updateRdsDbInstanceAsync(array $args = [])
151
- * @method \Aws\Result updateStack(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = [])
153
- * @method \Aws\Result updateUserProfile(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise updateUserProfileAsync(array $args = [])
155
- * @method \Aws\Result updateVolume(array $args = [])
156
- * @method \GuzzleHttp\Promise\Promise updateVolumeAsync(array $args = [])
157
- */
158
- class OpsWorksClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\OpsWorksCM\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS OpsWorks for Chef Automate** service.
8
- */
9
- class OpsWorksCMException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- namespace Aws\OpsWorksCM;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS OpsWorks for Chef Automate** service.
8
- * @method \Aws\Result associateNode(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise associateNodeAsync(array $args = [])
10
- * @method \Aws\Result createBackup(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createBackupAsync(array $args = [])
12
- * @method \Aws\Result createServer(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createServerAsync(array $args = [])
14
- * @method \Aws\Result deleteBackup(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = [])
16
- * @method \Aws\Result deleteServer(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteServerAsync(array $args = [])
18
- * @method \Aws\Result describeAccountAttributes(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
20
- * @method \Aws\Result describeBackups(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = [])
22
- * @method \Aws\Result describeEvents(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
24
- * @method \Aws\Result describeNodeAssociationStatus(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise describeNodeAssociationStatusAsync(array $args = [])
26
- * @method \Aws\Result describeServers(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise describeServersAsync(array $args = [])
28
- * @method \Aws\Result disassociateNode(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise disassociateNodeAsync(array $args = [])
30
- * @method \Aws\Result exportServerEngineAttribute(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise exportServerEngineAttributeAsync(array $args = [])
32
- * @method \Aws\Result restoreServer(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise restoreServerAsync(array $args = [])
34
- * @method \Aws\Result startMaintenance(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise startMaintenanceAsync(array $args = [])
36
- * @method \Aws\Result updateServer(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updateServerAsync(array $args = [])
38
- * @method \Aws\Result updateServerEngineAttributes(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateServerEngineAttributesAsync(array $args = [])
40
- */
41
- class OpsWorksCMClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Organizations\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Organizations** service.
8
- */
9
- class OrganizationsException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php DELETED
@@ -1,95 +0,0 @@
1
- <?php
2
- namespace Aws\Organizations;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Organizations** service.
8
- * @method \Aws\Result acceptHandshake(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise acceptHandshakeAsync(array $args = [])
10
- * @method \Aws\Result attachPolicy(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise attachPolicyAsync(array $args = [])
12
- * @method \Aws\Result cancelHandshake(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise cancelHandshakeAsync(array $args = [])
14
- * @method \Aws\Result createAccount(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createAccountAsync(array $args = [])
16
- * @method \Aws\Result createGovCloudAccount(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createGovCloudAccountAsync(array $args = [])
18
- * @method \Aws\Result createOrganization(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise createOrganizationAsync(array $args = [])
20
- * @method \Aws\Result createOrganizationalUnit(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise createOrganizationalUnitAsync(array $args = [])
22
- * @method \Aws\Result createPolicy(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise createPolicyAsync(array $args = [])
24
- * @method \Aws\Result declineHandshake(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise declineHandshakeAsync(array $args = [])
26
- * @method \Aws\Result deleteOrganization(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise deleteOrganizationAsync(array $args = [])
28
- * @method \Aws\Result deleteOrganizationalUnit(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise deleteOrganizationalUnitAsync(array $args = [])
30
- * @method \Aws\Result deletePolicy(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
32
- * @method \Aws\Result describeAccount(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise describeAccountAsync(array $args = [])
34
- * @method \Aws\Result describeCreateAccountStatus(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise describeCreateAccountStatusAsync(array $args = [])
36
- * @method \Aws\Result describeHandshake(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise describeHandshakeAsync(array $args = [])
38
- * @method \Aws\Result describeOrganization(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise describeOrganizationAsync(array $args = [])
40
- * @method \Aws\Result describeOrganizationalUnit(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise describeOrganizationalUnitAsync(array $args = [])
42
- * @method \Aws\Result describePolicy(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise describePolicyAsync(array $args = [])
44
- * @method \Aws\Result detachPolicy(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise detachPolicyAsync(array $args = [])
46
- * @method \Aws\Result disableAWSServiceAccess(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise disableAWSServiceAccessAsync(array $args = [])
48
- * @method \Aws\Result disablePolicyType(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise disablePolicyTypeAsync(array $args = [])
50
- * @method \Aws\Result enableAWSServiceAccess(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise enableAWSServiceAccessAsync(array $args = [])
52
- * @method \Aws\Result enableAllFeatures(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise enableAllFeaturesAsync(array $args = [])
54
- * @method \Aws\Result enablePolicyType(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise enablePolicyTypeAsync(array $args = [])
56
- * @method \Aws\Result inviteAccountToOrganization(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise inviteAccountToOrganizationAsync(array $args = [])
58
- * @method \Aws\Result leaveOrganization(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise leaveOrganizationAsync(array $args = [])
60
- * @method \Aws\Result listAWSServiceAccessForOrganization(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise listAWSServiceAccessForOrganizationAsync(array $args = [])
62
- * @method \Aws\Result listAccounts(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise listAccountsAsync(array $args = [])
64
- * @method \Aws\Result listAccountsForParent(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise listAccountsForParentAsync(array $args = [])
66
- * @method \Aws\Result listChildren(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise listChildrenAsync(array $args = [])
68
- * @method \Aws\Result listCreateAccountStatus(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise listCreateAccountStatusAsync(array $args = [])
70
- * @method \Aws\Result listHandshakesForAccount(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise listHandshakesForAccountAsync(array $args = [])
72
- * @method \Aws\Result listHandshakesForOrganization(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise listHandshakesForOrganizationAsync(array $args = [])
74
- * @method \Aws\Result listOrganizationalUnitsForParent(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise listOrganizationalUnitsForParentAsync(array $args = [])
76
- * @method \Aws\Result listParents(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise listParentsAsync(array $args = [])
78
- * @method \Aws\Result listPolicies(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
80
- * @method \Aws\Result listPoliciesForTarget(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise listPoliciesForTargetAsync(array $args = [])
82
- * @method \Aws\Result listRoots(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise listRootsAsync(array $args = [])
84
- * @method \Aws\Result listTargetsForPolicy(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise listTargetsForPolicyAsync(array $args = [])
86
- * @method \Aws\Result moveAccount(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise moveAccountAsync(array $args = [])
88
- * @method \Aws\Result removeAccountFromOrganization(array $args = [])
89
- * @method \GuzzleHttp\Promise\Promise removeAccountFromOrganizationAsync(array $args = [])
90
- * @method \Aws\Result updateOrganizationalUnit(array $args = [])
91
- * @method \GuzzleHttp\Promise\Promise updateOrganizationalUnitAsync(array $args = [])
92
- * @method \Aws\Result updatePolicy(array $args = [])
93
- * @method \GuzzleHttp\Promise\Promise updatePolicyAsync(array $args = [])
94
- */
95
- class OrganizationsClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/PI/Exception/PIException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\PI\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Performance Insights** service.
8
- */
9
- class PIException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/PI/PIClient.php DELETED
@@ -1,13 +0,0 @@
1
- <?php
2
- namespace Aws\PI;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Performance Insights** service.
8
- * @method \Aws\Result describeDimensionKeys(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise describeDimensionKeysAsync(array $args = [])
10
- * @method \Aws\Result getResourceMetrics(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise getResourceMetricsAsync(array $args = [])
12
- */
13
- class PIClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Pinpoint\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Pinpoint** service.
8
- */
9
- class PinpointException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php DELETED
@@ -1,209 +0,0 @@
1
- <?php
2
- namespace Aws\Pinpoint;
3
-
4
- use Aws\Api\ApiProvider;
5
- use Aws\Api\DocModel;
6
- use Aws\Api\Service;
7
- use Aws\AwsClient;
8
-
9
- /**
10
- * This client is used to interact with the **Amazon Pinpoint** service.
11
- * @method \Aws\Result createApp(array $args = [])
12
- * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
13
- * @method \Aws\Result createCampaign(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
15
- * @method \Aws\Result createExportJob(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise createExportJobAsync(array $args = [])
17
- * @method \Aws\Result createImportJob(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise createImportJobAsync(array $args = [])
19
- * @method \Aws\Result createSegment(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise createSegmentAsync(array $args = [])
21
- * @method \Aws\Result deleteAdmChannel(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise deleteAdmChannelAsync(array $args = [])
23
- * @method \Aws\Result deleteApnsChannel(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise deleteApnsChannelAsync(array $args = [])
25
- * @method \Aws\Result deleteApnsSandboxChannel(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise deleteApnsSandboxChannelAsync(array $args = [])
27
- * @method \Aws\Result deleteApnsVoipChannel(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise deleteApnsVoipChannelAsync(array $args = [])
29
- * @method \Aws\Result deleteApnsVoipSandboxChannel(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise deleteApnsVoipSandboxChannelAsync(array $args = [])
31
- * @method \Aws\Result deleteApp(array $args = [])
32
- * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
33
- * @method \Aws\Result deleteBaiduChannel(array $args = [])
34
- * @method \GuzzleHttp\Promise\Promise deleteBaiduChannelAsync(array $args = [])
35
- * @method \Aws\Result deleteCampaign(array $args = [])
36
- * @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
37
- * @method \Aws\Result deleteEmailChannel(array $args = [])
38
- * @method \GuzzleHttp\Promise\Promise deleteEmailChannelAsync(array $args = [])
39
- * @method \Aws\Result deleteEndpoint(array $args = [])
40
- * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
41
- * @method \Aws\Result deleteEventStream(array $args = [])
42
- * @method \GuzzleHttp\Promise\Promise deleteEventStreamAsync(array $args = [])
43
- * @method \Aws\Result deleteGcmChannel(array $args = [])
44
- * @method \GuzzleHttp\Promise\Promise deleteGcmChannelAsync(array $args = [])
45
- * @method \Aws\Result deleteSegment(array $args = [])
46
- * @method \GuzzleHttp\Promise\Promise deleteSegmentAsync(array $args = [])
47
- * @method \Aws\Result deleteSmsChannel(array $args = [])
48
- * @method \GuzzleHttp\Promise\Promise deleteSmsChannelAsync(array $args = [])
49
- * @method \Aws\Result deleteUserEndpoints(array $args = [])
50
- * @method \GuzzleHttp\Promise\Promise deleteUserEndpointsAsync(array $args = [])
51
- * @method \Aws\Result deleteVoiceChannel(array $args = [])
52
- * @method \GuzzleHttp\Promise\Promise deleteVoiceChannelAsync(array $args = [])
53
- * @method \Aws\Result getAdmChannel(array $args = [])
54
- * @method \GuzzleHttp\Promise\Promise getAdmChannelAsync(array $args = [])
55
- * @method \Aws\Result getApnsChannel(array $args = [])
56
- * @method \GuzzleHttp\Promise\Promise getApnsChannelAsync(array $args = [])
57
- * @method \Aws\Result getApnsSandboxChannel(array $args = [])
58
- * @method \GuzzleHttp\Promise\Promise getApnsSandboxChannelAsync(array $args = [])
59
- * @method \Aws\Result getApnsVoipChannel(array $args = [])
60
- * @method \GuzzleHttp\Promise\Promise getApnsVoipChannelAsync(array $args = [])
61
- * @method \Aws\Result getApnsVoipSandboxChannel(array $args = [])
62
- * @method \GuzzleHttp\Promise\Promise getApnsVoipSandboxChannelAsync(array $args = [])
63
- * @method \Aws\Result getApp(array $args = [])
64
- * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
65
- * @method \Aws\Result getApplicationSettings(array $args = [])
66
- * @method \GuzzleHttp\Promise\Promise getApplicationSettingsAsync(array $args = [])
67
- * @method \Aws\Result getApps(array $args = [])
68
- * @method \GuzzleHttp\Promise\Promise getAppsAsync(array $args = [])
69
- * @method \Aws\Result getBaiduChannel(array $args = [])
70
- * @method \GuzzleHttp\Promise\Promise getBaiduChannelAsync(array $args = [])
71
- * @method \Aws\Result getCampaign(array $args = [])
72
- * @method \GuzzleHttp\Promise\Promise getCampaignAsync(array $args = [])
73
- * @method \Aws\Result getCampaignActivities(array $args = [])
74
- * @method \GuzzleHttp\Promise\Promise getCampaignActivitiesAsync(array $args = [])
75
- * @method \Aws\Result getCampaignVersion(array $args = [])
76
- * @method \GuzzleHttp\Promise\Promise getCampaignVersionAsync(array $args = [])
77
- * @method \Aws\Result getCampaignVersions(array $args = [])
78
- * @method \GuzzleHttp\Promise\Promise getCampaignVersionsAsync(array $args = [])
79
- * @method \Aws\Result getCampaigns(array $args = [])
80
- * @method \GuzzleHttp\Promise\Promise getCampaignsAsync(array $args = [])
81
- * @method \Aws\Result getChannels(array $args = [])
82
- * @method \GuzzleHttp\Promise\Promise getChannelsAsync(array $args = [])
83
- * @method \Aws\Result getEmailChannel(array $args = [])
84
- * @method \GuzzleHttp\Promise\Promise getEmailChannelAsync(array $args = [])
85
- * @method \Aws\Result getEndpoint(array $args = [])
86
- * @method \GuzzleHttp\Promise\Promise getEndpointAsync(array $args = [])
87
- * @method \Aws\Result getEventStream(array $args = [])
88
- * @method \GuzzleHttp\Promise\Promise getEventStreamAsync(array $args = [])
89
- * @method \Aws\Result getExportJob(array $args = [])
90
- * @method \GuzzleHttp\Promise\Promise getExportJobAsync(array $args = [])
91
- * @method \Aws\Result getExportJobs(array $args = [])
92
- * @method \GuzzleHttp\Promise\Promise getExportJobsAsync(array $args = [])
93
- * @method \Aws\Result getGcmChannel(array $args = [])
94
- * @method \GuzzleHttp\Promise\Promise getGcmChannelAsync(array $args = [])
95
- * @method \Aws\Result getImportJob(array $args = [])
96
- * @method \GuzzleHttp\Promise\Promise getImportJobAsync(array $args = [])
97
- * @method \Aws\Result getImportJobs(array $args = [])
98
- * @method \GuzzleHttp\Promise\Promise getImportJobsAsync(array $args = [])
99
- * @method \Aws\Result getSegment(array $args = [])
100
- * @method \GuzzleHttp\Promise\Promise getSegmentAsync(array $args = [])
101
- * @method \Aws\Result getSegmentExportJobs(array $args = [])
102
- * @method \GuzzleHttp\Promise\Promise getSegmentExportJobsAsync(array $args = [])
103
- * @method \Aws\Result getSegmentImportJobs(array $args = [])
104
- * @method \GuzzleHttp\Promise\Promise getSegmentImportJobsAsync(array $args = [])
105
- * @method \Aws\Result getSegmentVersion(array $args = [])
106
- * @method \GuzzleHttp\Promise\Promise getSegmentVersionAsync(array $args = [])
107
- * @method \Aws\Result getSegmentVersions(array $args = [])
108
- * @method \GuzzleHttp\Promise\Promise getSegmentVersionsAsync(array $args = [])
109
- * @method \Aws\Result getSegments(array $args = [])
110
- * @method \GuzzleHttp\Promise\Promise getSegmentsAsync(array $args = [])
111
- * @method \Aws\Result getSmsChannel(array $args = [])
112
- * @method \GuzzleHttp\Promise\Promise getSmsChannelAsync(array $args = [])
113
- * @method \Aws\Result getUserEndpoints(array $args = [])
114
- * @method \GuzzleHttp\Promise\Promise getUserEndpointsAsync(array $args = [])
115
- * @method \Aws\Result getVoiceChannel(array $args = [])
116
- * @method \GuzzleHttp\Promise\Promise getVoiceChannelAsync(array $args = [])
117
- * @method \Aws\Result listTagsForResource(array $args = [])
118
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
119
- * @method \Aws\Result phoneNumberValidate(array $args = [])
120
- * @method \GuzzleHttp\Promise\Promise phoneNumberValidateAsync(array $args = [])
121
- * @method \Aws\Result putEventStream(array $args = [])
122
- * @method \GuzzleHttp\Promise\Promise putEventStreamAsync(array $args = [])
123
- * @method \Aws\Result putEvents(array $args = [])
124
- * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
125
- * @method \Aws\Result removeAttributes(array $args = [])
126
- * @method \GuzzleHttp\Promise\Promise removeAttributesAsync(array $args = [])
127
- * @method \Aws\Result sendMessages(array $args = [])
128
- * @method \GuzzleHttp\Promise\Promise sendMessagesAsync(array $args = [])
129
- * @method \Aws\Result sendUsersMessages(array $args = [])
130
- * @method \GuzzleHttp\Promise\Promise sendUsersMessagesAsync(array $args = [])
131
- * @method \Aws\Result tagResource(array $args = [])
132
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
133
- * @method \Aws\Result untagResource(array $args = [])
134
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
135
- * @method \Aws\Result updateAdmChannel(array $args = [])
136
- * @method \GuzzleHttp\Promise\Promise updateAdmChannelAsync(array $args = [])
137
- * @method \Aws\Result updateApnsChannel(array $args = [])
138
- * @method \GuzzleHttp\Promise\Promise updateApnsChannelAsync(array $args = [])
139
- * @method \Aws\Result updateApnsSandboxChannel(array $args = [])
140
- * @method \GuzzleHttp\Promise\Promise updateApnsSandboxChannelAsync(array $args = [])
141
- * @method \Aws\Result updateApnsVoipChannel(array $args = [])
142
- * @method \GuzzleHttp\Promise\Promise updateApnsVoipChannelAsync(array $args = [])
143
- * @method \Aws\Result updateApnsVoipSandboxChannel(array $args = [])
144
- * @method \GuzzleHttp\Promise\Promise updateApnsVoipSandboxChannelAsync(array $args = [])
145
- * @method \Aws\Result updateApplicationSettings(array $args = [])
146
- * @method \GuzzleHttp\Promise\Promise updateApplicationSettingsAsync(array $args = [])
147
- * @method \Aws\Result updateBaiduChannel(array $args = [])
148
- * @method \GuzzleHttp\Promise\Promise updateBaiduChannelAsync(array $args = [])
149
- * @method \Aws\Result updateCampaign(array $args = [])
150
- * @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
151
- * @method \Aws\Result updateEmailChannel(array $args = [])
152
- * @method \GuzzleHttp\Promise\Promise updateEmailChannelAsync(array $args = [])
153
- * @method \Aws\Result updateEndpoint(array $args = [])
154
- * @method \GuzzleHttp\Promise\Promise updateEndpointAsync(array $args = [])
155
- * @method \Aws\Result updateEndpointsBatch(array $args = [])
156
- * @method \GuzzleHttp\Promise\Promise updateEndpointsBatchAsync(array $args = [])
157
- * @method \Aws\Result updateGcmChannel(array $args = [])
158
- * @method \GuzzleHttp\Promise\Promise updateGcmChannelAsync(array $args = [])
159
- * @method \Aws\Result updateSegment(array $args = [])
160
- * @method \GuzzleHttp\Promise\Promise updateSegmentAsync(array $args = [])
161
- * @method \Aws\Result updateSmsChannel(array $args = [])
162
- * @method \GuzzleHttp\Promise\Promise updateSmsChannelAsync(array $args = [])
163
- * @method \Aws\Result updateVoiceChannel(array $args = [])
164
- * @method \GuzzleHttp\Promise\Promise updateVoiceChannelAsync(array $args = [])
165
- */
166
- class PinpointClient extends AwsClient
167
- {
168
- private static $nameCollisionOverrides = [
169
- 'GetUserEndpoint' => 'GetEndpoint',
170
- 'GetUserEndpointAsync' => 'GetEndpointAsync',
171
- 'UpdateUserEndpoint' => 'UpdateEndpoint',
172
- 'UpdateUserEndpointAsync' => 'UpdateEndpointAsync',
173
- 'UpdateUserEndpointsBatch' => 'UpdateEndpointsBatch',
174
- 'UpdateUserEndpointsBatchAsync' => 'UpdateEndpointsBatchAsync',
175
- ];
176
-
177
- public function __call($name, array $args)
178
- {
179
- // Overcomes a naming collision with `AwsClient::getEndpoint`.
180
- if (isset(self::$nameCollisionOverrides[ucfirst($name)])) {
181
- $name = self::$nameCollisionOverrides[ucfirst($name)];
182
- }
183
-
184
- return parent::__call($name, $args);
185
- }
186
-
187
- /**
188
- * @internal
189
- * @codeCoverageIgnore
190
- */
191
- public static function applyDocFilters(array $api, array $docs)
192
- {
193
- foreach (self::$nameCollisionOverrides as $overrideName => $operationName) {
194
- if (substr($overrideName, -5) === 'Async') {
195
- continue;
196
- }
197
- // Overcomes a naming collision with `AwsClient::getEndpoint`.
198
- $api['operations'][$overrideName] = $api['operations'][$operationName];
199
- $docs['operations'][$overrideName] = $docs['operations'][$operationName];
200
- unset($api['operations'][$operationName], $docs['operations'][$operationName]);
201
- }
202
- ksort($api['operations']);
203
-
204
- return [
205
- new Service($api, ApiProvider::defaultProvider()),
206
- new DocModel($docs)
207
- ];
208
- }
209
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\PinpointEmail\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Pinpoint Email Service** service.
8
- */
9
- class PinpointEmailException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php DELETED
@@ -1,89 +0,0 @@
1
- <?php
2
- namespace Aws\PinpointEmail;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Pinpoint Email Service** service.
8
- * @method \Aws\Result createConfigurationSet(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
10
- * @method \Aws\Result createConfigurationSetEventDestination(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createConfigurationSetEventDestinationAsync(array $args = [])
12
- * @method \Aws\Result createDedicatedIpPool(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createDedicatedIpPoolAsync(array $args = [])
14
- * @method \Aws\Result createDeliverabilityTestReport(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise createDeliverabilityTestReportAsync(array $args = [])
16
- * @method \Aws\Result createEmailIdentity(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise createEmailIdentityAsync(array $args = [])
18
- * @method \Aws\Result deleteConfigurationSet(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetAsync(array $args = [])
20
- * @method \Aws\Result deleteConfigurationSetEventDestination(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetEventDestinationAsync(array $args = [])
22
- * @method \Aws\Result deleteDedicatedIpPool(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise deleteDedicatedIpPoolAsync(array $args = [])
24
- * @method \Aws\Result deleteEmailIdentity(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise deleteEmailIdentityAsync(array $args = [])
26
- * @method \Aws\Result getAccount(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise getAccountAsync(array $args = [])
28
- * @method \Aws\Result getBlacklistReports(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise getBlacklistReportsAsync(array $args = [])
30
- * @method \Aws\Result getConfigurationSet(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise getConfigurationSetAsync(array $args = [])
32
- * @method \Aws\Result getConfigurationSetEventDestinations(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise getConfigurationSetEventDestinationsAsync(array $args = [])
34
- * @method \Aws\Result getDedicatedIp(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise getDedicatedIpAsync(array $args = [])
36
- * @method \Aws\Result getDedicatedIps(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise getDedicatedIpsAsync(array $args = [])
38
- * @method \Aws\Result getDeliverabilityDashboardOptions(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise getDeliverabilityDashboardOptionsAsync(array $args = [])
40
- * @method \Aws\Result getDeliverabilityTestReport(array $args = [])
41
- * @method \GuzzleHttp\Promise\Promise getDeliverabilityTestReportAsync(array $args = [])
42
- * @method \Aws\Result getDomainStatisticsReport(array $args = [])
43
- * @method \GuzzleHttp\Promise\Promise getDomainStatisticsReportAsync(array $args = [])
44
- * @method \Aws\Result getEmailIdentity(array $args = [])
45
- * @method \GuzzleHttp\Promise\Promise getEmailIdentityAsync(array $args = [])
46
- * @method \Aws\Result listConfigurationSets(array $args = [])
47
- * @method \GuzzleHttp\Promise\Promise listConfigurationSetsAsync(array $args = [])
48
- * @method \Aws\Result listDedicatedIpPools(array $args = [])
49
- * @method \GuzzleHttp\Promise\Promise listDedicatedIpPoolsAsync(array $args = [])
50
- * @method \Aws\Result listDeliverabilityTestReports(array $args = [])
51
- * @method \GuzzleHttp\Promise\Promise listDeliverabilityTestReportsAsync(array $args = [])
52
- * @method \Aws\Result listEmailIdentities(array $args = [])
53
- * @method \GuzzleHttp\Promise\Promise listEmailIdentitiesAsync(array $args = [])
54
- * @method \Aws\Result listTagsForResource(array $args = [])
55
- * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
56
- * @method \Aws\Result putAccountDedicatedIpWarmupAttributes(array $args = [])
57
- * @method \GuzzleHttp\Promise\Promise putAccountDedicatedIpWarmupAttributesAsync(array $args = [])
58
- * @method \Aws\Result putAccountSendingAttributes(array $args = [])
59
- * @method \GuzzleHttp\Promise\Promise putAccountSendingAttributesAsync(array $args = [])
60
- * @method \Aws\Result putConfigurationSetDeliveryOptions(array $args = [])
61
- * @method \GuzzleHttp\Promise\Promise putConfigurationSetDeliveryOptionsAsync(array $args = [])
62
- * @method \Aws\Result putConfigurationSetReputationOptions(array $args = [])
63
- * @method \GuzzleHttp\Promise\Promise putConfigurationSetReputationOptionsAsync(array $args = [])
64
- * @method \Aws\Result putConfigurationSetSendingOptions(array $args = [])
65
- * @method \GuzzleHttp\Promise\Promise putConfigurationSetSendingOptionsAsync(array $args = [])
66
- * @method \Aws\Result putConfigurationSetTrackingOptions(array $args = [])
67
- * @method \GuzzleHttp\Promise\Promise putConfigurationSetTrackingOptionsAsync(array $args = [])
68
- * @method \Aws\Result putDedicatedIpInPool(array $args = [])
69
- * @method \GuzzleHttp\Promise\Promise putDedicatedIpInPoolAsync(array $args = [])
70
- * @method \Aws\Result putDedicatedIpWarmupAttributes(array $args = [])
71
- * @method \GuzzleHttp\Promise\Promise putDedicatedIpWarmupAttributesAsync(array $args = [])
72
- * @method \Aws\Result putDeliverabilityDashboardOption(array $args = [])
73
- * @method \GuzzleHttp\Promise\Promise putDeliverabilityDashboardOptionAsync(array $args = [])
74
- * @method \Aws\Result putEmailIdentityDkimAttributes(array $args = [])
75
- * @method \GuzzleHttp\Promise\Promise putEmailIdentityDkimAttributesAsync(array $args = [])
76
- * @method \Aws\Result putEmailIdentityFeedbackAttributes(array $args = [])
77
- * @method \GuzzleHttp\Promise\Promise putEmailIdentityFeedbackAttributesAsync(array $args = [])
78
- * @method \Aws\Result putEmailIdentityMailFromAttributes(array $args = [])
79
- * @method \GuzzleHttp\Promise\Promise putEmailIdentityMailFromAttributesAsync(array $args = [])
80
- * @method \Aws\Result sendEmail(array $args = [])
81
- * @method \GuzzleHttp\Promise\Promise sendEmailAsync(array $args = [])
82
- * @method \Aws\Result tagResource(array $args = [])
83
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
84
- * @method \Aws\Result untagResource(array $args = [])
85
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
86
- * @method \Aws\Result updateConfigurationSetEventDestination(array $args = [])
87
- * @method \GuzzleHttp\Promise\Promise updateConfigurationSetEventDestinationAsync(array $args = [])
88
- */
89
- class PinpointEmailClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\PinpointSMSVoice\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Pinpoint SMS and Voice Service** service.
8
- */
9
- class PinpointSMSVoiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php DELETED
@@ -1,25 +0,0 @@
1
- <?php
2
- namespace Aws\PinpointSMSVoice;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon Pinpoint SMS and Voice Service** service.
8
- * @method \Aws\Result createConfigurationSet(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
10
- * @method \Aws\Result createConfigurationSetEventDestination(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createConfigurationSetEventDestinationAsync(array $args = [])
12
- * @method \Aws\Result deleteConfigurationSet(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetAsync(array $args = [])
14
- * @method \Aws\Result deleteConfigurationSetEventDestination(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetEventDestinationAsync(array $args = [])
16
- * @method \Aws\Result getConfigurationSetEventDestinations(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise getConfigurationSetEventDestinationsAsync(array $args = [])
18
- * @method \Aws\Result listConfigurationSets(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise listConfigurationSetsAsync(array $args = [])
20
- * @method \Aws\Result sendVoiceMessage(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise sendVoiceMessageAsync(array $args = [])
22
- * @method \Aws\Result updateConfigurationSetEventDestination(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise updateConfigurationSetEventDestinationAsync(array $args = [])
24
- */
25
- class PinpointSMSVoiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Polly\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon Polly** service.
8
- */
9
- class PollyException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Polly/PollyClient.php DELETED
@@ -1,73 +0,0 @@
1
- <?php
2
- namespace Aws\Polly;
3
-
4
- use Aws\Api\Serializer\JsonBody;
5
- use Aws\AwsClient;
6
- use Aws\Signature\SignatureV4;
7
- use GuzzleHttp\Psr7\Request;
8
- use GuzzleHttp\Psr7\Uri;
9
- use GuzzleHttp\Psr7;
10
-
11
- /**
12
- * This client is used to interact with the **Amazon Polly** service.
13
- * @method \Aws\Result deleteLexicon(array $args = [])
14
- * @method \GuzzleHttp\Promise\Promise deleteLexiconAsync(array $args = [])
15
- * @method \Aws\Result describeVoices(array $args = [])
16
- * @method \GuzzleHttp\Promise\Promise describeVoicesAsync(array $args = [])
17
- * @method \Aws\Result getLexicon(array $args = [])
18
- * @method \GuzzleHttp\Promise\Promise getLexiconAsync(array $args = [])
19
- * @method \Aws\Result getSpeechSynthesisTask(array $args = [])
20
- * @method \GuzzleHttp\Promise\Promise getSpeechSynthesisTaskAsync(array $args = [])
21
- * @method \Aws\Result listLexicons(array $args = [])
22
- * @method \GuzzleHttp\Promise\Promise listLexiconsAsync(array $args = [])
23
- * @method \Aws\Result listSpeechSynthesisTasks(array $args = [])
24
- * @method \GuzzleHttp\Promise\Promise listSpeechSynthesisTasksAsync(array $args = [])
25
- * @method \Aws\Result putLexicon(array $args = [])
26
- * @method \GuzzleHttp\Promise\Promise putLexiconAsync(array $args = [])
27
- * @method \Aws\Result startSpeechSynthesisTask(array $args = [])
28
- * @method \GuzzleHttp\Promise\Promise startSpeechSynthesisTaskAsync(array $args = [])
29
- * @method \Aws\Result synthesizeSpeech(array $args = [])
30
- * @method \GuzzleHttp\Promise\Promise synthesizeSpeechAsync(array $args = [])
31
- */
32
- class PollyClient extends AwsClient
33
- {
34
- /** @var JsonBody */
35
- private $formatter;
36
-
37
- /**
38
- * Create a pre-signed URL for Polly operation `SynthesizeSpeech`
39
- *
40
- * @param array $args parameters array for `SynthesizeSpeech`
41
- * More information @see Aws\Polly\PollyClient::SynthesizeSpeech
42
- *
43
- * @return string
44
- */
45
- public function createSynthesizeSpeechPreSignedUrl(array $args)
46
- {
47
- $uri = new Uri($this->getEndpoint());
48
- $uri = $uri->withPath('/v1/speech');
49
-
50
- // Formatting parameters follows rest-json protocol
51
- $this->formatter = $this->formatter ?: new JsonBody($this->getApi());
52
- $queryArray = json_decode(
53
- $this->formatter->build(
54
- $this->getApi()->getOperation('SynthesizeSpeech')->getInput(),
55
- $args
56
- ),
57
- true
58
- );
59
-
60
- // Mocking a 'GET' request in pre-signing the Url
61
- $query = Psr7\build_query($queryArray);
62
- $uri = $uri->withQuery($query);
63
-
64
- $request = new Request('GET', $uri);
65
- $request = $request->withBody(Psr7\stream_for(''));
66
- $signer = new SignatureV4('polly', $this->getRegion());
67
- return (string) $signer->presign(
68
- $request,
69
- $this->getCredentials()->wait(),
70
- '+15 minutes'
71
- )->getUri();
72
- }
73
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\Pricing\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Price List Service** service.
8
- */
9
- class PricingException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Pricing/PricingClient.php DELETED
@@ -1,15 +0,0 @@
1
- <?php
2
- namespace Aws\Pricing;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Price List Service** service.
8
- * @method \Aws\Result describeServices(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise describeServicesAsync(array $args = [])
10
- * @method \Aws\Result getAttributeValues(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise getAttributeValuesAsync(array $args = [])
12
- * @method \Aws\Result getProducts(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise getProductsAsync(array $args = [])
14
- */
15
- class PricingClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\QuickSight\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **Amazon QuickSight** service.
8
- */
9
- class QuickSightException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- namespace Aws\QuickSight;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **Amazon QuickSight** service.
8
- * @method \Aws\Result createGroup(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
10
- * @method \Aws\Result createGroupMembership(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise createGroupMembershipAsync(array $args = [])
12
- * @method \Aws\Result deleteGroup(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
14
- * @method \Aws\Result deleteGroupMembership(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteGroupMembershipAsync(array $args = [])
16
- * @method \Aws\Result deleteUser(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
18
- * @method \Aws\Result deleteUserByPrincipalId(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise deleteUserByPrincipalIdAsync(array $args = [])
20
- * @method \Aws\Result describeGroup(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise describeGroupAsync(array $args = [])
22
- * @method \Aws\Result describeUser(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
24
- * @method \Aws\Result getDashboardEmbedUrl(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getDashboardEmbedUrlAsync(array $args = [])
26
- * @method \Aws\Result listGroupMemberships(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise listGroupMembershipsAsync(array $args = [])
28
- * @method \Aws\Result listGroups(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
30
- * @method \Aws\Result listUserGroups(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listUserGroupsAsync(array $args = [])
32
- * @method \Aws\Result listUsers(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
34
- * @method \Aws\Result registerUser(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise registerUserAsync(array $args = [])
36
- * @method \Aws\Result updateGroup(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
38
- * @method \Aws\Result updateUser(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
40
- */
41
- class QuickSightClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/RAM/Exception/RAMException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\RAM\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS Resource Access Manager** service.
8
- */
9
- class RAMException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/RAM/RAMClient.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- namespace Aws\RAM;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS Resource Access Manager** service.
8
- * @method \Aws\Result acceptResourceShareInvitation(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise acceptResourceShareInvitationAsync(array $args = [])
10
- * @method \Aws\Result associateResourceShare(array $args = [])
11
- * @method \GuzzleHttp\Promise\Promise associateResourceShareAsync(array $args = [])
12
- * @method \Aws\Result createResourceShare(array $args = [])
13
- * @method \GuzzleHttp\Promise\Promise createResourceShareAsync(array $args = [])
14
- * @method \Aws\Result deleteResourceShare(array $args = [])
15
- * @method \GuzzleHttp\Promise\Promise deleteResourceShareAsync(array $args = [])
16
- * @method \Aws\Result disassociateResourceShare(array $args = [])
17
- * @method \GuzzleHttp\Promise\Promise disassociateResourceShareAsync(array $args = [])
18
- * @method \Aws\Result enableSharingWithAwsOrganization(array $args = [])
19
- * @method \GuzzleHttp\Promise\Promise enableSharingWithAwsOrganizationAsync(array $args = [])
20
- * @method \Aws\Result getResourcePolicies(array $args = [])
21
- * @method \GuzzleHttp\Promise\Promise getResourcePoliciesAsync(array $args = [])
22
- * @method \Aws\Result getResourceShareAssociations(array $args = [])
23
- * @method \GuzzleHttp\Promise\Promise getResourceShareAssociationsAsync(array $args = [])
24
- * @method \Aws\Result getResourceShareInvitations(array $args = [])
25
- * @method \GuzzleHttp\Promise\Promise getResourceShareInvitationsAsync(array $args = [])
26
- * @method \Aws\Result getResourceShares(array $args = [])
27
- * @method \GuzzleHttp\Promise\Promise getResourceSharesAsync(array $args = [])
28
- * @method \Aws\Result listPrincipals(array $args = [])
29
- * @method \GuzzleHttp\Promise\Promise listPrincipalsAsync(array $args = [])
30
- * @method \Aws\Result listResources(array $args = [])
31
- * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = [])
32
- * @method \Aws\Result rejectResourceShareInvitation(array $args = [])
33
- * @method \GuzzleHttp\Promise\Promise rejectResourceShareInvitationAsync(array $args = [])
34
- * @method \Aws\Result tagResource(array $args = [])
35
- * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
36
- * @method \Aws\Result untagResource(array $args = [])
37
- * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
38
- * @method \Aws\Result updateResourceShare(array $args = [])
39
- * @method \GuzzleHttp\Promise\Promise updateResourceShareAsync(array $args = [])
40
- */
41
- class RAMClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- namespace Aws\RDSDataService\Exception;
3
-
4
- use Aws\Exception\AwsException;
5
-
6
- /**
7
- * Represents an error interacting with the **AWS RDS DataService** service.
8
- */
9
- class RDSDataServiceException extends AwsException {}
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php DELETED
@@ -1,11 +0,0 @@
1
- <?php
2
- namespace Aws\RDSDataService;
3
-
4
- use Aws\AwsClient;
5
-
6
- /**
7
- * This client is used to interact with the **AWS RDS DataService** service.
8
- * @method \Aws\Result executeSql(array $args = [])
9
- * @method \GuzzleHttp\Promise\Promise executeSqlAsync(array $args = [])
10
- */
11
- class RDSDataServiceClient extends AwsClient {}
 
 
 
 
 
 
 
 
 
 
 
vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
- namespace Aws\Rds;
3
-
4
- use Aws\Credentials\CredentialsInterface;
5
- use Aws\Credentials\Credentials;
6
- use Aws\Signature\SignatureV4;
7
- use GuzzleHttp\Psr7\Request;
8
- use GuzzleHttp\Psr7\Uri;
9
- use GuzzleHttp\Promise;
10
- use Aws;
11
-
12
- /**
13
- * Generates RDS auth tokens for use with IAM authentication.
14
- */
15
- class AuthTokenGenerator
16
- {
17
-
18
- private $credentialProvider;
19
-
20
- /**
21
- * The constructor takes an instance of Credentials or a CredentialProvider
22
- *
23
- * @param callable|Credentials $creds
24
- */
25
- public function __construct($creds)
26
- {
27
- if ($creds instanceof CredentialsInterface) {
28
- $promise = new Promise\FulfilledPromise($creds);
29
- $this->credentialProvider = Aws\constantly($promise);
30
- } else {
31
- $this->credentialProvider = $creds;
32
- }
33
- }
34
-
35
- /**
36
- * Create the token for database login
37
- *
38
- * @param string $endpoint The database hostname with port number specif